configure.ac: Depend on released versions of core and base.
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2
3         * configure.ac::
4           Depend on released versions of core and base.
5
6 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
7
8         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
9         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
10         Return -1 instead of 0 in error cases. Fixes #554771.
11
12 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
13
14         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
15         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
16         Stop leaking the cursor image.
17         Unref the last_ximage and the cached cursor image on shutdown.
18         Fixes #551570.
19
20 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
21
22         * sys/v4l2/gstv4l2object.h:
23         Getting the Class from an instance is not just a matter of casting it to
24         the class struct but it involves calling G_OBJECT_GET_CLASS on the
25         instance. Fixes #549784.
26
27 2008-10-01  Michael Smith <msmith@songbirdnest.com>
28
29         * configure.ac:
30           Fix libs for linking directsound.
31         * sys/directsound/gstdirectsoundsink.c:
32           Fix buffer sizing to prevent racing the ringbuffer at startup.
33           Add volume property.
34
35 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
36
37         * ext/pulse/pulsesink.c:
38         Fix problems with pulsesink randomly erroring with code 'OK' after a
39         format change on the stream by waiting when disconnecting the stream.
40
41 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
42
43         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
44         (gst_rtp_amr_depay_process):
45         Mark DISCONT on output buffers when the marker bit signals a new talk
46         spurt.
47
48         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
49         Set the marker bit for buffers with a DISCONT flag to signal a talk
50         spurt.
51
52 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
53
54         * gst/rtp/Makefile.am:
55         * gst/rtp/gstrtp.c: (plugin_init):
56         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
57         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
58         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
59         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
60         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
61         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
62         * gst/rtp/gstrtpmp4apay.h:
63         Added MP4A-LATM payloader to match the depayloader.
64
65 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
66
67         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
68         (gst_videomixer_sink_event):
69         Handle segments a little better. Fixes #537361.
70
71 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
72
73         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
74         Don't assume the server supports PAUSE by default. Fixes #551048.
75
76 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
77
78         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
79         (gst_udpsrc_set_uri), (gst_udpsrc_start):
80         Switch on the socket family to get the addrlen size right.
81
82 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
83
84         Patch by: Daniel Franke <df at dfranke dot us>
85
86         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
87         OS X's bind() implementation is picky about its addrlen parameter and
88         fails with EINVAL if it is larger than expected for the socket's address
89         family. Set the length to the expected length instead. Fixes #553191.
90
91 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
92
93         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
94         Handle the case where we cannot do desribe or when the describe result
95         does not contain a valid SDP message.
96
97 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
98
99         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
100         Fix setting the qos.
101
102 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
103
104         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
105         (gst_qtdemux_chain):
106         Some 'broken' files out there have atom lengths of zero...
107         which basically results in qtdemux consuming that atom again and again
108         until the *end of night* !
109         Detect that and emits an adequate element error message.
110
111 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
112
113         * gst/interleave/Makefile.am:
114         * gst/matroska/Makefile.am:
115         Fix build flags order.
116
117         * tests/check/elements/audioamplify.c: (GST_START_TEST):
118         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
119         * tests/check/elements/audioinvert.c: (GST_START_TEST):
120         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
121         Format fixes.
122
123         * tests/check/elements/multifile.c:
124         Pull in unistd.h
125
126 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
127
128         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
129         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
130         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
131         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
132         (gst_rtp_mp4g_depay_change_state):
133         * gst/rtp/gstrtpmp4gdepay.h:
134         Handle interleaved streams by reordering AU in a queue.
135
136 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
137
138         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
139         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
140         Change some of the ranges in the caps, mostly for the amount of bits we
141         can use.
142         Added a little bitstream parse and use it to parse the AU header fields.
143         Check for malformed and wrongly sized packets better.
144         Implement more header field parsing.
145         Handle the size of fragmented packets correctly.
146
147 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
148
149         Patch by: Jonathan Matthew <notverysmart@gmail.com>
150         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
151         Add mapping for 'tiff' => image/tiff
152         Fixes #552213
153
154 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
155
156
157         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
158         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
159           Pretend to care about the result of write() which works around
160           compiler warnings.
161
162 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
163
164         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
165           Make sure the desired default values are actually set, not only
166           registered as defaults (actual problem is that the stereo-specific
167           values are only updated if channels==2, which is not the case yet
168           when the object is created, so the default values for the
169           mid-side-stereo and loose-mid-side-stereo settings are never
170           set in _update_quality()). Makes flacenc create smaller files by
171           default (for stereo input), and fixes #550791.
172
173 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
174
175         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
176         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
177         (qtdemux_parse_trak), (qtdemux_video_caps):
178         * gst/qtdemux/qtdemux.h:
179         * gst/qtdemux/qtdemux_fourcc.h:
180         * gst/qtdemux/qtdemux_types.c:
181         Add support for video/mj2 mime-type and its additional atoms/boxes.
182         Fixes #550646.
183
184 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
185
186         * gst/debug/gsttaginject.c:
187           Add warning when tags parameter is unparsable and give example for
188           quoting in the docs.
189
190 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
191
192         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
193         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
194         Add some alternative byteswapped mappings that seem to pop up sometimes.
195         Fixes #550288.
196
197 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
198
199         * po/LINGUAS:
200         * po/POTFILES.in:
201         * po/POTFILES.skip:
202           Add 'ca' to LINGUAS; add some more files with translations and some
203           files which should be ignored by translation tools.
204
205 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
206
207         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
208         * ext/speex/gstspeexdec.h:
209         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
210         * ext/speex/gstspeexenc.h:
211         Use integer encoding and decoding functions instead of converting
212         the integer input to float in the element. The libspeex integer
213         functions are doing this for us already or, if libspeex was compiled
214         in integer mode, they're doing everything using integer arithmetics.
215         Also saves some copying around.
216
217 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
218
219         * configure.ac:
220           Fix --disable-external
221
222 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
223
224         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
225         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
226         * ext/wavpack/gstwavpackenc.h:
227         Handle non-zero start timestamps and stream discontinuities
228         correctly. This only has an effect if we're muxing into
229         a container format as the raw WavPack stream must contain
230         continous sample numbers.
231
232 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
233
234         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
235         Correct the timestamp and granulepos calculation by one Speex
236         frame.
237
238 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
239
240         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
241         Correctly take the granulepos from upstream if possible and
242         correctly handle the granulepos in various calculations: the
243         granulepos is the sample number of the _last_ sample in a frame, not
244         the first.
245
246         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
247         (gst_speex_enc_encode), (gst_speex_enc_chain),
248         (gst_speex_enc_change_state):
249         * ext/speex/gstspeexenc.h:
250         Handle non-zero start timestamps in the encoder and detect/handle
251         stream discontinuities. Fixes bug #547075.
252
253 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
254
255         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
256
257         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
258         Fix compiler warnings caused by passing a string as format string
259         instead of "%s" and then the string. This is only exposed by -Wformat=2
260         as used by default on Ubuntu. Fixes bug #550015.
261
262 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
263
264         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
265         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
266         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
267         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
268         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
269           (gst_ebml_read_element_length):
270         * gst/matroska/matroska-demux.c:
271           (gst_matroska_demux_check_subtitle_buffer):
272           Make stuff compile with GST_DISABLE_GST_DEBUG.
273
274 2008-08-28  Michael Smith <msmith@songbirdnest.com>
275
276         * gst/law/alaw.c:
277         * gst/law/mulaw.c:
278           Ref caps before passing to gst_pad_template_new(), since that takes
279           ownership.
280
281 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
282
283         Patch by: Mersad Jelacic <mersad at axis dot com>
284
285         * gst/multipart/multipartdemux.c:
286         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
287         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
288         demuxer. Fixes #549551.
289
290 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
291
292         * sys/osxaudio/gstosxaudiosink.c:
293         (gst_osx_audio_sink_select_device):
294         * sys/osxaudio/gstosxaudiosrc.c:
295         (gst_osx_audio_src_create_ringbuffer),
296         (gst_osx_audio_src_select_device):
297         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
298         Fix the build on macosx.
299
300 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
301
302         * gst/icydemux/gsticydemux.c:
303           Small docs fix: in the example pipeline, we need to pass
304           iradio-mode=true to the source, so the server actually sends
305           an ICY stream.
306
307 2008-08-26  Michael Smith <msmith@songbirdnest.com>
308
309         * sys/osxaudio/gstosxaudio.c:
310           Oops. Revert more completely.
311
312 2008-08-26  Michael Smith <msmith@songbirdnest.com>
313
314         * sys/osxaudio/gstosxaudio.c:
315           Revert accidental element rename from testing.
316
317 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
318
319         * gst-plugins-good.doap:
320         Pull in 0.10.10 doap entry from release branch
321
322 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
323
324         * configure.ac:
325         Update version number to reflect 0.10.10 release from
326         branch.
327
328 2008-08-26  Michael Smith <msmith@songbirdnest.com>
329
330         * sys/osxaudio/Makefile.am:
331         * sys/osxaudio/gstosxaudio.c:
332         * sys/osxaudio/gstosxaudiosink.c:
333         * sys/osxaudio/gstosxaudiosink.h:
334         * sys/osxaudio/gstosxaudiosrc.c:
335         * sys/osxaudio/gstosxaudiosrc.h:
336         * sys/osxaudio/gstosxringbuffer.c:
337         * sys/osxaudio/gstosxringbuffer.h:
338           Rewrite caps setting and ring buffer initialisation.
339           Previously we never told CoreAudio what format we were going to send it,
340           so it only worked due to luck, and not at all on some hardware.
341           Now we explicitly advertise what formats the hardware supports, and then
342           configure the selected one correctly.
343
344 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
345
346         * sys/v4l2/gstv4l2object.c:
347         * sys/v4l2/gstv4l2src.c:
348         * sys/v4l2/gstv4l2src.h:
349         * sys/v4l2/v4l2_calls.c:
350         * sys/v4l2/v4l2src_calls.c:
351           Fix memory leaks. Small code cleanups : No need for empty _init(). No
352           need to memset instance structures. Some more FIXME's and comments.
353
354 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
355
356         * tests/icles/.cvsignore:
357           Ignore more.
358
359 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
360
361         * gst/goom/.cvsignore:
362         * gst/goom2k1/.cvsignore:
363           Ignore files.
364
365 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
366
367         * ext/cairo/gsttextoverlay.c:
368           Fix compiler warning.
369
370 2008-08-25  David Schleef  <ds@schleef.org>
371
372         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
373
374 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
375
376         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
377         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
378         * gst/matroska/matroska-mux.c:
379         (gst_matroska_mux_video_pad_setcaps),
380         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
381         Add Real[Audio|Video] support to Matroska containers.
382         It works fine for:
383         * decoding real audio/video streams contained in mkv
384         * 'transmuxing' real (.rm) files into .mkv files
385         It will not work though for encoding real[audio/video] streams that
386         don't contain the 'mdpr_data' extra data on the caps.
387         The reason why this will not work is because I never intended to
388         duplicate virtually all the 'mdpr' block creation into mkvmux.
389         Fixes #536067
390
391 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
392
393         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
394         * gst/law/mulaw-conversion.c:
395         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
396         (gst_mulawenc_chain):
397         The encoder can't really renegotiate at the time they perform a
398         pad-alloc so make the srcpads use fixed caps.
399         Check the buffer size after a pad-alloc because the returned size might
400         not be right when the downstream element does not know the size of the
401         new buffer (capsfilter). Fixes #549073.
402
403 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
404
405         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
406
407         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
408         v4l2src doesn't have a property named "norm" so don't try to notify
409         about changes to that property. The "norm" property and related
410         code are commented out currently. Fixes bug #549090.
411
412 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
413
414         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
415
416         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
417         Reprobe devices again instead of taking a cached list as new
418         devices could've been plugged in. Fixes bug #549062.
419
420 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
421
422         * gst/autodetect/Makefile.am:
423         Don't link the autodetect plugin with GConf as it doesn't
424         use GConf. Fixes bug #545463.
425
426 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
427
428         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
429         (gst_ebml_read_element_length), (gst_ebml_read_uint),
430         (gst_ebml_read_sint), (gst_ebml_read_float),
431         (gst_ebml_read_header):
432         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
433         possible to ignore errors and not post any ERROR messages on
434         the bus.
435
436         * gst/matroska/matroska-demux.c:
437         (gst_matroska_demux_parse_contents):
438         Ignore any errors and not just EOS when parsing the contents of
439         a SeekHead. Errors here are usually caused by truncated files
440         and playback of the file works fine. Fixes playback of the
441         audio_only_chapter_seekbroken.mka file from the MPlayer samples
442         archive.
443
444 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
445
446         * gst/multipart/multipartdemux.c:
447         * gst/multipart/multipartmux.c:
448         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
449
450 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
451
452         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
453           gst_directdraw_sink_bufferpool_clear):
454           Fix two more buffer ref leaks.
455
456 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
457
458         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
459
460         * sys/directdraw/gstdirectdrawsink.c:
461           (gst_directdraw_sink_show_frame):
462           Fix buffer ref leak.
463
464 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
465
466         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
467         Revert the last commit. wavenc still supports width!=depth for 32 bit
468         width. Thanks Tim.
469
470 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
471
472         * gst/matroska/matroska-demux.c:
473         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
474         If the duration of a block is unknown only use the timestamp for the
475         first lace and use GST_CLOCK_TIME_NONE as duration for the following
476         laces. Otherwise every lace has the same timestamp which leads to
477         various problems. Really fixes bug #548831.
478
479 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
480
481         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
482         If we're not allowing width!=depth in wavenc we should also disable
483         the code that was added to support width!=depth.
484
485 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
486
487         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
488         Don't calculate the default duration of a frame from the audio sampling
489         rate. This only works for raw audio if every frame contains a single
490         sample and results in broken buffer durations for other formats
491         if no specified default duration is given or the blocks have no
492         duration. Fixes bug #548831.
493
494 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
495
496         * gst/matroska/matroska-demux.c:
497         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
498         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
499         are used for text/plain subtitles as a gap-filler in some files.
500
501 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
502
503         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
504         (gst_v4l2_get_caps_info):
505         Add S910 and PWC formats with a low priority.
506
507         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
508         (gst_v4l2src_probe_caps_for_format):
509         Add more debugging.
510
511 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
512
513         * ext/flac/gstflacenc.c:
514           Fix compilation against older libflac versions.
515
516 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
517
518         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
519         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
520         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
521         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
522         (gst_pulsemixer_ctrl_set_volume):
523         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
524         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
525         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
526         (gst_pulsesink_init), (gst_pulsesink_open),
527         (gst_pulsesink_prepare), (gst_pulsesink_write),
528         (gst_pulsesink_delay), (gst_pulsesink_reset):
529         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
530         (gst_pulsesrc_init):
531         Use GST_BOILERPLATE everywhere and fix coding style at some places.
532         Fix a locking issue in pulsesink's prepare function.
533
534         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
535         Check if the created channel layout is valid for GStreamer.
536
537 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
538
539         * gst/rtsp/gstrtspgoogle.c:
540         Things that can happen when your brain is in google mode trying to
541         deal with their google rtsp server extensions and trying to type your
542         google mail account.
543
544 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
545
546         * gst/rtsp/Makefile.am:
547         * gst/rtsp/gstrtsp.c: (plugin_init):
548         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
549         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
550         (_do_init), (gst_rtsp_google_base_init),
551         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
552         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
553         (gst_rtsp_google_extension_init):
554         * gst/rtsp/gstrtspgoogle.h:
555         Add google RTSP extension, it can only handle udp and responds with
556         unsupported if we do anything else. Fixes #546465.
557
558         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
559         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
560         (gst_rtspsrc_create_transports_string),
561         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
562         (gst_rtspsrc_close), (gst_rtspsrc_pause):
563         Make transport setup code a bit better using GString.
564         Add some more debug.
565         Check for closed connections before doing anything on them.
566
567 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
568
569         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
570         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
571         (gst_pulsesrc_prepare):
572         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
573         (gst_pulse_channel_map_to_gst):
574         * ext/pulse/pulseutil.h:
575         If downstream provides no channel layout and >2 channels should be
576         used use the default layout that pulseaudio chooses and also
577         add this layout to the caps. Fixes bug #547258.
578
579 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
580
581         Patch by: Peter Kjellerstedt <pkj at axis com>
582
583         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
584         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
585         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
586         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
587         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
588         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
589         (gst_udpsrc_set_property):
590         Avoid leaking internally allocated file descriptors when setting
591         custom file descriptors. Fixes #543101.
592
593 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
594
595         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
596         Don't try to configure RTCP back to the server when the server did not
597         give us a valid port number.
598
599 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
600
601         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
602         Use new basetransform method to renegotiate. Fixes #544956.
603
604         * tests/icles/Makefile.am:
605         * tests/icles/videobox-test.c: (make_pipeline), (main):
606         Add videobox renegotiation example.
607
608 2008-08-19  David Schleef  <ds@schleef.org>
609
610         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
611         with sane values.  Fixes #548530.
612
613 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
614
615         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
616         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
617         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
618         are already filled with the correct values by
619         gst_ring_buffer_parse_caps() so there's no need to set them again
620         with wrong values.
621
622 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
623
624         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
625         (gst_avi_demux_read_subindexes_push):
626         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
627         and instead of using the 'ix##' nomenclature, use '##ix'.
628         They're still valid though, this fixes the duration and indexes for
629         virtually all the ODML files I have.
630
631 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
632
633         Patch by: Olivier Crete <tester at tester dot ca>
634
635         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
636         (gst_rtp_vorbis_depay_process):
637         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
638         Update the vorbis RTP pay/depay to RFC 5215.
639         Fixes #547842.
640
641 2008-08-14  David Schleef  <ds@schleef.org>
642
643         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
644           with 3:2 pulldown, i.e., 24p.
645
646 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
647
648         * tests/check/elements/level.c: (GST_START_TEST):
649         Fix compilation some more.
650
651 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
652
653         * configure.ac::
654           Require -base CVS for wavparse acid chunk parsing.
655
656 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
657
658         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
659         (gst_pulsesink_init), (gst_pulsesink_finalize),
660         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
661         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
662         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
663         * ext/pulse/pulsesink.h:
664         Add "device-name" property to pulsesink too and currently commented
665         out and not working support for a "volume" property.
666
667 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
668
669         * configure.ac:
670         Remove more cdio stuff (moved to ugly)
671
672 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
673
674         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
675
676         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
677         (gst_pulsesrc_get_property):
678         Add "device-name" property, which provides a human readable string
679         for the audio device, to make it more consisten with other audio
680         sources. Fixes bug #547519.
681
682 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
683
684         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
685         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
686         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
687         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
688         * ext/pulse/pulsemixerctrl.h:
689         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
690         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
691         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
692         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
693         * ext/pulse/pulseprobe.h:
694         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
695         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
696         (gst_pulsesrc_change_state):
697         Improve debugging a bit by including the parent object in pulsemixerctrl
698         and pulseprobe objects and using GST_WARNING_OBJECT instead of
699         GST_WARNING.
700
701         Use the parent GObject subclass instead of a random struct as GObject
702         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
703         when probing for another property than "device".
704
705 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
706
707         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
708
709         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
710         Fix property probing after the device property is set by calling
711         set_server when the server property changes. Fixes bug #547518.
712
713 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
714
715         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
716
717         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
718         (gst_pulsesink_implements_interface_init),
719         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
720         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
721         (gst_pulsesink_get_type):
722         * ext/pulse/pulsesink.h:
723         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
724         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
725         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
726         * ext/pulse/pulsesrc.h:
727         Implement GstPropertyProbe interface on pulsesink for detecting
728         sink devices and on pulsesrc for detecting source devices.
729         Fixes bugs #547227 and #547217.
730
731 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
732
733         * gst/spectrum/gstspectrum.c:
734           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
735
736 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
737
738         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
739         Properly set the maximum latency value, in the same way it is done in
740         v4lsrc.
741         * sys/v4l2/v4l2src_calls.c:
742         Simplify fraction equality check, no need to use GValues for this.
743
744 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
745
746         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
747         Add warning messages stating exactly why the latency query failed.
748         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
749         In some cases, the negotiated framerate might be the default one which
750         is already set internally. But we still need to mark it down in fps_n
751         and fps_d so that the latency query can happen properly.
752
753 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
754
755         * docs/plugins/inspect/plugin-1394.xml:
756         Whoops, forgot one doc file for people who can't/don't build the
757         raw1394 plugin.
758
759 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
760
761         * docs/plugins/Makefile.am:
762         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
763         * docs/plugins/gst-plugins-good-plugins-sections.txt:
764         * docs/plugins/inspect/plugin-cdio.xml:
765         * ext/Makefile.am:
766         * ext/cdio/Makefile.am:
767         * ext/cdio/gstcdio.c:
768         * ext/cdio/gstcdio.h:
769         * ext/cdio/gstcdiocddasrc.c:
770         * ext/cdio/gstcdiocddasrc.h:
771
772         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
773         CDDA source to -ugly.
774
775         * po/LINGUAS:
776         * po/POTFILES.in:
777         * po/id.po:
778         Pull in new translation from 0.10.9.2 release branch.
779
780 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
781
782         * docs/plugins/Makefile.am:
783         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
784         * docs/plugins/gst-plugins-good-plugins-sections.txt:
785         * docs/plugins/gst-plugins-good-plugins.args:
786         * docs/plugins/gst-plugins-good-plugins.hierarchy:
787         * docs/plugins/gst-plugins-good-plugins.interfaces:
788         Integrate documentation for new hdv1394src element.
789
790 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
791
792         * ext/raw1394/Makefile.am:
793         * ext/raw1394/gst1394.c: (plugin_init):
794         * ext/raw1394/gsthdv1394src.c: (_do_init),
795         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
796         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
797         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
798         (gst_hdv1394src_from_raw1394handle),
799         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
800         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
801         (gst_hdv1394src_start), (gst_hdv1394src_stop),
802         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
803         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
804         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
805         (gst_hdv1394src_uri_handler_init):
806         * ext/raw1394/gsthdv1394src.h:
807         mpeg2-ts (HDV) variant of firewire capture element.
808         Fixes #350830
809
810 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
811
812         * gst/level/gstlevel.c: (gst_level_message_new):
813          Fix compilation (also known as the classic 'fix code that someone
814          committed without compiling it first').
815
816 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
817
818         * tests/check/elements/level.c:
819           Add a test for level in stereo mode.
820
821 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
822
823         * tests/examples/spectrum/demo-audiotest.c:
824         * tests/examples/spectrum/demo-osssrc.c:
825           Demo how to draw analyzer results synced to the clock.
826
827 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
828
829         * gst/level/gstlevel.c:
830           Little renaming (l -> level).
831
832         * gst/spectrum/gstspectrum.c:
833         * gst/spectrum/gstspectrum.h:
834           Also send full timestamp/duration details here.
835
836 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
837
838         * gst/level/gstlevel.c:
839         * gst/level/gstlevel.h:
840           Send same timestamp/duration details as videoanalysis. This gives
841           applications better chance to sync analysis results with playback.
842
843 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
844
845         * gst/matroska/matroska-mux.c:
846         (gst_matroska_mux_handle_sink_event),
847         (flac_streamheader_to_codecdata):
848         We need to drop one additional buffer for FLAC as the fLaC
849         marker and STREAMINFO block are merged into one buffer in the caps.
850
851         Also don't pretend to support NEWSEGMENT events, otherwise we
852         will most probably write some invalid data.
853
854 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
855
856         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
857         (gst_matroska_mux_audio_pad_setcaps):
858         Add support for muxing FLAC into Matroska containers.
859         Fixes bug #311586.
860
861 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
862
863         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
864         Actually provide the variables required for the format string.
865
866 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
867
868         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
869         (gst_matroska_demux_element_send_event),
870         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
871         * gst/matroska/matroska-demux.h:
872         Close the current segment if we're doing a non-flushing seek and send
873         the close-segment and the new segment of the seek from the streaming
874         thread.
875
876 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
877
878         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
879         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
880         (gst_flac_enc_change_state):
881         * ext/flac/gstflacenc.h:
882         Handle non-zero start timestamps correctly, mark header packets as
883         IN_CAPS and print a warning and suggest using audiorate if stream
884         discontinuities are detected. When FLAC supports flushing the encoder
885         somehow this should be done for discontinuities instead.
886
887         Remove some unused variables from the instance struct.
888
889 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
890
891         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
892         If seeking failed return the appropiate return value to FLAC.
893         Otherwise it thinks seeking was successfull and tries to rewrite
894         parts of the headers which then get appended to the output.
895
896 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
897
898         Patch by: Frederic Crozat <fcrozat@mandriva.org>
899
900         * ext/esd/gstesd.c: (plugin_init):
901         * ext/flac/gstflac.c: (plugin_init):
902         * ext/shout2/gstshout2.c: (plugin_init):
903         * ext/wavpack/gstwavpack.c: (plugin_init):
904         * sys/oss/gstossaudio.c: (plugin_init):
905         * sys/v4l2/gstv4l2.c: (plugin_init):
906         Make sure gettext returns translations in UTF-8 encoding rather
907         than in the current locale encoding (#546822).
908
909 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
910
911         * ext/flac/gstflacdec.c:
912         Add FIXME for 0.11 to simply output everything with width=32 as given
913         by FLAC and let audioconvert handle the conversions instead of doing
914         them in flacdec.
915
916 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
917
918         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
919         When outputting a pad template range for the size, include a framerate
920         range too, to avoid 'not a real subset of template caps' errors.
921
922 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
923
924         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
925
926         * ext/flac/Makefile.am:
927         * ext/flac/gstflac.c: (plugin_init):
928         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
929         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
930         (gst_flac_tag_dispose), (gst_flac_tag_init),
931         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
932         (gst_flac_tag_change_state):
933         * ext/flac/gstflactag.h:
934         Port flactag to 0.10, add documentation for it and clean it up a bit.
935         Fixes bug #413841.
936
937         * docs/plugins/Makefile.am:
938         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
939         * docs/plugins/gst-plugins-good-plugins-sections.txt:
940         * docs/plugins/gst-plugins-good-plugins.hierarchy:
941         * docs/plugins/gst-plugins-good-plugins.interfaces:
942         * docs/plugins/gst-plugins-good-plugins.prerequisites:
943         * docs/plugins/inspect/plugin-flac.xml:
944         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
945         * ext/flac/gstflacdec.h:
946         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
947         * ext/flac/gstflacenc.h:
948         Add flactag and flacenc to the documentation and mark
949         the private parts of the flacdec instance structure as private.
950
951         Also use gst_element_class_set_details_simple() in flacdec and
952         flacenc.
953
954 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
955
956         * gst/qtdemux/qtdemux.c:
957           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
958           for it but ffmpeg does not.
959
960 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
961
962         * gst/wavparse/gstwavparse.c:
963           Handle the list chunk and use gst_riff_parse_info() to parse the info
964           sub-chunk.
965
966 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
967
968         * gst/wavparse/gstwavparse.c:
969           Handle the acid chunk and send tempo as part of tags. Other fields are
970           interesting too, but need more tag-definitions. Fixes #545433.
971
972 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
973
974         * gst/wavparse/gstwavparse.c:
975           Refactor wavparse. Call _reset() from dispose() and move old code from
976           dispose into reset. This way we don't leak taglists when we abort
977           parsing. Fix some comments. Move code for skipping a chunk into extra
978           function. Replace chunk sizes with a const to ease readability.         
979
980 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
981
982         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
983
984         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
985         Improve udp port setup. Fixes #545710.
986
987 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
988
989         * gst/rtp/Makefile.am:
990         * gst/rtp/gstrtp.c: (plugin_init):
991         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
992         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
993         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
994         (gst_rtp_mp1s_depay_set_property),
995         (gst_rtp_mp1s_depay_get_property),
996         (gst_rtp_mp1s_depay_change_state),
997         (gst_rtp_mp1s_depay_plugin_init):
998         * gst/rtp/gstrtpmp1sdepay.h:
999         Add MP1S depayloader.
1000
1001         * gst/rtsp/URLS:
1002         Some more sample rtsp streams.
1003
1004 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1005
1006         * gst/rtsp/URLS:
1007         Add another URL.
1008
1009         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
1010         * tests/check/elements/rglimiter.c: (GST_START_TEST):
1011         Add some more debug info.
1012
1013 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1014
1015         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
1016         Provide cbSize field for audio extra_data size, and take care to
1017         pad extra_data.
1018
1019 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1020
1021         * gst/qtdemux/qtdemux.c:
1022           Return the result of gst_pad_{start,stop}_task instead of hard-coded
1023           TRUE.
1024
1025 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1026
1027         * gst/qtdemux/qtdemux.c:
1028         * gst/qtdemux/qtdemux_fourcc.h:
1029           Add keyword tag support. Fixes #520694 for qtdemux.
1030
1031 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1032
1033         * gst/qtdemux/qtdemux.c:
1034           Add support for tmpo tag (BPM).
1035
1036 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1037
1038         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
1039         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
1040         Set an estimate for the total number of samples that will be encoded
1041         if possible to help decoders if the streaminfo can't be rewritten
1042         later (like when muxing into Ogg containers).
1043
1044         Add a warning if we get header packets after data packets as those
1045         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
1046         work.
1047
1048 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1049
1050         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
1051         (gst_flac_dec_write):
1052         Support decoding of all depths between 4 and 32 bits and read the
1053         depth from the streaminfo header if needed. Also support all sampling
1054         rates between 1 and 655350 Hz.
1055
1056         * ext/flac/gstflacenc.c:
1057         (gst_flac_enc_caps_append_structure_with_widths),
1058         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
1059         (gst_flac_enc_chain):
1060         * ext/flac/gstflacenc.h:
1061         Support encoding in all bit depths supported by the streamable
1062         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
1063         between 1 Hz and 655350 Hz.
1064
1065 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1066
1067         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
1068         (gst_flac_enc_sink_getcaps):
1069         Support encoding of up to 8 channels.
1070
1071 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
1072
1073         * ext/soup/gstsouphttpsrc.c:
1074         * ext/soup/gstsouphttpsrc.h:
1075         Fix seeking race condition in #540300
1076         Patch By: Wouter Cloetens  <wouter at mind be>
1077
1078 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1079
1080         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
1081         (gst_matroska_demux_element_send_event),
1082         (gst_matroska_demux_handle_seek_event),
1083         (gst_matroska_demux_handle_src_event):
1084         When receiving a SEEK event on a specific pad first search for a seek
1085         table entry for the stream of the pad and then fall back to an entry
1086         for a different stream.
1087
1088 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1089
1090         * configure.ac:
1091         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
1092         * gst/matroska/matroska-ids.h:
1093         Build depend on core CVS for the attachment tag.
1094
1095 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1096
1097         * configure.ac:
1098         * gst/matroska/Makefile.am:
1099         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
1100         (copy_backptr), (lzo1x_decode), (main):
1101         * gst/matroska/lzo.h:
1102         * gst/matroska/matroska-demux.c:
1103         (gst_matroska_demux_read_track_encoding),
1104         (gst_matroska_decompress_data), (gst_matroska_decode_data),
1105         (gst_matroska_decode_buffer),
1106         (gst_matroska_decode_content_encodings),
1107         (gst_matroska_demux_read_track_encodings),
1108         (gst_matroska_demux_add_stream),
1109         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1110         * gst/matroska/matroska-ids.h:
1111         Decode the codec private data and following ContentEncoding if
1112         necessary.
1113
1114         Support bzip2, lzo and header stripped compression. For lzo use the
1115         ffmpeg lzo implementation as liblzo is GPL licensed.
1116         
1117         Fix zlib decompression.
1118
1119 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1120
1121         * gst/matroska/matroska-mux.c:
1122         (gst_matroska_mux_audio_pad_setcaps):
1123         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
1124         duration of a frame with the new mpegaudioversion caps field.
1125
1126 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1127
1128         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
1129         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
1130         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
1131         (gst_matroska_demux_stream_from_num),
1132         (gst_matroska_demux_tracknumber_unique),
1133         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
1134         (gst_matroska_demux_handle_seek_event),
1135         (gst_matroska_demux_sync_streams),
1136         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1137         (gst_matroska_demux_loop):
1138         * gst/matroska/matroska-demux.h:
1139         Allow an infinite number of stream inside Matroska containers and use
1140         a GPtrArray for storing them instead of allowing "only" 127 streams.
1141
1142 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1143
1144         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
1145         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
1146         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
1147         (gst_ebml_read_element_length), (gst_ebml_peek_id),
1148         (gst_ebml_read_get_length), (gst_ebml_read_skip),
1149         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
1150         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
1151         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
1152         (gst_ebml_read_master), (gst_ebml_read_binary),
1153         (gst_ebml_read_header):
1154         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
1155         (gst_ebml_write_element_size), (gst_ebml_write_uint),
1156         (gst_ebml_write_sint), (gst_ebml_write_ascii),
1157         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
1158         (gst_ebml_replace_uint):
1159         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1160         (gst_matroska_demux_read_track_encoding),
1161         (gst_matroska_demux_read_track_encodings),
1162         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
1163         (gst_matroska_demux_send_event),
1164         (gst_matroska_demux_element_send_event),
1165         (gst_matroska_demux_handle_seek_event),
1166         (gst_matroska_demux_handle_src_event),
1167         (gst_matroska_demux_init_stream),
1168         (gst_matroska_demux_parse_tracks),
1169         (gst_matroska_demux_parse_index_cuetrack),
1170         (gst_matroska_demux_parse_index_pointentry),
1171         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
1172         (gst_matroska_demux_parse_metadata_id_simple_tag),
1173         (gst_matroska_demux_parse_metadata_id_tag),
1174         (gst_matroska_demux_parse_metadata),
1175         (gst_matroska_demux_parse_attached_file),
1176         (gst_matroska_demux_parse_attachments),
1177         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
1178         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
1179         (gst_matroska_demux_push_flac_codec_priv_data),
1180         (gst_matroska_demux_push_xiph_codec_priv_data),
1181         (gst_matroska_demux_push_dvd_clut_change_event),
1182         (gst_matroska_demux_add_mpeg_seq_header),
1183         (gst_matroska_demux_add_wvpk_header),
1184         (gst_matroska_demux_check_subtitle_buffer),
1185         (gst_matroska_decode_buffer),
1186         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1187         (gst_matroska_demux_parse_cluster),
1188         (gst_matroska_demux_parse_contents_seekentry),
1189         (gst_matroska_demux_parse_contents),
1190         (gst_matroska_demux_loop_stream_parse_id),
1191         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
1192         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
1193         (gst_matroska_demux_subtitle_caps),
1194         (gst_matroska_demux_change_state):
1195         * gst/matroska/matroska-ids.c:
1196         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
1197         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
1198         (gst_matroska_mux_video_pad_setcaps),
1199         (xiph3_streamheader_to_codecdata),
1200         (vorbis_streamheader_to_codecdata),
1201         (theora_streamheader_to_codecdata),
1202         (gst_matroska_mux_audio_pad_setcaps),
1203         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
1204         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
1205         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
1206         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
1207         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
1208         Fix indention everywhere. A broken indent version has added newlines
1209         after every single declaration some time ago.
1210
1211 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1212
1213         * gst/matroska/matroska-demux.c:
1214         (gst_matroska_demux_loop_stream_parse_id):
1215         If no Tracks are found error out instead of trying it again until the
1216         end of time.
1217
1218 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1219
1220         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
1221         Fix demuxing of raw integer audio. The samples are unsigned only for 8
1222         bit and signed otherwise, not the other way around.
1223
1224 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1225
1226         * gst/matroska/matroska-mux.c:
1227         Add more raw YUV formats to the list of supported formats.
1228
1229 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1230
1231         * gst/matroska/matroska-mux.c:
1232         (gst_matroska_mux_audio_pad_setcaps):
1233         Add support for muxing raw float audio now that the spec defines the
1234         endianness and add support for muxing raw integer audio with 24 and
1235         32 bits.
1236
1237         Allow muxing of more than 8 audio channels.
1238
1239 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1240
1241         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
1242         (gst_matroska_mux_reset), (gst_matroska_mux_start):
1243         Add locking to the global array of used track UIDs to prevent random
1244         crashes if more than a single matrosmux instance is used.
1245
1246         Use 64 bit values for the track UIDs.
1247
1248         Use the global GRandom of GLib instead of creating our own one
1249         for the few random numbers we need every single time.
1250
1251 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1252
1253         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
1254         (gst_flac_dec_setup_stream_decoder),
1255         (gst_flac_dec_update_metadata):
1256         Always post the audio-codec tag, not only if other tags are present.
1257
1258 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
1259
1260         * configure.ac:
1261         Back to development -> 0.10.9.1
1262
1263 === release 0.10.9 ===
1264
1265 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
1266
1267         * configure.ac:
1268           releasing 0.10.9, "Steam Train Rolling"
1269
1270 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
1271
1272         * ext/soup/gstsouphttpsrc.c:
1273         Don't throw an error when soup completes a msg with status
1274         'cancelled', as that indicates we cancelled a request while
1275         shutting down or seeking, and it's not an error.
1276         Fixes: #540300 again.
1277
1278 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
1279
1280         * configure.ac:
1281         0.10.8.4 pre-release
1282
1283 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
1284
1285         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
1286         Fix segment-stop regression.
1287         Add documentation regarding segments in quicktime files by Wim Taymans.
1288         Fixes #544509
1289
1290 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
1291
1292         * configure.ac:
1293         0.10.8.3 pre-release
1294
1295         * po/LINGUAS:
1296         * po/pt_BR.po:
1297         Add pt_BR translation
1298
1299 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1300
1301         * gst/goom/convolve_fx.c:
1302         * gst/goom/filters.c:
1303         * gst/goom/goom_config.h:
1304         * gst/goom/goom_core.c:
1305         * gst/goom/goom_tools.h:
1306           Fix build with MSVC: include glib.h to define inline appropriately,
1307           use header guards where needed.
1308         * gst/udp/gstudpnetutils.c:
1309         * gst/udp/gstudpsrc.c:
1310           Fix build with MSVC: use WSA* constants/functions where appropriate, use
1311           g_snprintf rather than snprintf.
1312           Fixes #544433.
1313
1314 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
1315
1316         * gst/debug/gsttaginject.c:
1317         * gst/debug/gsttaginject.h:
1318           Sent tags in _transform_ip() instead of _start(). Fixes #543404
1319           partially.
1320
1321 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1322
1323         * configure.ac:
1324         0.10.8.2 pre-release
1325
1326 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1327
1328         * ext/Makefile.am:
1329         Finish hooking up pulseaudio plugin to the build.
1330
1331         * ext/pulse/pulsemixerctrl.c:
1332         Fix compilation error.
1333
1334 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1335
1336         * po/LINGUAS:
1337         * po/lt.po:
1338         Add new lithunian translation, and add french to the LINGUAS
1339         file.
1340
1341 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1342
1343         * ext/soup/gstsouphttpsrc.c:
1344         Fix Soup HTTP source seeking.
1345         Patch By: Wouter Cloetens  <wouter at mind be>
1346         Fixes: #540300
1347
1348         * tests/check/elements/.cvsignore:
1349         Ignore new check programs.
1350
1351 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1352
1353         * configure.ac:
1354         * docs/plugins/Makefile.am:
1355         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1356         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1357         * docs/plugins/gst-plugins-good-plugins.args:
1358         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1359         * docs/plugins/gst-plugins-good-plugins.interfaces:
1360         * docs/plugins/gst-plugins-good-plugins.prerequisites:
1361         * docs/plugins/inspect/plugin-interleave.xml:
1362         * docs/plugins/inspect/plugin-replaygain.xml:
1363         * tests/check/Makefile.am:
1364
1365         Move replaygain and interleave plugins from -bad.
1366         Fixes: #543406
1367         Fixes: #536228
1368
1369 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1370
1371         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
1372         (qtdemux_parse_trak):
1373         Revert ISO base media spec based pixel-aspect-ratio calculation.
1374         Fixes #543300.
1375
1376 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1377
1378         * sys/osxvideo/osxvideosink.m:
1379         Fix minor build issues on macosx.
1380         Fixes #543054
1381
1382 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
1383
1384         * configure.ac::
1385         * ext/taglib/Makefile.am::
1386           Only use -Wno-attributes (which is there to work around a
1387           bug in the taglib 1.5 headers) if the c++ compiler actually
1388           supports it (#543255).
1389
1390 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
1391
1392         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
1393
1394         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
1395           Avoid compiler warning by initialising variable to NULL (#543259).
1396
1397 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
1398
1399         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
1400         Don't pass NULL taglists to gst_tag_list_is_empty().
1401
1402 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
1403
1404         * tests/check/elements/cmmldec.c: (GST_START_TEST):
1405         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
1406         (rtp_pipeline_run):
1407         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
1408         Don't use declarations after statements.
1409
1410 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1411
1412         * ext/jpeg/gstjpegdec.c:
1413         Align documentation with reality.
1414
1415 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1416
1417         * gst/udp/gstudpnetutils.c:
1418         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
1419         old value (1) if it's not defined which should not cause any problems
1420         as we're using it internal only anyway.
1421
1422 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1423
1424         Patch by: Alessandro Decina <alessandro at nnva dot org>
1425
1426         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
1427         Fix build of avidemux on big endian architectures.
1428
1429 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1430
1431         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
1432
1433         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1434         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
1435
1436 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1437
1438         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
1439         (qtdemux_parse_trak):
1440         Set pixel-aspect-ratio in caps using display width and height
1441         provided in track.
1442
1443 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1444
1445         * configure.ac:
1446         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
1447         flags that are invalid for C++. Fixes bug #516509.
1448
1449 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1450
1451         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
1452         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
1453         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
1454         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
1455         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1456         * tests/examples/equalizer/demo.c: (message_handler):
1457         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
1458         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
1459         Don't use declarations after statements and variable length arrays.
1460
1461 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1462
1463         Patch by: Daniel Drake <dsd at gentoo dot org>
1464
1465         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
1466         (gst_v4l2src_get_nearest_size):
1467         Try progressive video if interlaced fails. Fixes bug #541956
1468         and the usage of v4l2src on OLPC.
1469
1470 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1471
1472         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
1473         (gst_rtp_speex_depay_process):
1474         * gst/rtp/gstrtpspeexdepay.h:
1475         Revert last change: Only the jitterbuffer is able to convert RTP to
1476         Gstreamer timestamps and normal (de)payloaders should simply copy it.
1477         Reopens bug #541787.
1478
1479 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
1480
1481         * gst/rtp/gstrtpvrawdepay.c:
1482           Include stdlib.h for atoi().
1483
1484         * gst/rtsp/gstrtspsrc.c:
1485           Use floating point math for latencies < 0 sec in log output.
1486
1487 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1488
1489         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
1490
1491         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
1492         (gst_rtp_speex_depay_process):
1493         * gst/rtp/gstrtpspeexdepay.h:
1494         Take timestamp from the RTP packet as a first step to fix problems
1495         with transmission over RTP when the network is not reliable.
1496         Fixes bug #541787.
1497
1498 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1499
1500         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
1501
1502         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
1503         Fix parsing of udp:// URIs containing IPv6 addresses.
1504         Fixes bug #541650.
1505
1506 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1507
1508         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
1509         Do not leak incoming buffers.
1510
1511 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1512
1513         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1514
1515         * configure.ac:
1516         Fix build of the RTP plugin with mingw32 by linking to ws2_32
1517         for htons() and htonl(). Fixes bug #541412.
1518
1519 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1520
1521         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
1522         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
1523         (gst_matroska_demux_element_query),
1524         (gst_matroska_demux_handle_src_query),
1525         (gst_matroska_demux_handle_seek_event):
1526         Handle position and duration query in DEFAULT format if the
1527         pad's track has a default frame duration set.
1528
1529         Fix seeking now that the segment's duration doesn't contain the
1530         (possibly wrong or inaccurate) duration of the Matroska file.
1531
1532 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1533
1534         * gst/matroska/ebml-read.c: (_ext2dbl):
1535         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
1536         in math.h except on MSVC where it is defined in xmath.h.
1537         Fixes compilation with MSVC.
1538
1539 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1540
1541         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1542         (gst_matroska_demux_handle_src_query),
1543         (gst_matroska_demux_parse_info),
1544         (gst_matroska_demux_loop_stream_parse_id):
1545         * gst/matroska/matroska-demux.h:
1546         Don't set the segment duration to the duration from the Matroska
1547         header as this value could be wrong and is just informational.
1548
1549 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1550
1551         * gst/matroska/matroska-demux.c:
1552         (gst_matroska_demux_loop_stream_parse_id):
1553         If no Tracks element is found until the first Cluster is found
1554         search it and error out if none is found in the complete file.
1555
1556 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1557
1558         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
1559         Resync non-subtitle tracks too if a too large gap compared to other
1560         tracks is detected.
1561
1562 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1563
1564         * gst/rtp/Makefile.am:
1565         * gst/rtp/gstrtp.c: (plugin_init):
1566         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
1567         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
1568         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
1569         (gst_rtp_vraw_depay_change_state),
1570         (gst_rtp_vraw_depay_plugin_init):
1571         * gst/rtp/gstrtpvrawdepay.h:
1572         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
1573         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
1574         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
1575         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
1576         (gst_rtp_vraw_pay_plugin_init):
1577         * gst/rtp/gstrtpvrawpay.h:
1578         Add raw video pay and depayloaders, see RFC4175.
1579
1580 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
1581
1582         * ext/libpng/gstpngdec.c:
1583         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
1584         whatever it returned.
1585
1586 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1587
1588         * gst/avi/avi-ids.h:
1589         Add vprp chunk related structures.
1590         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
1591         (gst_avi_demux_parse_stream):
1592         Parse optional vprp chunk and add calculated pixel-aspect-ratio
1593         to caps.  Fixes #539482.
1594         * gst/avi/gstavimux.h:
1595         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
1596         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
1597         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
1598
1599 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1600
1601         * tests/check/elements/avimux.c: (check_avimux_pad):
1602         Adjust avimux unit test according to increased streamheader size.
1603
1604 2008-06-27  David Schleef  <ds@schleef.org>
1605
1606         * gst/qtdemux/qtdemux.c: Add Dirac stream type
1607
1608 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1609
1610         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
1611         * gst/avi/gstavimux.h:
1612         Add 8 bytes to current streamheader to make for a complete one
1613         and to make more players happy.  Fixes #519460.
1614
1615 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
1616
1617         * sys/v4l2/v4l2_calls.c::
1618           Don't include unused gstv4l2xoverlay.h. Fixes build
1619           in case where X11 headers are not installed.
1620
1621 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1622
1623         * ext/dv/gstdv.c: (plugin_init):
1624         Fix compilation.
1625
1626 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1627
1628         * ext/dv/gstdv.c: (plugin_init):
1629         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
1630         DV decoder available.
1631         Fixes #532393
1632
1633 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1634
1635         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1636         Call getsockname() after the call to bind() to get updated values
1637         for the port, etc. This fixes the usage of udpsrc on anonymous
1638         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
1639         Thanks to Aurelien Grimaud for pointing out the obvious fix.
1640
1641 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1642
1643         * tests/check/pipelines/wavpack.c: (bus_handler):
1644         Remove workaround for a bug in identity that is fixed in 0.10.20.
1645
1646 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1647
1648         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
1649
1650         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
1651         Fix HTTP auth support with user/password passed via the URI.
1652         Fixes bug #540067.
1653
1654 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
1655
1656         * configure.ac:
1657           Depend on released versions of core and -base.
1658
1659 2008-06-23  Julien Moutte  <julien@fluendo.com>
1660
1661         * gst/matroska/matroska-demux.c:
1662         (gst_matroska_demux_read_track_encoding),
1663         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
1664         format strings in macros. (makes it build on OS X again...)
1665
1666 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1667
1668         * gst/rtp/gstrtptheorapay.c:
1669         * gst/udp/gstmultiudpsink.c:
1670           Added debug.
1671
1672 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
1673
1674         * configure.ac: switch v4l2src over to the normal build instead of
1675         being 'experimental'. Fixes bug #536831.
1676
1677 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
1678
1679         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
1680         Remove unused variable so that we can compile again.
1681
1682 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
1683
1684         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
1685         No need to check for audio/G723 and audio/32KADPCM here as they are
1686         no longer supported.
1687
1688 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
1689
1690         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
1691         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
1692         Use G_GINT64_CONSTANT, this fixes the duration query on files without
1693         known length.
1694
1695 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
1696
1697         * gst/matroska/matroska-demux.c:
1698         (gst_matroska_demux_add_wvpk_header),
1699         (gst_matroska_demux_audio_caps):
1700         * gst/matroska/matroska-ids.h:
1701         Fix demuxing of WavPack files. Muxing is still broken.
1702
1703 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
1704
1705         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
1706         (gst_matroska_demux_add_mpeg_seq_header),
1707         (gst_matroska_demux_add_wvpk_header),
1708         (gst_matroska_demux_check_subtitle_buffer),
1709         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1710         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
1711         (gst_matroska_demux_subtitle_caps):
1712         * gst/matroska/matroska-ids.h:
1713         Add a "vfunc" to the track context for postprocessing frames and
1714         convert the wavpack and subtitle postprocessing to this vfunc.
1715         Copy buffer flags in those functions to the new buffers too.
1716
1717         Parse CodecState elements of Blocks.
1718
1719         Add a postprocessing function for MPEG video that adds the sequence
1720         header from the codec private data or codec state to the frames if
1721         it's not already there.
1722
1723 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
1724
1725         * gst/matroska/matroska-demux.c:
1726         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1727         If a gap of more than 1/2 second is found in one stream send a
1728         NEWSEGMENT event to not stall the pipeline if the gap is too large.
1729         This also fixes Matroska files where the first buffer doesn't start
1730         at timestamp 0. Fixes bug #429322.
1731
1732         The duration of a block is the default duration multiplied with the
1733         number of laces. Every lace is one frame and the default duration
1734         is the duration of one frame. This fixes playback of files that use
1735         lacing for some tracks.
1736
1737 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
1738
1739         * gst/matroska/matroska-demux.c:
1740         (gst_matroska_demux_parse_contents_seekentry):
1741         Update FIXME/TODOs and only ignore EOS at the central, important place
1742         instead of several places.
1743
1744 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
1745
1746         * gst/rtp/gstrtpg726pay.c:
1747         Fix caps, See #538891.
1748
1749 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
1750
1751         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1752         (gst_matroska_demux_stream_from_num),
1753         (gst_matroska_demux_encoding_cmp),
1754         (gst_matroska_demux_encoding_order_unique),
1755         (gst_matroska_demux_read_track_encoding),
1756         (gst_matroska_demux_read_track_encodings),
1757         (gst_matroska_demux_tracknumber_unique),
1758         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
1759         (gst_matroska_demux_parse_tracks),
1760         (gst_matroska_demux_parse_index_cuetrack),
1761         (gst_matroska_demux_parse_index_pointentry),
1762         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
1763         (gst_matroska_demux_parse_metadata_id_simple_tag),
1764         (gst_matroska_demux_parse_metadata_id_tag),
1765         (gst_matroska_demux_parse_metadata),
1766         (gst_matroska_demux_parse_attached_file),
1767         (gst_matroska_demux_parse_attachments),
1768         (gst_matroska_demux_parse_chapters),
1769         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
1770         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1771         (gst_matroska_demux_parse_cluster),
1772         (gst_matroska_demux_parse_contents_seekentry),
1773         (gst_matroska_demux_parse_contents),
1774         (gst_matroska_demux_loop_stream_parse_id),
1775         (gst_matroska_demux_loop):
1776         Improve debug output everywhere and fix the EOS logic.
1777
1778         Check the values of the ContentEncoding elements more strictly and
1779         don't use tracks for which it's invalid.
1780
1781         Check that the track number is unique for this stream.
1782
1783         Check that seek positions are below G_MAXINT64 as our seeks are
1784         int64-based and overflows will fail badly.
1785
1786         After seeks also don't push SimpleBlocks until the first one
1787         containing a keyframe is found. Before this was done only for normal
1788         Blocks.
1789
1790         Update some FIXME/TODOs.
1791         
1792         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
1793         (gst_ebml_read_utf8), (gst_ebml_read_header):
1794         Improve debug output.
1795
1796         * gst/matroska/matroska-ids.c:
1797         (gst_matroska_track_init_video_context):
1798         * gst/matroska/matroska-ids.h:
1799         * gst/matroska/matroska-mux.c:
1800         (gst_matroska_mux_video_pad_setcaps):
1801         Remove eye mode and don't parse it anymore. We can't use that
1802         information in GStreamer yet so it's useless.
1803
1804
1805 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
1806
1807         Patch by: Mersad Jelacic <mersad at axis dot com>
1808
1809         * gst/rtp/Makefile.am:
1810         * gst/rtp/gstrtp.c: (plugin_init):
1811         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
1812         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
1813         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
1814         (gst_rtp_g726_depay_plugin_init):
1815         * gst/rtp/gstrtpg726depay.h:
1816         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
1817         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
1818         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
1819         * gst/rtp/gstrtpg726pay.h:
1820         Added G726 pay/depayloaders. Fixes #538891.
1821
1822 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
1823
1824         * gst/rtsp/URLS:
1825         Some more urls.
1826
1827         * gst/smpte/barboxwipes.c:
1828         Add a comment
1829
1830         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
1831         Fix typo, add audioresample to the pipeline.
1832
1833 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
1834
1835         * ext/libmng/Makefile.am:
1836         * ext/libmng/gstmng.c: (plugin_init):
1837         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
1838         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
1839         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
1840         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
1841         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
1842         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
1843         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
1844         (gst_mng_dec_change_state):
1845         * ext/libmng/gstmngdec.h:
1846         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
1847         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
1848         (gst_mng_enc_init), (gst_mng_enc_chain),
1849         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
1850         * ext/libmng/gstmngenc.h:
1851         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
1852         bits ifdeffed out still.
1853
1854 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
1855
1856         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
1857         When comparing index elements with the same time compare their
1858         block number.
1859
1860 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
1861
1862         * gst/matroska/matroska-demux.c:
1863           (gst_matroska_demux_parse_attached_file)
1864           Init variable to NULL to avoid compiler warning.
1865
1866 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
1867
1868         * gst/matroska/Makefile.am:
1869         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1870         (gst_matroska_demux_parse_attached_file),
1871         (gst_matroska_demux_parse_attachments),
1872         (gst_matroska_demux_parse_contents_seekentry),
1873         (gst_matroska_demux_loop_stream_parse_id):
1874         * gst/matroska/matroska-demux.h:
1875         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
1876         * gst/matroska/matroska-ids.h:
1877         * gst/matroska/matroska.c: (plugin_init):
1878         Parse Attachments and post them as GST_TAG_IMAGE if we detect
1879         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
1880         and description of the attachments in the caps. Fixes bug #537622.
1881
1882 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
1883
1884         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
1885         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
1886         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
1887         (gst_speex_enc_src_query), (gst_speex_enc_init),
1888         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
1889         (gst_speex_enc_chain), (gst_speex_enc_get_property),
1890         (gst_speex_enc_set_property):
1891         Add mode property.
1892         Some cleanups, add more debug info.
1893         Add latency query.
1894
1895 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
1896
1897         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
1898         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
1899         If we get less bytes than requested we can't do anything except doing
1900         our EOS logic.
1901
1902 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
1903
1904         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1905         (gst_matroskademux_do_index_seek),
1906         (gst_matroska_demux_parse_index_cuetrack),
1907         (gst_matroska_demux_parse_index_pointentry),
1908         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
1909         (gst_matroska_demux_parse_metadata):
1910         * gst/matroska/matroska-demux.h:
1911         * gst/matroska/matroska-ids.h:
1912         Use a GArray for storing the Cue (i.e. seek) information, store
1913         the CueTrackPositions for every track, store the block number
1914         and optimize searching in the array by sorting it after the last
1915         element was added.
1916
1917         Fix a small memory leak when trying to parse a tags element that was
1918         already parsed.
1919
1920 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
1921
1922         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
1923         (gst_matroska_mux_start), (gst_matroska_mux_finish),
1924         (gst_matroska_mux_write_data):
1925         * gst/matroska/matroska-mux.h:
1926         Don't write another SeekHead which indexes all Clusters to the end of
1927         the file. This isn't useful for anything and just increases filesize.
1928
1929 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
1930
1931         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
1932         Prevent unaligned memory access when reading floats.
1933
1934 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
1935
1936         * gst/matroska/ebml-read.c:
1937         * gst/matroska/ebml-read.h:
1938         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1939         (gst_matroska_demux_parse_metadata):
1940         * gst/matroska/matroska-demux.h:
1941         Make sure that every Tags element is only parsed once and it's
1942         containing tags are only posted once.
1943
1944 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
1945
1946         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
1947         (gst_ebml_read_header):
1948         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
1949         (gst_matroska_demux_parse_tracks),
1950         (gst_matroska_demux_parse_index_cuetrack),
1951         (gst_matroska_demux_parse_index_pointentry),
1952         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
1953         (gst_matroska_demux_parse_metadata_id_simple_tag),
1954         (gst_matroska_demux_parse_metadata_id_tag),
1955         (gst_matroska_demux_parse_metadata),
1956         (gst_matroska_demux_parse_attachments),
1957         (gst_matroska_demux_parse_chapters),
1958         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1959         (gst_matroska_demux_parse_cluster),
1960         (gst_matroska_demux_parse_contents_seekentry),
1961         (gst_matroska_demux_parse_contents),
1962         (gst_matroska_demux_loop_stream_parse_id):
1963         Handle EBML elements like Void or CRC32 in the EbmlRead base class
1964         already. They're not useful in the matroska parser and only cause
1965         additional code.
1966
1967 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
1968
1969         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
1970         (gst_ebml_finalize), (gst_ebml_read_change_state),
1971         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
1972         * gst/matroska/matroska-demux.c:
1973         (gst_matroska_demux_parse_contents_seekentry):
1974         Reverse the level list as we usually are only interested in the
1975         first element or want to add a new first element. Having the
1976         first element stored at the end and calling g_list_last() and
1977         g_list_append() is more expensive.
1978
1979         Also use GSlice for allocating the GstEbmlLevel structs.
1980
1981 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
1982
1983         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
1984           (gst_tag_inject_class_init), (gst_tag_inject_init):
1985           Don't unref NULL taglist in finalize. Don't use c++ style
1986           comments.
1987
1988 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
1989
1990         * gst/matroska/matroska-demux.c:
1991         (gst_matroska_demux_parse_metadata_id_simple_tag):
1992         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
1993         (gst_matroska_mux_write_data):
1994         Use gst_value_serialize() and gst_value_deserialize() for transforming
1995         tags from some GType to a string and the other way around. The default
1996         transformations in GLib don't include transformations from string to
1997         number types.
1998
1999 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
2000
2001         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2002         (gst_matroska_demux_parse_tracks),
2003         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2004         (gst_matroska_demux_parse_attachments),
2005         (gst_matroska_demux_parse_chapters),
2006         (gst_matroska_demux_parse_contents_seekentry),
2007         (gst_matroska_demux_loop_stream_parse_id):
2008         * gst/matroska/matroska-demux.h:
2009         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
2010         Tags multiple times. The first ones can appear more than once but must
2011         contain the same content as the first for backup purposes so we ignore
2012         all but the first one. Tags can appear multiple times with different
2013         content.
2014
2015         Jump to all elements except Clusters that are available from a
2016         SeekHead to make it more likely to have all required informations
2017         before getting to the first Clusters.
2018
2019         Add dummy functions for parsing Attachments and Chapters.
2020
2021 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2022
2023         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2024         (gst_udpsrc_create), (gst_udpsrc_set_property),
2025         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
2026         * gst/udp/gstudpsrc.h:
2027         Add property to control automatic join/leave of multicast groups.
2028         Add G_LIKELY.
2029         Remove setting caps on buffers explicitly, basesrc does that for us now.
2030         Improve debug info.
2031         Convert some non-fatal error into warnings.
2032         Use g_ntohs for better portability.
2033         Leave multicast groups when stopping.
2034         When using external sockets, use getsockname() on them to fill up the
2035         addr structure before calling methods that use the structure.
2036         Should all fix #536903.
2037         API: GstUDPSrc::auto-multicast property
2038
2039 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2040
2041         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
2042         Use g_ntohl for better portability.
2043
2044 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2045
2046         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
2047         (gst_multiudpsink_remove):
2048         Fix a typo and do some small cleanups.
2049
2050 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2051
2052         Patch by: Olivier Crete <tester at tester dot ca>
2053
2054         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
2055         Make the delivery-method mandatory on the caps and only accept inline
2056         for now.
2057         Reverse strcmp checks for delivery-method.
2058
2059         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
2060         Make delivery method optional when parsing caps and note this in the
2061         caps.
2062         Reverse strcmp checks for delivery-method.
2063
2064         * gst/rtp/gstrtpvorbispay.c:
2065         Update a comment to note that the delivery-method is optional, 
2066         Fixes #537675.
2067
2068 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2069
2070         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
2071         Set udpsrc for receiving data from multicast groups to PAUSED instead of
2072         leaving them in READY. Fixes #537832.
2073
2074 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
2075
2076         * gst/avi/gstavimux.c:
2077           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
2078           for a random constant in tagmuxing code.
2079
2080 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
2081
2082         * gst/debug/gsttaginject.c:
2083         * gst/debug/gsttaginject.h:
2084           Now actually adding the new element.
2085
2086 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
2087
2088         * docs/plugins/Makefile.am:
2089         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2090         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2091         * docs/plugins/gst-plugins-good-plugins.args:
2092         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2093         * docs/plugins/gst-plugins-good-plugins.interfaces:
2094         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2095         * docs/plugins/inspect/plugin-aasink.xml:
2096         * docs/plugins/inspect/plugin-alaw.xml:
2097         * docs/plugins/inspect/plugin-alpha.xml:
2098         * docs/plugins/inspect/plugin-alphacolor.xml:
2099         * docs/plugins/inspect/plugin-annodex.xml:
2100         * docs/plugins/inspect/plugin-apetag.xml:
2101         * docs/plugins/inspect/plugin-audiofx.xml:
2102         * docs/plugins/inspect/plugin-auparse.xml:
2103         * docs/plugins/inspect/plugin-autodetect.xml:
2104         * docs/plugins/inspect/plugin-avi.xml:
2105         * docs/plugins/inspect/plugin-cacasink.xml:
2106         * docs/plugins/inspect/plugin-cairo.xml:
2107         * docs/plugins/inspect/plugin-cdio.xml:
2108         * docs/plugins/inspect/plugin-cutter.xml:
2109         * docs/plugins/inspect/plugin-debug.xml:
2110         * docs/plugins/inspect/plugin-dv.xml:
2111         * docs/plugins/inspect/plugin-efence.xml:
2112         * docs/plugins/inspect/plugin-effectv.xml:
2113         * docs/plugins/inspect/plugin-equalizer.xml:
2114         * docs/plugins/inspect/plugin-esdsink.xml:
2115         * docs/plugins/inspect/plugin-flac.xml:
2116         * docs/plugins/inspect/plugin-flxdec.xml:
2117         * docs/plugins/inspect/plugin-gamma.xml:
2118         * docs/plugins/inspect/plugin-gconfelements.xml:
2119         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2120         * docs/plugins/inspect/plugin-goom.xml:
2121         * docs/plugins/inspect/plugin-goom2k1.xml:
2122         * docs/plugins/inspect/plugin-halelements.xml:
2123         * docs/plugins/inspect/plugin-icydemux.xml:
2124         * docs/plugins/inspect/plugin-id3demux.xml:
2125         * docs/plugins/inspect/plugin-jpeg.xml:
2126         * docs/plugins/inspect/plugin-level.xml:
2127         * docs/plugins/inspect/plugin-matroska.xml:
2128         * docs/plugins/inspect/plugin-monoscope.xml:
2129         * docs/plugins/inspect/plugin-mulaw.xml:
2130         * docs/plugins/inspect/plugin-multifile.xml:
2131         * docs/plugins/inspect/plugin-multipart.xml:
2132         * docs/plugins/inspect/plugin-navigationtest.xml:
2133         * docs/plugins/inspect/plugin-ossaudio.xml:
2134         * docs/plugins/inspect/plugin-png.xml:
2135         * docs/plugins/inspect/plugin-quicktime.xml:
2136         * docs/plugins/inspect/plugin-rtp.xml:
2137         * docs/plugins/inspect/plugin-rtsp.xml:
2138         * docs/plugins/inspect/plugin-smpte.xml:
2139         * docs/plugins/inspect/plugin-soup.xml:
2140         * docs/plugins/inspect/plugin-spectrum.xml:
2141         * docs/plugins/inspect/plugin-speex.xml:
2142         * docs/plugins/inspect/plugin-taglib.xml:
2143         * docs/plugins/inspect/plugin-udp.xml:
2144         * docs/plugins/inspect/plugin-video4linux2.xml:
2145         * docs/plugins/inspect/plugin-videobalance.xml:
2146         * docs/plugins/inspect/plugin-videobox.xml:
2147         * docs/plugins/inspect/plugin-videocrop.xml:
2148         * docs/plugins/inspect/plugin-videoflip.xml:
2149         * docs/plugins/inspect/plugin-videomixer.xml:
2150         * docs/plugins/inspect/plugin-wavenc.xml:
2151         * docs/plugins/inspect/plugin-wavpack.xml:
2152         * docs/plugins/inspect/plugin-wavparse.xml:
2153         * docs/plugins/inspect/plugin-ximagesrc.xml:
2154         * gst/debug/Makefile.am:
2155         * gst/debug/breakmydata.c:
2156         * gst/debug/efence.c:
2157         * gst/debug/gstdebug.c:
2158         * gst/debug/gstnavseek.c:
2159         * gst/debug/gstpushfilesrc.c:
2160         * gst/debug/gstpushfilesrc.h:
2161         * gst/debug/negotiation.c:
2162         * gst/debug/progressreport.c:
2163         * gst/debug/progressreport.h:
2164         * gst/debug/rndbuffersize.c:
2165         * gst/debug/testplugin.c:
2166           Remove dummy plugin_init. Remove some undefined entries from doc-
2167           section file. Add taginject element and rebuild docs for it.
2168
2169 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2170
2171         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
2172         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
2173         Update the counter for the number of streams when pads are added or
2174         removed. This will make sure that a seek table is generated for
2175         files with just one audio stream.
2176
2177 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2178
2179         * gst/matroska/matroska-demux.c:
2180         (gst_matroska_demux_parse_metadata_id_simple_tag):
2181         * gst/matroska/matroska-ids.h:
2182         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
2183         Add some more tags, improve debugging a bit and make sure that
2184         GValue transformation has succeeded before using the result
2185         as a tag.
2186
2187 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2188
2189         Patch by: Olivier Crete <tester at tester dot ca>
2190
2191         * gst/rtp/gstrtptheorapay.c:
2192         The Theora RTP payloader only supports the "inline" delievery method
2193         so let's declare this on the caps of the static pad template.
2194         Fixes bug #537675.
2195
2196 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
2197
2198         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
2199         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
2200         Remove bogus check.
2201
2202 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
2203
2204         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
2205         (gst_videomixer_blend_buffers):
2206         Use stream_time to synchronize the object properties.
2207         Use running_time of the master pad to timestamp outgoing buffers.
2208         Fix the initial segment event to extend an unknown amount of time.
2209         Fixes #537361.
2210
2211 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
2212
2213         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
2214         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
2215         (gst_avi_demux_calculate_durations_from_index),
2216         (gst_avi_demux_stream_header_push),
2217         (gst_avi_demux_stream_header_pull):
2218         Try to ignore unparsable/unknown streams and give a warning instead of
2219         erroring out. Fixes #537377.
2220
2221 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2222
2223         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
2224         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
2225
2226         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
2227         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2228         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
2229         (gst_matroska_demux_read_track_encodings),
2230         (gst_matroska_demux_add_stream),
2231         (gst_matroska_demux_handle_src_query),
2232         (gst_matroska_demux_init_stream),
2233         (gst_matroska_demux_parse_index_cuetrack),
2234         (gst_matroska_demux_parse_index_pointentry),
2235         (gst_matroska_demux_parse_info),
2236         (gst_matroska_demux_parse_metadata_id_simple_tag),
2237         (gst_matroska_demux_parse_metadata),
2238         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
2239         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2240         (gst_matroska_demux_parse_cluster),
2241         (gst_matroska_demux_parse_contents_seekentry),
2242         (gst_matroska_demux_loop_stream_parse_id),
2243         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
2244         (gst_matroska_demux_audio_caps),
2245         (gst_matroska_demux_subtitle_caps):
2246         * gst/matroska/matroska-demux.h:
2247         * gst/matroska/matroska-ids.c:
2248         (gst_matroska_track_init_subtitle_context):
2249         * gst/matroska/matroska-ids.h:
2250         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
2251         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
2252         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
2253         (gst_matroska_mux_video_pad_setcaps),
2254         (gst_matroska_mux_audio_pad_setcaps),
2255         (gst_matroska_mux_subtitle_pad_setcaps),
2256         (gst_matroska_mux_request_new_pad),
2257         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2258         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2259         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
2260         (gst_matroska_mux_set_property):
2261         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
2262         elements, do some checks for valid values in the demuxer, handle
2263         tracktimecodescale in the demuxer, set correct default values for all
2264         settings in the demuxer, review and add all missing matroska
2265         IDs and some more raw YUV formats, and some trivial cleanup.
2266
2267 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2268
2269         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
2270         (gst_pulsemixer_class_init):
2271         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
2272         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
2273         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
2274         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
2275         (gst_pulsesrc_prepare):
2276         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
2277         gst_element_class_set_details_simple() and fix coding style a bit
2278         more.
2279
2280 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2281
2282         * docs/plugins/Makefile.am:
2283         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2284         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2285         * docs/plugins/gst-plugins-good-plugins.args:
2286         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2287         * docs/plugins/gst-plugins-good-plugins.interfaces:
2288         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2289         * docs/plugins/inspect/plugin-aasink.xml:
2290         * docs/plugins/inspect/plugin-alaw.xml:
2291         * docs/plugins/inspect/plugin-alpha.xml:
2292         * docs/plugins/inspect/plugin-alphacolor.xml:
2293         * docs/plugins/inspect/plugin-annodex.xml:
2294         * docs/plugins/inspect/plugin-apetag.xml:
2295         * docs/plugins/inspect/plugin-audiofx.xml:
2296         * docs/plugins/inspect/plugin-auparse.xml:
2297         * docs/plugins/inspect/plugin-autodetect.xml:
2298         * docs/plugins/inspect/plugin-avi.xml:
2299         * docs/plugins/inspect/plugin-cacasink.xml:
2300         * docs/plugins/inspect/plugin-cairo.xml:
2301         * docs/plugins/inspect/plugin-cdio.xml:
2302         * docs/plugins/inspect/plugin-cutter.xml:
2303         * docs/plugins/inspect/plugin-debug.xml:
2304         * docs/plugins/inspect/plugin-dv.xml:
2305         * docs/plugins/inspect/plugin-efence.xml:
2306         * docs/plugins/inspect/plugin-effectv.xml:
2307         * docs/plugins/inspect/plugin-equalizer.xml:
2308         * docs/plugins/inspect/plugin-esdsink.xml:
2309         * docs/plugins/inspect/plugin-flac.xml:
2310         * docs/plugins/inspect/plugin-flxdec.xml:
2311         * docs/plugins/inspect/plugin-gamma.xml:
2312         * docs/plugins/inspect/plugin-gconfelements.xml:
2313         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2314         * docs/plugins/inspect/plugin-goom.xml:
2315         * docs/plugins/inspect/plugin-goom2k1.xml:
2316         * docs/plugins/inspect/plugin-halelements.xml:
2317         * docs/plugins/inspect/plugin-icydemux.xml:
2318         * docs/plugins/inspect/plugin-id3demux.xml:
2319         * docs/plugins/inspect/plugin-jpeg.xml:
2320         * docs/plugins/inspect/plugin-level.xml:
2321         * docs/plugins/inspect/plugin-matroska.xml:
2322         * docs/plugins/inspect/plugin-monoscope.xml:
2323         * docs/plugins/inspect/plugin-mulaw.xml:
2324         * docs/plugins/inspect/plugin-multifile.xml:
2325         * docs/plugins/inspect/plugin-multipart.xml:
2326         * docs/plugins/inspect/plugin-navigationtest.xml:
2327         * docs/plugins/inspect/plugin-ossaudio.xml:
2328         * docs/plugins/inspect/plugin-png.xml:
2329         * docs/plugins/inspect/plugin-pulseaudio.xml:
2330         * docs/plugins/inspect/plugin-quicktime.xml:
2331         * docs/plugins/inspect/plugin-rtp.xml:
2332         * docs/plugins/inspect/plugin-rtsp.xml:
2333         * docs/plugins/inspect/plugin-smpte.xml:
2334         * docs/plugins/inspect/plugin-soup.xml:
2335         * docs/plugins/inspect/plugin-spectrum.xml:
2336         * docs/plugins/inspect/plugin-speex.xml:
2337         * docs/plugins/inspect/plugin-taglib.xml:
2338         * docs/plugins/inspect/plugin-udp.xml:
2339         * docs/plugins/inspect/plugin-video4linux2.xml:
2340         * docs/plugins/inspect/plugin-videobalance.xml:
2341         * docs/plugins/inspect/plugin-videobox.xml:
2342         * docs/plugins/inspect/plugin-videocrop.xml:
2343         * docs/plugins/inspect/plugin-videoflip.xml:
2344         * docs/plugins/inspect/plugin-videomixer.xml:
2345         * docs/plugins/inspect/plugin-wavenc.xml:
2346         * docs/plugins/inspect/plugin-wavpack.xml:
2347         * docs/plugins/inspect/plugin-wavparse.xml:
2348         * docs/plugins/inspect/plugin-ximagesrc.xml:
2349         * ext/pulse/plugin.c:
2350         * ext/pulse/pulsemixer.c:
2351         * ext/pulse/pulsesink.c:
2352         * ext/pulse/pulsesrc.c:
2353         Add documentation to the pulseaudio plugin and run make update
2354         in docs/plugins.
2355
2356 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2357
2358         Patch by: Brian Cameron <brian.cameron at sun dot com>
2359
2360         * sys/sunaudio/gstsunaudiomixerctrl.c:
2361         (gst_sunaudiomixer_ctrl_get_volume),
2362         (gst_sunaudiomixer_ctrl_set_volume):
2363         Improvements for the SunAudio mixer by handling mute as no gain
2364         for tracks that have a gain property but no mute property.
2365         Fixes bug #536067.
2366
2367 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2368
2369         * configure.ac:
2370         * ext/pulse/Makefile.am:
2371         * ext/pulse/plugin.c: (plugin_init):
2372         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
2373         (gst_pulsemixer_implements_interface_init),
2374         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
2375         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
2376         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
2377         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
2378         * ext/pulse/pulsemixer.h:
2379         * ext/pulse/pulsemixerctrl.c:
2380         (gst_pulsemixer_ctrl_context_state_cb),
2381         (gst_pulsemixer_ctrl_sink_info_cb),
2382         (gst_pulsemixer_ctrl_source_info_cb),
2383         (gst_pulsemixer_ctrl_subscribe_cb),
2384         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
2385         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
2386         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
2387         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
2388         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
2389         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
2390         * ext/pulse/pulsemixerctrl.h:
2391         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
2392         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
2393         * ext/pulse/pulsemixertrack.h:
2394         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
2395         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
2396         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
2397         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
2398         (gst_pulseprobe_new), (gst_pulseprobe_free),
2399         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
2400         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
2401         (gst_pulseprobe_set_server):
2402         * ext/pulse/pulseprobe.h:
2403         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
2404         (gst_pulsesink_class_init), (gst_pulsesink_init),
2405         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
2406         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
2407         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
2408         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
2409         (gst_pulsesink_stream_request_cb),
2410         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
2411         (gst_pulsesink_close), (gst_pulsesink_prepare),
2412         (gst_pulsesink_unprepare), (gst_pulsesink_write),
2413         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
2414         (gst_pulsesink_reset), (gst_pulsesink_change_title),
2415         (gst_pulsesink_event), (gst_pulsesink_get_type):
2416         * ext/pulse/pulsesink.h:
2417         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
2418         (gst_pulsesrc_implements_interface_init),
2419         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
2420         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
2421         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
2422         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
2423         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
2424         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
2425         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
2426         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
2427         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
2428         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
2429         (gst_pulsesrc_get_type):
2430         * ext/pulse/pulsesrc.h:
2431         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
2432         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
2433         * ext/pulse/pulseutil.h:
2434         Add pulseaudio GStreamer element from gst-pulse. Development will
2435         continue here instead of pulseaudio SVN. Fixes bug #400679.
2436         Only changes over gst-pulse SVN are added copyright to the top of
2437         files and coding style changes.
2438
2439 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
2440
2441         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
2442
2443         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
2444           (gst_cdio_add_cdtext_album_tags):
2445         * ext/cdio/gstcdio.h:
2446         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
2447           Also extract album title and album genre from CD-TEXT if
2448           available (#537021).
2449
2450 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
2451
2452         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2453
2454         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2455         Improve negotiation a bit more by picking the smallest possible
2456         resolution that is larger than the resolution specified in the
2457         first caps entry of the peer caps. Fixes bug #536994.
2458
2459 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
2460
2461         Patch by: Bastien Nocera <hadess at hadess dot net>
2462
2463         * sys/v4l2/gstv4l2vidorient.c:
2464         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
2465         Fix compilation with newer GIT kernels that deprecated
2466         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
2467
2468 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
2469
2470         * configure.ac:
2471         * ext/cdio/gstcdio.c:
2472         * ext/cdio/gstcdio.h:
2473         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
2474           Require libcdio >= 0.76.
2475
2476 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
2477
2478         * gst/avi/gstavidemux.c:
2479         Catch UNEXPECTED when downstream has reached end of
2480         segment in reverse mode.
2481
2482 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
2483
2484         * gst/avi/gstavidemux.c:
2485         Fix typo in comment
2486
2487 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
2488
2489         * gst/avi/gstavidemux.c:
2490         Because we don't know the frame order we need to push till
2491         the next keyframe
2492
2493 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2494
2495         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2496
2497         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
2498         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
2499         Provide a custom negotiation function to make sure to pick the highest
2500         possible framerate and resolution. Fixes bug #536646.
2501
2502 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
2503
2504         * gst/avi/gstavidemux.c:
2505         Set EOS when going out of the segment in reverse playback
2506
2507 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2508
2509         * ext/taglib/Makefile.am::
2510           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
2511           taglib headers (with gcc 4.3.1).
2512
2513 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2514
2515         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
2516         Use the new gst_rtsp_connection_get_ip() to access the IP address
2517         of a GstRTSPConnection since it is a private member.
2518
2519 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2520
2521         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
2522         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
2523           Use new utility functions in libgsttag to process coverart (#512333).
2524
2525 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2526
2527         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
2528         We actually support left/side, right/side and mid/side files. The
2529         conversion to normal, interleaved stereo is done by libflac.
2530
2531 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2532
2533         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
2534         (gst_ebml_write_set_cache):
2535         Unref the write cache in finalize if it was set and add add "FIXME"
2536         to a comment that needs it.
2537
2538 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2539
2540         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
2541
2542         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
2543         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
2544         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
2545         (gst_avi_demux_process_next_entry):
2546         * gst/avi/gstavidemux.h:
2547         Implement reverse playback. Fixes #535300.
2548         Small cleanups.
2549
2550 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
2551
2552         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
2553         (gst_videomixer_query_latency):
2554         When using gst_element_iterate_pads() one has to unref every pad
2555         after usage.
2556
2557 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
2558
2559         Patch by: Bastien Nocera <hadess at hadess dot net>
2560         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
2561         (qtdemux_parse_udta):
2562         * gst/qtdemux/qtdemux_fourcc.h:
2563         Improve meta-data handling, add 'comment', 'description' and
2564         'copyright' tag handling.
2565         Fixes #535935
2566
2567 2008-05-31  Julien Moutte  <julien@fluendo.com>
2568
2569         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
2570         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
2571         (gst_qtdemux_seek_to_previous_keyframe),
2572         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
2573         we don't clip the segment's stop using the main segment duration as
2574         that could crop quite some video frames. Make reverse playback support
2575         more robust and support edit lists. Support seeking to the last frame,
2576         and fix reverse looping playback. Add some debugging.
2577         * win32/common/config.h: Updated.
2578
2579 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
2580
2581         * gst/equalizer/gstiirequalizer.c:
2582         (gst_iir_equalizer_transform_ip):
2583         Don't clip float/double samples, correctly unset passthrough mode
2584         and use better rounding for integer samples.
2585
2586 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
2587
2588         * gst/equalizer/gstiirequalizer.c:
2589         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
2590         (setup_filter), (set_passthrough), (update_coefficients),
2591         (gst_iir_equalizer_compute_frequencies),
2592         (gst_iir_equalizer_transform_ip):
2593         * gst/equalizer/gstiirequalizer.h:
2594         Update the filter coefficients only when needed in the transform_ip
2595         function and correctly set the element into passthrough mode if the
2596         gain of all bands is 0.
2597
2598 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
2599
2600         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
2601
2602         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
2603         (gst_alpha_set_property), (gst_alpha_get_property),
2604         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
2605         Try to skip pixels or areas that are too dark or too bright for us to do
2606         meaningfull color detection.
2607         Added properties to control the sensitivity to light and darkness.
2608         Added some small cleanups. Fixes #512345.
2609
2610 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
2611
2612         * docs/plugins/.cvsignore:
2613         * tests/check/elements/.cvsignore:
2614         Ignore some more generated things
2615
2616         * tests/check/Makefile.am:
2617         Ignore OSS elements in the state changes test too.
2618
2619 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2620
2621         * docs/plugins/Makefile.am:
2622         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2623         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2624         Add SMPTE effect elements to docs.
2625
2626 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
2627
2628         * docs/plugins/Makefile.am:
2629         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2630         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2631         * ext/raw1394/gstdv1394src.c:
2632           Document whats first shown on the fdo plugin docs page :)
2633
2634 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
2635
2636         * docs/plugins/Makefile.am:
2637         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2638         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2639         * docs/plugins/gst-plugins-good-plugins.args:
2640         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2641         * docs/plugins/inspect/plugin-audiofx.xml:
2642         * gst/audiofx/Makefile.am:
2643         * gst/audiofx/audiofx.c:
2644         * gst/audiofx/audiokaraoke.c:
2645         * gst/audiofx/audiokaraoke.h:
2646         * gst/audiofx/audiovoice.c:
2647         * gst/audiofx/audiovoice.h:
2648           Rename audiovoice to audiokaraoke and add it to the docs.
2649
2650 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
2651
2652         * REQUIREMENTS:
2653         * docs/plugins/Makefile.am:
2654         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2655         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2656         * docs/plugins/gst-plugins-good-plugins.args:
2657         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2658         * docs/plugins/gst-plugins-good-plugins.interfaces:
2659         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2660         * docs/plugins/inspect/plugin-aasink.xml:
2661         * docs/plugins/inspect/plugin-alaw.xml:
2662         * docs/plugins/inspect/plugin-alpha.xml:
2663         * docs/plugins/inspect/plugin-alphacolor.xml:
2664         * docs/plugins/inspect/plugin-annodex.xml:
2665         * docs/plugins/inspect/plugin-apetag.xml:
2666         * docs/plugins/inspect/plugin-audiofx.xml:
2667         * docs/plugins/inspect/plugin-auparse.xml:
2668         * docs/plugins/inspect/plugin-autodetect.xml:
2669         * docs/plugins/inspect/plugin-avi.xml:
2670         * docs/plugins/inspect/plugin-cacasink.xml:
2671         * docs/plugins/inspect/plugin-cairo.xml:
2672         * docs/plugins/inspect/plugin-cdio.xml:
2673         * docs/plugins/inspect/plugin-cutter.xml:
2674         * docs/plugins/inspect/plugin-debug.xml:
2675         * docs/plugins/inspect/plugin-dv.xml:
2676         * docs/plugins/inspect/plugin-efence.xml:
2677         * docs/plugins/inspect/plugin-effectv.xml:
2678         * docs/plugins/inspect/plugin-equalizer.xml:
2679         * docs/plugins/inspect/plugin-esdsink.xml:
2680         * docs/plugins/inspect/plugin-flac.xml:
2681         * docs/plugins/inspect/plugin-flxdec.xml:
2682         * docs/plugins/inspect/plugin-gamma.xml:
2683         * docs/plugins/inspect/plugin-gconfelements.xml:
2684         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2685         * docs/plugins/inspect/plugin-goom.xml:
2686         * docs/plugins/inspect/plugin-goom2k1.xml:
2687         * docs/plugins/inspect/plugin-halelements.xml:
2688         * docs/plugins/inspect/plugin-icydemux.xml:
2689         * docs/plugins/inspect/plugin-id3demux.xml:
2690         * docs/plugins/inspect/plugin-jpeg.xml:
2691         * docs/plugins/inspect/plugin-level.xml:
2692         * docs/plugins/inspect/plugin-matroska.xml:
2693         * docs/plugins/inspect/plugin-monoscope.xml:
2694         * docs/plugins/inspect/plugin-mulaw.xml:
2695         * docs/plugins/inspect/plugin-multifile.xml:
2696         * docs/plugins/inspect/plugin-multipart.xml:
2697         * docs/plugins/inspect/plugin-navigationtest.xml:
2698         * docs/plugins/inspect/plugin-ossaudio.xml:
2699         * docs/plugins/inspect/plugin-png.xml:
2700         * docs/plugins/inspect/plugin-quicktime.xml:
2701         * docs/plugins/inspect/plugin-rtp.xml:
2702         * docs/plugins/inspect/plugin-rtsp.xml:
2703         * docs/plugins/inspect/plugin-smpte.xml:
2704         * docs/plugins/inspect/plugin-soup.xml:
2705         * docs/plugins/inspect/plugin-spectrum.xml:
2706         * docs/plugins/inspect/plugin-speex.xml:
2707         * docs/plugins/inspect/plugin-taglib.xml:
2708         * docs/plugins/inspect/plugin-udp.xml:
2709         * docs/plugins/inspect/plugin-video4linux2.xml:
2710         * docs/plugins/inspect/plugin-videobalance.xml:
2711         * docs/plugins/inspect/plugin-videobox.xml:
2712         * docs/plugins/inspect/plugin-videocrop.xml:
2713         * docs/plugins/inspect/plugin-videoflip.xml:
2714         * docs/plugins/inspect/plugin-videomixer.xml:
2715         * docs/plugins/inspect/plugin-wavenc.xml:
2716         * docs/plugins/inspect/plugin-wavpack.xml:
2717         * docs/plugins/inspect/plugin-wavparse.xml:
2718         * docs/plugins/inspect/plugin-ximagesrc.xml:
2719         * ext/aalib/gstaasink.c:
2720         * ext/libcaca/gstcacasink.c:
2721           Document aasink and cacasink.
2722
2723 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
2724
2725         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
2726         (gst_videomixer_init), (gst_videomixer_query_duration),
2727         (gst_videomixer_query_latency), (gst_videomixer_query),
2728         (gst_videomixer_blend_buffers):
2729         * gst/videomixer/videomixer.h:
2730         Implement position (in time), duration and latency queries.
2731
2732 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
2733
2734         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
2735         (gst_videomixer_init), (gst_videomixer_request_new_pad),
2736         (gst_videomixer_fill_queues), (forward_event_func),
2737         (forward_event), (gst_videomixer_src_event),
2738         (gst_videomixer_sink_event):
2739         * gst/videomixer/videomixer.h:
2740         Implement proper seek/newsegment handling.
2741         Based on adder's implementation.
2742         Fixes #535121
2743
2744 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2745
2746         Patch by: Jan Gerber <j at oil21 dot org>
2747
2748         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2749         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
2750
2751 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2752
2753         * gst/audiofx/Makefile.am:
2754         * gst/audiofx/audiofx.c: (plugin_init):
2755         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
2756         (gst_audio_voice_class_init), (gst_audio_voice_init),
2757         (update_filter), (gst_audio_voice_set_property),
2758         (gst_audio_voice_get_property), (gst_audio_voice_setup),
2759         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
2760         (gst_audio_voice_transform_ip):
2761         * gst/audiofx/audiovoice.h:
2762         Add simple voice removal element. Yay karaoke.
2763
2764 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2765
2766         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
2767
2768         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2769         Fix potential caps leak.
2770         If we can't get the framerate with an ioctl, try to get it with the
2771         current norm. Fixes #520092.
2772
2773 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2774
2775         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
2776
2777         * sys/v4l2/v4l2src_calls.c:
2778         (gst_v4l2src_probe_caps_for_format_and_size):
2779         If we fail to get the frame intervals, simply don't touch the framerates
2780         on the template caps instead of discarding the format. See #520092.
2781
2782 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2783
2784         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
2785
2786         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
2787         (gst_v4l2_get_caps_info):
2788         Add NV12, NV21 and bayer support. See #520092.
2789
2790 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2791
2792         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
2793         (gst_qtdemux_activate_segment):
2794         Unbreak segment activation again. Fixes #531672.
2795
2796 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
2797
2798         * ext/flac/Makefile.am:
2799         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
2800         Set the channel layout when decoding FLAC files with more than 2
2801         channels as defined by the FLAC spec. Fixes bug #534570.
2802
2803         Also don't try to decode left/side, right/side and mid/side files
2804         as we don't support this at all.
2805
2806 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
2807
2808         * configure.ac:
2809           We need -base CVS (rtsp).
2810
2811 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
2812
2813         * gst/udp/Makefile.am:
2814           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
2815           when including netdb.h when building against glibc >= 2.8.
2816
2817 2008-05-22  Julien Moutte  <julien@fluendo.com>
2818
2819         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
2820         debug statement arguments.
2821         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
2822         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
2823         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
2824         on more platforms.
2825
2826 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2827
2828         * tests/check/elements/avimux.c: (setup_src_pad),
2829         (teardown_src_pad):
2830         * tests/check/elements/icydemux.c: (icydemux_found_pad),
2831         (GST_START_TEST):
2832         * tests/check/elements/matroskamux.c: (setup_src_pad),
2833         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
2834         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
2835         (GST_START_TEST):
2836         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
2837         (setup_wavpackparse), (cleanup_wavpackparse):
2838         Don't use gst_element_get_pad(), it's a bad, bad method.
2839
2840 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2841
2842         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
2843         (do_toggle_element):
2844         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
2845         (do_toggle_element):
2846         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
2847         (do_toggle_element):
2848         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
2849         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
2850         (do_toggle_element):
2851         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
2852         (do_toggle_element):
2853         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
2854         (gst_auto_audio_sink_detect):
2855         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
2856         (gst_auto_video_sink_detect):
2857         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2858         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
2859         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
2860         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
2861         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
2862         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
2863         * tests/icles/videocrop-test.c: (test_with_caps),
2864         (video_crop_get_test_caps):
2865         Don't use gst_element_get_pad(), it's a bad method.
2866
2867 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2868
2869         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
2870         (gst_multiudpsink_add_internal):
2871         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
2872         (gst_udp_join_group):
2873         * gst/udp/gstudpnetutils.h:
2874         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
2875         Joining a multicast group and setting the loop/ttl properties are
2876         totally unrelated tasks are must be separated.
2877
2878 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2879
2880         * gst/avi/gstavimux.c:
2881           Also support alaw/mulaw.
2882
2883 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2884
2885         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2886         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
2887         * gst/udp/gstmultiudpsink.h:
2888         Add a fixme for the auto-multicast property.
2889         Fix some confusing debug messages.
2890         Disable setting a qos value by default.
2891
2892 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2893
2894         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
2895
2896         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
2897         Ignore EPERM errors from sendto. Fixes #533619.
2898
2899 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2900
2901         Patch by: Henrik Eriksson <henriken at axis dot com>
2902
2903         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2904         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
2905         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
2906         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
2907         * gst/udp/gstmultiudpsink.h:
2908         Add qos-dscp property to manage the Quality of service. Fixes #469917.
2909
2910 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2911
2912         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
2913         Improve debugging of the ident.
2914
2915 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2916
2917         Patch by: Bruno Santos <brunof at ua dot pt>
2918
2919         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
2920         (gst_udp_join_group), (gst_udp_leave_group),
2921         (gst_udp_is_multicast):
2922         * gst/udp/gstudpnetutils.h:
2923         Provide a bunch of helper methods to deal with IPv4 and IPv6
2924         transparently.
2925
2926         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2927         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
2928         (gst_multiudpsink_get_property), (join_multicast),
2929         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
2930         (gst_multiudpsink_remove):
2931         * gst/udp/gstmultiudpsink.h:
2932         Add multicast TTL and loopback properties.
2933         Use the helper methods to implement ip4 and ip6.
2934
2935         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
2936         * gst/udp/gstudpsrc.h:
2937         Use the helper methods to implement ip4 and ip6.
2938         Fixes #515962.
2939
2940 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2941
2942         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
2943
2944         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
2945         (gst_multipart_demux_get_gstname),
2946         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
2947         * gst/multipart/multipartdemux.h:
2948         Don't blindly copy the mime-type as the caps name because they not
2949         always map directly. Instead use a hashtable with common mappings.
2950         Fixes #533287.
2951
2952 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2953
2954         * ext/esd/esdsink.c: (gst_esdsink_write):
2955         When we post an error, we must return -1 to let the parent know that we
2956         cannot write the segment else it will loop and continue to call us again
2957         forever. Patch by Michael Meeks.
2958
2959 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
2960
2961         * gst/videomixer/videomixer.c:
2962           Add missing incudes.
2963
2964 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
2965
2966         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
2967         (gst_rtp_h264_pay_handle_buffer):
2968         * gst/rtp/gstrtph264pay.h:
2969         Correct a typo (sinle -> single).
2970
2971 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2972
2973         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
2974         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
2975         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
2976         (gst_rtp_h264_depay_process):
2977         * gst/rtp/gstrtph264depay.h:
2978         Add experimental support for outputting quicktime-like AVC output in
2979         addition to the existing bytestream output.
2980
2981         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
2982         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
2983         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
2984         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
2985         (gst_rtp_h264_pay_get_property):
2986         * gst/rtp/gstrtph264pay.h:
2987         Make the parsing mode configurable, for some inputs we don't need to
2988         scan every byte for start codes.
2989         Only set the marker bit on ACCESS units.
2990
2991 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2992
2993         * gst/equalizer/gstiirequalizer.c:
2994         Use a bigger type in integer mode for the intermediate results to
2995         prevent overflows. This fixes the crippled sound when using the
2996         equalizer in integer mode. Fixes bug #510865.
2997
2998 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
2999
3000         * gst/videomixer/videomixer.c:
3001         * gst/videomixer/videomixer.h:
3002         Instead of a random number for the request pad id's,
3003         use a counter.
3004
3005         Register the videomixerpad class from the element's class_init
3006         where it's safer, and allows the docs generator to scan it.
3007
3008 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3009
3010         * gst/smpte/Makefile.am:
3011         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
3012         * gst/smpte/gstsmpte.h:
3013         * gst/smpte/gstsmptealpha.c:
3014         (gst_smpte_alpha_transition_type_get_type),
3015         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
3016         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
3017         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
3018         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
3019         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
3020         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
3021         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
3022         * gst/smpte/gstsmptealpha.h:
3023         * gst/smpte/plugin.c: (plugin_init):
3024         Add new plugin that adds the SMPTE transition in the alpha channel of
3025         I420 and AYUV frames so that they can be blended with videomixer later
3026         on. Uses all niceties such as using base transform for efficient alloc
3027         and negotiation. It currently requires GstController to control the
3028         position in the transition effect.
3029
3030 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
3031
3032         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3033         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3034         * docs/plugins/gst-plugins-good-plugins.args:
3035         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3036         * docs/plugins/gst-plugins-good-plugins.interfaces:
3037         * docs/plugins/gst-plugins-good-plugins.types:
3038         * gst/videomixer/videomixer.c:
3039           Try using thaytans new mechanism to get extra classes into plugin
3040           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
3041           missing still.
3042
3043 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
3044
3045         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
3046         Set proper rate in avi stream header for PCM audio, and also do some
3047         more sanity checks on caps in this case.  Fixes #511489.
3048
3049 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3050
3051         * sys/v4l2/gstv4l2src.c:
3052         Don't include the gstv4l2xoverlay.h header as the XOverlay support
3053         isn't implemented at all yet and this requires X headers to be
3054         installed. Fixes bug #533264.
3055
3056 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3057
3058         reviewed by: <delete if not using a buddy>
3059
3060         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3061         (gst_ebml_write_set_cache):
3062         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3063         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3064         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3065         (gst_matroska_demux_read_track_encodings),
3066         (gst_matroska_demux_add_stream),
3067         (gst_matroska_demux_handle_src_query),
3068         (gst_matroska_demux_init_stream),
3069         (gst_matroska_demux_parse_index_cuetrack),
3070         (gst_matroska_demux_parse_index_pointentry),
3071         (gst_matroska_demux_parse_info),
3072         (gst_matroska_demux_parse_metadata_id_simple_tag),
3073         (gst_matroska_demux_parse_metadata),
3074         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3075         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3076         (gst_matroska_demux_parse_cluster),
3077         (gst_matroska_demux_parse_contents_seekentry),
3078         (gst_matroska_demux_loop_stream_parse_id),
3079         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3080         (gst_matroska_demux_audio_caps),
3081         (gst_matroska_demux_subtitle_caps):
3082         * gst/matroska/matroska-demux.h:
3083         * gst/matroska/matroska-ids.c:
3084         (gst_matroska_track_init_subtitle_context):
3085         * gst/matroska/matroska-ids.h:
3086         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3087         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
3088         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
3089         * sys/v4l2/gstv4l2src.c:
3090         * tests/check/pipelines/wavpack.c: (bus_handler):
3091         * win32/common/config.h:
3092
3093 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
3094
3095         * ext/wavpack/gstwavpackstreamreader.c:
3096         * tests/examples/spectrum/demo-audiotest.c:
3097         * tests/examples/spectrum/demo-osssrc.c:
3098         Fix some compiler warnings.
3099
3100 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3101
3102         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
3103         Small comment added.
3104
3105         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
3106         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
3107         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
3108         Debug string cleanups (remove trailing \n)
3109         Refactor and clean up the payloader a bit and make sure that we only
3110         put one NAL unit in an RTP packet even if the input buffer contains
3111         multiple NAL units.
3112         Add suport for AVC format input.
3113
3114 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
3115
3116         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
3117         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
3118         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
3119         * gst/rtp/gstrtph264pay.h:
3120         Make it possible to specify profile-level-id and sprop-parameter-sets
3121         using properties in case they are not available in-stream.
3122
3123 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
3124
3125         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3126         * docs/plugins/gst-plugins-good-plugins.args:
3127         * docs/plugins/inspect/plugin-ladspa.xml:
3128           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
3129
3130 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
3131
3132         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
3133         Send an initial BYTE segment to inform downstream of later seeking,
3134         and to forego sync attempts.
3135
3136 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3137
3138         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
3139         Fix wrong caps string.
3140
3141 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3142
3143         Based on patch by: Olivier Crete <tester at tester dot ca>
3144
3145         * gst/rtp/Makefile.am:
3146         * gst/rtp/gstrtp.c: (plugin_init):
3147         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
3148         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
3149         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
3150         (gst_rtp_g729_depay_plugin_init):
3151         * gst/rtp/gstrtpg729depay.h:
3152         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
3153         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
3154         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
3155         * gst/rtp/gstrtpg729pay.h:
3156         Added G729 pay and depayloaders. Fixes #532409.
3157
3158 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3159
3160         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
3161         Fix the calculation of the duration of the concealment packets.
3162
3163 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3164
3165         Based on patch by: Olivier Crete <tester at tester dot ca>
3166
3167         * gst/rtp/Makefile.am:
3168         * gst/rtp/gstrtp.c: (plugin_init):
3169         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
3170         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
3171         (parse_encode), (gst_rtp_dv_depay_setcaps),
3172         (calculate_difblock_location), (gst_rtp_dv_depay_process),
3173         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
3174         (gst_rtp_dv_depay_plugin_init):
3175         * gst/rtp/gstrtpdvdepay.h:
3176         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
3177         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
3178         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
3179         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
3180         (gst_dv_pay_negotiate), (include_dif),
3181         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
3182         * gst/rtp/gstrtpdvpay.h:
3183         Add DV pay and depayloaders. Fixes #532423.
3184
3185 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
3186
3187         * gst/matroska/matroska-demux.c:
3188         (gst_matroska_demux_push_dvd_clut_change_event):
3189         Convert subtitle palette info in VobSub private data from VobSub's
3190         (buggy) RGB to YUV.
3191
3192 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
3193
3194         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
3195         Do not leave fourcc stream header field empty upon reset.
3196         Fixes #519301.
3197
3198 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
3199
3200         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3201         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3202         * docs/plugins/inspect/plugin-goom.xml:
3203         * docs/plugins/inspect/plugin-goom2k1.xml:
3204         * gst/goom/gstgoom.c:
3205         * gst/goom2k1/gstgoom.c:
3206         Add goom2k1 into the docs.
3207
3208 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
3209
3210         Based on patch by: Wouter Cloetens  <wouter at mind be>
3211
3212         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3213         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
3214         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
3215         (gst_rtsp_decode_quoted_string),
3216         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
3217         (gst_rtspsrc_setup_auth):
3218         Support Digest authentication. Fixes #532065.
3219
3220 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
3221
3222         * gst/level/gstlevel.c:
3223           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
3224           about whats needed for liboil acceleration. Simplify docs a bit.
3225
3226 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
3227
3228         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3229
3230         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
3231         Update the track duration if the old one was invalid.
3232         Fixes bug #532117.
3233
3234 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3235
3236         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
3237           Use GST_STR_NULL when trying to print sps and pps strings that could
3238           be NULL, as this might crash on some platforms.
3239
3240 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3241
3242         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
3243
3244         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
3245           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
3246           set after creating the clipper.
3247
3248 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3249
3250         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
3251
3252         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
3253           Added checking of surface lost case after an unsuccessful
3254           IDirectDrawSurface7_Lock() call.
3255           If surface is lost, return GST_FLOW_OK.
3256
3257 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3258
3259         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
3260
3261         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
3262           WndProc, gst_directdraw_sink_window_thread):
3263           Improved Windows message loop and fixed window destruction issue.
3264           When the window which DirectDraw is rendering to is destroyed, the
3265           render/show_frame function will return GST_FLOW_ERROR.
3266           Partially fixes #520885.
3267
3268 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3269
3270         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
3271
3272         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
3273           Fixed mid stream resolution change bug, the offscreen surface is now
3274           released when set_caps is called.
3275           Partially fixes #520885.
3276
3277 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3278
3279         * sys/directdraw/gstdirectdrawsink.c
3280           (gst_directdraw_sink_buffer_alloc):
3281           Make it so that gst_directdraw_sink_buffer_alloc uses the right
3282           width/height.
3283
3284           Especially when looking through the pool of buffers, make sure that
3285           the width/height of caps is used instead of the already negotiated
3286           dimensions.
3287           For example if a buffer with different caps is requested, i.e.
3288           higher resolution, the caller would get a buffer with the old
3289           dimensions and thus corrupt the heap.
3290
3291 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3292
3293         * sys/directdraw/gstdirectdrawsink.c
3294           (gst_directdraw_sink_buffer_alloc):
3295           Clear the flags on recycled buffers from buffer_alloc.
3296           Partially fixes #520885.
3297
3298 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3299
3300         * gst/rtp/gstrtpilbcpay.c:
3301           Added missing stdlib.h include for strtol(), and made include ordering and
3302           style consistent with the corresponding depayloader.
3303
3304 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
3305
3306         * configure.ac:
3307           Error out if we don't have the required core/base versions.
3308
3309 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3310
3311         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3312
3313         * sys/osxvideo/cocoawindow.m:
3314         Fix compiler warnings on PPC64. Fixes bug #499318.
3315
3316 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
3317
3318         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3319
3320         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
3321         Don't leak file descriptors on error. Fixes #531532.
3322
3323 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
3324
3325         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
3326         (gst_gconf_audio_src_change_state):
3327         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
3328         (gst_gconf_video_sink_change_state):
3329         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
3330         (gst_gconf_video_src_change_state):
3331         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
3332         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
3333         When we can't create a fakesink/fakesrc complain instead of unreffing
3334         NULL pointers and crashing later. See bug #530535.
3335
3336 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3337
3338         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
3339         Add some more debug info and guard against small payloads.
3340
3341         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
3342         Set duration on outgoing buffers because we can.
3343
3344 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3345
3346         Patch by: Olivier Crete <tester at tester dot ca>
3347
3348         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
3349         (gst_speex_enc_init), (gst_speex_enc_chain):
3350         Add negotiation for the speex channels and rate. Fixes #465146.
3351
3352 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3353
3354         Patch by: Olivier Crete <tester at tester dot ca>
3355
3356         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
3357         (gst_rtp_speex_pay_getcaps):
3358         Add negotiation for the speex channels and rate. See #465146.
3359
3360 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3361
3362         Patch by: Olivier Crete <tester at tester dot ca>
3363
3364         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
3365         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
3366         Add negotiation for the ILBC mode. See #465146.
3367
3368 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
3369
3370         * ext/soup/gstsouphttpsrc.c:
3371           Include stdlib to fix the build. Use g_free instead of free, libsoup
3372           uses glib.
3373
3374 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3375
3376         Patch by: j^ <j@bootlab.org>
3377
3378         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
3379         Add more mpeg2 variants. Fixes #530886.
3380
3381 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
3382
3383         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
3384
3385         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
3386           Don't error out if we get an ICMP destination-unreachable
3387           message when trying to read packets on win32 (#529454).
3388
3389 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3390
3391         * configure.ac:
3392         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3393           Use new error code for encrypted streams (which requires core CVS).
3394
3395 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3396
3397         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
3398           (gst_qtdemux_audiosrc_template):
3399           Fix swapped pad template names, spotted by Thiago Sousa Santos.
3400
3401 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
3402
3403         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
3404         (speex_dec_chain_parse_data):
3405         Produce concealment data when time progresses in a segment update.
3406
3407 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3408
3409         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
3410         (speex_dec_chain):
3411         Try to preserve input timestamps when we can.
3412         Do beginnings of error concealment.
3413
3414 2008-04-28  Michael Smith <msmith@songbirdnest.com>
3415
3416         * gst/debug/gstnavigationtest.c:
3417           MSVC doesn't provide rint(), define an adequate replacement locally as
3418           elsewhere.
3419
3420 2008-04-28  Julien Moutte  <julien@fluendo.com>
3421
3422         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
3423         format to pacify Mac OSX's gcc.
3424
3425 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3426
3427         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
3428           (DEFAULT_MAX), (src_template), (sink_template),
3429           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
3430           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
3431           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
3432           Bring rndbuffersize element into a state that doesn't require us
3433           to move it to -bad immediately. For one, fix up default min/max
3434           values so that the element actuall works using the default values.
3435           Also, don't ignore flow return values and do some kind of minimal
3436           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
3437           other gratuitious clean-ups.
3438
3439 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3440
3441         * docs/plugins/Makefile.am:
3442         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3443         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3444         * docs/plugins/gst-plugins-good-plugins.args:
3445         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3446         * docs/plugins/gst-plugins-good-plugins.interfaces:
3447         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3448         * docs/plugins/inspect/plugin-1394.xml:
3449         * docs/plugins/inspect/plugin-aasink.xml:
3450         * docs/plugins/inspect/plugin-alaw.xml:
3451         * docs/plugins/inspect/plugin-alpha.xml:
3452         * docs/plugins/inspect/plugin-alphacolor.xml:
3453         * docs/plugins/inspect/plugin-annodex.xml:
3454         * docs/plugins/inspect/plugin-apetag.xml:
3455         * docs/plugins/inspect/plugin-audiofx.xml:
3456         * docs/plugins/inspect/plugin-auparse.xml:
3457         * docs/plugins/inspect/plugin-autodetect.xml:
3458         * docs/plugins/inspect/plugin-avi.xml:
3459         * docs/plugins/inspect/plugin-cacasink.xml:
3460         * docs/plugins/inspect/plugin-cairo.xml:
3461         * docs/plugins/inspect/plugin-cdio.xml:
3462         * docs/plugins/inspect/plugin-cutter.xml:
3463         * docs/plugins/inspect/plugin-debug.xml:
3464         * docs/plugins/inspect/plugin-dv.xml:
3465         * docs/plugins/inspect/plugin-efence.xml:
3466         * docs/plugins/inspect/plugin-effectv.xml:
3467         * docs/plugins/inspect/plugin-equalizer.xml:
3468         * docs/plugins/inspect/plugin-esdsink.xml:
3469         * docs/plugins/inspect/plugin-flac.xml:
3470         * docs/plugins/inspect/plugin-flxdec.xml:
3471         * docs/plugins/inspect/plugin-gamma.xml:
3472         * docs/plugins/inspect/plugin-gconfelements.xml:
3473         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3474         * docs/plugins/inspect/plugin-goom.xml:
3475         * docs/plugins/inspect/plugin-halelements.xml:
3476         * docs/plugins/inspect/plugin-icydemux.xml:
3477         * docs/plugins/inspect/plugin-id3demux.xml:
3478         * docs/plugins/inspect/plugin-jpeg.xml:
3479         * docs/plugins/inspect/plugin-level.xml:
3480         * docs/plugins/inspect/plugin-matroska.xml:
3481         * docs/plugins/inspect/plugin-monoscope.xml:
3482         * docs/plugins/inspect/plugin-mulaw.xml:
3483         * docs/plugins/inspect/plugin-multifile.xml:
3484         * docs/plugins/inspect/plugin-multipart.xml:
3485         * docs/plugins/inspect/plugin-navigationtest.xml:
3486         * docs/plugins/inspect/plugin-ossaudio.xml:
3487         * docs/plugins/inspect/plugin-png.xml:
3488         * docs/plugins/inspect/plugin-quicktime.xml:
3489         * docs/plugins/inspect/plugin-rtp.xml:
3490         * docs/plugins/inspect/plugin-rtsp.xml:
3491         * docs/plugins/inspect/plugin-shout2send.xml:
3492         * docs/plugins/inspect/plugin-smpte.xml:
3493         * docs/plugins/inspect/plugin-spectrum.xml:
3494         * docs/plugins/inspect/plugin-speex.xml:
3495         * docs/plugins/inspect/plugin-taglib.xml:
3496         * docs/plugins/inspect/plugin-udp.xml:
3497         * docs/plugins/inspect/plugin-video4linux2.xml:
3498         * docs/plugins/inspect/plugin-videobalance.xml:
3499         * docs/plugins/inspect/plugin-videobox.xml:
3500         * docs/plugins/inspect/plugin-videocrop.xml:
3501         * docs/plugins/inspect/plugin-videoflip.xml:
3502         * docs/plugins/inspect/plugin-videomixer.xml:
3503         * docs/plugins/inspect/plugin-wavenc.xml:
3504         * docs/plugins/inspect/plugin-wavpack.xml:
3505         * docs/plugins/inspect/plugin-wavparse.xml:
3506         * docs/plugins/inspect/plugin-ximagesrc.xml:
3507           Add docs for gdkpixbufsink; update docs to CVS version.
3508
3509 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3510
3511         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
3512         Remove test sync-offset by default.
3513
3514 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3515
3516         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
3517         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
3518         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3519           Use GLib versions of htonl, htons, ntohl and ntohs in order
3520           to avoid problems on win32 (#529707).
3521
3522 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3523
3524         Patch by: Jesús Corrius <jesus at softcatala org>
3525
3526         * gst/goom/filters.c: (zoomVector):
3527         * gst/goom/goom_core.c: (init_buffers):
3528           Fix build with mingw32: use rand() instead of random() and
3529           replace bzero() with memset(). Fixes #529692.
3530
3531 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3532
3533         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
3534         Fix typo in comments.
3535
3536         * tests/examples/rtp/client-H263p-PCMA.sdp:
3537         * tests/examples/rtp/client-H263p-PCMA.sh:
3538         * tests/examples/rtp/client-H264-PCMA.sdp:
3539         * tests/examples/rtp/client-H264-PCMA.sh:
3540         * tests/examples/rtp/client-H264.sdp:
3541         * tests/examples/rtp/client-H264.sh:
3542         * tests/examples/rtp/client-PCMA.sdp:
3543         * tests/examples/rtp/client-PCMA.sh:
3544         * tests/examples/rtp/server-alsasrc-PCMA.sh:
3545         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
3546         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
3547         Add some more docs and fix examples.
3548
3549 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
3550
3551         * tests/check/elements/multifile.c:
3552         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
3553         declared in the former, some have it declared in the latter.
3554
3555 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
3556
3557         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
3558         * gst/debug/tests.c: (md5_get_value):
3559         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
3560         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
3561         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
3562         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
3563         Stop using deprecated GLib functions.
3564
3565 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
3566
3567         * configure.ac:
3568         Back to development -> 0.10.8.1
3569
3570 === release 0.10.8 ===
3571
3572 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
3573
3574         * configure.ac:
3575           releasing 0.10.8, "One For The Money"
3576
3577 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
3578
3579         * configure.ac:
3580         0.10.7.4 pre-release
3581
3582 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
3583
3584         * gst/goom/config_param.c: (goom_plugin_parameters_free):
3585         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
3586         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
3587         * gst/goom/flying_stars_fx.c: (fs_free):
3588         * gst/goom/goom_config_param.h:
3589         * gst/goom/goom_core.c: (goom_init), (goom_close):
3590         * gst/goom/goom_plugin_info.h:
3591         * gst/goom/gstgoom.c: (gst_goom_finalize):
3592         * gst/goom/lines.c: (goom_lines_free):
3593         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
3594         * gst/goom/surf3d.c: (grid3d_free):
3595         * gst/goom/surf3d.h:
3596         * gst/goom/tentacle3d.c: (tentacle_free):
3597         Free a bunch of stuff, and initialise things to fix leaks
3598         and valgrind warnings in the testsuite.
3599
3600         Fixes: #529268
3601
3602 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3603
3604         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
3605         (gst_rtspsrc_configure_caps):
3606         Ref caps as the return value for the request_pt_map signal.
3607         Remove some caps weirdness when configuring a stream. See #528245.
3608
3609 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
3610
3611         * tests/icles/gdkpixbufsink-test.c:
3612           Add cast to placate gcc 4.1.2.
3613
3614 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
3615
3616         * configure.ac:
3617         0.10.7.3 pre-release
3618
3619 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
3620
3621         * tests/check/Makefile.am:
3622         Disable some more elements in the state test.
3623         Add a define so the soup test can find the test files
3624         it needs at runtime.
3625
3626         * tests/check/elements/souphttpsrc.c: (run_server):
3627
3628         Add a define so the soup test can find the test files
3629         it needs at runtime.
3630
3631 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
3632
3633         * gst/goom/convolve_fx.c: (convolve_apply):
3634         Don't ever draw the GOOM logo.
3635         Fixes: #528615
3636
3637 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
3638
3639         * ext/cdio/gstcdiocddasrc.c:
3640         * ext/dv/gstdvdemux.c: 
3641         gst_atomic_int_set ==> g_atomic_int_set
3642
3643 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
3644
3645         * configure.ac:
3646         * gst/goom/Makefile.am:
3647         * gst/goom/convolve_fx.c:
3648         * gst/goom/default_scripts.h:
3649         * gst/goom/goom.h:
3650         * gst/goom/goom_core.c: (choose_a_goom_line):
3651         * gst/goom/goom_plugin_info.h:
3652         * gst/goom/goomsl.c:
3653         * gst/goom/goomsl.h:
3654         * gst/goom/goomsl_hash.c:
3655         * gst/goom/goomsl_hash.h:
3656         * gst/goom/goomsl_heap.c:
3657         * gst/goom/goomsl_heap.h:
3658         * gst/goom/goomsl_private.h:
3659         * gst/goom/plugin_info.c:
3660           Strip out the config/script parsing stuff, we don't need it.
3661           Fixes #527999.
3662
3663 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
3664
3665         * gst/goom/plugin_info.c: (setOptimizedMethods):
3666           Disable altivec optimisations for 32-bit PPC as well to make
3667           things build properly on all PPC systems. Fixes #528143
3668
3669 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
3670
3671         * gst-plugins-good.spec.in:
3672           Update for souphttpsrc plugin which has moved to -good.
3673
3674 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
3675
3676         * gst/matroska/matroska-demux.c:
3677         (gst_matroska_demux_handle_seek_event):
3678         Fix open-ended seeks in matroskademux
3679         Patch by: Mark Nauwelaerts <manauw skynet be>
3680         Fixes: #526557
3681
3682 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
3683
3684         * tests/check/Makefile.am:
3685         Add soup test certificates to the dist.
3686
3687 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
3688
3689         * ext/Makefile.am:
3690         Remove LADSPA reference I missed.
3691
3692 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
3693
3694         * ext/soup/gstsouphttpsrc.c: (plugin_init):
3695         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
3696         over gnome-vfs and everything else. Fixes bug #527848.
3697
3698 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
3699
3700         * configure.ac:
3701         * ext/Makefile.am:
3702         Remove LADSPA plugin. Fixes: #515978
3703
3704 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
3705
3706         * configure.ac:
3707         * docs/plugins/Makefile.am:
3708         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3709         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3710         * docs/plugins/gst-plugins-good-plugins.args:
3711         * docs/plugins/inspect/plugin-soup.xml:
3712         * ext/Makefile.am:
3713         * tests/check/Makefile.am:
3714         Move soup plugin from -bad (Fixes: #523124)
3715
3716 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
3717
3718         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
3719         Fix bounds checking of mode in Speex header, which may
3720         produce negative numbers in speex <= 1.1.12
3721
3722 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
3723
3724         * gst/goom/Makefile.am:
3725         * gst/goom/gfontlib.c:
3726         * gst/goom/gfontlib.h:
3727         * gst/goom/gfontrle.c:
3728         * gst/goom/gfontrle.h:
3729         * gst/goom/goom.h:
3730         * gst/goom/goom_core.c: (goom_update):
3731         * gst/goom/goom_plugin_info.h:
3732         * gst/goom/gstgoom.c: (gst_goom_chain):
3733         * gst/goom/plugin_info.c:
3734           Remove a bunch of font/text related code that we don't need.
3735
3736 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
3737
3738         * gst/goom/ppc_drawings.s:
3739         * gst/goom/ppc_zoom_ultimate.s:
3740           Change license of these files to LGPL, as permitted by the
3741           author, Guillaume Borios. See #515073.
3742
3743 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
3744
3745         * gst/goom/convolve_fx.c:
3746         * gst/goom/motif_goom1.h:
3747         * gst/goom/motif_goom2.h:
3748           As hinted in Bug #518213, revert one change and fix warnings properly.
3749           This fixes both #518213 and #520073 for me.     
3750
3751 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
3752
3753         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
3754         * gst/matroska/matroska-demux.c:
3755         (gst_matroska_demux_handle_seek_event),
3756         (gst_matroska_demux_parse_contents_seekentry),
3757         (gst_matroska_demux_loop):
3758         Fix the Forte build by making function declaration signatures
3759         match the implementations.
3760
3761 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
3762
3763         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
3764         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
3765         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
3766           More logging when probing (see #518474), some comments in _reset().
3767
3768 2008-04-07  Julien Moutte  <julien@fluendo.com>
3769
3770         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
3771         because of a bad argument number.
3772
3773 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3774
3775         * tests/icles/.cvsignore:
3776         * tests/icles/Makefile.am:
3777         * tests/icles/gdkpixbufsink-test.c:
3778           Interactive test app for gdkpixbufsink.
3779
3780 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3781
3782         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3783
3784         * configure.ac:
3785         Actually build dlls when cross-compiling with mingw32.
3786         Fixes bug #526247.
3787
3788 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
3789
3790         * ext/hal/hal.c: (gst_hal_get_alsa_element):
3791           Don't munge device string to 'default:x' for capture devices.
3792           Fixes #525833.
3793
3794 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
3795
3796         * ext/wavpack/gstwavpackparse.c:
3797         (gst_wavpack_parse_index_entry_free):
3798         Always use GSlice as we actually depend on GLib 2.12 already.
3799
3800 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
3801
3802         * configure.ac:
3803           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
3804           Also bump the GLib requirement to the current de-facto requirement
3805           (ie. 2.12).
3806
3807 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
3808
3809         * gst/rtp/gstrtph264pay.c: (encode_base64),
3810         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
3811         * gst/rtp/gstrtph264pay.h:
3812         Parse codec_data for future AVC compatibility.
3813         Fail when we encounter AVC data for now.
3814
3815 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
3816
3817         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
3818           (gst_spectrum_init), (gst_spectrum_set_property),
3819           (gst_spectrum_get_property), (gst_spectrum_message_new):
3820           Rename property enums and default defines for the properties to match
3821           the property names and rephrase property descriptions to make them a
3822           bit clearer (hopefully). See #518188.
3823
3824 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3825
3826         * tests/check/Makefile.am:
3827         * tests/check/elements/.cvsignore:
3828         * tests/check/elements/gdkpixbufsink.c:
3829           Add unit test for gdkpixbufsink element.
3830
3831 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3832
3833         * ext/gdk_pixbuf/Makefile.am:
3834         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
3835         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
3836           (gst_gdk_pixbuf_sink_base_init),
3837           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
3838           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
3839           (gst_gdk_pixbuf_sink_set_caps),
3840           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
3841           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
3842           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
3843           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
3844           (gst_gdk_pixbuf_sink_get_property):
3845         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
3846           Add gdkpixbufsink element for easy snapshotting (#525946).
3847
3848 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3849
3850         * tests/check/pipelines/wavpack.c: (wavpack_suite):
3851         Bump timeout from 3 to 60 seconds.
3852
3853 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3854
3855         * tests/check/pipelines/.cvignore:
3856         Remove useless file.
3857
3858         * tests/check/pipelines/.cvsignore:
3859         Add new test to .cvsignore.
3860
3861 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3862
3863         * tests/check/Makefile.am:
3864         * tests/check/pipelines/wavpack.c: (bus_handler),
3865         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
3866         (wavpack_suite), (main):
3867         Add unit test that encodes and decodes some data, checks that it
3868         is still the same and that all timestamps/offsets are perfect.
3869
3870 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3871
3872         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
3873         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
3874         * ext/wavpack/gstwavpackparse.c:
3875         (gst_wavpack_parse_index_entry_new),
3876         (gst_wavpack_parse_index_entry_free),
3877         (gst_wavpack_parse_base_init),
3878         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
3879         Use GSlice for allocating index entries and use
3880         gst_element_class_set_details_simple().
3881
3882 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
3883
3884         Patch by: Brian Cameron <brian.cameron at sun dot com>
3885
3886         * sys/sunaudio/gstsunaudio.c:
3887         * sys/sunaudio/gstsunaudiomixer.c:
3888         * sys/sunaudio/gstsunaudiomixer.h:
3889         * sys/sunaudio/gstsunaudiomixerctrl.c:
3890         * sys/sunaudio/gstsunaudiomixerctrl.h:
3891         * sys/sunaudio/gstsunaudiomixertrack.c:
3892         * sys/sunaudio/gstsunaudiomixertrack.h:
3893         * sys/sunaudio/gstsunaudiosink.c:
3894         * sys/sunaudio/gstsunaudiosink.h:
3895         * sys/sunaudio/gstsunaudiosrc.c:
3896         * sys/sunaudio/gstsunaudiosrc.h:
3897           Fix up copyrights (#525860).
3898
3899 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
3900
3901         * gst/goom/goomsl.c: (gsl_read_file):
3902           Check return value of fread() to avoid compiler warnings.
3903
3904 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
3905
3906         Based on patch by: Mersad Jelacic <mersad at axis dot com>
3907
3908         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
3909         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
3910         * gst/law/alaw-decode.h:
3911         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
3912         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
3913         (gst_mulawdec_chain), (gst_mulawdec_change_state):
3914         * gst/law/mulaw-decode.h:
3915         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
3916         Make negotiation a bit modern.
3917         Use pad_alloc. Fixes #525359.
3918
3919 2008-03-31  David Schleef  <ds@schleef.org>
3920
3921         * gst/goom/xmmx.c: Fix constraints on asm code so that it
3922           compiles consistently.  Fixes #522278.
3923
3924 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
3925
3926         Patch by: Brian Cameron <brian.cameron at sun dot com>
3927
3928         * sys/sunaudio/gstsunaudiomixerctrl.c:
3929           (gst_sunaudiomixer_ctrl_get_volume),
3930           (gst_sunaudiomixer_ctrl_set_volume):
3931         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
3932           Fix up the mixer tracks to use a volume range of 0-255, which is what
3933           the sun audio API uses. This simplifies the code and avoids rounding
3934           errors. Fixes #524593.
3935
3936 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
3937
3938         * sys/v4l2/gstv4l2object.c:
3939         * sys/v4l2/gstv4l2object.h:
3940         Add device-fd property to make it possible to apps to call ioctl's.
3941
3942 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3943
3944         * gst/qtdemux/qtdemux.c: (next_entry_size):
3945         Unbreak streaming mode again.
3946
3947 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
3948
3949         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
3950           Remove superfluous DEBUG macro.
3951
3952 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
3953
3954         Based on patch by: William M. Brack <wbrack at mmm com hk>
3955
3956         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
3957           (gst_v4l2src_set_capture):
3958           Check whether the device supports setting the framerate before
3959           trying to set it and then posting a warning or error if it doesn't
3960           work (#516649, #520092). Also compare fractions more correctly.
3961
3962 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
3963
3964         * gst/goom/Makefile.am:
3965           Remove ppc assembler optimisations from the build until they
3966           actually build (they also seem to have GPL headers).
3967
3968 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
3969
3970         * m4/Makefile.am:
3971           Better not dist files that don't exist any longer (lrint*m4).
3972
3973 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3974
3975         * configure.ac:
3976         * m4/lrint.m4:
3977         * m4/lrintf.m4:
3978         Remove lrint/lrintf checks. We don't use it anywhere.
3979
3980 2008-03-18  Andy Wingo  <wingo@pobox.com>
3981
3982         * sys/osxvideo/osxvideosink.m
3983         (gst_osx_video_sink_osxwindow_destroy)
3984         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
3985         task, whoopdee.
3986         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
3987         2 ms.
3988
3989 2008-03-18  Andy Wingo  <wingo@pobox.com>
3990
3991         * sys/osxvideo/osxvideosink.m
3992         (gst_osx_video_sink_osxwindow_destroy)
3993         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
3994         task, whoopdee.
3995         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
3996         2 ms.
3997         
3998 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
3999
4000         Patch by: William M. Brack <wbrack at mmm com hk>
4001
4002         * sys/v4l2/v4l2src_calls.c:
4003           (gst_v4l2src_probe_caps_for_format_and_size),
4004           (gst_v4l2src_probe_caps_for_format):
4005           Make sure the probed frame sizes are reversed in the resulting
4006           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
4007           highest resolution first); also remove unused variable.
4008           (Partly fixes #520092)
4009
4010 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
4011
4012         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4013
4014         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4015         (gst_rtspsrc_finalize):
4016         Call WSAStartup() and WSACleanup before using the Winsock API.
4017         See #520808.
4018
4019 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4020
4021         * gst/avi/gstavidemux.c:
4022           Erm, the buffer-size is just guint, no need for the special format
4023           specifier.
4024
4025 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
4026
4027         * gst/goom/plugin_info.c:
4028         * gst/goom/ppc_zoom_ultimate.h:
4029           Small fixes to build more on PPC: ifdef out code that uses unknown
4030           define; add newline at end of header file to avoid compiler warning.
4031           Assembler code still doesn't build though.
4032
4033 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4034
4035         * gst/avi/gstavidemux.c:
4036           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
4037           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
4038
4039 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4040
4041         * gst/avi/gstavidemux.c:
4042           Chunksize is uint32. Fix format specifier.
4043
4044 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
4045
4046         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
4047         mistake. Return file to pure MIT text.
4048
4049 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
4050
4051         * gst/audiofx/audiofx.c:
4052         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
4053         of hardcoding values.
4054
4055 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
4056
4057         Patch by: Mark Nauwelaerts <manauw skynet be>
4058
4059         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
4060           (gst_oss_src_close):
4061         * sys/oss/gstosssrc.h:
4062           Cache probed caps, so _get_caps() during recording doesn't cause
4063           ioctl calls which may disrupt the recording (fixes #521875).
4064
4065 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4066
4067         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
4068         (gst_qtdemux_activate_segment),
4069         (gst_qtdemux_prepare_current_sample),
4070         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
4071         Make sure we always send a DISCONT after a seek by setting the sample
4072         index to an undefined value after a seek.
4073
4074 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
4075
4076         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
4077           (GST_IS_AVI_SUBTITLE_CLASS):
4078           Fix up IS_FOO macros, which makes gtk-doc much happier.
4079
4080 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
4081
4082         * tests/icles/Makefile.am:
4083           Move the -lgstfoo where it belongs.
4084
4085 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4086
4087         * gst/matroska/ebml-ids.h:
4088         Add ID for EBML CRC32 elements.
4089
4090         * gst/matroska/Makefile.am:
4091         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
4092         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
4093         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
4094         (gst_ebml_read_header):
4095         Support reading 80bit floats, add finalize method to clean up
4096         in any case, support reading length/id elements with any length
4097         as long as it's smaller than our supported maximum, don't leak
4098         buffers if reading as much data as we wanted failed and some
4099         smaller cleanup.
4100
4101 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4102
4103         Patch by: Olivier Crete <tester at tester dot ca>
4104
4105         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4106         Check that a buffer is large enough before reading from it.
4107         Fixes bug #521102.
4108         
4109 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4110
4111         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4112         Fix compilation after removing the GstPollMode from the
4113         constructor.
4114
4115 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
4116
4117         * configure.ac:
4118         * gst/audiofx/Makefile.am:
4119         * gst/audiofx/audiochebband.c:
4120         * gst/audiofx/audiocheblimit.c:
4121         * gst/audiofx/math_compat.h:
4122         Check for sinh(), cosh() and asinh() and define our own
4123         implementations if they're not available. Fixes bug #520880.
4124
4125 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
4126
4127         Patch by: Olivier Crete <tester at tester dot ca>
4128
4129         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
4130         Unref the buffers only once when handling not-negotiated errors.
4131         Fixes bug #520764.
4132
4133 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4134
4135         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4136
4137         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
4138         (gst_udpsrc_stop):
4139         Properly balance WSA_Cleanup with WSA_Startup.
4140         Also make the poll controllable on windows. Fixes #520888.
4141
4142 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4143
4144         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
4145         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
4146         (gst_ebml_read_element_length), (gst_ebml_peek_id),
4147         (gst_ebml_read_skip), (gst_ebml_read_buffer),
4148         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
4149         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
4150         (gst_ebml_read_date), (gst_ebml_read_master),
4151         (gst_ebml_read_binary), (gst_ebml_read_header):
4152         * gst/matroska/ebml-read.h:
4153         * gst/matroska/matroska-demux.c:
4154         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
4155         (gst_matroska_demux_read_track_encodings),
4156         (gst_matroska_demux_add_stream),
4157         (gst_matroska_demux_handle_src_query),
4158         (gst_matroska_demux_handle_seek_event),
4159         (gst_matroska_demux_init_stream),
4160         (gst_matroska_demux_parse_tracks),
4161         (gst_matroska_demux_parse_index_cuetrack),
4162         (gst_matroska_demux_parse_index_pointentry),
4163         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
4164         (gst_matroska_demux_parse_metadata_id_simple_tag),
4165         (gst_matroska_demux_parse_metadata_id_tag),
4166         (gst_matroska_demux_parse_metadata),
4167         (gst_matroska_demux_sync_streams),
4168         (gst_matroska_demux_push_hdr_buf),
4169         (gst_matroska_demux_push_flac_codec_priv_data),
4170         (gst_matroska_demux_push_xiph_codec_priv_data),
4171         (gst_matroska_demux_add_wvpk_header),
4172         (gst_matroska_demux_check_subtitle_buffer),
4173         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4174         (gst_matroska_demux_parse_cluster),
4175         (gst_matroska_demux_parse_contents_seekentry),
4176         (gst_matroska_demux_parse_contents),
4177         (gst_matroska_demux_loop_stream_parse_id),
4178         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
4179         * gst/matroska/matroska-demux.h:
4180         * gst/matroska/matroska-ids.h:
4181         Handle return values from pull_range in a more granular way to properly
4182         shut down on seeks.
4183         Combine return values from push.
4184         Implement proper error handling.
4185         Prepare for handling seeking correctly.
4186
4187 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
4188
4189         * gst/matroska/ebml-read.c:
4190         Use GINT64 formatting constants from GLIB.
4191
4192         * gst/matroska/matroska-demux.c:
4193         Add some guards to avoid a possible division by 0 and crashing
4194         with NULL events on some systems.
4195         Use gst_gdouble_to_guint64 somewhere instead of an implicit
4196         conversion. 
4197
4198         * gst/matroska/matroska-mux.c:
4199         Check for invalid timestamps in a bunch of places to avoid
4200         writing bogus durations into the output file.
4201         Fix some double<->gint64 conversions that weren't using
4202         gst_guint64_to_gdouble
4203
4204 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4205
4206         * configure.ac:
4207         Move the checks for bison, flex and as to the program section and the
4208         check for gcc inline asm to the compiler characteristics section.
4209
4210 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4211
4212         * configure.ac:
4213         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4214         plug-ins are included/excluded. (#498222)
4215
4216 2008-02-29  Michael Smith <msmith@fluendo.com>
4217
4218         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
4219           Don't call gst_object_sync_values() unless we have a valid timestamp.
4220
4221 2008-02-28  David Schleef  <ds@schleef.org>
4222
4223         * gst/matroska/matroska-demux.c:
4224         * gst/matroska/matroska-ids.h:
4225         * gst/matroska/matroska-mux.c:
4226           Fix Dirac mapping.  I had previously added a VfW-type
4227           mapping, but it looks like Dirac will get a native Matroska
4228           mapping, and this is the most likely method.
4229
4230 2008-02-28  David Schleef  <ds@schleef.org>
4231
4232         * gst/avi/gstavimux.c: Add Dirac encoding
4233
4234 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4235
4236         Patch by: Peter Kjellerstedt <pkj at axis com>
4237
4238         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
4239         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
4240         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
4241         * gst/udp/gstudpsrc.h:
4242         Port to GstPoll. See #505417.
4243
4244 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
4245
4246         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
4247         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
4248         yet on the srcpad. We need rate and channels before we
4249         can do any processing. Fixes bug #519088.
4250
4251 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
4252
4253         * configure.ac:
4254         Detect and indicate if GCC inline assembly syntax is
4255         available.
4256
4257         * gst/goom/Makefile.am:
4258         * gst/goom/convolve_fx.c:
4259         * gst/goom/flying_stars_fx.c:
4260         * gst/goom/goom_config.h:
4261         * gst/goom/goom_core.c:
4262         * gst/goom/goomsl.c:
4263         * gst/goom/ifs.c:
4264         * gst/goom/mmx.c:
4265         * gst/goom/plugin_info.c:
4266         * gst/goom/xmmx.c:
4267         Fix various GCC-isms, and only build the inline assembly
4268         with compilers that support GCC inline assembly.
4269
4270         Fix a couple of other warnings shown with Forte.
4271
4272 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
4273
4274         * gst/goom/xmmx.c:
4275           Use 'emms' instead of 'femms' to not crash on cpus that do not
4276           implement this 3dnow specific instruction.
4277
4278 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4279
4280         * gst/goom/plugin_info.c: (setOptimizedMethods):
4281         Use extended MMX for draw_line() too if available, not only
4282         normal MMX.
4283
4284 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4285
4286         * ext/jpeg/gstjpeg.c: (plugin_init):
4287         Remove (commented out) smoke typefinder. This is in base now.
4288
4289 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
4290
4291         * gst/goom2k1/Makefile.am:
4292         * gst/goom2k1/gstgoom.c:
4293
4294         Rename the installed library, and don't register the same 
4295         GType name as the new goom.
4296
4297 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4298
4299         * configure.ac:
4300         * ext/taglib/Makefile.am:
4301           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
4302           when building C++ code (#516509).
4303
4304 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4305
4306         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
4307         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
4308           (setOptimizedMethods):
4309           Call oil_init(), otherwise oil_get_cpu_flags() won't return
4310           anything useful. Export goom debug category so we can get
4311           rid of the VERBOSE define and the printfs.
4312
4313 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4314
4315         * gst/goom/goomsl_heap.c: (align_it):
4316         * gst/goom/plugin_info.c: (setOptimizedMethods):
4317           Compile fixes for x86-64.
4318
4319 2008-02-23  Bastien Nocera  <hadess@hadess.net>
4320
4321         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
4322         with warnings, but add other CFLAGS
4323
4324         * gst/goom/goomsl.c (gsl_instr_set_namespace),
4325         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
4326         (calculate_labels), (gsl_read_file):
4327         * gst/goom/goomsl_lex.l:
4328         * gst/goom/goomsl_yacc.y:
4329         * gst/goom/plugin_info.c: Remove a few live printf, and
4330         fprintf, replace exit() calls with g_assert_not_reached()
4331         if it not optimal for a library
4332
4333 2008-02-23  Bastien Nocera  <hadess@hadess.net>
4334
4335         * gst/goom/Makefile.am: Remove the warnings being disabled,
4336         fix linkage on x86, spotted by Sebastian Dröge
4337         <slomo@circular-chaos.org>
4338
4339         * gst/goom/convolve_fx.c (convolve_init),
4340         (create_output_with_brightness), (convolve_apply):
4341         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
4342         * gst/goom/goomsl.c:
4343         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
4344         * gst/goom/plugin_info.c:
4345         * gst/goom/tentacle3d.c (tentacle_fx_create):
4346         Fix warnings, and disable the motifs in the convolve_fx
4347         plugin (they were causing warnings, and they were just
4348         "Goom" in funny letterring)
4349
4350 2008-02-23  Bastien Nocera  <hadess@hadess.net>
4351
4352         * configure.ac: Add checks for Flex/Yacc/Bison and other
4353         furry animals, for the new goom 2k4 based plugin
4354
4355         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
4356         CPU optimisations (not working yet), move the old plugin to...
4357
4358         * gst/goom2k1/*: ... here, in case somebody is sick enough
4359
4360         Fixes #515073
4361
4362 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4363
4364         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
4365         Post the server response code in an error message instead of a generic
4366         'error' message. Fixes #517237.
4367
4368 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4369
4370         * tests/check/Makefile.am:
4371         Ignore gconfaudiosrc for the states unit test too. It will fallback
4372         to alsasrc if the gconf settings can't be read and not everybody has
4373         alsa.
4374
4375 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4376
4377         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
4378         (gst_wavpack_parse_create_src_pad):
4379         * ext/wavpack/gstwavpackparse.h:
4380         Always report the duration if we know it in push mode and don't
4381         return 0 just to make totem believe we can't seek in push mode.
4382         Newer totem version use the SEEKING query which properly reports
4383         if we can seek or not.
4384
4385 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4386
4387         Patch by: Jens Granseuer <jensgr at gmx dot net>
4388
4389         * tests/examples/equalizer/demo.c: (main):
4390         C89 fix, moving variable declarations to the beginning of
4391         the block. Fixes bug #517933.
4392
4393 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
4394
4395         * configure.ac:
4396         Back to development...
4397
4398 === release 0.10.7 ===
4399
4400 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
4401
4402         * configure.ac:
4403           releasing 0.10.7, "Red Door Black"
4404
4405 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4406
4407         * gst/alpha/Makefile.am:
4408         Link alpha plugin with libgstbase. Fixes bug #517386.
4409
4410 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4411
4412         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
4413         Init values to -1 instead of the default 0 value.
4414         Fixes #516524.
4415
4416 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
4417
4418         * tests/examples/spectrum/spectrum-example.c:
4419         Add missing include to fix compilation when libxml usage is disabled.
4420         Fixes: #516371
4421
4422 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
4423
4424         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
4425         fixes: #514889
4426
4427         * gst/rtp/gstrtph264pay.c:
4428         * gst/rtp/gstrtpmp4gdepay.c:
4429         * gst/rtp/gstrtpmp4gpay.c:
4430         * gst/rtp/gstrtpmp4gpay.h:
4431         * gst/rtp/gstrtptheorapay.c:
4432         * gst/rtp/gstrtpvorbispay.c:
4433
4434         Fix various leaks shown up in valgrind
4435         - free sprops and buffer in error cases in H264 payloader
4436         - fix leak in mp4g depayloader when construction the caps
4437         - don't leak config string in the mp4g payloader
4438         - don't leak buffers and headers in theora and vorbis payloaders
4439
4440         * tests/check/elements/rtp-payloading.c:
4441
4442         Fix the RTP data test
4443         - Actually send valid amr data to the payloader instead of 20
4444         zero-bytes
4445         - The mp4g payloader expects codec_data on the caps
4446
4447 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
4448
4449         * win32/MANIFEST:
4450         Add libgstpng.dsp to MANIFEST.
4451         * win32/vs6/libgstaudiofx.dsp:
4452         Add new source files to VS project file.
4453
4454 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
4455
4456         * sys/ximage/gstximagesrc.c:
4457         Initialise variables when opening the X display rather
4458         than in _start(), as the display can be opened before that.
4459
4460         Fixes: #515985
4461
4462 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4463
4464         * sys/directdraw/gstdirectdrawsink.c:
4465         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
4466         (gst_directdraw_sink_finalize):
4467         Properly chain up finalize functions. Fixes bug #515980.
4468
4469 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4470
4471         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
4472         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
4473         (gst_v4l2_buffer_pool_class_init):
4474         Chain up the finalize functions. Fixes bug #515984.
4475
4476 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
4477
4478         * sys/ximage/ximageutil.c:
4479         Chain up in the finalize function for our custom
4480         buffer sub-class.
4481         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
4482         Fixes: #515706
4483
4484 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4485
4486         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
4487         (gst_fenced_buffer_class_init):
4488         Properly chain up finalize method. Fixes bug #515979.
4489
4490 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
4491
4492         * sys/ximage/gstximagesrc.c:
4493         Free allocated Damage memory before closing our connection to the
4494         X server. Partially fixes: #515706
4495
4496 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4497
4498         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
4499         * tests/check/Makefile.am:
4500         * tests/check/gst-plugins-good.supp:
4501         Add a few libjpeg suppressions and initialize a variable to
4502         make smokeenc valgrind clean. Fixes bug #515701.
4503
4504 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
4505
4506         * gst/avi/gstavidemux.c:
4507         Revert patch which sends timestamps only on keyframes, as it
4508         breaks playback with current gst-ffmpeg.
4509
4510         Fixes: #515562
4511
4512 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4513
4514         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
4515         * tests/check/elements/multifile.c: (GST_START_TEST):
4516         Close some memory leaks spotted by the unit test. Fixes bug #515697.
4517
4518 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4519
4520         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
4521         Use and unset the GError when pipeline creation fails instead of
4522         simply leaking it. Fixes bug #515704.
4523
4524 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
4525
4526         * gst/audiofx/audioamplify.c:
4527         * gst/audiofx/audiochebband.c:
4528         * gst/audiofx/audiocheblimit.c:
4529         * gst/audiofx/audiodynamic.c:
4530         * gst/audiofx/audioinvert.c:
4531         * gst/audiofx/audiopanorama.c:
4532         * gst/audiofx/audiowsincband.c:
4533         * gst/audiofx/audiowsinclimit.c:
4534         Fix long description of audiofx elements. Fixes bug #515457.
4535
4536 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
4537
4538         * docs/plugins/Makefile.am:
4539         * gst/spectrum/gstspectrum.c:
4540         * tests/examples/spectrum/.cvsignore:
4541         * tests/examples/spectrum/Makefile.am:
4542         * tests/examples/spectrum/spectrum-example.c:
4543
4544         Add a simple example application for the spectrum element, include it
4545         in the docs, and fix some documentation ambiguities.
4546
4547         Fixes: #348085
4548
4549 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4550
4551         * gst/equalizer/Makefile.am:
4552         * gst/spectrum/Makefile.am:
4553         Fix includes order
4554
4555         * tests/check/Makefile.am:
4556         Exclude v4l2src from the states test - it takes too long to start.
4557
4558         * tests/check/elements/spectrum.c:
4559         Make the test run properly with CK_FORK=no
4560
4561 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
4562
4563         * gst/audiofix/Makefile.am: add missing header files 
4564
4565 2008-02-08  Julien Moutte  <julien@fluendo.com>
4566
4567         * gst/matroska/matroska-demux.c:
4568         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
4569         keyframe and delta units correctly when dealign with a BlockGroup.
4570         Fixes: #514397
4571
4572 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4573
4574         * tests/check/elements/.cvsignore:
4575         Spell the new tests correctly in .cvsignore
4576
4577 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
4578
4579         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
4580           Need to use gsize here for the size, fixes compiler warning.
4581
4582         * tests/examples/equalizer/.cvsignore:
4583         * tests/examples/equalizer/Makefile.am:
4584         * tests/examples/spectrum/.cvsignore:
4585         * tests/examples/spectrum/Makefile.am:
4586           Add missing files to fix the build.
4587
4588 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4589
4590         * configure.ac:
4591         * docs/plugins/Makefile.am:
4592         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4593         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4594         * docs/plugins/gst-plugins-good-plugins.args:
4595         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4596         * docs/plugins/inspect/plugin-multifile.xml:
4597         * tests/check/Makefile.am:
4598         * tests/check/elements/.cvsignore:
4599
4600         Move multifile plugin from -bad.
4601         Fixes: #490283
4602
4603 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4604
4605         * configure.ac:
4606         * docs/plugins/Makefile.am:
4607         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4608         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4609         * docs/plugins/gst-plugins-good-plugins.args:
4610         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4611         * docs/plugins/inspect/plugin-spectrum.xml:
4612         * gst/spectrum/Makefile.am:
4613         * tests/check/Makefile.am:
4614         * tests/check/elements/.cvsignore:
4615         * tests/examples/Makefile.am:
4616
4617         Move spectrum plugin from -bad.
4618         Move examples into tests/examples/spectrum.
4619
4620 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4621
4622         * configure.ac:
4623         * docs/plugins/Makefile.am:
4624         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4625         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4626         * docs/plugins/gst-plugins-good-plugins.args:
4627         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4628         * docs/plugins/gst-plugins-good-plugins.interfaces:
4629         * docs/plugins/inspect/plugin-equalizer.xml:
4630         * gst/equalizer/Makefile.am:
4631         * tests/check/Makefile.am:
4632         * tests/examples/Makefile.am:
4633         Move the equalizer plugin across from -bad
4634
4635         * tests/check/elements/.cvsignore:
4636         Add equalizer, audiosincwband and audiosincwlimit
4637
4638         * tests/check/elements/equalizer.c:
4639         Fix compiler warnings
4640
4641         Fixes: #415627
4642
4643 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4644
4645         * configure.ac:
4646         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
4647         are treated like releases and build without it.
4648
4649 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4650
4651         * docs/plugins/Makefile.am:
4652         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4653         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4654         * docs/plugins/gst-plugins-good-plugins.args:
4655         * docs/plugins/inspect/plugin-audiofx.xml:
4656         * gst/audiofx/Makefile.am:
4657         * gst/audiofx/audiofx.c:
4658         * gst/audiofx/audiowsincband.c:
4659         * gst/audiofx/audiowsincband.h:
4660         * gst/audiofx/audiowsinclimit.c:
4661         * gst/audiofx/audiowsinclimit.h:
4662         * tests/check/Makefile.am:
4663         * tests/check/elements/audiowsincband.c:
4664         * tests/check/elements/audiowsinclimit.c:
4665
4666         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
4667         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
4668         respectively.
4669
4670         Fixes: #467666
4671
4672 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4673
4674         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
4675         * tests/check/elements/icydemux.c:
4676           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
4677           caps, and add a somewhat useful debug message. Plus test.
4678
4679 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
4680
4681         * gst/rtsp/gstrtspsrc.c:
4682         Include unistd.h only if HAVE_UNISTD_H is defined
4683         * win32/common/config.h.in:
4684         * win32/common/config.h:
4685         Define socklen_t as it seems it's not defined in default 
4686         Visual Studio headers.
4687         * win32/vs6/libgstalpha.dsp:
4688         * win32/vs6/libgstapetag.dsp:
4689         * win32/vs6/libgstavi.dsp:
4690         * win32/vs6/libgstrtp.dsp:
4691         * win32/vs6/libgstrtsp.dsp:
4692         * win32/vs6/libgstvideomixer.dsp:
4693         Update project file dependencies and add new source files       
4694
4695 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
4696
4697         Patch by: Bjarne Rosengren <bjarne at axis dot com>
4698
4699         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
4700         Don't leak buffers when we don't push them downstream.
4701         Fixes bug #514965.
4702
4703 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4704
4705         * configure.ac:
4706           Bump requirements to (good) released versions to avoid
4707           confusion and make implicit core requirement explicit.
4708
4709 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
4710
4711         * docs/plugins/Makefile.am:
4712         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4713         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4714         * docs/plugins/gst-plugins-good-plugins.args:
4715         * docs/plugins/inspect/plugin-audiofx.xml:
4716         * gst/audiofx/Makefile.am:
4717         * gst/audiofx/audiochebband.c:
4718         * gst/audiofx/audiochebband.h:
4719         * gst/audiofx/audiocheblimit.c:
4720         * gst/audiofx/audiocheblimit.h:
4721         * gst/audiofx/audiochebyshevfreqband.c:
4722         * gst/audiofx/audiochebyshevfreqband.h:
4723         * gst/audiofx/audiochebyshevfreqlimit.c:
4724         * gst/audiofx/audiochebyshevfreqlimit.h:
4725         * gst/audiofx/audiofx.c:
4726         * tests/check/Makefile.am:
4727         * tests/check/elements/.cvsignore:
4728         * tests/check/elements/audiochebband.c:
4729         * tests/check/elements/audiocheblimit.c:
4730         * tests/check/elements/audiochebyshevfreqband.c:
4731         * tests/check/elements/audiochebyshevfreqlimit.c:
4732
4733         Rename audiochebyshevfreqband -> audiochebband and
4734         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
4735         surgery.
4736
4737         Closes: #491811
4738
4739 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4740
4741         Patch by: Orjan Friberg <orjanf at axis dot com>
4742
4743         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
4744         Fix caps memory leak. Fixes #514573.
4745
4746 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
4747
4748         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
4749         If there's no entries in the subindex, don't try to do anything stupid,
4750         just return.
4751
4752 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4753
4754         Patch by: John Millikin <jmillikin at gmail dot com>
4755
4756         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
4757           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
4758           Fix extraction of picture blocks with newer libflac versions again:
4759           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
4760
4761 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4762
4763         * tests/check/Makefile.am:
4764           Add rtp-payloading test to VALGRIND_TO_FIX.
4765
4766         * tests/check/elements/rtp-payloading.c:
4767           Add semicolons after GST_TEST_END so gst-indent gets the
4768           formatting right; make test less verbose in general, but
4769           more verbose in the error case (which should probably
4770           make the test fail anyway).
4771
4772 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
4773
4774         * docs/plugins/Makefile.am:
4775         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4776         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4777         * gst/avi/gstavisubtitle.c:
4778         Add documentation for avisubtitle and change class to
4779         Codec/Parser/Subtitle
4780
4781 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
4782
4783         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4784         Treat ENOTTY (driver does not implement ioctl) the same as
4785         EINVAL since it implies there are no available standards.
4786
4787         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
4788         (gst_v4l2src_get_nearest_size):
4789         Replace gst_v4l2src_get_size_limits with 2 calls to new function
4790         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
4791         probe if the driver does not support VIDIOC_TRY_FMT for whatever
4792         reason, and if we aren't yet actively capturing.
4793
4794         * sys/v4l2/v4l2src_calls.h:
4795         Remove replaced function declaration.
4796
4797 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
4798
4799         * configure.ac:
4800         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
4801         API.
4802
4803 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
4804
4805         * configure.ac:
4806         Fix typo.
4807
4808 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4809
4810         * gst/alpha/Makefile.am:
4811         * gst/alpha/gstalpha.c:
4812
4813         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
4814         some stuff, and making buffer-alloc and resizing work automatically.
4815         No longer crashes on odd frame widths and heights, although there
4816         seems to be a disagreement with ffmpegcolorspace about what size
4817         an AYUV frame with odd height should be.
4818
4819 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4820
4821         Patch by: Alessandro Decina <alessandro at nnva dot org>
4822
4823         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
4824         * ext/libpng/gstpngenc.h:
4825         Preallocate the output buffer so that g_memdup() and
4826         gst_buffer_merge() aren't needed anymore. This greatly improves
4827         performances and fixes #512544.
4828
4829 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4830
4831         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
4832         (gst_avi_demux_stream_data):
4833         GStreamer timestamps are PTS values while AVI only knows about DTS
4834         timestamps. Make sure we only copy the DTS as the buffer timestamp when
4835         we are dealing with a key frame.
4836
4837 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
4838
4839         * tests/check/Makefile.am:
4840         * tests/check/elements/.cvsignore:
4841         * tests/check/elements/rtp-payloading.c:
4842           Add add testsuite for the rtp-payloader that tries simulating
4843           dataflow. Needs more test data.
4844
4845 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
4846
4847         * tests/check/elements/alphacolor.c:
4848           Remove two unused variables.
4849
4850 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
4851
4852         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
4853           Use g_ascii_strtoll() instead of atoll, which is only
4854           available in C99.
4855
4856 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
4857
4858         * gst/rtp/Makefile.am:
4859         * gst/rtp/gstrtp.c:
4860         * gst/rtp/gstrtpmpvpay.c:
4861         * gst/rtp/gstrtpmpvpay.h:
4862         Add MPEG2 video payloader
4863
4864 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
4865
4866         * gst/level/gstlevel.c:
4867         Use #include <math.h> instead of #include "math.h".
4868
4869 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
4870
4871         * tests/check/Makefile.am:
4872         Fix up some CFLAGS sets.
4873         Don't include gconfvideosrc in the states test.
4874
4875         * tests/check/elements/autodetect.c: (GST_START_TEST):
4876         Add some error strings to fail_unless arguments to fix some weird
4877         compiler errors on Solaris.
4878
4879 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
4880
4881         * configure.ac:
4882         Detect video4linux headers on Solaris too.
4883         * sys/v4l2/gstv4l2colorbalance.h:
4884         * sys/v4l2/gstv4l2object.h:
4885         * sys/v4l2/v4l2_calls.c:
4886         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
4887         (gst_v4l2_buffer_new):
4888
4889         Make v4l2 build on Solaris.
4890         Patch by: Brian Cameron  <brian.cameron at sun dot com>
4891         Fixes: #510505
4892
4893 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
4894
4895         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4896           Update list from (still local) scanning script.
4897
4898 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
4899
4900         Based on a patch by:
4901             Victor STINNER <victor dot stinner at haypocalc dot com>
4902
4903         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4904         Set variable to NULL after freeing it to prevent double frees
4905         or make failures by another use of it afterwards more obvious
4906         and fix use of it after the freeing. Fixes bug #510592.
4907
4908 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
4909
4910         * gst/udp/gstmultiudpsink.c:
4911         use GST_WARNING for logging
4912
4913 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
4914
4915         * gst/udp/gstmultiudpsink.c:
4916         Don't try to leave a multicast group with an invalid socket
4917
4918 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
4919
4920         * ext/flac/gstflacdec.c:
4921           Fix compilation against flac 1.1.2 (as on debian stable), where
4922           the picture metadata defines and structs don't exist yet.
4923           Fixes #509301.
4924
4925 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
4926
4927         Patch by: Olivier Crete <tester at tester dot ca>
4928
4929         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4930         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
4931         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
4932         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
4933         * gst/udp/gstmultiudpsink.h:
4934         Add property to automatically join a multicast group or not. This can be
4935         useful when sharing a socket between multiple elements.
4936         Fixes #509531.
4937
4938 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
4939
4940         * gst/videomixer/Makefile.am:
4941           Add controller flags.
4942
4943 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
4944
4945         * gst/videomixer/videomixer.c:
4946           Also commit the missing gst_object_sync_values().
4947
4948 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
4949
4950         * docs/plugins/Makefile.am:
4951           Remove duplicate entry.
4952
4953 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
4954
4955         * docs/plugins/Makefile.am:
4956         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4957         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4958         * docs/plugins/inspect/plugin-gamma.xml:
4959         * docs/plugins/inspect/plugin-monoscope.xml:
4960         * docs/plugins/inspect/plugin-video4linux2.xml:
4961           Add 3 more plugins to docs.
4962
4963 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
4964
4965         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4966         * sys/osxvideo/osxvideosink.h:
4967           Revert previous change caused by a file that got stuck on an old
4968           revision.
4969
4970 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
4971
4972         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4973         * gst/multipart/Makefile.am:
4974         * gst/multipart/multipartdemux.c:
4975         * gst/multipart/multipartdemux.h:
4976         * gst/multipart/multipartmux.c:
4977         * gst/multipart/multipartmux.h:
4978           Re-add multipartdemux to the docs. Last round of section cleanup.
4979
4980 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
4981
4982         * docs/plugins/Makefile.am:
4983         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4984         * sys/osxaudio/gstosxaudiosink.h:
4985         * sys/osxvideo/osxvideosink.h:
4986           Managed to resolve most unused declarations. Filed a bug for one left.          
4987
4988 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
4989
4990         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4991           Cleanup section file.
4992
4993 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
4994
4995         * docs/plugins/Makefile.am:
4996         * docs/plugins/gst-plugins-good-plugins.args:
4997         * docs/plugins/gst-plugins-good-plugins.signals:
4998         * docs/plugins/inspect/plugin-alaw.xml:
4999         * docs/plugins/inspect/plugin-alpha.xml:
5000         * docs/plugins/inspect/plugin-alphacolor.xml:
5001         * docs/plugins/inspect/plugin-annodex.xml:
5002         * docs/plugins/inspect/plugin-apetag.xml:
5003         * docs/plugins/inspect/plugin-audiofx.xml:
5004         * docs/plugins/inspect/plugin-auparse.xml:
5005         * docs/plugins/inspect/plugin-autodetect.xml:
5006         * docs/plugins/inspect/plugin-avi.xml:
5007         * docs/plugins/inspect/plugin-cairo.xml:
5008         * docs/plugins/inspect/plugin-cdio.xml:
5009         * docs/plugins/inspect/plugin-cutter.xml:
5010         * docs/plugins/inspect/plugin-debug.xml:
5011         * docs/plugins/inspect/plugin-dv.xml:
5012         * docs/plugins/inspect/plugin-efence.xml:
5013         * docs/plugins/inspect/plugin-effectv.xml:
5014         * docs/plugins/inspect/plugin-flac.xml:
5015         * docs/plugins/inspect/plugin-flxdec.xml:
5016         * docs/plugins/inspect/plugin-gconfelements.xml:
5017         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5018         * docs/plugins/inspect/plugin-goom.xml:
5019         * docs/plugins/inspect/plugin-halelements.xml:
5020         * docs/plugins/inspect/plugin-icydemux.xml:
5021         * docs/plugins/inspect/plugin-id3demux.xml:
5022         * docs/plugins/inspect/plugin-jpeg.xml:
5023         * docs/plugins/inspect/plugin-ladspa.xml:
5024         * docs/plugins/inspect/plugin-level.xml:
5025         * docs/plugins/inspect/plugin-matroska.xml:
5026         * docs/plugins/inspect/plugin-mulaw.xml:
5027         * docs/plugins/inspect/plugin-multipart.xml:
5028         * docs/plugins/inspect/plugin-navigationtest.xml:
5029         * docs/plugins/inspect/plugin-png.xml:
5030         * docs/plugins/inspect/plugin-quicktime.xml:
5031         * docs/plugins/inspect/plugin-rtp.xml:
5032         * docs/plugins/inspect/plugin-rtsp.xml:
5033         * docs/plugins/inspect/plugin-shout2send.xml:
5034         * docs/plugins/inspect/plugin-smpte.xml:
5035         * docs/plugins/inspect/plugin-speex.xml:
5036         * docs/plugins/inspect/plugin-taglib.xml:
5037         * docs/plugins/inspect/plugin-udp.xml:
5038         * docs/plugins/inspect/plugin-videobalance.xml:
5039         * docs/plugins/inspect/plugin-videobox.xml:
5040         * docs/plugins/inspect/plugin-videocrop.xml:
5041         * docs/plugins/inspect/plugin-videoflip.xml:
5042         * docs/plugins/inspect/plugin-videomixer.xml:
5043         * docs/plugins/inspect/plugin-wavenc.xml:
5044         * docs/plugins/inspect/plugin-wavpack.xml:
5045         * docs/plugins/inspect/plugin-wavparse.xml:
5046           Update plugin docs.
5047
5048         * gst/videomixer/Makefile.am:
5049         * gst/videomixer/videomixer.c:
5050         * gst/videomixer/videomixer.h:
5051         * gst/videomixer/videomixerpad.h:
5052           Split out header to fix warnings from the doc-build.
5053
5054 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5055
5056         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
5057
5058         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
5059         Use atoll to parse the rtptime with enough precision. Fixes #509329.
5060
5061 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
5062
5063         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
5064         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
5065           Initialise variables to work around (false) 'foo might be used
5066           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
5067
5068 2008-01-11  David Schleef  <ds@schleef.org>
5069
5070         * docs/plugins/.cvsignore:
5071         * tests/check/pipelines/.cvsignore:
5072           Ignore more files for the buildbot.
5073
5074 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
5075
5076         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
5077         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
5078         Generate the image-type values correctly. Leave them out of the caps
5079         when outputting a "preview image" tag, since it only makes sense
5080         to have one of those - the type is irrelevant.
5081
5082         * sys/sunaudio/gstsunaudiomixerctrl.c:
5083         (gst_sunaudiomixer_ctrl_open):
5084         If we can, mark the mixer multiple open when we use it, in case
5085         (for some reason) the process wants to open it again elsewhere.
5086
5087 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5088
5089         Patch by: Olivier Crete <tester at tester dot ca>
5090
5091         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
5092         * gst/rtp/gstrtptheorapay.c:
5093         Fix the clock rate to 90000 as required by the RFC.
5094         Fixes #508644.
5095
5096 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
5097
5098         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
5099           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
5100
5101 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5102
5103         * autogen.sh:
5104           Add -Wno-portability to the automake parameters to stop warnings
5105           about GNU make extensions being used. We require GNU make in almost
5106           every Makefile anyway.
5107           
5108         * configure.ac:
5109           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5110           at the same time is required for per target flags.
5111
5112 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
5113
5114         * gst/videomixer/videomixer.c: (gst_videomixer_init):
5115         Fix error from my last commit.
5116
5117 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
5118
5119         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
5120
5121         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
5122           Make sure the ISO 639-X language code in ID3v2 COMM frames
5123           is actually valid UTF-8 (or rather: ASCII), so we don't end
5124           up with non-UTF8 strings in tags if there's garbage in the
5125           language field. Also make sure the language code is always
5126           lower case. Fixes: #508291.
5127
5128 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
5129
5130         * ChangeLog:
5131           Fix ChangeLog typo.
5132
5133 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
5134
5135         * Makefile.am:
5136           Include lcov.mak to allow building coverage reports. Guard
5137           check-torture target like in the other packages.
5138
5139 2008-01-09  Sameer Naik  <sameer@damagehead.com>
5140
5141         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
5142
5143         * gst/videomixer/videomixer.c:
5144         (gst_videomixer_set_master_geometry), (_do_init),
5145         (gst_videomixer_child_proxy_get_child_by_index),
5146         (gst_videomixer_child_proxy_get_children_count),
5147         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
5148         (gst_videomixer_init), (gst_videomixer_request_new_pad),
5149         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
5150         Implement GstChildProxy interface.
5151         Send newsegment at the right moment
5152         Fixes #488879
5153
5154 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
5155
5156         * gst/alpha/Makefile.am:
5157         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
5158         (gst_alpha_sink_event), (gst_alpha_chain),
5159         (gst_alpha_change_state), (plugin_init):
5160         Make the various properties of 'alpha' controllable. This allows doing
5161         niceties like fade-in/fade-out.
5162
5163 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
5164
5165         * gst/rtp/gstasteriskh263.c:
5166         * gst/rtp/gstrtpL16depay.c:
5167         * gst/rtp/gstrtpac3depay.c:
5168         * gst/rtp/gstrtpamrpay.c:
5169         * gst/rtp/gstrtpdepay.c:
5170         * gst/rtp/gstrtpgsmdepay.c:
5171         * gst/rtp/gstrtph263depay.c:
5172         * gst/rtp/gstrtph263pdepay.c:
5173         * gst/rtp/gstrtph263ppay.c:
5174         * gst/rtp/gstrtph264depay.c:
5175         * gst/rtp/gstrtph264pay.c:
5176         * gst/rtp/gstrtpmp2tdepay.c:
5177         * gst/rtp/gstrtpmp4adepay.c:
5178         * gst/rtp/gstrtpmp4gdepay.c:
5179         * gst/rtp/gstrtpmp4gpay.c:
5180         * gst/rtp/gstrtpmp4vdepay.c:
5181         * gst/rtp/gstrtpmpadepay.c:
5182         * gst/rtp/gstrtpmpvdepay.c:
5183         * gst/rtp/gstrtpsv3vdepay.c:
5184         * gst/rtp/gstrtptheoradepay.c:
5185         * gst/rtp/gstrtptheorapay.c:
5186         * gst/rtp/gstrtpvorbisdepay.c:
5187         * gst/rtp/gstrtpvorbispay.c:
5188           Remove copy/paste unused code (property setters and getter) found by
5189           the coverage suite (yay, saves ~20k on disk).
5190
5191 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5192
5193         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
5194           (videosink_templ):
5195           Also fix up pad templates to indicate that image/jpeg doesn't
5196           absolutely require the framerate property to be set (#504081).
5197
5198 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5199
5200         Based on patch by: Wouter Cloetens  <wouter at mind be>
5201
5202         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
5203           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
5204           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
5205         * gst/matroska/matroska-mux.h:
5206           Keep track of first and last timestamps for each incoming stream,
5207           so we can calculate the total duration for live sources and other
5208           input where we can't query the duration from the start or where
5209           there's no constant framerate from which we can deduce the
5210           duration; also use calculated/observed duration if it is bigger
5211           than the previously queried duration. Furthermore, use
5212           gst_pad_query_peer_duration() and take into account that it may
5213           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
5214           screws up comparisons when using unsigned integers. Fixes #504081.
5215
5216 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
5217
5218         * configure.ac:
5219         * gst/audiofx/audioamplify.c:
5220         (gst_audio_amplify_clipping_method_get_type),
5221         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
5222         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
5223         (gst_audio_dynamic_transform_ip):
5224         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
5225         (gst_audio_invert_transform_ip):
5226         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
5227         (gst_audio_panorama_transform):
5228         * gst/level/gstlevel.c: (gst_level_init):
5229         Make elements GST_BUFFER_FLAG_GAP aware and call
5230         gst_base_transform_set_gap_aware for this.
5231         Bump core requirement to CVS.
5232         
5233         * gst/audiofx/audiochebyshevfreqband.c:
5234         (gst_audio_chebyshev_freq_band_transform_ip):
5235         * gst/audiofx/audiochebyshevfreqlimit.c:
5236         (gst_audio_chebyshev_freq_limit_transform_ip):
5237         Also sync GObject properties to the controller if operating
5238         in passthrough mode.
5239
5240 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5241
5242         * sys/directdraw/gstdirectdrawsink.c:
5243           (gst_directdraw_sink_window_thread):
5244           FALSE is not a gpointer.
5245
5246 2008-01-05  Julien Moutte  <julien@fluendo.com>
5247
5248         * sys/directdraw/gstdirectdrawsink.c:
5249         (gst_directdraw_sink_set_window_id),
5250         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
5251         (gst_directdraw_sink_buffer_alloc),
5252         (gst_directdraw_sink_draw_borders),
5253         (gst_directdraw_sink_show_frame),
5254         (gst_directdraw_sink_setup_ddraw),
5255         (gst_directdraw_sink_window_thread),
5256         (gst_directdraw_sink_get_ddrawcaps),
5257         (gst_directdraw_sink_surface_create): Make sure we create our
5258         internal window only when we need it. That will give a chance to
5259         the application to get the prepare-xwindow-id bus message. Draw
5260         black borders when keeping aspect ratio. Handle the case where our
5261         rendering window disappears (closed or errors) like other sinks
5262         do. Various 80 columns fixes, improve state change order. That
5263         element could need some more love.
5264
5265 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
5266
5267         * ext/taglib/gstapev2mux.h:
5268         * ext/taglib/gstid3v2mux.h:
5269         Remove useless typedefs without new type name. Fixes a warning with
5270         gcc 4.3.
5271
5272 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
5273
5274         Patch by: John Millikin <jmillikin at gmail dot com>
5275
5276         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
5277         (gst_flac_dec_setup_stream_decoder),
5278         (gst_flac_normalize_picture_mime_type),
5279         (gst_flac_extract_picture_buffer),
5280         (gst_flac_dec_metadata_callback):
5281         Emit metadata messages when a PICTURE block is encountered.
5282         Fixes #506715.
5283
5284 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
5285
5286         * gst/avi/gstavi.c:
5287         increase rank because no known issues anymore ...
5288         * gst/avi/gstavisubtitle.c:
5289         send subtitle name to the srcpad
5290
5291 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5292
5293         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
5294         * gst/rtsp/gstrtspsrc.h:
5295         Implement redirect for the DESCRIBE reply. Fixes #506025.
5296
5297 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5298
5299         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
5300         Fix 'xyz may be used uninitialized' compiler warnings caused
5301         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5302         abort() in any case but properly report the error.
5303
5304 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
5305
5306         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
5307         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
5308         * sys/ximage/gstximagesrc.c: (composite_pixel):
5309           Fix 'xyz may be used uninitialized' compiler warnings caused
5310           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
5311           not really nice to abort in any case). Fixes #505745.
5312
5313 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
5314
5315         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
5316           Small unit test fix (has no practical impact at the moment,
5317           since we're only feeding utf8 and hence just create a sub-
5318           buffer for the output).
5319
5320 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
5321
5322         * gst/avi/gstavisubtitle.c:
5323         * tests/check/elements/avisubtitle.c:
5324         Add seeking support for avi subtitle
5325
5326 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5327
5328         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
5329         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
5330         (gst_flac_dec_write):
5331         * ext/flac/gstflacdec.h:
5332         Remove some unused vars.
5333         Do more cleanup of leftover events and tags.
5334         Output tags after the segment event. Fixes #504018.
5335
5336 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
5337
5338         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
5339           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
5340           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
5341           Detect other UTF byte order markers and convert to UTF-8 as
5342           appropriate.
5343
5344 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
5345
5346         * gst/avi/gstavisubtitle.c: (src_template),
5347           (gst_avi_subtitle_extract_utf8_file),
5348           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
5349           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
5350           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
5351         * gst/avi/gstavisubtitle.h:
5352           Refactor a bit; fix name extraction; don't assume all the data
5353           in the chunk is actually subtitle data, there may be padding at
5354           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
5355           file so it's there to send again after a seek (for future use).
5356
5357 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
5358
5359         * gst/avi/Makefile.am:
5360         * gst/avi/gstavi.c:
5361         * gst/avi/gstavisubtitle.c:
5362         * gst/avi/gstavisubtitle.h:
5363         * tests/check/Makefile.am:
5364         * tests/check/elements/avisubtitle.c:
5365         * win32/common/config.h:
5366                 Add avi subtitle element for bug #442034. Need seeking support
5367                 and more support for character conversion.
5368
5369 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
5370
5371         * Makefile.am:
5372           Include common/win32.mak for CRLF check of win32 project
5373           files (see #393626).
5374
5375         * win32/vs6/libgstpng.dsp:
5376           Fix line endings and do cvs admin -kb.
5377
5378 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5379
5380         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
5381         Actually drop the buffers which are outside the currently configured
5382         segment instead of just emitting a WARNING.
5383
5384 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5385
5386         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
5387         (gst_flac_dec_write):
5388         * ext/flac/gstflacdec.h:
5389         Send segments from the streaming thread. Fixes #502187.
5390         Fix segment seeking and a bunch of other seeking cases.
5391
5392 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
5393
5394         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
5395           Parse WOAF frames and put the result into GST_TAG_CONTACT,
5396           which is where it would end up if the same information was
5397           put in a vorbis comment (don't think it's worth adding a
5398           new URI tag for this). Fixes #488112.
5399
5400 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5401
5402         * configure.ac:
5403           We need core/base 0.10.15 or later.
5404
5405 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5406
5407         Patch by: Mark Nauwelaerts <manauw skynet be>
5408
5409         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
5410         Fix regression in stream numbering. Fixes #502655.
5411
5412 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5413
5414         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
5415
5416         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
5417         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
5418         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
5419         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
5420         (gst_rtp_h264_pay_handle_buffer):
5421         * gst/rtp/gstrtph264pay.h:
5422         Use higher performance start-code searching.
5423         Parse NALs and store SPS, PPS and profile in the caps so that they can
5424         be used in the SDP. Fixes #502814.
5425
5426 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5427
5428         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5429         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
5430           Init some structs to zero before we pass them to ioctl, which
5431           avoids valgrind warnings.  Also fix a small memory leak.
5432
5433 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5434
5435         Patch by: Wouter Cloetens <wouter at mind dot be>
5436
5437         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
5438         Copy timestamp from input to output. Not very perfect yet but better
5439         than nothing. Fixes #503023.
5440
5441 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5442
5443         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
5444           Also print a useful error message with the old Wavpack API
5445           if possible.
5446
5447 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
5448
5449         * ext/wavpack/gstwavpackdec.c:
5450           More build fixes for old libwavpack versions: include config.h so
5451           that WAVPACK_OLD_API is actually defined as detected; only use
5452           WavpackGetErrorMessage if it is available. This fixes the build
5453           on debian stable for me.
5454
5455 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5456
5457         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
5458         * ext/wavpack/gstwavpackparse.c:
5459           (gst_wavpack_parse_create_src_pad):
5460           Workaround the non-existance of WavpackGetChannelMask in Wavpack
5461           versions below 4.40.0.
5462
5463 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5464
5465         * configure.ac:
5466           And now do it right for real...
5467
5468 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5469
5470         * configure.ac:
5471           Correctly reset $LIBS to not contain -lm.
5472
5473 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5474
5475         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
5476
5477         * configure.ac:
5478         * ext/cairo/gsttimeoverlay.c:
5479           (gst_cairo_time_overlay_print_smpte_time):
5480           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
5481           and checking for rint() and implementing it ourself if it doesn't
5482           exist. Fixes #497293.
5483
5484 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5485
5486         * configure.ac:
5487           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5488
5489 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
5490
5491         * sys/oss/gstosshelper.c:
5492         Verify that the format returned after the ioctl is the one
5493         we requested. It is valid for the ioctl to succeed while
5494         substituting an alternate 'supported' sample format.
5495
5496 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
5497
5498         * sys/oss/gstossaudio.c: (plugin_init):
5499         * sys/oss/gstosssink.c: (gst_oss_sink_open):
5500         * sys/oss/gstosssrc.c: (gst_oss_src_open):
5501           Post decent (and translated) error message when we can't
5502           open the audio device for some reason.
5503
5504 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
5505
5506         * sys/oss/gstosssink.c:
5507         * sys/oss/gstosssrc.c:
5508         Allow the AUDIODEV environment variable to redirect us
5509         to a different default OSS device, like sunaudiosink does
5510         on Solaris (makes audio play automatically on SunRays).
5511
5512 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
5513
5514         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
5515         * gst/audiofx/audiochebyshevfreqband.c:
5516         (gst_audio_chebyshev_freq_band_transform_ip):
5517         * gst/audiofx/audiochebyshevfreqlimit.c:
5518         (gst_audio_chebyshev_freq_limit_transform_ip):
5519         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
5520         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
5521         The transform_ip() methods should do nothing if in passthrough mode.
5522         It might get non-writable buffers in that case but the buffer might
5523         as well be writable.
5524
5525         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
5526         The transform() methods won't be called in passthrough mode and
5527         otherwise the buffer is always writable so don't check here.
5528
5529 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
5530
5531         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
5532           Fix seeking in .wav files again (#501775).  Some people seem to think
5533           they don't need to test their changes when they're just 'reflowing'
5534           some code.
5535
5536 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5537
5538         * gst/autodetect/gstautovideosink.c:
5539         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
5540         (gst_auto_video_sink_init),
5541         (gst_auto_video_sink_create_element_with_pretty_name),
5542         (gst_auto_video_sink_find_best),
5543         (gst_auto_video_sink_set_property),
5544         (gst_auto_video_sink_get_property):
5545         * gst/autodetect/gstautovideosink.h:
5546         Fix docs.
5547         Use same error reporting code as autoaudiosink.
5548         Add property to filter sinks based on caps. Only select raw video sinks
5549         by default for backwards compat.
5550         API: GstAutoVideoSink::filter-caps
5551
5552 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5553
5554         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
5555
5556         * gst/autodetect/gstautoaudiosink.c:
5557         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
5558         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
5559         (gst_auto_audio_sink_set_property),
5560         (gst_auto_audio_sink_get_property):
5561         * gst/autodetect/gstautoaudiosink.h:
5562         Add property to filter sinks based on caps. Only select raw audio sinks
5563         by default for backwards compat.  Fixes #417420.
5564         API: GstAutoAudioSink::filter-caps
5565
5566 2007-11-29  Michael Smith <msmith@fluendo.com>
5567
5568         Patch by: Arek Korbik <arkadini@gmail.com>
5569
5570         * gst/videobox/gstvideobox.c: (plugin_init):
5571           Initialise liboil in plugin_init()
5572
5573 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
5574
5575         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
5576         Post error before sending EOS. Fixes #499178.
5577
5578 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
5579
5580         * win32/vs6/gst_plugins_good.dsw:
5581         * win32/vs6/libgstpng.dsp:
5582         Add a project file for libgstpng
5583
5584 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
5585
5586         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
5587         (gst_rtp_h263_depay_process):
5588         Code beautification.
5589         Added debug statements.
5590         Don't bit-shift everything, just do operations on last/first byte
5591         instead.
5592
5593 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
5594
5595         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
5596
5597         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
5598         Fix wrong comparison in overrun check. Fixes #499239 some more.
5599
5600 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
5601
5602         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
5603         (gst_rtp_h263_depay_process):
5604         * gst/rtp/gstrtph263depay.h:
5605         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
5606         stream.
5607
5608 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
5609
5610         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
5611
5612         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
5613         (gst_rtp_mp4a_depay_process):
5614         * gst/rtp/gstrtpmp4adepay.h:
5615         Fix depayloading when multiple frames are inside one RTP packet.
5616         Fixes #499239.
5617
5618 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5619
5620         * gst/level/gstlevel.c:
5621           Add GAP-flag support.
5622
5623 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
5624
5625         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
5626         Read the I flag for Mode A h263 rtp stream and set the
5627         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
5628         Fixes #499383
5629
5630 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5631
5632         * gst/level/gstlevel.c:
5633           Remove some dead code and do cleanups.
5634
5635 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5636
5637         * tests/check/pipelines/simple-launch-lines.c:
5638           Improve the tests by allowing to set a target state.
5639
5640 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
5641
5642         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
5643         Don't check the caps of the output buffer if they're equal some
5644         other caps. The caps can change in a backward compatible way
5645         and did at this point.
5646
5647 2007-11-24  Julien MOUTTE  <julien@moutte.net>
5648
5649         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
5650         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
5651         (gst_qtdemux_seek_to_previous_keyframe),
5652         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
5653         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
5654         reverse playback support.
5655
5656 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
5657
5658         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
5659         Also set the channel layout on the Wavpack caps if we're having
5660         a mono layout. Of course only do it for "audio/x-wavpack".
5661
5662 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
5663
5664         * ext/wavpack/gstwavpackcommon.c:
5665         (gst_wavpack_get_default_channel_mask),
5666         (gst_wavpack_set_channel_layout),
5667         (gst_wavpack_get_default_channel_positions),
5668         (gst_wavpack_get_channel_mask_from_positions),
5669         (gst_wavpack_set_channel_mapping):
5670         * ext/wavpack/gstwavpackcommon.h:
5671         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
5672         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
5673         * ext/wavpack/gstwavpackdec.h:
5674         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
5675         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
5676         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
5677         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
5678         (gst_wavpack_enc_rewrite_first_block),
5679         (gst_wavpack_enc_sink_event):
5680         * ext/wavpack/gstwavpackenc.h:
5681         * ext/wavpack/gstwavpackparse.c:
5682         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
5683         (gst_wavpack_parse_scan_to_find_sample),
5684         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
5685         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
5686         * ext/wavpack/gstwavpackparse.h:
5687         Add support for encoding, parsing and decoding multichannel
5688         files with up to 8 channels. This also improves the robustness
5689         of parsing quite a bit.
5690
5691         * ext/wavpack/gstwavpackstreamreader.c:
5692         (gst_wavpack_stream_reader_read_bytes),
5693         (gst_wavpack_stream_reader_get_pos),
5694         (gst_wavpack_stream_reader_set_pos_abs),
5695         (gst_wavpack_stream_reader_set_pos_rel),
5696         (gst_wavpack_stream_reader_push_back_byte),
5697         (gst_wavpack_stream_reader_get_length),
5698         (gst_wavpack_stream_reader_can_seek),
5699         (gst_wavpack_stream_reader_write_bytes):
5700         Improve debugging.
5701
5702 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
5703
5704         * ext/libpng/gstpngdec.c:
5705         * ext/libpng/gstpngdec.h:
5706           Don't release the png-memory from within the callback.
5707
5708 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
5709
5710         Patch by: René Stadler <mail at renestadler dot de>
5711
5712         * ext/libpng/gstpngenc.c:
5713           Don't leak buffer data memory. Fixes #498395.
5714
5715 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
5716
5717         Patch by: René Stadler <mail at renestadler dot de>
5718
5719         * tests/check/pipelines/simple-launch-lines.c:
5720           Tests for #498395.
5721
5722 2007-11-20  Julien MOUTTE  <julien@moutte.net>
5723
5724         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
5725         (gst_tag_lib_mux_adjust_event_offsets):
5726         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
5727         * sys/osxaudio/Makefile.am:
5728         * sys/osxvideo/cocoawindow.h:
5729         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
5730
5731 2007-11-15  David Schleef  <ds@schleef.org>
5732
5733         * ext/cairo/gsttextoverlay.c:
5734           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
5735
5736 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
5737
5738         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
5739
5740         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
5741         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
5742         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
5743         * gst/rtp/gstrtpmp2tpay.h:
5744         Fill the MTU with as many packets as possible. Fixes #491323.
5745
5746 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
5747
5748         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
5749
5750         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
5751         Fix some more leaks. Fixes #497007.
5752
5753 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
5754
5755         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
5756
5757         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
5758         (gst_rtspsrc_stream_configure_tcp):
5759         Fix 3 pad leaks. Fixes #496983.
5760
5761 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
5762
5763         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
5764
5765         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
5766         Fix small leak. Fixes #497017.
5767
5768 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
5769
5770         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
5771         (gst_qtdemux_prepare_current_sample),
5772         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
5773         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
5774         * gst/qtdemux/qtdemux_fourcc.h:
5775         * gst/qtdemux/qtdemux_types.c:
5776         Add suppport for theora in quicktime according to XiphQT.
5777
5778 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
5779
5780         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5781         (gst_v4l2src_init), (gst_v4l2src_set_property),
5782         (gst_v4l2src_get_property):
5783         * sys/v4l2/gstv4l2src.h:
5784         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
5785           Always copy buffers by default (handle safer with bugged drivers)
5786           and added a property to make it possible to use mmap effectively (no
5787           copy if possible) when application wants to. Fixes: #480557.
5788
5789 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
5790
5791         * gst/id3demux/id3tags.c:
5792         * gst/id3demux/id3tags.h:
5793         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
5794           We don't want the same string multiple times in a tag list for the
5795           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
5796           this doesn't happen and remove special-case code for GST_TAG_GENRE.
5797
5798 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
5799
5800         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
5801           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
5802           into ID3v2 TXXX frames (fixes #347848).
5803
5804 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
5805
5806         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
5807           Don't leak sdp message contents (fixes #496773).
5808
5809         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
5810           Don't leak URI string.
5811
5812 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
5813
5814         Patch by: Julien Puydt <julien dot puydt at laposte net>
5815
5816         * ext/raw1394/Makefile.am:
5817         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
5818           (gst_1394_property_probe_get_properties),
5819           (gst_1394_property_probe_probe_property),
5820           (gst_1394_property_probe_needs_probe),
5821           (gst_1394_property_probe_get_values),
5822           (gst_1394_property_probe_interface_init),
5823           (gst_1394_type_add_property_probe_interface):
5824         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
5825         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
5826           (gst_dv1394src_init), (gst_dv1394src_dispose),
5827           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
5828           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
5829           (gst_dv1394src_update_device_name):
5830         * ext/raw1394/gstdv1394src.h:
5831           Implement GstPropertyProbe interface and add "device-name" property,
5832           so applications can use this to probe for available devices in the
5833           same way they can already with v4lsrc and v4l2src (however horrible
5834           this property probe interface may be). Fixes #358841.
5835
5836 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
5837
5838         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
5839
5840         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
5841           (gst_rtspsrc_parse_range):
5842           Don't leak event, don't leak range (fixes #496752).
5843
5844 2007-11-14  Michael Smith <msmith@fluendo.com>
5845
5846         Patch by: Arek Korbik <arkadini@gmail.com>
5847
5848         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
5849           Detect RGBA/BGRA correctly on little endian systems.
5850
5851 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
5852
5853         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
5854           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
5855           corresponding ioctl() call fails even though the driver claims to
5856           support this format, just fall back to the pre-2.6.19 kernel
5857           routine that creates caps with suitable height and width ranges
5858           (see #448278).
5859
5860 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
5861
5862         Patch by: Mark Nauwelaerts <manauw skynet be>
5863
5864         * gst/matroska/matroska-demux.c:
5865           (gst_matroska_demux_push_dvd_clut_change_event),
5866           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5867           (gst_matroska_demux_subtitle_caps):
5868         * gst/matroska/matroska-ids.h:
5869           Extract palette data for dvd subpicture streams and send it
5870           downstream as custom gstreamer dvd event (fixes #453417).
5871
5872 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
5873
5874         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
5875           Implement minimal parsing of the passed pango font description
5876           string, so passing a font size works the same as with the
5877           pango textoverlay plugin; fixes #455086.
5878           (Maybe we could just use pangocairo here at some point).
5879
5880 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
5881
5882         * gst/avi/gstavidemux.c:
5883         * gst/wavparse/gstwavparse.c:
5884           Return the result in _activate_pull(). Don't ref element there.
5885
5886 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
5887
5888         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
5889         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
5890         (gst_wavparse_srcpad_event):
5891           Ref the element when we should, but not when we its not needed. Reflow
5892           the event_handling to not leak the event.       
5893
5894 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
5895
5896         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
5897         (qtdemux_parse_samples):
5898         Properly free QTDemuxSamples array.
5899         Protect table write with a sensible check, some files apparently DO contain
5900         stts values starting with 0 :(
5901
5902 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
5903
5904         * gst/avi/gstavidemux.c:
5905         * gst/qtdemux/qtdemux.c:
5906           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
5907           previous commit messed up.
5908
5909 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
5910
5911         * gst/avi/gstavidemux.c:
5912         * gst/qtdemux/qtdemux.c:
5913           Sync _handle_src_event() with oggdemux. In avidemux also ref the
5914           element when we should, but not when we its not needed.
5915
5916 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
5917
5918         * gst/wavparse/gstwavparse.c:
5919           Return FALSE if we can't handle a query instead of changing the
5920           format. Ignore fact when dealing with mpeg audio.
5921
5922 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
5923
5924         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5925
5926         * configure.ac:
5927         * gst/udp/gstdynudpsink.c:
5928         * gst/udp/gstdynudpsink.h:
5929         * gst/udp/gstmultiudpsink.c:
5930         * gst/udp/gstmultiudpsink.h:
5931         * gst/udp/gstudpsink.c:
5932         * gst/udp/gstudpsink.h:
5933           Fix includes for MSVC and GLib-2.14.0 (#492388).
5934
5935         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5936           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
5937
5938 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
5939
5940         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
5941         (gst_mulawdec_chain):
5942         * gst/law/mulaw-decode.h:
5943         Calculate outgoing buffer duration if incoming buffer didn't have a
5944         valid duration.
5945
5946 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
5947
5948         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
5949         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
5950         Smarter combine_flow code that also deals with downstream elements
5951         returning UNEXPECTED when they receive data out of the segment
5952         boundaries. Fixes #491305.
5953
5954 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
5955
5956         * sys/v4l2/v4l2src_calls.c:
5957           Fix 'unused variable' compiler warning when compiling against
5958           older kernel headers.
5959
5960 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
5961
5962         * ext/taglib/gstid3v2mux.cc (add_funcs):
5963           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
5964
5965 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
5966
5967         * tests/check/pipelines/simple-launch-lines.c:
5968            Improve the tests a little more.
5969
5970 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
5971
5972         patch by: Yun Zheng Hu
5973
5974         * sys/osxaudio/gstosxaudiosrc.c:
5975         Use default input device instead of default output device and
5976         only memcpy actual available bytes.
5977
5978 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
5979
5980         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
5981           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
5982           early. It is temporary until we find something better.
5983
5984 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
5985
5986         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
5987
5988         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
5989         Fix race when pausing a RTSP stream in interleaved.
5990         Fixes #475784.
5991
5992 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
5993
5994         Patch by: Peter Kjellerstedt <pkj at axis com>
5995
5996         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
5997         Use correct unref function for buffers. #488844.
5998
5999 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
6000
6001         * gst/avi/gstavimux.c:
6002         * tests/check/elements/avimux.c:
6003           Add some debug and sync tests with the fix.     
6004
6005 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6006
6007         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
6008
6009         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6010         When the socket is used by the app for other purposes, don't generate an
6011         error if there is activaty on the socket that is not data related.
6012         Fixes #487488.
6013
6014 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6015
6016         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6017         (gst_v4l2src_grab_frame):
6018         Add some more debug info. Generate an error when we run out of buffers
6019         for some reason. See #480557.
6020
6021 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6022
6023         Patch by: Anders Skargren <anders dot skargren at axis dot com>
6024
6025         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
6026         Set marker bit correctly.
6027
6028 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
6029
6030         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6031         Use allowed name for the GstStructure.
6032
6033 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
6034
6035         * ext/gconf/gstswitchsink.c:
6036         * gst/autodetect/gstautoaudiosink.c:
6037           Use new gst_bus_pop_filtered().
6038
6039 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
6040
6041         * sys/v4l2/gstv4l2src.c:
6042         * sys/v4l2/v4l2src_calls.c:
6043           When probing the formats and sizes a camera supports, make
6044           sure the best ones (highest resolution, prefered format)
6045           end up at the beginning of the probed caps and the less
6046           desirable ones at the end.  This is important because the
6047           order within the caps matters for things like fixation and
6048           negotiation, ie. what format is chosen in the end.
6049           With recent kernels, the current probing code will end up
6050           querying the supported sizes from lowest resolution to
6051           highest resolution, adding them to the probed caps in that
6052           order, resulting to v4l2src fixating to the lowest possible
6053           resolution if downstream does not express a size preference.
6054           Also make up a somewhat random ranking of prefered output
6055           formats for the same reason. Fixes #485828.
6056         
6057 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6058
6059         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
6060
6061         * gst/id3demux/id3v2frames.c:
6062           Extract license/copyright URIs from ID3v2 WCOP frames
6063           (Fixes #447000).
6064
6065         * tests/check/elements/id3demux.c:
6066         * tests/files/Makefile.am:
6067         * tests/files/id3-447000-wcop.tag:
6068           Add simple unit test.
6069
6070 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6071
6072         * ext/taglib/gstid3v2mux.cc:
6073           Add support for license/copyright URI tags (ID3v2 WCOP frame).
6074           Prerequisite for #447000.
6075
6076 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6077
6078         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
6079         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
6080         a GstClockTime.
6081
6082 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6083
6084         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
6085         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
6086         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
6087         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
6088         (gst_rtspsrc_change_state):
6089         More seeking fixes, mostly passing around the new playback segment in
6090         order to configure it properly.
6091         Also reset base_time of udp sources when setting them back to PLAYING as
6092         a temporary hack until core supports seek in live sources properly.
6093
6094 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6095
6096         * gst/rtp/gstrtpmp4adepay.c:
6097         Fix caps as to not confuse autopluggers.
6098
6099 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6100
6101         * gst/id3demux/gstid3demux.c:
6102         * gst/id3demux/gstid3demux.h:
6103         * gst/id3demux/id3tags.c:
6104         * gst/id3demux/id3tags.h:
6105         * gst/id3demux/id3v2frames.c:
6106           Port ID3 tag demuxer over to the new GstTagDemux in -base
6107           (now would be a good time to test re-importing your music
6108           collection).
6109
6110 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6111
6112         * gst/apetag/Makefile.am:
6113         * gst/apetag/gstapedemux.c:
6114         * gst/apetag/gstapedemux.h:
6115         * gst/apetag/gsttagdemux.c:
6116         * gst/apetag/gsttagdemux.h:
6117           Port APE tag demuxer over to the new GstTagDemux in -base.
6118
6119 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
6120
6121         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
6122         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
6123         (gst_rtspsrc_handle_internal_src_query),
6124         (gst_rtspsrc_handle_src_query), (new_session_pad),
6125         (gst_rtspsrc_stream_configure_tcp),
6126         (gst_rtspsrc_stream_configure_transport),
6127         (gst_rtspsrc_loop_send_cmd):
6128         Improve flushing behaviour.
6129         Set state of the udp sources to PAUSE/PLAYING correctly.
6130         Handle events and queries for UDP and TCP transport now.
6131
6132 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6133
6134         * gst/rtp/gstrtpgsmdepay.c:
6135         * gst/rtp/gstrtpgsmpay.c:
6136           Add log category.
6137
6138 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6139
6140         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
6141
6142         * tests/check/Makefile.am:
6143         * tests/check/pipelines/simple-launch-lines.c:
6144           Add unit tests for payloaders/depayloaders.
6145
6146 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6147
6148         * gst/avi/gstavimux.c:
6149         * gst/avi/gstavimux.h:
6150           Also save codec data for audio streams. Fixes #482495.
6151
6152 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6153
6154         * gst/avi/gstavimux.c:
6155           Fix "Index entry has invalid stream nr 1".
6156           Add support for muxing aac - work in progress (see #482495).
6157
6158 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6159
6160         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
6161         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
6162         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
6163         * gst/rtsp/gstrtspsrc.h:
6164         Parse bandwidth modifiers, they are not yet configured in the session
6165         manager because we don't have an API for that yet.
6166
6167 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6168
6169         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
6170         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
6171         Use shiny new function in -base to get the default clock-rate.
6172         Update some docs.
6173
6174 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
6175
6176         * win32/MANIFEST:
6177         Add files to win32 manifest.
6178         * win32/vs6/libgstaudiofx.dsp:
6179         * win32/vs6/libgstqtdemux.dsp:
6180         * win32/vs6/libgstrtp.dsp:
6181         * win32/vs6/libgstrtsp.dsp:
6182         Update project files.
6183
6184 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
6185
6186         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
6187         (gst_rtspsrc_play):
6188         * gst/rtsp/gstrtspsrc.h:
6189         In TCP mode, only timestamp the first buffer. TCP is not real time and
6190         it does not make sense to try to skew compensate, also some servers send
6191         the first batch of data in a burst.
6192
6193 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
6194
6195         * gst/matroska/matroska-demux.c:
6196           Fix setting the discont flag on the first buffer
6197           pushed downstream for formats with private codec
6198           data that needs to be deserialised into buffers
6199           (such as vorbis and FLAC when in a matroska container).
6200
6201 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
6202
6203         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
6204
6205         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
6206         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
6207         (gst_rtp_mp4v_pay_handle_buffer):
6208         * gst/rtp/gstrtpmp4vpay.h:
6209         Free the config string. Fixes #480707.
6210         Clean up the timestamp code a little.
6211
6212 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6213
6214         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6215         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
6216         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
6217         * gst/rtsp/gstrtspsrc.h:
6218         Set timestamps on RTP buffers in interleaved mode.
6219         Mark first buffers with a DISCONT.
6220         Remove flush hack now that sync for live sources has been figured out.
6221
6222 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6223
6224         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6225         Update documentation.
6226
6227 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6228
6229         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
6230         (gst_rtp_xqt_depay_change_state):
6231         * gst/qtdemux/gstrtpxqtdepay.h:
6232         Fail if we don't know the quicktime format.
6233
6234 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
6235
6236         * ext/flac/gstflacenc.c:
6237         * ext/flac/gstflacenc.h:
6238           Save the flow return from the last gst_pad_push() and
6239           make sure we pass the right flow return value upstream
6240           in the case of failure; minor clean-ups.
6241
6242 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6243
6244         * ext/taglib/gstapev2mux.cc:
6245         * ext/taglib/gstid3v2mux.cc:
6246         * gst/apetag/gstapedemux.c:
6247           Add support for the new GST_TAG_COMPOSER (#459809).
6248
6249 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6250
6251         * gst/law/alaw-decode.c:
6252         * gst/law/alaw-decode.h:
6253         * gst/law/alaw-encode.c:
6254         * gst/law/alaw-encode.h:
6255         * gst/law/alaw.c:
6256         * gst/law/mulaw-conversion.h:
6257           Compulsive clean-ups: use boilerplate macros, add debug
6258           categories, fix up things to conform to symbol nomenklatura,
6259           etc.
6260
6261 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6262
6263         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
6264
6265         * gst/law/alaw-decode.c:
6266         * gst/law/alaw-encode.c:
6267           Use static tables for A-Law decoding and encoding; this makes
6268           A-Law decoding and encoding less CPU-intensive, but increases
6269           the binary size a bit. Leaving old code around for now,
6270           selectable by a define in the code. Fixes #435435.
6271
6272 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6273
6274         * configure.ac:
6275         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
6276         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
6277         in configure.ac.
6278
6279 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6280
6281         Patch by: Jan Gerber <j at bootlab dot org>
6282
6283         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6284         Add fourccs for MPEG2 HDV streams. Fixes #479960.
6285
6286 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
6287
6288         * sys/oss/gstosshelper.c:
6289           Use GST_WARNING instead of a g_critical. This situation is not caused
6290           by the application.
6291
6292 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6293
6294         * po/LINGUAS:
6295         * po/nl.po:
6296           Updated translations.
6297
6298 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6299
6300         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
6301
6302         * po/eu.po:
6303           Added Basque translation.
6304
6305 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6306
6307         translated by: Abel Cheung <abelcheung@gmail.com>
6308
6309         * po/zh_HK.po:
6310         * po/zh_TW.po:
6311           Added Chinese (traditional and Hong Kong) translation.
6312
6313 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6314
6315         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6316
6317         * po/pl.po:
6318           Added Polish translation.
6319
6320 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6321
6322         translated by: Ilkka Tuohela <hile@iki.fi>
6323
6324         * po/fi.po:
6325           Added Finnish translation.
6326
6327 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6328
6329         translated by: Jorge González González <aloriel@gmail.com>
6330
6331         * po/es.po:
6332           Added Spanish translation.
6333
6334 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6335
6336         translated by: Mogens Jaeger <mogens@jaeger.tf>
6337
6338         * po/da.po:
6339           Added Danish translation.
6340
6341 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6342
6343         translated by: Funda Wang <fundawang@linux.net.cn>
6344
6345         * po/zh_CN.po:
6346           Added Chinese (simplified) translation.
6347
6348 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6349
6350         translated by: Alexander Shopov <ash@contact.bg>
6351
6352         * po/bg.po:
6353           Added Bulgarian translation.
6354
6355 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6356
6357         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
6358         Set outgoing packet duration because we can. Fixes #478244 some more.
6359
6360 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6361
6362         * ext/cairo/gsttextoverlay.c:
6363           Add info about static leak.
6364         
6365         * tests/check/Makefile.am:
6366         * tests/check/generic/states.c:
6367           Improved state change unit test.
6368
6369 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6370
6371         * docs/plugins/.cvsignore:
6372         * tests/check/.cvsignore:
6373           Ignore registries in any format.
6374
6375 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6376
6377         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
6378         Removed some unused code.
6379
6380         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
6381         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
6382         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
6383         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
6384         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
6385         (gst_rtp_theora_pay_flush_packet):
6386         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
6387         Try to preserve the incomming buffer duration on the outgoing
6388         packets. Fixes #478244.
6389
6390 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
6391
6392         * ext/taglib/gstapev2mux.cc:
6393         * ext/taglib/gstid3v2mux.cc:
6394           Work around compiler warnings with g++-4.2 when assigning a
6395           string constant to a gchar * (partially fixes #478092).
6396
6397 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
6398
6399         * configure.ac:
6400           We require core CVS now for gst_base_src_set_do_timestamp().
6401
6402 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6403
6404         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
6405         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6406         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
6407         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
6408         (gst_rtspsrc_handle_message):
6409         Fix compiler warnings shown with Forte.
6410
6411 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6412
6413         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
6414         (gst_rtspsrc_dup_printf):
6415         Give meaningfull error when all streams failed to configure for some
6416         reason.
6417
6418 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6419
6420         * gst/rtp/README:
6421         Update README with the design for synchronisation rules of RTP on
6422         sender and receiver.
6423
6424 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
6425
6426         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
6427         (gst_wavparse_chain):
6428         Don't push EOS from the chain function, the element
6429         driving the pipeline is responsible for this. The bug
6430         this was meant to fix seems to be queue not forwarding
6431         EOS in all cases (see #476514).
6432
6433 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
6434
6435         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
6436         (gst_level_transform_ip):
6437         * gst/level/gstlevel.h:
6438         Use basetransform segment so that it is correctly managed on flushes and
6439         start/stop.
6440         Report message timestamp as stream time, which is what an application
6441         can understand.
6442
6443 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
6444
6445         * ext/taglib/gstapev2mux.cc:
6446         * ext/taglib/gstapev2mux.h:
6447         * ext/taglib/gsttaglibmux.c:
6448         * tests/check/elements/apev2mux.c:
6449         Update my mail address.
6450
6451 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
6452
6453         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
6454         (gst_wavparse_loop), (gst_wavparse_chain):
6455         Add EOS logic for the push-based mode too. Fixes #476514.
6456
6457 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
6458
6459         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
6460         * gst/law/alaw-encode.h:
6461         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
6462         (gst_mulawenc_chain):
6463         * gst/law/mulaw-encode.h:
6464         Fix law encoder timestamps.
6465
6466 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
6467
6468         * ext/gconf/gstgconfaudiosink.c:
6469           Fix warning when building without debug.
6470
6471         * sys/oss/gstossmixertrack.c:
6472           Use const like in alsamixertrack.c (fixes warnings).
6473
6474 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
6475
6476         * sys/v4l2/v4l2src_calls.c:
6477         (gst_v4l2src_probe_caps_for_format_and_size):
6478         Fix framerate detection code some more.
6479         Handle the case where there is a weird step in the stepwise framerates.
6480         Don't overwrite the min interval with the framerate, use a temp variable
6481         instead.
6482         Use max in the Continuous framerate intervals instead of step, which is
6483         1 according to the docs. Fixes #475424.
6484
6485 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
6486
6487         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
6488         Make udpsrc timestamp outgoing buffers based on when they were received.
6489         Also make it output a segment in time.
6490
6491 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
6492
6493         * gst/avi/gstavidemux.c:
6494           Plug a little leak. Little code cleanups.
6495
6496 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
6497
6498         * configure.ac:
6499           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
6500           flac versions, 's good for cross-compilation karma.
6501
6502 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6503
6504         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
6505
6506         * gst/rtp/gstrtph263pay.c:
6507           Fix up header structure so that compilers don't add padding
6508           between the structure fields, since that would lead to us
6509           sending RTP packets with broken headers (as is currently the
6510           case when compiling with MSVC). Also see similar fixes in
6511           libgstrtp in gst-plugins-base. (#474616; #471194)
6512
6513 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
6514
6515         * sys/v4l2/v4l2src_calls.c:
6516         (gst_v4l2src_probe_caps_for_format_and_size):
6517         Don't overwrite our GValue with 0 but instead use the previously
6518         computed value. Fixes #471823 some more.
6519
6520 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
6521
6522         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6523           No tabs in this file please, or gtk-doc will end up documenting
6524           rather absurd class hierarchies.
6525
6526 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
6527
6528         * ext/gconf/gstswitchsink.c:
6529           If the new kid element fails to change state for some reason
6530           (e.g. esdsink not being able to connect to the sound server),
6531           forward the error message it posted on the bus instead of just
6532           posting a generic 'Internal state change error: please file a
6533           bug' error message. Fixes #471364.
6534
6535 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6536
6537         * gst/qtdemux/Makefile.am:
6538         * gst/qtdemux/qtdemux.c:
6539           Don't assume tags are encoded as UTF-8 (#473670).
6540
6541 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6542
6543         * sys/v4l2/gstv4l2src.c:
6544         * sys/v4l2/gstv4l2src.h:
6545         * sys/v4l2/v4l2src_calls.c:
6546           Implement LATENCY queries in the crudest way possible so I don't
6547           have to use sync=false any longer when testing with videosinks.
6548
6549 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6550
6551         * configure.ac:
6552           Fix build.
6553
6554 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
6555
6556         * sys/v4l2/v4l2src_calls.c:
6557         (gst_v4l2src_probe_caps_for_format_and_size):
6558         Add some more debugging in the framerate function.
6559         Iterate stepwise framerate up to and _including_ the max and if nothing
6560         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
6561         don't end up with an empty list. Fixes #471823
6562
6563 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
6564
6565         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
6566         (gst_multiudpsink_set_clients_string),
6567         (gst_multiudpsink_get_clients_string),
6568         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
6569         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
6570         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
6571         (gst_multiudpsink_clear):
6572         Add property do configure destination address/port pairs
6573         API:GstMultiUDPSink::clients
6574
6575 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
6576
6577         * tests/examples/Makefile.am:
6578         * tests/examples/rtp/Makefile.am:
6579         * tests/examples/rtp/client-H263p-AMR.sh:
6580         * tests/examples/rtp/client-H263p-PCMA.sdp:
6581         * tests/examples/rtp/client-H263p-PCMA.sh:
6582         * tests/examples/rtp/client-H264-PCMA.sdp:
6583         * tests/examples/rtp/client-H264-PCMA.sh:
6584         * tests/examples/rtp/client-PCMA.sh:
6585         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
6586         * tests/examples/rtp/server-alsasrc-PCMA.sh:
6587         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
6588         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
6589         Added some RTP example scripts for sending and receiving RTP streams.
6590
6591 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
6592
6593         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
6594         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
6595         Restructure the setcaps function so that we can also compute the
6596         expected GStreamer output size of the video frames.
6597         Set frame_byte_size correctly so that read-based devices have a chance
6598         of working correctly.
6599         When grabbing a frame, discard frames that are not of the expected size.
6600         Some cameras don't output the right framesize for the first buffer.
6601         Try only a couple of times to get a valid frame, else error out.
6602
6603         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
6604         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
6605         Add some more debug info when scanning the device.
6606
6607         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
6608         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
6609         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
6610         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
6611         Add some more debug info when dequeing a frame.
6612
6613 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
6614
6615         * gst/wavparse/gstwavparse.c:
6616           More code cleanups. Add some more comment and improve debugs logs.
6617
6618 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
6619
6620         * gst/wavparse/gstwavparse.c:
6621         * gst/wavparse/gstwavparse.h:
6622           Implement seek-query. Refactor duration calculations. Appropriate use
6623           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
6624           out of loops.
6625
6626 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
6627
6628         * gst/avi/gstavidemux.c:
6629           Implement seek-query.
6630
6631 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
6632
6633         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
6634         (gst_rtspsrc_dup_printf):
6635         Use new basesink async property to make sparse RTCP packet not wait for
6636         preroll.
6637
6638 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
6639
6640         * gst/audiofx/Makefile.am:
6641         Dist the right file.
6642
6643 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
6644
6645         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
6646         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
6647         Make sure we generate and parse floating point values in the POSIX
6648         locale instead of the current locale. 
6649
6650 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
6651
6652         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
6653         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
6654         (gst_rtspsrc_play):
6655         * gst/rtsp/gstrtspsrc.h:
6656         Fix method detection again.
6657         Keep track of when we must send a Range header.
6658         Use segment values for Range, Speed and Scale headers.
6659         Parse Speed and Scale headers to update the segment values.
6660
6661 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
6662
6663         patch by: Mark Nauwelaerts <manauw@skynet.be>
6664
6665         * sys/v4l2/v4l2src_calls.c:
6666           Handle optional v4l2 ioctls gracefully.
6667
6668 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
6669
6670         * gst/rtp/Makefile.am:
6671         * gst/rtp/gstrtp.c: (plugin_init):
6672         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
6673         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
6674         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
6675         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
6676         (gst_rtp_h263_depay_get_property),
6677         (gst_rtp_h263_depay_change_state),
6678         (gst_rtp_h263_depay_plugin_init):
6679         * gst/rtp/gstrtph263depay.h:
6680         Added an H263 depayloader. Fixes #369392.
6681
6682         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
6683         (gst_rtp_h263p_depay_process):
6684         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
6685         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
6686         Make the H263+ pay/depayloader support H263-1998 and H263-2000
6687         payloads.
6688         Also alow plain H263 on the h263p payloaders. Fixes #465040.
6689
6690 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
6691
6692         * gst/audiofx/audiochebyshevfreqband.c:
6693         * gst/audiofx/audiochebyshevfreqlimit.c:
6694         Add small comparision with the windowed sinc filters in the docs.
6695
6696 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
6697
6698         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
6699         (audiochebyshevfreqband_suite):
6700         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
6701         (audiochebyshevfreqlimit_suite):
6702         Also test 32 bit float mode and the type 2 variants of the filters.
6703
6704 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
6705
6706         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
6707         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
6708         (gst_rtspsrc_loop):
6709         Refactor the udp and interleaved loop function a bit.
6710
6711 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
6712
6713         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
6714         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
6715         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
6716         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
6717         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
6718         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
6719         * gst/rtsp/gstrtspsrc.h:
6720         Protect connection activity with a new lock, avoids deadlocks when going
6721         to PAUSED. Fixes #455808.
6722
6723 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
6724
6725         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
6726         Fix debug statement.
6727
6728 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
6729
6730         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
6731         Fix stray %u in debug line as spotted by Saur on IRC.
6732
6733 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
6734
6735         * gst/audiofx/audiochebyshevfreqband.c:
6736         (gst_audio_chebyshev_freq_band_class_init):
6737         * gst/audiofx/audiochebyshevfreqlimit.c:
6738         (gst_audio_chebyshev_freq_limit_class_init):
6739         Use generator macros for the process functions for the different
6740         sample types, add lower upper boundaries for the GObject properties
6741         so automatically generated UIs can use sliders and add a note about
6742         the number of poles as a too high number of poles combined with
6743         very low or very high frequencies will produce only noise.
6744         * docs/plugins/gst-plugins-good-plugins.args:
6745         Regenerated for the property changes.
6746
6747 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
6748
6749         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
6750         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
6751         (gst_rtspsrc_stream_configure_udp_sink),
6752         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
6753         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
6754         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
6755         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
6756         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
6757         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
6758         * gst/rtsp/gstrtspsrc.h:
6759         Improve timeout handling.
6760         Use the same socket for sending and receiving RTCP packets so that some
6761         servers can track clients better.
6762         Improve connection closed handling. Try to reconnect.
6763         Don't overwrite our content base with NULL.
6764         Improve debugging.
6765         Improve range parsing and handling.
6766         Remove flushing hack now that core does the right thing.
6767
6768 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
6769
6770         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
6771         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
6772         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
6773         (gst_multiudpsink_close), (gst_multiudpsink_add):
6774         * gst/udp/gstmultiudpsink.h:
6775         Add support for getting and setting the socket to use.
6776
6777         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
6778         (gst_udpsrc_create), (gst_udpsrc_get_property):
6779         Add support for getting the currently used socket.
6780
6781 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
6782
6783         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6784
6785         * gst/audiofx/Makefile.am:
6786         * gst/audiofx/audiochebyshevfreqband.c:
6787         (gst_audio_chebyshev_freq_band_mode_get_type),
6788         (gst_audio_chebyshev_freq_band_base_init),
6789         (gst_audio_chebyshev_freq_band_dispose),
6790         (gst_audio_chebyshev_freq_band_class_init),
6791         (gst_audio_chebyshev_freq_band_init),
6792         (generate_biquad_coefficients), (calculate_gain),
6793         (generate_coefficients),
6794         (gst_audio_chebyshev_freq_band_set_property),
6795         (gst_audio_chebyshev_freq_band_get_property),
6796         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
6797         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
6798         (gst_audio_chebyshev_freq_band_start):
6799         * gst/audiofx/audiochebyshevfreqband.h:
6800         * gst/audiofx/audiochebyshevfreqlimit.c:
6801         (gst_audio_chebyshev_freq_limit_mode_get_type),
6802         (gst_audio_chebyshev_freq_limit_base_init),
6803         (gst_audio_chebyshev_freq_limit_dispose),
6804         (gst_audio_chebyshev_freq_limit_class_init),
6805         (gst_audio_chebyshev_freq_limit_init),
6806         (generate_biquad_coefficients), (calculate_gain),
6807         (generate_coefficients),
6808         (gst_audio_chebyshev_freq_limit_set_property),
6809         (gst_audio_chebyshev_freq_limit_get_property),
6810         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
6811         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
6812         (gst_audio_chebyshev_freq_limit_start):
6813         * gst/audiofx/audiochebyshevfreqlimit.h:
6814         * gst/audiofx/audiofx.c: (plugin_init):
6815         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
6816         Fixes #464800.
6817
6818         * tests/check/Makefile.am:
6819         * tests/check/elements/.cvsignore:
6820         * tests/check/elements/audiochebyshevfreqband.c:
6821         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
6822         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
6823         * tests/check/elements/audiochebyshevfreqlimit.c:
6824         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
6825         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
6826         Add unit tests for the chebyshev filters.
6827
6828         * docs/plugins/Makefile.am:
6829         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6830         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6831         * docs/plugins/gst-plugins-good-plugins.args:
6832         * docs/plugins/inspect/plugin-1394.xml:
6833         * docs/plugins/inspect/plugin-audiofx.xml:
6834         * docs/plugins/inspect/plugin-dv.xml:
6835         * docs/plugins/inspect/plugin-flac.xml:
6836         * docs/plugins/inspect/plugin-jpeg.xml:
6837         * docs/plugins/inspect/plugin-png.xml:
6838         * docs/plugins/inspect/plugin-rtp.xml:
6839         * docs/plugins/inspect/plugin-shout2send.xml:
6840         * docs/plugins/inspect/plugin-wavpack.xml:
6841         And add docs for the chebyshev filters. While doing
6842         that also run make update in docs/plugins.
6843
6844 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
6845
6846         * ext/annodex/gstcmmltag.c:
6847         * gst/rtp/gstrtpvorbispay.c:
6848           Make ro memory to share.
6849
6850 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
6851
6852         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6853         Improve UDP performance by avoiding a select() when we have data
6854         available immediatly.
6855
6856 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
6857
6858         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
6859         (gst_rtp_dec_class_init):
6860         * gst/rtsp/gstrtpdec.h:
6861         Add (dummy) SSRC management signals.
6862
6863         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
6864         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
6865         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
6866         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
6867         (on_timeout), (gst_rtspsrc_stream_configure_manager),
6868         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
6869         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
6870         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
6871         * gst/rtsp/gstrtspsrc.h:
6872         Add connection-speed property.
6873         Add find_stream helper functions.
6874         Handle stream EOS based on BYE messages or SSRC timeout.
6875         Returns SUCCESS from the state change function as we hide our async
6876         elements from the parent.
6877
6878 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
6879
6880         * gst/debug/rndbuffersize.c:
6881           Fix da leak.
6882
6883 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
6884
6885         * gst/debug/Makefile.am:
6886         * gst/debug/breakmydata.c:
6887         * gst/debug/gstdebug.c:
6888         * gst/debug/negotiation.c:
6889         * gst/debug/progressreport.c:
6890         * gst/debug/rndbuffersize.c:
6891         * gst/debug/testplugin.c:
6892           Add new test element and clean-up the others a little.
6893
6894 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
6895
6896         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
6897         Fix parsing of mp4a version 0 atoms. Fixes #465774.
6898
6899 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
6900
6901         * gst/rtp/gstrtpilbcdepay.c:
6902           Include stdlib.
6903
6904 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
6905
6906         * gst/rtp/gstrtpmpvdepay.c:
6907         Set the mpegversion in the caps so that autoplugging does not get
6908         confused.
6909
6910 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6911
6912         * po/hu.po:
6913         * po/uk.po:
6914         * po/vi.po:
6915           Updated translations.
6916
6917 2007-08-08  Michael Smith <msmith@fluendo.com>
6918
6919         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
6920           Render right border in the correct location.
6921
6922 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
6923
6924         Patch by: Olivier Crete <tester at tester dot ca>
6925
6926         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
6927         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
6928         Make mode property a string. Fixes #464475.
6929
6930 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
6931
6932         * ext/flac/gstflacenc.c:
6933           Widen caps to match decoder a bit and add more FIXMEs.
6934
6935 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
6936
6937         patch by: Mark Nauwelaerts <manauw@skynet.be>
6938
6939         * gst/avi/gstavimux.c:
6940           Fix ODML index tag numbering. Fixes #463624.
6941
6942 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
6943
6944         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
6945         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
6946         (gst_rtspsrc_stream_configure_tcp),
6947         (gst_rtspsrc_stream_configure_udp_sink):
6948         Fix default clock-rate for realmedia.
6949         Fix parsing of transport.
6950         Don't try to link NULL pads.
6951
6952 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
6953
6954         * po/POTFILES.skip:
6955           Add POTFILES.skip with list of source files that aren't disted at the
6956           moment but contain translatable strings. Should hopefully pacify
6957           broken tools and make it clearer that these files are left out
6958           intentionally (#461600).
6959
6960 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
6961
6962         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
6963         If the buffer was entirely clipped ... don't try sending it :)
6964
6965 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
6966
6967         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
6968         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
6969         (gst_rtspsrc_create_transports_string),
6970         (gst_rtspsrc_prepare_transports):
6971         If we don't hav a session manager, set the caps on outgoing buffers
6972         ourselves.
6973         Force PAUSE/PLAY methods for now until the extensions can overwrite.
6974         Append final bit of the transport string even when it does not contain a
6975         placeholder.
6976
6977 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
6978
6979         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
6980         (gst_rtsp_ext_list_connect):
6981         * gst/rtsp/gstrtspext.h:
6982         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
6983         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
6984         Clean up the interface list.
6985         Allow connecting to interface signals for the extensions.
6986         Remove old extension code.
6987         Free list on cleanup.
6988         Allow extensions to send additional RTSP messages.
6989
6990 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
6991
6992         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
6993         Handle a NULL gconf key gracefully by rendering the default element.
6994
6995 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
6996
6997         * gst/rtsp/gstrtspext.h:
6998         Fix include path for extension interface.
6999
7000 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
7001
7002         * gst/audiofx/audioamplify.h:
7003         Also remove a now unecessary variable here.
7004
7005 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
7006
7007         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
7008         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
7009         * gst/audiofx/audiodynamic.c:
7010         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
7011         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
7012         * gst/audiofx/audiodynamic.h:
7013         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
7014         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
7015         * gst/audiofx/audioinvert.h:
7016         Don't save format information ourselves, this is already saved in
7017         GstAudioFilter.
7018
7019 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7020
7021         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
7022         (gst_rtsp_ext_list_stream_select):
7023         * gst/rtsp/gstrtspext.h:
7024         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7025         Use rank to filter out extensions.
7026         Add url to stream_select interface call.
7027
7028 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7029
7030         * gst/rtsp/Makefile.am:
7031         * gst/rtsp/base64.c:
7032         * gst/rtsp/base64.h:
7033         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
7034         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
7035         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
7036         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
7037         (gst_rtsp_ext_list_setup_media),
7038         (gst_rtsp_ext_list_configure_stream),
7039         (gst_rtsp_ext_list_get_transports),
7040         (gst_rtsp_ext_list_stream_select):
7041         * gst/rtsp/gstrtspext.h:
7042         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7043         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7044         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7045         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
7046         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
7047         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
7048         (gst_rtspsrc_stream_configure_tcp),
7049         (gst_rtspsrc_stream_configure_mcast),
7050         (gst_rtspsrc_stream_configure_udp),
7051         (gst_rtspsrc_stream_configure_udp_sink),
7052         (gst_rtspsrc_stream_configure_transport),
7053         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
7054         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
7055         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
7056         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
7057         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
7058         (gst_rtspsrc_parse_methods),
7059         (gst_rtspsrc_create_transports_string),
7060         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
7061         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
7062         (gst_rtspsrc_play), (gst_rtspsrc_pause),
7063         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
7064         * gst/rtsp/gstrtspsrc.h:
7065         * gst/rtsp/rtsp.h:
7066         * gst/rtsp/rtspconnection.c:
7067         * gst/rtsp/rtspconnection.h:
7068         * gst/rtsp/rtspdefs.c:
7069         * gst/rtsp/rtspdefs.h:
7070         * gst/rtsp/rtspext.h:
7071         * gst/rtsp/rtspextwms.c:
7072         * gst/rtsp/rtspextwms.h:
7073         * gst/rtsp/rtspmessage.c:
7074         * gst/rtsp/rtspmessage.h:
7075         * gst/rtsp/rtsprange.c:
7076         * gst/rtsp/rtsprange.h:
7077         * gst/rtsp/rtsptransport.c:
7078         * gst/rtsp/rtsptransport.h:
7079         * gst/rtsp/rtspurl.c:
7080         * gst/rtsp/rtspurl.h:
7081         * gst/rtsp/sdp.h:
7082         * gst/rtsp/sdpmessage.c:
7083         * gst/rtsp/sdpmessage.h:
7084         * gst/rtsp/test.c:
7085         Use shiny new RTSP and SDP library.
7086         Implement RTSP extensions using the new interface.
7087         Remove a lot of old code.
7088
7089 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
7090
7091         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7092         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
7093
7094 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
7095
7096         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7097         Don't unref the outgoing buffer twice when dropping it because it's
7098         outside of the segment.
7099
7100 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
7101
7102         * configure.ac:
7103         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7104         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
7105         Use the new buffer clipping function from gstaudio here and
7106         require gst-plugins-base CVS.
7107         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
7108         For framed Wavpack buffers we require a valid timestamp.
7109
7110 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7111
7112         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
7113         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
7114         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
7115         Clip raw audio and video when we can, keep track of current output
7116         segment.
7117         Don't leak buffers and events when there is no output pad.
7118         Improve debugging here and there.
7119
7120 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7121
7122         * configure.ac:
7123           Sync liboil check with plugins-base.
7124
7125 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7126
7127         * ext/annodex/Makefile.am:
7128           Fix CFLAGS/LIBS.
7129
7130         * ext/cdio/gstcdiocddasrc.c:
7131         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
7132           Include stdlib
7133
7134         * ext/cairo/Makefile.am:
7135         * gst/videofilter/Makefile.am:
7136         * tests/examples/level/Makefile.am:
7137           Use $(LIBM) instead of -lm
7138
7139 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7140
7141         * sys/v4l2/gstv4l2src.c:
7142           Add another example pipeline.
7143
7144 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7145
7146         Patch by: Alexander Eichner <alexeichi@yahoo.de>
7147
7148         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
7149           Use define here.
7150
7151         * sys/v4l2/gstv4l2tuner.c:
7152         (gst_v4l2_tuner_set_frequency_and_notify):
7153           Don't touch the property - its still disabled.
7154
7155         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
7156         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
7157         * sys/v4l2/v4l2src_calls.h:
7158           Improve fallback format negotionation. Fixes #451388
7159
7160 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7161
7162         * tests/check/elements/videocrop.c: (GST_START_TEST):
7163           Fix the test.
7164
7165 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7166
7167         * docs/plugins/Makefile.am:
7168         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7169         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7170         * docs/plugins/inspect/plugin-jpeg.xml:
7171         * docs/plugins/inspect/plugin-png.xml:
7172         * ext/jpeg/gstjpegdec.c:
7173         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
7174         (gst_pngdec_sink_setcaps):
7175           More docs. More logs in pngdec.
7176
7177 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
7178
7179         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
7180           Initialize num_buffers with minimum value.
7181
7182         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
7183         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
7184           Handle frame-size query failure gracefully.
7185
7186 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
7187
7188         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
7189         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
7190         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
7191         of qt/aac files.
7192
7193 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
7194
7195         * ext/wavpack/gstwavpackdec.c:
7196         (gst_wavpack_dec_clip_outgoing_buffer):
7197         Fix buffer clipping to correctly clip to the segment stop.
7198
7199 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7200
7201         * configure.ac:
7202         * tests/Makefile.am:
7203         Remove bogus check for libcheck, since we check for
7204         gstreamer-check and it pulls in the required info from there,
7205         and we weren't actually _using_ the information for libcheck
7206         ourselves anyway.
7207
7208 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
7209
7210         * configure.ac:
7211           Use pkg-config to locate check.
7212
7213 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
7214
7215         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7216         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7217         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
7218         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7219         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
7220         * gst/effectv/gstaging.c: (gst_agingtv_transform):
7221         * gst/effectv/gstdice.c: (gst_dicetv_transform):
7222         * gst/effectv/gstedge.c: (gst_edgetv_transform):
7223         * gst/effectv/gstquark.c: (gst_quarktv_transform):
7224         * gst/effectv/gstrev.c: (gst_revtv_transform):
7225         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
7226         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
7227         * gst/effectv/gstwarp.c: (gst_warptv_transform):
7228         * gst/matroska/matroska-demux.c:
7229         (gst_matroska_demux_add_wvpk_header),
7230         (gst_matroska_demux_check_subtitle_buffer),
7231         (gst_matroska_decode_buffer):
7232         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
7233           Fix build against core CVS.
7234
7235 2007-07-10  Edward Hervey  <bilboed@gmail.com>
7236
7237         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
7238         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
7239         don't have enough granularity to convert that boolean into a
7240         GstFlowReturn.
7241
7242 2007-07-06  Michael Smith <msmith@fluendo.com>
7243
7244         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
7245         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
7246         (gst_alawdec_change_state):
7247         * gst/law/alaw-decode.h:
7248         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
7249         (gst_mulawdec_class_init), (gst_mulawdec_init),
7250         (gst_mulawdec_chain), (gst_mulawdec_change_state):
7251         * gst/law/mulaw-decode.h:
7252           Fix capsnego bogosity in *law decoders. 
7253
7254 2007-07-06  Michael Smith <msmith@fluendo.com>
7255
7256         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
7257         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
7258         (gst_smokeenc_change_state):
7259         * ext/jpeg/gstsmokeenc.h:
7260           Remove stupidity in get/set caps functions.
7261           Fix some refcounting problems.
7262
7263 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
7264
7265         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
7266         Remove endianness-flipping hack that seems to have been required
7267         only because of a bug in ffmpegcolorspace.
7268         Partially Fixes: #451908
7269
7270 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
7271
7272         * docs/plugins/Makefile.am:
7273           Simplify --extra-dir as gtkdoc scans recursively.
7274
7275 2007-07-03  Wim Taymans  <wim@fluendo.com>
7276
7277         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7278
7279         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
7280         Set the encoding-name in the rtp caps to all uppercase, as required by
7281         the caps spec.
7282         Some small cleanups in the error paths. Fixes #453037.
7283
7284 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
7285
7286         * ext/wavpack/gstwavpackparse.c:
7287         (gst_wavpack_parse_index_get_last_entry),
7288         (gst_wavpack_parse_index_get_entry_from_sample),
7289         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
7290         (gst_wavpack_parse_scan_to_find_sample):
7291         * ext/wavpack/gstwavpackparse.h:
7292         Use a GSList for the GArray that is used like a list anyway.
7293
7294 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
7295
7296         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
7297         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
7298         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
7299           Add state change function where we set 0/1 as default framerate in
7300           case our setcaps function isn't called, like it might not in a
7301           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
7302           gdkpixbufdec trying to create caps with a 0/0 framerate.
7303           Also post an error message on the bus if gst_pad_push() fails when
7304           called from our sink event handler (+1 for flow returns for event
7305           functions in 0.11) instead of failing silently.
7306
7307 2007-06-27  Wim Taymans  <wim@fluendo.com>
7308
7309         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
7310         Cast stack args to the proper types. Fixes #451249.
7311
7312 2007-06-27  Wim Taymans  <wim@fluendo.com>
7313
7314         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7315         (new_session_pad), (gst_rtspsrc_setup_streams):
7316         * gst/rtsp/gstrtspsrc.h:
7317         For container formats we only need to activate one of the streams so
7318         that we correctly signal no-more-pads. Fixes #451015.
7319
7320 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
7321
7322         * docs/plugins/gst-plugins-good-plugins.args:
7323         * docs/plugins/inspect/plugin-aasink.xml:
7324         * docs/plugins/inspect/plugin-alaw.xml:
7325         * docs/plugins/inspect/plugin-alpha.xml:
7326         * docs/plugins/inspect/plugin-alphacolor.xml:
7327         * docs/plugins/inspect/plugin-annodex.xml:
7328         * docs/plugins/inspect/plugin-apetag.xml:
7329         * docs/plugins/inspect/plugin-audiofx.xml:
7330         * docs/plugins/inspect/plugin-auparse.xml:
7331         * docs/plugins/inspect/plugin-autodetect.xml:
7332         * docs/plugins/inspect/plugin-avi.xml:
7333         * docs/plugins/inspect/plugin-cacasink.xml:
7334         * docs/plugins/inspect/plugin-cairo.xml:
7335         * docs/plugins/inspect/plugin-cdio.xml:
7336         * docs/plugins/inspect/plugin-cutter.xml:
7337         * docs/plugins/inspect/plugin-debug.xml:
7338         * docs/plugins/inspect/plugin-efence.xml:
7339         * docs/plugins/inspect/plugin-effectv.xml:
7340         * docs/plugins/inspect/plugin-esdsink.xml:
7341         * docs/plugins/inspect/plugin-flac.xml:
7342         * docs/plugins/inspect/plugin-flxdec.xml:
7343         * docs/plugins/inspect/plugin-gconfelements.xml:
7344         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
7345         * docs/plugins/inspect/plugin-goom.xml:
7346         * docs/plugins/inspect/plugin-halelements.xml:
7347         * docs/plugins/inspect/plugin-icydemux.xml:
7348         * docs/plugins/inspect/plugin-id3demux.xml:
7349         * docs/plugins/inspect/plugin-jpeg.xml:
7350         * docs/plugins/inspect/plugin-ladspa.xml:
7351         * docs/plugins/inspect/plugin-level.xml:
7352         * docs/plugins/inspect/plugin-matroska.xml:
7353         * docs/plugins/inspect/plugin-mulaw.xml:
7354         * docs/plugins/inspect/plugin-multipart.xml:
7355         * docs/plugins/inspect/plugin-navigationtest.xml:
7356         * docs/plugins/inspect/plugin-ossaudio.xml:
7357         * docs/plugins/inspect/plugin-png.xml:
7358         * docs/plugins/inspect/plugin-quicktime.xml:
7359         * docs/plugins/inspect/plugin-rtp.xml:
7360         * docs/plugins/inspect/plugin-rtsp.xml:
7361         * docs/plugins/inspect/plugin-smpte.xml:
7362         * docs/plugins/inspect/plugin-speex.xml:
7363         * docs/plugins/inspect/plugin-taglib.xml:
7364         * docs/plugins/inspect/plugin-udp.xml:
7365         * docs/plugins/inspect/plugin-videobalance.xml:
7366         * docs/plugins/inspect/plugin-videobox.xml:
7367         * docs/plugins/inspect/plugin-videocrop.xml:
7368         * docs/plugins/inspect/plugin-videoflip.xml:
7369         * docs/plugins/inspect/plugin-videomixer.xml:
7370         * docs/plugins/inspect/plugin-wavenc.xml:
7371         * docs/plugins/inspect/plugin-wavparse.xml:
7372         * docs/plugins/inspect/plugin-ximagesrc.xml:
7373           Update docs with caps info.
7374
7375 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
7376
7377         * po/POTFILES.in:
7378           Add more files with translatable strings (#450878).
7379
7380 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
7381
7382         * MAINTAINERS:
7383         Updating all the maintainers files
7384
7385 2007-06-22  Edward Hervey  <edward@fluendo.com>
7386
7387         * ext/flac/gstflactag.c: (gst_flac_tag_init):
7388         * gst/interleave/deinterleave.c: (deinterleave_init),
7389         (deinterleave_sink_link):
7390         * gst/interleave/interleave.c: (interleave_init):
7391         * gst/median/gstmedian.c: (gst_median_init):
7392         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
7393         Fix memory leaks.
7394         * tests/check/elements/id3demux.c: (pad_added_cb):
7395         Remove unused variable.
7396
7397 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
7398
7399         * ext/gconf/gconf.h:
7400         Make the prototype of gst_gconf_get_key_for_sink_profile
7401         match the implementation.
7402         Patch by: Damien Carbery <damien dot carbery at sun dot com>
7403         Fixes: #449747
7404
7405 2007-06-20  Michael Smith <msmith@fluendo.com>
7406
7407         * gst/rtp/gstrtpdepay.c:
7408           Fix description - rtpdepay is not a payloader.
7409
7410 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
7411
7412         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
7413         (qtdemux_video_caps):
7414         * gst/qtdemux/qtdemux_fourcc.h:
7415           Add MJPG to the variants of motion jpeg.
7416
7417 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
7418
7419         * tests/check/Makefile.am:
7420         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
7421         * tests/check/elements/videocrop.c: (GST_START_TEST):
7422         * tests/check/elements/videofilter.c:
7423         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
7424         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
7425           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
7426           error flags are included and it errors out on compiler warnings
7427           for CVS builds; remove unused variables in various unit tests.
7428
7429 2007-06-19  Wim Taymans  <wim@fluendo.com>
7430
7431         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
7432         (rtsp_connection_close), (rtsp_connection_free):
7433         Use threadsafe inet_ntop to convert an ip number to a string. 
7434         Fixes #447961.
7435         Don't leak fd (and ip) when freeing a connection without first closing
7436         it.
7437
7438 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
7439
7440         * configure.ac:
7441         Back to CVS
7442
7443         * gst-plugins-good.doap:
7444         Add 0.10.6 to the doap file.
7445
7446 === release 0.10.6 ===
7447
7448 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
7449
7450         * configure.ac:
7451           releasing 0.10.6, "Wobble Board"
7452
7453 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
7454
7455         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
7456         (rtsp_connection_free):
7457           Revert previous commit again, since we are frozen (sorry).
7458
7459 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
7460
7461         Patch by: Peter Kjellerstedt <pkj at axis com>
7462
7463         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
7464         (rtsp_connection_free):
7465           inet_ntoa() uses a static buffer internally, so we need to copy the
7466           returned string if we want to store it for later (#447961).
7467
7468 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
7469
7470         * win32/vs6/autogen.dsp:
7471         * win32/vs6/gst_plugins_good.dsw:
7472         * win32/vs6/libgstalaw.dsp:
7473         * win32/vs6/libgstalpha.dsp:
7474         * win32/vs6/libgstalphacolor.dsp:
7475         * win32/vs6/libgstapetag.dsp:
7476         * win32/vs6/libgstaudiofx.dsp:
7477         * win32/vs6/libgstauparse.dsp:
7478         * win32/vs6/libgstautodetect.dsp:
7479         * win32/vs6/libgstavi.dsp:
7480         * win32/vs6/libgstcutter.dsp:
7481         * win32/vs6/libgstdirectdraw.dsp:
7482         * win32/vs6/libgstdirectsound.dsp:
7483         * win32/vs6/libgsteffectv.dsp:
7484         * win32/vs6/libgstflx.dsp:
7485         * win32/vs6/libgstgoom.dsp:
7486         * win32/vs6/libgsticydemux.dsp:
7487         * win32/vs6/libgstid3demux.dsp:
7488         * win32/vs6/libgstinterleave.dsp:
7489         * win32/vs6/libgstjpeg.dsp:
7490         * win32/vs6/libgstlevel.dsp:
7491         * win32/vs6/libgstmatroska.dsp:
7492         * win32/vs6/libgstmedian.dsp:
7493         * win32/vs6/libgstmonoscope.dsp:
7494         * win32/vs6/libgstmulaw.dsp:
7495         * win32/vs6/libgstmultipart.dsp:
7496         * win32/vs6/libgstqtdemux.dsp:
7497         * win32/vs6/libgstrtp.dsp:
7498         * win32/vs6/libgstrtsp.dsp:
7499         * win32/vs6/libgstsmpte.dsp:
7500         * win32/vs6/libgstspeex.dsp:
7501         * win32/vs6/libgstudp.dsp:
7502         * win32/vs6/libgstvideobalance.dsp:
7503         * win32/vs6/libgstvideobox.dsp:
7504         * win32/vs6/libgstvideocrop.dsp:
7505         * win32/vs6/libgstvideoflip.dsp:
7506         * win32/vs6/libgstvideomixer.dsp:
7507         * win32/vs6/libgstwaveform.dsp:
7508         * win32/vs6/libgstwavenc.dsp:
7509         * win32/vs6/libgstwavparse.dsp:
7510         Mark *.dsp & *.dsw as binary files and convert to DOS line
7511         endings, as they don't load into VS6 correctly otherwise.
7512
7513 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
7514
7515         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7516         (rtsp_connection_connect):
7517         Fix the MingW build. 
7518         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
7519         Fixes: #446981
7520
7521 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
7522
7523         * tests/check/elements/.cvsignore:
7524         * tests/icles/.cvsignore:
7525         Hush the buildbots up
7526
7527 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
7528
7529         * configure.ac:
7530         * sys/Makefile.am:
7531         * sys/directdraw/Makefile.am:
7532         * sys/directsound/Makefile.am:
7533         * sys/waveform/Makefile.am:
7534         Make sure to dist everything needed for win32 builds.
7535
7536 2007-06-14  Edward Hervey  <edward@fluendo.com>
7537
7538         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
7539         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
7540         caps.
7541         Fixes #447458
7542
7543 2007-06-13  Wim Taymans  <wim@fluendo.com>
7544
7545         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
7546         Make sure we allocate enough memory for the codec_data.
7547         Fixes #447210.
7548
7549 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
7550
7551         * win32/MANIFEST:
7552         Add videocrop project file to the win32 manifest.
7553         * win32/vs6/gst_plugins_good.dsw:
7554         Add qtdemux,videocrop and waveform projects to the workspace.
7555         * win32/vs6/libgstqtdemux.dsp:
7556         Add zlib to the link list of qtdemux.
7557         * win32/vs6/libgstvideocrop.dsp:
7558         Add a project file for videocrop.
7559
7560 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
7561
7562         * po/POTFILES.in:
7563         Add qtdemux for translation
7564
7565 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
7566
7567         * configure.ac:
7568         * docs/plugins/Makefile.am:
7569         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7570         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7571         * docs/plugins/inspect/plugin-videocrop.xml:
7572         * gst-plugins-good.spec.in:
7573         * sys/Makefile.am:
7574         * tests/check/Makefile.am:
7575         * tests/icles/Makefile.am:
7576         * tests/icles/videocrop-test.c:
7577         Move videocrop and osxvideo from -bad.
7578
7579 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
7580
7581         * configure.ac:
7582         * docs/plugins/Makefile.am:
7583         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7584         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7585         * docs/plugins/gst-plugins-good-plugins.args:
7586         * docs/plugins/inspect/plugin-qtdemux.xml:
7587         * docs/plugins/inspect/plugin-quicktime.xml:
7588         * win32/MANIFEST:
7589         Move qtdemux from -bad.
7590
7591         * gst-plugins-good.spec.in:
7592         Update spec file to reflect moving of qtdemux and wavpack
7593
7594 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
7595         
7596         * win32/MANIFEST:
7597         * docs/plugins/Makefile.am:
7598         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7599         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7600         * docs/plugins/inspect/plugin-directdraw.xml:
7601         * docs/plugins/inspect/plugin-directsound.xml:
7602         * docs/plugins/inspect/plugin-waveform.xml:
7603         Move the waveform plugin from -bad too. Update the inspect xml
7604         files to mention Plugins Good instead of Plugins Bad.
7605
7606 2007-06-12  Andy Wingo  <wingo@pobox.com>
7607
7608         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
7609         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
7610         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
7611         finalization and resuscitation. No longer public.
7612         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
7613         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
7614         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
7615         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
7616         miniobject semantics, and be threadsafe.
7617         (gst_v4l2src_queue_frame): Remove this function, as we just call
7618         the ioctls directly in the two places where we queue buffers.
7619         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
7620         directly.
7621         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
7622         to allocate the pool, which also preallocates the GstBuffers.
7623         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
7624         queueing the frames directly.
7625         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
7626         mmap buffers have been dequeued.
7627
7628         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
7629         real MiniObject instead of rolling our own refcounting and
7630         finalizing. Give it a lock.
7631         (struct _GstV4l2Buffer): Remove one intermediary object, having
7632         the buffers hold the struct v4l2_buffer directly.
7633
7634         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
7635         capture_init so that it can set them on the buffers that it will
7636         create.
7637         (gst_v4l2src_get_read): For better or for worse, include the
7638         timestamping and offsetting code here; really we should be using
7639         bufferalloc though.
7640         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
7641         preallocated, mmap'd buffers.
7642
7643 2007-06-11  Wim Taymans  <wim@fluendo.com>
7644
7645         Patch by: daniel fischer <dan at f3c dot com>
7646
7647         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
7648         (gst_ximage_src_get_caps):
7649         Actually use the display_name property so that we can dump any
7650         available X display. Fixes #445905.
7651
7652 2007-06-11  Wim Taymans  <wim@fluendo.com>
7653
7654         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7655
7656         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
7657         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
7658         Add missing rate fields to caps. Fixes #441118.
7659
7660 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
7661
7662         * win32/vs6/gst_plugins_good.dsw:
7663         * win32/vs8/gst-plugins-good.sln:
7664         Add DirectSound and DirectDraw sinks project files to
7665         workspace and solution files.
7666
7667 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
7668
7669         Patch by: Josh Coalson <xflac at yahoo dot com>,
7670         updated by Alexis Ballier <aballier at gentoo dot org>:
7671
7672         * configure.ac:
7673         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
7674         (gst_flac_dec_setup_seekable_decoder),
7675         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
7676         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
7677         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
7678         * ext/flac/gstflacdec.h:
7679         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
7680         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
7681         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
7682         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
7683         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
7684         (gst_flac_enc_chain), (gst_flac_enc_set_property),
7685         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
7686         * ext/flac/gstflacenc.h:
7687         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
7688         
7689 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
7690
7691         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
7692         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
7693         not necessary anymore as we need at least that core version. 
7694
7695 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
7696
7697         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7698         (gst_wavpack_dec_chain):
7699         * ext/wavpack/gstwavpackdec.h:
7700         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
7701         (gst_wavpack_parse_push_buffer):
7702         * ext/wavpack/gstwavpackparse.h:
7703         Improve discont handling by checking if the next Wavpack block has
7704         the expected, following block index.
7705
7706 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7707
7708         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
7709           Fix element description.
7710
7711 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7712
7713         * configure.ac:
7714         * docs/plugins/Makefile.am:
7715         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7716         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7717         * docs/plugins/gst-plugins-good-plugins.args:
7718         * docs/plugins/gst-plugins-good-plugins.hierarchy:
7719         * docs/plugins/gst-plugins-good-plugins.signals:
7720         * docs/plugins/inspect/plugin-autodetect.xml:
7721         * docs/plugins/inspect/plugin-gconfelements.xml:
7722         * docs/plugins/inspect/plugin-ladspa.xml:
7723         * docs/plugins/inspect/plugin-rtp.xml:
7724         * docs/plugins/inspect/plugin-wavpack.xml:
7725         * ext/Makefile.am:
7726         * tests/check/Makefile.am:
7727           move wavpack plugin.  See #352605.
7728
7729 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
7730
7731         * configure.ac:
7732         * docs/plugins/Makefile.am:
7733         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7734         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7735         * docs/plugins/gst-plugins-good-plugins.args:
7736         * sys/Makefile.am:
7737         * win32/MANIFEST:
7738         Add DirectDraw & DirectSound plugins to the build and docs.
7739
7740 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
7741
7742         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
7743         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
7744           When operating in pull mode, error out correct on not-linked.
7745
7746 2007-06-06  Andy Wingo  <wingo@pobox.com>
7747
7748         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
7749         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
7750         format and size if the ioctls are defined; should fix compilation
7751         on Linux < 2.16.19.
7752
7753 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
7754
7755         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
7756           Printf fixes in debug statements; use LOG level for debug statements
7757           that are printed for each and every frame; convert c++ comments to
7758           C-style comments; not much point using g_try_malloc() if we then not
7759           even check the return value.
7760
7761 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
7762
7763         * configure.ac:
7764           Bump requirements to released versions (core and base 0.10.13).
7765
7766         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
7767           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
7768           own implementation.
7769
7770 2007-06-05  Andy Wingo  <wingo@pobox.com>
7771
7772         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
7773         some useless comments.
7774
7775         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
7776         frames before calling STREAMON, that might leave them in a state
7777         where they can't be dequeued if we go back to NULL without calling
7778         STREAMON, according to the docs.
7779         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
7780         before we call STREAMON.
7781         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
7782         failures. (For me this code hung.) The pool refcounting is still
7783         crack; added a note to that effect.
7784
7785 2007-06-05  Wim Taymans  <wim@fluendo.com>
7786
7787         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
7788         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
7789         Add support for mapping gst structure names to the MIME type equivalent.
7790         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
7791
7792 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
7793
7794         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
7795         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
7796         (gst_wavenc_chain), (gst_wavenc_change_state):
7797         * gst/wavenc/gstwavenc.h:
7798         Properly write wav files with width!=depth by having the depth most
7799         significant bytes set and all others zero. Fixes #442535.
7800
7801 2007-06-01  Wim Taymans  <wim@fluendo.com>
7802
7803         * gst/rtsp/rtspconnection.c:
7804         Add include to make buildbot happy.
7805
7806 2007-06-01  Wim Taymans  <wim@fluendo.com>
7807
7808         Patch by: Peter Kjellerstedt  <pkj at axis com>
7809
7810         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7811         (rtsp_connection_connect), (add_date_header),
7812         (rtsp_connection_send), (parse_response_status),
7813         (parse_request_line), (parse_line), (rtsp_connection_receive):
7814         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
7815         * gst/rtsp/rtspdefs.h:
7816         * gst/rtsp/rtspmessage.c: (key_value_foreach),
7817         (rtsp_message_init_request), (rtsp_message_init_response),
7818         (rtsp_message_remove_header), (rtsp_message_append_headers),
7819         (rtsp_message_dump):
7820         * gst/rtsp/rtspmessage.h:
7821         Improves version checking, allowing an RTSP server to reply with "505
7822         RTSP Version not supported.
7823         Adds a Date header to all messages.
7824         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
7825         want to be able to send a response even if something in the request was
7826         invalid. EINVAL is only used when passing wrong arguments to functions.
7827         Do not handle an invalid method in parse_request_line(). Defer this to
7828         the caller so it can respond with "405 Method Not Allowed".
7829         Improves parsing of the timeout parameter to the Session header,
7830         allowing whitespace after the semicolon. 
7831         Avoids a compiler warning due to variables shadowing a function argument.
7832
7833 2007-06-01  Wim Taymans  <wim@fluendo.com>
7834
7835         Based on Patch by: Daniel Charles <dcharles at ti dot com>
7836
7837         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
7838         (gst_rtp_amr_depay_process):
7839         * gst/rtp/gstrtpamrdepay.h:
7840         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
7841         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
7842         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
7843         * gst/rtp/gstrtpamrpay.h:
7844         Add support for AMR-WB.
7845         Small cleanups such as using BOILERPLATE.
7846
7847 2007-05-31  Wim Taymans  <wim@fluendo.com>
7848
7849         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
7850         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
7851
7852 2007-05-30  Andy Wingo  <wingo@pobox.com>
7853
7854         * sys/v4l2/gstv4l2object.h: 
7855         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
7856         unintended changes.
7857
7858         * sys/v4l2/v4l2src_calls.h: 
7859         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
7860         the format list in the order that the driver gives it to us.
7861         (gst_v4l2src_probe_caps_for_format_and_size)
7862         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
7863         based on the capabilities of the device.
7864         (gst_v4l2src_grab_frame): Update for object variable renaming.
7865         (gst_v4l2src_set_capture): Update to be strict in its parameters,
7866         as in the set_caps below.
7867         (gst_v4l2src_capture_init): Update for object variable renaming,
7868         and reflow.
7869         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
7870         (gst_v4l2src_capture_deinit): Update for object variable renaming.
7871         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
7872         (gst_v4l2src_get_fps): Remove; these functions don't have much
7873         meaning outside of an atomic set_caps method.
7874         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
7875         known.
7876
7877         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
7878         call to update_fps; not sure about this change.
7879         (gst_v4l2_tuner_set_norm): Work around the fact that for the
7880         moment we don't have an update_fps_func.
7881
7882         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
7883         structures in the object, just store what we need. Do store the
7884         probed caps of the device. Don't store the current frame rate.
7885
7886         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
7887         update_fps_function, for now. Update for new object variable
7888         naming.
7889         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
7890         new object variable naming.
7891         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
7892         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
7893         (gst_v4l2src_get_caps): Rework to probe the device for supported
7894         frame sizes and frame rates.
7895         (gst_v4l2src_set_caps): Rework to be strict in the given
7896         parameters: if someone asks us to have a certain size and rate,
7897         that is what we configure.
7898         (gst_v4l2src_get_read): Update for object variable naming. Don't
7899         leak buffers on short reads.
7900         (gst_v4l2src_get_mmap): Update for object variable naming, and add
7901         comments.
7902         (gst_v4l2src_create): Update for object variable naming.
7903
7904 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
7905
7906         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
7907         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
7908         * gst/avi/gstavidemux.h:
7909           Parse subtitle text streams instead of erroring out (#442034). Still
7910           needs a parser for the subtitles to actually show up.
7911
7912 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
7913
7914         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
7915         (gst_avi_demux_loop):
7916           Make _push_event() return TRUE if the event could be pushed on at
7917           least one pad and not only if it could be pushed on all pads,
7918           otherwise we'll end up posting an error message on EOS if one or
7919           more source pads are not connected.
7920
7921 2007-05-28  Wim Taymans  <wim@fluendo.com>
7922
7923         * gst/rtsp/rtsptransport.c:
7924         Use renamed RTP bin.
7925
7926 2007-05-28  Wim Taymans  <wim@fluendo.com>
7927
7928         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
7929
7930         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
7931         (gst_video_box_set_property), (gst_video_box_transform_caps),
7932         (video_box_recalc_transform), (gst_video_box_set_caps),
7933         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
7934         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
7935         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
7936         (gst_video_box_i420_i420), (gst_video_box_transform),
7937         (plugin_init):
7938         Add AYUV->AYUV and AYUV->I420 formats. 
7939         Fix negotiation and I420->AYUV conversion.
7940         Fixes #429329.
7941
7942 2007-05-26  Wim Taymans  <wim@fluendo.com>
7943
7944         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
7945         Use different variables for nested for loops so that the outer loop
7946         functions properly and speex files with multiple frames per buffer work
7947         properly.
7948         Fixes #441408.
7949
7950 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
7951
7952         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
7953           Don't leak newsegment events.
7954
7955 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
7956
7957         * gst/wavparse/Makefile.am:
7958           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
7959           drags it in.
7960
7961 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
7962
7963         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
7964         (notgst_value_array_append_buffer),
7965         (gst_flac_enc_process_stream_headers),
7966         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
7967         (gst_flac_enc_change_state):
7968         * ext/flac/gstflacenc.h:
7969           Collect headers, add "streamheader" field to output caps and set
7970           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
7971           produces output according to the official FLAC-to-Ogg mapping
7972           instead of completely broken files. Fixes #426044.
7973
7974 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
7975
7976         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
7977         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
7978         (gst_id3demux_sink_event):
7979         * gst/id3demux/gstid3demux.h:
7980         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
7981         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
7982         (gst_tag_demux_send_new_segment):
7983         Handle and adjust new-segment events so that downstream really
7984         sees a stream with the tag pieces stripped off the front and back.
7985         Fixes strangeness in seeking when mp3 decoders use the new-segment
7986         byte position to estimate their current playback position timestamp
7987         and then the arriving buffers don't match up.
7988
7989 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
7990
7991         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
7992           Don't unnecessarily perform a READY->NULL->READY transition on the
7993           detected audio sink when starting up. Fixes: #440127
7994
7995 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
7996
7997         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
7998         (gst_flac_enc_chain):
7999           Don't crash in chain function if setcaps hasn't been called.
8000
8001 2007-05-24  Wim Taymans  <wim@fluendo.com>
8002
8003         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
8004         Init value to avoid infinte loops.
8005
8006 2007-05-24  Wim Taymans  <wim@fluendo.com>
8007
8008         Patch by: Peter Kjellerstedt  <pkj at axis com>
8009
8010         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
8011         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
8012         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
8013         (gst_rtspsrc_play):
8014         (rtsp_connection_send), (rtsp_connection_receive):
8015         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
8016         Fix for new API.
8017
8018         * gst/rtsp/rtspconnection.c: (add_auth_header),
8019         Only add authorisation and session headers when sending messages.
8020
8021         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
8022         (rtsp_message_init_request), (rtsp_message_init_response),
8023         (rtsp_message_unset), (rtsp_message_add_header),
8024         (rtsp_message_remove_header), (rtsp_message_get_header),
8025         (rtsp_message_append_headers), (dump_key_value),
8026         (rtsp_message_dump):
8027         * gst/rtsp/rtspmessage.h:
8028         Add support for multiple headers of the same type by storing the parsed
8029         headers in a GArray instaed of a hashtable.
8030
8031 2007-05-21  Wim Taymans  <wim@fluendo.com>
8032
8033         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
8034         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
8035         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
8036         safer shutdown.
8037
8038 2007-05-21  Wim Taymans  <wim@fluendo.com>
8039
8040         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
8041         * gst/rtsp/gstrtpdec.h:
8042         Added signal for backwards compat.
8043
8044 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
8045         
8046         Patch by: René Stadler <mail at renestadler dot de>
8047
8048         * configure.ac:
8049         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
8050         (gst_au_parse_parse_header), (gst_au_parse_chain):
8051         * gst/auparse/gstauparse.h:
8052         Use audioconvert for converting from non-native endianness floats
8053         in auparse instead of doing it ourself. Fixes #424527.
8054         This needs the audioconvert from plugins-base CVS.
8055         
8056 2007-05-21  Wim Taymans  <wim@fluendo.com>
8057
8058         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8059         (gst_rtp_h263p_pay_flush):
8060         Fix enum registration.
8061
8062 2007-05-21  Wim Taymans  <wim@fluendo.com>
8063
8064         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
8065
8066         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8067         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
8068         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
8069         (gst_rtp_h263p_pay_flush):
8070         * gst/rtp/gstrtph263ppay.h:
8071         Add new fragmentation mode base on GOB headers. Fixes #438940.
8072
8073 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
8074
8075         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
8076           Printf format fix.
8077
8078 2007-05-18  Wim Taymans  <wim@fluendo.com>
8079
8080         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8081         Don't crash when an unsupported transport error was returned by the
8082         server, just try to configure the next stream. Fixes #439255.
8083
8084 2007-05-18  Wim Taymans  <wim@fluendo.com>
8085
8086         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8087         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8088         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
8089         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8090         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
8091         * gst/rtsp/gstrtspsrc.h:
8092         Add TCP timeout property and use it for all TCP connection.
8093
8094         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8095         (rtsp_connection_write), (rtsp_connection_next_timeout),
8096         (rtsp_connection_reset_timeout):
8097         Make connect and writes cancelable and make them use the timeout.
8098
8099 2007-05-18  Wim Taymans  <wim@fluendo.com>
8100
8101         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
8102         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8103         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8104         (gst_rtspsrc_setup_streams):
8105         Refactor timeout handling.
8106         Also send keep-alive when dealing with TCP transport.
8107
8108         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8109         (rtsp_connection_free), (rtsp_connection_next_timeout),
8110         (rtsp_connection_reset_timeout):
8111         * gst/rtsp/rtspconnection.h:
8112         Use a timer to handle the session timeouts, add some methods to deal
8113         with timeouts.
8114
8115 2007-05-17  Wim Taymans  <wim@fluendo.com>
8116
8117         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
8118         (gst_rtspsrc_setup_streams):
8119         Ignore streams that fail the setup command, we will retry with a
8120         different transport later on.
8121
8122         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
8123         (rtsp_ext_wms_configure_stream):
8124         Fix encoding name case.
8125
8126 2007-05-16  Edward Hervey  <edward@fluendo.com>
8127
8128         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
8129         Fix build on macosx.
8130
8131 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
8132
8133         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
8134         Replace direct comparison of a string with the string literal "" with
8135         a comparison of the first character with '\0'. Fixes #438926.
8136
8137 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8138
8139         * gst/debug/breakmydata.c (gst_break_my_data_init):
8140           One more try. This should be the proper fix now.
8141
8142 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8143
8144         * gst/debug/breakmydata.c:
8145           Ooops, no // comments please.
8146
8147 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8148
8149         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
8150         (gst_break_my_data_init):
8151           Fix gst_buffer_is_writable() assertion.
8152
8153 2007-05-14  David Schleef  <ds@schleef.org>
8154
8155         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
8156           video/x-raw-bayer.  Fixes #314160.
8157
8158 2007-05-14  Wim Taymans  <wim@fluendo.com>
8159
8160         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
8161         (gst_rtp_theora_depay_parse_configuration):
8162         * gst/rtp/gstrtptheorapay.c: (encode_base64),
8163         (gst_rtp_theora_pay_finish_headers),
8164         (gst_rtp_theora_pay_handle_buffer):
8165         Update theora pay/depayloader in a similar to vorbis.
8166
8167         * gst/rtp/gstrtpvorbisdepay.c:
8168         (gst_rtp_vorbis_depay_parse_configuration):
8169         Update docs.
8170
8171 2007-05-14  Wim Taymans  <wim@fluendo.com>
8172
8173         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
8174         When we try to execute a method that is not supported by the server,
8175         don't error out but remove the method from the accepted methods so that
8176         we never try to perform this method again.
8177
8178 2007-05-14  Wim Taymans  <wim@fluendo.com>
8179
8180         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
8181         Remove annoying _dump_mem.
8182
8183 2007-05-14  Wim Taymans  <wim@fluendo.com>
8184
8185         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
8186         Parse range correctly.
8187
8188         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
8189         The baseurl now always has a '/' at the start.
8190
8191 2007-05-14  Wim Taymans  <wim@fluendo.com>
8192
8193         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
8194         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
8195         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
8196         Factor out caps configuration and configure more stuff such as the time
8197         ranges and speed/scale values.
8198
8199         * gst/rtsp/rtsptransport.c:
8200         Add Copyright after non-trival fixes.
8201
8202 2007-05-12  Wim Taymans  <wim@fluendo.com>
8203
8204         Patch by: Peter Kjellerstedt  <pkj at axis com>
8205
8206         * gst/rtsp/gstrtspsrc.h:
8207         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
8208         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
8209         (rtsp_message_get_header):
8210         * gst/rtsp/rtspmessage.h:
8211         Make channel guint8 where possible.
8212         Make rtsp_message_init_data() take the channel as a guint8.
8213
8214         * gst/rtsp/rtspdefs.c:
8215         Fixed a typo: Timout -> Timeout
8216
8217         * gst/rtsp/rtspdefs.h:
8218         Make RTSP_CHECK() behave as a statement.
8219
8220         * gst/rtsp/sdpmessage.c:
8221         Avoid a compiler warning in INIT_ARRAY().
8222         Fixes #437692.
8223
8224 2007-05-12  Wim Taymans  <wim@fluendo.com>
8225
8226         Patch by: Peter Kjellerstedt  <pkj at axis com>
8227
8228         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
8229         (rtsp_url_get_request_uri):
8230         * gst/rtsp/rtspurl.h:
8231         Add support for query parameters to RTSP URLs.
8232
8233 2007-05-12  Wim Taymans  <wim@fluendo.com>
8234
8235         Patch by: Peter Kjellerstedt  <pkj at axis com>
8236
8237         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
8238         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
8239         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
8240         (rtsp_transport_parse), (rtsp_transport_as_text):
8241         * gst/rtsp/rtsptransport.h:
8242         Add validation to rtsp_transport_parse().
8243         Add rtsp_transport_as_text() to generate an RTSP header from an
8244         RTSPTransport.
8245         Change ssrc to guint (was a string) since that is what it is, even
8246         though it is sent as a hex string.
8247         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
8248         incorrect, which can be seen when looking at the examples in the RFC).
8249         Fixes #437670.
8250
8251 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
8252
8253         Patch by: Eric Anholt
8254
8255         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
8256           gst_ximage_src_ximage_get):
8257         Use union of all damage between frames to make it faster.
8258         Fixes bug #342463.
8259         Also fix crasher when cursor is at bottom right of window.
8260
8261 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
8262
8263         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
8264           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
8265           streaming mode regression for file from #343837 with 'bext' chunk
8266           before the 'fmt' chunk.
8267
8268 2007-05-11  Wim Taymans  <wim@fluendo.com>
8269
8270         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
8271         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
8272         (gst_rtspsrc_handle_src_event),
8273         (gst_rtspsrc_stream_configure_manager),
8274         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
8275         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
8276         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
8277         * gst/rtsp/gstrtspsrc.h:
8278         * gst/rtsp/rtspdefs.h:
8279         Preliminary seek support.
8280         Activate internal pads so that we can receive events on them.
8281         Don't try to parse a range string when it's NULL.
8282
8283 2007-05-11  Wim Taymans  <wim@fluendo.com>
8284
8285         * gst/rtp/README:
8286         Update README with new RTP variables that will be used for
8287         synchronisation.
8288
8289         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
8290         (gst_rtp_vorbis_depay_parse_configuration),
8291         (gst_rtp_vorbis_depay_process):
8292         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
8293         (gst_rtp_vorbis_pay_finish_headers),
8294         (gst_rtp_vorbis_pay_handle_buffer):
8295         Update vorbis pay and depayloader to draft-04.
8296
8297 2007-05-11  Wim Taymans  <wim@fluendo.com>
8298
8299         * gst/rtsp/rtsptransport.c:
8300         UDP MCAST is actually the default for RTP/AVP.
8301 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
8302
8303         * gst/level/gstlevel.c: (gst_level_transform_ip):
8304         Use guint8 * instead of gpointer then vs6 can build 
8305         in_data += (filter->width / 8).
8306
8307 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
8308
8309         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
8310           gst_ximage_src_ximage_get):
8311         * sys/ximage/gstximagesrc.h (last_ximage):
8312         When using Damage actually keep the last frame, and not assume
8313         that the buffer we get already has the last frame on it.
8314         Copy the cursor over if we specify a non-zero start x and
8315         start y.
8316
8317 2007-05-11  Wim Taymans  <wim@fluendo.com>
8318
8319         * gst/rtsp/rtsptransport.c:
8320         Make UDP the default transport when not specified.
8321
8322 2007-05-09  David Schleef  <ds@schleef.org>
8323
8324         * gst/level/gstlevel.c:
8325           Revert last change.
8326
8327 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
8328
8329         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
8330         (gst_level_transform_ip):
8331         Use guint8 * instead of gpointer then vs6 know the size of data
8332         pointed when moving the pointer.
8333         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
8334         Move instructions after variables declaration.
8335         * win32/vs6/autogen.dsp:
8336         * win32/vs6/libgstrtp.dsp:
8337         * win32/vs6/libgstrtsp.dsp:
8338         Update vs6 project files.
8339
8340 2007-05-09  Wim Taymans  <wim@fluendo.com>
8341
8342         * gst/rtsp/Makefile.am:
8343         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
8344         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
8345         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
8346         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
8347         (rtsp_range_free):
8348         * gst/rtsp/rtsprange.h:
8349         Add code to parse time ranges.
8350         Report DURATION on the stream when possible.
8351
8352 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
8353
8354         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
8355         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
8356         (gst_videomixer_collected):
8357           Fix strides calculation for AYUV (it's just width*4) (#436910).
8358
8359 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
8360
8361         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
8362         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
8363         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
8364         Sync the GObject properties before each processing step to properly
8365         work with the controller.
8366
8367 2007-05-04  Wim Taymans  <wim@fluendo.com>
8368
8369         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
8370         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8371         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
8372         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
8373         (gst_rtspsrc_change_state):
8374         Let more error state trickle down so that we can catch more error
8375         cases.
8376         Handle keep-alive a little smarter by selecting a method the server
8377         actually supports.
8378         Fix a race in UDP streaming shutdown.
8379
8380 2007-05-04  Wim Taymans  <wim@fluendo.com>
8381
8382         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
8383         Ignore errors when trying to use the keep-alive messages.
8384
8385 2007-05-04  Wim Taymans  <wim@fluendo.com>
8386
8387         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
8388         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
8389         (gst_rtspsrc_stream_configure_manager),
8390         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
8391         (gst_rtspsrc_stream_configure_mcast),
8392         (gst_rtspsrc_stream_configure_udp),
8393         (gst_rtspsrc_stream_configure_udp_sink),
8394         (gst_rtspsrc_stream_configure_transport):
8395         Send RTCP messages back to the server over the TCP connection.
8396
8397         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
8398         (rtsp_connection_send), (rtsp_connection_read), (read_body),
8399         (rtsp_connection_receive):
8400         * gst/rtsp/rtspconnection.h:
8401         Factor out and expose lowlevel _write and _read methods.
8402         Implement sending data messages to the server.
8403
8404 2007-05-03  Wim Taymans  <wim@fluendo.com>
8405
8406         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
8407         (gst_multipart_mux_collected):
8408         Fix timestamps on outgoing buffers.
8409
8410 2007-05-03  Wim Taymans  <wim@fluendo.com>
8411
8412         * gst/multipart/multipartmux.c:
8413         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
8414         (gst_multipart_mux_change_state):
8415         Emit NEWSEGMENT events before pushing the first buffer.
8416
8417 2007-05-03  Wim Taymans  <wim@fluendo.com>
8418
8419         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
8420         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
8421         (gst_rtspsrc_handle_src_query),
8422         (gst_rtspsrc_stream_configure_manager),
8423         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
8424         (gst_rtspsrc_stream_configure_mcast),
8425         (gst_rtspsrc_stream_configure_udp),
8426         (gst_rtspsrc_stream_configure_udp_sink),
8427         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
8428         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
8429         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
8430         (gst_rtspsrc_pause):
8431         Refactor transport configuration code.
8432         Create internal pads for TCP transport so that we can implement events
8433         and queries.
8434         Handle events and queries.
8435         Parse range from the SDP.
8436         Fix race in pause handler where the connection could still be flushing.
8437
8438 2007-05-02  Wim Taymans  <wim@fluendo.com>
8439
8440         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8441         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
8442         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
8443         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
8444         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
8445         (gst_rtspsrc_change_state):
8446         * gst/rtsp/gstrtspsrc.h:
8447         Fix race when multiple udp sources post timeouts, just act on the first
8448         received timeout.
8449         Protect stream list with a recursive lock to fix some races.
8450         Flush connection when we need to do a reconnect or stop.
8451         Make state lock recursive.
8452
8453         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8454         (rtsp_connection_close):
8455         Some small cleanups.
8456
8457 2007-05-02  Wim Taymans  <wim@fluendo.com>
8458
8459         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8460         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
8461         Only set DISCONT when there actually is a discont or when we just
8462         started.
8463
8464 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
8465
8466         * ext/flac/gstflac.c: (plugin_init):
8467         Call bindtextdomain() to get localized strings.
8468
8469 2007-05-02  Wim Taymans  <wim@fluendo.com>
8470
8471         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8472         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
8473         (gst_wavparse_stream_data):
8474         * gst/wavparse/gstwavparse.h:
8475         Be a bit more clever when dealing with VBR files with FACT tags, we
8476         don't want to timestamp buffers in that case but the estimated BPS can
8477         be used for seeking.
8478         Only send close segment in the streaming thread.
8479
8480 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
8481
8482         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
8483         Correctly post an error on the bus if something went wrong in the loop
8484         function. This fixes a few cases where the task was paused and nothing
8485         happened anymore.
8486
8487 2007-05-02  Wim Taymans  <wim@fluendo.com>
8488
8489         * gst/rtsp/test.c: (main):
8490         Fix compilation of deprecated test just because I'm too lazy to delete
8491         it.
8492
8493 2007-05-02  Wim Taymans  <wim@fluendo.com>
8494
8495         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8496         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
8497         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
8498         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
8499         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
8500         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
8501         * gst/rtsp/gstrtspsrc.h:
8502         Fix sending RTCP to the right place.
8503         Fix bug in reffing the wrong UDP element.
8504         Use new pad names for the session manager.
8505         Implement handling server requests in interleaved and UDP modes.
8506         Handle session keep-alive in UDP modes.
8507         Remove GCond for handling UDP timeouts.
8508
8509         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8510         (rtsp_connection_send), (rtsp_connection_read), (read_body),
8511         (rtsp_connection_receive), (rtsp_connection_close):
8512         * gst/rtsp/rtspconnection.h:
8513         Store connection IP address for later.
8514         Add timeout args to all operations that might block forever.
8515         Parse session timeout.
8516         Only close sockets when not already closed.
8517
8518         * gst/rtsp/rtspdefs.c:
8519         * gst/rtsp/rtspdefs.h:
8520         Add timeout return value and error string.
8521
8522         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
8523         Add small comment.
8524
8525 2007-05-01  Wim Taymans  <wim@fluendo.com>
8526
8527         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8528
8529         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
8530         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
8531         * gst/rtp/gstrtpmp4vpay.h:
8532         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
8533
8534 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
8535
8536         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8537           Remove v4l2src from docs, since it breaks the docs build, and the
8538           plugin is only built if --enable-experimental is used anyway.
8539
8540         * docs/plugins/Makefile.am:
8541           Spaces => tab.
8542
8543 2007-04-29  Wim Taymans  <wim@fluendo.com>
8544
8545         * gst/udp/gstmultiudpsink.c: (leave_multicast),
8546         (gst_multiudpsink_add), (gst_multiudpsink_remove):
8547         Add code to drop membership of a multicast group.
8548
8549         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
8550         (gst_udpsink_set_uri):
8551         Implement URI handler.
8552
8553         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
8554         (gst_rtspsrc_parse_rtpinfo):
8555         Use URI handler to make udpsink instace.
8556         Improve code to configure port and destination.
8557
8558 2007-04-29  Wim Taymans  <wim@fluendo.com>
8559
8560         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
8561         Fix multicast detection.
8562         Don't try to join a multicast group if the address is not multicast.
8563
8564         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
8565         Small debug improvement.
8566
8567 2007-04-27  Wim Taymans  <wim@fluendo.com>
8568
8569         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
8570         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
8571         (gst_rtspsrc_handle_message):
8572         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
8573         parent.
8574
8575 2007-04-27  Wim Taymans  <wim@fluendo.com>
8576
8577         * gst/rtp/gstrtpilbcdepay.h:
8578         Fix mode property when specified as an arg.
8579
8580 2007-04-26  Edward Hervey  <edward@fluendo.com>
8581
8582         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8583         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8584         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8585         * docs/plugins/inspect/plugin-osxaudio.xml:
8586         Add documentation for osxaudio plugin.
8587
8588 2007-04-26  Wim Taymans  <wim@fluendo.com>
8589
8590         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8591         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
8592         (gst_rtspsrc_open), (gst_rtspsrc_close),
8593         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
8594         (gst_rtspsrc_pause):
8595         * gst/rtsp/gstrtspsrc.h:
8596         Protect state changes with a lock.
8597
8598         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8599         (parse_line):
8600         * gst/rtsp/rtspconnection.h:
8601         Remove some unused stuff.
8602
8603 2007-04-26  Wim Taymans  <wim@fluendo.com>
8604
8605         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8606         Handle the case where there are exactly 0 bytes to read and the ioctl
8607         did not report an error. Fixes #433530.
8608
8609 2007-04-26  Wim Taymans  <wim@fluendo.com>
8610
8611         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8612         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
8613         * gst/wavparse/gstwavparse.h:
8614         Apply DISCONT to buffers.
8615         Only apply timestamp to the first sample after a DISCONT, too many VBR
8616         files cause random jitter in the timestamps. Fixes #433119.
8617
8618 2007-04-25  Wim Taymans  <wim@fluendo.com>
8619
8620         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
8621         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
8622         (gst_rtp_dec_get_property):
8623         * gst/rtsp/gstrtpdec.h:
8624         Add dummy latency property to be backwards compat with rtpbin.
8625
8626         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8627         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8628         (gst_rtspsrc_stream_configure_transport),
8629         (gst_rtspsrc_parse_rtpinfo):
8630         * gst/rtsp/gstrtspsrc.h:
8631         Add latency property and configure in the session manager.
8632         Don't set invalid clock-base and seqnum-base on caps, some servers
8633         sometimes don't send them.
8634
8635 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
8636
8637         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
8638         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
8639           Double-check that RGB input caps are really RGBA caps (apparently
8640           the core doesn't always catch it if those caps aren't a subset of
8641           our template caps, also see #421543). Fixes #429319 in a way.
8642           Also, don't leak the pad template in the transform_caps function.
8643
8644         * tests/check/Makefile.am:
8645         * tests/check/elements/.cvsignore:
8646         * tests/check/elements/alphacolor.c: (setup_alphacolor),
8647         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
8648         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
8649         (GST_START_TEST), (alphacolor_suite):
8650           Add some basic unit tests for alphacolor.
8651
8652 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
8653
8654         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
8655           If we get a fatal flow return in the loop function, first post the
8656           error message and only then send the EOS event downstream, otherwise
8657           applications might get an eos message before the error message and
8658           think everything was ok (related to #429319).
8659
8660 2007-04-25  Wim Taymans  <wim@fluendo.com>
8661
8662         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
8663         Read the channel byte as an unsigned byte.
8664
8665 2007-04-25  Wim Taymans  <wim@fluendo.com>
8666
8667         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
8668         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
8669         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
8670         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
8671         (gst_rtp_gsm_depay_setcaps):
8672         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
8673         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
8674         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
8675         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
8676         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
8677         (gst_ilbc_depay_get_property):
8678         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
8679         * gst/rtp/gstrtpmp4adepay.c:
8680         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
8681         (gst_rtp_pcma_depay_setcaps):
8682         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
8683         (gst_rtp_pcmu_depay_setcaps):
8684         Make sure we configure the clock_rate in the baseclass in the setcaps
8685         function. Fixes #431282.
8686
8687 2007-04-25  Wim Taymans  <wim@fluendo.com>
8688
8689         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
8690         (gst_rtspsrc_stream_free), (request_pt_map),
8691         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
8692         * gst/rtsp/gstrtspsrc.h:
8693         Parse server address from SDP.
8694         Hook up a udpsink to send RTCP back to the server.
8695
8696         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8697         * gst/rtsp/rtsptransport.h:
8698         Add some docs.
8699
8700 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
8701
8702         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
8703           Make header field check conditional. Fixes #433135
8704
8705 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
8706
8707         * docs/plugins/Makefile.am:
8708         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8709         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8710         * docs/plugins/inspect/plugin-alphacolor.xml:
8711         * gst/alpha/Makefile.am:
8712         * gst/alpha/gstalphacolor.c:
8713         * gst/alpha/gstalphacolor.h:
8714           Add minimal docs blurb to alphacolor; split out headers into
8715           separate header file for gtk-doc.
8716
8717 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
8718
8719         * gst/debug/progressreport.c: (gst_progress_report_report):
8720           Don't try to post NULL message (in case we can't query upstream
8721           position or duration).
8722
8723 2007-04-18  Michael Smith  <msmith@fluendo.com>
8724
8725         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
8726         (gst_cutter_get_caps):
8727         * gst/cutter/gstcutter.h:
8728           Fix some of the most obvious bugs in cutter. Now doesn't leak
8729           everything if input is silent.
8730
8731 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
8732
8733         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
8734         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
8735         * gst/wavenc/gstwavenc.h:
8736         Wav apparently only supports width==GST_ROUND_UP(depth), everything
8737         else results in a invalid block align and invalid files.
8738
8739 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
8740
8741         Patch by: Snaik <snaik32 gmail com>
8742
8743         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
8744           Add missing break statement for BOX_HORIZONTAL case.
8745
8746 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8747
8748         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
8749
8750         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
8751         Use correct format strings for integer types.
8752
8753 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8754
8755         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
8756         (gst_wavparse_create_sourcepad):
8757         Use gst_riff_create_audio_template_caps () instead of the local caps.
8758         This makes updates of the local caps unecessary whenever libgstriff
8759         gets support for new formats.
8760
8761 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
8762
8763         Patch by: Brian Cameron  <brian.cameron at sun dot com>
8764
8765         * sys/sunaudio/gstsunaudio.c:
8766         * sys/sunaudio/gstsunaudiomixer.c:
8767         * sys/sunaudio/gstsunaudiomixer.h:
8768         * sys/sunaudio/gstsunaudiomixerctrl.c:
8769         * sys/sunaudio/gstsunaudiomixerctrl.h:
8770         * sys/sunaudio/gstsunaudiomixertrack.h:
8771         * sys/sunaudio/gstsunaudiosink.c:
8772         * sys/sunaudio/gstsunaudiosink.h:
8773         * sys/sunaudio/gstsunaudiosrc.c:
8774         * sys/sunaudio/gstsunaudiosrc.h:
8775           Fix and/or update copyright attributions (#430228).
8776
8777 2007-04-13  Wim Taymans  <wim@fluendo.com>
8778
8779         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8780         Fix docs.
8781
8782         * gst/rtsp/URLS:
8783         Add some more example urls.
8784
8785         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
8786         (gst_rtp_dec_chain_rtp):
8787         Better debugging.
8788
8789         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
8790         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
8791         (gst_rtspsrc_parse_rtpinfo):
8792         Remove unused code.
8793
8794 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
8795
8796         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
8797         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
8798         (gst_wavparse_stream_data):
8799           Relax the audio/mpeg caps again and add FIXME: comment.
8800
8801 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
8802
8803         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
8804         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
8805         (gst_wavparse_stream_data):
8806         * gst/wavparse/gstwavparse.h:
8807           More sanity check for the header fields. Fix type for 'rate' header
8808           field.
8809
8810 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
8811
8812         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
8813         (gst_icydemux_unicodify):
8814           If the metadata strings we get in the stream are not UTF-8, try to
8815           interpret them according to the character encodings specified in the
8816           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
8817           only fall back to locale/ISO-8859-1 if those aren't set or don't
8818           work. Should fix #428901.
8819
8820 2007-04-12  Wim Taymans  <wim@fluendo.com>
8821
8822         * gst/rtp/gstrtph264depay.c:
8823         Use the proper sync word for SPS and PPS.
8824
8825 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
8826
8827         * gst/rtp/Makefile.am:
8828         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
8829           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
8830         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
8831           Add a simple hashing implementation that we can use to generate
8832           a 24-bit ident value based on the codebooks for vorbis and theora.
8833         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
8834           gst_rtp_theora_pay_handle_buffer):
8835         * gst/rtp/gstrtpvorbisdepay.c
8836           (gst_rtp_vorbis_depay_parse_configuration,
8837           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
8838         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
8839           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
8840           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
8841           Use the hashing function, ensuring that the same codebooks result
8842           in the same ident and thus the same SDP description.
8843           Various log fixes/changes.
8844
8845 2007-04-12  Wim Taymans  <wim@fluendo.com>
8846
8847         Patch by: jerry tan <jerry dot tan at sun dot com>
8848
8849         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
8850         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
8851         application's responsibility to make sure it open the device once.
8852         Remove a careless error if AUDIODEV is set. Fixes #392620.
8853
8854 2007-04-12  Wim Taymans  <wim@fluendo.com>
8855
8856         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
8857         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
8858         * gst/rtsp/gstrtpdec.h:
8859         Make backward compat with rtpbin by adding the request-pt-map signals.
8860
8861         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8862         (new_session_pad), (request_pt_map),
8863         (gst_rtspsrc_stream_configure_transport),
8864         (gst_rtspsrc_stream_configure_caps),
8865         (gst_rtspsrc_activate_streams):
8866         * gst/rtsp/gstrtspsrc.h:
8867         Implement request-pt-map signals instead of setting caps on the buffers
8868         for the session manager.
8869
8870 2007-04-11  Wim Taymans  <wim@fluendo.com>
8871
8872         * gst/udp/gstudp.c: (plugin_init):
8873         Register GstNetBuffer in plugin_init so that the type can be used from
8874         multiple threads without races.
8875
8876 2007-04-10  Wim Taymans  <wim@fluendo.com>
8877
8878         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
8879         (gst_rtp_amr_depay_process):
8880         Fix depayloader clock_rate and some cleanups.
8881
8882         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
8883         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
8884         * gst/rtp/gstrtph264depay.h:
8885         Don't push codec_data in the adapter because it might get flushed when
8886         we get a discont.
8887
8888         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
8889         Handle multiple AU per packet.
8890
8891         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
8892         (gst_rtp_sv3v_depay_plugin_init):
8893         Disable rank, this one does not work.
8894         Remove timestamping, base class does that.
8895
8896 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
8897
8898         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
8899           limit caps to the formats we announce in the template
8900
8901         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
8902         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
8903         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
8904           fix some crashers/asserts when dealing with broken files
8905
8906 2007-04-10  Wim Taymans  <wim@fluendo.com>
8907
8908         Patch by: Peter Kjellerstedt  <pkj at axis com>
8909
8910         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
8911         * gst/rtp/gstrtpL16depay.c:
8912         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
8913         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
8914         (gst_rtp_speex_depay_setcaps):
8915         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8916         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
8917         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
8918         Fix some compiler warnings. Fixes #428182.
8919
8920 2007-04-06  Wim Taymans  <wim@fluendo.com>
8921
8922         * gst/rtsp/Makefile.am:
8923         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
8924         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
8925         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
8926         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
8927         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
8928         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
8929         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
8930         (create_rtcp), (gst_rtp_dec_request_new_pad),
8931         (gst_rtp_dec_release_pad):
8932         * gst/rtsp/gstrtpdec.h:
8933         * gst/rtsp/gstrtsp.c: (plugin_init):
8934         Morph RTPDec into something compatible with RTPBin as a fallback.
8935         Various other style fixes.
8936
8937         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
8938         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
8939         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
8940         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
8941         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
8942         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
8943         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8944         * gst/rtsp/gstrtspsrc.h:
8945         Implement RTPBin session manager handling.
8946         Don't try to add empty properties to caps.
8947         Implement fallback session manager, handling.
8948         Don't combine errors from RTCP streams, just ignore them.
8949
8950         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
8951         * gst/rtsp/rtsptransport.h:
8952         Implement fallback session manager.
8953         Make RTPBin the default one when available.
8954
8955 2007-04-05  Wim Taymans  <wim@fluendo.com>
8956
8957         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
8958         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
8959         This element is ready to be autoplugged.
8960
8961 2007-04-05  Julien MOUTTE  <julien@moutte.net>
8962
8963         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
8964         Don't leave the offsets defined by upstream element on the
8965         compressed data buffer we are pushing downstream. Make them
8966         GST_BUFFER_OFFSET_NONE.
8967
8968 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
8969
8970         * gst/avi/README:
8971         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8972         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
8973         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
8974         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
8975         (gst_avi_demux_calculate_durations_from_index),
8976         (gst_avi_demux_stream_header_push),
8977         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
8978         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
8979           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
8980
8981 2007-04-03  Wim Taymans  <wim@fluendo.com>
8982
8983         * gst/smpte/barboxwipes.c:
8984         Fix error as spotted by Snaik <snaik32 at gmail dot com>
8985
8986 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
8987
8988         * gst/wavparse/gstwavparse.c:
8989         Support audio/x-raw-float in wav files. This only works with
8990         plugins-base CVS, using an older version doesn't have any
8991         disadvantages though.
8992
8993 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
8994
8995         * configure.ac:
8996         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
8997         (gst_au_parse_parse_header), (gst_au_parse_chain):
8998         * gst/auparse/gstauparse.h:
8999         Revert last change as we don't want plugins-good to depend on
9000         plugins-base CVS now.
9001
9002 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9003
9004         * configure.ac:
9005         Require gst-plugins-base CVS for audioconvert with non-native
9006         float support and width/depth fix in libgstriff.
9007
9008         Patch by: René Stadler <mail at renestadler dot de>
9009
9010         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9011         (gst_au_parse_parse_header), (gst_au_parse_chain):
9012         * gst/auparse/gstauparse.h:
9013         Don't swap the floats ourself if they're not in native endianness.
9014         Instead let audioconvert handle this. Fixes #339838.
9015
9016 2007-03-29  Wim Taymans  <wim@fluendo.com>
9017
9018         * gst/rtp/gstasteriskh263.h:
9019         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
9020         (gst_rtp_h263p_depay_change_state):
9021         * gst/rtp/gstrtph263pdepay.h:
9022         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
9023         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
9024         (gst_rtp_h264_depay_change_state):
9025         * gst/rtp/gstrtph264depay.h:
9026         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
9027         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
9028         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9029         Flush adapter on disconts.
9030
9031 2007-03-29  Wim Taymans  <wim@fluendo.com>
9032
9033         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
9034         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
9035         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
9036         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
9037         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9038         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
9039         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
9040         (gst_rtp_mp4v_depay_process):
9041         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
9042         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
9043         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
9044         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
9045         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
9046         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
9047         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
9048         Use more efficient adapter and rtpbuffer methods when possible.
9049
9050 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9051
9052         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9053         (gst_wavenc_sink_setcaps):
9054         Correctly handle width!=depth input.
9055         * gst/wavparse/gstwavparse.c:
9056         Already export in the caps that width==8 uses unsigned samples and
9057         everything else uses signed samples.
9058
9059 2007-03-29  Wim Taymans  <wim@fluendo.com>
9060
9061         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
9062
9063         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
9064         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
9065         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
9066         (gst_dynudpsink_close):
9067         * gst/udp/gstdynudpsink.h:
9068         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9069         (gst_udpsrc_create), (gst_udpsrc_set_property),
9070         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
9071         * gst/udp/gstudpsrc.h:
9072         Rework the socket allocation a bit based on the sockfd argument so that
9073         it becomes usable.
9074         Add a closefd property to instruct the udp elements to close the custom
9075         file descriptors when going to READY. Fixes #423304.
9076         API:GstUDPSrc::closefd property
9077         API:GstDynUDPSink::closefd property
9078
9079 2007-03-29  Wim Taymans  <wim@fluendo.com>
9080
9081         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
9082
9083         * gst/rtp/Makefile.am:
9084         * gst/rtp/gstrtp.c: (plugin_init):
9085         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
9086         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
9087         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
9088         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
9089         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
9090         (gst_rtp_h264_pay_plugin_init):
9091         * gst/rtp/gstrtph264pay.h:
9092         Added H264 payloader. Fixes #423782.
9093
9094         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
9095         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
9096         Small fixes.
9097
9098 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9099
9100         * gst/wavparse/gstwavparse.c:
9101         Actually support depths from 1 to 32, not only 8 to 32.
9102
9103 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9104
9105         * gst/wavparse/gstwavparse.c:
9106         Add support for wav files containing audio/x-raw-int with random
9107         depths between 1 and 32 bits.
9108
9109 2007-03-28  Wim Taymans  <wim@fluendo.com>
9110
9111         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
9112
9113         * gst/rtp/Makefile.am:
9114         * gst/rtp/gstrtp.c: (plugin_init):
9115         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
9116         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
9117         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
9118         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
9119         (gst_rtp_mp4a_depay_get_property),
9120         (gst_rtp_mp4a_depay_change_state),
9121         (gst_rtp_mp4a_depay_plugin_init):
9122         * gst/rtp/gstrtpmp4adepay.h:
9123         Added MP4A-LATM depayloader. Fixes #417792.
9124
9125         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
9126         (gst_rtp_mp4v_depay_process):
9127         Fixup depayloader, setting codec_data, using more efficient adaptor and
9128         rtpbuffer handling.
9129
9130         * gst/rtsp/URLS:
9131         Add url to test above.
9132
9133 2007-03-25  Wim Taymans  <wim@fluendo.com>
9134
9135         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
9136         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
9137         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
9138         (gst_rtspsrc_media_to_caps),
9139         (gst_rtspsrc_stream_configure_transport),
9140         (gst_rtspsrc_stream_configure_caps),
9141         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
9142         * gst/rtsp/gstrtspsrc.h:
9143         Handle default clock-rates for static payload types, rearrange stuff so
9144         that the rtpmap field in the sdp can override the defaults.
9145         Parse RTP-Info field to get the seqnum and timebase fields that should
9146         go in the caps.
9147         Delay configuring caps after we got the RTP-Info from the PLAY reply from
9148         the server. 
9149
9150 2007-03-22  Wim Taymans  <wim@fluendo.com>
9151
9152         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
9153
9154         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
9155         Accept complex pipeline descriptions as an audio profile instead of just
9156         a single element. Fixes #420658.
9157
9158 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9159
9160         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
9161           Rename registered type in preparation of GstTagDemux moving to
9162           -base at some point in the future.
9163
9164 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
9165
9166         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9167           Streaming mode fixes: don't unref buffer we don't own any longer;
9168           remove bogus adapter flush. Fixes #419338.
9169
9170 2007-03-17  David Schleef  <ds@schleef.org>
9171
9172         * REQUIREMENTS: Change the format to key/value, add a bunch of
9173           information, remove a bunch of requirements that are for
9174           other GStreamer packages.
9175
9176 2007-03-17  David Schleef  <ds@schleef.org>
9177
9178         * REQUIREMENTS: Fix a few things.  This file really needs a
9179         good once-over.
9180
9181 2007-03-15  Edward Hervey  <edward@fluendo.com>
9182
9183         * sys/Makefile.am:
9184         Don't forget to distribute the sys/osxaudio/ directory.
9185
9186 2007-03-15  Edward Hervey  <edward@fluendo.com>
9187
9188         * configure.ac:
9189         * sys/Makefile.am:
9190         * sys/osxaudio/Makefile.am:
9191         * sys/osxaudio/gstosxaudio.c:
9192         * sys/osxaudio/gstosxaudiosink.c:
9193         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
9194         (gst_osx_audio_sink_getcaps),
9195         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
9196         * sys/osxaudio/gstosxaudiosrc.c:
9197         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
9198         (gst_osx_audio_src_create_ringbuffer):
9199         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
9200         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
9201         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
9202         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
9203         * sys/osxaudio/gstosxringbuffer.h:
9204         Activate osxaudio in gst-plugins-good with proper build setup.
9205         Add inlined documentation.
9206         Fix debug statements
9207         Fix ringbuffer when pausing.
9208         Fixes #323471
9209
9210 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9211         * gst/rtp/gstrtppcmapay.c:
9212         * gst/rtp/gstrtppcmapay.h:
9213         * gst/rtp/gstrtppcmupay.c:
9214         * gst/rtp/gstrtppcmupay.h:
9215         Ported mulaw and alaw payloaders to use new base class
9216
9217 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9218
9219         * po/af.po:
9220         * po/az.po:
9221         * po/cs.po:
9222         * po/en_GB.po:
9223         * po/it.po:
9224         * po/nl.po:
9225         * po/or.po:
9226         * po/sq.po:
9227         * po/sr.po:
9228         * po/sv.po:
9229         * po/uk.po:
9230         * po/vi.po:
9231           Update translations.
9232
9233 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9234
9235         * configure.ac:
9236           Fix string replace error (AG_AG_GST_* => AG_GST_*).
9237
9238 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
9239
9240         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
9241           Fix handling of -1 values for start and stop values when seeking,
9242           and SEEK_CUR+SEEK_END here as well.
9243
9244 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
9245
9246         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
9247           Fix handling of -1 values for start and stop values when seeking, 
9248           and SEEK_CUR+SEEK_END.
9249
9250 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
9251
9252         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9253           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
9254           the image format a variable-length NUL-terminated string; in
9255           versions before that the image format is a fixed-length string of
9256           3 characters (see #348644 for a sample tag).
9257           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
9258
9259 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9260
9261         * win32/MANIFEST:
9262         Add new project files to MANIFEST.
9263         * win32/vs6/libgstaudiofx.dsp:
9264         * win32/vs6/libgstrtp.dsp:
9265         * win32/vs6/libgstrtsp.dsp:
9266         Update project files.
9267         
9268 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9269
9270         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
9271         (gst_avi_demux_parse_index):
9272         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
9273         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
9274           Printf format fixes; also add some missing quotes in translated
9275           strings. Fixes #416728 and #416727.
9276
9277 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
9278
9279         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
9280           Tim and I can't think of any reason the child audio sink needs to 
9281           be set back to NULL after successfully determining that it can 
9282           reach READY - it gets immediately set back to READY by the caller
9283           anyway, causing an unnecessary close/open of any audio devices
9284           involved.
9285
9286 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9287
9288         * po/LINGUAS:
9289         * po/ja.po:
9290           Add ja.po file from #377306.
9291
9292 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9293
9294         * sys/sunaudio/gstsunaudio.c: (plugin_init):
9295         * sys/sunaudio/gstsunaudiomixertrack.c:
9296         (gst_sunaudiomixer_track_new):
9297           Actually translate sunaudio mixer track labels instead of just
9298           marking the strings as translatable (#377306); clean up weird
9299           label string mapping code that serves no apparent purpose. Also
9300           set the 'untranslated-label' property when creating mixer tracks
9301           if the GstMixerTrack base class supports this.
9302
9303         * tests/check/Makefile.am:
9304         * tests/check/elements/.cvsignore:
9305         * tests/check/elements/sunaudio.c: (GST_START_TEST),
9306         (sunaudio_suite):
9307           Very minimalistic unit test for sunaudiomixer element (compiles, but not
9308           actually tested on a system where sunaudiomixer is available).
9309
9310 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
9311
9312         * tests/check/Makefile.am:
9313         Re-enable the states test and see if it works on the buildbots.
9314
9315 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
9316
9317         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
9318         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
9319         (gst_dvdec_change_state):
9320         * ext/dv/gstdvdec.h:
9321         Infer pixel-aspect-ratio from the video frame format if it isn't
9322         provided by the container, as happens when playing DV from AVI
9323         or Quicktime containers.
9324
9325         Patch by: Wim Taymans <wim@fluendo.com>
9326         Fixes #380944
9327
9328 2007-03-09  Wim Taymans  <wim@fluendo.com>
9329
9330         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
9331         When activated, remove the udpsrc timeout, we have dataflow and timeouts
9332         will later be handled by the jitterbuffer.
9333
9334 2007-03-09  Wim Taymans  <wim@fluendo.com>
9335
9336         * ext/taglib/gstid3v2mux.cc:
9337         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9338         Fixes #414496.
9339         
9340         Patch by: Alex Lancaster <alexl at users sourceforge net>
9341
9342 2007-03-09  Wim Taymans  <wim@fluendo.com>
9343
9344         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9345         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
9346         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
9347         (gst_avi_demux_chain):
9348         Fix stream position reporting after a seek. Fixes #416445.
9349
9350 2007-03-08  Wim Taymans  <wim@fluendo.com>
9351
9352         Patch by: René Stadler <mail at renestadler dot de>
9353
9354         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9355         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
9356         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
9357         Make avidemux accept optional header chunks in any order.
9358         Fixes #415446.
9359
9360 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9361
9362         * tests/check/Makefile.am:
9363         Disable the states check until the remaining Valgrind errors
9364         are fixed or suppressed.
9365
9366 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
9367
9368         * tests/check/elements/.cvsignore:
9369           Add audiodynamic check to .cvsignore
9370
9371 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
9372
9373         reviewed by: Stefan Kost  <ensonic@users.sf.net>
9374
9375         * gst/audiofx/Makefile.am:
9376         * gst/audiofx/audiodynamic.c:
9377         (gst_audio_dynamic_characteristics_get_type),
9378         (gst_audio_dynamic_mode_get_type),
9379         (gst_audio_dynamic_set_process_function),
9380         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
9381         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
9382         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
9383         (gst_audio_dynamic_transform_hard_knee_compressor_int),
9384         (gst_audio_dynamic_transform_hard_knee_compressor_float),
9385         (gst_audio_dynamic_transform_soft_knee_compressor_int),
9386         (gst_audio_dynamic_transform_soft_knee_compressor_float),
9387         (gst_audio_dynamic_transform_hard_knee_expander_int),
9388         (gst_audio_dynamic_transform_hard_knee_expander_float),
9389         (gst_audio_dynamic_transform_soft_knee_expander_int),
9390         (gst_audio_dynamic_transform_soft_knee_expander_float),
9391         (gst_audio_dynamic_transform_ip):
9392         * gst/audiofx/audiodynamic.h:
9393         * gst/audiofx/audiofx.c: (plugin_init):
9394         Add new audiodynamic element which can act as a compressor or
9395         expander. Supported are hard-knee and soft-knee operation modes with
9396         user-specified ratio and threshold.
9397         Attack and release parameters are not yet implemented but will follow.
9398         * docs/plugins/Makefile.am:
9399         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9400         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9401         * docs/plugins/gst-plugins-good-plugins.args:
9402         * docs/plugins/inspect/plugin-audiofx.xml:
9403         Integrate audiodynamic into the docs.
9404         * tests/check/Makefile.am:
9405         * tests/check/elements/audiodynamic.c: (setup_dynamic),
9406         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
9407         Add unit test for audiodynamic.
9408
9409 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9410
9411         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
9412         Free handles that we allocated when exiting via the error paths.
9413
9414 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
9415
9416         * gst/level/gstlevel.c: (gst_level_class_init),
9417         (gst_level_set_caps), (gst_level_start), (gst_level_event),
9418         (gst_level_transform_ip):
9419         * gst/level/gstlevel.h:
9420           Resolve message timestamps against the playback segment.
9421
9422 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
9423
9424         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
9425         (gst_id3demux_sink_activate):
9426           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
9427           caps passed to it (previously one code path assumed it took ownership
9428           while another one assumed it didn't, while in fact it sometimes did and
9429           sometimes didn't ...).
9430
9431         * configure.ac:
9432         * tests/files/Makefile.am:
9433         * tests/files/id3-407349-1.tag:
9434         * tests/files/id3-407349-2.tag:
9435           Add directory where data for unit tests can be stored.
9436
9437         * tests/Makefile.am:
9438         * tests/check/Makefile.am:
9439         * tests/check/elements/.cvsignore:
9440         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
9441         (read_tags_from_file), (run_check_for_file),
9442         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
9443           Add unit test for id3demux, and in particular for bug #407349. Only
9444           testing pull-mode for now; push mode doesn't work yet because the test
9445           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
9446
9447 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
9448
9449         * tests/check/Makefile.am:
9450           Add missing backslash at end of line.
9451
9452 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9453
9454         Trigger rebuild.
9455
9456 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
9457
9458         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9459         * gst/id3demux/id3tags.h:
9460         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9461         (parse_obsolete_tdat_frame):
9462           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
9463           the four-digit number will be interpreted as a year, whereas it is
9464           month and day in DDMM format. Instead, parse TDAT frames and fix up
9465           the date in the GST_TAG_DATE tag later if we also extracted a year.
9466           Fixes #407349.
9467
9468 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9469
9470         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
9471         (gst_switch_commit_new_kid):
9472         Fix up the dispose logic so it doesn't leak, and fix setting of 
9473         the child state so that we don't set a child to our current state 
9474         just as we are changing it to something else.
9475
9476 2007-03-06  Wim Taymans  <wim@fluendo.com>
9477
9478         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
9479         (gst_goom_chain):
9480         * gst/goom/gstgoom.h:
9481         Document, fix and improve goom adapter behaviour.
9482         Fixes #407006.
9483
9484 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9485
9486         * ext/esd/esdsink.c: (gst_esdsink_open):
9487         Unref static pad template after using it.
9488
9489 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9490
9491         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
9492         (gst_switch_commit_new_kid):
9493         Fix up the reference counting of the child elements.
9494
9495 2007-03-05  Wim Taymans  <wim@fluendo.com>
9496
9497         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
9498         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
9499         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
9500         Fix encoding-name case.
9501
9502 2007-03-05  Wim Taymans  <wim@fluendo.com>
9503
9504         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
9505         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
9506         (gst_rtp_speex_depay_process):
9507         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
9508         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
9509         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
9510         (gst_rtp_speex_pay_change_state):
9511         * gst/rtp/gstrtpspeexpay.h:
9512         Fix speex (de)payloader. Fixes #358040.
9513
9514 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9515
9516         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
9517         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
9518         Install fakesink in NULL by fixing some broken logic. This obviates
9519         the need to manually set _IS_SINK.
9520         Add some comments and remove a little cruft while I'm at it.
9521
9522 2007-03-05  Wim Taymans  <wim@fluendo.com>
9523
9524         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
9525         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
9526
9527 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
9528
9529         * po/POTFILES.in:
9530           Update.
9531
9532 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9533
9534         * tests/check/Makefile.am:
9535         Gah! Also disable gconfvideosink from the tests, otherwise
9536         it will instantiate autovideosink, and dfbvideosink and
9537         leak on the buildbots.
9538
9539 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9540
9541         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
9542         (gst_cdio_cdda_src_finalize):
9543         Make sure we always destroy our libcdio handle.
9544
9545 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9546
9547         * tests/check/Makefile.am:
9548         Disable autovideosink so the buildbots don't barf over memory
9549         leaked in the directfb sink.
9550
9551 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9552
9553         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
9554         Chain up in dispose
9555
9556 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9557
9558         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
9559         (gst_multipart_find_pad_by_mime):
9560         Use gst_pad_new_from_static_template instead of
9561         static_pad_template_get+pad_new.
9562
9563 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9564
9565         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
9566         Catch the case where no clock has been set.
9567
9568 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9569
9570         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
9571         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
9572         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
9573         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
9574         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
9575         (gst_gconf_audio_src_finalize), (do_toggle_element):
9576         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
9577         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
9578         (do_toggle_element):
9579         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
9580         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
9581         (gst_gconf_video_src_finalize), (do_toggle_element):
9582         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
9583         (gst_switch_sink_reset), (gst_switch_sink_set_child):
9584         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
9585         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
9586         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
9587         (gst_shout2send_init), (gst_shout2send_finalize):
9588         * gst/debug/testplugin.c: (gst_test_class_init),
9589         (gst_test_finalize):
9590         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
9591         (gst_flxdec_dispose):
9592         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
9593         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
9594         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9595         (gst_rtspsrc_finalize):
9596         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
9597         * gst/rtsp/rtspextwms.h:
9598         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
9599         (gst_smpte_finalize):
9600         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
9601         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
9602         (gst_udpsink_finalize):
9603         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
9604         (gst_wavparse_sink_activate):
9605         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
9606         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
9607         (gst_oss_src_finalize):
9608         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
9609         * sys/v4l2/gstv4l2object.h:
9610         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
9611         (gst_v4l2src_finalize):
9612         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9613
9614         Fix a bunch of leaks shown by the newly-added states test.
9615
9616 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9617
9618         * ext/dv/gstdvdec.c: (gst_dvdec_init):
9619         Use gst_pad_new_from_static_template instead of 
9620         static_pad_template_get+pad_new.
9621
9622 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
9623
9624         Patch by: Loïc Minier <lool+gnome at via ecp fr>
9625
9626         * ext/libcaca/Makefile.am:
9627         * gst/debug/Makefile.am:
9628           Don't mix tabs and spaces (#414168).
9629
9630 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
9631
9632         * tests/check/generic/.cvsignore:
9633           Ignore files to please buildbot.
9634
9635 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
9636
9637         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
9638         (gst_wavparse_stream_data):
9639           Unbreak my previous commit (swapped nominator & denominator). Tim,
9640           thanks for spotting.
9641
9642 2007-03-02  Wim Taymans  <wim@fluendo.com>
9643
9644         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
9645         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
9646         (gst_cdio_cdda_src_finalize):
9647         Small code cleanups.
9648         Don't use pad_alloc as the base class cannot deal with the error codes.
9649
9650 2007-03-02  Wim Taymans  <wim@fluendo.com>
9651
9652         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
9653         (gst_udpsrc_create):
9654         Fix doc.
9655
9656 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
9657
9658         Patch by: René Stadler <mail@renestadler.de>
9659
9660         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9661         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9662         (gst_wavparse_stream_data):
9663           Handle rounding better to not drop last sample frame. Fixes #356692
9664
9665 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
9666
9667         * tests/check/Makefile.am:
9668         Disable cacasink from the states check too - it also calls exit(1)
9669         on us when it can't find a terminal to talk to.
9670
9671 2007-03-02  Wim Taymans  <wim@fluendo.com>
9672
9673         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
9674
9675         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9676         (gst_udpsrc_create), (gst_udpsrc_set_property),
9677         (gst_udpsrc_get_property):
9678         * gst/udp/gstudpsrc.h:
9679         Add support to strip proprietary headers. Fixes #350296.
9680
9681 2007-03-02  Wim Taymans  <wim@fluendo.com>
9682
9683         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
9684         Fix compilation.
9685
9686 2007-03-02  Wim Taymans  <wim@fluendo.com>
9687
9688         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
9689
9690         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
9691         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
9692         (gst_rtp_mp2t_depay_set_property),
9693         (gst_rtp_mp2t_depay_get_property):
9694         * gst/rtp/gstrtpmp2tdepay.h:
9695         Add support to strip off proprietary headers. Fixes #350278.
9696
9697 2007-03-02  Wim Taymans  <wim@fluendo.com>
9698
9699         * ext/hal/hal.c:
9700         Fix compilation.
9701
9702 2007-03-02  Wim Taymans  <wim@fluendo.com>
9703
9704         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
9705         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
9706         (gst_sunaudiosrc_open):
9707         * sys/sunaudio/gstsunaudiosrc.h:
9708         Remove device-name from GstSunAudioSrc. Fixes #412597.
9709
9710 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
9711
9712         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
9713         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
9714         Having NULL as UDI previously selected the default sink/src. Change
9715         this back but mention it in the debug output.
9716         * ext/hal/hal.c: (gst_hal_get_alsa_element),
9717         (gst_hal_get_oss_element), (gst_hal_get_string),
9718         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
9719         (gst_hal_get_audio_src):
9720         * ext/hal/hal.h:
9721         Refactor a bit, check all error conditions, greatly improve debugging
9722         and fix some possible memory leaks. Also implement OSS support
9723         and allow specifying an UDI that points to a real device. For this the
9724         child device which supports ALSA (preferred) or OSS is used.
9725         As a side effect this makes it impossible now to get a alsasink in
9726         halaudiosrc and a alsasrc in halaudiosink.
9727
9728 2007-03-01  Wim Taymans  <wim@fluendo.com>
9729
9730         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
9731         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
9732         Errors from the udp sources are not fatal unless all of them are in
9733         error.
9734
9735 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
9736
9737         * tests/check/Makefile.am:
9738         Disable aasink in the states test. I suspect this is the element that
9739         is calling exit(1) when it can't proceed.
9740
9741 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
9742
9743         * tests/check/Makefile.am:
9744         Draw plugins in from the build tree sys/ dir, rather than picking
9745         up the already installed versions.
9746
9747 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9748
9749         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
9750         Error out correctly when getting xcontext fails.
9751
9752 2007-03-01  Wim Taymans  <wim@fluendo.com>
9753
9754         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
9755         Make state change to PAUSED NO_PREROLL because that's what it will be in
9756         the future and rtspsrc relies on it.
9757
9758         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9759         (gst_rtspsrc_change_state):
9760         Don't error out when we don't get an error from the state change
9761         function.
9762
9763 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
9764
9765         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
9766         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
9767           Check if the device UDI is set before trying to query HAL
9768           about it and give a useful error message if it wasn't set.
9769         * ext/hal/hal.c: (gst_hal_get_string):
9770           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
9771           gives an assertion failure in D-Bus when running with
9772           DBUS_FATAL_WARNINGS=1.
9773
9774 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9775
9776         * configure.ac:
9777           Convert to new AG_GST style.
9778
9779 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9780
9781         * tests/check/Makefile.am:
9782         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
9783           add test for states
9784
9785 2007-02-28  Wim Taymans  <wim@fluendo.com>
9786
9787         * tests/check/elements/.cvsignore:
9788         Add new videofilter check to .cvsignore.
9789
9790 2007-02-28  Wim Taymans  <wim@fluendo.com>
9791
9792         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
9793         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
9794         (gst_avi_demux_loop), (gst_avi_demux_chain):
9795         Fix combined flow return. Fixes #412608.
9796
9797 2007-02-28  Wim Taymans  <wim@fluendo.com>
9798
9799         * gst/videofilter/Makefile.am:
9800         Dist header..
9801
9802 2007-02-28  Wim Taymans  <wim@fluendo.com>
9803
9804         * gst/videofilter/gstgamma.h:
9805         Add header too.
9806
9807 2007-02-28  Wim Taymans  <wim@fluendo.com>
9808
9809         Patch by: Mark Nauwelaerts <manauw at skynet be>
9810
9811         * gst/videofilter/Makefile.am:
9812         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
9813         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
9814         (gst_gamma_get_property), (gst_gamma_calculate_tables),
9815         (oil_tablelookup_u8), (gst_gamma_set_caps),
9816         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
9817         Port gamma filter to 0.10. Fixes #412704.
9818
9819         * tests/check/Makefile.am:
9820         * tests/check/elements/videofilter.c: (setup_filter),
9821         (cleanup_filter), (check_filter), (GST_START_TEST),
9822         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
9823         Add unit tests for videofilters.
9824
9825 2007-02-28  Wim Taymans  <wim@fluendo.com>
9826
9827         * gst/rtsp/URLS:
9828         Add another interesting test url.
9829
9830         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
9831         Don't allow getting header fields from data packets.
9832
9833 2007-02-28  Michael Smith  <msmith@fluendo.com>
9834
9835         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
9836         (gst_shout2send_init), (gst_shout2send_start),
9837         (gst_shout2send_set_property), (gst_shout2send_get_property):
9838         * ext/shout2/gstshout2.h:
9839           Add a property for username.
9840
9841 2007-02-27  Christian Schallerr <christian@fluendo.com>
9842
9843         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
9844
9845 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
9846
9847         * gst/rtsp/Makefile.am:
9848         Fix make check too.
9849
9850 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
9851
9852         * gst/rtsp/base64.c: (util_base64_encode):
9853         * gst/rtsp/base64.h:
9854         Commit missing files for base64 encoding.
9855
9856 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
9857
9858         Patch by: Loïc Minier <lool+gnome at via ecp fr>
9859
9860         * configure.ac:
9861         * ext/annodex/Makefile.am:
9862         * ext/jpeg/Makefile.am:
9863         * ext/speex/Makefile.am:
9864         * gst/alpha/Makefile.am:
9865         * gst/cutter/Makefile.am:
9866         * gst/debug/Makefile.am:
9867         * gst/effectv/Makefile.am:
9868         * gst/goom/Makefile.am:
9869         * gst/level/Makefile.am:
9870         * gst/smpte/Makefile.am:
9871         * gst/videofilter/Makefile.am:
9872           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
9873
9874 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
9875
9876         * gst/rtsp/Makefile.am:
9877         * gst/rtsp/rtspconnection.c: (append_auth_header),
9878         (rtsp_connection_send), (rtsp_connection_set_auth):
9879         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
9880         from icecast to replace it. Relicensed from GPL courtesy of Mike
9881         Smith.
9882
9883 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
9884
9885         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9886         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
9887         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
9888         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
9889         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
9890         (gst_rtspsrc_uri_set_uri):
9891         * gst/rtsp/gstrtspsrc.h:
9892         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9893         (append_auth_header), (rtsp_connection_send),
9894         (rtsp_connection_free), (rtsp_connection_set_auth):
9895         * gst/rtsp/rtspconnection.h:
9896         * gst/rtsp/rtspdefs.h:
9897         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9898         * gst/rtsp/rtspurl.h:
9899
9900         Implement simple Basic Authentication support so that urls like
9901         rtsp://user:pass@hostname/rtspstream work on hosts that require
9902         authentication.
9903
9904 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
9905
9906         * sys/v4l2/gstv4l2object.c:
9907         * sys/v4l2/gstv4l2tuner.c:
9908         * sys/v4l2/v4l2_calls.c:
9909         Fix segfault when oppening a radio device.
9910         
9911 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
9912
9913         * gst/level/gstlevel.c: (gst_level_set_caps),
9914         (gst_level_transform_ip):
9915         * sys/v4l2/README:
9916         * tests/check/elements/level.c: (GST_START_TEST):
9917           Fix level for multi-channel case.
9918
9919 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
9920
9921         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
9922         (gst_level_transform_ip):
9923         * gst/level/gstlevel.h:
9924           Use function pointer for process function and add process functions
9925           for float audio.
9926
9927 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
9928
9929         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
9930         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
9931         (gst_v4l2src_capture_init):
9932           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
9933           fixes #407369
9934
9935 2007-02-18  Wim Taymans  <wim@fluendo.com>
9936
9937         * gst/rtp/Makefile.am:
9938         * gst/rtp/gstrtp.c: (plugin_init):
9939         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
9940         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
9941         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
9942         (gst_rtp_mp2t_pay_plugin_init):
9943         * gst/rtp/gstrtpmp2tpay.h:
9944         Added simple mpeg transport stream payloader.
9945
9946 2007-02-16  Wim Taymans  <wim@fluendo.com>
9947
9948         * gst/rtsp/URLS:
9949         Add example H264 rtsp url.
9950
9951         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
9952         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
9953         Don't convert values to lowercase or we might mess up base64 encoded
9954         properties.
9955
9956 2007-02-16  Wim Taymans  <wim@fluendo.com>
9957
9958         * gst/rtp/README:
9959         Fix case of string params.
9960
9961         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
9962         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
9963         Fix depayloader, support more packet types.
9964         Add sync codes to make sure the packetizer can do its job.
9965
9966         * gst/rtp/gstrtpmp4gdepay.c:
9967         * gst/rtp/gstrtpmp4gpay.c:
9968         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
9969         Fix caps case again.
9970
9971 2007-02-15  Wim Taymans  <wim@fluendo.com>
9972
9973         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
9974         Set right caps on output buffers.
9975
9976 2007-02-14  Wim Taymans  <wim@fluendo.com>
9977
9978         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
9979         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
9980         Clear stack allocated SDPMedia struct before calling _init() on it.
9981         Clarify this in the docs as well.
9982
9983 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
9984
9985         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
9986         (do_change_child):
9987         Don't reset the profile when going switching states, as it makes
9988         the element non-reusable.
9989
9990 2007-02-14  Wim Taymans  <wim@fluendo.com>
9991
9992         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
9993         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
9994         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
9995         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
9996         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
9997         (sdp_parse_line):
9998         * gst/rtsp/sdpmessage.h:
9999         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
10000         Fix memory management of SDP messages. Fixes #407793.
10001
10002 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
10003
10004         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
10005
10006         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
10007         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
10008
10009 2007-02-14  Wim Taymans  <wim@fluendo.com>
10010
10011         Patch by: jp.liu <jp_liu at astrocom dot cn>
10012
10013         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10014         Fix parsing of password field in url. Fixes #407797.
10015
10016 2007-02-14  Wim Taymans  <wim@fluendo.com>
10017
10018         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
10019         (gst_wavparse_reset), (gst_wavparse_init),
10020         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
10021         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10022         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10023         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10024         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10025         (gst_wavparse_loop), (gst_wavparse_chain),
10026         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
10027         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
10028         (plugin_init):
10029         * gst/wavparse/gstwavparse.h:
10030         Update docs.
10031         Use boilerplate.
10032         Various code cleanups.
10033         When the bitrate is not known (bps == 0 or compressed formats) let
10034         downstream element guestimate the duration and position and don't
10035         generate timestamps or durations. Fixes #405213.
10036         Fix EOS and ERROR conditions in chain mode, we just need to forward the
10037         error flowreturn upstream.
10038
10039 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
10040
10041         * ext/gconf/Makefile.am:
10042         * ext/gconf/gconf.c: (gst_gconf_get_string),
10043         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
10044         (gst_gconf_render_bin_with_default):
10045         * ext/gconf/gconf.h:
10046         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
10047         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
10048         (gst_gconf_audio_sink_dispose), (do_change_child),
10049         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
10050         (cb_change_child), (gst_gconf_audio_sink_change_state):
10051         * ext/gconf/gstgconfaudiosink.h:
10052         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
10053         (gst_switch_sink_class_init), (gst_switch_sink_reset),
10054         (gst_switch_sink_init), (gst_switch_sink_dispose),
10055         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
10056         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
10057         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
10058         * ext/gconf/gstswitchsink.h:
10059         * gst/autodetect/gstautoaudiosink.c:
10060         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
10061         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
10062         (gst_auto_audio_sink_detect):
10063         * gst/autodetect/gstautovideosink.c:
10064         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
10065         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
10066         (gst_auto_video_sink_detect):
10067         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
10068         and a child that implements the GConf key monitoring. The end goal of
10069         this is an audio sink that can be changed on the fly, but at the 
10070         moment it still only changes on the next READY transition.
10071
10072 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10073
10074         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10075         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
10076         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
10077         (gst_avi_demux_calculate_durations_from_index),
10078         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
10079         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10080         (gst_avi_demux_loop):
10081           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
10082
10083 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10084
10085         * configure.ac:
10086         * docs/plugins/Makefile.am:
10087           Add crossreferences to glib/gobject/gstream docs.
10088
10089 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10090
10091         * gst/monoscope/Makefile.am:
10092         * gst/monoscope/gstmonoscope.c:
10093           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
10094           (but no LIBS, since we only use defines from the headers).
10095
10096 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10097
10098         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
10099
10100         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
10101         (gst_wavparse_stream_data):
10102           Fix massive memory leak when operating in streaming mode due to
10103           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
10104           Fixes #407057.
10105
10106 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10107
10108         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
10109         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
10110         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
10111         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
10112         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
10113         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
10114         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
10115         (gst_avi_demux_calculate_durations_from_index),
10116         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
10117         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
10118         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
10119         * gst/avi/gstavidemux.h:
10120           Save some memory (8%) by repacking the index entry structure (more to
10121           come). Add more FIXMEs to questionable parts.
10122
10123 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10124
10125         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
10126         (gst_v4l2src_get_caps):
10127         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10128         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
10129         (gst_v4l2src_capture_init):
10130           More FIXME comments and messaging changes.
10131
10132 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10133
10134         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
10135         (gst_goom_change_state):
10136         * gst/goom/gstgoom.h:
10137           Improved docs and use GST_DEBUG_FUNCPTR.
10138
10139         * gst/level/gstlevel.c: (gst_level_class_init):
10140           Use GST_DEBUG_FUNCPTR.
10141
10142         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
10143         (gst_monoscope_chain), (gst_monoscope_change_state):
10144           Improved docs source cleanups.
10145
10146 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10147
10148         * gst/debug/Makefile.am:
10149         * gst/debug/gstdebug.c: (plugin_init):
10150         * gst/debug/gstpushfilesrc.c:
10151         * gst/debug/gstpushfilesrc.h:
10152           Add code for a pushfilesrc element that implements a pushfile:// URI
10153           handler, to make debugging push-mode operation of demuxer/decoders
10154           that support both easier in connection with seek/playbin/etc.
10155           The element isn't registered at the moment.
10156
10157 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
10158
10159         * gst/avi/gstavimux.c:
10160           Comment a #if 0 in caps template definition as VS6 seems to 
10161         do not support it.
10162         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
10163           Use gst_guint64_to_gdouble for conversion.
10164         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
10165           Move variables declaration before the first instruction.
10166         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
10167           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
10168           And don't include netdb.h for G_OS_WIN32
10169         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
10170           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
10171           by VS6 then use an other way to initialize SDPMedia structure.
10172         * gst/udp/gstdynudpsink.h:
10173         * gst/udp/gstdynudpnetutils.h:
10174           Do not include <sys/time.h> for G_OS_WIN32
10175         * gst/udp/gstudpsrc.c:
10176           Define socklen_t as int for G_OS_WIN32
10177         * win/common/config.h.in:
10178           Undef HAVE_NETINET_IN_H
10179         * win32/vs6/gst_plugins_good.dsw:
10180         * win32/vs6/libgstrtp.dsp:
10181         * win32/vs6/libgstrtsp.dsp:
10182         * win32/vs6/libgstautogen.dsp:
10183         * win32/vs6/libgstaudiofx.dsp:
10184         * win32/vs6/libgstudp.dsp:
10185           Add and update project files.
10186         * win32/common/gstudp-enumtypes.c:
10187         * win32/common/gstudp-enumtypes.h:
10188           Add a copy of udp enumtypes to win32/common as in core 
10189           and base.
10190         
10191 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
10192
10193         * configure.ac:
10194           Activate monoscope when building with --enable-experimental. Fix
10195           --enable-external configure switch description.
10196
10197         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
10198         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
10199           Help gst-indent.
10200
10201 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10202
10203         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
10204           Explicitly cast result of pointer arithmetic to integer in order to
10205           avoid compiler warnings on some 64-bit systems. Should fix #406018.
10206
10207 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10208
10209         * gst/debug/progressreport.c:
10210           Some more docs.
10211
10212 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10213
10214         * docs/plugins/inspect/plugin-rtp.xml:
10215           Update for new elements.
10216
10217         * gst/debug/progressreport.h:
10218           Commit newly-created header file as well.
10219
10220 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10221
10222         * docs/plugins/Makefile.am:
10223         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10224         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10225         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10226         * gst/debug/Makefile.am:
10227         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
10228         (gst_progress_report_do_query), (gst_progress_report_report):
10229           Make progressreport element post messages with the current progress
10230           on the bus. Also add some basic docs for it.
10231
10232 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
10233
10234         * ext/hal/hal.c: (gst_hal_get_string):
10235         * ext/hal/hal.h:
10236           Some small cleanups; deal with errors when parsing the HAL ALSA
10237           capabilities a bit better.
10238
10239 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10240
10241         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
10242           Let's try this again and use the right cast this time.
10243
10244 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10245
10246         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
10247           Add cast to avoid compiler warnings with older GLib versions
10248           where the nick/name members in GEnumValue are not declared as
10249           constant strings.
10250
10251 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10252
10253         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
10254         (gst_gconf_render_bin_from_key),
10255         (gst_gconf_get_default_audio_sink):
10256         * ext/gconf/gconf.h:
10257         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
10258         (do_toggle_element), (gst_gconf_audio_sink_set_property),
10259         (gst_gconf_audio_sink_get_property):
10260           In gconfaudiosink, get the right key as the old key in do_toggle
10261           (ie. one dependent on the profile selected). Log some more stuff so
10262           we can see what's actually going on.
10263
10264 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
10265
10266         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
10267         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
10268         (gst_audio_amplify_set_process_function),
10269         (gst_audio_amplify_setup):
10270         * gst/audiofx/audioamplify.h:
10271         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
10272         (gst_audio_invert_class_init), (gst_audio_invert_setup):
10273         * gst/audiofx/audioinvert.h:
10274         Some small cleanups and port both elements to the new GstAudioFilter
10275         base class to save a few lines of common code.
10276         * gst/audiofx/Makefile.am:
10277         Link against libgstaudio for the above changes
10278
10279 2007-01-29  Wim Taymans  <wim@fluendo.com>
10280
10281         * tests/check/elements/.cvsignore:
10282         Some more ignores.
10283
10284 2007-01-26  Wim Taymans  <wim@fluendo.com>
10285
10286         Patch by: charles <charlesg3 at gmail dot com>
10287
10288         * ext/shout2/gstshout2.c: (gst_shout2send_init),
10289         (set_shout_metadata), (gst_shout2send_event):
10290         * ext/shout2/gstshout2.h:
10291         Properly handle tags in shout2send. Fixes #399825.
10292
10293 2007-01-25  Wim Taymans  <wim@fluendo.com>
10294
10295         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10296         (gst_rtspsrc_activate_streams):
10297         Convert SDP fields to upper/lowercase following the rules in the SDP to
10298         caps document. 
10299
10300 2007-01-25  Wim Taymans  <wim@fluendo.com>
10301
10302         * gst/rtp/README:
10303         * gst/rtp/gstrtpilbcdepay.c:
10304         * gst/rtp/gstrtpilbcpay.c:
10305         * gst/rtp/gstrtpmp4gdepay.c:
10306         * gst/rtp/gstrtpmp4gpay.c:
10307         * gst/rtp/gstrtpspeexdepay.c:
10308         * gst/rtp/gstrtpspeexpay.c:
10309         * gst/rtp/gstrtpsv3vdepay.c:
10310         * gst/rtp/gstrtptheoradepay.c:
10311         * gst/rtp/gstrtptheorapay.c:
10312         * gst/rtp/gstrtpvorbisdepay.c:
10313         * gst/rtp/gstrtpvorbispay.c:
10314         Fix case of encoding-name and key/value pairs to match the document.
10315         This is to make interoperation with SDP case-insensitive as required by
10316         the relevant RFCs.
10317
10318 2007-01-25  Wim Taymans  <wim@fluendo.com>
10319
10320         * configure.ac:
10321         Bump required -core/-base to CVS
10322
10323 2007-01-25  Wim Taymans  <wim@fluendo.com>
10324
10325         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
10326         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
10327         * gst/rtp/gstrtpL16pay.h:
10328         Fill up to MTU using adapter.
10329         Timestamp rtp packets.
10330
10331 2007-01-25  Edward Hervey  <edward@fluendo.com>
10332
10333         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
10334         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
10335         Use G_GSIZE_FORMAT in print statements for portability.
10336         Fixes build on macosx.
10337
10338 2007-01-24  Wim Taymans  <wim@fluendo.com>
10339
10340         * gst/rtp/Makefile.am:
10341         * gst/rtp/gstrtp.c: (plugin_init):
10342         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
10343         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
10344         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
10345         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
10346         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
10347         (gst_rtp_L16_depay_plugin_init):
10348         * gst/rtp/gstrtpL16depay.h:
10349         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
10350         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
10351         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
10352         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
10353         (gst_rtp_L16_pay_plugin_init):
10354         * gst/rtp/gstrtpL16pay.h:
10355         Port and enable raw audio payloader/depayloader. Needs a bit more work
10356         on the payloader side.
10357
10358 2007-01-24  Wim Taymans  <wim@fluendo.com>
10359
10360         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
10361         (gst_rtspsrc_stream_configure_transport),
10362         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
10363         * gst/rtsp/gstrtspsrc.h:
10364         Only unblock the udp pads when we linked and activated them all.
10365         Fixes #395688.
10366
10367 2007-01-24  Wim Taymans  <wim@fluendo.com>
10368
10369         * gst/rtp/Makefile.am:
10370         * gst/rtp/gstrtp.c: (plugin_init):
10371         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
10372         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
10373         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
10374         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
10375         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
10376         * gst/rtp/gstrtpac3depay.h:
10377         Added simple AC3 depayloader (RFC 4184).
10378
10379         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
10380         Fix a leak.
10381
10382 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
10383
10384         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10385
10386         * gst/audiofx/Makefile.am:
10387         * gst/audiofx/audioamplify.c:
10388         (gst_audio_amplify_clipping_method_get_type),
10389         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
10390         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
10391         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
10392         (gst_audio_amplify_set_caps),
10393         (gst_audio_amplify_transform_int_clip),
10394         (gst_audio_amplify_transform_int_wrap_negative),
10395         (gst_audio_amplify_transform_int_wrap_positive),
10396         (gst_audio_amplify_transform_float_clip),
10397         (gst_audio_amplify_transform_float_wrap_negative),
10398         (gst_audio_amplify_transform_float_wrap_positive),
10399         (gst_audio_amplify_transform_ip):
10400         * gst/audiofx/audioamplify.h:
10401         * gst/audiofx/audiofx.c: (plugin_init):
10402         Add new element "audioamplify". This allows scaling of raw audio
10403         samples, similar to the "volume" element, but provides different modes
10404         for clipping and allows unlimited amplification. It's mainly targeted
10405         for creative sound design and not as a replacement of the "volume"
10406         element. Fixes #397162
10407         * docs/plugins/Makefile.am:
10408         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10409         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10410         * docs/plugins/gst-plugins-good-plugins.args:
10411         * docs/plugins/inspect/plugin-audiofx.xml:
10412         Add docs for audioamplify and integrate them into the build system
10413         * tests/check/Makefile.am:
10414         * tests/check/elements/audioamplify.c: (setup_amplify),
10415         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
10416         Add fairly extensive unit test suite for audioamplify
10417
10418 2007-01-24  Wim Taymans  <wim@fluendo.com>
10419
10420         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
10421         Unblock pads after adding the pads to the element so that autopluggers
10422         get a change to link something. Possibly fixes #395688.
10423
10424 2007-01-24  Wim Taymans  <wim@fluendo.com>
10425
10426         * gst/rtp/gstrtpamrdepay.c:
10427         * gst/rtp/gstrtpgsmdepay.c:
10428         * gst/rtp/gstrtph263pdepay.c:
10429         * gst/rtp/gstrtph263ppay.c:
10430         * gst/rtp/gstrtph264depay.c:
10431         * gst/rtp/gstrtpilbcdepay.c:
10432         * gst/rtp/gstrtpmp2tdepay.c:
10433         * gst/rtp/gstrtpmp4gdepay.c:
10434         * gst/rtp/gstrtpmp4gpay.c:
10435         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
10436         * gst/rtp/gstrtpmp4vpay.c:
10437         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
10438         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
10439         (gst_rtp_mpa_depay_process):
10440         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
10441         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
10442         * gst/rtp/gstrtppcmadepay.c:
10443         * gst/rtp/gstrtppcmudepay.c:
10444         * gst/rtp/gstrtpspeexdepay.c:
10445         * gst/rtp/gstrtpspeexpay.c:
10446         * gst/rtp/gstrtpsv3vdepay.c:
10447         * gst/rtp/gstrtptheoradepay.c:
10448         * gst/rtp/gstrtptheorapay.c:
10449         * gst/rtp/gstrtpvorbisdepay.c:
10450         * gst/rtp/gstrtpvorbispay.c:
10451         Fix caps with payload numbers.
10452         Add some fixed payload numbers to caps when possible.
10453
10454 2007-01-23  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/audiofx.c: (plugin_init):
10460         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
10461         (gst_audio_invert_class_init), (gst_audio_invert_init),
10462         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
10463         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
10464         (gst_audio_invert_transform_float),
10465         (gst_audio_invert_transform_ip):
10466         * gst/audiofx/audioinvert.h:
10467         Add new audiofx element "audioinvert". This element swaps the upper
10468         and lower half of samples and can be used for example for a
10469         wide-stereo effect. Fixes #396057
10470         * docs/plugins/Makefile.am:
10471         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10472         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10473         * docs/plugins/gst-plugins-good-plugins.args:
10474         * docs/plugins/inspect/plugin-audiofx.xml:
10475         Add docs for the audioinvert element and add them to the build system.
10476         * tests/check/Makefile.am:
10477         * tests/check/elements/audioinvert.c: (setup_invert),
10478         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
10479         Add unit test suite for the audioinvert element.
10480
10481 2007-01-23  Wim Taymans  <wim@fluendo.com>
10482
10483         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
10484         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
10485         Parse config params as string and int.
10486         Parse and use AU header length
10487
10488 2007-01-23  Wim Taymans  <wim@fluendo.com>
10489
10490         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
10491         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
10492         * gst/smpte/gstmask.c: (_gst_mask_register):
10493         * gst/smpte/gstmask.h:
10494         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
10495         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
10496         (gst_smpte_paint_triangle_clock):
10497         constify some static structs.
10498         Don't update the mask if nothing changed to the params.
10499         Make sure we never draw outside of the picture. Fixes #398325.
10500
10501 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10502
10503         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
10504           Error out properly when pull_range fails while we're reading the
10505           headers, instead of just pausing the task silently. Fixes #399338.
10506
10507 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10508
10509         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
10510           Some more sanity checks to make sure the input formats match and the
10511           input pads are actually negotiated, in case someone tries to feed
10512           buffers from fakesrc or filesrc. Fixes #398299.
10513           Also const-ify an array, just because we can.
10514
10515 2007-01-19  Edward Hervey  <edward@fluendo.com>
10516
10517         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
10518         Ignore previous commit, that was only valid for widths and heights
10519         that are multiples of 4.
10520         Copy over size/stride macros from jpegdec. This allows the element
10521         to work with any width,height...
10522         ... but puts in evidence that the actual transformations only work
10523         with width/height that are multiples of 4.
10524
10525 2007-01-19  Edward Hervey  <edward@fluendo.com>
10526
10527         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
10528         Allocate buffers of the right size.
10529         The proper size of a I420 buffer in bytes is:
10530         
10531             width * height * 3
10532             ------------------
10533                     2
10534
10535 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
10536
10537         * gst/smpte/gstsmpte.c: (gst_smpte_init):
10538           Proxy getcaps on sink pads too, so that we either end up with the
10539           same dimensions on all pads or error out if that's not possible
10540           (seems to work even!). Fixes #398086, I think.
10541
10542 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
10543
10544         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10545         * docs/plugins/gst-plugins-good-plugins.args:
10546         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10547           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
10548           fix integer properties with -1 as minimum value.
10549
10550         * docs/plugins/inspect/plugin-1394.xml:
10551         * docs/plugins/inspect/plugin-aasink.xml:
10552         * docs/plugins/inspect/plugin-alaw.xml:
10553         * docs/plugins/inspect/plugin-alpha.xml:
10554         * docs/plugins/inspect/plugin-alphacolor.xml:
10555         * docs/plugins/inspect/plugin-annodex.xml:
10556         * docs/plugins/inspect/plugin-apetag.xml:
10557         * docs/plugins/inspect/plugin-audiofx.xml:
10558         * docs/plugins/inspect/plugin-auparse.xml:
10559         * docs/plugins/inspect/plugin-autodetect.xml:
10560         * docs/plugins/inspect/plugin-avi.xml:
10561         * docs/plugins/inspect/plugin-cacasink.xml:
10562         * docs/plugins/inspect/plugin-cairo.xml:
10563         * docs/plugins/inspect/plugin-cdio.xml:
10564         * docs/plugins/inspect/plugin-cutter.xml:
10565         * docs/plugins/inspect/plugin-debug.xml:
10566         * docs/plugins/inspect/plugin-dv.xml:
10567         * docs/plugins/inspect/plugin-efence.xml:
10568         * docs/plugins/inspect/plugin-effectv.xml:
10569         * docs/plugins/inspect/plugin-esdsink.xml:
10570         * docs/plugins/inspect/plugin-flac.xml:
10571         * docs/plugins/inspect/plugin-flxdec.xml:
10572         * docs/plugins/inspect/plugin-gconfelements.xml:
10573         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
10574         * docs/plugins/inspect/plugin-goom.xml:
10575         * docs/plugins/inspect/plugin-halelements.xml:
10576         * docs/plugins/inspect/plugin-icydemux.xml:
10577         * docs/plugins/inspect/plugin-id3demux.xml:
10578         * docs/plugins/inspect/plugin-jpeg.xml:
10579         * docs/plugins/inspect/plugin-level.xml:
10580         * docs/plugins/inspect/plugin-matroska.xml:
10581         * docs/plugins/inspect/plugin-mulaw.xml:
10582         * docs/plugins/inspect/plugin-multipart.xml:
10583         * docs/plugins/inspect/plugin-navigationtest.xml:
10584         * docs/plugins/inspect/plugin-ossaudio.xml:
10585         * docs/plugins/inspect/plugin-png.xml:
10586         * docs/plugins/inspect/plugin-rtp.xml:
10587         * docs/plugins/inspect/plugin-rtsp.xml:
10588         * docs/plugins/inspect/plugin-shout2send.xml:
10589         * docs/plugins/inspect/plugin-smpte.xml:
10590         * docs/plugins/inspect/plugin-speex.xml:
10591         * docs/plugins/inspect/plugin-taglib.xml:
10592         * docs/plugins/inspect/plugin-udp.xml:
10593         * docs/plugins/inspect/plugin-videobalance.xml:
10594         * docs/plugins/inspect/plugin-videobox.xml:
10595         * docs/plugins/inspect/plugin-videoflip.xml:
10596         * docs/plugins/inspect/plugin-videomixer.xml:
10597         * docs/plugins/inspect/plugin-wavenc.xml:
10598         * docs/plugins/inspect/plugin-wavparse.xml:
10599         * docs/plugins/inspect/plugin-ximagesrc.xml:
10600           Update to CVS.
10601
10602 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
10603
10604         Patch by: Sebastian Dröge <slomo circular-chaos org>
10605
10606         * gst/audiofx/audiopanorama.c:
10607           Fix doc section name (Fixes #397946)
10608
10609 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
10610
10611         * sys/v4l2/gstv4l2object.c:
10612         (gst_v4l2_object_install_properties_helper),
10613         (gst_v4l2_object_set_property_helper),
10614         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
10615         * sys/v4l2/gstv4l2object.h:
10616         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
10617         (gst_v4l2src_init), (gst_v4l2src_set_property),
10618         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
10619         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10620         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
10621         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
10622         (gst_v4l2src_capture_deinit):
10623           Fix EIO handing when capturing. Add new property to specify the number of
10624           buffers to enque (and remove the borked num-buffers usage).
10625
10626 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10627
10628         Patch by: Sebastian Dröge <slomo circular-chaos org>
10629
10630         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
10631         (gst_audio_panorama_set_process_function):
10632           Use a function array for process methods, add more docs and define the
10633           startindex of enums.
10634
10635 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
10636
10637         Patch by: Mark Nauwelaerts <manauw at skynet be>
10638
10639         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
10640         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
10641         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10642         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
10643         (gst_avi_mux_riff_get_avi_header),
10644         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
10645         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
10646         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
10647         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
10648         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
10649         (gst_avi_mux_change_state):
10650         * gst/avi/gstavimux.h:
10651         * tests/check/elements/avimux.c: (teardown_src_pad):
10652           Add support for more than one audio stream; write better AVIX
10653           header; refactor code a bit; don't announce vorbis caps on our audio
10654           sink pads since we don't support it anyway. Closes #379298.
10655
10656 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
10657
10658         Patch by: Sebastian Dröge <slomo circular-chaos org>
10659
10660         * gst/audiofx/audiopanorama.c:
10661         (gst_audio_panorama_method_get_type),
10662         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
10663         (gst_audio_panorama_set_process_function),
10664         (gst_audio_panorama_set_property),
10665         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
10666         (gst_audio_panorama_transform_m2s_int_simple),
10667         (gst_audio_panorama_transform_s2s_int_simple),
10668         (gst_audio_panorama_transform_m2s_float_simple),
10669         (gst_audio_panorama_transform_s2s_float_simple):
10670         * gst/audiofx/audiopanorama.h:
10671           Add 'method' property and provide a simple (non-psychoacustic)
10672           processing method (#394859).
10673
10674         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
10675         (panorama_suite):
10676           Tests for new method.
10677
10678 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
10679
10680         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
10681         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
10682           Set correct caps on outgoing pulled buffers, or things blow up
10683           after recent core changes.
10684
10685 2007-01-11  Wim Taymans  <wim@fluendo.com>
10686
10687         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
10688
10689         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
10690         (gst_multipart_mux_request_new_pad),
10691         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
10692         (gst_multipart_mux_change_state):
10693         Return FLOW errors ASAP. Fixes #394977.
10694         Misc cleanups.
10695
10696 2007-01-11  Wim Taymans  <wim@fluendo.com>
10697
10698         Patch by: Lutz Mueller <lutz at topfrose dot de>
10699
10700         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
10701         Check for stream pad before activating. 
10702
10703 2007-01-10  Wim Taymans  <wim@fluendo.com>
10704
10705         Patch by: Peter Kjellerstedt  <pkj at axis com>
10706
10707         * gst/rtsp/COPYING.MIT:
10708         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
10709         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
10710         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
10711         (gst_rtspsrc_stream_configure_transport),
10712         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10713         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
10714         (gst_rtspsrc_parse_methods),
10715         (gst_rtspsrc_create_transports_string),
10716         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
10717         (gst_rtspsrc_open), (gst_rtspsrc_close):
10718         * gst/rtsp/gstrtspsrc.h:
10719         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
10720         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
10721         (parse_request_line), (parse_line), (rtsp_connection_read),
10722         (rtsp_connection_close):
10723         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
10724         (rtsp_method_as_text), (rtsp_header_as_text),
10725         (rtsp_status_as_text), (rtsp_find_header_field),
10726         (rtsp_find_method):
10727         * gst/rtsp/rtspdefs.h:
10728         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
10729         (rtsp_ext_wms_configure_stream):
10730         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
10731         (rtsp_message_new_request), (rtsp_message_init_request),
10732         (rtsp_message_new_response), (rtsp_message_init_response),
10733         (rtsp_message_init_data), (rtsp_message_unset),
10734         (rtsp_message_free), (rtsp_message_add_header),
10735         (rtsp_message_get_header), (rtsp_message_set_body),
10736         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
10737         * gst/rtsp/rtspmessage.h:
10738         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
10739         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
10740         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
10741         (sdp_message_dump):
10742         Allow url to be NULL to be able to use it for server connections.
10743         Can now send responses as well as requests.
10744         No longer hangs in an endless loop if EOF is received.
10745         Can now convert a status code to a text string.
10746         Return RTSP_HDR_INVALID for unknown headers.
10747         Return RTSP_INVALID for unknown methods.
10748         Copy CSeq and Session headers from the request.
10749         Only free memory corresponding to the currently set message type.
10750         Added const to function arguments as appropriate.
10751         Avoid a compiler warning when initializing nmedia.
10752         Use guint rather than gint to avoid compiler warnings.
10753         Fix crasher in wms extension.
10754         Factor out stream setup from open_connection.
10755         Delay activation of streams when actual data is received from the
10756         server, this prepares us to do proper protocol switching.
10757         Added new license.
10758         Fixes #380895.
10759
10760
10761 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
10762
10763         Patch by: Sebastian Dröge <slomo ubuntu com>
10764
10765         * docs/plugins/Makefile.am:
10766         * gst/audiofx/audiopanorama.c:
10767           Some small docs fixes (#394851).
10768
10769 2007-01-09  Wim Taymans  <wim@fluendo.com>
10770
10771         * gst/avi/gstavidemux.c:
10772         Fix docs.
10773
10774 2007-01-09  Wim Taymans  <wim@fluendo.com>
10775
10776         * gst/rtp/Makefile.am:
10777         * gst/rtp/gstrtp.c: (plugin_init):
10778         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
10779         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
10780         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
10781         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
10782         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
10783         * gst/rtp/gstrtpmpvdepay.h:
10784           Added RFC 2250 MPEG Video Depayloader.
10785
10786         * gst/rtp/gstrtpL16depay.h:
10787         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
10788         (gst_rtp_h263p_depay_process):
10789         Fix Header file. Small cleanups.
10790
10791         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
10792         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
10793         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
10794         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
10795         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
10796         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
10797         (gst_rtp_mp4v_depay_change_state):
10798         Remove usused code. Remove Adapter from state Change. Added debug.
10799
10800         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
10801         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
10802         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
10803         * gst/rtp/gstrtpmpadepay.h:
10804         Subclass base depayloader.
10805         Added debug.
10806         Support static payload type assignment as well.
10807
10808         * gst/rtp/gstrtpmpapay.c:
10809         Fix caps.
10810
10811 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10812
10813         Patch by: Vincent Torri  <vtorri at univ-evry fr>
10814
10815         * ext/jpeg/gstjpegdec.c:
10816         * ext/jpeg/gstjpegenc.c:
10817         * ext/jpeg/smokecodec.c:
10818           These libjpeg callbacks should return a 'boolean' (unsigned char
10819           apparently) and not a 'gboolean' (which maps to gint). Fixes
10820           warnings when compiling with MingW (#393427).
10821
10822         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
10823           Use ioctlsocket on win32.
10824
10825         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
10826           Some printf format fixes for win32.
10827
10828 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
10829
10830         * gst/cutter/gstcutter.c: (gst_cutter_chain):
10831           Use gst_guint64_to_gdouble for conversion.
10832         * win32/vs6/libgstmatroska.dsp:
10833           Add zlib to the link.
10834         * win32/vs6/libgstvideobox.dsp:
10835           Update liboil library name (project is linked to 
10836           liboil-0.3-0.lib now).
10837           
10838 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10839
10840         * gst/matroska/Makefile.am:
10841           If zlib is available and used, we must link it explicitly for
10842           things to work on MingW (fixes #392855).
10843
10844 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
10845
10846         * ext/esd/esdsink.c: (gst_esdsink_delay):
10847           Don't return bogus values when esd_get_delay() fails for some
10848           reason (#392189).
10849
10850 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
10851
10852         * sys/ximage/gstximagesrc.c: (composite_pixel):
10853           Fix presumably copy'n'pasto for 16bpp depth.
10854
10855 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
10856
10857         * gst/matroska/matroska-mux.c:
10858         (gst_matroska_mux_audio_pad_setcaps):
10859           The "signed" field in audio caps is of boolean type, trying to use
10860           gst_structure_get_int() to extract it will fail. Fixing this makes
10861           matroskamux accept raw audio input (#387121) (use at your own risk
10862           though, due to the matroska spec being not entirely useful in this
10863           respect).
10864           Also fix up raw audio structures in template caps so that they
10865           represent what our setcaps function will actually accept, so that
10866           converters know what to convert to.
10867           Finally, don't fail if there isn't an "endianness" field in 8-bit
10868           PCM caps.
10869
10870 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
10871
10872         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
10873         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
10874         * tests/check/elements/cmmldec.c: (setup_cmmldec),
10875         (teardown_cmmldec):
10876         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
10877         (teardown_cmmlenc):
10878         * tests/check/elements/level.c: (setup_level), (cleanup_level):
10879           reapply consistent pad (de)activation
10880
10881 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
10882
10883         * configure.ac:
10884         Back to CVS
10885
10886         * gst-plugins-good.doap:
10887         Add 0.10.5 doap entry
10888
10889 === release 0.10.5 ===
10890
10891 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
10892
10893         * configure.ac:
10894           releasing 0.10.5, "The Path of Thorns"
10895
10896 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
10897
10898         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
10899         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
10900         * tests/check/elements/cmmldec.c: (setup_cmmldec),
10901         (teardown_cmmldec):
10902         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
10903         (teardown_cmmlenc):
10904         * tests/check/elements/level.c: (setup_level), (cleanup_level):
10905           revert my freeze breakage
10906
10907 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
10908
10909         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
10910         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
10911         * tests/check/elements/cmmldec.c: (setup_cmmldec),
10912         (teardown_cmmldec):
10913         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
10914         (teardown_cmmlenc):
10915         * tests/check/elements/level.c: (setup_level), (cleanup_level):
10916           consistent pad (de)activation
10917
10918 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
10919
10920         * configure.ac:
10921         * ext/Makefile.am:
10922         Disable LADPSA, as it has moved to the -bad module for the duration.
10923
10924 2006-12-18  Wim Taymans  <wim@fluendo.com>
10925
10926         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
10927         (gst_signal_processor_event):
10928         Reset flow_state back to _OK after a flush stop so that we exit our
10929         error state after the flush. Fixes #374213
10930
10931 2006-12-16  David Schleef  <ds@schleef.org>
10932
10933         * sys/osxvideo/osxvideosink.h:
10934         * sys/osxvideo/osxvideosink.m:
10935           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
10936
10937 2006-12-16  David Schleef  <ds@schleef.org>
10938
10939         Patch by: Vijay Santhanam <vijay santhanam gmail com>
10940
10941         * sys/osxvideo/Makefile.am:
10942         * sys/osxvideo/osxvideosink.h:
10943         * sys/osxvideo/osxvideosink.m:
10944           Preliminary patch for porting osxvideosink
10945
10946 2006-12-16  Wim Taymans  <wim@fluendo.com>
10947
10948         Patch by: Sjoerd Simons <sjoerd at luon dot net>
10949
10950         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
10951         (gst_videomixer_set_master_geometry),
10952         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
10953         (gst_videomixer_reset), (gst_videomixer_init),
10954         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
10955         (gst_videomixer_release_pad), (gst_videomixer_collected),
10956         (gst_videomixer_change_state):
10957         Introduce some locking around the videomixer state so that it does not
10958         crash when adding/removing pads. Fixes #383043.
10959
10960 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
10961
10962         * configure.ac:
10963           Make sure libcaca can actually be used instead of just checking for
10964           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
10965           cross-compiling (fixes #384587).
10966
10967 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
10968
10969         * Makefile.am:
10970         * gst-plugins-good.doap:
10971         * gst-plugins-good.spec.in:
10972           adding doap file
10973
10974 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
10975
10976         * configure.ac:
10977           libflac-1.1.3 changed API again, but we can't build against it yet,
10978           so make sure our check doesn't use libflac-1.1.3 and add a comment
10979           to this effect.
10980
10981 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
10982
10983         * gst/effectv/gstquark.c: (gst_quarktv_transform),
10984         (gst_quarktv_planetable_clear):
10985           Add some NULL pointer checks (possibly related to #385623).
10986
10987 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
10988
10989         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
10990         (gst_tag_demux_chain):
10991         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
10992           In streaming mode, if the first buffer we get doesn't have an
10993           offset, fix it up to be 0, otherwise trimming won't work later on
10994           and we'll be typefinding application/x-id3, which may result in
10995           decodebin plugging an endless number of id3demux elements as a
10996           consequence. Fixes #385031.
10997           
10998 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
10999
11000         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
11001           Ignore the buffer_time the sound device reports. Turns out it is 
11002           sometimes completely bogus and we're better off without it.
11003
11004 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
11005
11006         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11007         (gst_matroska_demux_video_caps):
11008         * gst/matroska/matroska-ids.c:
11009         (gst_matroska_track_init_video_context):
11010         * gst/matroska/matroska-ids.h:
11011           Try harder to extract the framerate for video tracks correctly and
11012           save it directly instead of converting it back and forth a few
11013           times. Mostly makes a difference for very small framerates (<1).
11014           Fixes #380199.
11015
11016 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
11017
11018         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
11019         (gst_gconf_audio_src_dispose), (do_toggle_element):
11020         * ext/gconf/gstgconfaudiosrc.h:
11021           Remove gconf notify hook when the gconfaudiosrc element is
11022           destroyed, otherwise the callback may be called on an
11023           already-destroyed instance and bad things happen. Should fix
11024           #378184.
11025           Also ignore gconf key changes when the source is already running.
11026
11027 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11028
11029         Patch by: Sebastian Dröge  <mail at slomosnail de>
11030
11031         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
11032           We need to be able to read and parse any possible floating point string
11033           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
11034           will parse the former only in certain locales though, so we really need
11035           to canonicalise the separator to '.' and then use g_ascii_strtod() to
11036           make sure we can parse either version at all times.
11037           Fixes #382982 for real.
11038
11039 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11040
11041         * sys/sunaudio/gstsunaudiomixerctrl.c:
11042         * sys/sunaudio/gstsunaudiosrc.c:
11043
11044         Use the sunaudio debug category.
11045
11046         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
11047         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
11048         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
11049         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
11050         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
11051         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
11052         (gst_sunaudiosink_reset):
11053         * sys/sunaudio/gstsunaudiosink.h:
11054
11055         Uses the sunaudio debug category for all debug output
11056         Implements the _delay() callback to synchronise video playback better
11057         Change the segtotal and segsize values back to the parent class 
11058           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
11059           respectively)
11060         Measure the samples written to the device vs. played.
11061         Keep track of segments in the device by writing empty eof frames, and
11062         sleep using a GCond when we get too far ahead and risk overrunning the
11063         sink's ringbuffer.
11064
11065         Fixes: #360673
11066
11067 2006-12-08  Wim Taymans  <wim@fluendo.com>
11068
11069         Patch by: Sebastian Dröge  <mail at slomosnail de >
11070
11071         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
11072         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
11073         * gst/audiofx/audiopanorama.h:
11074         Fix audiopanorame with float samples. Fixes #383726.
11075
11076 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11077
11078         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
11079         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
11080         (gst_sunaudiosrc_reset):
11081
11082         Implement reset functions to unblock the src/sink more quickly on 
11083         state change requests.
11084         Patch by: Brian Cameron <brian dot cameron at sun com>
11085
11086 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11087
11088         * sys/sunaudio/gstsunaudiomixer.c:
11089         (gst_sunaudiomixer_change_state):
11090         Construct the correct mixer device name when the AUDIODEV env var
11091         is set.
11092
11093         Patch by: Jerry Tan <jerry.tan at sun dot com>
11094         Fixes: #383596
11095
11096 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11097
11098         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
11099         Apply patch to open the mixer control and set the MULTIPLE_OPEN
11100         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
11101         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
11102         Patch by: Jerry Tan <jerry.tan at sun dot com>
11103         Fixes: #349015
11104
11105 2006-12-07  Wim Taymans  <wim@fluendo.com>
11106
11107         * gst/smpte/gstmask.h:
11108         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
11109         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
11110         (gst_smpte_collected), (gst_smpte_set_property),
11111         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
11112         * gst/smpte/gstsmpte.h:
11113         Port to 0.10 some more. 
11114         Added duration property to specify the duration of the transition.
11115         Make framerate a fraction.
11116         Deprecate fps property, we only use negotiated fps.
11117         Added docs.
11118         Fix collectpad usage.
11119         Reset state in READY.
11120         Send NEWSEGMENT event.
11121         Fix racy updates of object properties.
11122         Added debug category.
11123         Fixes #383323.
11124
11125 2006-12-06  Wim Taymans  <wim@fluendo.com>
11126
11127         Patch by: Sjoerd Simons <sjoerd at luon dot net>
11128
11129         * gst/videomixer/videomixer.c:
11130         (gst_videomixer_set_master_geometry),
11131         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
11132         Don't reset xpos and ypos in the setcaps function because causes
11133         unexpected behaviour.
11134         Fixes #382179.
11135
11136 2006-12-06  Wim Taymans  <wim@fluendo.com>
11137
11138         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
11139         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
11140         Keep track of the buffer timestamp in the collectdata member instead
11141         of modifying the buffer without making the metadata writable first.
11142         Fixes #382277.
11143
11144 2006-12-06  Wim Taymans  <wim@fluendo.com>
11145
11146         Patch by: Rob Taylor <robtaylor at floopily dot org>
11147
11148         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
11149         If using multicast in udpsrc, bind to the multicast address rather than
11150         IN_ADDR_ANY.
11151         This allows the simultanous use of multiple udpsrcs listening on
11152         different multicat addresses. Without this all udpsrcs will receive all
11153         packets from all subscribed multicast addresses.
11154         Fixes #383001.
11155
11156 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
11157
11158         * ext/taglib/gstid3v2mux.cc:
11159         Don't attempt to write a NULL frame into the ID3 tag set when the 
11160         createFrame method returned NULL.
11161         Fixes: #381857
11162         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
11163
11164 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
11165
11166         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
11167         Use g_strtod() instead of sscanf to parse doubles, so that it will
11168         try parsing in the C locale if the current locale fails.
11169         Fixes: #382982
11170         Patch by: Sebastian Dröge  <mail at slomosnail de >
11171
11172 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11173
11174         * win32/MANIFEST:
11175         Fix compilation on win32 under VS8
11176         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11177         Partially fixes #381175
11178
11179 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
11180
11181         * gst/avi/gstavimux.c:
11182           accept all mpegversions,fixes #380825
11183           spotted by: Jerome Alet  
11184
11185 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
11186
11187         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11188         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
11189         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
11190         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
11191           cleanup the error message a bit more
11192
11193 2006-11-28  Wim Taymans  <wim@fluendo.com>
11194
11195         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11196         Fix width and height properties.
11197
11198         * ext/libcaca/gstcacasink.h:
11199         Fix compilation on newer libcaca that require us to include a new
11200         header. Fixes #379918.
11201
11202 2006-11-28  Wim Taymans  <wim@fluendo.com>
11203
11204         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
11205         * gst/rtsp/gstrtspsrc.h:
11206         * gst/rtsp/rtspext.h:
11207         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
11208         (rtsp_ext_wms_get_context):
11209         Add method so that extensions can choose to disable the setup of
11210         a stream.
11211         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
11212
11213 2006-11-27  Wim Taymans  <wim@fluendo.com>
11214
11215         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
11216
11217         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11218         Push header in a separate buffer instead of memcpy:ing all data.
11219         Change LF => CRLF in headers.
11220         Move trailing LF to header. Fixes #379792.
11221
11222 2006-11-27  Wim Taymans  <wim@fluendo.com>
11223
11224         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
11225         Small buffer overflow fix and improve debugging.
11226
11227 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11228
11229         * ext/esd/esdmon.h:
11230         * ext/esd/esdsink.h:
11231           remove obsolete _factory_init protos
11232
11233 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11234
11235         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
11236         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
11237         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
11238         (gst_avi_demux_read_subindexes_push),
11239         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
11240         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11241         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11242         (gst_avi_demux_massage_index),
11243         (gst_avi_demux_calculate_durations_from_index),
11244         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
11245         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
11246         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11247           remove dead code, tweak debugs statements, add comments, use
11248           _uint64_scale instead _uint64_scale_int when using guint64 values,
11249           small optimizations, reflow some error handling
11250
11251 2006-11-22  Edward Hervey  <edward@fluendo.com>
11252
11253         * po/.cvsignore:
11254         We never put .pot files in cvs. Let's ignore them all.
11255
11256 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11257
11258         * po/POTFILES.in:
11259           ... but better exclude files that aren't disted.
11260
11261 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11262
11263         * po/POTFILES.in:
11264           Add v4l2 source files to list of files with translations, so the
11265           strings are actually extracted (however bad they still may be).
11266
11267 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11268
11269         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
11270           Minor clean-ups: const-ify static array, remove trailing comma from
11271           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
11272
11273 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
11274
11275         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
11276         Make sure that g_free always gets called on the same pointer that was 
11277         returned by g_malloc.  Fixes #376594.
11278         Do not leak memory if decompressed size is wrong.
11279         Remove unneeded check of return value of g_malloc.
11280         Patch by: René Stadler <mail@renestadler.de>
11281
11282 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
11283
11284         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
11285           Add missing curly brackets.
11286
11287 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
11288
11289         * sys/v4l2/v4l2src_calls.c:
11290         Fix capture_deinit.
11291
11292 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11293
11294         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
11295         (gst_matroska_mux_request_new_pad):
11296           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
11297
11298         * tests/check/elements/matroskamux.c: (setup_src_pad),
11299         (setup_sink_pad), (GST_START_TEST):
11300         Activate pads before using them.
11301
11302 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11303
11304         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
11305           Initialise variable to get rid of bogus compiler warning.
11306
11307 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
11308
11309         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
11310
11311         * gst/rtp/gstrtph263pay.c:
11312         * gst/rtp/gstrtph263pdepay.c:
11313         * gst/rtp/gstrtph263ppay.c:
11314           Specify H.263 variant and version in the caps (fixes #361637)
11315
11316 2006-11-15  Wim Taymans  <wim@fluendo.com>
11317
11318         * gst/rtsp/rtspconnection.c: (read_body):
11319         Don't set a data pointer to NULL and a size > 0 when we deal
11320         with empty packets.
11321
11322         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
11323         (rtsp_message_init_response), (rtsp_message_init_data),
11324         (rtsp_message_unset), (rtsp_message_free),
11325         (rtsp_message_take_body):
11326         Check that we can't create invalid empty packets. 
11327
11328 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
11329
11330         Patch by: Mark Nauwelaerts  <manauw at skynet be>
11331
11332         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
11333         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
11334         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
11335         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
11336         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
11337         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
11338         * gst/matroska/matroska-mux.h:
11339           Add basic tag writing support; implement releasing pads (#374658).
11340
11341 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
11342
11343         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11344         (gst_matroska_demux_audio_caps):
11345           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
11346
11347 2006-11-14  David Schleef  <ds@schleef.org>
11348
11349         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
11350
11351 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
11352
11353         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11354
11355         * win32/vs8/gst-plugins-good.sln:
11356         * win32/vs8/libgst1394.vcproj:
11357         * win32/vs8/libgstaasink.vcproj:
11358         * win32/vs8/libgstalaw.vcproj:
11359         * win32/vs8/libgstalpha.vcproj:
11360         * win32/vs8/libgstalphacolor.vcproj:
11361         * win32/vs8/libgstannodex.vcproj:
11362         * win32/vs8/libgstapetag.vcproj:
11363         * win32/vs8/libgstaudiofx.vcproj:
11364         * win32/vs8/libgstauparse.vcproj:
11365         * win32/vs8/libgstautodetect.vcproj:
11366         * win32/vs8/libgstavi.vcproj:
11367         * win32/vs8/libgstcacasink.vcproj:
11368         * win32/vs8/libgstcdio.vcproj:
11369         * win32/vs8/libgstcutter.vcproj:
11370         * win32/vs8/libgstdv.vcproj:
11371         * win32/vs8/libgsteffectv.vcproj:
11372         * win32/vs8/libgstflac.vcproj:
11373         * win32/vs8/libgstflxdec.vcproj:
11374         * win32/vs8/libgstgoom.vcproj:
11375         * win32/vs8/libgsticydemux.vcproj:
11376         * win32/vs8/libgstid3demux.vcproj:
11377         * win32/vs8/libgstjpeg.vcproj:
11378         * win32/vs8/libgstladspa.vcproj:
11379         * win32/vs8/libgstlevel.vcproj:
11380         * win32/vs8/libgstmatroska.vcproj:
11381         * win32/vs8/libgstmikmod.vcproj:
11382         * win32/vs8/libgstmng.vcproj:
11383         * win32/vs8/libgstmonoscope.vcproj:
11384         * win32/vs8/libgstmulaw.vcproj:
11385         * win32/vs8/libgstmultipart.vcproj:
11386         * win32/vs8/libgstpng.vcproj:
11387         * win32/vs8/libgstrtp.vcproj:
11388         * win32/vs8/libgstrtsp.vcproj:
11389         * win32/vs8/libgstshout2.vcproj:
11390         * win32/vs8/libgstsmpte.vcproj:
11391         * win32/vs8/libgstspeex.vcproj:
11392         * win32/vs8/libgsttaglib.vcproj:
11393         * win32/vs8/libgstudp.vcproj:
11394         * win32/vs8/libgstvideobalance.vcproj:
11395         * win32/vs8/libgstvideobox.vcproj:
11396         * win32/vs8/libgstvideoflip.vcproj:
11397         * win32/vs8/libgstvideomixer.vcproj:
11398         * win32/vs8/libgstwavenc.vcproj:
11399         * win32/vs8/libgstwavparse.vcproj:
11400           Make end-of-line returns unixy, so that when the files are checked
11401           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
11402           Hopefully fixes #366492.
11403
11404 2006-11-14  Wim Taymans  <wim@fluendo.com>
11405
11406         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
11407         Disable init_frames delay timestamp adjustment, it does not
11408         seem to be needed at all. Fixes #369621.
11409
11410 2006-11-13  Wim Taymans  <wim@fluendo.com>
11411
11412         Patch by: Mark Nauwelaerts  <manauw at skynet be>
11413
11414         * gst/videomixer/videomixer.c:
11415         (gst_videomixer_set_master_geometry),
11416         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
11417         (gst_videomixer_collect_free), (gst_videomixer_reset),
11418         (gst_videomixer_init), (gst_videomixer_finalize),
11419         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
11420         (gst_videomixer_collected), (gst_videomixer_change_state):
11421         Fix memleak by unref'ing collectpads instance (when finalizing)
11422         Implement releasing a request pad. Fixes #374479.
11423
11424 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11425
11426         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11427
11428         * win32/vs8/gst-plugins-good.sln:
11429         * win32/vs8/libgst1394.vcproj:
11430         * win32/vs8/libgstaasink.vcproj:
11431         * win32/vs8/libgstalaw.vcproj:
11432         * win32/vs8/libgstalpha.vcproj:
11433         * win32/vs8/libgstalphacolor.vcproj:
11434         * win32/vs8/libgstannodex.vcproj:
11435         * win32/vs8/libgstapetag.vcproj:
11436         * win32/vs8/libgstaudiofx.vcproj:
11437         * win32/vs8/libgstauparse.vcproj:
11438         * win32/vs8/libgstautodetect.vcproj:
11439         * win32/vs8/libgstavi.vcproj:
11440         * win32/vs8/libgstcacasink.vcproj:
11441         * win32/vs8/libgstcdio.vcproj:
11442         * win32/vs8/libgstcutter.vcproj:
11443         * win32/vs8/libgstdv.vcproj:
11444         * win32/vs8/libgsteffectv.vcproj:
11445         * win32/vs8/libgstflac.vcproj:
11446         * win32/vs8/libgstflxdec.vcproj:
11447         * win32/vs8/libgstgoom.vcproj:
11448         * win32/vs8/libgsticydemux.vcproj:
11449         * win32/vs8/libgstid3demux.vcproj:
11450         * win32/vs8/libgstjpeg.vcproj:
11451         * win32/vs8/libgstladspa.vcproj:
11452         * win32/vs8/libgstlevel.vcproj:
11453         * win32/vs8/libgstmatroska.vcproj:
11454         * win32/vs8/libgstmikmod.vcproj:
11455         * win32/vs8/libgstmng.vcproj:
11456         * win32/vs8/libgstmonoscope.vcproj:
11457         * win32/vs8/libgstmulaw.vcproj:
11458         * win32/vs8/libgstmultipart.vcproj:
11459         * win32/vs8/libgstpng.vcproj:
11460         * win32/vs8/libgstrtp.vcproj:
11461         * win32/vs8/libgstrtsp.vcproj:
11462         * win32/vs8/libgstshout2.vcproj:
11463         * win32/vs8/libgstsmpte.vcproj:
11464         * win32/vs8/libgstspeex.vcproj:
11465         * win32/vs8/libgsttaglib.vcproj:
11466         * win32/vs8/libgstudp.vcproj:
11467         * win32/vs8/libgstvideobalance.vcproj:
11468         * win32/vs8/libgstvideobox.vcproj:
11469         * win32/vs8/libgstvideoflip.vcproj:
11470         * win32/vs8/libgstvideomixer.vcproj:
11471         * win32/vs8/libgstwavenc.vcproj:
11472         * win32/vs8/libgstwavparse.vcproj:
11473           Add VS8 project files (note that many of the plugins in ext are
11474           disabled by default). Fixes #366492.
11475
11476 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
11477
11478         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
11479           we do not translate debug messages
11480
11481 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
11482
11483         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
11484           fix categorisation, make short desc more explicit, remove unused code
11485           Fixes #372021
11486
11487 2006-11-08  Wim Taymans  <wim@fluendo.com>
11488
11489         * gst/rtp/gstrtpL16depay.c:
11490         * gst/rtp/gstrtpamrdepay.c:
11491         * gst/rtp/gstrtpamrpay.c:
11492         * gst/rtp/gstrtpgsmdepay.c:
11493         * gst/rtp/gstrtph263pay.c:
11494         * gst/rtp/gstrtph263pdepay.c:
11495         * gst/rtp/gstrtph263ppay.c:
11496         * gst/rtp/gstrtph264depay.c:
11497         * gst/rtp/gstrtpmp2tdepay.c:
11498         * gst/rtp/gstrtpmp4gdepay.c:
11499         * gst/rtp/gstrtpmp4gpay.c:
11500         * gst/rtp/gstrtpmp4vdepay.c:
11501         * gst/rtp/gstrtpmp4vpay.c:
11502         * gst/rtp/gstrtpmpadepay.c:
11503         * gst/rtp/gstrtpmpapay.c:
11504         * gst/rtp/gstrtppcmadepay.c:
11505         * gst/rtp/gstrtppcmapay.c:
11506         * gst/rtp/gstrtppcmudepay.c:
11507         * gst/rtp/gstrtppcmupay.c:
11508         * gst/rtp/gstrtpspeexdepay.c:
11509         * gst/rtp/gstrtpspeexpay.c:
11510         * gst/rtp/gstrtpsv3vdepay.c:
11511         Fix element descriptions.
11512
11513 2006-11-08  Wim Taymans  <wim@fluendo.com>
11514
11515         * gst/rtp/gstrtpvorbisdepay.c:
11516         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
11517         Fix description.
11518         Small cleanup in the payloader.
11519
11520 2006-11-08  Wim Taymans  <wim@fluendo.com>
11521
11522         * gst/rtp/Makefile.am:
11523         * gst/rtp/gstrtp.c: (plugin_init):
11524         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
11525         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
11526         (gst_rtp_theora_depay_finalize),
11527         (gst_rtp_theora_depay_parse_configuration),
11528         (gst_rtp_theora_depay_setcaps),
11529         (gst_rtp_theora_depay_switch_codebook),
11530         (gst_rtp_theora_depay_process),
11531         (gst_rtp_theora_depay_set_property),
11532         (gst_rtp_theora_depay_get_property),
11533         (gst_rtp_theora_depay_change_state),
11534         (gst_rtp_theora_depay_plugin_init):
11535         * gst/rtp/gstrtptheoradepay.h:
11536         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
11537         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
11538         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
11539         (gst_rtp_theora_pay_init_packet),
11540         (gst_rtp_theora_pay_flush_packet),
11541         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
11542         (gst_rtp_theora_pay_handle_buffer),
11543         (gst_rtp_theora_pay_plugin_init):
11544         * gst/rtp/gstrtptheorapay.h:
11545         Add theora pay/depayloaders.
11546
11547 2006-11-06  Wim Taymans  <wim@fluendo.com>
11548
11549         * gst/rtp/Makefile.am:
11550         We depend on gsttag to generate the vorbis comments.
11551
11552         * gst/rtp/gstrtpvorbisdepay.c:
11553         (gst_rtp_vorbis_depay_parse_configuration),
11554         (gst_rtp_vorbis_depay_setcaps),
11555         (gst_rtp_vorbis_depay_switch_codebook),
11556         (gst_rtp_vorbis_depay_process):
11557         * gst/rtp/gstrtpvorbisdepay.h:
11558         Parse configuration string in the depayloader.
11559         Implement selecting and switching to a new codebook.
11560         Receiving vorbis over RTP now works.
11561
11562         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
11563         (gst_rtp_vorbis_pay_init_packet),
11564         (gst_rtp_vorbis_pay_finish_headers),
11565         (gst_rtp_vorbis_pay_handle_buffer):
11566         * gst/rtp/gstrtpvorbispay.h:
11567         Set timestamps on outgoing buffers and RTP packets.
11568         Fix configuration string, prepend number of Packet headers.
11569         Fix encoding of ident string.
11570         Add delivery-method to caps.
11571         Streaming vorbis over RTP now works.
11572
11573 2006-11-06  Wim Taymans  <wim@fluendo.com>
11574
11575         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
11576         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
11577         (gst_rtp_vorbis_pay_handle_buffer):
11578         * gst/rtp/gstrtpvorbispay.h:
11579         Generate a valid configuration string in the caps based on the
11580         vorbis headers.
11581
11582 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
11583
11584         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
11585         * ext/cdio/gstcdio.h:
11586         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
11587           Move CD-TEXT utility function into common file so it can also be
11588           used by a future cdioparanoiasrc.
11589
11590 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
11591         
11592         * sys/v4l2/Makefile.am:
11593         * sys/v4l2/gstv4l2object.c:
11594         * sys/v4l2/gstv4l2src.c:
11595         * sys/v4l2/gstv4l2xoverlay.c:
11596         * sys/v4l2/v4l2_calls.c:
11597         * sys/v4l2/v4l2src_calls.c:
11598         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
11599         xoverlay code that is still not implemented.
11600
11601 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
11602
11603         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
11604           We require a -base more recent than 0.10.9, so it's safe to use
11605           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
11606
11607         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
11608         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
11609           Use _newsegment_full() now that we depend on a recent enough core.
11610
11611         * gst/wavparse/gstwavparse.c:
11612           Remove cruft that we don't need any longer now that we depend on
11613           a recent enough -base.
11614
11615 2006-10-31  Wim Taymans  <wim@fluendo.com>
11616
11617         * gst/rtp/Makefile.am:
11618         * gst/rtp/gstrtp.c: (plugin_init):
11619         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
11620         (gst_rtpilbcpay_setcaps):
11621         Fix and activate ILBC pay and depayloaders. Fixes #368162.
11622
11623 2006-10-31  Wim Taymans  <wim@fluendo.com>
11624
11625         * ext/speex/gstspeexdec.c: (speex_dec_convert),
11626         (speex_dec_sink_event), (speex_dec_chain_parse_header):
11627         Some small cleanups, use _scale.
11628
11629 2006-10-31  Wim Taymans  <wim@fluendo.com>
11630
11631         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
11632         Use higher precision scale function.
11633
11634 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
11635
11636         Patch by: Michal Benes  <michal dot benes at itonis tv>
11637
11638         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
11639         (gst_matroska_demux_read_track_encodings),
11640         (gst_matroska_decode_buffer):
11641           Fix several issues with encoded/compressed/encrypted/signed tracks;
11642           also, remove superfluous newline characters from some debug
11643           statements. (#366155)
11644
11645 2006-10-30  Wim Taymans  <wim@fluendo.com>
11646
11647         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
11648         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
11649         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
11650         (gst_smokedec_change_state):
11651         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
11652         (gst_smokeenc_init), (gst_smokeenc_finalize),
11653         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
11654         (gst_smokeenc_resync), (gst_smokeenc_chain),
11655         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
11656         (gst_smokeenc_change_state):
11657         Various cleanups, capsnego and leak fixes.
11658
11659 2006-10-30  Wim Taymans  <wim@fluendo.com>
11660
11661         Patch by: Mark Nauwelaerts  <manauw at skynet be>
11662
11663         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
11664         Fix videomixer so that it can handle any combination of framerates.
11665         Fixes #367221.
11666
11667 2006-10-28  Wim Taymans  <wim@fluendo.com>
11668
11669         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11670         (gst_avi_demux_parse_file_header),
11671         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
11672         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
11673         (gst_avi_demux_chain):
11674         Fix position query for audio. also fixes timestamps in streaming
11675         mode and bug #364958.
11676         Small cleanups.
11677
11678 2006-10-27  Wim Taymans  <wim@fluendo.com>
11679
11680         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
11681         * ext/libpng/gstpngenc.h:
11682         Fix strides. Fixes #364856.
11683         Cleanup capsnego.
11684         Set caps on outgoing buffers.
11685
11686 2006-10-18  Wim Taymans  <wim@fluendo.com>
11687
11688         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
11689
11690         * gst/rtp/gstrtpgsmpay.c:
11691         * gst/rtp/gstrtph263pay.c:
11692         * gst/rtp/gstrtpmpapay.c:
11693         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
11694         (gst_rtp_pcma_pay_handle_buffer):
11695         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
11696         Add static payload numbers in addition to the dynamic ones.
11697         Fixes #361639.
11698
11699 2006-10-18  Wim Taymans  <wim@fluendo.com>
11700
11701         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
11702         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
11703         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
11704         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
11705         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
11706         * gst/rtsp/rtspdefs.h:
11707         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11708         * gst/rtsp/rtspurl.h:
11709         Reuse already existing enum for lower transport.
11710         Add rtspt and rtspu protocols.
11711         Send redirect to rtspt when udp times out.
11712
11713 2006-10-18  Wim Taymans  <wim@fluendo.com>
11714
11715         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11716         (gst_wavparse_stream_data):
11717         Fix seeking some more, mostly for speed changes.
11718
11719 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11720
11721         Patch by: Fredrik Persson  <frepe at bredband net>
11722
11723         * sys/v4l2/gstv4l2tuner.c:
11724         * sys/v4l2/gstv4l2tuner.h:
11725           Fix _set_channel(): remove useless g_object_notify() for "channel"
11726           property that doesn't exist any longer and therefore now also
11727           useless redirect (#338818).
11728
11729 2006-10-17  Wim Taymans  <wim@fluendo.com>
11730
11731         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
11732         Some drivers do not support unsetting the non-blocking flag once the
11733         device is opened. In those cases, close/open the device in
11734         non-blocking mode. Fixes #362673.
11735
11736 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
11737
11738         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
11739         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
11740         (gst_v4l2src_get_fps):
11741           dear stefan, framespersecond is not frameperiod, reverting but adding
11742           comment
11743
11744 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
11745
11746         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
11747         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
11748         (gst_v4l2src_get_fps):
11749           Numerator is numerator and denominator is denominator. Say that aloud
11750           5 times and retry after next beer.
11751
11752 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
11753
11754         Patch by: Josep Torra Valles  <josep at fluendo com>
11755
11756         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
11757         * ext/esd/esdsink.c: (gst_esdsink_write):
11758         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
11759         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
11760         (gst_flac_dec_send_newsegment):
11761         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
11762         (gst_flac_enc_tell_callback):
11763         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
11764         (smokecodec_parse_header), (smokecodec_decode):
11765         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
11766         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
11767         * gst/goom/Makefile.am:
11768         * gst/goom/gstgoom.c:
11769         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
11770         * gst/rtsp/gstrtspsrc.c:
11771         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
11772         * gst/udp/gstudpsink.c:
11773         * gst/udp/gstudpsrc.c:
11774         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
11775         * sys/sunaudio/gstsunaudiomixertrack.h:
11776           Fix a bunch of problems discovered by the Forte compiler, mostly type
11777           mixups and pointer arithmetics with void pointers. Fixes #362603.
11778
11779 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
11780
11781         * ext/speex/gstspeex.c: (plugin_init):
11782         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
11783         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
11784         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
11785         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
11786         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
11787         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
11788         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
11789         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
11790         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
11791         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
11792         (gst_speex_enc_chain), (gst_speex_enc_get_property),
11793         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
11794         * ext/speex/gstspeexenc.h:
11795           Miscellaneous clean-ups, among other things: speexenc => enc to
11796           enhance code readability; change speexenc => speex_enc; in chain
11797           function unref input buffer in case of error; take reference in
11798           event function; use boilerplate macro; use gst_pad_query_peer_*
11799           convenience functions.
11800
11801 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
11802
11803         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
11804         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
11805         (gst_speexenc_set_header_on_caps):
11806           Fix some mem leaks.
11807
11808 2006-10-11  Wim Taymans  <wim@fluendo.com>
11809
11810         * gst/rtsp/URLS:
11811         Added some other URL.
11812
11813         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
11814         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
11815         (gst_rtspsrc_open), (gst_rtspsrc_play),
11816         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
11817         * gst/rtsp/gstrtspsrc.h:
11818         Work on fallback to TCP connection when the UDP socket times out.
11819         Handler server requests, just reply with OK for now.
11820
11821         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
11822         * gst/rtsp/rtspdefs.h:
11823         Added some more Real extension headers.
11824
11825         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11826         Fix parsing of urls with a ':' that is not part of the hostname:port
11827         part of the url.
11828
11829 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
11830
11831         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
11832         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
11833         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
11834           Activate pad before adding it to the already-running element.
11835
11836         * tests/check/elements/icydemux.c: (icydemux_found_pad):
11837           Activate newly-created pad too.
11838
11839 2006-10-11  Wim Taymans  <wim@fluendo.com>
11840
11841         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
11842
11843         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
11844         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
11845         (gst_udpsrc_start):
11846         Fix some leaks in caps and uris. Fixes #361252.
11847
11848 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
11849
11850         * gst/wavparse/Makefile.am:
11851           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
11852
11853 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
11854
11855         * sys/v4l2/gstv4l2xoverlay.c:
11856         * sys/v4l2/gstv4l2xoverlay.h:
11857         Fix build as per the patch in #338818 comment 36.
11858
11859 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
11860
11861         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
11862           Activate pads before adding them to the source.
11863
11864 2006-10-06  Wim Taymans  <wim@fluendo.com>
11865
11866         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
11867         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
11868         Activate pads before adding.
11869
11870 2006-10-06  Wim Taymans  <wim@fluendo.com>
11871
11872         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
11873         (gst_multipart_find_pad_by_mime):
11874         Activate pads before adding.
11875
11876         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11877         BOILERPLATE sets parent_class for us.
11878
11879 2006-10-06  Wim Taymans  <wim@fluendo.com>
11880
11881         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
11882         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
11883         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
11884         (gst_rtspsrc_alloc_udp_ports),
11885         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
11886         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
11887         (gst_rtspsrc_create_transports_string),
11888         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
11889         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
11890         * gst/rtsp/gstrtspsrc.h:
11891         Rework how the transport string is constructed, try to share channels
11892         and udp ports.
11893         Make most of the stuff less dependant on RTP as we are also going to use
11894         it for RDT.
11895         Add support for transport specific session managers.
11896
11897         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
11898         Implement _flush().
11899
11900         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
11901         * gst/rtsp/rtspdefs.h:
11902         Add generic error return code.
11903
11904         * gst/rtsp/rtspext.h:
11905         Add support for pluggable tranport strings.
11906
11907         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
11908         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
11909         (rtsp_ext_wms_get_context):
11910         Detect WMServer and activate the extension.
11911
11912         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
11913         (rtsp_transport_get_manager), (rtsp_transport_parse):
11914         * gst/rtsp/rtsptransport.h:
11915         Added methods to get mime/manager for certain transports.
11916
11917 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
11918
11919         * ext/cairo/gsttimeoverlay.c:
11920         (gst_cairo_time_overlay_update_font_height):
11921         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
11922         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
11923         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
11924         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
11925         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
11926         * ext/libpng/gstpngdec.c: (user_endrow_callback):
11927         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
11928         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
11929         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11930         (gst_avi_demux_stream_data):
11931         * gst/cutter/gstcutter.c: (gst_cutter_chain):
11932         * gst/debug/efence.c: (gst_efence_buffer_alloc),
11933         (gst_fenced_buffer_copy):
11934         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
11935         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
11936         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11937         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
11938         (gst_rtspsrc_handle_message):
11939         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
11940         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
11941           Printf format fixes.
11942
11943 2006-10-04  Wim Taymans  <wim@fluendo.com>
11944
11945         * gst/rtsp/Makefile.am:
11946         Dist new .h file too.
11947
11948 2006-10-04  Wim Taymans  <wim@fluendo.com>
11949
11950         * gst/rtsp/Makefile.am:
11951         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
11952         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
11953         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
11954         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
11955         (gst_rtspsrc_parse_rtpmap),
11956         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
11957         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
11958         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
11959         * gst/rtsp/gstrtspsrc.h:
11960         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
11961         * gst/rtsp/rtspdefs.h:
11962         * gst/rtsp/rtspext.h:
11963         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
11964         (rtsp_ext_wms_get_context):
11965         * gst/rtsp/rtspextwms.h:
11966         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
11967         (rtsp_transport_parse):
11968         * gst/rtsp/rtsptransport.h:
11969         Factor out extension in separate module.
11970         Fix getcaps to filter against the padtemplate.
11971         Use Content-Base if the server gives one.
11972         Rework the transport parsing a bit for future extensions.
11973         Added some Real Header field definitions.
11974
11975 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11976
11977         * docs/plugins/Makefile.am:
11978         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11979         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11980           added v4l2 stubs
11981         * gst-plugins-good.spec.in:
11982           add v4l2
11983
11984 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
11985
11986         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
11987           Extract disc/album/medium number and count and try harder
11988           to extract track number/count.
11989
11990 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11991
11992         * configure.ac:
11993         * sys/Makefile.am:
11994           add build stuff for v4l2, needs --enable-experimental until
11995           the last bits are resolved
11996
11997 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
11998
11999         * tests/check/Makefile.am:
12000           Disable autodetect test temporarily, so that the build bots
12001           update -bad and the ranks of unreliable video sinks in there.
12002
12003         * tests/check/elements/autodetect.c: (GST_START_TEST):
12004           Skip test if no usable videosink is found.
12005
12006 2006-09-29  Wim Taymans  <wim@fluendo.com>
12007
12008         * gst/rtsp/URLS:
12009         Add some more URLs.
12010
12011         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
12012         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
12013         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
12014         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
12015         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
12016         (gst_rtspsrc_loop), (gst_rtspsrc_send),
12017         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12018         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
12019         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12020         * gst/rtsp/gstrtspsrc.h:
12021         Add timeout property to control UDP timeouts.
12022         Fix error messages.
12023         Also start a loop function when operating in UDP mode so that we can
12024         do some more stuff async.
12025         Handle element messages from udpsrc to detect timeouts. If a timeout
12026         happens we currently generate an error.
12027         API: rtspsrc::timeout property.
12028
12029         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
12030         (gst_udpsrc_create):
12031         Really implement the timeout in microseconds and not milliseconds.
12032
12033 2006-09-29  Wim Taymans  <wim@fluendo.com>
12034
12035         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12036         (gst_udpsrc_create), (gst_udpsrc_set_property),
12037         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
12038         * gst/udp/gstudpsrc.h:
12039         Added property to post a message on timeout.
12040         Updated docs.
12041         When restarting the select, initialize the fdsets again.
12042         Init control sockets so we don't accidentally close a random socket.
12043         API: GstUDPSrc::timeout property
12044
12045 2006-09-29  Wim Taymans  <wim@fluendo.com>
12046
12047         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
12048         Fix flag registration.
12049
12050         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12051         Reading 0 also means 'no more commands'
12052
12053 2006-09-29  Wim Taymans  <wim@fluendo.com>
12054
12055         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
12056
12057         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12058         Fix possible infinite loop when shutting down, a read can also return
12059         0 to indicate no more messages are available. Fixes #358156.
12060
12061 2006-09-25  Wim Taymans  <wim@fluendo.com>
12062
12063         * gst/autodetect/gstautoaudiosink.c:
12064         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
12065         (gst_auto_audio_sink_find_best):
12066         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
12067         Small cleanups.
12068         don't try to set "sync" property when it is not available.
12069
12070 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12071
12072         Patch by: Peter Kjellerstedt  <pkj at axis com>
12073
12074         * gst/alpha/gstalpha.c:
12075         * gst/rtp/gstrtpamrdepay.c:
12076         * gst/rtsp/gstrtspsrc.c:
12077         * gst/udp/gstudpsrc.c:
12078         * gst/videomixer/videomixer.c:
12079           Include stdlib.h in some more places, makes things compile
12080           with uClibc and -Werror (#357592).
12081
12082 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12083
12084         * ext/jpeg/gstjpegdec.c:
12085           Set minimum height to 8 (from 16), our code should handle
12086           that fine. Some of the buttons on the apple trailer site
12087           are apparently only 15 pixels high (see #357470).
12088
12089 2006-09-23  Wim Taymans  <wim@fluendo.com>
12090
12091         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
12092         (gst_rtspsrc_open):
12093         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12094         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
12095         (rtsp_connection_receive):
12096         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12097         * gst/rtsp/rtspdefs.h:
12098         Improve error reporting.
12099
12100 2006-09-23  Wim Taymans  <wim@fluendo.com>
12101
12102         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
12103         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
12104         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
12105         * gst/rtp/gstrtpdepay.c:
12106         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
12107         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
12108         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
12109         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
12110         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
12111         (gst_rtp_mp2t_depay_plugin_init):
12112         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
12113         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
12114         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
12115         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
12116         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
12117         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
12118         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
12119         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
12120         Fix klass typos.
12121         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
12122
12123 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12124
12125         * configure.ac:
12126           Need  -base CVS for gst_base_rtp_depayload_push_ts().
12127
12128 2006-09-22  Wim Taymans  <wim@fluendo.com>
12129
12130         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
12131         Don't check for a tag that is never there and check if we read the
12132         correct tag. Fixes seeking again.
12133         We must post an error when all pads are unlinked.
12134
12135 2006-09-22  Wim Taymans  <wim@fluendo.com>
12136
12137         * gst/rtp/Makefile.am:
12138         * gst/rtp/gstrtp.c: (plugin_init):
12139         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
12140         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
12141         (gst_rtp_vorbis_pay_reset_packet),
12142         (gst_rtp_vorbis_pay_init_packet),
12143         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
12144         (gst_rtp_vorbis_pay_handle_buffer):
12145         More fixage, set endoder-params correctly in the payloader.
12146
12147 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12148
12149         * gst/autodetect/gstautoaudiosink.c:
12150         (gst_auto_audio_sink_base_init):
12151         * gst/autodetect/gstautovideosink.c:
12152         (gst_auto_video_sink_base_init):
12153           Make static pad templates static to appease valgrind's leak
12154           detector.
12155
12156         * tests/check/Makefile.am:
12157         * tests/check/elements/.cvsignore:
12158         * tests/check/elements/autodetect.c: (GST_START_TEST),
12159         (autodetect_suite):
12160           Add simple test for the ghostpad lockup on shutdown fixed in core
12161           CVS (audio bit disabled because it would need dozens of alsa
12162           suppressions and I'm too lazy to add those now).
12163
12164 2006-09-22  Wim Taymans  <wim@fluendo.com>
12165
12166         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
12167         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
12168         Small cleanups.
12169
12170         * gst/rtp/Makefile.am:
12171         * gst/rtp/gstrtp.c: (plugin_init):
12172         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
12173         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
12174         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
12175         (gst_rtp_vorbis_depay_process),
12176         (gst_rtp_vorbis_depay_set_property),
12177         (gst_rtp_vorbis_depay_get_property),
12178         (gst_rtp_vorbis_depay_change_state),
12179         (gst_rtp_vorbis_depay_plugin_init):
12180         * gst/rtp/gstrtpvorbisdepay.h:
12181         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
12182         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
12183         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
12184         (gst_rtp_vorbis_pay_flush_packet),
12185         (gst_rtp_vorbis_pay_append_buffer),
12186         (gst_rtp_vorbis_pay_handle_buffer),
12187         (gst_rtp_vorbis_pay_plugin_init):
12188         * gst/rtp/gstrtpvorbispay.h:
12189         Add experimental vorbis pay and depayloaders.
12190
12191 2006-09-21  Wim Taymans  <wim@fluendo.com>
12192
12193         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
12194         Fix profile-level-id parsing and setup.
12195
12196 2006-09-21  Wim Taymans  <wim@fluendo.com>
12197
12198         * gst/udp/README:
12199         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
12200         Update README, simple cleanup.
12201
12202 2006-09-21  Wim Taymans  <wim@fluendo.com>
12203
12204         * gst/rtp/README:
12205         Update README with some examples.
12206
12207         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
12208         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
12209         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12210         (gst_rtp_mp4g_pay_setcaps):
12211         * gst/rtp/gstrtpmp4gpay.h:
12212         Make optional RTP parameters of type STRING, as required by the
12213         application/x-rtp caps specification.
12214
12215 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12216
12217         * gst/rtp/gstrtph263pdepay.c:
12218         * gst/rtp/gstrtph263ppay.c:
12219         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
12220         RTP header.
12221
12222 2006-09-20  Wim Taymans  <wim@fluendo.com>
12223
12224         * gst/rtp/Makefile.am:
12225         And makefile too.
12226
12227 2006-09-20  Wim Taymans  <wim@fluendo.com>
12228
12229         * gst/rtp/gstrtp.c: (plugin_init):
12230         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
12231         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
12232         (decode_base64), (gst_rtp_asf_depay_setcaps),
12233         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
12234         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
12235         (gst_rtp_asf_depay_plugin_init):
12236         * gst/rtp/gstrtpasfdepay.h:
12237         Added preliminary ASF depayloader.
12238
12239         * gst/rtp/gstrtph264depay.c: (decode_base64):
12240         Fix base64 decoding.
12241
12242 2006-09-20  Wim Taymans  <wim@fluendo.com>
12243
12244         * gst/rtsp/URLS:
12245         Added some test URLS.
12246
12247         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
12248         (gst_rtspsrc_loop), (gst_rtspsrc_open):
12249         * gst/rtsp/gstrtspsrc.h:
12250         When creating streams, give access to the complete SDP.
12251         Fix some leaks.
12252         Collect and merge global stream properties in stream caps.
12253         Preliminary support for WMServer.
12254
12255         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12256         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
12257         (rtsp_connection_receive):
12258         * gst/rtsp/rtspconnection.h:
12259         Make connection interruptable.
12260         Refactor to make it reconnectable.
12261         Don't fail on short reads when reading data packets.
12262
12263         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
12264         (rtsp_url_get_port):
12265         * gst/rtsp/rtspurl.h:
12266         Add methods for getting/setting the port.
12267
12268         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
12269         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
12270         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
12271         (sdp_media_get_format), (sdp_parse_line),
12272         (sdp_message_parse_buffer):
12273         Fix headers. 
12274         Add methods for getting multiple attributes with the same name.
12275         Increase buffer size when parsing.
12276         Fix parsing of a=foo fields.
12277
12278         * gst/rtsp/test.c: (main):
12279         Update to new connection API.
12280
12281         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12282         (rtsp_message_init_response), (rtsp_message_init_data),
12283         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
12284         * gst/rtsp/rtspmessage.h:
12285         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
12286         * gst/rtsp/rtsptransport.h:
12287         * gst/rtsp/sdp.h:
12288         * gst/rtsp/sdpmessage.h:
12289         * gst/rtsp/gstrtsp.c:
12290         * gst/rtsp/gstrtsp.h:
12291         * gst/rtsp/gstrtpdec.c:
12292         * gst/rtsp/gstrtpdec.h:
12293         * gst/rtsp/rtsp.h:
12294         * gst/rtsp/rtspdefs.c:
12295         * gst/rtsp/rtspdefs.h:
12296         Dual licensed under MIT and LGPL now.
12297
12298 2006-09-19  Wim Taymans  <wim@fluendo.com>
12299
12300         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
12301         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
12302         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
12303         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
12304         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
12305         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12306         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
12307         * gst/rtsp/gstrtspsrc.h:
12308         Reorganize stream parsing and creation.
12309         Detect container formats in interleaved mode.
12310         Keep more state about the streams.
12311         Assume a server also supports PLAY if it does not say.
12312         Add unicast and interleaved properties to TCP transport requests to make
12313         some servers happy (WMServer).
12314
12315         * gst/rtsp/sdpmessage.h:
12316         Add some defines for the standard Bandwidth types.
12317
12318 2006-09-19  Wim Taymans  <wim@fluendo.com>
12319
12320         * gst/rtsp/test.c: (main):
12321         Fix build.
12322
12323 2006-09-19  Wim Taymans  <wim@fluendo.com>
12324
12325         * gst/wavparse/gstwavparse.c:
12326         Add ms-gsm to the src template.
12327
12328 2006-09-18  Wim Taymans  <wim@fluendo.com>
12329
12330         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
12331         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
12332         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
12333         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
12334         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
12335         * gst/rtsp/gstrtspsrc.h:
12336         Small cleanups, added documentation.
12337         Try to clean up the requests and responses.
12338         Refactor parsing the supported methods.
12339
12340         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
12341         (rtsp_connection_create), (rtsp_connection_send),
12342         (parse_response_status), (parse_request_line),
12343         (rtsp_connection_receive), (rtsp_connection_close),
12344         (rtsp_connection_free):
12345         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
12346         (rtsp_transport_init), (rtsp_transport_parse),
12347         (rtsp_transport_free):
12348         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12349         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
12350         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
12351         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
12352         Use g_return_val some more.
12353
12354         * gst/rtsp/rtspdefs.h:
12355         Add more enum values to track initial states.
12356
12357         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
12358         (rtsp_message_init_request), (rtsp_message_new_response),
12359         (rtsp_message_init_response), (rtsp_message_init_data),
12360         (rtsp_message_unset), (rtsp_message_free),
12361         (rtsp_message_add_header), (rtsp_message_remove_header),
12362         (rtsp_message_get_header), (rtsp_message_set_body),
12363         (rtsp_message_take_body), (rtsp_message_get_body),
12364         (rtsp_message_steal_body), (rtsp_message_dump):
12365         * gst/rtsp/rtspmessage.h:
12366         Reorder arguments, object goes as the first one.
12367         Use g_return_val some more.
12368
12369 2006-09-18  Wim Taymans  <wim@fluendo.com>
12370
12371         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
12372         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
12373         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
12374         * gst/rtsp/gstrtspsrc.h:
12375         Export sometimes source pad with correct caps on the template, create
12376         the ghostpad from the template.
12377         Remove RTCP template as we never expose RTCP.
12378         Protect against invalid body size.
12379         Avoid memcpy when creating the output buffer.
12380         Properly post an error and send EOS when the loop function is shut down.
12381
12382 2006-09-18  Wim Taymans  <wim@fluendo.com>
12383
12384         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
12385
12386         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
12387         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
12388         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
12389         * gst/rtsp/gstrtspsrc.h:
12390         Make sure we can never set an invalid location.
12391
12392         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
12393         * gst/rtsp/rtspmessage.h:
12394         Added _steal_body method for future use.
12395
12396         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
12397         Make freeing of NULL url return immediatly.
12398
12399 2006-09-18  Wim Taymans  <wim@fluendo.com>
12400
12401         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
12402
12403         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
12404         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
12405         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
12406         (gst_rtspsrc_change_state):
12407         * gst/rtsp/gstrtspsrc.h:
12408         Use boilerplate.
12409         Make rtspsrc subclass GstBin to make state changes easier.
12410         Add Range header field on the PLAY request.
12411
12412 2006-09-18  Wim Taymans  <wim@fluendo.com>
12413
12414         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
12415
12416         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
12417         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
12418         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
12419         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
12420         * gst/rtsp/rtspconnection.c: (inet_aton):
12421         Small cleanups.
12422         when multicast is selected as the transport, create UDP sources and
12423         connect to the multicast group.
12424         Move parsing and setting of caps to a common place.
12425         Fixes #349894.
12426
12427 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12428
12429         * ext/flac/gstflactag.c:
12430         * gst/alpha/gstalpha.c:
12431         * gst/debug/breakmydata.c:
12432         * gst/debug/negotiation.c:
12433         * gst/debug/testplugin.c:
12434         * gst/effectv/gstaging.c:
12435         * gst/effectv/gstdice.c:
12436         * gst/effectv/gstedge.c:
12437         * gst/effectv/gstquark.c:
12438         * gst/effectv/gstrev.c:
12439         * gst/effectv/gstshagadelic.c:
12440         * gst/effectv/gstvertigo.c:
12441         * gst/effectv/gstwarp.c:
12442         * gst/multipart/multipartdemux.c:
12443         * gst/multipart/multipartmux.c:
12444         * gst/videobox/gstvideobox.c:
12445         * gst/videofilter/gstgamma.c:
12446         * gst/videofilter/gstvideotemplate.c:
12447         * gst/videomixer/videomixer.c:
12448         * sys/sunaudio/gstsunaudiosrc.h:
12449         More G_OBJECT macro fixing.
12450
12451 2006-09-16  Wim Taymans  <wim@fluendo.com>
12452
12453         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
12454
12455         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
12456         Correctly set the dwLength in strh.
12457         With this patch, the file duration is now displayed correctly in window
12458         media player and the AVI plays completely. Fixes #356147
12459
12460 2006-09-15  Wim Taymans  <wim@fluendo.com>
12461
12462         Patch by: Darren Kenny <darren dot kenny at sun dot com>
12463
12464         * sys/sunaudio/gstsunaudiomixerctrl.c:
12465         (gst_sunaudiomixer_ctrl_build_list):
12466         Set the output track as the MASTER so that the gnome-settings-daemon
12467         keybindings for changing the volume using the keyboard works.
12468         Fixes #356142.
12469
12470 2006-09-15  Wim Taymans  <wim@fluendo.com>
12471
12472         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
12473         Fix documentation, it is not possible to control the framerate of jpegdec
12474         using filtered caps yet. Fixes #355210.
12475         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
12476         stop when there is an error.
12477
12478 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
12479
12480         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
12481         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12482           Don't interpret a first buffer with an offset of NONE as
12483           'from the middle of the stream', but only a first buffer
12484           that has a valid buffer offset that's non-zero (see #345449).
12485
12486 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
12487
12488         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
12489         (gst_icydemux_typefind_or_forward):
12490         * gst/icydemux/gsticydemux.h:
12491           When we merge/collect multiple incoming buffers for typefinding
12492           purposes, keep an initial 0 offset on the first outgoing buffer
12493           as well (otherwise id3demux won't work right). Fixes #345449.
12494           Also Make buffer metadata writable before setting buffer caps.
12495
12496         * tests/check/elements/icydemux.c: (typefind_succeed),
12497         (cleanup_icydemux), (push_data), (GST_START_TEST),
12498         (icydemux_suite):
12499           Small test case for the above.
12500
12501 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
12502
12503         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
12504         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
12505         (gst_avi_demux_stream_header_push),
12506         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
12507         (gst_avi_demux_loop):
12508           More code reuse and better logging in _peek_chunk(). Reintroduce check
12509           for chunk sizes before reading them (avoid oom). Better handling for 
12510           invalid chunksizes when streaming.
12511
12512 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
12513
12514         * gst/level/gstlevel.c: (gst_level_set_property):
12515         * gst/level/gstlevel.h:
12516           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
12517           René Stadler
12518
12519 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
12520
12521         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
12522         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
12523         (gst_avi_demux_stream_data):
12524           Revert one change to fix streaming avi (adapter size != data size).
12525
12526 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12527
12528         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
12529
12530         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
12531         (gst_matroska_demux_reset),
12532         (gst_matroska_demux_read_track_encodings),
12533         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
12534         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
12535         (gst_matroska_demux_subtitle_caps):
12536         * gst/matroska/matroska-ids.h:
12537           Add support for VOBSUB subtitle tracks and zlib-compressed
12538           tracks. Make sure we start on a keyframe after a seek. (#343348)
12539
12540 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12541
12542         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
12543         (gst_matroska_demux_push_flac_codec_priv_data),
12544         (gst_matroska_demux_push_xiph_codec_priv_data),
12545         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
12546         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
12547         * gst/matroska/matroska-ids.h:
12548           Add basic FLAC support (#311586), not perfect yet though, needs some
12549           tweaking in flacdec; also, seeking could be better.
12550           Do better bounds checking when deserialising vorbis stream headers
12551           to make sure we don't read beyond the end of the buffer on bad input.
12552
12553 2006-09-04  Wim Taymans  <wim@fluendo.com>
12554
12555         Patch by: Alessandro Decina <alessandro at nnva dot org>
12556
12557         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
12558         Seeking back in a file containing a CMML stream errors out if the seek
12559         goes back up to the CMML headers. This is because after the seek the xml
12560         processing instruction <?xml ...?> is submitted to the xml parser again, 
12561         which results in an error. The attached patch fixes the problem. 
12562         Fixes #353908.
12563
12564         * ext/annodex/gstcmmlenc.h:
12565         Fix authors name.
12566
12567
12568 2006-08-28  Andy Wingo  <wingo@pobox.com>
12569
12570         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
12571         New helper function to lessen the ifdefs.
12572         (GST_INFO_OBJECT): 
12573         (gst_dv1394src_iso_receive): Use it.
12574         (gst_dv1394src_create): Also use the control sockets in iec61883
12575         mode.
12576         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
12577         handle for AVC operations; fixes #348233.
12578
12579 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
12580
12581         * configure.ac:
12582         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12583         * docs/plugins/inspect/plugin-audiofx.xml:
12584         * docs/plugins/inspect/plugin-audiofxgood.xml:
12585         * gst/audiofx/Makefile.am:
12586         * gst/audiofx/audiofx.c:
12587         * gst/audiofxgood/.cvsignore:
12588         * gst/audiofxgood/Makefile.am:
12589         * gst/audiofxgood/audiofx.c:
12590         * gst/audiofxgood/audiopanorama.c:
12591         * gst/audiofxgood/audiopanorama.h:
12592           Rename again (audiofxgood -> audiofx).
12593
12594 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
12595
12596         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
12597         (gst_avi_demux_stream_scan):
12598           Initialze variables.
12599
12600 2006-08-25  Wim Taymans  <wim@fluendo.com>
12601
12602         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
12603         (gst_avi_demux_init), (gst_avi_demux_finalize),
12604         (gst_avi_demux_reset), (gst_avi_demux_index_last),
12605         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
12606         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
12607         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
12608         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
12609         (gst_avi_demux_massage_index),
12610         (gst_avi_demux_calculate_durations_from_index),
12611         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
12612         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
12613         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
12614         (gst_avi_demux_change_state):
12615         * gst/avi/gstavidemux.h:
12616         More attempts to turn this into readable code.
12617         Don't leak adapters.
12618         Calculate duration according to index more efficiently.
12619         Don't try to act like we drive the pipeline in chain mode.
12620
12621 2006-08-25  Wim Taymans  <wim@fluendo.com>
12622
12623         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
12624         Fix build.
12625
12626 2006-08-25  Wim Taymans  <wim@fluendo.com>
12627
12628         Patch by: Alessandro Decina <alessandro at nnva dot org>
12629
12630         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
12631         Do some extra sanity checks.
12632         Fixes #350340.
12633
12634         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
12635         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
12636         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
12637         Check if clip->start_time is valid before adding the clip to the
12638         track list.
12639         Reset enc->preamble going from PAUSED to READY.
12640         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
12641         only used for EOS.
12642         Only post an error message if we were the one that created the fatal
12643         GstFlowReturn value.
12644
12645         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
12646         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
12647         Parse the seconds field of the npt-sec time format using %llu rather than
12648         %d and check that the value scaled by GST_SECOND doesn't overflow.
12649         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
12650         Lookup a clip's track with clip->track rather than clip->id which
12651         makes no sense.
12652         Identify a clip by its track and start time and not its xml id.
12653         do some more input checking and make sure we don't do undefined shifts.
12654
12655         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12656         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
12657         (cmml_tag_message_pop), (check_headers), (push_clip_full),
12658         (push_clip), (push_empty_clip), (check_output_clip),
12659         (GST_START_TEST), (cmmldec_suite):
12660         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12661         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
12662         (check_headers), (push_clip), (check_clip_times), (check_clip),
12663         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
12664         Added some more checks.
12665
12666 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
12667
12668         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
12669         (gst_audio_panorama_set_property),
12670         (gst_audio_panorama_get_property),
12671         (gst_audio_panorama_transform_m2s_int),
12672         (gst_audio_panorama_transform_s2s_int),
12673         (gst_audio_panorama_transform_m2s_float),
12674         (gst_audio_panorama_transform_s2s_float):
12675         * gst/audiofxgood/audiopanorama.h:
12676         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
12677           Make also the pan-property float (saves scaling and yields better
12678           resolution)
12679
12680 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
12681
12682         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
12683         (gst_audio_panorama_transform_m2s_float),
12684         (gst_audio_panorama_transform_s2s_float):
12685           ChangeLog surgery to add cymax's real name
12686
12687
12688 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
12689
12690         Patch by: René Stadler <mail@renestadler.de>
12691
12692         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
12693         (gst_audio_panorama_transform_m2s_int),
12694         (gst_audio_panorama_transform_s2s_int),
12695         (gst_audio_panorama_transform_m2s_float),
12696         (gst_audio_panorama_transform_s2s_float),
12697         (gst_audio_panorama_transform):
12698         * gst/audiofxgood/audiopanorama.h:
12699           Added float support
12700
12701 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
12702
12703         * gst/audiofxgood/audiopanorama.c:
12704         (gst_audio_panorama_transform_m2s):
12705           Fix docs & debug category. Add Fixme for volume pan levels.
12706
12707 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
12708
12709         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
12710         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
12711         (gst_avi_demux_stream_header_pull),
12712         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
12713         (gst_avi_demux_chain):
12714           unbreak AVI index handling, some more debug, remove an obsolete
12715           adapter_flush that caused streaming to wander off in the wild
12716
12717 2006-08-24  Wim Taymans  <wim@fluendo.com>
12718
12719         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12720         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
12721         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
12722         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12723         (gst_avi_demux_calculate_durations_from_index),
12724         (gst_avi_demux_stream_header_push),
12725         (gst_avi_demux_stream_header_pull):
12726         * gst/avi/gstavidemux.h:
12727         Some more cleanups. 
12728         Fix totalFrames parsing in ODML.
12729         Disable use of index for length calculation in case of ODML as this is
12730         broken now.
12731
12732 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
12733
12734         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
12735           Use libgsttag helper function here too.
12736
12737 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
12738
12739         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
12740         (gst_avi_demux_init), (gst_avi_demux_dispose),
12741         (gst_avi_demux_reset), (gst_avi_demux_index_next),
12742         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
12743         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12744         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
12745         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
12746         (gst_avi_demux_parse_subindex),
12747         (gst_avi_demux_read_subindexes_push),
12748         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
12749         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12750         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
12751         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
12752         (gst_avi_demux_stream_header_pull),
12753         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
12754         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
12755         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
12756         (gst_avi_demux_change_state):
12757         * gst/avi/gstavidemux.h:
12758           Initial streaming support for avidemux (fixes #336465)
12759
12760 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12761
12762         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12763           There is no taglibmux element ...
12764
12765         * gst/rtsp/gstrtspsrc.c:
12766           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
12767           was complaining about unknown entity here.
12768
12769 2006-08-22  Wim Taymans  <wim@fluendo.com>
12770
12771         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
12772         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
12773         (gst_avi_demux_process_next_entry):
12774         * gst/avi/gstavidemux.h:
12775         Mark DISCONT.
12776         Remove old unused fields and reorder the struct a bit.
12777
12778 2006-08-22  Wim Taymans  <wim@fluendo.com>
12779
12780         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
12781         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
12782         (gst_rtspsrc_pause):
12783         * gst/rtsp/gstrtspsrc.h:
12784         * sys/oss/gstosssink.c: (gst_oss_sink_open),
12785         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
12786         Small documentation updates.
12787
12788 2006-08-22  Wim Taymans  <wim@fluendo.com>
12789
12790         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
12791         (gst_avi_demux_index_entry_for_time),
12792         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12793         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
12794         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
12795         (gst_avi_demux_next_data_buffer),
12796         (gst_avi_demux_calculate_durations_from_index),
12797         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
12798         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
12799         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
12800         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
12801         * gst/avi/gstavidemux.h:
12802         Precalc most of the duration query for each stream.
12803         Make seeking more correct.
12804         Use GstSegment to track position and duration.
12805         Code cleanups and leak fixes.
12806         Calculate correct total duration based on index length.
12807
12808 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
12809
12810         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
12811         (parse_insert_string_field):
12812           If strings in text fields are marked ISO8859-1, but contain
12813           valid UTF-8 already, then handle them as UTF-8 and ignore
12814           the encoding. (#351794)
12815
12816 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12817
12818         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
12819         (gst_flac_dec_write), (gst_flac_dec_loop),
12820         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
12821         (gst_flac_dec_src_query):
12822         * ext/flac/gstflacdec.h:
12823           Make flac-in-ogg work (#352100).
12824
12825 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12826
12827         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
12828           Don't unref buffers of which we've already given away
12829           ownership to the adapter.
12830
12831 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12832
12833         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
12834           Make metadata extraction actually work.
12835
12836         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
12837         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
12838         (gst_speexenc_chain):
12839           Fix metadata writing: replace old code which wrote completely
12840           broken tags with libgsttag-based code. Plus miscellaneous
12841           code cleanups (use static pad templates etc.) and a bunch
12842           of leak fixes.
12843
12844 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
12845
12846         * gst/audiopanorama/.cvsignore:
12847         * gst/audiopanorama/Makefile.am:
12848         * gst/audiopanorama/audiofx.c:
12849         * gst/audiopanorama/audiopanorama.c:
12850         * gst/audiopanorama/audiopanorama.h:
12851           die! die! die! you should never have been there
12852
12853 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
12854
12855         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
12856         Fix invalid memory access in audiopanorama test suite.
12857
12858 2006-08-21  Edward Hervey  <edward@fluendo.com>
12859
12860         * tests/check/elements/.cvsignore:
12861         ignore built file
12862
12863 2006-08-21  Wim Taymans  <wim@fluendo.com>
12864
12865         * gst/rtp/Makefile.am:
12866         Fix the build again.
12867
12868 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
12869
12870         * gst/audiofxgood/.cvsignore:
12871         * gst/audiofxgood/Makefile.am:
12872         * gst/audiofxgood/audiofx.c: (plugin_init):
12873         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
12874         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
12875         (gst_audio_panorama_set_property),
12876         (gst_audio_panorama_get_property),
12877         (gst_audio_panorama_get_unit_size),
12878         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
12879         (gst_audio_panorama_transform_m2s),
12880         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
12881         * gst/audiofxgood/audiopanorama.h:
12882           resubmit with the desired name *again*
12883
12884 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
12885
12886         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
12887         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
12888           use g_assert in _get_unit_size
12889
12890 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
12891
12892         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12893         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12894         * docs/plugins/inspect/plugin-audiofxgood.xml:
12895           cleanup -unused.txt to make it useful, add previously missing docs
12896
12897         * ext/Makefile.am:
12898           Quietly (accidentally) enable LADSPA for building by default, 
12899           despite the fact that it doesn't meet the plugin checklist.
12900             -- Added by Jan Schmidt 18 Dec 2006
12901
12902         * ext/esd/esdmon.c:
12903         * ext/esd/esdsink.c:
12904         * ext/esd/gstesd.c: (plugin_init):
12905           reflow to get rid of two external symbols
12906
12907         * gst/audiofxgood/audiofx.c: (plugin_init):
12908           re-add
12909
12910 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
12911
12912         * configure.ac:
12913         * gst/audiofxgood/.cvsignore:
12914         * gst/audiofxgood/Makefile.am:
12915         * gst/audiofxgood/audiofx.c
12916         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
12917         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
12918         (gst_audio_panorama_set_property),
12919         (gst_audio_panorama_get_property),
12920         (gst_audio_panorama_get_unit_size),
12921         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
12922         (gst_audio_panorama_transform_m2s),
12923         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
12924         * gst/audiofxgood/audiopanorama.h:
12925         * tests/check/Makefile.am:
12926         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
12927         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
12928         (panorama_suite), (main):
12929         Add audiofxgood plugin with audiopanorama element
12930
12931 2006-08-18  Wim Taymans  <wim@fluendo.com>
12932
12933         * docs/plugins/Makefile.am:
12934         More Oss docs fixage. 
12935
12936 2006-08-18  Wim Taymans  <wim@fluendo.com>
12937
12938         * gst/rtp/Makefile.am:
12939         * gst/rtp/gstrtp.c: (plugin_init):
12940         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
12941         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
12942         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
12943         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
12944         (gst_rtp_sv3v_depay_get_property),
12945         (gst_rtp_sv3v_depay_change_state),
12946         (gst_rtp_sv3v_depay_plugin_init):
12947         * gst/rtp/gstrtpsv3vdepay.h:
12948         Added experimental SVQ3 depayloader.
12949
12950 2006-08-18  Edward Hervey  <edward@fluendo.com>
12951
12952         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
12953         (gst_dvdemux_loop), (gst_dvdemux_change_state):
12954         * ext/dv/gstdvdemux.h:
12955         When handling seek requests, don't send the newsegment event from the
12956         calling thread. Instead save it so it can be sent from the streaming
12957         thread.
12958
12959 2006-08-17  Wim Taymans  <wim@fluendo.com>
12960
12961         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12962
12963         * gst/multipart/multipartdemux.c: (multipart_parse_header):
12964         Accept leading whitespace before the boundary
12965         This patch makes the demuxer allow some whitespace before the actual
12966         boundary. This makes the demuxer work with the ``old'' gstreamer
12967         multipartmuxer again (which placed an extra \n before the start
12968         of the stream) Fixes #349068.
12969
12970 2006-08-17  Wim Taymans  <wim@fluendo.com>
12971
12972         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
12973         Error out on non-implemented stuff.
12974
12975 2006-08-16  Wim Taymans  <wim@fluendo.com>
12976
12977         Patch by: Andy Wingo <wingo at pobox dot com>
12978
12979         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
12980         (gst_signal_processor_start), (gst_signal_processor_stop),
12981         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
12982         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
12983         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
12984         (gst_signal_processor_change_state):
12985         Make ladspa elements reusable. Fixes #350006.
12986
12987 2006-08-16  Wim Taymans  <wim@fluendo.com>
12988
12989         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
12990         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
12991         names as possible. Fixes #349901.
12992
12993 2006-08-16  Wim Taymans  <wim@fluendo.com>
12994
12995         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
12996         (gst_signal_processor_do_pushes):
12997         A push() gives away our refcount so we should not use the buffer on the
12998         pen anymore.
12999
13000 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13001
13002         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13003         (gst_oss_mixer_element_finalize):
13004           Don't leak device string.
13005
13006 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13007
13008         * configure.ac:
13009           Require CVS of GStreamer core and -base (for
13010           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
13011
13012         * ext/taglib/gstid3v2mux.cc:
13013           Write extended comment tags properly (#348762).
13014
13015         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13016         (parse_comment_frame):
13017           Extract COMM frames into extended comments, which makes it
13018           easier to properly retain the description bit of the tag
13019           and maintain this information when re-tagging (#348762).
13020
13021 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13022
13023         * tests/check/Makefile.am:
13024           Don't try to run annodex unit tests if the annodex
13025           plugin has not been built (Fixes #351116).
13026
13027 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13028
13029         * gst/autodetect/gstautoaudiosink.c:
13030         (gst_auto_audio_sink_find_best):
13031           When we can't find a usable audiosink, don't error out,
13032           but use a fake sink instead and post a warning message
13033           on the bus (#341278).
13034
13035 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13036
13037         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
13038         * sys/oss/gstosssink.c:
13039         * sys/oss/gstosssrc.c:
13040           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
13041           ossmixer's new device property.
13042
13043         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13044         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13045           Add docs for OSS elements.
13046
13047         * docs/plugins/inspect/plugin-aasink.xml:
13048         * docs/plugins/inspect/plugin-alaw.xml:
13049         * docs/plugins/inspect/plugin-alpha.xml:
13050         * docs/plugins/inspect/plugin-alphacolor.xml:
13051         * docs/plugins/inspect/plugin-annodex.xml:
13052         * docs/plugins/inspect/plugin-apetag.xml:
13053         * docs/plugins/inspect/plugin-auparse.xml:
13054         * docs/plugins/inspect/plugin-autodetect.xml:
13055         * docs/plugins/inspect/plugin-avi.xml:
13056         * docs/plugins/inspect/plugin-cacasink.xml:
13057         * docs/plugins/inspect/plugin-cairo.xml:
13058         * docs/plugins/inspect/plugin-cdio.xml:
13059         * docs/plugins/inspect/plugin-cutter.xml:
13060         * docs/plugins/inspect/plugin-debug.xml:
13061         * docs/plugins/inspect/plugin-dv.xml:
13062         * docs/plugins/inspect/plugin-efence.xml:
13063         * docs/plugins/inspect/plugin-effectv.xml:
13064         * docs/plugins/inspect/plugin-esdsink.xml:
13065         * docs/plugins/inspect/plugin-flac.xml:
13066         * docs/plugins/inspect/plugin-flxdec.xml:
13067         * docs/plugins/inspect/plugin-gconfelements.xml:
13068         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
13069         * docs/plugins/inspect/plugin-goom.xml:
13070         * docs/plugins/inspect/plugin-halelements.xml:
13071         * docs/plugins/inspect/plugin-icydemux.xml:
13072         * docs/plugins/inspect/plugin-id3demux.xml:
13073         * docs/plugins/inspect/plugin-jpeg.xml:
13074         * docs/plugins/inspect/plugin-level.xml:
13075         * docs/plugins/inspect/plugin-matroska.xml:
13076         * docs/plugins/inspect/plugin-mulaw.xml:
13077         * docs/plugins/inspect/plugin-multipart.xml:
13078         * docs/plugins/inspect/plugin-navigationtest.xml:
13079         * docs/plugins/inspect/plugin-ossaudio.xml:
13080         * docs/plugins/inspect/plugin-png.xml:
13081         * docs/plugins/inspect/plugin-rtp.xml:
13082         * docs/plugins/inspect/plugin-rtsp.xml:
13083         * docs/plugins/inspect/plugin-shout2send.xml:
13084         * docs/plugins/inspect/plugin-smpte.xml:
13085         * docs/plugins/inspect/plugin-speex.xml:
13086         * docs/plugins/inspect/plugin-taglib.xml:
13087         * docs/plugins/inspect/plugin-udp.xml:
13088         * docs/plugins/inspect/plugin-videobalance.xml:
13089         * docs/plugins/inspect/plugin-videobox.xml:
13090         * docs/plugins/inspect/plugin-videoflip.xml:
13091         * docs/plugins/inspect/plugin-videomixer.xml:
13092         * docs/plugins/inspect/plugin-wavenc.xml:
13093         * docs/plugins/inspect/plugin-wavparse.xml:
13094         * docs/plugins/inspect/plugin-ximagesrc.xml:
13095           Update to CVS version.
13096           
13097 2006-08-16  Wim Taymans  <wim@fluendo.com>
13098
13099         * gst/rtp/gstrtpamrdepay.c:
13100         * gst/rtp/gstrtpmp4gdepay.c:
13101         Caps extra properties must be defined as strings for
13102         depayloaders because they are generated from an SDP.
13103
13104         * gst/rtp/Makefile.am:
13105         * gst/rtp/gstrtp.c: (plugin_init):
13106         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
13107         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
13108         (gst_rtp_h264_depay_finalize), (decode_base64),
13109         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
13110         (gst_rtp_h264_depay_set_property),
13111         (gst_rtp_h264_depay_get_property),
13112         (gst_rtp_h264_depay_change_state),
13113         (gst_rtp_h264_depay_plugin_init):
13114         * gst/rtp/gstrtph264depay.h:
13115         Added basic, not completely functional RFC 3984 H264 depayloader.
13116
13117 2006-08-16  Wim Taymans  <wim@fluendo.com>
13118
13119         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
13120         Add pads after setting them up.
13121
13122         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13123         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
13124         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
13125         (gst_rtspsrc_stream_setup_rtp),
13126         (gst_rtspsrc_stream_configure_transport),
13127         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
13128         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13129         (gst_rtspsrc_pause):
13130         * gst/rtsp/gstrtspsrc.h:
13131         Fix interleaved mode.
13132          - Protect streaming with lock.
13133          - Combine flows
13134          - set caps on outgoing buffers.
13135          - strip trailing \0 from data packets.
13136          - Configure RTP/RTCP in stream.
13137         Use DEBUG_OBJECT more.
13138
13139 2006-08-16  Wim Taymans  <wim@fluendo.com>
13140
13141         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
13142         Turn a g_print into a DEBUG line.
13143
13144 2006-08-13  Wim Taymans  <wim@fluendo.com>
13145
13146         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
13147         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13148         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
13149         (gst_oss_mixer_element_get_property),
13150         (gst_oss_mixer_element_change_state):
13151         * sys/oss/gstossmixerelement.h:
13152         Small cleanups. Better error reporting.
13153         Add device property for the mixer instead of the hardcoded
13154         /dev/mixer. Fixes #350785.
13155         API: GstOssMixerElement::device property
13156
13157 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13158
13159         Patch by: Jens Granseuer <jensgr at gmx net>
13160
13161         * gconf/Makefile.am:
13162           Make --disable-schemas work right (they still need
13163           to be copied to the installation directory, just not
13164           applied). Fixes #351347 (also #344100).
13165           
13166 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13167
13168         * configure.ac: back to HEAD
13169
13170 === release 0.10.4 ===
13171
13172 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
13173
13174         * configure.ac:
13175           releasing 0.10.4, "Dear Leader"
13176
13177 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13178
13179         Patch by: Edward Hervey <edward@fluendo.com>
13180
13181         * configure.ac:
13182         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
13183         (gst_wavparse_stream_data):
13184         Send the newsegment event in the streaming thread.
13185         Fixes #347529
13186
13187 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13188
13189         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13190         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
13191         (gst_smokeenc_resync), (gst_smokeenc_chain):
13192           Refuse sink caps in the encoder if width or height is not a
13193           multiple of 16, the encoder does not support that yet (#349939);
13194           along the same lines, check the return value of the encoder
13195           setup function; also remove some debug log clutter.
13196
13197 2006-08-04  Andy Wingo  <wingo@pobox.com>
13198
13199         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
13200         whether a processor can work in place or not, and for keeping
13201         track of its state. Change the FlowReturn instance variable from
13202         "state" to "flow_state", all callers changed.
13203
13204         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
13205         (gst_signal_processor_start, gst_signal_processor_stop)
13206         (gst_signal_processor_cleanup): New functions to manage the
13207         processor's state.
13208         (gst_signal_processor_setcaps): start() as well as setup() here.
13209         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
13210         (gst_signal_processor_change_state): Stop and cleanup the
13211         processor as we go to NULL.
13212
13213         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
13214         INPLACE_BROKEN is not set.
13215
13216         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
13217         Do the alloc_buffer in bytes, not frames.
13218         
13219 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13220
13221         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
13222         Fix rgb masks when recording in < 24bpp.
13223
13224 2006-08-04  Andy Wingo  <wingo@pobox.com>
13225
13226         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
13227         (gst_signal_processor_prepare)
13228         (gst_signal_processor_update_inputs)
13229         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
13230         (gst_signal_processor_flush)
13231         (gst_signal_processor_sink_activate_push)
13232         (gst_signal_processor_src_activate_pull)
13233         (gst_signal_processor_change_state): Remove the last of the code
13234         that assumes that we process whole buffers at a time. Fix some
13235         debugging. Seems to work now in some cases.
13236         (gst_signal_processor_src_activate_pull): BPB
13237
13238 2006-08-01  Andy Wingo  <wingo@pobox.com>
13239
13240         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
13241         Fix nframes-choosing.
13242         (gst_signal_processor_init): Init pending_in and pending_out.
13243
13244         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
13245         more default sample rate, although we never check that the sample
13246         rate actually gets set. Something for the future.
13247         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
13248         (gst_signal_processor_event): Refcount fixen.
13249         (gst_signal_processor_process): Pull the number of frames to
13250         process from the sizes of the buffers in the input pens.
13251         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
13252         (gst_signal_processor_do_pulls): Add an nframes argument, and use
13253         it instead of buffer_frames.
13254         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
13255         to do_pulls.
13256         (gst_signal_processor_chain)
13257         (gst_signal_processor_sink_activate_push)
13258         (gst_signal_processor_src_activate_pull):  Refcount fixen.
13259
13260         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
13261
13262 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
13263
13264         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
13265         (gst_signal_processor_process):
13266           don't query buffer-frames from caps, add lots of debug-log,
13267           try fix for assert (#349189)
13268
13269 2006-07-31  Wim Taymans  <wim@fluendo.com>
13270
13271         * gst/udp/gstudpsrc.c:
13272         Fix docs.
13273
13274 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
13275
13276         * ext/ladspa/gstsignalprocessor.c:
13277         (gst_signal_processor_add_pad_from_template),
13278         (gst_signal_processor_init), (gst_signal_processor_setcaps),
13279         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
13280         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
13281         (gst_signal_processor_sink_activate_push),
13282         (gst_signal_processor_src_activate_pull),
13283         (gst_signal_processor_change_state):
13284          Add debugs logs here and there, add more error handling, add some
13285          FIXME comments, filed #349189
13286
13287 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13288
13289         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
13290         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
13291         Set caps on buffer correctly.  Fixes bug #349155.
13292
13293 2006-07-28  Wim Taymans  <wim@fluendo.com>
13294
13295         Patch by: Sjoerd Simons <sjoerd at luon dot net>
13296
13297         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
13298         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
13299         (gst_multipart_demux_finalize), (get_line_end),
13300         (multipart_parse_header), (multipart_find_boundary),
13301         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
13302         (gst_multipart_set_property), (gst_multipart_get_property):
13303         Uses GstAdapter instead of own buffering.
13304         Actually parses the mime-type correctly (In tests the mime-type was
13305         always "" with the old version).
13306         Uses the Content-length header if available to speed up things.
13307         Reliably autoscans the boundary name by default.
13308         Fixes #349068.
13309
13310         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
13311         Don't start the stream with a \n.
13312
13313 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13314
13315         Patch by: Brian Cameron <brian dot cameron at sun com>
13316
13317         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
13318           Open source with O_NONBLOCK (#349015).
13319
13320 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
13321
13322         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
13323         (gst_avi_demux_massage_index):
13324         * gst/avi/gstavidemux.h:
13325           Whitespace fixes and more debug
13326
13327 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
13328
13329         * gst/autodetect/gstautoaudiosink.c:
13330         (gst_auto_audio_sink_create_element_with_pretty_name),
13331         (gst_auto_audio_sink_find_best),
13332         (gst_auto_audio_sink_change_state):
13333           Get rid of old and unused magic sound-server properties stuff.
13334           Add suffix to child sink's name that makes it easy to see from
13335           the name alone which type it actually is (alsa, oss, esd, etc.).
13336
13337 2006-07-27  Wim Taymans  <wim@fluendo.com>
13338
13339         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13340         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
13341         (gst_udpsrc_start):
13342         * gst/udp/gstudpsrc.h:
13343         Rename "buffer" to "buffer-size" to make clear it is a size we set and
13344         not some sort of feature we enable.
13345
13346 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
13347
13348         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
13349           Use CLOSE_SOCKET() here instead of close() to maintain
13350           win32 workiness.
13351
13352 2006-07-27  Wim Taymans  <wim@fluendo.com>
13353
13354         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
13355
13356         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13357         (gst_udpsrc_create), (gst_udpsrc_set_property),
13358         (gst_udpsrc_get_property), (gst_udpsrc_start):
13359         * gst/udp/gstudpsrc.h:
13360         Added "buffer-size" property to control the kernel receive buffer size.
13361         Update documentation.
13362         Small cleanups. Fixes #348752.
13363         API: buffer-size property
13364
13365 2006-07-26  Wim Taymans  <wim@fluendo.com>
13366
13367         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
13368
13369         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
13370         (gst_rtp_pcma_pay_handle_buffer):
13371         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
13372         (gst_rtp_pcmu_pay_handle_buffer):
13373         Fix timestamp calculation on outgoing RTP packets.
13374         Fixes #348675.
13375
13376 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13377
13378         * ext/taglib/gstid3v2mux.cc:
13379           Fix writing of comment frames (should be COMM not TCOM),
13380           is still sub-optimal though, since we don't retain or
13381           extract the comment descriptions properly (#334375,
13382           also see #334375).
13383
13384 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13385
13386         * gst/wavparse/gstwavparse.c:
13387           #define 'fact' RIFF chunk if we are not compiling against
13388           -base CVS (we don't want to depend on -base CVS for this
13389           one define only, and also not for release order reasons).
13390
13391 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13392
13393         * ext/taglib/gstid3v2mux.cc:
13394           Handle multiple tags of the same type properly. Re-inject
13395           unparsed ID3v2 frames that we get as binary blobs from
13396           id3demux into the tag again so we don't lose information
13397           when retagging (#334375).
13398
13399 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
13400
13401         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
13402           Document newly-added properties properly, so that there is a
13403           'Since: 0.10.4' in the plugin docs. Convert some property
13404           names into canonical GObject style (GObject will do that
13405           internally anyway).
13406
13407 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
13408
13409         * gst/id3demux/id3tags.c:
13410         (id3demux_add_id3v2_frame_blob_to_taglist):
13411           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
13412           well, and add the version to the blob's buffer caps, since that
13413           information will be needed for deserialisation later on (#348644).
13414
13415 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
13416
13417         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
13418         (gst_avi_demux_parse_stream):
13419          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
13420          indentation and spacing.
13421
13422 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
13423
13424         * docs/plugins/Makefile.am:
13425         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13426         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13427         * docs/plugins/gst-plugins-good-plugins.args:
13428         * docs/plugins/inspect/plugin-1394.xml:
13429         * docs/plugins/inspect/plugin-aasink.xml:
13430         * docs/plugins/inspect/plugin-alaw.xml:
13431         * docs/plugins/inspect/plugin-alpha.xml:
13432         * docs/plugins/inspect/plugin-alphacolor.xml:
13433         * docs/plugins/inspect/plugin-annodex.xml:
13434         * docs/plugins/inspect/plugin-apetag.xml:
13435         * docs/plugins/inspect/plugin-auparse.xml:
13436         * docs/plugins/inspect/plugin-autodetect.xml:
13437         * docs/plugins/inspect/plugin-avi.xml:
13438         * docs/plugins/inspect/plugin-cacasink.xml:
13439         * docs/plugins/inspect/plugin-cairo.xml:
13440         * docs/plugins/inspect/plugin-cdio.xml:
13441         * docs/plugins/inspect/plugin-cutter.xml:
13442         * docs/plugins/inspect/plugin-debug.xml:
13443         * docs/plugins/inspect/plugin-dv.xml:
13444         * docs/plugins/inspect/plugin-efence.xml:
13445         * docs/plugins/inspect/plugin-effectv.xml:
13446         * docs/plugins/inspect/plugin-esdsink.xml:
13447         * docs/plugins/inspect/plugin-flac.xml:
13448         * docs/plugins/inspect/plugin-flxdec.xml:
13449         * docs/plugins/inspect/plugin-gconfelements.xml:
13450         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
13451         * docs/plugins/inspect/plugin-goom.xml:
13452         * docs/plugins/inspect/plugin-halelements.xml:
13453         * docs/plugins/inspect/plugin-icydemux.xml:
13454         * docs/plugins/inspect/plugin-id3demux.xml:
13455         * docs/plugins/inspect/plugin-jpeg.xml:
13456         * docs/plugins/inspect/plugin-level.xml:
13457         * docs/plugins/inspect/plugin-matroska.xml:
13458         * docs/plugins/inspect/plugin-mulaw.xml:
13459         * docs/plugins/inspect/plugin-multipart.xml:
13460         * docs/plugins/inspect/plugin-navigationtest.xml:
13461         * docs/plugins/inspect/plugin-ossaudio.xml:
13462         * docs/plugins/inspect/plugin-png.xml:
13463         * docs/plugins/inspect/plugin-rtp.xml:
13464         * docs/plugins/inspect/plugin-rtsp.xml:
13465         * docs/plugins/inspect/plugin-shout2send.xml:
13466         * docs/plugins/inspect/plugin-smpte.xml:
13467         * docs/plugins/inspect/plugin-speex.xml:
13468         * docs/plugins/inspect/plugin-udp.xml:
13469         * docs/plugins/inspect/plugin-videobalance.xml:
13470         * docs/plugins/inspect/plugin-videobox.xml:
13471         * docs/plugins/inspect/plugin-videoflip.xml:
13472         * docs/plugins/inspect/plugin-videomixer.xml:
13473         * docs/plugins/inspect/plugin-wavenc.xml:
13474         * docs/plugins/inspect/plugin-wavparse.xml:
13475         * docs/plugins/inspect/plugin-ximagesrc.xml:
13476           Update files to CVS/Prerelease version, add esdsink docs.
13477
13478         * ext/esd/esdsink.c:
13479           Add gtk-doc blurb.
13480
13481         * gst/rtp/gstrtpmp4vpay.c:
13482           Fix typo in element description.
13483
13484 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
13485
13486         * ext/esd/esdsink.c: (gst_esdsink_open),
13487         (gst_esdsink_factory_init):
13488           Prevent libesd from auto-spawning a sound daemon if it
13489           is not already running. Now that we don't do evil stuff
13490           like that any longer we can give esdsink a rank so that
13491           autoaudiosink will try it as well if all other audio
13492           sinks fail (#343051).
13493
13494 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
13495
13496         * ext/esd/Makefile.am:
13497           Oops, need to remove README from EXTRA_DIST as well.
13498
13499 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
13500
13501         * ext/esd/README:
13502           Remove, it contains nothing useful anyway.
13503
13504         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
13505         (gst_esdsink_delay):
13506           Some small clean-ups; use GST_BOILERPLATE etc.
13507
13508 2006-07-24  Wim Taymans  <wim@fluendo.com>
13509
13510         * gst/law/alaw-decode.c: (alawdec_getcaps):
13511         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
13512         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
13513         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
13514         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
13515
13516 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
13517
13518         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13519         (gst_wavparse_other), (gst_wavparse_perform_seek),
13520         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
13521         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
13522         (gst_wavparse_pad_query):
13523         * gst/wavparse/gstwavparse.h:
13524           Use information from 'fact' chunk for length calculation of compressed
13525           samples. Calculate bps if bogus value is found in wav header (embeded
13526           mp2/mp3).
13527           
13528
13529 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
13530
13531         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
13532
13533         * configure.ac:
13534         * gst/udp/Makefile.am:
13535         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
13536         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
13537         * gst/udp/gstdynudpsink.h:
13538         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
13539         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
13540         * gst/udp/gstmultiudpsink.h:
13541         * gst/udp/gstudp.c: (plugin_init):
13542         * gst/udp/gstudpsink.h:
13543         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
13544         (gst_udpsrc_start), (gst_udpsrc_stop):
13545         * gst/udp/gstudpsrc.h:
13546         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
13547         (gst_udp_net_utils_win32_wsa_startup):
13548         * gst/udp/gstudpnetutils.h:
13549           Port udp plugin to win32 (#345288).
13550
13551 2006-07-24  Wim Taymans  <wim@fluendo.com>
13552
13553         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
13554         Remove unwanted DEBUG line.
13555
13556 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
13557
13558         * gst/id3demux/gstid3demux.c: (plugin_init):
13559         * gst/id3demux/id3tags.c:
13560         (id3demux_add_id3v2_frame_blob_to_taglist):
13561         * gst/id3demux/id3tags.h:
13562           On second thought, it might be wiser and more efficient
13563           not to do tag registration from a streaming thread.
13564
13565 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
13566
13567         * gst/id3demux/id3tags.c:
13568         (id3demux_add_id3v2_frame_blob_to_taglist),
13569         (id3demux_id3v2_frames_to_tag_list):
13570           Put ID3v2 frames we can't parse as binary blobs into private
13571           tags, so that they are not lost when retagging, at least once
13572           id3v2mux has been taught to re-inject those frames again.
13573           See bug #334375.
13574
13575 2006-07-21  Wim Taymans  <wim@fluendo.com>
13576
13577         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13578         (gst_avi_demux_process_next_entry):
13579         Fix some leaks.
13580
13581         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
13582         Don't use \n in debug lines.
13583
13584 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
13585
13586         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13587         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13588           Add annodex and icydemux, cleanup the sections a bit
13589
13590 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13591
13592         Patch by: Alex Lancaster <alexl at users sourceforge net>
13593
13594         * ext/taglib/gstid3v2mux.cc:
13595           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
13596           ID3v2 TSSE frames (#347898).
13597
13598 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
13599
13600         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
13601           Respect mpegversion for "video/mpeg" and give message in case of
13602           unhandled versions.
13603
13604 2006-07-17  Wim Taymans  <wim@fluendo.com>
13605
13606         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
13607         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
13608         (gst_pngdec_chain), (gst_pngdec_sink_event),
13609         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
13610         (gst_pngdec_sink_activate_push):
13611         * ext/libpng/gstpngdec.h:
13612         Use statically allocated segment instead of leaking.
13613         Various cleanups.
13614         Fix flush and seek handling.
13615
13616 2006-07-16  Wim Taymans  <wim@fluendo.com>
13617
13618         * gst/rtp/Makefile.am:
13619         * gst/rtp/gstrtp.c: (plugin_init):
13620         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
13621         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
13622         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
13623         (gst_rtp_mp4g_depay_set_property),
13624         (gst_rtp_mp4g_depay_get_property),
13625         (gst_rtp_mp4g_depay_change_state),
13626         (gst_rtp_mp4g_depay_plugin_init):
13627         * gst/rtp/gstrtpmp4gdepay.h:
13628         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
13629         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
13630         (gst_rtp_mp4g_pay_flush):
13631         Added simple generic mpeg4 depayloader.
13632         Fix generic mpeg4 payloader.
13633
13634 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
13635
13636         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
13637           Don't try doing state changes on a NULL pointer.
13638
13639 2006-07-14  Wim Taymans  <wim@fluendo.com>
13640
13641         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
13642
13643         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
13644         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
13645         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
13646         * gst/rtp/gstrtpamrdepay.h:
13647         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
13648         Fixes #321191
13649
13650 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13651
13652         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
13653         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
13654         Fix segfault when moving mouse pointer to the bottom right corner.
13655
13656 2006-07-12  Wim Taymans  <wim@fluendo.com>
13657
13658         * gst/rtp/Makefile.am:
13659         * gst/rtp/gstrtp.c: (plugin_init):
13660         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
13661         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
13662         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
13663         (gst_rtp_mp2t_depay_set_property),
13664         (gst_rtp_mp2t_depay_get_property),
13665         (gst_rtp_mp2t_depay_change_state),
13666         (gst_rtp_mp2t_depay_plugin_init):
13667         * gst/rtp/gstrtpmp2tdepay.h:
13668         Added mpeg2 TS depayloader. Closing #347234.
13669
13670 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
13671
13672         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
13673           Remove g_assert that shouldn't be there and was triggered
13674           after trying to open a device that doesn't exist or can't
13675           be opened for some other reason (#347972).
13676
13677 2006-07-10  Edward Hervey  <edward@fluendo.com>
13678
13679         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13680         (gst_avi_demux_stream_header), (push_tag_lists):
13681         * gst/avi/gstavidemux.h:
13682         Don't push tag events found by gst_riff_parse_info() before outputting
13683         GST_EVENT_NEWSEGMENT.
13684
13685 2006-07-10  Wim Taymans  <wim@fluendo.com>
13686
13687         * gst/rtsp/Makefile.am:
13688         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
13689         (rtsp_connection_close):
13690         * gst/rtsp/rtspdefs.h:
13691         replaced closesocket and close in code with one CLOSE_SOCKET. 
13692         Some more cleanups. Fixes #345301.
13693
13694 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
13695
13696         * gst/autodetect/gstautoaudiosink.c:
13697           Fix example pipeline in docs.
13698
13699 2006-07-10  Wim Taymans  <wim@fluendo.com>
13700
13701         Patch by: Rob Taylor <robtaylor at floopily dot org>
13702
13703         * gst/udp/gstmultiudpsink.c: (join_multicast),
13704         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
13705         If a destination is added before the stream is set to PAUSED, the
13706         multicast group is not joined as the socket is not created yet. 
13707         Also TTL and LOOP should also be set. Fixes #346921.
13708
13709 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13710
13711         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
13712         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
13713         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
13714         (gst_ximage_src_init):
13715         * sys/ximage/gstximagesrc.h:
13716         Fix use-damage property to actually work :)
13717         Add startx, starty, endx, endy properties so screencasts other than full
13718         screen ones can work.
13719
13720 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13721
13722         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
13723         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
13724         (gst_ximage_src_class_init), (gst_ximage_src_init):
13725         * sys/ximage/gstximagesrc.h:
13726         Add use_damage property to offer ability to choose whether to use
13727         XDamage or not.
13728
13729 2006-07-07  Wim Taymans  <wim@fluendo.com>
13730
13731         * gst/goom/filters.c: (zoomFilterSetResolution):
13732         Avoid goom coredumping by clearing memory. 
13733         Fixes 345679.
13734
13735 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
13736
13737         * win32/vs6/libgstid3demux.dsp:
13738         Add a link to libgsttag-0.10.lib.
13739
13740 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
13741
13742         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
13743         (gst_tag_demux_read_range):
13744         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
13745         (gst_id3demux_read_range):
13746           Don't return FLOW_UNEXPECTED when a buffer is before
13747           the start of the stream (which might happen with
13748           large ID3v2 tags if the tag reading was done pullrange
13749           based and we then switched to push mode later on).
13750           Fixes regression introduced by commit from June 29th.
13751
13752 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
13753
13754         * ext/taglib/gstid3v2mux.cc:
13755           Make UTF-8 the default encoding when writing string
13756           tags (before, our UTF-8 strings would automatically
13757           be converted to ISO-8859-1 by taglib and written as
13758           ISO-8859-1 fields if that was possible).
13759
13760         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
13761         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
13762         (test_taglib_id3mux_with_tags):
13763           Add test case that makes sure our UTF-8 strings have
13764           actually been written into the tag as UTF-8.
13765
13766 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
13767
13768         * configure.ac:
13769           Let's try that again.
13770
13771 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
13772
13773         * configure.ac:
13774           Disable monoscope plugin for now until it fulfills
13775           all the requirements.
13776
13777 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
13778
13779         * configure.ac:
13780         * gst/monoscope/Makefile.am:
13781         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
13782         (gst_monoscope_class_init), (gst_monoscope_init),
13783         (gst_monoscope_finalize), (gst_monoscope_reset),
13784         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
13785         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
13786         (gst_monoscope_sink_event), (gst_monoscope_src_event),
13787         (gst_monoscope_change_state), (plugin_init):
13788         * gst/monoscope/gstmonoscope.h:
13789           Port monoscope visualisation to 0.10.
13790
13791 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
13792
13793         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
13794         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
13795           Return FLOW_UNEXPECTED when at the end of the file, not
13796           FLOW_ERROR. Fixes 'internal stream error' errors that
13797           would sometimes occur in totem when scrubbing to the
13798           end of an ID3v1 tagged mp3 file.
13799
13800 2006-07-03  Edward Hervey  <edward@fluendo.com>
13801
13802         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
13803         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
13804         (gst_pngdec_sink_event), (gst_pngdec_change_state):
13805         * ext/libpng/gstpngdec.h:
13806         Implement buffer clipping/dropping using GstSegment.
13807         This provides accurate seeking.
13808
13809 2006-07-03  Edward Hervey  <edward@fluendo.com>
13810
13811         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13812         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
13813         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
13814         (gst_avi_demux_process_next_entry), (push_tag_lists),
13815         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
13816         * gst/avi/gstavidemux.h:
13817         Proper aggregation of each stream's GstFlowReturn in order to figure out
13818         whether the task should stop or not.
13819         Don't send inline events before pushing out a NEW_SEGMENT, more
13820         specifically for GST_TAG_EVENT.
13821         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
13822         sub-indexes.
13823
13824 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
13825
13826         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
13827
13828         * sys/sunaudio/gstsunaudiomixerctrl.c:
13829         (gst_sunaudiomixer_ctrl_build_list):
13830           Move "Monitor" slider to input tab so it works more like
13831           sdtaudiocontrol, which is what people on Solaris are used
13832           to using for their mixer program (#346259).
13833
13834 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13835
13836         * tests/check/elements/level.c: (GST_START_TEST):
13837           fix a leak, clean up at the end
13838
13839 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
13840
13841         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
13842         (gst_matroska_demux_send_event),
13843         (gst_matroska_demux_loop_stream_parse_id):
13844         * gst/matroska/matroska-ids.h:
13845           Send tag event after newsegment event.
13846
13847 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
13848
13849         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
13850         (gst_id3demux_read_range):
13851           Make sure we don't return GST_FLOW_OK with a NULL buffer in
13852           certain cases where a read beyond the end of the file is
13853           requested. Fixes #345930.
13854
13855         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
13856         (gst_tag_demux_read_range):
13857           Fix same issue here as well.
13858
13859 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13860
13861         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
13862         
13863         Fix hypothetical crash.
13864
13865 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
13866
13867         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
13868
13869         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
13870           Do not modify the ports value. If the user has turned off the
13871           built-in speakers, then we should not reset it in the prepare
13872           function, since this causes the built-in speakers to turn
13873           back on anytime the user changes a track in totem, rhythmbox,
13874           etc. (#346066).
13875
13876 2006-06-23  Wim Taymans  <wim@fluendo.com>
13877
13878         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
13879         Fix double caps unref when negotiation fails.
13880
13881 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13882
13883         * ext/annodex/gstcmmldec.c:
13884         * ext/annodex/gstcmmlenc.c:
13885         * ext/annodex/gstcmmlparser.c:
13886         * ext/dv/gstdvdec.c:
13887         * ext/dv/gstdvdemux.c:
13888         * ext/gdk_pixbuf/pixbufscale.c:
13889         * ext/jpeg/gstjpegenc.c:
13890         * ext/jpeg/gstsmokedec.c:
13891         * ext/jpeg/gstsmokeenc.c:
13892         * ext/libpng/gstpngdec.c:
13893         * ext/libpng/gstpngenc.c:
13894         * ext/speex/gstspeexenc.c:
13895         * gst/alpha/gstalphacolor.c:
13896         * gst/cutter/gstcutter.c:
13897         * gst/debug/gstnavigationtest.c:
13898         * gst/icydemux/gsticydemux.c:
13899         * gst/level/gstlevel.c:
13900         * gst/multipart/multipart.c:
13901         * gst/rtp/gstrtpamrpay.c:
13902         * gst/rtp/gstrtpdepay.c:
13903         * gst/rtp/gstrtpilbcpay.c:
13904         * gst/rtp/gstrtpmp4gpay.c:
13905         * gst/rtp/gstrtpmp4vpay.c:
13906         * gst/rtsp/gstrtpdec.c:
13907         * gst/rtsp/gstrtspsrc.c:
13908         * gst/udp/gstdynudpsink.c:
13909         * gst/udp/gstmultiudpsink.c:
13910         * gst/udp/gstudpsrc.c:
13911         * gst/videobox/gstvideobox.c:
13912         * gst/videofilter/gstvideoflip.c:
13913           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
13914           plus two minor macro fixes.
13915
13916 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13917
13918         * gst/matroska/matroska-demux.c:
13919         (gst_matroska_demux_check_subtitle_buffer),
13920         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13921         (gst_matroska_demux_subtitle_caps):
13922         * gst/matroska/matroska-ids.c:
13923         (gst_matroska_track_init_subtitle_context):
13924         * gst/matroska/matroska-ids.h:
13925           Try to fix up broken matroska files containing subtitle
13926           streams with non-UTF8 character encodings (courtesy of
13927           mkvmerge) using either the encoding specified in the
13928           GST_SUBTITLE_ENCODING environment variable or the
13929           current locale's character set if it is non-UTF8.
13930           Fixes #337076.
13931
13932 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13933
13934         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
13935           Set image type from APIC frame as "image-type" field
13936           of GST_TAG_IMAGE buffer caps (#344605).
13937
13938 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
13939
13940         * ext/flac/Makefile.am:
13941         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
13942         (gst_flac_dec_reset_decoders),
13943         (gst_flac_dec_setup_seekable_decoder),
13944         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
13945         (gst_flac_dec_metadata_callback),
13946         (gst_flac_dec_metadata_callback_seekable),
13947         (gst_flac_dec_metadata_callback_stream),
13948         (gst_flac_dec_error_callback),
13949         (gst_flac_dec_error_callback_seekable),
13950         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
13951         (gst_flac_dec_read_stream), (gst_flac_dec_write),
13952         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
13953         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
13954         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
13955         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
13956         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
13957         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
13958         (gst_flac_dec_sink_activate_push),
13959         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
13960         * ext/flac/gstflacdec.h:
13961           Support chain-based operation, should make flac-over-DAAP
13962           work (#340492).
13963
13964 2006-06-20  Wim Taymans  <wim@fluendo.com>
13965
13966         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13967         Doc updates, merge some unused symbols.
13968
13969 2006-06-20  Wim Taymans  <wim@fluendo.com>
13970
13971         * docs/plugins/Makefile.am:
13972         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13973         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13974         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
13975         * gst/rtsp/gstrtspsrc.c:
13976         * gst/rtsp/gstrtspsrc.h:
13977         Added documentation for the rtsp plugin. Fixes #345393.
13978
13979 2006-06-20  Wim Taymans  <wim@fluendo.com>
13980
13981         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
13982         (rtsp_connection_close), (rtsp_connection_free):
13983         Use better G_OS_* macros. Fixes #345301 some more.
13984
13985 2006-06-20  Wim Taymans  <wim@fluendo.com>
13986
13987         Patch by: Brian Cameron <brian dot cameron at sun dot com>
13988
13989         * sys/sunaudio/Makefile.am:
13990         * sys/sunaudio/gstsunaudio.c: (plugin_init):
13991         * sys/sunaudio/gstsunaudiomixerctrl.c:
13992         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
13993         (gst_sunaudiomixer_ctrl_list_tracks),
13994         (gst_sunaudiomixer_ctrl_get_volume),
13995         (gst_sunaudiomixer_ctrl_set_volume),
13996         (gst_sunaudiomixer_ctrl_set_mute),
13997         (gst_sunaudiomixer_ctrl_set_record):
13998         * sys/sunaudio/gstsunaudiomixerctrl.h:
13999         * sys/sunaudio/gstsunaudiomixertrack.c:
14000         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
14001         * sys/sunaudio/gstsunaudiomixertrack.h:
14002         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
14003         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
14004         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
14005         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
14006         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
14007         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
14008         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
14009         (gst_sunaudiosrc_reset):
14010         * sys/sunaudio/gstsunaudiosrc.h:
14011         Add a SunAudio source plugin.
14012         Support stereo and right/left channel gain in the mixer plugin.
14013         Support the RECORD flag so that you can switch between line-input and
14014         microphone in gnome-volume-control.
14015         Code cleanups like using an enumerator for track number instead of an 
14016         integer. Fixes #344923.
14017
14018 2006-06-20  Wim Taymans  <wim@fluendo.com>
14019
14020         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
14021
14022         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
14023         (rtsp_connection_close):
14024         Make RTSP plugin compile on windows. Fixes #345301.
14025         Some changes to original patch to catch errors better.
14026         use ifdef WIN32 instead of ifndef.
14027
14028 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14029
14030         * configure.ac:
14031         If we have libraw1394 >= 1.2.1, then we need libiec61883.
14032
14033 2006-06-18  Edward Hervey  <edward@fluendo.com>
14034
14035         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14036         After a failed buffer alloc, we need to abort the jpeg decoding (it
14037         started when parsing headers to figure out how many bytes we need
14038         to request downstream).
14039
14040 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
14041
14042         Patch by: Mark Nauwelaerts  <manauw at skynet be>
14043
14044         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
14045           Make sure we don't read beyond the end of the file (#345232).
14046
14047 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14048
14049         * configure.ac:
14050           Fix --disable-external (can't set conditionals conditionally,
14051           #343602).
14052
14053 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14054
14055         * autogen.sh:
14056         * configure.ac:
14057         * docs/Makefile.am:
14058           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
14059
14060         * docs/plugins/Makefile.am:
14061         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14062         * docs/plugins/inspect/plugin-taglib.xml:
14063           Add/fix apev2mux docs.
14064
14065 2006-06-14  Wim Taymans  <wim@fluendo.com>
14066
14067         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
14068         (gst_dvdec_finalize), (gst_dvdec_sink_event),
14069         (gst_dvdec_change_state):
14070         Reset segment info on flush.
14071         Alloc segment in _init, free in _finalize.
14072
14073         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
14074         Don't send segments twice.
14075
14076 2006-06-14  Wim Taymans  <wim@fluendo.com>
14077
14078         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14079         Respect segment.stop. Fixes #342592.
14080
14081 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14082
14083         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
14084           No language specified means the implied language is English
14085           according to the matroska spec (partially fixes #344708);
14086           add some more debug output.
14087
14088 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14089
14090         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
14091         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
14092         (gst_wavparse_chain):
14093           When operating chain-based, don't make any assumptions about the
14094           chunking of the incoming data and make streaming work on days other
14095           than the second Thursday after a full moon. Also fix up debug
14096           messages here and there and make use of the most excellent new
14097           gst_pad_query_peer_duration() utility function.
14098           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
14099
14100         * gst/wavparse/gstwavparse.h:
14101           Remove trailing comma after last enum value, some compilers don't
14102           like that.
14103
14104 2006-06-13  Wim Taymans  <wim@fluendo.com>
14105
14106         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
14107         Handle premature EOS gracefully.
14108
14109 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
14110
14111         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14112           Prevent out of bounds array access when scrubbing towards
14113           the end of the file between the last index entry and the
14114           end. Fixes occasional 'start <= stop' newsegment event
14115           assertions when scrubbing in MJPEG files.
14116
14117 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14118
14119         * tests/check/elements/.cvsignore:
14120           And another one.
14121
14122 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
14123
14124         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14125         (scan_encoded_string), (parse_picture_frame):
14126           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
14127
14128         * configure.ac:
14129           Require core >= 0.10.8 (for GST_TAG_IMAGE and
14130           GST_TAG_PPEVIEW_IMAGE used in the patch above).
14131
14132 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14133
14134         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
14135           gratuitous comment changes
14136         * tests/check/elements/level.c: (GST_START_TEST):
14137           fix level test leaks
14138
14139 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
14140
14141         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
14142         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
14143           Use gst_pad_query_peer_duration() utility function here.
14144
14145 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14146
14147         * autogen.sh:
14148           require am17
14149         * configure.ac:
14150         * ext/annodex/Makefile.am:
14151         * ext/cdio/Makefile.am:
14152         * ext/dv/Makefile.am:
14153         * ext/esd/Makefile.am:
14154         * ext/flac/Makefile.am:
14155         * ext/gdk_pixbuf/Makefile.am:
14156         * ext/ladspa/Makefile.am:
14157         * ext/libcaca/Makefile.am:
14158         * ext/speex/Makefile.am:
14159         * ext/taglib/Makefile.am:
14160         * sys/oss/Makefile.am:
14161         * sys/sunaudio/Makefile.am:
14162         * sys/ximage/Makefile.am:
14163           clean up build further
14164
14165 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
14166
14167         * gconf/Makefile.am:
14168           Honour --disable-schemas-install configure option. Fixes #344100.
14169
14170 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
14171
14172         * tests/examples/level/Makefile.am:
14173           Add -lm to LIBS for pow() function, don't assume one of our
14174           dependencies (such as libxml-2.0) drags it in automatically
14175           (#343603).
14176
14177 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
14178
14179         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
14180
14181         * configure.ac:
14182           We should use $SED and not $(SED) in configure.ac (#343678).
14183
14184 2006-06-09  Wim Taymans  <wim@fluendo.com>
14185
14186         Patch by: Brian Cameron <brian dot cameron at sun dot com>
14187
14188         * sys/sunaudio/gstsunaudiomixerctrl.c:
14189         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
14190         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
14191         (gst_sunaudiomixer_ctrl_set_mute):
14192         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
14193         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
14194         (gst_sunaudiosink_write):
14195         Attached find a patch that fixes a number of bugs with the SunAudio
14196         mixer plugin and fixes #344101:
14197         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
14198            tracks onto the tracklist causing gnome-volume-control's preferences
14199            dialog to be messed up and would core dump if you checked/unchecked
14200            any item.
14201         2. We weren't previously setting the MUTE flag properly.  Fixing this
14202            makes gnome-volume-control work better.
14203         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
14204            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
14205            gnome-volume-control look better.
14206         Also some minor cleanup in gstsunaudiosink.c.
14207
14208 2006-06-09  Wim Taymans  <wim@fluendo.com>
14209
14210         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
14211         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
14212         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
14213         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
14214         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
14215         * ext/jpeg/gstjpegdec.h:
14216         API: Added IDCT method property
14217         Small cleanups.
14218         Avoid dynamic allocation of trivial fixed structure.
14219         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
14220
14221 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14222
14223         * configure.ac:
14224         We now require libraw1394 >= 1.1.0 and that version onwards all
14225         have .pc files.
14226
14227 2006-06-02  Edward Hervey  <edward@fluendo.com>
14228
14229         * gst/law/alaw-decode.c: (alawdec_getcaps): 
14230         Trying to get items from an ANY or EMPTY caps is ... stupid.
14231
14232 2006-06-02  Edward Hervey  <edward@fluendo.com>
14233
14234         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
14235         (gst_dvdec_chain), (gst_dvdec_change_state):
14236         * ext/dv/gstdvdec.h:
14237         Added GstSegment handling, now implements dropping/clipping.
14238
14239 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14240
14241         * ext/aalib/gstaasink.h:
14242         * ext/annodex/gstcmmldec.h:
14243         * ext/cairo/gsttimeoverlay.h:
14244         * ext/dv/gstdvdec.h:
14245         * ext/dv/gstdvdemux.h:
14246         * ext/esd/esdmon.h:
14247         * ext/esd/esdsink.h:
14248         * ext/flac/gstflacenc.h:
14249         * ext/gconf/gstgconfaudiosink.h:
14250         * ext/gconf/gstgconfaudiosrc.h:
14251         * ext/gconf/gstgconfvideosink.h:
14252         * ext/gconf/gstgconfvideosrc.h:
14253         * ext/gdk_pixbuf/gstgdkanimation.h:
14254         * ext/gdk_pixbuf/pixbufscale.h:
14255         * ext/hal/gsthalaudiosink.h:
14256         * ext/hal/gsthalaudiosrc.h:
14257         * ext/jpeg/gstjpegenc.h:
14258         * ext/jpeg/gstsmokedec.h:
14259         * ext/jpeg/gstsmokeenc.h:
14260         * ext/libcaca/gstcacasink.h:
14261         * ext/libmng/gstmngdec.h:
14262         * ext/libmng/gstmngenc.h:
14263         * ext/libpng/gstpngdec.h:
14264         * ext/libpng/gstpngenc.h:
14265         * ext/raw1394/gstdv1394src.h:
14266         * ext/speex/gstspeexenc.h:
14267         * gst/autodetect/gstautoaudiosink.h:
14268         * gst/autodetect/gstautovideosink.h:
14269         * gst/avi/gstavidemux.h:
14270         * gst/cutter/gstcutter.h:
14271         * gst/debug/efence.h:
14272         * gst/debug/gstnavigationtest.h:
14273         * gst/debug/gstnavseek.h:
14274         * gst/flx/gstflxdec.h:
14275         * gst/goom/gstgoom.h:
14276         * gst/icydemux/gsticydemux.h:
14277         * gst/id3demux/gstid3demux.h:
14278         * gst/law/alaw-decode.h:
14279         * gst/law/alaw-encode.h:
14280         * gst/law/mulaw-decode.h:
14281         * gst/law/mulaw-encode.h:
14282         * gst/matroska/matroska-mux.h:
14283         * gst/median/gstmedian.h:
14284         * gst/oldcore/gstaggregator.h:
14285         * gst/oldcore/gstfdsink.h:
14286         * gst/oldcore/gstmd5sink.h:
14287         * gst/oldcore/gstmultifilesrc.h:
14288         * gst/oldcore/gstpipefilter.h:
14289         * gst/oldcore/gstshaper.h:
14290         * gst/oldcore/gststatistics.h:
14291         * gst/rtp/gstasteriskh263.h:
14292         * gst/rtp/gstrtpL16depay.h:
14293         * gst/rtp/gstrtpL16pay.h:
14294         * gst/rtp/gstrtpamrdepay.h:
14295         * gst/rtp/gstrtpamrpay.h:
14296         * gst/rtp/gstrtpdepay.h:
14297         * gst/rtp/gstrtpgsmdepay.h:
14298         * gst/rtp/gstrtpgsmpay.h:
14299         * gst/rtp/gstrtph263pay.h:
14300         * gst/rtp/gstrtph263pdepay.h:
14301         * gst/rtp/gstrtph263ppay.h:
14302         * gst/rtp/gstrtpmp4gpay.h:
14303         * gst/rtp/gstrtpmp4vdepay.h:
14304         * gst/rtp/gstrtpmp4vpay.h:
14305         * gst/rtp/gstrtpmpadepay.h:
14306         * gst/rtp/gstrtpmpapay.h:
14307         * gst/rtp/gstrtppcmadepay.h:
14308         * gst/rtp/gstrtppcmapay.h:
14309         * gst/rtp/gstrtppcmudepay.h:
14310         * gst/rtp/gstrtppcmupay.h:
14311         * gst/rtp/gstrtpspeexdepay.h:
14312         * gst/rtp/gstrtpspeexpay.h:
14313         * gst/rtsp/gstrtpdec.h:
14314         * gst/rtsp/gstrtspsrc.h:
14315         * gst/smpte/gstsmpte.h:
14316         * gst/udp/gstdynudpsink.h:
14317         * gst/udp/gstmultiudpsink.h:
14318         * gst/udp/gstudpsink.h:
14319         * gst/udp/gstudpsrc.h:
14320         * gst/videofilter/gstvideobalance.h:
14321         * gst/videofilter/gstvideoflip.h:
14322         * sys/oss/gstossdmabuffer.h:
14323         * sys/oss/gstossmixerelement.h:
14324         * sys/oss/gstosssink.h:
14325         * sys/oss/gstosssrc.h:
14326         * sys/osxvideo/osxvideosink.h:
14327         * sys/sunaudio/gstsunaudiomixer.h:
14328         * sys/sunaudio/gstsunaudiosink.h:
14329         * sys/ximage/gstximagesrc.h:
14330         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14331
14332 2006-05-31  Wim Taymans  <wim@fluendo.com>
14333
14334         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
14335         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
14336         (gst_goom_src_setcaps), (gst_goom_src_event),
14337         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
14338         (gst_goom_change_state):
14339         * gst/goom/gstgoom.h:
14340         Handle QoS.
14341         Handle flushing, discont and events.
14342         Fix timestamps and various other cleanups.
14343
14344 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14345
14346         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
14347         Fix bus reset when using libiec61883
14348
14349 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14350
14351         * configure.ac:
14352         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
14353         * ext/raw1394/Makefile.am:
14354         Add CFLAGS.
14355         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
14356         New method, to receive using libiec61883.
14357         (gst_dv1394src_iso_receive),
14358         #ifdef'd out if libiec61883 is present.
14359         (gst_dv1394src_bus_reset),
14360         Get userdata correctly if using libiec61883. 
14361         (gst_dv1394src_create),
14362         When using libiec61883, only poll one fd and no need to read.
14363         (gst_dv1394src_discover_avc_node),
14364         Replace g_warnings.
14365         (gst_dv1394src_start),
14366         Create new handle when we know which dv port.  More reliable
14367         than setting port on an existing handle.  Initialise libiec61883.
14368         (gst_dv1394src_stop):
14369         If using libiec61883, then cleanup its handle properly.
14370         * ext/raw1394/gstdv1394src.h:
14371         Add libiec61883 handle.
14372
14373 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
14374
14375         * gst/avi/gstavidemux.c:
14376           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
14377         * win32/MANIFEST:
14378           sort file listing
14379         * win32/vs6/libgstavi.dsp:
14380           add gstavimux.c to the project
14381         * win32/vs6/libgstid3demux.dsp:
14382           add link to zlib library
14383         * win32/vs6/libgstmatroska.dsp:
14384           add matroska-ids.c to the project
14385
14386 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
14387
14388         Patch by: Sebastian Dröge  <mail at slomosnail de >
14389
14390         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14391         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14392         * ext/taglib/Makefile.am:
14393         * ext/taglib/gstapev2mux.cc:
14394         * ext/taglib/gstapev2mux.h:
14395         * ext/taglib/gstid3v2mux.cc:
14396         * ext/taglib/gsttaglibmux.c: (plugin_init):
14397         * ext/taglib/gsttaglibmux.h:
14398           Add apev2mux element (#343122).
14399         
14400         * tests/check/Makefile.am:
14401         * tests/check/elements/apev2mux.c:
14402         (test_taglib_apev2mux_create_tags),
14403         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
14404         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
14405         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
14406         (apev2mux_suite), (main):
14407           Add unit test for apev2mux element.
14408
14409 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
14410
14411         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
14412         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
14413         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
14414           GST_PTR_FORMAT should be used to print caps in debug statements.
14415
14416 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
14417
14418         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
14419
14420         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
14421         (ape_demux_parse_tags):
14422           Some clean-ups and additions: map APE 'file' tag to
14423           GST_TAG_LOCATION (#343123); add support for extracting
14424           the track count and clean up parsing a bit (#343127).
14425
14426 2006-05-28  Edward Hervey  <edward@fluendo.com>
14427
14428         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
14429         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
14430
14431 2006-05-28  Edward Hervey  <edward@fluendo.com>
14432
14433         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
14434         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
14435         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
14436         * ext/jpeg/gstjpegdec.h:
14437         Clip outgoing buffers according to currently configured segment.
14438
14439 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
14440
14441         * ext/taglib/gstid3v2mux.cc:
14442           Handle  writing of track-count or album-volume-count without
14443           track-number or albume-volume-number (in this case the number
14444           will just be set to 0).
14445
14446         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
14447           It would be nice if we actually checked the values received for
14448           track/album-volume number/count in  _check_tags(), rather than
14449           setting them again ...
14450
14451 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
14452
14453         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
14454           A track/volume number or count of 0 does not make sense,
14455           just ignore it along with negative numbers (a tag might
14456           only contain a track count without a track number).
14457
14458 2006-05-27  Edward Hervey  <edward@fluendo.com>
14459
14460         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
14461         (gst_jpeg_dec_sink_event):
14462         Abort decompression when receiving FLUSH_STOP. This should avoid
14463         issues when interrupting decoding with flushes.
14464
14465 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
14466
14467         * ext/flac/gstflac.c:
14468           Don't #include file we don't dist any longer.
14469
14470 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
14471
14472         * README:
14473           Replace current README (containing the release notes from
14474           some 0.9.x version) with a proper README taken from the core.
14475
14476 2006-05-24  Wim Taymans  <wim@fluendo.com>
14477
14478         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
14479         Implement EOS correctly by either posting
14480         SEGMENT_DONE or pushing an EOS message depending
14481         on the seek type. Fixes #342592
14482
14483 2006-05-24  Wim Taymans  <wim@fluendo.com>
14484
14485         * gst/law/alaw-decode.c: (gst_alawdec_chain):
14486         * gst/law/alaw-decode.h:
14487         * gst/law/alaw-encode.c: (gst_alawenc_chain):
14488         * gst/law/alaw-encode.h:
14489         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
14490         * gst/law/mulaw-decode.h:
14491         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
14492         * gst/law/mulaw-encode.h:
14493         Some cleanups in the chain functions.
14494         Remove some GStreamer 0.0.2 bits.
14495
14496 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
14497
14498         Patch by: Mark Nauwelaerts  <manauw at skynet be>
14499
14500         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
14501           gst_collect_pads_stop() needs to be called before chaining up
14502           to the parent class (#342734).
14503
14504 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
14505
14506         * ext/flac/Makefile.am:
14507         * ext/flac/flac_compat.h:
14508         * ext/flac/gstflac.c:
14509         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
14510         * ext/flac/gstflacenc.c:
14511           Remove backwards compatibility cruft for dealing with FLAC API
14512           changes in the 1.0.x series - we require 1.1.1 or newer these days.
14513
14514 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
14515
14516         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14517         (gst_matroska_demux_push_xiph_codec_priv_data),
14518         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14519         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
14520         * gst/matroska/matroska-ids.h:
14521         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
14522         (gst_matroska_mux_video_pad_setcaps),
14523         (xiph3_streamheader_to_codecdata),
14524         (vorbis_streamheader_to_codecdata),
14525         (theora_streamheader_to_codecdata),
14526         (gst_matroska_mux_audio_pad_setcaps),
14527         (gst_matroska_mux_write_data):
14528           Add support for muxing/demuxing theora video (#342448; too bad
14529           none of the usual linux players can actually play this). Playback
14530           in GStreamer will require additional changes to theoradec in -base.
14531           Refactor streamheaders <=> CodecPrivateData code a bit; some small
14532           cleanups.
14533
14534 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
14535
14536         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
14537         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
14538           Fix crashes when the horizontal subsampling is 1.
14539           Fixes #342097.
14540
14541 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
14542
14543         Patch by: Mark Nauwelaerts  <manauw at skynet be>
14544
14545         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
14546         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
14547         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
14548         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
14549         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
14550         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
14551         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
14552         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
14553         (gst_avi_mux_change_state):
14554         * gst/avi/gstavimux.h:
14555           Some enhancements for avimux (#342526):
14556            - add odml (large file) index support
14557            - store codec init data (e.g. huffyuv)
14558            - miscellaneous other fixes/cleanups
14559
14560 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14561
14562         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
14563         Don't output any tag when we encounter a negative track number - the
14564         tag type is uint, so we end up outputting huge positive numbers
14565         instead. (Fixes: #342029)
14566
14567 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14568
14569         * configure.ac:
14570           update for new GSTPB_PLUGINS_DIR
14571
14572 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
14573
14574         * rtp/gst/gstrtph263pay.c:
14575         Properly set static caps for H263 at 34.
14576
14577 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14578
14579         Patch by: James "Doc" Livingston  <doclivingston gmail com>
14580
14581         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
14582           Merge event tags and tag setter tags correctly (#339918). Also,
14583           don't leak taglist in case of an error.
14584           
14585 2006-05-17  Edward Hervey  <edward@fluendo.com>
14586
14587         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
14588         We can only do caps intersection if the othercaps are non-empty and not
14589         ANY. Else we return the pad template (base_caps).
14590
14591 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
14592
14593         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
14594           Fix crash when outputting debugging information for certain
14595           pictures (always good to use the right struct member for
14596           the number of records in an array).
14597
14598 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
14599
14600         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
14601
14602         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
14603         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
14604         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
14605         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
14606         (gst_ebml_read_float), (gst_ebml_read_ascii),
14607         (gst_ebml_read_binary):
14608           Don't create unnecessary sub-buffers all the time. Dramatically
14609           improves performance with multiple concurrently running
14610           matroskademux instances (#341818) (and avoids doing
14611           unnecessarily inefficient things in the general case).
14612
14613 2006-05-16  Edward Hervey  <edward@fluendo.com>
14614
14615         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
14616         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
14617         return value of gst_pad_push_event().
14618
14619 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
14620
14621         * gst/autodetect/gstautoaudiosink.c:
14622         (gst_auto_audio_sink_find_best):
14623         * gst/autodetect/gstautovideosink.c:
14624         (gst_auto_video_sink_find_best):
14625         Make the name of the child element be based on the name of the
14626         parent, so that debug output is more useful.
14627         
14628         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
14629         (parse_insert_string_field), (parse_split_strings):
14630         Rework string parsing to always walk over BOM markers in UTF16
14631         strings, using the endianness indicated by the innermost one,
14632         then trying the opposite endianness if that fails to convert
14633         to valid UTF-8. Fixes #341774
14634
14635 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14636
14637         Patch from: Matthieu <matthieu at fluendo dot com>
14638
14639         * ext/libpng/Makefile.am:
14640         Add LIBPNG_CFLAGS.
14641
14642 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14643
14644         * ext/taglib/gstid3v2mux.cc:
14645           Add support for writing images (APIC frames) into ID3v2
14646           tags (picture type always set to 'other' for now though).
14647
14648 2006-05-14  Michael Smith  <msmith@fluendo.com>
14649
14650         * gst/wavparse/gstwavparse.c:
14651           Update docs; wavparse implements push and pull modes.
14652
14653 2006-05-12  Wim Taymans  <wim@fluendo.com>
14654
14655         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
14656         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
14657         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
14658         Ooops, bitten by the copy-and-paste design paradigm, fixes
14659         seek again.
14660
14661 2006-05-12  Wim Taymans  <wim@fluendo.com>
14662
14663         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14664         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
14665         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
14666         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
14667         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
14668         (gst_avi_demux_massage_index),
14669         (gst_avi_demux_calculate_durations_from_index),
14670         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
14671         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
14672         (gst_avi_demux_loop):
14673         * gst/avi/gstavidemux.h:
14674         Some cleanups, prepare to use GstSegment.
14675         Fix error in entry walking code.
14676         Fix VBR detection.
14677         Smarter timestamp calculation code.
14678         Uniform error/eos handling.
14679
14680 2006-05-12  Michael Smith  <msmith@fluendo.com>
14681
14682         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
14683         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
14684           Fix use of uninitialised values if we're NOT seeking in ready.
14685           Fix typos.
14686
14687 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
14688
14689         * gst/wavparse/Makefile.am:
14690           Add CFLAGS and LIBS for libgstbase, fixes build on
14691           Cygwin (#341489).
14692
14693 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
14694
14695         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
14696           Some more debug info. No need to check whether the string
14697           returned by g_convert() is really UTF-8 - either it is or
14698           we get NULL returned.
14699
14700 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
14701
14702         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
14703           Fix parsing of numeric genre strings some more, by ensuring that
14704           we only try and parse strings that a) Start with '(' and b) Consist
14705           only of digits.
14706           Also, when finding an escaping '((' sequence, bust it back to '(' by
14707           swallowing the first parenthesis
14708
14709 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
14710
14711         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
14712         (gst_esdsink_open), (gst_esdsink_close):
14713         * ext/esd/esdsink.h:
14714           Move the esd_get_server_info() into gst_esdsink_open() and fail
14715           with a decent error message on errors.
14716
14717 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
14718
14719         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
14720         (gst_esdmon_channels_get_type):
14721         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
14722         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
14723         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
14724         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
14725         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
14726         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
14727         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
14728         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
14729         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
14730         * gst/videomixer/videomixer.c:
14731         (gst_video_mixer_background_get_type):
14732           Const-ify GEnumValue arrays.
14733
14734 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
14735
14736         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
14737
14738         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
14739         (gst_avi_mux_do_video_buffer):
14740           Work around gst_buffer_make_metadata_writable() bug that
14741           results in avimux marking all frames in the index as
14742           keyframes (#340859).
14743           
14744 2006-05-08  Wim Taymans  <wim@fluendo.com>
14745
14746         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
14747         Make parsing of urls suck slightly less.
14748
14749 2006-05-08  Edward Hervey  <edward@fluendo.com>
14750
14751         * autogen.sh: (CONFIGURE_DEF_OPT): 
14752         libtoolize on Darwin/MacOSX is called glibtoolize.
14753
14754 2006-05-08  Wim Taymans  <wim@fluendo.com>
14755
14756         Patch by: Jens Granseuer <jensgr at gmx dot net>
14757
14758         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
14759         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
14760         C89 compliance fixes. Fixes #340980
14761
14762 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
14763
14764         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
14765         * ext/flac/gstflacdec.h:
14766           Handle segment seeks that include the end of the file as stop point
14767           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
14768           message instead of an EOS event in case we're in segment seek
14769           mode (fixes #340699).
14770           
14771 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
14772
14773         * ext/cairo/gsttextoverlay.c:
14774         * ext/flac/gstflacdec.c:
14775         * ext/gdk_pixbuf/pixbufscale.c:
14776         * gst/apetag/gstapedemux.c:
14777         * gst/debug/breakmydata.c:
14778         * gst/debug/testplugin.c:
14779         * gst/matroska/ebml-write.c:
14780         * gst/multipart/multipartdemux.c:
14781         * sys/osxaudio/gstosxaudiosink.c:
14782         * sys/osxaudio/gstosxaudiosrc.c:
14783         Add semicolons after GST_BOILERPLATE[_FULL] so that
14784         indent doesn't mess up following lines.
14785
14786 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
14787
14788         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
14789
14790         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
14791           Don't leak caps when freeing the stream context (#340623).
14792
14793 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
14794
14795         * configure.ac:
14796           Back to CVS
14797
14798 === release 0.10.3 ===
14799
14800 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
14801
14802         * configure.ac:
14803           releasing 0.10.3, "Desplazado"
14804
14805 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
14806
14807         * gst/matroska/matroska-mux.c:
14808         (gst_matroska_mux_stream_is_vorbis_header),
14809         (gst_matroska_mux_write_data):
14810           Don't strcmp() NULL strings.
14811           Only start new clusters on video keyframes, not on any
14812           random audio buffer that doesn't have the DELTA_UNIT
14813           flag set (fixes 'make check' again).
14814
14815 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
14816
14817         Patch by: Mark Nauwelaerts  <manauw at skynet be>
14818
14819         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
14820         (gst_matroska_mux_stream_is_vorbis_header),
14821         (gst_matroska_mux_write_data):
14822           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
14823           value and then dead-lock when muxing vorbis audio streams
14824           (the three vorbis header buffers carry no timestamp, and it
14825           would try to mux these after all video buffers). Fixes #340346.
14826
14827           Improve clustering: start a new cluster also whenever we get
14828           a keyframe.     
14829
14830 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14831
14832         * win32/common/config.h:
14833         * win32/MANIFEST
14834           add the generated file as well
14835
14836 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14837
14838         * Makefile.am:
14839         * configure.ac:
14840         * win32/common/config.h.in:
14841           add win32 stuff
14842
14843 2006-05-03  Michael Smith  <msmith@fluendo.com>
14844
14845         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
14846           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
14847           SUCKS.
14848
14849 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
14850
14851         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
14852         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
14853         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
14854           don't leak caps-string
14855
14856 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
14857
14858         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
14859         (gst_id3demux_sink_activate):
14860           Let core insert default error message for TYPE_NOT_FOUND
14861           errors, it's just as good as our own and has the added
14862           bonus of being translated.
14863
14864 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
14865
14866         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
14867         (gst_tag_demux_sink_event):
14868         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
14869         (gst_id3demux_sink_event):
14870           Post an error message when we get an EOS event and were not
14871           able to find out the type of stream.
14872
14873         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
14874         (test_taglib_id3mux_with_tags):
14875           Decrease num-buffers to 16 per iteration again, otherwise the
14876           many memcpy()s and reallocations in the test will hammer slow
14877           CPUs completely and make the test timeout.
14878
14879 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14880
14881         * configure.ac:
14882           figure out where plugins-base plugins are
14883         * tests/check/Makefile.am:
14884           use plugins-base plugins, so we have typefind functions
14885         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
14886           increase num-buffers, this makes sure the test errors out instead
14887           of timing out when no typefind functions are present
14888
14889 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14890
14891         * docs/plugins/Makefile.am:
14892           also check .cc files for gtk-doc markup
14893         * configure.ac:
14894         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14895         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14896         * tests/check/Makefile.am:
14897         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
14898         * ext/Makefile.am:
14899         * ext/taglib/Makefile.am:
14900         * ext/taglib/gstid3v2mux.h:
14901         * ext/taglib/gsttaglibmux.c:
14902         * ext/taglib/gsttaglibmux.h:
14903           move taglib-based id3v2muxer to -good.  Fixes #336110.
14904
14905 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
14906
14907         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
14908           ... and fix multichannel/WAVFORMATEX support again.
14909
14910 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
14911
14912         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
14913         (gst_wavparse_class_init), (gst_wavparse_dispose),
14914         (gst_wavparse_reset), (gst_wavparse_init),
14915         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
14916         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
14917         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
14918         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
14919         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
14920         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
14921         (gst_wavparse_stream_data), (gst_wavparse_loop),
14922         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
14923         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
14924         (gst_wavparse_change_state), (plugin_init):
14925         * gst/wavparse/gstwavparse.h:
14926           Add push (streaming) mode to wavparse (fixes #337625)
14927
14928 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14929
14930         * configure.ac:
14931         * tests/Makefile.am:
14932           add ximagesrc icles test
14933
14934 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14935
14936         * configure.ac:
14937         * docs/plugins/Makefile.am:
14938         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14939         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14940         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
14941         (gst_cmml_enc_push_clip):
14942         * sys/Makefile.am:
14943         * sys/ximage/Makefile.am:
14944         * sys/ximage/gstximagesrc.c:
14945           Move ximagesrc plug-in to good after review.  Fixes #336756.
14946
14947 2006-04-28  Michael Smith  <msmith@fluendo.com>
14948
14949         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
14950         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
14951         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
14952         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
14953         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
14954         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
14955         * gst/icydemux/gsticydemux.h:
14956           Fix event handling: cache events when typefinding and forward later.
14957
14958 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14959
14960         * sys/osxaudio/gstosxaudiosink.c:
14961         (plugin_init):
14962          Register osxaudiosrc to the plugin.
14963         * sys/osxaudio/gstosxaudiosrc.c:
14964         (gst_osx_audio_src_osxelement_do_init),
14965         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
14966         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
14967         (gst_osx_audio_src_get_property),
14968         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
14969         (gst_osx_audio_src_osxelement_init):
14970         * sys/osxaudio/gstosxaudiosrc.h:
14971           Port of osxaudiosrc to 0.10.
14972         * sys/osxaudio/Makefile.am:
14973           Add osxaudiosrc
14974
14975 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14976
14977         * sys/osxaudio/gstosxringbuffer.c:
14978         * sys/osxaudio/gstosxringbuffer.h:
14979           Forgot to commit earlier, part of the OSX audio plugin port
14980
14981 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
14982
14983         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
14984         (parse_split_strings):
14985           Recognise and skip any byte order marker (BOM) in
14986           UTF-16 strings.
14987
14988 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
14989
14990         * docs/plugins/Makefile.am:
14991         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14992         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14993         * docs/plugins/gst-plugins-good-plugins.hierarchy:
14994         * docs/plugins/inspect/plugin-avi.xml:
14995         * gst/avi/gstavidemux.c:
14996         * gst/avi/gstavimux.c:
14997           Add docs for both avidemux and avimux.
14998
14999 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
15000
15001         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
15002
15003         * gst/avi/Makefile.am:
15004         * gst/avi/gstavi.c: (plugin_init):
15005         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
15006         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
15007         (gst_avi_mux_class_init), (gst_avi_mux_init),
15008         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15009         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
15010         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
15011         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15012         (gst_avi_mux_riff_get_avix_header),
15013         (gst_avi_mux_riff_get_video_header),
15014         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
15015         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
15016         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15017         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
15018         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
15019         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
15020         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15021         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
15022         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
15023         (gst_avi_mux_change_state):
15024         * gst/avi/gstavimux.h:
15025           Port AVI muxer to GStreamer-0.10 (#332031).
15026
15027         * tests/check/Makefile.am:
15028         * tests/check/elements/avimux.c:
15029         * tests/check/elements/.cvsignore:
15030           Add unit test for AVI muxer.
15031
15032 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
15033
15034         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15035         (gst_wavparse_class_init), (gst_wavparse_reset),
15036         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
15037         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
15038         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
15039         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
15040         (gst_wavparse_stream_data), (gst_wavparse_loop),
15041         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
15042         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
15043         (plugin_init):
15044         * gst/wavparse/gstwavparse.h:
15045           reverted patch #337625 for the price of 1 hour sleep
15046
15047 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
15048
15049         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15050         (gst_wavparse_class_init), (gst_wavparse_reset),
15051         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
15052         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
15053         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
15054         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
15055         (gst_wavparse_stream_data), (gst_wavparse_loop),
15056         (gst_wavparse_chain), (plugin_init):
15057         * gst/wavparse/gstwavparse.h:
15058           correct partial implementation of push mode
15059           (from my last commit)
15060
15061 2006-04-26  Wim Taymans  <wim@fluendo.com>
15062
15063         * ext/esd/esdsink.c:
15064         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
15065         it is not in esd.h
15066
15067 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
15068
15069         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
15070         (gst_au_parse_class_init), (gst_au_parse_init),
15071         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
15072         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
15073         (gst_au_parse_chain), (gst_au_parse_src_convert),
15074         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
15075         (gst_au_parse_sink_event), (gst_au_parse_src_event),
15076         (gst_au_parse_change_state):
15077         * gst/auparse/gstauparse.h:
15078           Rewrite auparse to suck a little bit less: make source pad
15079           dynamic, so decodebin/playbin work with non-raw formats
15080           like alaw/mulaw; add query function for duration/position
15081           queries; check whether we have enough data before attempting
15082           to parse the header (instead of crashing when that is not the
15083           case); work around audioconvert sucking by swapping endianness
15084           to the native endianness ourselves for float formats; send
15085           initial newsegment event. Fixes #161712.
15086
15087 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15088
15089         * sys/osxaudio/Makefile.am:
15090         * sys/osxaudio/gstosxaudioelement.c:
15091         (gst_osx_audio_element_get_type),
15092         (gst_osx_audio_element_class_init):
15093         * sys/osxaudio/gstosxaudioelement.h:
15094         * sys/osxaudio/gstosxaudiosink.c:
15095         (gst_osx_audio_sink_osxelement_do_init),
15096         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
15097         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
15098         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
15099         (gst_osx_audio_sink_create_ringbuffer),
15100         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
15101         (plugin_init):
15102         * sys/osxaudio/gstosxaudiosink.h:
15103         Port of osxaudiosink to 0.10
15104
15105 2006-04-26  Wim Taymans  <wim@fluendo.com>
15106
15107         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
15108         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
15109         the size of the ringbuffer. This should fix hangs with older 
15110         esd sound servers.
15111
15112 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
15113
15114         * ext/aalib/gstaasink.c:
15115         * ext/annodex/gstcmmldec.c:
15116         * ext/annodex/gstcmmlenc.c:
15117         * ext/cairo/gsttextoverlay.c:
15118         * ext/cairo/gsttimeoverlay.c:
15119         * ext/cdio/gstcdiocddasrc.c:
15120         * ext/dv/gstdvdec.c:
15121         * ext/dv/gstdvdemux.c:
15122         * ext/esd/esdmon.c:
15123         * ext/esd/esdsink.c:
15124         * ext/flac/gstflacenc.c:
15125         * ext/flac/gstflactag.c:
15126         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
15127         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
15128         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
15129         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
15130         * ext/gdk_pixbuf/pixbufscale.c:
15131         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
15132         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
15133         * ext/jpeg/gstjpegdec.c:
15134         * ext/jpeg/gstjpegenc.c:
15135         * ext/jpeg/gstsmokedec.c:
15136         * ext/jpeg/gstsmokeenc.c:
15137         * ext/libcaca/gstcacasink.c:
15138         * ext/libmng/gstmngdec.c:
15139         * ext/libmng/gstmngenc.c:
15140         * ext/libpng/gstpngdec.c:
15141         * ext/libpng/gstpngenc.c:
15142         * ext/mikmod/gstmikmod.c:
15143         * ext/raw1394/gstdv1394src.c:
15144         * ext/shout2/gstshout2.c: (gst_shout2send_init):
15145         * ext/shout2/gstshout2.h:
15146         * ext/speex/gstspeexdec.c:
15147         * ext/speex/gstspeexenc.c:
15148         * gst/alpha/gstalpha.c:
15149         * gst/alpha/gstalphacolor.c:
15150         * gst/apetag/gstapedemux.c:
15151         * gst/auparse/gstauparse.c:
15152         * gst/autodetect/gstautoaudiosink.c:
15153         (gst_auto_audio_sink_base_init):
15154         * gst/autodetect/gstautovideosink.c:
15155         (gst_auto_video_sink_base_init):
15156         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
15157         * gst/avi/gstavimux.c: (gst_avimux_base_init):
15158         * gst/cutter/gstcutter.c:
15159         * gst/debug/breakmydata.c:
15160         * gst/debug/efence.c:
15161         * gst/debug/gstnavigationtest.c:
15162         * gst/debug/gstnavseek.c:
15163         * gst/debug/negotiation.c:
15164         * gst/debug/progressreport.c:
15165         * gst/debug/testplugin.c:
15166         * gst/effectv/gstaging.c:
15167         * gst/effectv/gstdice.c:
15168         * gst/effectv/gstedge.c:
15169         * gst/effectv/gstquark.c:
15170         * gst/effectv/gstrev.c:
15171         * gst/effectv/gstshagadelic.c:
15172         * gst/effectv/gstvertigo.c:
15173         * gst/effectv/gstwarp.c:
15174         * gst/flx/gstflxdec.c:
15175         * gst/goom/gstgoom.c:
15176         * gst/icydemux/gsticydemux.c:
15177         * gst/id3demux/gstid3demux.c:
15178         * gst/interleave/deinterleave.c:
15179         * gst/interleave/interleave.c:
15180         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
15181         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
15182         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
15183         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
15184         * gst/level/gstlevel.c:
15185         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
15186         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
15187         * gst/median/gstmedian.c:
15188         * gst/monoscope/gstmonoscope.c:
15189         * gst/multipart/multipartdemux.c:
15190         * gst/multipart/multipartmux.c:
15191         * gst/oldcore/gstaggregator.c:
15192         * gst/oldcore/gstfdsink.c:
15193         * gst/oldcore/gstmd5sink.c:
15194         * gst/oldcore/gstmultifilesrc.c:
15195         * gst/oldcore/gstpipefilter.c:
15196         * gst/oldcore/gstshaper.c:
15197         * gst/oldcore/gststatistics.c:
15198         * gst/rtp/gstasteriskh263.c:
15199         * gst/rtp/gstrtpL16depay.c:
15200         * gst/rtp/gstrtpL16pay.c:
15201         * gst/rtp/gstrtpamrdepay.c:
15202         * gst/rtp/gstrtpamrpay.c:
15203         * gst/rtp/gstrtpdepay.c:
15204         * gst/rtp/gstrtpgsmpay.c:
15205         * gst/rtp/gstrtph263pay.c:
15206         * gst/rtp/gstrtph263pdepay.c:
15207         * gst/rtp/gstrtph263ppay.c:
15208         * gst/rtp/gstrtpilbcdepay.c:
15209         * gst/rtp/gstrtpmp4gpay.c:
15210         * gst/rtp/gstrtpmp4vdepay.c:
15211         * gst/rtp/gstrtpmp4vpay.c:
15212         * gst/rtp/gstrtpmpadepay.c:
15213         * gst/rtp/gstrtpmpapay.c:
15214         * gst/rtp/gstrtppcmadepay.c:
15215         * gst/rtp/gstrtppcmapay.c:
15216         * gst/rtp/gstrtppcmudepay.c:
15217         * gst/rtp/gstrtppcmupay.c:
15218         * gst/rtp/gstrtpspeexdepay.c:
15219         * gst/rtp/gstrtpspeexpay.c:
15220         * gst/rtsp/gstrtpdec.c:
15221         * gst/rtsp/gstrtspsrc.c:
15222         * gst/smpte/gstsmpte.c:
15223         * gst/udp/gstdynudpsink.c:
15224         * gst/udp/gstmultiudpsink.c:
15225         * gst/udp/gstudpsink.c:
15226         * gst/udp/gstudpsrc.c:
15227         * gst/videobox/gstvideobox.c:
15228         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
15229         * gst/videofilter/gstvideobalance.c:
15230         * gst/videofilter/gstvideoflip.c:
15231         * gst/videofilter/gstvideotemplate.c:
15232         (gst_videotemplate_base_init):
15233         * gst/videomixer/videomixer.c:
15234         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15235         (gst_wavparse_class_init), (gst_wavparse_dispose),
15236         (gst_wavparse_reset), (gst_wavparse_init),
15237         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
15238         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15239         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
15240         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
15241         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
15242         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
15243         (gst_wavparse_change_state):
15244         * gst/wavparse/gstwavparse.h:
15245         * sys/oss/gstossmixerelement.c:
15246         * sys/oss/gstosssink.c:
15247         * sys/oss/gstosssrc.c:
15248         * sys/osxaudio/gstosxaudioelement.c:
15249         * sys/osxaudio/gstosxaudiosink.c:
15250         * sys/osxaudio/gstosxaudiosrc.c:
15251         * sys/sunaudio/gstsunaudiomixer.c:
15252         * sys/sunaudio/gstsunaudiosink.c:
15253           Define GstElementDetails as const and also static (when defined as
15254           global)
15255
15256 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
15257
15258         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
15259           Source pad has fixed caps. If we don't set this, bad
15260           things happen when the window is resized.
15261
15262 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
15263
15264         * gst/matroska/Makefile.am:
15265         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15266         (gst_matroska_demux_handle_src_event):
15267         * gst/matroska/matroska-ids.c:
15268         (gst_matroska_track_init_video_context),
15269         (gst_matroska_track_init_audio_context),
15270         (gst_matroska_track_init_subtitle_context),
15271         (gst_matroska_track_init_complex_context):
15272         * gst/matroska/matroska-ids.h:
15273           Handle case where the TrackType ebml chunk does not come before the
15274           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
15275           events.
15276
15277 2006-04-25  Wim Taymans  <wim@fluendo.com>
15278
15279         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
15280         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
15281         It's codec_data, not codec_info.
15282
15283 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
15284
15285         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
15286
15287         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
15288           Handle codec_data for VfW compatibility codec IDs (#339451)
15289
15290         * gst/matroska/matroska-mux.c:
15291         (gst_matroska_mux_video_pad_setcaps):
15292           Same here, handle codec_data and add additional caps we can handle
15293           now to the pad template (huffyuv, dv and h263 video) (#339451)
15294
15295 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
15296
15297         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
15298
15299         * gst/matroska/matroska-mux.c:
15300         (gst_matroska_mux_create_buffer_header),
15301         (gst_matroska_mux_write_data):
15302           Fix timestamping of B-frames, use signed integers, do
15303           some rounding (#339678).
15304
15305 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
15306
15307         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
15308         just make it compile with --disable-gst-debug.
15309
15310 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
15311
15312         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
15313         Fix a bad conversion using gst_guint64_to_gdouble.
15314         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
15315         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
15316         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
15317     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
15318         mistake.
15319
15320 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
15321
15322         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
15323         Use gst_guint64_to_gdouble for conversions
15324         * win32/vs6/gst_plugins_good.dsw:
15325         * win32/vs6/libgsticydemux.dsp:
15326         Add a project file for icydemux
15327
15328 2006-04-21  Wim Taymans  <wim@fluendo.com>
15329
15330         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
15331
15332         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
15333         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
15334         When splitting audio chunks, the block alignment is not taken in
15335         consideration, so the smaller chunks could be of size which is 
15336         not a multiple of the block alignment. Fixes #336904
15337
15338 2006-04-21  Wim Taymans  <wim@fluendo.com>
15339
15340         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
15341         Use scale functions
15342
15343 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
15344
15345         * ext/dv/gstdv.c: (plugin_init):
15346           Fix build.
15347
15348 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
15349
15350         * gst/debug/progressreport.c: (gst_progress_report_finalize),
15351         (gst_progress_report_class_init), (gst_progress_report_init),
15352         (gst_progress_report_do_query), (gst_progress_report_report),
15353         (gst_progress_report_set_property),
15354         (gst_progress_report_get_property):
15355           Add 'format' property to force querying to a particular format.
15356
15357 2006-04-21  Andy Wingo  <wingo@pobox.com>
15358
15359         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
15360         best, on big endian systems. Drop its rank in that case. OTOH on
15361         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
15362
15363 2006-04-21  Michael Smith  <msmith@fluendo.com>
15364
15365         * configure.ac:
15366         * gst/icydemux/Makefile.am:
15367         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
15368         (gst_icydemux_base_init), (gst_icydemux_class_init),
15369         (gst_icydemux_reset), (gst_icydemux_init),
15370         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
15371         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
15372         (unicodify), (gst_icydemux_unicodify),
15373         (gst_icydemux_parse_and_send_tags),
15374         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
15375         (gst_icydemux_chain), (gst_icydemux_change_state),
15376         (gst_icydemux_send_tag_event), (plugin_init):
15377         * gst/icydemux/gsticydemux.h:
15378         * tests/check/Makefile.am:
15379         * tests/check/elements/icydemux.c: (typefind_succeed),
15380         (plugin_init), (icydemux_found_pad), (create_icydemux),
15381         (cleanup_icydemux), (push_data), (GST_START_TEST),
15382         (icydemux_suite), (main):
15383           Add icydemux, and tests.
15384
15385 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15386
15387         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
15388           Post SEGMENT_DONE message in TIME format.
15389
15390 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15391
15392         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
15393
15394         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
15395         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
15396           Fix index creation when we have to scan the file to create
15397           an index. There may be other types of RIFF 'LIST' chunks than
15398           'movi' and we need to skip them properly as well or we'll end up
15399           reading garbage (#336889). Some other cosmetic changes.
15400           
15401 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15402
15403         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
15404         (gst_flac_dec_handle_seek_event):
15405           Add support for segment seeks (fixes #338290). Also demote
15406           some recurring debug message from DEBUG to LOG level.
15407
15408 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15409
15410         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15411         (gst_matroskademux_do_index_seek),
15412         (gst_matroska_demux_handle_seek_event),
15413         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
15414         * gst/matroska/matroska-ids.h:
15415           Set DISCONT flag on first buffer after a discontinuity.
15416           Fix newsegment events sent when seeking and honour KEY_UNIT
15417           seek flag. Create pad with bogus caps if we don't recognise
15418           the stream codec id.
15419
15420         * gst/matroska/matroska-demux.h:
15421           Fix GObject macros.
15422
15423 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15424
15425         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
15426
15427         * gst/matroska/matroska-demux.c:
15428         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
15429           Handle end of segment properly when set; don't dead-lock when
15430           posting start of segment message when doing a segment seek.
15431           Fixes #338810.
15432
15433 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15434
15435         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
15436         (gst_matroska_demux_plugin_init):
15437           Make mpeg2 aac audio work: create artificial private codec data
15438           chunk which faad2 seems to require, just as we do for mpeg4 aac.
15439           Also call gst_riff_init(). Partially fixes #338767.
15440
15441 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
15442
15443         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
15444         (gst_wavenc_class_init), (gst_wavenc_init),
15445         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
15446         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
15447         (gst_wavenc_chain), (gst_wavenc_change_state):
15448         * gst/wavenc/gstwavenc.h:
15449           Set caps on first outgoing buffer, so that it doesn't error out
15450           immediately with a non-negotiated error (#338716). Rewrite and
15451           clean up a bit; fix setcaps function to parse things properly;
15452           fix sink caps (8bit audio is unsigned and doesn't have depth);
15453           use boilerplate macros; remove unused properties stuff.
15454
15455 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
15456
15457         * ext/gdk_pixbuf/gstgdkpixbuf.c:
15458           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
15459           handle MJPEG streams and might be autoplugged for those if the
15460           user doesn't have jpegdec installed (resulting in a cryptic error
15461           message about huffman tables). Better to disable JPEG decoding here
15462           and let the user figure out that she needs to install jpegdec.
15463
15464 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
15465
15466         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
15467         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
15468         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
15469         * ext/gdk_pixbuf/gstgdkpixbuf.h:
15470           Make work with packetised/framed input (e.g. png-in-quicktime). Use
15471           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
15472           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
15473           debug messages. Fix boilerplate macros.
15474
15475 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
15476
15477         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
15478         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
15479           No need to special-case for Gdk-2.0 any longer, we require
15480           Gdk 2.2 or newer; minor clean-ups.
15481
15482 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
15483
15484         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
15485         (gst_shout2send_class_init), (gst_shout2send_init),
15486         (set_shout_metadata), (gst_shout2send_set_metadata),
15487         (gst_shout2send_event), (gst_shout2send_start),
15488         (gst_shout2send_connect), (gst_shout2send_stop),
15489         (gst_shout2send_render), (gst_shout2send_set_property),
15490         (gst_shout2send_get_property), (gst_shout2send_setcaps),
15491         (plugin_init):
15492         * ext/shout2/gstshout2.h:
15493         * po/POTFILES.in:
15494           Rewrite a bit: use GstBaseSink::start and stop instead of a state
15495           change function; use GST_ELEMENT_ERROR for error reporting, not
15496           g_error() or GST_ERROR(); don't unref caps in setcaps function,
15497           will cause crashes or assertion failures; remove (unused) "sync"
15498           property, basesink already has such a property; misc. other
15499           minor fixes and cleanups.
15500
15501 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
15502
15503         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
15504         * ext/esd/gstesd.c: (plugin_init):
15505         * po/POTFILES.in:
15506           Add translatable error message for when we cannot
15507           connect to the sound server, as "Cannot open resource
15508           for writing" isn't really an acceptable message to show
15509           to the user in this case.
15510
15511 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
15512
15513         * sys/oss/gst-i18n-plugin.h:
15514           Remove bogus file that doesn't belong here.
15515
15516 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
15517
15518         Patch by: Philippe Valembois
15519
15520         * ext/shout2/gstshout2.c: (gst_shout2send_init),
15521         (gst_shout2send_set_metadata), (gst_shout2send_event),
15522         (gst_shout2send_render), (gst_shout2send_change_state):
15523         * ext/shout2/gstshout2.h:
15524           Handle tags being received before the connection to
15525           the server is established properly (see #338636).
15526
15527 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
15528
15529         * ext/shout2/gstshout2.c: (gst_shout2send_render):
15530           Don't crash in case the connection to the server fails:
15531           don't set pointer to NULL by assigning FALSE; error out
15532           properly by using GST_ELEMENT_ERROR and returning
15533           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
15534           before resetting the pointer.
15535
15536 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
15537
15538         * gst/id3demux/id3tags.c:
15539         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
15540         (Fixes #338713)
15541
15542 2006-04-12  Wim Taymans  <wim@fluendo.com>
15543
15544         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
15545         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
15546         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
15547         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
15548         (gst_gdk_pixbuf_chain):
15549         Some cleanups.
15550         Added RGBA as a possible output format.
15551         Correctly free the supported mimetypes.
15552         deprecate silent arg, it's not used.
15553         Return result from _alloc_buffer to peer.
15554
15555 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15556
15557         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
15558           Don't leak memory allocated by gst_buffer_new_and_alloc() by
15559           overwriting GST_BUFFER_MALLOCDATA.
15560
15561 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15562
15563         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
15564         (user_endrow_callback), (user_end_callback),
15565         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
15566         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
15567         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
15568         * ext/libpng/gstpngdec.h:
15569           Handle more than one frame if the content is framed,
15570           like with png-in-quicktime (#331917).
15571
15572 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15573
15574         * sys/oss/Makefile.am:
15575         * sys/oss/common.h:
15576         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
15577         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
15578         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
15579         (gst_oss_src_unprepare):
15580           - the user-visible error strings were in the wrong category
15581           - and the messages were not marked for translation
15582           - which is actually a good thing, because they were exactly
15583             the kind of message you would never want anyone to see
15584           - the macros were using variables that didn't exist in the macro
15585             arguments
15586           - and they were obviously copied from each other and then modified
15587           - so a common header makes sense
15588
15589 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
15590
15591         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
15592           Don't try to modify read-only data.
15593
15594         * gst/matroska/matroska-demux.c:
15595         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
15596           Fix comment (won't crash any longer now).
15597
15598 2006-04-10  Michael Smith  <msmith@fluendo.com>
15599
15600         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
15601           Use copies of header buffers for caps to avoid circular refcounting
15602           problems (as in theoradec, vorbisdec).
15603
15604         * tests/check/elements/cmmldec.c: (GST_START_TEST):
15605           Fix a typo in test that meant it was testing the wrong thing.
15606
15607         * tests/check/elements/cmmlenc.c: (check_headers):
15608           Fix refcount checks now that we use buffer-copies for caps.
15609
15610 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
15611
15612         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
15613         (gst_matroska_demux_handle_seek_event),
15614         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
15615         (gst_matroska_demux_subtitle_caps),
15616         (gst_matroska_demux_plugin_init):
15617           Use static pad templates with ANY caps for audio and video
15618           source pads and get rid of a lot of unnecessary (and partially
15619           broken) code for the template caps. Clean up caps finding
15620           functions. Fixes playback of audio files/streams that do not
15621           contain the sample rate and/or number of channels in the audio
15622           context (happens a lot with vorbis/mp3 .mka files it seems).
15623           Fixes #337183.
15624           Also add myself to copyright holders.
15625
15626 2006-04-10  Michael Smith  <msmith@fluendo.com>
15627
15628         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
15629           Use g_list_delete_link () instead of g_list_remove_link () so that
15630           we free the link as well as the contained data.
15631
15632 2006-04-10  Wim Taymans  <wim@fluendo.com>
15633
15634         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
15635
15636         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
15637         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
15638         (gst_avi_demux_stream_header):
15639         Fix some crashers with empty chunks. (Fixes #337749)
15640
15641 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
15642
15643         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
15644           use G_GINT64_CONSTANT for INT64 constants
15645         * gst/videofilter/gstvideobalance.c:
15646           define rint for WIN32 #define rint(x) (floor((x)+0.5))
15647         * win32/vs6/libgstavi.dsp:
15648          add missing libraries for the link and remove avimux.c from
15649          the project as it isn't ported to 0.10 yet
15650         
15651 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
15652
15653         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
15654           Even better would be if we actually did the right thing
15655           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
15656
15657 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
15658
15659         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
15660           Can't just replace 1LL with 1L here just because MSVC doesn't
15661           support it, as it might lead to incorrect results when doing the
15662           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
15663           force a 64-bit constant in a way that all compilers are happy with.
15664
15665 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15666
15667         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
15668         * ext/esd/esdsink.c: (gst_esdsink_class_init):
15669         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
15670         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
15671         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
15672         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
15673         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
15674         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
15675         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
15676         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
15677         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
15678         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
15679         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
15680         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
15681         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
15682         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
15683         * gst/avi/gstavimux.c: (gst_avimux_class_init):
15684         * gst/debug/efence.c: (gst_efence_class_init):
15685         * gst/debug/negotiation.c: (gst_negotiation_class_init):
15686         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
15687         * gst/goom/gstgoom.c: (gst_goom_class_init):
15688         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
15689         * gst/interleave/deinterleave.c: (deinterleave_class_init):
15690         * gst/interleave/interleave.c: (interleave_class_init):
15691         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
15692         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
15693         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
15694         * gst/median/gstmedian.c: (gst_median_class_init):
15695         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
15696         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
15697         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
15698         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
15699         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
15700         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
15701         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
15702         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
15703         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
15704         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
15705         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
15706         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
15707         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
15708         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
15709         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
15710         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
15711         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
15712         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
15713         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
15714         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
15715         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
15716         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
15717         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
15718         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
15719         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
15720         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
15721         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
15722         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
15723         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
15724         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
15725         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
15726         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
15727         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
15728         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
15729         * sys/osxaudio/gstosxaudioelement.c:
15730         (gst_osxaudioelement_class_init):
15731         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
15732         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
15733         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
15734         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
15735
15736 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15737
15738         * ext/mikmod/gstmikmod.h:
15739         * gst/level/gstlevel.h:
15740         Fix more broken GObject macros
15741
15742 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15743
15744         * ext/annodex/gstcmmldec.h:
15745         * ext/annodex/gstcmmlenc.h:
15746         * ext/annodex/gstcmmltag.h:
15747         * ext/cairo/gsttextoverlay.h:
15748         * ext/ladspa/gstsignalprocessor.h:
15749         * gst/matroska/ebml-read.h:
15750         * gst/matroska/ebml-write.h:
15751         * sys/osxaudio/gstosxaudioelement.h:
15752         Fix broken GObject macros
15753
15754 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
15755
15756         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
15757           Don't try to seek beyond the end of the file (would
15758           occasionally display error dialogs in totem when seeking
15759           to the end) (#335869). Will still throw an error though
15760           if the file is truncated and the total_samples value in
15761           the stream header is wrong.
15762
15763 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
15764
15765         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
15766         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
15767         (gst_flac_dec_metadata_callback):
15768         * ext/flac/gstflacdec.h:
15769           If the stream header doesn't contain the total number of samples,
15770           search for the last flac frame at the end of the file and calculate
15771           the total duration from that frame's offset (fixes #337609).
15772
15773 2006-04-07  Edward Hervey  <edward@fluendo.com>
15774
15775         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
15776         Don't unref the GstPadTemplate returned by
15777         gst_element_class_get_pad_template().
15778
15779 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
15780
15781         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15782
15783         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
15784         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
15785         * sys/sunaudio/gstsunaudiosink.h:
15786           Use spec->segsize and spec->segtotal in the prepare function
15787           to initialise the ring buffer instead of using the buffer-time
15788           property (#337421).
15789
15790 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
15791
15792         * configure.ac:
15793           Bump core requirements to CVS for gst_pad_query_peer_duration()
15794           which is used by speexdec.
15795
15796 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
15797
15798         * ext/speex/gstspeex.c: (plugin_init):
15799         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
15800         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
15801         (speex_get_sink_query_types), (speex_dec_sink_query),
15802         (speex_get_src_query_types), (speex_dec_src_query),
15803         (speex_dec_src_event), (speex_dec_sink_event),
15804         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
15805         (speex_dec_chain_parse_data), (speex_dec_chain),
15806         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
15807         (speex_dec_change_state):
15808         * ext/speex/gstspeexdec.h:
15809           Fix seeking and duration queries (#337033); clean up and
15810           refactor a bit.
15811
15812 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15813
15814         * ext/raw1394/gstdv1394src.c:
15815           distinguish between device not found and could not open for
15816           reading
15817
15818 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15819
15820         * Makefile.am:
15821         * configure.ac:
15822         * pkgconfig/.cvsignore:
15823         * pkgconfig/Makefile.am:
15824         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
15825           add a .pc file so other modules can use good plugins in tests
15826
15827 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15828
15829         * configure.ac:
15830           clean up, use AS_VERSION and AS_NANO
15831         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
15832           use PACKAGE_VERSION define
15833         * po/af.po:
15834         * po/az.po:
15835         * po/cs.po:
15836         * po/en_GB.po:
15837         * po/hu.po:
15838         * po/it.po:
15839         * po/nb.po:
15840         * po/nl.po:
15841         * po/or.po:
15842         * po/sq.po:
15843         * po/sr.po:
15844         * po/sv.po:
15845         * po/uk.po:
15846         * po/vi.po:
15847           updated
15848
15849 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
15850
15851         * ext\jpeg\smokecodec.c:
15852           use of GST_DEBUG instead of DEBUG(a...) for WIN32
15853         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
15854           move first instruction after all variables declarations
15855         * gst\alpha\gstalpha.c:
15856         * gst\effectv\gstshagadelic.c:
15857         * gst\smpte\paint.c:
15858         * gst\videofilter\gstvideobalance.c:
15859           define M_PI if it's not defined (it's not defined on WIN32)
15860         * gst\cutter\gstcutter.c: (gst_cutter_chain):
15861         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
15862         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
15863         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
15864         (gst_matroska_demux_video_caps):
15865         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
15866         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
15867           use gst_guint64_to_gdouble for conversions
15868         * gst\goom\filters.c: (setPixelRGB_):
15869           fix a debug which was using undefined variable
15870         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
15871         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
15872           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
15873         * win32/vs6:
15874           add vs6 projects files for most of plugins-good
15875         
15876 2006-03-30  j^  <j@bootlab.org>
15877
15878         * ext/aalib/gstaasink.c:
15879         * ext/annodex/gstcmmldec.c:
15880         * ext/annodex/gstcmmlenc.c:
15881         * ext/cairo/gsttextoverlay.c:
15882         * ext/cairo/gsttimeoverlay.c:
15883         * ext/cdio/gstcdiocddasrc.c:
15884         * ext/dv/gstdvdec.c:
15885         * ext/esd/esdmon.c:
15886         * ext/esd/esdsink.c:
15887         * ext/flac/gstflacdec.c:
15888         * ext/flac/gstflacenc.c:
15889         * ext/flac/gstflactag.c:
15890         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
15891         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
15892         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
15893         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
15894         * ext/gdk_pixbuf/gstgdkpixbuf.c:
15895         * ext/gdk_pixbuf/pixbufscale.c:
15896         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
15897         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
15898         * ext/jpeg/gstjpegdec.c:
15899         * ext/jpeg/gstjpegenc.c:
15900         * ext/jpeg/gstsmokedec.c:
15901         * ext/jpeg/gstsmokeenc.c:
15902         * ext/libcaca/gstcacasink.c:
15903         * ext/libmng/gstmngdec.c:
15904         * ext/libmng/gstmngenc.c:
15905         * ext/libpng/gstpngdec.c:
15906         * ext/libpng/gstpngenc.c:
15907         * ext/mikmod/gstmikmod.c:
15908         * ext/raw1394/gstdv1394src.c:
15909         * ext/shout2/gstshout2.c:
15910         * ext/speex/gstspeexdec.c:
15911         * ext/speex/gstspeexenc.c:
15912         * gst/alpha/gstalpha.c:
15913         * gst/alpha/gstalphacolor.c:
15914         * gst/auparse/gstauparse.c:
15915         * gst/autodetect/gstautoaudiosink.c:
15916         (gst_auto_audio_sink_base_init):
15917         * gst/autodetect/gstautovideosink.c:
15918         (gst_auto_video_sink_base_init):
15919         * gst/avi/gstavimux.c: (gst_avimux_base_init):
15920         * gst/cutter/gstcutter.c:
15921         * gst/debug/breakmydata.c:
15922         * gst/debug/efence.c:
15923         * gst/debug/gstnavigationtest.c:
15924         * gst/debug/negotiation.c:
15925         * gst/debug/progressreport.c:
15926         * gst/debug/testplugin.c:
15927         * gst/effectv/gstaging.c:
15928         * gst/effectv/gstdice.c:
15929         * gst/effectv/gstedge.c:
15930         * gst/effectv/gstquark.c:
15931         * gst/effectv/gstrev.c:
15932         * gst/effectv/gstvertigo.c:
15933         * gst/effectv/gstwarp.c:
15934         * gst/flx/gstflxdec.c:
15935         * gst/goom/gstgoom.c:
15936         * gst/interleave/deinterleave.c:
15937         * gst/interleave/interleave.c:
15938         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
15939         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
15940         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
15941         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
15942         * gst/level/gstlevel.c:
15943         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
15944         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
15945         * gst/median/gstmedian.c:
15946         * gst/monoscope/gstmonoscope.c:
15947         * gst/multipart/multipartdemux.c:
15948         * gst/multipart/multipartmux.c:
15949         * gst/oldcore/gstmd5sink.c:
15950         * gst/oldcore/gstmultifilesrc.c:
15951         * gst/oldcore/gstpipefilter.c:
15952         * gst/oldcore/gstshaper.c:
15953         * gst/oldcore/gststatistics.c:
15954         * gst/rtp/gstasteriskh263.c:
15955         * gst/rtp/gstrtpL16depay.c:
15956         * gst/rtp/gstrtpL16pay.c:
15957         * gst/rtp/gstrtpamrdepay.c:
15958         * gst/rtp/gstrtpamrpay.c:
15959         * gst/rtp/gstrtpdepay.c:
15960         * gst/rtp/gstrtpgsmpay.c:
15961         * gst/rtp/gstrtph263pay.c:
15962         * gst/rtp/gstrtph263pdepay.c:
15963         * gst/rtp/gstrtph263ppay.c:
15964         * gst/rtp/gstrtpmp4gpay.c:
15965         * gst/rtp/gstrtpmp4vdepay.c:
15966         * gst/rtp/gstrtpmp4vpay.c:
15967         * gst/rtp/gstrtpmpadepay.c:
15968         * gst/rtp/gstrtpmpapay.c:
15969         * gst/rtp/gstrtppcmadepay.c:
15970         * gst/rtp/gstrtppcmapay.c:
15971         * gst/rtp/gstrtppcmudepay.c:
15972         * gst/rtp/gstrtppcmupay.c:
15973         * gst/rtp/gstrtpspeexdepay.c:
15974         * gst/rtp/gstrtpspeexpay.c:
15975         * gst/rtsp/gstrtpdec.c:
15976         * gst/smpte/gstsmpte.c:
15977         * gst/videobox/gstvideobox.c:
15978         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
15979         * gst/videofilter/gstvideobalance.c:
15980         * gst/videofilter/gstvideoflip.c:
15981         * gst/videofilter/gstvideotemplate.c:
15982         (gst_videotemplate_base_init):
15983         * gst/videomixer/videomixer.c:
15984         * gst/wavenc/gstwavenc.c:
15985         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
15986          better/unified long descriptions
15987          Fixed #336602
15988          Some cleanups to auparse, don't send multiple newsegments.
15989
15990 2006-03-29  Wim Taymans  <wim@fluendo.com>
15991
15992         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
15993
15994         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
15995         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
15996         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
15997         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
15998         * ext/dv/gstdvdemux.h:
15999         Seek in READY patch. Only works for pull based mode.
16000         Fixes #323880
16001
16002 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16003
16004         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
16005         (gst_gdk_pixbuf_event):
16006           Fix two crashers: don't unref the same caps twice, and
16007           set pixbuf loader to NULL after freeing it.
16008
16009 2006-03-27  Wim Taymans  <wim@fluendo.com>
16010
16011         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
16012         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
16013         (gst_speexenc_chain):
16014         * ext/speex/gstspeexenc.h:
16015         Don't leak adapter.
16016         A push *always* takes ownership of the buffer, even on
16017         errors.
16018         Small cleanups.
16019
16020 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
16021
16022         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
16023           Create source pad without leaking.
16024
16025 2006-03-24  Wim Taymans  <wim@fluendo.com>
16026
16027         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
16028         * ext/flac/gstflacdec.h:
16029         * ext/flac/gstflacenc.h:
16030         Spifify a bit.
16031         Fix deadly lock order error in seeking code, STREAM_LOCK
16032         cannot be taken within LOCK and the streaming variables are
16033         protected with the STREAM_LOCK anyway.
16034
16035 2006-03-24  Wim Taymans  <wim@fluendo.com>
16036
16037         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
16038         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
16039         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
16040         this patch combines the global init_frames with the stream
16041         init_frames. Rationale being that the global delay should 
16042         be subtracted from any stream delay.
16043         Fixes #335858.
16044
16045 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16046
16047         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
16048         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
16049         * gst/smpte/gstsmpte.c: (gst_smpte_init):
16050         * gst/videomixer/videomixer.c: (gst_videomixer_init):
16051         use DEBUG_FUNCPTR for collectpads
16052
16053 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16054
16055         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
16056           Don't crash when encoding images where the number of rows isn't
16057           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
16058
16059 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16060
16061         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
16062         * gst/interleave/deinterleave.c: (deinterleave_change_state):
16063         * gst/interleave/interleave.c: (interleave_change_state):
16064         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
16065           More state change function fixes.
16066
16067 2006-03-23  Wim Taymans  <wim@fluendo.com>
16068
16069         * ext/esd/esdsink.c: (gst_esdsink_class_init),
16070         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
16071         (gst_esdsink_prepare), (gst_esdsink_unprepare),
16072         (gst_esdsink_delay), (gst_esdsink_reset):
16073         * ext/esd/esdsink.h:
16074         Fix esd choppy playback by configuring audiosink
16075         correctly. Fixes #325191
16076
16077 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16078
16079         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
16080           Make state change function thread-safe.
16081
16082 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16083
16084         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
16085         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
16086           Don't try to read beyond the end of the file just because
16087           the header claims a bigger size (like with truncated files).
16088
16089 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16090
16091         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
16092         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
16093         (gst_wavparse_stream_data), (gst_wavparse_loop):
16094         * gst/wavparse/gstwavparse.h:
16095           Delay source pad creation until we have the first chunk of
16096           media data, so the we can examine the data and adjust the
16097           caps accordingly if required. This makes playback of .wav
16098           files with DTS-declared-as-PCM content work (#313266).
16099
16100 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
16101
16102         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
16103         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
16104         Don't attempt typefinding on too-short buffers that have been
16105         completely trimmed away. (Fixes #330239)
16106
16107         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
16108         Improve the debug output
16109
16110 2006-03-21  Wim Taymans  <wim@fluendo.com>
16111
16112         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
16113         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
16114         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
16115         (gst_esdsink_set_property), (gst_esdsink_get_property):
16116         Some cleanups.
16117         Reset fd to -1 when we close them.
16118
16119 2006-03-21  Wim Taymans  <wim@fluendo.com>
16120
16121         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
16122         the OPTIONS request result is optional so don't
16123         fail on it.
16124
16125 2006-03-21  Edward Hervey  <edward@fluendo.com>
16126
16127         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
16128         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
16129         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
16130         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
16131         (gst_wavparse_change_state):
16132         gcc 4.1 unreferenced pointer fixes.
16133
16134 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16135
16136         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16137
16138         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
16139           Fix block alignment calculation. Alignment should be done before
16140           adding the byte offset where the data starts (#335231).
16141
16142 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
16143
16144         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
16145           Ensure that we set correct caps on buffers that are transferred
16146           direct from the input.
16147
16148 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
16149
16150         * gst/goom/filters.c: (zoomFilterDestroy):
16151         * gst/goom/goom_core.c: (goom_close):
16152           Free filter data when cleaning up. (Fixes: #334995)
16153
16154 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
16155
16156         * configure.ac:
16157           Don't compile udp and rtsp plugins on win32 (mingw) or other
16158           systems that don't have <sys/socket.h> for some reason (#316203).
16159
16160 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16161
16162         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
16163         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
16164         * ext/raw1394/gstdv1394src.h:
16165           Change bus reset handler so it reports useful information such as
16166           whether the device being used connected or disconnected
16167
16168 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16169
16170         * gst/id3demux/id3v2frames.c:
16171         (parse_relative_volume_adjustment_two):
16172           We only care about gain and peak data for the master volume.
16173
16174 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16175
16176         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
16177         (parse_id_string), (parse_unique_file_identifier),
16178         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
16179           Read replay gain tags (#323721).
16180
16181 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16182
16183         * configure.ac:
16184           Bump requirements to gst-plugins-base CVS because
16185           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
16186
16187 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
16188
16189         * rtp/gst/gstrtppcmadepay.c:
16190         Fixed one of the caps in the code from mulaw to alaw.
16191
16192 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16193
16194         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
16195           Ensure that we set caps on the buffers we pass.
16196
16197         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
16198         (gst_id3demux_sink_activate):
16199           Ensure that we set caps on the buffers we pass.
16200
16201           Use STREAM, TYPE_NOT_FOUND as the error class when
16202           typefinding fails.
16203
16204 2006-03-15  Edward Hervey  <edward@fluendo.com>
16205
16206         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
16207         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
16208         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
16209         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
16210         (gst_jpeg_dec_setcaps):
16211         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
16212         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
16213         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
16214         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
16215         (gst_mngdec_src_getcaps):
16216         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
16217         (gst_pngdec_caps_create_and_set):
16218         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
16219         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
16220         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
16221         * gst/alpha/gstalpha.c: (gst_alpha_init):
16222         * gst/auparse/gstauparse.c: (gst_au_parse_init):
16223         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
16224         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
16225         * gst/cutter/gstcutter.c: (gst_cutter_init):
16226         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
16227         (gst_efence_checkgetrange):
16228         * gst/debug/negotiation.c: (gst_negotiation_init):
16229         * gst/flx/gstflxdec.c: (gst_flxdec_init):
16230         * gst/goom/gstgoom.c: (gst_goom_init):
16231         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
16232         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
16233         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
16234         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
16235         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
16236         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
16237         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
16238         * gst/smpte/gstsmpte.c: (gst_smpte_init):
16239         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
16240         (gst_wavparse_create_sourcepad):
16241         Fix memleak with gst_static_pad_template_get().
16242         This uses gst_pad_new_from_static_template() instead.
16243         Fixes #333512
16244
16245 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16246
16247         * configure.ac:
16248           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
16249           used by id3demux.
16250
16251         * gst/id3demux/gstid3demux.c: (plugin_init):
16252         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
16253         (parse_user_text_identification_frame),
16254         (parse_unique_file_identifier):
16255           Add support for UFID and TXXX frames and extract musicbrainz tags.
16256
16257 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16258
16259         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
16260           Catch short reads, like they might happen with truncated
16261           files (see #305279); remove unnecessary indentation.
16262
16263 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16264
16265         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
16266           Fix DIB image inversion for pictures with a
16267           depth != 8 (#305279).
16268
16269 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16270
16271         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
16272         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
16273         * ext/jpeg/gstjpegdec.h:
16274           Fix durations on outgoing buffers after seeking
16275           in MJPEG files (#334083); some minor clean-ups.
16276
16277 2006-03-13  Wim Taymans  <wim@fluendo.com>
16278
16279         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
16280         (gst_wavparse_change_state):
16281         Implement seek in READY (re-fixes #327658)
16282
16283 2006-03-13  Wim Taymans  <wim@fluendo.com>
16284
16285         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
16286         * ext/esd/esdmon.c: (gst_esdmon_get):
16287         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
16288         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16289         (gst_gdk_pixbuf_sink_getcaps):
16290         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
16291         (gst_jpegenc_setcaps):
16292         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
16293         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
16294         (gst_smokeenc_setcaps):
16295         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
16296         (gst_mngdec_src_getcaps):
16297         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
16298         (gst_mngenc_chain):
16299         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
16300         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
16301         * ext/speex/gstspeexdec.c: (speex_dec_convert),
16302         (speex_dec_src_event), (speex_dec_chain):
16303         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
16304         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
16305         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
16306         (gst_negotiation_pad_link), (gst_negotiation_chain):
16307         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
16308         (gst_flxdec_chain):
16309         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
16310         (deinterleave_chain):
16311         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
16312         * gst/median/gstmedian.c: (gst_median_link):
16313         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
16314         (gst_monoscope_chain):
16315         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
16316         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
16317         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
16318         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
16319         close #333784 unref the result of gst_pad_get_parent()
16320         by: Christophe Fergeau.
16321
16322 2006-03-09  Wim Taymans  <wim@fluendo.com>
16323
16324         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
16325         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
16326         Handle events in push mode better, can now do non-flushing
16327         seeks in push mode as well.
16328
16329 2006-03-07  Wim Taymans  <wim@fluendo.com>
16330
16331         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
16332         Applied patch from Kai Vehmanen, fixes #333624.
16333
16334 2006-03-06  Julien MOUTTE  <julien@moutte.net>
16335
16336         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
16337         Implement paletted and grayscale png files handling.
16338         (#150363).
16339
16340 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16341
16342         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
16343         (gst_speexenc_chain):
16344           fix a tag list assert
16345           follow gst-plugins-base/ext/ogg/README; set OFFSET
16346           and OFFSET_END.  Muxes correctly with gst-plugins-base
16347           > 0.9.3
16348
16349 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
16350
16351         * gst/id3demux/Makefile.am:
16352         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
16353         (gst_id3demux_chain), (gst_id3demux_sink_activate):
16354           Use new typefind helper functions here as well, and
16355           do typefinding in pull-mode if upstream supports that.
16356
16357 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
16358
16359         * sys/sunaudio/gstsunaudiomixerctrl.c:
16360         (gst_sunaudiomixer_ctrl_get_volume),
16361         (gst_sunaudiomixer_ctrl_set_volume):
16362         * sys/sunaudio/gstsunaudiomixertrack.c:
16363         (gst_sunaudiomixer_track_new):
16364           Remove unused variables, breaks build from CVS
16365           with -Werror (#333392, patch by: Benjamin Pineau)
16366
16367 2006-03-03  Wim Taymans  <wim@fluendo.com>
16368
16369         * docs/plugins/Makefile.am:
16370         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16371         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16372         Added wavparse docs.
16373
16374         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
16375         (gst_wavparse_reset), (gst_wavparse_init),
16376         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
16377         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
16378         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
16379         (gst_wavparse_stream_data), (gst_wavparse_loop),
16380         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
16381         (gst_wavparse_change_state):
16382         * gst/wavparse/gstwavparse.h:
16383         Implement seek in READY (fixes #327658)
16384         Added docs and did some cleanups.
16385
16386 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
16387
16388         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16389         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
16390         (gst_avi_demux_calculate_durations_from_index),
16391         (gst_avi_demux_stream_header):
16392         * gst/avi/gstavidemux.h:
16393           If we have an index, use a duration based on the index instead
16394           of blindly trusting the information in the stream headers
16395           (fixes #331817).
16396
16397 2006-03-03  Wim Taymans  <wim@fluendo.com>
16398
16399         * docs/plugins/Makefile.am:
16400         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16401         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16402         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16403         Added smoke and jpeg to the docs.
16404
16405         * ext/jpeg/Makefile.am:
16406         * ext/jpeg/gstjpeg.c: (plugin_init):
16407         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16408         * ext/jpeg/gstjpegenc.h:
16409         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
16410         (gst_smokedec_chain):
16411         * ext/jpeg/gstsmokedec.h:
16412         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
16413         * ext/jpeg/gstsmokeenc.h:
16414         * ext/jpeg/smokecodec.h:
16415         Port smokedec (fixes #331905).
16416         Added some docs.
16417         Some cleanups.
16418
16419 2006-03-03  Wim Taymans  <wim@fluendo.com>
16420
16421         * docs/plugins/Makefile.am:
16422         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16423         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16424         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16425         Added videobalance and videoflip to the docs.
16426
16427         * gst/videofilter/Makefile.am:
16428         * gst/videofilter/gstvideobalance.c:
16429         (gst_video_balance_update_tables_planar411),
16430         (gst_video_balance_is_passthrough),
16431         (gst_video_balance_update_properties), (oil_tablelookup_u8),
16432         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
16433         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
16434         (gst_video_balance_finalize), (gst_video_balance_class_init),
16435         (gst_video_balance_init), (gst_video_balance_interface_supported),
16436         (gst_video_balance_interface_init),
16437         (gst_video_balance_colorbalance_list_channels),
16438         (gst_video_balance_colorbalance_set_value),
16439         (gst_video_balance_colorbalance_get_value),
16440         (gst_video_balance_colorbalance_init),
16441         (gst_video_balance_set_property), (gst_video_balance_get_property),
16442         (gst_video_balance_get_type), (plugin_init):
16443         * gst/videofilter/gstvideobalance.h:
16444         Ported to 0.10. (Fixes #326160)
16445         Added docs.
16446
16447         * gst/videofilter/gstvideoflip.c:
16448         * gst/videofilter/gstvideoflip.h:
16449         Added docs.
16450
16451 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
16452
16453         * configure.ac:
16454           Bump requirements to current core and -base CVS
16455           (core for new typefind helper API, and -base for the
16456           WAVFORMATEX support that was added to libgstriff and
16457           is needed by wavparse).
16458         
16459         * gst/apetag/Makefile.am:
16460         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
16461         (gst_tag_demux_sink_activate):
16462           Use new typefind helpers for typefinding instead of our
16463           home-grown stuff; also, do typefinding in pull-mode if
16464           upstream supports that.
16465
16466 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
16467
16468         Reviewed by: Christian Schaller <christian@fluendo.com>
16469
16470         This patch fixes bug: 329107
16471
16472         This Changelog entry is for a commit done on February 17
16473
16474         * ext/gconf/gconf.c
16475         * ext/gconf/gconf.h
16476         * ext/gconf/gstgconfaudiosink.c
16477         * ext/gconf/gstgconfaudiosink.h
16478         * gconf/gstreamer.schemas.in
16479
16480 2006-02-28  Wim Taymans  <wim@fluendo.com>
16481
16482         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
16483         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
16484         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
16485         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
16486         Use DEBUG_OBJECT more.
16487
16488 2006-02-28  Wim Taymans  <wim@fluendo.com>
16489
16490         * docs/plugins/Makefile.am:
16491         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16492         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16493         Added dvdec and dvdemux to docs.
16494
16495         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
16496         Added docs.
16497         Check frame sizes so we don't crash when don't have enough
16498         data.
16499         Send nice error messages on error.
16500
16501         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
16502         (gst_dvdemux_class_init), (gst_dvdemux_init),
16503         (gst_dvdemux_finalize), (gst_dvdemux_reset),
16504         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
16505         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
16506         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
16507         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
16508         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
16509         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
16510         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
16511         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
16512         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
16513         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
16514         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
16515         * ext/dv/gstdvdemux.h:
16516         Added docs.
16517         Implement pull mode.
16518         Fix memleaks.
16519         Reduce memcpy for the video demuxing.
16520
16521 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
16522
16523         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
16524         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
16525         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
16526         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
16527           Add a little extra debug. Make the decoder not return NOT_LINKED,
16528           as we want to continue decoding all CMML and emitting tags.
16529
16530 2006-02-27  Michael Smith  <msmith@fluendo.com>
16531
16532         * ext/annodex/gstskeltag.c:
16533         * ext/annodex/gstskeltag.h:
16534           Deleted; these files aren't used any more either.
16535
16536 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16537
16538         * ext/Makefile.am: Fix dist-check.
16539
16540 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16541
16542         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
16543         memleak.
16544
16545 2006-02-25  Alessandro Decina <alessandro@nnva.org>
16546
16547         * ext/annodex/Makefile.am:
16548         * ext/annodex/gstannodex.c:
16549         * ext/annodex/gstcmmldec.c:
16550         * ext/annodex/gstcmmlenc.c:
16551         * ext/annodex/gstcmmlparser.c:
16552         * ext/annodex/gstcmmlparser.h:
16553         * ext/annodex/gstcmmlutils.c:
16554         * tests/check/elements/cmmldec.c:
16555         * tests/check/elements/cmmlenc.c:
16556           Fix a memleak in gst_cmml_track_list_add_clip.
16557           Handle overflows in clip's start and end times.
16558           Add the "encoded" parameter to cmmldec and cmmlenc caps.
16559           Do not parse junk at the end of a CMML preamble buffer.
16560           Register a libxml error handler to not print stuff on stderr.
16561           Check for bad clip start and end times in the testsuites.
16562
16563 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16564
16565         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
16566         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
16567         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
16568         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
16569         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
16570         possible memleaks.
16571
16572 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16573
16574         * tests/check/Makefile.am:
16575         * tests/check/elements/cmmldec.c:
16576         * tests/check/elements/cmmlenc.c: Fix tests so that they use
16577         the plugins-base tags.
16578
16579 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16580
16581         * ext/Makefile.am: Re-enable module.
16582
16583 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16584
16585         * tests/check/Makefile.am: Forgot to remove that test.
16586
16587 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16588
16589         * ext/annodex/Makefile.am:
16590         * ext/annodex/gstannodex.c: (plugin_init):
16591         * ext/annodex/gstcmmldec.c:
16592         * ext/annodex/gstskeldec.c:
16593         * ext/annodex/gstskeldec.h:
16594         * tests/check/Makefile.am:
16595         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
16596
16597 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16598
16599         * tests/check/Makefile.am: Disable those checks as well.
16600
16601 2006-02-24  Julien MOUTTE  <julien@moutte.net>
16602
16603         * ext/Makefile.am: Disable annodex for now until we figure out
16604         how to make it build.
16605         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
16606         Add a rule to your checklist : "please try to at least build 
16607         what you are going to commit into -good, or if you are too lazy
16608         to do that, please check that the buildbots are not crying because
16609         of your commit."
16610
16611 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
16612
16613         * configure.ac:
16614         * ext/Makefile.am:
16615         * ext/gdk_pixbuf/Makefile.am:
16616         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16617         * ext/gdk_pixbuf/gstgdkpixbuf.h:
16618         * ext/gdk_pixbuf/pixbufscale.c:
16619         * ext/gdk_pixbuf/pixbufscale.h:
16620           Gdkpixbuf ported from 0.8 to 0.10 by
16621           Renato Filho <renato.filho@indt.org.br>.
16622           gst_loader and gdkpixbufanimation still need port.
16623
16624 2006-02-24  Michael Smith  <msmith@fluendo.com>
16625
16626         * configure.ac:
16627         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16628         * ext/Makefile.am:
16629         * ext/annodex/Makefile.am:
16630         * ext/annodex/gstannodex.c:
16631         * ext/annodex/gstannodex.h:
16632         * ext/annodex/gstcmmldec.c:
16633         * ext/annodex/gstcmmldec.h:
16634         * ext/annodex/gstcmmlenc.c:
16635         * ext/annodex/gstcmmlenc.h:
16636         * ext/annodex/gstcmmlparser.c:
16637         * ext/annodex/gstcmmlparser.h:
16638         * ext/annodex/gstcmmltag.c:
16639         * ext/annodex/gstcmmltag.h:
16640         * ext/annodex/gstcmmlutils.c:
16641         * ext/annodex/gstcmmlutils.h:
16642         * ext/annodex/gstskeldec.c:
16643         * ext/annodex/gstskeldec.h:
16644         * ext/annodex/gstskeltag.c:
16645         * ext/annodex/gstskeltag.h:
16646         * tests/check/Makefile.am:
16647         * tests/check/elements/cmmldec.c:
16648         * tests/check/elements/cmmlenc.c:
16649         * tests/check/elements/skeldec.c:
16650           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
16651           Includes tests & docs, oh my! Passes Thomas's -good checklist
16652           entirely. Wow.
16653
16654 2006-02-24  Michael Smith  <msmith@fluendo.com>
16655
16656         * autogen.sh:
16657           Check for automake 1.9 as well.
16658
16659 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16660
16661         * ext/flac/gstflacenc.c:
16662           Change min. sample rate to 8kHz to match flacdec's.
16663           
16664 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
16665
16666         * ext/cdio/Makefile.am:
16667           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
16668           required for Cygwin, see #317048)
16669
16670         * gst/rtp/gstasteriskh263.c:
16671           Cygwin has includes for both the unix network socket API
16672           and the windows API, but only one can be included, so fix
16673           includes to only use one or the other, prefering the unxi
16674           one (#317048).
16675
16676 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
16677
16678         * rtp/gst/gstrtppcmadepay.c:
16679         * rtp/gst/gstrtppcmadepay.h:
16680         * rtp/gst/gstgstrtppcmapay.c:
16681         * rtp/gst/gstgstrtppcmapay.h:
16682         * rtp/gst/gstrtppcmudepay.c:
16683         * rtp/gst/gstrtppcmudepay.h:
16684         * rtp/gst/gstrtppcmupay.c:
16685         * rtp/gst/gstrtppcmupay.h:
16686         * rtp/gst/Makefile.am:
16687         * rtp/gst/gstrtp.c:
16688         * rtp/gst/README:
16689         Separated the G711 payloaders/depayloaders into separate elements for
16690         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
16691
16692 2006-02-22  Wim Taymans  <wim@fluendo.com>
16693
16694         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
16695         (gst_dvdec_change_state):
16696         * ext/dv/gstdvdec.h:
16697         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
16698         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
16699         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
16700         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
16701         (gst_dvdemux_flush), (gst_dvdemux_chain),
16702         (gst_dvdemux_change_state):
16703         * ext/dv/gstdvdemux.h:
16704         Ueber spiffify some more, added debug category.
16705         Use _scale.
16706         Use segments, respect playback rate from newsegment.
16707         Fix refcount issue.
16708
16709 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
16710
16711         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
16712         (gst_signal_processor_process):
16713         Fix compilation of LADPSA. It doesn't seem to work, and isn't
16714         enabled for the build, but it helps me win the feature-count
16715         competitions ooh yeah.
16716
16717 2006-02-19  Wim Taymans  <wim@fluendo.com>
16718
16719         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
16720         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
16721         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
16722         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
16723         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
16724         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
16725         Use scaling code for added precission and more correct stop
16726         position in case scale==0.
16727
16728 2006-02-19  Wim Taymans  <wim@fluendo.com>
16729
16730         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
16731         (gst_flxdec_chain):
16732         * gst/flx/gstflxdec.h:
16733         Implement DURATION query.
16734
16735 2006-02-19  Wim Taymans  <wim@fluendo.com>
16736
16737         * gst/flx/flx_color.h:
16738         * gst/flx/flx_fmt.h:
16739         * gst/flx/gstflxdec.c: (gst_flxdec_init),
16740         (gst_flxdec_src_query_handler), (flx_decode_color),
16741         (gst_flxdec_chain):
16742         * gst/flx/gstflxdec.h:
16743         Set MALLOCDATA for the temp buffers so we don't leak.
16744         Some debug cleanups.
16745         Consume all data in the adapter before leaving the chain
16746         function. Fixes #330678.
16747
16748 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
16749
16750         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
16751         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
16752          Handle 0 data size in otherwise valid frames.
16753          Handle numeric strings in 2.4.0 even when not in parentheses 
16754
16755 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
16756
16757         * gst/matroska/matroska-demux.c:
16758         (gst_matroska_demux_subtitle_caps),
16759         (gst_matroska_demux_plugin_init):
16760         * gst/matroska/matroska-ids.h:
16761           Recognise SSA/ASS and USF subtitle formats and
16762           set proper caps when they are found.
16763
16764 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
16765
16766         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
16767         (gst_jpeg_dec_chain):
16768           Fix invalid memory access for some odd-sized images
16769           (see image contained in quicktime stream in #327083);
16770           use g_malloc() instead of g_alloca().
16771
16772 2006-02-17  Wim Taymans  <wim@fluendo.com>
16773
16774         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
16775         Patch from Sebastien Cote, fixes #319884
16776
16777 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
16778
16779         * ext/cdio/gstcdio.c: (plugin_init):
16780           Init debug category (#331253).
16781
16782 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
16783
16784         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
16785           Pass extra_data to gst_riff_create_audio_caps(), so that
16786           WAVEFORMATEX stuff works. Post audio codec name and post
16787           it as taglist on the bus. Allow up to 8 channesl for raw
16788           PCM in the source pad template caps.
16789
16790 2006-02-16  Wim Taymans  <wim@fluendo.com>
16791
16792         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
16793         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
16794         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
16795         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
16796         (gst_multipart_set_property), (gst_multipart_get_property):
16797         Applied #318663. Gives quite a few false positives in
16798         autoscan mode, but it's better than nothing. Not closing yet.
16799
16800 2006-02-16  Wim Taymans  <wim@fluendo.com>
16801
16802         * docs/plugins/Makefile.am:
16803         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16804         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16805         * docs/plugins/gst-plugins-good-plugins.args:
16806         * docs/plugins/inspect/plugin-udp.xml:
16807         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
16808         (gst_udpsrc_start):
16809         Update documentation.
16810         Fix args.
16811
16812 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
16813
16814         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
16815         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
16816         frame size. (Fixes #331368)
16817
16818 2006-02-16  Wim Taymans  <wim@fluendo.com>
16819
16820         * gst/rtsp/README:
16821         Updated README.
16822
16823         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
16824         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
16825         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
16826         * gst/rtsp/gstrtspsrc.h:
16827         Make sure the RTP port is an even port an try to allocate 
16828         another if not.
16829         Added retry property to control max retries for port allocation.
16830         Make sure RTCP port is RTP port+1.
16831         Cleanup when port allocation fails.
16832         Fixes #319183.
16833         
16834 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
16835
16836         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
16837           Don't ignore return value of the parent class's state
16838           change function (#331385, patch by: Wouter Paesen).
16839
16840 2006-02-15  Wim Taymans  <wim@fluendo.com>
16841
16842         * configure.ac:
16843         * docs/plugins/Makefile.am:
16844         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16845         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16846         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16847         * ext/Makefile.am:
16848         * ext/hal/Makefile.am:
16849         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
16850         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
16851         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
16852         (do_toggle_element), (gst_hal_audio_sink_set_property),
16853         (gst_hal_audio_sink_get_property),
16854         (gst_hal_audio_sink_change_state):
16855         * ext/hal/gsthalaudiosink.h:
16856         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
16857         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
16858         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
16859         (do_toggle_element), (gst_hal_audio_src_set_property),
16860         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
16861         * ext/hal/gsthalaudiosrc.h:
16862         * ext/hal/gsthalelements.c: (plugin_init):
16863         * ext/hal/gsthalelements.h:
16864         * ext/hal/hal.c: (gst_hal_get_string),
16865         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
16866         (gst_hal_get_audio_src):
16867         * ext/hal/hal.h:
16868         Add HAL sound device wrapper plugins. Closes #329106
16869
16870 2006-02-15  Wim Taymans  <wim@fluendo.com>
16871
16872         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16873         Add comment in a fultile attempt to stop the copy-and-paste 
16874         paradigm leading to duplication of bad code.
16875
16876         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
16877         Mime parameters have to be checked case insensitive
16878
16879 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
16880
16881         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
16882           Advance stream time for lagging subtitle streams by sending
16883           newsegment events with the update flag set.
16884
16885 2006-02-14  Edward Hervey  <edward@fluendo.com>
16886
16887         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
16888         There can be bogus data before the hdrl LIST tag in the RIFF header.
16889         It's hard to say if it's not respecting the AVI specifications or not,
16890         but since Google Video is producing AVIs like that and the other player
16891         don't seem to complain, I guess we should do the same.
16892
16893 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
16894
16895         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
16896         (parse_split_strings):
16897         Add more validation to ensure that a char encoding conversion
16898         produced a valid UTF-8 string.
16899
16900 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
16901
16902         Reviewed by: Edward Hervey  <edward@fluendo.com>
16903
16904         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
16905         Properly handle end of segment. Closes #330885.
16906
16907 2006-02-13  Wim Taymans  <wim@fluendo.com>
16908
16909         * gst/rtp/gstrtpmp4gpay.h:
16910         For got to commit this one.
16911
16912 2006-02-12  Wim Taymans  <wim@fluendo.com>
16913
16914         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
16915         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
16916         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
16917         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
16918         * gst/rtp/gstrtpmp4gpay.h:
16919         Make more things work.
16920         Handle ACC config strings.
16921
16922 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16923
16924         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
16925           set timestamps if no incoming timestamps set
16926
16927 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
16928
16929         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
16930         (gst_tag_demux_do_typefind):
16931           ... and fix the very same leaks in GstTagDemux.
16932
16933 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
16934
16935         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
16936         (gst_id3demux_do_typefind):
16937         Fix a couple of mem leaks. (Patch by Jonathan Matthew
16938         <jonathan at kaolin dot wh9 dot net>)
16939
16940 2006-02-10  Wim Taymans  <wim@fluendo.com>
16941
16942         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
16943         First set options, then set caps or else the baseclass
16944         will not know about the options, duh.
16945
16946 2006-02-10  Wim Taymans  <wim@fluendo.com>
16947
16948         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
16949         (gst_rtp_mp4v_pay_setcaps):
16950         Don't waste time looking for a config string if we have codec_info
16951         on the incomming caps.
16952
16953 2006-02-10  Wim Taymans  <wim@fluendo.com>
16954
16955         * gst/rtp/README:
16956         Say something about case-sensitivity of caps vs mime-attributes.
16957
16958         * gst/rtp/Makefile.am:
16959         * gst/rtp/gstrtp.c: (plugin_init):
16960         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
16961         (gst_rtp_amr_pay_handle_buffer):
16962         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
16963         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
16964         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
16965         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
16966         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
16967         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
16968         (gst_rtp_mp4g_pay_plugin_init):
16969         * gst/rtp/gstrtpmp4gpay.h:
16970         Added beginnings of mpeg4-generic payloader (RFC 3640)
16971
16972 2006-02-09  Wim Taymans  <wim@fluendo.com>
16973
16974         * gst/rtsp/Makefile.am:
16975         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
16976         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
16977         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
16978         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
16979         (gst_rtpdec_change_state):
16980         * gst/rtsp/gstrtpdec.h:
16981         * gst/rtsp/gstrtsp.c: (plugin_init):
16982         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
16983         * gst/rtsp/rtspconnection.c: (read_body),
16984         (rtsp_connection_receive):
16985         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
16986         Resurected rtpdec to make rtspsrc happy again.
16987         Skip attributes from the session id.
16988         Don't crash when dumping a message with an empty body.
16989
16990
16991 2006-02-09  Wim Taymans  <wim@fluendo.com>
16992
16993         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
16994         Added more meaningfull warnings when something goes wrong.
16995         Clear F bit on outgoing AMR packets.
16996
16997         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
16998         (gst_rtp_amr_pay_handle_buffer):
16999         Added debugging category
17000         Support payloading of multiple AMR frames.
17001
17002         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
17003         Added some debugging.
17004
17005 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17006
17007         * configure.ac:
17008           Back to CVS
17009
17010 === release 0.10.2 ===
17011
17012 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17013
17014         * configure.ac:
17015           releasing 0.10.2, "Papa was a rolling stone"
17016
17017 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17018
17019         * configure.ac:
17020           Bump core and plugins-base requirement to 0.10.2.2
17021           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
17022
17023 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17024
17025         * ext/flac/gstflac.c: (plugin_init):
17026         * ext/speex/gstspeex.c: (plugin_init):
17027           Register musicbrainz tags.
17028
17029 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17030
17031         * ext/gconf/gconf.h:
17032           Remove declaration of function that no longer exists.
17033
17034 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17035
17036         * ext/shout2/gstshout2.c: (gst_shout2send_render),
17037         (gst_shout2send_setcaps), (gst_shout2send_change_state):
17038         Make shout2 work for non ogg streams
17039
17040 2006-02-06  Wim Taymans  <wim@fluendo.com>
17041
17042         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
17043         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
17044         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
17045         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
17046         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
17047         * gst/udp/gstmultiudpsink.h:
17048         Updated docs.
17049         Added properties bytes-served, bytes_to_serve.
17050         Post proper error messages,
17051         Emit client added signal too.
17052
17053 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17054
17055         * docs/plugins/Makefile.am:
17056         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17057         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17058         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
17059         (gst_multiudpsink_get_stats):
17060           adding docs for multiudpsink
17061
17062 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17063
17064         * gst/level/gstlevel.c: (gst_level_transform_ip):
17065           peak below decay is not necessarily an error, so don't ERROR log
17066
17067 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17068
17069         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
17070         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
17071         (gst_ebml_write_seek):
17072         * gst/matroska/ebml-write.h:
17073           Make sure we send a newsegment event in BYTES format
17074           before sending buffers (#328531).
17075
17076 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17077
17078         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
17079         (gst_dvdemux_sink_query):
17080         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
17081         * ext/speex/gstspeexdec.c: (speex_get_query_types),
17082         (speex_dec_src_query):
17083         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
17084         (gst_speexenc_sink_query):
17085         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
17086         * gst/matroska/matroska-demux.c:
17087         (gst_matroska_demux_get_src_query_types),
17088         (gst_matroska_demux_handle_src_query):
17089         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
17090         (gst_wavparse_pad_query):
17091           Pass unhandled queries upstream instead of just dropping
17092           them (#326446). Update query type arrays here and there.
17093
17094 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17095
17096         * tests/check/elements/matroskamux.c: (setup_src_pad):
17097           Collectpads in core got changed and now also holds a
17098           reference to any pad that is part of it. Fix refcount
17099           checks in test case accordingly.
17100
17101 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17102
17103         * gst/apetag/gstapedemux.h:
17104           Fix include, for now GstTagDemux is in the apetag dir.
17105
17106 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17107
17108         * docs/plugins/Makefile.am:
17109         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17110         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17111         * docs/plugins/inspect/plugin-cdio.xml:
17112           Add cdio plugin to docs.
17113
17114         * ext/cdio/gstcdiocddasrc.c:
17115           Add gtk-doc blurb.
17116
17117         * ext/cdio/gstcdio.c:
17118           The plugin is called 'cdio' not 'cddio'.
17119
17120 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17121
17122         * configure.ac:
17123         * docs/plugins/Makefile.am:
17124         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17125         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17126         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17127         * docs/plugins/inspect/plugin-apetag.xml:
17128         * gst/apetag/Makefile.am:
17129         * gst/apetag/gstapedemux.c:
17130         * gst/apetag/gstapedemux.h:
17131         * gst/apetag/gsttagdemux.c:
17132         * gst/apetag/gsttagdemux.h:
17133           Add APE tag demuxer (#325649).
17134
17135 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17136
17137         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
17138         (gst_gconf_get_default_video_sink),
17139         (gst_gconf_get_default_audio_src),
17140         (gst_gconf_get_default_video_src):
17141         * ext/gconf/gconf.h:
17142         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
17143         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
17144         (do_toggle_element):
17145         * ext/gconf/gstgconfaudiosink.h:
17146         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
17147         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
17148         (do_toggle_element):
17149         * ext/gconf/gstgconfaudiosrc.h:
17150         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
17151         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
17152         (do_toggle_element):
17153         * ext/gconf/gstgconfvideosink.h:
17154         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
17155         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
17156         (do_toggle_element):
17157         * ext/gconf/gstgconfvideosrc.h:
17158           Ignore changing the GConf key to "". Ignore GConf key updates
17159           that don't actually change the string.
17160           For now, ignore the GConf key when the state is > READY, as
17161           it breaks streaming. Sometime it will be nice to bring the
17162           new sink online even mid-stream, by sending NEWSEGMENT info
17163           and possibly prerolling.
17164           (Fixes #326736)
17165
17166 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17167
17168         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
17169         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
17170         (zoomFilterSetResolution), (zoomFilterDestroy),
17171         (zoomFilterFastRGB), (pointFilter):
17172         * gst/goom/filters.h:
17173         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
17174         (goom_update), (goom_close):
17175         * gst/goom/goom_core.h:
17176         * gst/goom/goom_tools.h:
17177         * gst/goom/graphic.c:
17178         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
17179         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
17180         * gst/goom/gstgoom.h:
17181         * gst/goom/lines.c: (goom_lines):
17182         * gst/goom/lines.h:
17183           Make goom reentrant by moving all important static variables
17184           into instance structures.
17185           (Fixes #329181)
17186
17187 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
17188
17189         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
17190         (gst_avi_demux_all_source_pads_unlinked),
17191         (gst_avi_demux_process_next_entry):
17192         * gst/avi/gstavidemux.h:
17193           Third attempt, use gst_pad_is_linked() this time.
17194
17195 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
17196
17197         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17198         (parse_split_strings):
17199         Adjust for data length indicators when parsing (Fixes #329810)
17200         Fix stupid bug parsing UTF-8 tag text.
17201         Output tag strings with multiple fields as multiple tags, so the
17202         app gets all the data.
17203
17204 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17205
17206         * ext/flac/gstflacenc.c:
17207         Fixed a bug add in last commit, where no event is send. Thanks Tim to
17208         show me.
17209         
17210 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17211
17212         * ext/flac/gstflacenc.c:
17213         * gst/matroska/ebml-read.c:
17214         Just make it compile with --disable-gst-debug.
17215
17216 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
17217
17218         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
17219         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
17220         (id3v2_genre_fields_to_taglist):
17221           Never output a tag with a null contents string.
17222
17223 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17224
17225         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
17226           Only pause if all pads are unlinked AND we've tried to send data
17227           on all of them at least once.
17228
17229 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17230
17231         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
17232         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
17233           Make loop function/task pause itself when all source pads are
17234           unlinked.
17235
17236 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17237
17238         * configure.ac:
17239         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
17240           Use new functions from core to render a bin from a
17241           string. Fixes build. Up requirements to core CVS.
17242
17243 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17244
17245         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
17246           Don't push buffers into the adapter that we are going to
17247           push downstream again without framing anyway. Also, the
17248           adaptor takes ownership of buffers put into it (fixes
17249           auparse pushing invalid buffers for .au files with
17250           ADPCM contents). Finally, set caps on all outgoing buffers.
17251
17252 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
17253
17254         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17255         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
17256         (gst_id3demux_send_tag_event):
17257         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
17258         Someone should kick my butt. Remove ID3v1 tags from the end of the
17259         file.
17260
17261         Improve error messages. Send the TAG message as soon as we complete
17262         typefinding, instead of waiting until we send the first buffer.
17263         Downstream tag event is still sent before the first buffer.
17264
17265 2006-01-27  Jan Gerber  <j@bootlab.org>
17266
17267         Reviewed by: Andy Wingo <wingo@pobox.com>
17268
17269         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
17270         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
17271         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
17272         to not have warings flooding stderr. this is the suggested way
17273         also used in dvgrab and kino. (#328336)
17274
17275 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
17276
17277         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
17278         (gst_oss_sink_init), (gst_oss_sink_finalise):
17279           Free the device name string when finalised.
17280
17281 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
17282
17283         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
17284           Don't put function calls in g_return_if_fail() statements,
17285           or they'll be replaced with NOOPs if someone compiles with
17286           G_DISABLE_CHECKS defined.
17287           
17288 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
17289
17290         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
17291         Never trust ANY information encoded in a media file, especially
17292         when it's giving you sizes. (Fixes #328452)
17293
17294 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
17295
17296         * gst/rtp/gstrtpg711pay.c:
17297         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
17298         bug #325148.
17299
17300 2006-01-23  Edward Hervey  <edward@fluendo.com>
17301
17302         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
17303         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
17304         * gst/matroska/matroska-ids.h:
17305         Added recognition of Real Audio and Video streams in matroska demuxer.
17306
17307 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
17308
17309         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
17310           Remove errant break statement, and fix compilation with
17311           older GCC.
17312
17313 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
17314
17315         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
17316
17317         * sys/sunaudio/gstsunaudiomixerctrl.c:
17318         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
17319           Export functions that are needed in other parts of the code,
17320           makes the mixer actually work; adjust magic minimum buffer-time
17321           value from 3ms to 5ms to work around stuttering during mp3
17322           playback (#327765).
17323
17324 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
17325
17326         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
17327
17328         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
17329         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
17330           Fix possible deadlock in matroska muxer (#327825).
17331
17332 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
17333
17334         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
17335         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17336         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
17337         * gst/rtsp/sdpmessage.h:
17338         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
17339         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
17340           C89 fixes: declare variables at the beginning of a block and
17341           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
17342           <jensgr at gmx dot net>).
17343
17344 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
17345
17346         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17347         * gst/id3demux/id3tags.h:
17348         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17349         (parse_comment_frame), (parse_text_identification_frame),
17350         (id3v2_tag_to_taglist), (id3v2_are_digits),
17351         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
17352         (parse_split_strings), (free_tag_strings):
17353           Rewrite parsing of text tags to handle multiple NULL terminated
17354           strings. Parse numeric genre strings and ID3v2 type
17355           "(3)(6)Alternative" style genre strings.
17356           Parse dates that are only YYYY or YYYY-mm format.
17357           (Fixes #328241 and #322154)
17358
17359 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
17360
17361         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
17362           Don't forget to initialize liboil, otherwise our oil functions
17363           will crash (fixes #327871; patch by: Christoph Burghardt
17364           <hawkes at web dot de>).
17365
17366 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
17367
17368         * configure.ac:
17369           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
17370           like in the core and gst-plugins-base. Fixes #324367 and #326683;
17371           patch by: Brian Cameron <brian dot cameron at sun dot com>
17372
17373 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
17374
17375         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
17376         * ext/cdio/gstcdio.h:
17377         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
17378           Fix build for libcdio versions >= 76; give slightly lower rank
17379           than cdparanoia.
17380
17381 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
17382
17383         * configure.ac:
17384         * ext/Makefile.am:
17385         * ext/cdio/Makefile.am:
17386         * ext/cdio/gstcdio.c:
17387         * ext/cdio/gstcdio.h:
17388         * ext/cdio/gstcdiocddasrc.c:
17389         * ext/cdio/gstcdiocddasrc.h:
17390           Port libcdio cdda source, formerly known as cddasrc, now known as
17391           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
17392           but that's not tested (fixes #317658).
17393
17394 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
17395
17396         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
17397           Fix conversion from TIME to BYTES format (fixes #326864;
17398           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
17399
17400 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
17401
17402         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
17403           Fix compilation of id3demux when zlib is not present.
17404           (Fixes #326602; patch by: Sergey Scobich)
17405
17406 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
17407
17408         * ext/esd/Makefile.am:
17409           Add $(ESD_CFLAGS), otherwise build will fail for folks
17410           with libesd in a non-standard prefix (#327009).
17411
17412 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17413
17414         * configure.ac:
17415           back to HEAD
17416
17417 === release 0.10.1 ===
17418
17419 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
17420
17421         * configure.ac:
17422           releasing 0.10.1, "Li"
17423
17424 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17425
17426           patch by: Wim Taymans
17427
17428         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17429           fix memleak.  Fixes #326618
17430
17431 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17432
17433           patch by: Mike Smith
17434
17435         * gst/level/gstlevel.c: (gst_level_message_new),
17436         (gst_level_message_append_channel):
17437           Fix memleak.  Fixes #326612
17438
17439 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
17440
17441         * configure.ac:
17442           prereleasing
17443         * po/af.po:
17444         * po/az.po:
17445         * po/cs.po:
17446         * po/en_GB.po:
17447         * po/hu.po:
17448         * po/it.po:
17449         * po/nb.po:
17450         * po/nl.po:
17451         * po/or.po:
17452         * po/sq.po:
17453         * po/sr.po:
17454         * po/sv.po:
17455         * po/uk.po:
17456         * po/vi.po:
17457           update translations
17458
17459 2006-01-10  Michael Smith  <msmith@fluendo.com>
17460
17461         * gst/level/gstlevel.c: (gst_level_class_init),
17462         (gst_level_dispose):
17463           Don't leak filter arrays.
17464
17465 2006-01-09 Brian Cameron <brian.cameron@sun.com>
17466
17467         reviewed by: Christian Schaller <uraeus@gnome.org>
17468         
17469         * configure.ac:
17470         * gst-plugins-good.spec.in:
17471         * sys/Makefile.am:
17472         * sys/sunaudio/Makefile.am:
17473         * sys/sunaudio/gstsunaudio.c: (plugin_init):
17474         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
17475         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
17476         (gst_sunaudiomixer_change_state):
17477         * sys/sunaudio/gstsunaudiomixer.h:
17478         * sys/sunaudio/gstsunaudiomixerctrl.c:
17479         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
17480         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
17481         (gst_sunaudiomixer_ctrl_list_tracks),
17482         (gst_sunaudiomixer_ctrl_get_volume),
17483         (gst_sunaudiomixer_ctrl_set_volume),
17484         (gst_sunaudiomixer_ctrl_set_mute),
17485         (gst_sunaudiomixer_ctrl_set_record):
17486         * sys/sunaudio/gstsunaudiomixerctrl.h:
17487         * sys/sunaudio/gstsunaudiomixertrack.c:
17488         (gst_sunaudiomixer_track_class_init),
17489         (gst_sunaudiomixer_track_init), (fill_labels),
17490         (gst_sunaudiomixer_track_new):
17491         * sys/sunaudio/gstsunaudiomixertrack.h:
17492         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
17493         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
17494         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
17495         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
17496         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
17497         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
17498         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
17499         * sys/sunaudio/gstsunaudiosink.h:
17500
17501         Add SunAudio plugin - tested to make sure it doesn't break
17502         the build under GNU/Linux.      
17503
17504 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
17505
17506         * gst-plugins-good/gst/udp/gstdynudpsink.c:
17507         * gst-plugins-good/gst/udp/gstudpsrc.c:
17508         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
17509         overrides the port or multicast parameters. Fixes bugs #323021.
17510         API addition: adds GstUDPSrc::sockfd property   
17511
17512 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
17513
17514         * ext/gconf/Makefile.am:
17515         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
17516         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
17517         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
17518         (do_toggle_element), (cb_toggle_element),
17519         (gst_gconf_audio_src_change_state):
17520         * ext/gconf/gstgconfaudiosrc.h:
17521         * ext/gconf/gstgconfelements.c: (plugin_init):
17522         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
17523         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
17524         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
17525         (do_toggle_element), (cb_toggle_element),
17526         (gst_gconf_video_src_change_state):
17527         * ext/gconf/gstgconfvideosrc.h:
17528           Add new gconfaudiosrc and gconfvideosrc elements
17529           (needed for gnome-sound-recorder).
17530
17531 2006-01-06  Edward Hervey  <edward@fluendo.com>
17532
17533         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
17534         Add gst_element_no_more_pads() for proper decodebin behaviour.
17535         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
17536         (parse_text_identification_frame), (parse_split_strings):
17537         Failure to decode some tags is not a GST_ERROR() but a
17538         GST_WARNING()
17539         When iterating over a chunk of text, check that we haven't gone too
17540         far.
17541
17542 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
17543
17544         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
17545         (plugin_init):
17546           call oil_init() when using liboil
17547
17548 2006-01-04  Wim Taymans  <wim@fluendo.com>
17549
17550         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17551         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17552         Fix leaks.
17553
17554 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
17555
17556         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
17557
17558         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
17559         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
17560         (gst_flac_dec_change_state):
17561           Don't g_assert() where we should just return FALSE; remove
17562           unnecessary g_assert(); initialize some fields properly in
17563           state change function (fixes #325504). Also, use
17564           GST_DEBUG_OBJECT in two more places.
17565
17566 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
17567
17568         * configure.ac:
17569           also remove smoothwave's Makefile.am
17570         * docs/plugins/Makefile.am:
17571           fix plugin docs
17572
17573 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
17574
17575         * tests/examples/Makefile.am:
17576           added missing Makefile.am
17577
17578 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
17579
17580         * configure.ac:
17581         * gst/level/Makefile.am:
17582         * gst/level/level-example.c:
17583         * tests/Makefile.am:
17584         * tests/examples/level/Makefile.am:
17585         * tests/examples/level/level-example.c: (message_handler), (main):
17586           moved level-example to tests/examples/level-example
17587         * tests/old/examples/level/demo.c: (main):
17588         * tests/old/examples/level/plot.c: (main):
17589           some initial fixes
17590
17591 2005-12-29  Michael Smith  <msmith@fluendo.com>
17592
17593         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
17594         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
17595         * gst/udp/gstmultiudpsink.h:
17596           Track packets sent per client in addition to bytes sent; provide
17597           this info through get-stats signal
17598
17599 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
17600
17601         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
17602           Can't use gst_object_unref() on a GstAdapter (#325191).
17603
17604 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
17605
17606         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17607         If a broken tag has 0 bytes payload, at least still skip
17608         the 10 byte header
17609
17610 2005-12-22  Philippe Khalaf  <burger@speedy.org>
17611
17612         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
17613         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
17614         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
17615         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
17616           Making these depayloaders (H263+ and mpeg4 video) inherit from
17617           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
17618
17619 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
17620
17621         * docs/plugins/gst-plugins-good-plugins.args:
17622         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17623         Regenerate the plugin hiearchy.
17624
17625 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
17626
17627         * docs/plugins/Makefile.am:
17628         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17629         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17630         * docs/plugins/gst-plugins-good-plugins.args:
17631         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
17632         (gst_id3demux_base_init), (gst_id3demux_class_init),
17633         (gst_id3demux_chain):
17634         * gst/id3demux/gstid3demux.h:
17635           Add documentation for id3demux.
17636           Don't fail if the first buffer is not at offset 0, just
17637           attempt to typefind and do pass through
17638           Rename the gst_type function from gst_gst_id3demux..
17639
17640 2005-12-20  Michael Smith  <msmith@fluendo.com>
17641
17642         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
17643         (gst_multiudpsink_add), (gst_multiudpsink_remove),
17644         (gst_multiudpsink_get_stats):
17645         * gst/udp/gstmultiudpsink.h:
17646           Collect statistics; return them from get_stats.
17647
17648 2005-12-19  Edward Hervey  <edward@fluendo.com>
17649
17650         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
17651         Stupid signedness issue...
17652
17653 2005-12-19  Edward Hervey  <edward@fluendo.com>
17654
17655         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
17656         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
17657         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
17658         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
17659         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
17660         Construct index for indexless files.
17661         Make sure pad/buffers are correctly reset to NULL once we don't need
17662         them anymore, else we get lovely segfaults/assertions.
17663         * gst/wavparse/gstwavparse.c:
17664         Yes, you can have 96KHz audio and wma in wav :(
17665
17666 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
17667
17668         * configure.ac:
17669           Check for optional dependency on zlib for id3demux
17670
17671         * gst/id3demux/Makefile.am:
17672         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
17673         (gst_id3demux_base_init), (gst_id3demux_class_init),
17674         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
17675         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
17676         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
17677         (gst_id3demux_set_property), (gst_id3demux_get_property),
17678         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
17679         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
17680         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
17681         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
17682         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
17683         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
17684         (simple_find_peek), (simple_find_suggest),
17685         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
17686         (plugin_init):
17687         * gst/id3demux/gstid3demux.h:
17688         * gst/id3demux/id3tags.c: (read_synch_uint),
17689         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
17690         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
17691         (id3demux_id3v2_frames_to_tag_list):
17692         * gst/id3demux/id3tags.h:
17693         * gst/id3demux/id3v2.4.0-frames.txt:
17694         * gst/id3demux/id3v2.4.0-structure.txt:
17695         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17696         (parse_comment_frame), (parse_text_identification_frame),
17697         (id3v2_tag_to_taglist), (parse_split_strings):
17698           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
17699           otherwise it discards them. Works on my test files. 
17700
17701         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
17702           Don't send EOS to a non-existing srcpad
17703           The debug category can be static
17704
17705 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
17706
17707         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
17708         * ext/esd/esdsink.c: (gst_esdsink_prepare):
17709         * gst/multipart/multipartdemux.c:
17710           change some char* into char[]
17711
17712 2005-12-16  Wim Taymans  <wim@fluendo.com>
17713
17714         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17715         (gst_wavparse_other), (gst_wavparse_perform_seek),
17716         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
17717         (gst_wavparse_loop), (gst_wavparse_pad_convert),
17718         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
17719         * gst/wavparse/gstwavparse.h:
17720         Use GstSegment to implement more seeking features.
17721
17722 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
17723
17724         * gst/rtsp/rtspconnection.c:
17725           Add <netinet/in.h> include and move <arpa/inet.h> include
17726           to make things work on OpenBSD as well (fixes #323717;
17727           patch by: Benjamin Pineau)
17728
17729 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
17730
17731         * gst/rtp/gstrtpspeexdepay.c:
17732         * gst/rtp/gstrtpspeexpay.c:
17733         Set clock rate to be fixed in 8000. It fixes bug #324012.
17734
17735 2005-12-14  Philippe Khalaf  <burger@speedy.org>
17736
17737         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
17738         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
17739         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
17740         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
17741         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
17742         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
17743         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
17744         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
17745         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
17746         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
17747         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
17748         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
17749         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
17750         * gst-plugins-good/gst/rtp/README:
17751         Fixed payload range in payloder caps. Removed payload range completely
17752         from depayloaders as they don't require payload type in their caps.
17753         In effect, there isn't any specific payload type for any given codec,
17754         only suggestions.
17755         Fixes bug #324011.
17756
17757 2005-12-13  Julien MOUTTE  <julien@moutte.net>
17758
17759         * gst/videomixer/videomixer.c: (gst_videomixer_init),
17760         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
17761         (gst_videomixer_collected): Code cleanup and re-enabling 
17762         queued time validity check for correct EOS handling.
17763
17764 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
17765
17766         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
17767         (gst_oss_mixer_element_get_property),
17768         (gst_oss_mixer_element_change_state):
17769         Add 'device-name' property and fix state change function.
17770
17771 2005-12-13  Edward Hervey  <edward@fluendo.com>
17772
17773         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
17774         If the speed of the file is null in the header, set the frame_time to
17775         the default setting of GST_SECOND / 70. Which is the default
17776         frame_delay for .fli files as stated in this document :
17777         http://www.compuphase.com/flic.htm
17778         Would be nice to have the time conversion done properly too (duration =
17779         flxh->frames * flxdec->frame_time)
17780
17781 2005-12-12  Julien MOUTTE  <julien@moutte.net>
17782
17783         * docs/plugins/Makefile.am:
17784         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17785         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17786         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17787         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
17788         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
17789         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
17790         documentation for videomixer on my way with a funny sample
17791         pipeline.
17792
17793 2005-12-12  Julien MOUTTE  <julien@moutte.net>
17794
17795         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
17796         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
17797         (gst_videomixer_update_queues), (gst_videomixer_collected):
17798         Fix caps negotiation. (#323896)
17799
17800 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
17801
17802         * gst/matroska/matroska-demux.c:
17803         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
17804           Set correct timestamps on audio laces, fixes playback of mp3 from
17805                 matroska.
17806
17807 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
17808
17809         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
17810         (gst_au_parse_class_init), (gst_au_parse_init),
17811         (gst_au_parse_dispose), (gst_au_parse_chain),
17812         (gst_au_parse_change_state), (plugin_init):
17813         * gst/auparse/gstauparse.h:
17814           Use gst_object_unref() for GstObjects instead of
17815           g_object_unref() and fix a mem leak in a debug
17816           statement; while we're at it, also borgify, use
17817           boilerplate macros and clean up a little bit.
17818
17819 2005-12-11  Edward Hervey  <edward@fluendo.com>
17820
17821         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17822         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
17823         Added pull mode.
17824
17825 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
17826
17827         * gst/goom/gstgoom.c:
17828         * gst/level/level-example.c: (main):
17829         * gst/smoothwave/demo-osssrc.c: (main):
17830           Use audiotestsrc instead of sinesrc (#323798).
17831
17832 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
17833
17834         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
17835           more debug-func-ptr usage
17836
17837 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
17838
17839         * gst/flx/flx_color.c: (flx_colorspace_convert):
17840         * gst/flx/flx_color.h:
17841         * gst/flx/flx_fmt.h:
17842         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
17843         * gst/flx/gstflxdec.h:
17844           Now flxdec works on big-endian machines as well.
17845
17846 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
17847
17848         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
17849         (gst_fenced_buffer_copy):
17850           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
17851           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
17852           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
17853           and use GST_DEBUG_FUNCPTR for pad functions.
17854
17855 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
17856
17857         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
17858         (gst_flac_dec_class_init), (gst_flac_dec_init),
17859         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
17860         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
17861         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
17862         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
17863         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
17864         (gst_flac_dec_change_state):
17865         * ext/flac/gstflacdec.h:
17866           Rewrite flacdec a bit, so that even seeking might work now. Most
17867           importantly, don't act upon any flow return values we get, just tell
17868           the decoder everything's dandy and act on the flow return values
17869           later on in the loop function. We don't want to mess up the internal
17870           decoder state for non-fatal things like flushing pads etc. Other
17871           than that, use GstSegment (segment seeks don't work yet though, but
17872           should be easy to add), use boilerplate macros, drop the superfluous
17873           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
17874           lots of other things.
17875
17876 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
17877
17878         * configure.ac:
17879           Update comment in OSS includes check.
17880
17881         * sys/oss/gstossdmabuffer.c:
17882         * sys/oss/gstosshelper.c:
17883         * sys/oss/gstossmixer.c:
17884         * sys/oss/gstossmixertrack.c:
17885         * sys/oss/gstosssink.c:
17886         * sys/oss/gstosssrc.c:
17887         * sys/oss/oss_probe.c:
17888           Don't assume the OSS soundcard.h include is always in
17889           the sys/ directory. Instead, use the existing defines
17890           from config.h to include the right file. Fixes
17891           compilation on OpenBSD 3.8 (#323718).
17892
17893 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17894
17895         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17896         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17897         * docs/plugins/inspect/plugin-1394.xml:
17898         * docs/plugins/inspect/plugin-aasink.xml:
17899         * docs/plugins/inspect/plugin-alaw.xml:
17900         * docs/plugins/inspect/plugin-alpha.xml:
17901         * docs/plugins/inspect/plugin-alphacolor.xml:
17902         * docs/plugins/inspect/plugin-auparse.xml:
17903         * docs/plugins/inspect/plugin-autodetect.xml:
17904         * docs/plugins/inspect/plugin-avi.xml:
17905         * docs/plugins/inspect/plugin-cacasink.xml:
17906         * docs/plugins/inspect/plugin-cairo.xml:
17907         * docs/plugins/inspect/plugin-cutter.xml:
17908         * docs/plugins/inspect/plugin-debug.xml:
17909         * docs/plugins/inspect/plugin-dv.xml:
17910         * docs/plugins/inspect/plugin-efence.xml:
17911         * docs/plugins/inspect/plugin-effectv.xml:
17912         * docs/plugins/inspect/plugin-esdsink.xml:
17913         * docs/plugins/inspect/plugin-flac.xml:
17914         * docs/plugins/inspect/plugin-flxdec.xml:
17915         * docs/plugins/inspect/plugin-gconfelements.xml:
17916         * docs/plugins/inspect/plugin-goom.xml:
17917         * docs/plugins/inspect/plugin-jpeg.xml:
17918         * docs/plugins/inspect/plugin-level.xml:
17919         * docs/plugins/inspect/plugin-matroska.xml:
17920         * docs/plugins/inspect/plugin-mulaw.xml:
17921         * docs/plugins/inspect/plugin-multipart.xml:
17922         * docs/plugins/inspect/plugin-navigationtest.xml:
17923         * docs/plugins/inspect/plugin-ossaudio.xml:
17924         * docs/plugins/inspect/plugin-png.xml:
17925         * docs/plugins/inspect/plugin-rtp.xml:
17926         * docs/plugins/inspect/plugin-rtsp.xml:
17927         * docs/plugins/inspect/plugin-shout2send.xml:
17928         * docs/plugins/inspect/plugin-smpte.xml:
17929         * docs/plugins/inspect/plugin-speex.xml:
17930         * docs/plugins/inspect/plugin-udp.xml:
17931         * docs/plugins/inspect/plugin-videobox.xml:
17932         * docs/plugins/inspect/plugin-videoflip.xml:
17933         * docs/plugins/inspect/plugin-videomixer.xml:
17934         * docs/plugins/inspect/plugin-wavenc.xml:
17935         * docs/plugins/inspect/plugin-wavparse.xml:
17936         * ext/flac/gstflac.c: (plugin_init):
17937         * ext/flac/gstflacdec.c: (flacdec_get_type),
17938         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
17939         (gst_flac_dec_init), (gst_flac_dec_finalize),
17940         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
17941         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
17942         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
17943         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
17944         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
17945         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
17946         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
17947         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
17948         * ext/flac/gstflacdec.h:
17949         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
17950         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
17951         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
17952         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
17953         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
17954         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
17955         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
17956         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
17957         (gst_flac_enc_change_state):
17958         * ext/flac/gstflacenc.h:
17959           borgify and fix up documentation
17960
17961 2005-12-09  Michael Smith  <msmith@fluendo.com>
17962
17963         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
17964           Accept a wider range of flac files, more closely matching flac spec.
17965
17966 2005-12-08  Julien MOUTTE  <julien@moutte.net>
17967
17968         * docs/plugins/Makefile.am: Add multipart elements.
17969         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17970         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
17971         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17972         * gst/multipart/multipartdemux.c:
17973         * gst/multipart/multipartmux.c: Add docs.
17974
17975 2005-12-07  Edward Hervey  <edward@fluendo.com>
17976
17977         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
17978         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
17979         (gst_avi_demux_invert):
17980         Memleak and crasher fixes.
17981         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
17982         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
17983         Memleak fixes
17984
17985 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17986
17987         * ext/aalib/gstaasink.h:
17988         * ext/cairo/gsttextoverlay.h:
17989         * ext/dv/gstdvdec.h:
17990         * ext/dv/gstdvdemux.c:
17991         * ext/dv/gstdvdemux.h:
17992         * ext/esd/esdsink.h:
17993         * ext/flac/flac_compat.h:
17994         * ext/flac/gstflacdec.h:
17995         * ext/flac/gstflacenc.h:
17996         * ext/gconf/gconf.h:
17997         * ext/gconf/gstgconfaudiosink.h:
17998         * ext/gconf/gstgconfvideosink.h:
17999         * ext/gdk_pixbuf/gstgdkanimation.h:
18000         * ext/jpeg/gstjpegdec.h:
18001         * ext/jpeg/smokecodec.h:
18002         * ext/jpeg/smokeformat.h:
18003         * ext/ladspa/gstsignalprocessor.h:
18004         * ext/ladspa/search.c: (LADSPAPluginSearch):
18005         * ext/ladspa/utils.h:
18006         * ext/libmng/gstmng.c:
18007         * ext/libmng/gstmngdec.h:
18008         * ext/libmng/gstmngenc.c:
18009         * ext/libmng/gstmngenc.h:
18010         * ext/libpng/gstpng.c:
18011         * ext/libpng/gstpngenc.c:
18012         * ext/libpng/gstpngenc.h:
18013         * ext/shout2/gstshout2.h:
18014         * ext/speex/gstspeexdec.h:
18015         * ext/speex/gstspeexenc.c:
18016         * ext/speex/gstspeexenc.h:
18017         * gst/auparse/gstauparse.c: (gst_auparse_chain):
18018         * gst/autodetect/gstautoaudiosink.h:
18019         * gst/autodetect/gstautovideosink.h:
18020         * gst/avi/gstavidemux.h:
18021         * gst/cutter/gstcutter.c: (gst_cutter_chain),
18022         (gst_cutter_set_property), (gst_cutter_get_caps):
18023         * gst/cutter/gstcutter.h:
18024         * gst/debug/tests.c: (md5_process_block):
18025         * gst/debug/tests.h:
18026         * gst/effectv/gstwarp.c:
18027         * gst/flx/flx_fmt.h:
18028         * gst/flx/gstflxdec.h:
18029         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
18030         (zoomFilterFastRGB):
18031         * gst/goom/filters.h:
18032         * gst/goom/goom_tools.h:
18033         * gst/law/alaw-encode.c:
18034         * gst/level/gstlevel.c:
18035         * gst/level/gstlevel.h:
18036         * gst/matroska/ebml-write.h:
18037         * gst/matroska/matroska-demux.h:
18038         * gst/matroska/matroska-ids.h:
18039         * gst/matroska/matroska-mux.h:
18040         * gst/monoscope/convolve.c: (convolve_match):
18041         * gst/monoscope/convolve.h:
18042         * gst/multipart/multipartmux.c:
18043         * gst/oldcore/gstaggregator.c:
18044         * gst/oldcore/gstaggregator.h:
18045         * gst/oldcore/gstmd5sink.c: (md5_process_block):
18046         * gst/oldcore/gstmd5sink.h:
18047         * gst/oldcore/gstmultifilesrc.c:
18048         * gst/oldcore/gstmultifilesrc.h:
18049         * gst/oldcore/gstpipefilter.h:
18050         * gst/oldcore/gstshaper.h:
18051         * gst/rtp/gstrtpL16depay.h:
18052         * gst/rtp/gstrtpL16pay.h:
18053         * gst/rtp/gstrtpdepay.h:
18054         * gst/rtp/gstrtpmp4vpay.c:
18055         * gst/rtp/gstrtpmp4vpay.h:
18056         * gst/rtsp/gstrtspsrc.c:
18057         * gst/rtsp/gstrtspsrc.h:
18058         * gst/rtsp/rtspconnection.h:
18059         * gst/rtsp/rtspdefs.h:
18060         * gst/rtsp/rtspmessage.h:
18061         * gst/rtsp/rtsptransport.h:
18062         * gst/rtsp/rtspurl.c:
18063         * gst/rtsp/rtspurl.h:
18064         * gst/rtsp/sdpmessage.c:
18065         * gst/rtsp/sdpmessage.h:
18066         * gst/smpte/barboxwipes.c:
18067         * gst/smpte/gstmask.h:
18068         * gst/smpte/gstsmpte.h:
18069         * gst/smpte/paint.c:
18070         * gst/smpte/paint.h:
18071         * gst/udp/gstdynudpsink.h:
18072         * gst/udp/gstmultiudpsink.h:
18073         * gst/udp/gstudpsink.c:
18074         * gst/udp/gstudpsink.h:
18075         * gst/udp/gstudpsrc.c:
18076         * gst/videomixer/videomixer.c:
18077         * gst/wavenc/riff.h:
18078         * gst/wavparse/gstwavparse.h:
18079         * sys/oss/gstossdmabuffer.h:
18080         * sys/oss/gstossmixer.h:
18081         * sys/oss/gstossmixerelement.h:
18082         * sys/oss/gstossmixertrack.h:
18083         * sys/oss/gstosssink.c:
18084         * sys/oss/gstosssink.h:
18085         * sys/oss/gstosssrc.c:
18086         * sys/oss/gstosssrc.h:
18087         * sys/osxaudio/gstosxaudioelement.h:
18088         * sys/osxaudio/gstosxaudiosink.h:
18089         * sys/osxaudio/gstosxaudiosrc.h:
18090           expand tabs
18091
18092 === release 0.10.0 ===
18093
18094 2005-12-05   <thomas (at) apestaart (dot) org>
18095
18096         * configure.ac:
18097           releasing 0.10.0, "Abondance"
18098
18099 2005-12-05  Andy Wingo  <wingo@pobox.com>
18100
18101         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
18102         * ext/flac/gstflacdec.c: (gst_flacdec_write):
18103         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
18104         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
18105         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
18106         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
18107         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
18108         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
18109         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
18110         * ext/speex/gstspeexdec.c: (speex_dec_chain):
18111         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
18112         * gst/auparse/gstauparse.c: (gst_auparse_chain):
18113         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
18114         * gst/goom/gstgoom.c: (gst_goom_chain):
18115         * gst/matroska/matroska-demux.c:
18116         (gst_matroska_demux_push_vorbis_codec_priv_data),
18117         (gst_matroska_demux_add_wvpk_header):
18118         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
18119         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
18120         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
18121         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
18122         alloc_buffer changes.
18123
18124 2005-12-05  Michael Smith  <msmith@fluendo.com>
18125
18126         * docs/plugins/gst-plugins-good-plugins.args:
18127           Remove args for plugins that aren't in -good.
18128
18129 === release 0.9.7 ===
18130
18131 2005-12-01   <thomas (at) apestaart (dot) org>
18132
18133         * configure.ac:
18134           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
18135
18136 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18137
18138         * docs/plugins/.cvsignore:
18139         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18140         * docs/plugins/inspect/plugin-multipart.xml:
18141         * docs/plugins/inspect/plugin-rtp.xml:
18142           add multipart plugin to docs
18143
18144 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18145
18146         * configure.ac:
18147         * ext/Makefile.am:
18148         * ext/pango/Makefile.am:
18149         * ext/pango/gstclockoverlay.c:
18150         * ext/pango/gstclockoverlay.h:
18151         * ext/pango/gsttextoverlay.c:
18152         * ext/pango/gsttextoverlay.h:
18153         * ext/pango/gsttextrender.c:
18154         * ext/pango/gsttextrender.h:
18155         * ext/pango/gsttimeoverlay.c:
18156         * ext/pango/gsttimeoverlay.h:
18157           move pango to base
18158
18159 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18160
18161         * gst/rtp/Makefile.am:
18162         * gst/rtp/gstrtpL16depay.c:
18163         * gst/rtp/gstrtpL16depay.h:
18164         * gst/rtp/gstrtpL16parse.c:
18165         * gst/rtp/gstrtpL16parse.h:
18166         * gst/rtp/gstrtpgsmdepay.c:
18167         * gst/rtp/gstrtpgsmdepay.h:
18168         * gst/rtp/gstrtpgsmparse.c:
18169         * gst/rtp/gstrtpgsmparse.h:
18170           parsers are depayers
18171
18172 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18173
18174         * gst/rtp/Makefile.am:
18175         * gst/rtp/gstasteriskh263.c:
18176         * gst/rtp/gstrtp.c:
18177         * gst/rtp/gstrtpL16enc.c:
18178         * gst/rtp/gstrtpL16enc.h:
18179         * gst/rtp/gstrtpL16parse.c:
18180         * gst/rtp/gstrtpL16parse.h:
18181         * gst/rtp/gstrtpL16pay.c:
18182         * gst/rtp/gstrtpL16pay.h:
18183         * gst/rtp/gstrtpamrdec.c:
18184         * gst/rtp/gstrtpamrdec.h:
18185         * gst/rtp/gstrtpamrdepay.c:
18186         * gst/rtp/gstrtpamrdepay.h:
18187         * gst/rtp/gstrtpamrenc.c:
18188         * gst/rtp/gstrtpamrenc.h:
18189         * gst/rtp/gstrtpamrpay.c:
18190         * gst/rtp/gstrtpamrpay.h:
18191         * gst/rtp/gstrtpdec.c:
18192         * gst/rtp/gstrtpdec.h:
18193         * gst/rtp/gstrtpdepay.c:
18194         * gst/rtp/gstrtpdepay.h:
18195         * gst/rtp/gstrtpg711dec.c:
18196         * gst/rtp/gstrtpg711dec.h:
18197         * gst/rtp/gstrtpg711depay.c:
18198         * gst/rtp/gstrtpg711depay.h:
18199         * gst/rtp/gstrtpg711enc.c:
18200         * gst/rtp/gstrtpg711enc.h:
18201         * gst/rtp/gstrtpg711pay.c:
18202         * gst/rtp/gstrtpg711pay.h:
18203         * gst/rtp/gstrtpgsmenc.c:
18204         * gst/rtp/gstrtpgsmenc.h:
18205         * gst/rtp/gstrtpgsmparse.c:
18206         * gst/rtp/gstrtpgsmparse.h:
18207         * gst/rtp/gstrtpgsmpay.c:
18208         * gst/rtp/gstrtpgsmpay.h:
18209         * gst/rtp/gstrtph263enc.c:
18210         * gst/rtp/gstrtph263enc.h:
18211         * gst/rtp/gstrtph263pay.c:
18212         * gst/rtp/gstrtph263pay.h:
18213         * gst/rtp/gstrtph263pdec.c:
18214         * gst/rtp/gstrtph263pdec.h:
18215         * gst/rtp/gstrtph263pdepay.c:
18216         * gst/rtp/gstrtph263pdepay.h:
18217         * gst/rtp/gstrtph263penc.c:
18218         * gst/rtp/gstrtph263penc.h:
18219         * gst/rtp/gstrtph263ppay.c:
18220         * gst/rtp/gstrtph263ppay.h:
18221         * gst/rtp/gstrtpmp4vdec.c:
18222         * gst/rtp/gstrtpmp4vdec.h:
18223         * gst/rtp/gstrtpmp4vdepay.c:
18224         * gst/rtp/gstrtpmp4vdepay.h:
18225         * gst/rtp/gstrtpmp4venc.c:
18226         * gst/rtp/gstrtpmp4venc.h:
18227         * gst/rtp/gstrtpmp4vpay.c:
18228         * gst/rtp/gstrtpmp4vpay.h:
18229         * gst/rtp/gstrtpmpadec.c:
18230         * gst/rtp/gstrtpmpadec.h:
18231         * gst/rtp/gstrtpmpadepay.c:
18232         * gst/rtp/gstrtpmpadepay.h:
18233         * gst/rtp/gstrtpmpaenc.c:
18234         * gst/rtp/gstrtpmpaenc.h:
18235         * gst/rtp/gstrtpmpapay.c:
18236         * gst/rtp/gstrtpmpapay.h:
18237         * gst/rtp/gstrtpspeexdec.c:
18238         * gst/rtp/gstrtpspeexdec.h:
18239         * gst/rtp/gstrtpspeexdepay.c:
18240         * gst/rtp/gstrtpspeexdepay.h:
18241         * gst/rtp/gstrtpspeexenc.c:
18242         * gst/rtp/gstrtpspeexenc.h:
18243         * gst/rtp/gstrtpspeexpay.c:
18244         * gst/rtp/gstrtpspeexpay.h:
18245           Do burger's rename for rtp payloaders and depayloaders
18246
18247 2005-11-30  Wim Taymans  <wim@fluendo.com>
18248
18249         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
18250         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
18251         * ext/dv/gstdvdemux.h:
18252         Fix seeking in dvdemux again, add some more debug info.
18253
18254 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18255
18256         * configure.ac:
18257           fix tests
18258
18259 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18260
18261         * PORTED_09:
18262         * docs/random/PORTED_09:
18263           move
18264         * tests/Makefile.am:
18265           add
18266         * win32/gst.sln:
18267           remove
18268
18269 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18270
18271         * Makefile.am:
18272         * check/.cvsignore:
18273         * check/Makefile.am:
18274         * check/elements/.cvsignore:
18275         * check/elements/level.c:
18276         * check/elements/matroskamux.c:
18277         * configure.ac:
18278         * examples/Makefile.am:
18279         * examples/capsfilter/Makefile.am:
18280         * examples/capsfilter/capsfilter1.c:
18281         * examples/gob/Makefile.am:
18282         * examples/gob/gst-identity2.gob:
18283         * examples/gstplay/.cvsignore:
18284         * examples/gstplay/Makefile.am:
18285         * examples/gstplay/player.c:
18286         * examples/indexing/.cvsignore:
18287         * examples/indexing/Makefile.am:
18288         * examples/indexing/indexmpeg.c:
18289         * examples/level/Makefile.am:
18290         * examples/level/README:
18291         * examples/level/demo.c:
18292         * examples/level/plot.c:
18293         * examples/stats/Makefile.am:
18294         * examples/stats/mp2ogg.c:
18295         * examples/switch/.cvsignore:
18296         * examples/switch/Makefile.am:
18297         * examples/switch/switcher.c:
18298           move under tests/
18299
18300 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
18301
18302         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
18303         (gst_text_render_class_init), (resize_bitmap),
18304         (gst_text_render_render_text), (gst_text_render_setcaps),
18305         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
18306         (gst_text_render_chain), (gst_text_render_finalize),
18307         (gst_text_render_init), (gst_text_render_set_property):
18308         * ext/pango/gsttextrender.h:
18309           Add missing files.
18310
18311 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
18312
18313         * configure.ac:
18314         * ext/Makefile.am:
18315         * ext/pango/Makefile.am:
18316         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
18317         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
18318         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
18319         * ext/pango/gstclockoverlay.h:
18320         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
18321         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
18322         (gst_text_overlay_finalize), (gst_text_overlay_init),
18323         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
18324         (gst_text_overlay_text_pad_linked),
18325         (gst_text_overlay_text_pad_unlinked),
18326         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
18327         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
18328         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
18329         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
18330         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
18331         (gst_text_overlay_change_state), (plugin_init):
18332         * ext/pango/gsttextoverlay.h:
18333         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
18334         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
18335         (gst_time_overlay_class_init), (gst_time_overlay_init):
18336         * ext/pango/gsttimeoverlay.h:
18337           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
18338           and add background shading and text wrapping modes. Make 
18339           timoverlay derive from textoverlay. Also add new clockoverlay
18340           element.
18341
18342 2005-11-30  Julien MOUTTE  <julien@moutte.net>
18343
18344         * gst/udp/Makefile.am: Moved to netbuffer.
18345
18346 2005-11-30  Julien MOUTTE  <julien@moutte.net>
18347
18348         * configure.ac:
18349         * PORTED_O9:
18350         * gst/multipart/Makefile.am:
18351         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18352         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18353         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
18354         (gst_multipart_demux_change_state),
18355         (gst_multipart_demux_plugin_init):
18356         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18357         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
18358         (gst_multipart_mux_sinkconnect),
18359         (gst_multipart_mux_request_new_pad),
18360         (gst_multipart_mux_handle_src_event),
18361         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
18362         (gst_multipart_mux_change_state): Ported multipart mux/demux to
18363         0.9.
18364
18365 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18366
18367         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
18368         * gst/debug/gstnavigationtest.h:
18369         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
18370         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
18371         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
18372         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
18373         * gst/effectv/gstrev.c: (gst_revtv_get_type):
18374         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
18375         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
18376         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
18377         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
18378         (gst_video_flip_get_type):
18379         * gst/videofilter/gstvideoflip.h:
18380           update for symbols change
18381
18382 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18383
18384         * gst/udp/gstdynudpsink.c:
18385         * gst/udp/gstudpsrc.c:
18386           the old gstnet lib was renamed gstnetbuffer (#322257)
18387
18388 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
18389
18390         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
18391         (gst_text_overlay_collected):
18392           Actually render the text from the text pad.
18393
18394 2005-11-29  Edward Hervey  <edward@fluendo.com>
18395
18396         * gst/debug/gstnavseek.c: (gst_navseek_event):
18397         * gst/debug/progressreport.c: (gst_progress_report_event):
18398         Update for GstBaseTransform event virtual method
18399
18400 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18401
18402         * ext/cairo/Makefile.am:
18403           no need to link to videofilter
18404
18405 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18406
18407         * gst/debug/Makefile.am:
18408         * gst/debug/gstnavigationtest.h:
18409         * gst/effectv/Makefile.am:
18410         * gst/effectv/gstaging.c:
18411         * gst/effectv/gstdice.c:
18412         * gst/effectv/gstedge.c:
18413         * gst/effectv/gstquark.c:
18414         * gst/effectv/gstrev.c:
18415         * gst/effectv/gstshagadelic.c:
18416         * gst/effectv/gstvertigo.c:
18417         * gst/effectv/gstwarp.c:
18418         * gst/videofilter/Makefile.am:
18419         * gst/videofilter/gstvideofilter.c:
18420         * gst/videofilter/gstvideofilter.h:
18421         * gst/videofilter/gstvideoflip.h:
18422           remove the videofilter library and link to the one in base
18423
18424 2005-11-28  Edward Hervey  <edward@fluendo.com>
18425
18426         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18427         Useless check now we're setting the current entry correctly.
18428
18429 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
18430
18431         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
18432         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
18433         (gst_jpegenc_change_state):
18434           Don't leak input buffer in chain function (fixes #322667); make 
18435           state change function thread-safe; don't repeat the current function
18436           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
18437           gst_pad_alloc_buffer(); misc. minor cleanups.
18438
18439 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
18440
18441         * gst/matroska/matroska-mux.c:
18442         (gst_matroska_mux_video_pad_setcaps):
18443         Look for pixel-aspect-ratio in caps, not pixel_width and
18444         pixel_height (Fixes: #322645)
18445
18446 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
18447
18448         * gst/matroska/matroska-mux.c:
18449         (gst_matroska_mux_video_pad_setcaps):
18450         From Michal Benes:
18451         frame duration should be GST_SECOND / framerate, not
18452         GST_SECOND * framerate. (Fixes: #322643)
18453
18454 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18455
18456         * configure.ac:
18457           fix up GST_PLUGIN_LDFLAGS
18458         * gst/rtsp/rtspconnection.c:
18459           fix includes (see #317043)
18460         * gst/videofilter/Makefile.am:
18461           stop installing this library
18462
18463 2005-11-26  Edward Hervey  <edward@fluendo.com>
18464
18465         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
18466         Handle the case where the incoming Video dv stream doesn't have
18467         a pixel aspect ratio set.
18468
18469 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18470
18471         * docs/plugins/Makefile.am:
18472         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18473         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18474         * ext/flac/gstflacdec.c:
18475           document flacdec
18476
18477 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18478
18479         * docs/plugins/Makefile.am:
18480         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18481         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18482         * docs/plugins/inspect/plugin-autodetect.xml:
18483         * ext/cairo/gstcairo.c: (plugin_init):
18484         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
18485         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
18486         (gst_text_overlay_init), (gst_text_overlay_font_init),
18487         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
18488         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
18489         (gst_text_overlay_text_pad_linked),
18490         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
18491         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18492         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
18493         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
18494         (gst_text_overlay_change_state):
18495         * ext/cairo/gsttextoverlay.h:
18496         * ext/cairo/gsttimeoverlay.c:
18497         (gst_cairo_time_overlay_update_font_height),
18498         (gst_cairo_time_overlay_set_caps),
18499         (gst_cairo_time_overlay_get_unit_size),
18500         (gst_cairo_time_overlay_print_smpte_time),
18501         (gst_cairo_time_overlay_transform),
18502         (gst_cairo_time_overlay_base_init),
18503         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
18504         (gst_cairo_time_overlay_get_type):
18505         * ext/cairo/gsttimeoverlay.h:
18506           do some name borgifying
18507           document
18508
18509 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18510
18511         * docs/plugins/Makefile.am:
18512         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18513         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18514         * gst/autodetect/gstautoaudiosink.c:
18515         (gst_auto_audio_sink_base_init):
18516         * gst/autodetect/gstautovideosink.c:
18517         (gst_auto_video_sink_base_init),
18518         (gst_auto_video_sink_factory_filter):
18519           documenting auto*sink
18520           using strstr for the video sink lookup, class field is not ordered
18521         * docs/plugins/inspect/plugin-1394.xml:
18522         * docs/plugins/inspect/plugin-aasink.xml:
18523         * docs/plugins/inspect/plugin-alaw.xml:
18524         * docs/plugins/inspect/plugin-alpha.xml:
18525         * docs/plugins/inspect/plugin-alphacolor.xml:
18526         * docs/plugins/inspect/plugin-auparse.xml:
18527         * docs/plugins/inspect/plugin-autodetect.xml:
18528         * docs/plugins/inspect/plugin-avi.xml:
18529         * docs/plugins/inspect/plugin-cacasink.xml:
18530         * docs/plugins/inspect/plugin-cairo.xml:
18531         * docs/plugins/inspect/plugin-cutter.xml:
18532         * docs/plugins/inspect/plugin-debug.xml:
18533         * docs/plugins/inspect/plugin-dv.xml:
18534         * docs/plugins/inspect/plugin-efence.xml:
18535         * docs/plugins/inspect/plugin-effectv.xml:
18536         * docs/plugins/inspect/plugin-esdsink.xml:
18537         * docs/plugins/inspect/plugin-flac.xml:
18538         * docs/plugins/inspect/plugin-flxdec.xml:
18539         * docs/plugins/inspect/plugin-gconfelements.xml:
18540         * docs/plugins/inspect/plugin-goom.xml:
18541         * docs/plugins/inspect/plugin-jpeg.xml:
18542         * docs/plugins/inspect/plugin-level.xml:
18543         * docs/plugins/inspect/plugin-matroska.xml:
18544         * docs/plugins/inspect/plugin-mulaw.xml:
18545         * docs/plugins/inspect/plugin-navigationtest.xml:
18546         * docs/plugins/inspect/plugin-ossaudio.xml:
18547         * docs/plugins/inspect/plugin-png.xml:
18548         * docs/plugins/inspect/plugin-rtp.xml:
18549         * docs/plugins/inspect/plugin-rtsp.xml:
18550         * docs/plugins/inspect/plugin-shout2send.xml:
18551         * docs/plugins/inspect/plugin-smpte.xml:
18552         * docs/plugins/inspect/plugin-speex.xml:
18553         * docs/plugins/inspect/plugin-udp.xml:
18554         * docs/plugins/inspect/plugin-videobox.xml:
18555         * docs/plugins/inspect/plugin-videoflip.xml:
18556         * docs/plugins/inspect/plugin-videomixer.xml:
18557         * docs/plugins/inspect/plugin-wavenc.xml:
18558         * docs/plugins/inspect/plugin-wavparse.xml:
18559           update for HEAD version
18560
18561 2005-11-25  Michael Smith  <msmith@fluendo.com>
18562
18563         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
18564           Patch from Sebastien Cote to close control sockets in udpsrc.
18565
18566 2005-11-24  Julien MOUTTE  <julien@moutte.net>
18567
18568         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
18569         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
18570         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
18571         (gst_quarktv_base_init), (gst_quarktv_class_init),
18572         (gst_quarktv_init): Flush the planes list on reverse caps
18573         negotiation. This was crashing because of differently sized
18574         buffers.
18575
18576 2005-11-24  Julien MOUTTE  <julien@moutte.net>
18577
18578         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
18579         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
18580         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
18581         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
18582         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
18583         (gst_videoflip_set_property), (gst_videoflip_base_init),
18584         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
18585         correctly, fix identity flipping, convert navigation event 
18586         correctly again.
18587
18588 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18589
18590         * configure.ac: back to HEAD
18591
18592 === release 0.9.6 ===
18593
18594 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
18595
18596         * configure.ac:
18597           releasing 0.9.6, "Everything's Not Lost"
18598
18599 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
18600
18601         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
18602         Oops, initialise the framerate GValue
18603
18604 2005-11-23  Julien MOUTTE  <julien@moutte.net>
18605
18606         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
18607         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
18608         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
18609         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
18610         (gst_timeoverlay_get_type):
18611         * ext/cairo/gsttimeoverlay.h:
18612         * gst/debug/Makefile.am:
18613         * gst/debug/gstnavigationtest.c:
18614         (gst_navigationtest_handle_src_event),
18615         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
18616         (gst_navigationtest_transform), (gst_navigationtest_change_state),
18617         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
18618         (gst_navigationtest_init), (gst_navigationtest_get_type),
18619         (plugin_init):
18620         * gst/debug/gstnavigationtest.h:
18621         * gst/effectv/Makefile.am:
18622         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
18623         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
18624         (gst_agingtv_base_init), (gst_agingtv_class_init),
18625         (gst_agingtv_init), (gst_agingtv_get_type):
18626         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
18627         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
18628         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
18629         (gst_dicetv_get_type):
18630         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
18631         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
18632         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
18633         (gst_edgetv_get_type):
18634         * gst/effectv/gsteffectv.c:
18635         * gst/effectv/gsteffectv.h:
18636         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
18637         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
18638         (gst_quarktv_change_state), (gst_quarktv_base_init),
18639         (gst_quarktv_class_init), (gst_quarktv_init),
18640         (gst_quarktv_get_type):
18641         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
18642         (gst_revtv_get_unit_size), (gst_revtv_transform),
18643         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
18644         (gst_revtv_get_type):
18645         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
18646         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
18647         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
18648         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
18649         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
18650         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
18651         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
18652         (gst_vertigotv_init), (gst_vertigotv_get_type):
18653         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
18654         (gst_warptv_get_unit_size), (gst_warptv_transform),
18655         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
18656         (gst_warptv_get_type):
18657         * gst/videofilter/Makefile.am:
18658         * gst/videofilter/gstvideobalance.c:
18659         * gst/videofilter/gstvideobalance.h:
18660         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
18661         (gst_videofilter_class_init), (gst_videofilter_init):
18662         * gst/videofilter/gstvideofilter.h:
18663         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
18664         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
18665         (gst_videoflip_flip), (gst_videoflip_transform),
18666         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
18667         (gst_videoflip_base_init), (gst_videoflip_class_init),
18668         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
18669         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
18670         BaseTransform, it's just a place holder for now and every video
18671         effect plugin has been ported to use BaseTransform features 
18672         directly. QuarkTV was fixed too (was broken), navigationtest works
18673         and best for the end, videoflip converts navigation events depending
18674         on flip method ! Fixes #320953
18675
18676 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
18677
18678         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
18679         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
18680         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
18681         (gst_goom_src_negotiate), (gst_goom_chain):
18682         * gst/matroska/matroska-mux.c:
18683         (gst_matroska_mux_video_pad_setcaps):
18684         * sys/osxvideo/osxvideosink.m:
18685           Fixes for API changes
18686
18687 2005-11-23  Michael Smith <msmith@fluendo.com>
18688
18689         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
18690         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
18691         * ext/jpeg/gstjpegdec.h:
18692         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
18693         * ext/jpeg/gstjpegenc.h:
18694         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
18695         (gst_smokeenc_resync):
18696         * ext/jpeg/gstsmokeenc.h:
18697           JPEG fractiony goodness.
18698
18699 2005-11-22  Michael Smith <msmith@fluendo.com>
18700
18701         * gst/goom/filters.c:
18702         * gst/goom/graphic.h:
18703           Fix compilation by making some functions static inline instead of
18704           extern inline, matching the way they're used.
18705
18706 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
18707
18708         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
18709         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
18710         * ext/cairo/gsttextoverlay.h:
18711         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
18712         * ext/gdk_pixbuf/gstgdkpixbuf.h:
18713         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
18714         (gst_pngdec_caps_create_and_set):
18715         * ext/libpng/gstpngdec.h:
18716         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
18717         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
18718         * gst/avi/gstavimux.c: (gst_avimux_init),
18719         (gst_avimux_vidsinkconnect):
18720         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
18721         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
18722         (gst_goom_src_negotiate), (gst_goom_chain):
18723         * gst/goom/gstgoom.h:
18724         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
18725         * gst/matroska/matroska-mux.c:
18726         (gst_matroska_mux_video_pad_setcaps):
18727         * sys/osxvideo/osxvideosink.h:
18728         * sys/osxvideo/osxvideosink.m:
18729           More fractional framerate conversions 
18730
18731 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
18732
18733         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
18734         * gst/debug/gstnavigationtest.c:
18735         (gst_navigationtest_handle_src_event):
18736         * gst/videofilter/gstvideofilter.c:
18737         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
18738         (gst_videofilter_init):
18739         * gst/videofilter/gstvideofilter.h:
18740           Convert to fractional framerates.
18741
18742 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
18743
18744         * ext/aalib/gstaasink.c:
18745         * ext/dv/gstdvdec.c:
18746         * ext/esd/esdmon.c:
18747         * ext/flac/gstflacenc.c:
18748         * ext/gdk_pixbuf/pixbufscale.c:
18749         * ext/libcaca/gstcacasink.c:
18750         * ext/shout2/gstshout2.c:
18751         * gst/alpha/gstalpha.c:
18752         * gst/oldcore/gstaggregator.c:
18753         * gst/oldcore/gstshaper.c:
18754         * gst/smpte/barboxwipes.c:
18755         * gst/smpte/gstsmpte.c:
18756         * gst/videobox/gstvideobox.c:
18757         * gst/videofilter/gstvideoflip.c:
18758         * gst/videomixer/videomixer.c:
18759           fix up more enums
18760
18761 2005-11-22  Michael Smith <msmith@fluendo.com>
18762
18763         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
18764         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
18765         (gst_videomixer_update_queues):
18766           Fractional framerates, videomixer.
18767
18768 2005-11-22  Michael Smith <msmith@fluendo.com>
18769
18770         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
18771         * ext/dv/gstdvdec.h:
18772         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
18773         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18774         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
18775         (gst_dvdemux_flush):
18776         * ext/dv/gstdvdemux.h:
18777           Fractional framerates for DV. 
18778
18779 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
18780
18781         * gst/autodetect/gstautoaudiosink.c:
18782         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
18783         * gst/autodetect/gstautovideosink.c:
18784         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
18785           Use gst_plugin_feature_list_free() to free feature list and
18786           in the case of autovideosink free the list at all. Also
18787           miscellaneous cosmetic fixes.
18788
18789 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
18790
18791         * gst/cutter/gstcutter.c: (gst_cutter_chain),
18792         (gst_cutter_set_property), (gst_cutter_get_caps):
18793           copy calculation code from level; remove use of some audio
18794           functions
18795
18796 2005-11-22  Andy Wingo  <wingo@pobox.com>
18797
18798         * Update for gst_tag_setter API changes.
18799
18800 2005-11-22  Andy Wingo  <wingo@pobox.com>
18801
18802         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
18803         (gst_dvdemux_demux_frame)
18804         * ext/flac/gstflacdec.c (gst_flacdec_write)
18805         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
18806         (gst_flacenc_sink_event)
18807         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
18808         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
18809         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
18810         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
18811         * gst/auparse/gstauparse.c (gst_auparse_chain)
18812         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
18813         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
18814         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
18815         (gst_avi_demux_handle_seek)
18816         * gst/goom/gstgoom.c (gst_goom_event)
18817         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
18818         * gst/matroska/matroska-demux.c
18819         (gst_matroska_demux_handle_seek_event)
18820         (gst_matroska_demux_loop_stream_parse_id)
18821         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
18822         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
18823         (gst_wavparse_stream_headers): Run update-funcnames.
18824
18825 2005-11-22  Edward Hervey  <edward@fluendo.com>
18826
18827         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
18828         (gst_dv1394src_init), (gst_dv1394src_dispose),
18829         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
18830         (gst_dv1394src_uri_set_uri):
18831         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
18832         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
18833         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
18834         URIHandler interface and element properties are now properly
18835         synchronized for DV1394src and UDPSrc
18836
18837 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
18838
18839         * ext/flac/Makefile.am:
18840         * ext/speex/Makefile.am:
18841           libgsttagedit has been renamed to libgsttag.
18842
18843 2005-11-21  Wim Taymans  <wim@fluendo.com>
18844
18845         * gst/rtsp/rtspconnection.c: (read_body):
18846         Apply patch from Sebastien Cote to fix #319184.
18847
18848 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
18849
18850         * configure.ac:
18851         * gst/cutter/Makefile.am:
18852         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
18853         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
18854         (gst_cutter_set_property), (gst_cutter_get_property),
18855         (plugin_init), (gst_cutter_get_caps):
18856           port cutter
18857         * gst/level/gstlevel.c:
18858           fix up plugin details
18859
18860 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
18861
18862         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
18863         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
18864         (gst_flacdec_src_event):
18865         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
18866         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
18867         (gst_signal_processor_getrange), (gst_signal_processor_chain):
18868         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
18869         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
18870         (gst_flxdec_sink_event_handler):
18871         * gst/matroska/matroska-demux.c:
18872         (gst_matroska_demux_handle_seek_event):
18873         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
18874           Update for stream lock API changes: don't take stream log
18875           in sink event handlers any longer and change GST_STREAM_LOCK
18876           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
18877           functions.
18878
18879 2005-11-21  Michael Smith <msmith@fluendo.com>
18880
18881         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
18882           gst_object_unref, not g_object_unref
18883
18884 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
18885
18886         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
18887         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
18888           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
18889
18890 2005-11-21  Michael Smith <msmith@fluendo.com>
18891
18892         * gst/auparse/Makefile.am:
18893         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
18894         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
18895         (gst_auparse_change_state):
18896         * gst/auparse/gstauparse.h:
18897           Partially fix #161712. playbin still doesn't work on these files,
18898           (on the bug report, Andy says we aren't typefinding it for some
18899           reason?) but at least auparse isn't totally busted like it was before.
18900
18901 2005-11-21  Andy Wingo  <wingo@pobox.com>
18902
18903         * *.h:
18904         * *.c: Ran scripts/update-macros. Oh yes.
18905
18906 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
18907
18908         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
18909           Filler events are gone for now, comment out section generating
18910           them.
18911
18912 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
18913
18914         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
18915         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
18916         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
18917         * sys/osxvideo/osxvideosink.m:
18918           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
18919           (#322027)
18920
18921 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
18922
18923         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
18924         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
18925         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
18926         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
18927         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
18928         (gst_avi_demux_stream_data):
18929         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
18930         * gst/wavenc/gstwavenc.c: (write_metadata):
18931         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
18932         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
18933         Fixes for GST_FOURCC_FORMAT API change.
18934
18935 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
18936
18937         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
18938         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
18939         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
18940         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
18941         (gst_text_overlay_change_state):
18942         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
18943         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
18944         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
18945         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
18946         * gst/videomixer/videomixer.c: (gst_videomixer_init),
18947         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
18948         (gst_videomixer_change_state):
18949           Fix for collect pads API change. Also fix textoverlay state
18950           change function.
18951
18952 2005-11-20  Julien MOUTTE  <julien@moutte.net>
18953
18954         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
18955         GST_PAD_IS_USABLE by something approaching it.
18956
18957 2005-11-20  Julien MOUTTE  <julien@moutte.net>
18958
18959         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
18960         API changes.
18961         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
18962         but also fix the code that was not checking return values from
18963         pad_push neither using pad_alloc_buffer.
18964
18965 2005-11-18  Edward Hervey  <edward@fluendo.com>
18966
18967         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
18968         (gst_pngenc_chain):
18969         Added debug category
18970         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
18971         goes to EOS.
18972
18973 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
18974
18975         * gst/rtp/Makefile.am
18976         * gst/rtp/gstrtp.c
18977         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
18978         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
18979         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
18980         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
18981         * gst/rtp/gstrtpg711enc.h:
18982         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
18983         * gst/rtp/gstrtpspeexenc.c:
18984         * gst/rtp/gstrtpspeexenc.h:
18985         * gst/rtp/gstrtpspeexdec.c:
18986         * gst/rtp/gstrtpspeexdec.h:
18987         Created Speex payloader and depayloader; Optimize G711 payloader to
18988         use adapter and send packets until MTU size.
18989
18990 2005-11-16  Wim Taymans  <wim@fluendo.com>
18991
18992         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
18993         Fix leak in check.
18994
18995 2005-11-16  Wim Taymans  <wim@fluendo.com>
18996
18997         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
18998         Fix state change.
18999
19000 2005-11-16  Andy Wingo  <wingo@pobox.com>
19001
19002         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
19003         (gst_udpsrc_create): Move comment.
19004
19005 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
19006
19007         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19008
19009         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
19010           When seeking, seek to closest index entry at or before the requested
19011           seek position, not just the closest one (#321001).
19012
19013 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
19014
19015         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
19016         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
19017           Invert DIB images again (see #132341).
19018
19019 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19020
19021         * configure.ac:
19022           rework configure.ac file
19023         * ext/aalib/gstaasink.c:
19024         * ext/cairo/gstcairo.c:
19025         * ext/dv/gstdv.c:
19026         * ext/esd/gstesd.c:
19027         * ext/flac/gstflac.c:
19028         * ext/gconf/gstgconfelements.c:
19029         * ext/gdk_pixbuf/gstgdkpixbuf.c:
19030         * ext/jpeg/gstjpeg.c:
19031         * ext/ladspa/gstladspa.c:
19032         * ext/libcaca/gstcacasink.c:
19033         * ext/libmng/gstmng.c:
19034         * ext/libpng/gstpng.c:
19035         * ext/mikmod/gstmikmod.c:
19036         * ext/pango/gsttextoverlay.c:
19037         * ext/pango/gsttimeoverlay.c:
19038         * ext/raw1394/gst1394.c:
19039         * ext/speex/gstspeex.c:
19040         * gst/alpha/Makefile.am:
19041         * gst/alpha/gstalpha.c:
19042         * gst/alpha/gstalphacolor.c:
19043         * gst/auparse/gstauparse.c:
19044         * gst/autodetect/gstautoaudiosink.c:
19045         (gst_auto_audio_sink_factory_filter),
19046         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
19047         * gst/autodetect/gstautodetect.c:
19048         * gst/avi/gstavi.c:
19049         * gst/cutter/gstcutter.c:
19050         * gst/debug/efence.c:
19051         * gst/debug/gstdebug.c:
19052         * gst/debug/gstnavigationtest.c:
19053         * gst/effectv/gsteffectv.c:
19054         * gst/flx/gstflxdec.c:
19055         * gst/goom/gstgoom.c:
19056         * gst/interleave/plugin.c:
19057         * gst/law/alaw.c:
19058         * gst/law/mulaw.c:
19059         * gst/level/gstlevel.c:
19060         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
19061         * gst/matroska/matroska.c:
19062         * gst/median/gstmedian.c:
19063         * gst/monoscope/gstmonoscope.c:
19064         * gst/multipart/multipart.c:
19065         * gst/oldcore/gstelements.c:
19066         * gst/rtp/gstrtp.c:
19067         * gst/rtsp/gstrtsp.c:
19068         * gst/smoothwave/gstsmoothwave.c:
19069         * gst/smpte/gstsmpte.c:
19070         * gst/udp/gstudp.c:
19071         * gst/videobox/gstvideobox.c:
19072         * gst/videofilter/gstgamma.c:
19073         * gst/videofilter/gstvideobalance.c:
19074         * gst/videofilter/gstvideoflip.c:
19075         * gst/videofilter/gstvideotemplate.c:
19076         * gst/videomixer/videomixer.c:
19077         * gst/wavenc/gstwavenc.c:
19078         * gst/wavparse/gstwavparse.c:
19079         * sys/oss/gstossaudio.c:
19080         * sys/osxaudio/gstosxaudio.c:
19081           update GST_PLUGIN_DEFINE
19082         * gst/rtp/Makefile.am:
19083         * gst/rtp/gstasteriskh263.c:
19084           check for htons/htonl headers and possibly link to winsock2 lib
19085
19086 2005-11-12  Edward Hervey  <edward@fluendo.com>
19087
19088         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
19089         Only GST_DEBUG() information on the valid components.
19090
19091 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19092
19093         * configure.ac: back to HEAD
19094
19095 === release 0.9.5 ===
19096
19097 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
19098
19099         * configure.ac:
19100           releasing 0.9.5, "Phone Alarm"
19101
19102 2005-11-11  Edward Hervey  <edward@fluendo.com>
19103
19104         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19105         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
19106         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
19107         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
19108         (gst_avi_demux_loop):
19109         * gst/avi/gstavidemux.h:
19110         Yeah, implement proper seeking. Exact seeking and segment seeking.
19111         Still need to do some checks for segment_stop.
19112
19113 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
19114
19115         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19116
19117         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
19118           Don't try to ready buffer duration from buffer that we don't
19119           own any  longer and that might already have been unreffed.
19120           (#321136)
19121
19122 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
19123
19124         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
19125         (flx_decode_delta_flc), (gst_flxdec_chain):
19126         Attempting to optimize the code for embedded systems.
19127
19128 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
19129
19130         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19131
19132         * sys/oss/gstosssink.c: (gst_oss_sink_close):
19133           Don't re-use already closed file descriptor. (#320920)
19134
19135 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19136
19137         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
19138         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
19139         (gst_oss_sink_prepare):
19140         * sys/oss/gstosssink.h:
19141           Cache probed caps; fix debug output for SET_PARAM macros.
19142
19143 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19144
19145         * ext/cairo/Makefile.am:
19146         * ext/cairo/gstcairo.c: (plugin_init):
19147         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
19148         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
19149         (gst_text_overlay_init), (gst_text_overlay_font_init),
19150         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
19151         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
19152         (gst_text_overlay_text_pad_linked),
19153         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
19154         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
19155         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19156         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19157         (gst_text_overlay_change_state):
19158         * ext/cairo/gsttextoverlay.h:
19159           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
19160           property and redo positioning. Doesn't handle upstream renegotiation
19161           yet though.
19162
19163 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19164
19165         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
19166         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
19167         (gst_avi_demux_loop):
19168           No need to take the STREAM_LOCK in the loop function. Improve
19169           some debug messages. Don't leak pad names in debug messages.
19170
19171 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19172
19173         * gst/matroska/matroska-demux.c:
19174         (gst_matroska_demux_push_vorbis_codec_priv_data),
19175         (gst_matroska_demux_add_wvpk_header):
19176           Don't error out when the source pad isn't linked.
19177
19178 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
19179
19180         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
19181         (gst_gconf_audio_sink_change_state):
19182         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
19183         (gst_gconf_video_sink_change_state):
19184           Fix state change functions here as well and set kid
19185           to NULL state before removing it.
19186
19187 2005-11-01  Edward Hervey  <edward@fluendo.com>
19188
19189         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
19190         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
19191         Added proper event handlind, 
19192         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
19193         ignored),
19194         and don't set a duration of 0 for buffers otherwise they are discarded
19195         by GstBaseSink.
19196
19197         GstWavEnc needs some serious loving, after going through the code I'm
19198         really wondering how this can stay in -good ...
19199
19200 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19201
19202         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
19203         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
19204         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
19205         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
19206         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
19207         (gst_matroska_mux_collected):
19208           Fix leaks and invalid memory access as reported by valgrind
19209
19210 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19211
19212         Patch by: Michal Benes <michal.benes@xeris.cz>
19213
19214         * check/Makefile.am:
19215         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
19216         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
19217         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
19218           add a unit test for matroskamux
19219           fix the bugs that the unit test exposed
19220
19221 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
19222
19223         * gst/autodetect/gstautoaudiosink.c:
19224         (gst_auto_audio_sink_class_init),
19225         (gst_auto_audio_sink_change_state):
19226         * gst/autodetect/gstautovideosink.c:
19227         (gst_auto_video_sink_class_init),
19228         (gst_auto_video_sink_change_state):
19229           Fix state change function and use GST_DEBUG_FUNCPTR in
19230           class_init.
19231
19232 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
19233
19234         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19235
19236         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
19237         (gst_ebml_write_reset), (gst_ebml_write_element_new):
19238         * gst/matroska/ebml-write.h:
19239         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
19240           Set timestamps on outgoing ebml headers as well, so that the
19241           element after matroskamux can get the timestamp already when
19242           reading the first ebml element and doesn't have to wait for
19243           the actual data buffer for that (#320308).
19244           
19245 2005-10-31  Andy Wingo  <wingo@pobox.com>
19246
19247         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
19248         (gst_videomixer_pad_link): Kill some memleaks.
19249         (gst_videomixer_pad_get_property): Style fix.
19250         (gst_videomixer_pad_set_property): Style fix.
19251         (gst_videomixer_pad_init): Style fix.
19252         (gst_videomixer_update_queues): Kill memleak.
19253         (gst_videomixer_loop): Kill memleak.
19254         (gst_videomixer_collected): Kill memleak.
19255
19256 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
19257
19258         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
19259         gst_auparse_change_state:
19260         Just some cleanup.
19261
19262 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
19263
19264         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
19265         Add checks to GST_FLOW_NOT_LINKED for values returned
19266         from gst_pad_push.
19267         
19268 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
19269
19270         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
19271         (gst_rtpg711dec_process):
19272         * gst/rtp/gstrtpgsmenc.c:
19273         Payloader now sets some default caps on the srcpad if caps on the sinkpad
19274         are never set. This is important for the g711 to work with burger's rtpbin
19275         element.
19276
19277 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
19278
19279         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
19280         (gst_speexenc_push_buffer):
19281         Add checks for return values from gst_pad_push and
19282         gst_pad_alloc_buffer.
19283
19284 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
19285
19286         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19287
19288         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
19289         (gst_matroska_demux_parse_info),
19290         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
19291         (gst_matroska_demux_parse_cluster):
19292         * gst/matroska/matroska-ids.h:
19293         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
19294         (gst_matroska_mux_init), (gst_matroska_mux_start),
19295         (gst_matroska_mux_create_buffer_header),
19296         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
19297         (gst_matroska_mux_get_property):
19298         * gst/matroska/matroska-mux.h:
19299           Add SimpleBlock support to matroska demuxer and muxer (part of
19300           Matroska v2). (#319731)
19301
19302 2005-10-28  Wim Taymans  <wim@fluendo.com>
19303
19304         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
19305         (gst_jpeg_dec_change_state):
19306         * ext/jpeg/gstjpegdec.h:
19307         Cleanups. Don't create caps for every chain.
19308
19309 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
19310
19311         * gst/law/alaw-encode.c: (gst_alawenc_init),
19312         (alawenc_setcaps), (gst_alawenc_chain)
19313         * gst/law/alaw-encode.h:
19314         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
19315         (mulawenc_setcaps), (gst_mulawenc_chain)
19316         * gst/law/mulaw-encode.h:
19317         Set timestamp on buffer and it allows RTP G711 elements
19318         work properly.
19319
19320 2005-10-27  Wim Taymans  <wim@fluendo.com>
19321
19322         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
19323         Set correct format on oss instead of a silly value. 
19324
19325 2005-10-27  Julien MOUTTE  <julien@moutte.net>
19326
19327         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19328         (gst_video_box_transform_caps), (gst_video_box_set_caps),
19329         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
19330         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
19331         I420 rendering as well, doesn't bring much for my platform.
19332         Might help on some other platforms.
19333
19334 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
19335
19336         * gst/rtp/gstrtpgsmenc.c:
19337         * gst/rtp/gstrtpgsmparse.c:
19338         Declaring the padtemplate correctly.
19339
19340 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
19341
19342         * gst/rtp/gstrtpg711dec.c:
19343         * gst/rtp/gstrtpg711enc.c:
19344         * gst/rtp/gstrtpgsmenc.c:
19345         * gst/rtp/gstrtpgsmparse.c:
19346         Setting the proper copyright notice.
19347
19348 2005-10-26  Julien MOUTTE  <julien@moutte.net>
19349
19350         * gst/videobox/Makefile.am: Use liboil.
19351         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19352         (gst_video_box_set_property), (gst_video_box_transform_caps),
19353         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
19354         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
19355         using liboil. Will dot the same to I420 border generation
19356         tomorrow.
19357
19358 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
19359
19360         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
19361         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
19362         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
19363         * gst/rtp/gstrtpg711dec.h:
19364         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
19365         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
19366         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
19367         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
19368         (gst_rtpgsmenc_handle_buffer):
19369         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
19370         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
19371         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
19372         * gst/rtp/gstrtpgsmparse.h:
19373         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
19374         inherits from the basertpdepayloader.
19375
19376 2005-10-26  Julien MOUTTE  <julien@moutte.net>
19377
19378         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19379         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
19380         (gst_video_box_ayuv): Removing this forgotten debug.
19381
19382 2005-10-26  Julien MOUTTE  <julien@moutte.net>
19383
19384         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19385         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
19386         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
19387
19388 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
19389
19390         * sys/oss/gstossaudio.c:
19391         * sys/oss/gstossdmabuffer.c:
19392         * sys/oss/gstosshelper.c:
19393         * sys/oss/gstossmixer.c:
19394         * sys/oss/gstossmixerelement.c:
19395         * sys/oss/gstossmixertrack.c:
19396         * sys/oss/gstosssink.c:
19397         * sys/oss/gstosssrc.c:
19398           Actually use the 'oss' debug category we register.
19399
19400 2005-10-26  Julien MOUTTE  <julien@moutte.net>
19401
19402         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
19403         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
19404         Use gst_pad_get_parent and drop the ref that was added through
19405         that call.
19406
19407 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
19408
19409         * gst/rtp/gstrtpgsmenc.c:
19410           Fix compilation
19411
19412 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
19413
19414         * gst/rtp/gstrtpg711dec.c
19415         Just removed a couple of lines of weird code used during
19416         development/test time.
19417
19418 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
19419
19420         * gst/rtp/Makefile.am
19421         * gst/rtp/gstrtp.c
19422         * gst/rtp/gstrtpg711enc.c
19423         * gst/rtp/gstrtpg711enc.h
19424         * gst/rtp/gstrtpg711dec.c
19425         * gst/rtp/gstrtpg711dec.h
19426         Created G711 payloader and depayloader (it supports mulaw and alaw
19427         (dec)encoders)
19428
19429 2005-10-25  Julien MOUTTE  <julien@moutte.net>
19430
19431         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19432         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
19433         Doh ! I introduced wingo's bug again ! Sorry...
19434
19435 2005-10-25  Christian Schaller <christian@fluendo.com> 
19436
19437         * gst/rtp/Makefile.am: add missing header files for disting
19438
19439 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
19440
19441         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
19442         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
19443         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
19444         (gst_rtpgsmenc_handle_buffer):
19445         * gst/rtp/gstrtpgsmenc.h:
19446         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
19447         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
19448         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
19449         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
19450         * gst/rtp/gstrtpgsmparse.h:
19451         Getting the GSM (de)payloader working and compatible with our plans for RTP.
19452
19453 2005-10-25  Julien MOUTTE  <julien@moutte.net>
19454
19455         * ext/libpng/gstpngdec.c: (user_info_callback),
19456         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
19457         a newsegment event, move some redundant code in a single place.
19458
19459 2005-10-25  Julien MOUTTE  <julien@moutte.net>
19460
19461         * ext/libpng/gstpngdec.c: (user_info_callback),
19462         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
19463         hack to get correct colors order when we have a png image with
19464         alpha channel.
19465
19466 2005-10-24  Edward Hervey  <edward@fluendo.com>
19467
19468         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
19469         Call gst_element_no_more_pads when there will be no more pads.
19470
19471 2005-10-24  Wim Taymans  <wim@fluendo.com>
19472
19473         * gst/rtp/Makefile.am:
19474         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
19475         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
19476         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
19477         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
19478         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
19479         (gst_asteriskh263_plugin_init):
19480         * gst/rtp/gstasteriskh263.h:
19481         * gst/rtp/gstrtp.c: (plugin_init):
19482         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
19483         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
19484         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
19485         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
19486         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
19487         (gst_rtph263enc_plugin_init):
19488         * gst/rtp/gstrtph263enc.h:
19489         Added two new payloaders, an RFC 2190 payloader for h263 and
19490         a payload convertor for an asterisk server.
19491
19492 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
19493
19494         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
19495           Set bytes_per_sample correctly (is not always 4, but 
19496           depends on width and number of channels).
19497
19498 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
19499
19500         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
19501         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
19502         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
19503         (gst_flacenc_sink_event), (gst_flacenc_chain),
19504         (gst_flacenc_set_property), (gst_flacenc_get_property),
19505         (gst_flacenc_change_state):
19506         * ext/flac/gstflacenc.h:
19507           Fix seeking, so that flacenc can rewrite the header with the
19508           correct duration and amount of samples and all that at EOS;
19509           also set timestamps and granulepos on outgoing buffers; add
19510           debug category; fix state change function.
19511           
19512 2005-10-24  Julien MOUTTE  <julien@moutte.net>
19513
19514         * gst/videomixer/videomixer.c: Don't restrict video geometry
19515         from 16 to 4096.
19516
19517 2005-10-24  Julien MOUTTE  <julien@moutte.net>
19518
19519         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19520         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
19521         Fix caps negotiation correctly, add debugging category.
19522
19523 2005-10-24  Christian Schaller  <christian@fluendo.com>
19524
19525         * configure.ac: Port over Thomas's change from base listing all plugins
19526
19527 2005-10-24  Julien MOUTTE  <julien@moutte.net>
19528
19529         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
19530         a sink pad.
19531
19532 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19533
19534         * configure.ac:
19535         * docs/upload.mak:
19536           back to HEAD
19537
19538 === release 0.9.4 ===
19539
19540 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19541
19542         * configure.ac:
19543           Releasing 0.9.4, "Dromiceiomimus"
19544
19545 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
19546
19547         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
19548         (gst_speexenc_src_query):
19549           Add position and duration query, fix query type function.
19550           
19551         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
19552         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
19553           Let's not set non-fixed caps on source pads.
19554
19555 2005-10-21  Wim Taymans  <wim@fluendo.com>
19556
19557         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
19558         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
19559         (gst_avi_demux_handle_seek):
19560         Set correct stream_time in newsegment event.
19561         avi can also handle a duration query now.
19562
19563 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
19564
19565         * gst/matroska/matroska-demux.c:
19566         (gst_matroska_demux_handle_src_query),
19567         (gst_matroska_demux_handle_seek_event),
19568         (gst_matroska_demux_loop_stream_parse_id):
19569           Fix duration query; fix basetime in newsegment event after
19570           seek; fix duration in initial newsegment event.
19571
19572         * gst/matroska/matroska-mux.c:
19573         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
19574           Extract number of channels and samplerate from vorbis headers;
19575           add some debug messages when querying the durations of the
19576           input streams.
19577
19578 2005-10-20  Wim Taymans  <wim@fluendo.com>
19579
19580         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
19581         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19582         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
19583         Set stream time correctly in newsegment.
19584
19585 2005-10-20  Wim Taymans  <wim@fluendo.com>
19586
19587         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
19588         Correctly fill in the stream time.
19589
19590 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19591
19592         * check/elements/level.c: (GST_START_TEST):
19593         * gst/level/gstlevel.c: (gst_level_message_new):
19594         * gst/level/level-example.c: (message_handler):
19595           use ELEMENT messages instead
19596
19597 2005-10-19  Wim Taymans  <wim@fluendo.com>
19598
19599         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
19600         (gst_dvdemux_src_query):
19601         * ext/flac/gstflacdec.c: (gst_flacdec_length),
19602         (gst_flacdec_src_query):
19603         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
19604         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
19605         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
19606         * gst/debug/gstnavseek.c: (gst_navseek_seek):
19607         * gst/debug/progressreport.c: (gst_progress_report_report):
19608         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
19609         * gst/matroska/matroska-demux.c:
19610         (gst_matroska_demux_handle_src_query):
19611         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
19612         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
19613         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19614         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
19615         (gst_wavparse_srcpad_event):
19616         API change fix.
19617
19618 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
19619
19620         * gst/goom/filters.c:
19621         * gst/goom/graphic.h:
19622         * gst/goom/lines.c:
19623           Make inline functions either 'static inline' or 'extern inline',
19624           otherwise the Forte compiler apparently won't inline them (#317300).
19625
19626 2005-10-19  Julien MOUTTE  <julien@moutte.net>
19627
19628         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
19629         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
19630         (user_info_callback), (user_endrow_callback), (user_end_callback),
19631         (user_read_data), (gst_pngdec_caps_create_and_set),
19632         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
19633         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
19634         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
19635         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
19636         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
19637         very nice and handle push/pull based model. if you have filesrc
19638         connected to it, it will do random access to load the png file.
19639         If you have a network source that can't do _getrange, it does 
19640         progressive loading through the chain function.
19641         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
19642         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
19643         thanks to Master Wim Taymans ;-)
19644
19645 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
19646
19647         * gst/matroska/Makefile.am:
19648         * gst/matroska/ebml-read.c:
19649         * gst/matroska/ebml-read.h:
19650         * gst/matroska/matroska-demux.c:
19651         * gst/matroska/matroska-demux.h:
19652         * gst/matroska/matroska.c: (plugin_init):
19653           Ported matroska demuxer to 0.9.
19654
19655 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
19656
19657         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19658
19659         * gst/matroska/matroska-mux.c:
19660         (gst_matroska_mux_video_pad_setcaps),
19661         (gst_matroska_mux_audio_pad_setcaps):
19662           Fix mpeg4 input handling (#318847); also, while we're at it,
19663           fix media type for Motion-JPEG: should be image/jpeg.
19664
19665 2005-10-18  Wim Taymans  <wim@fluendo.com>
19666
19667         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
19668         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19669         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
19670         Fix for segment-start/stop API change.
19671
19672 2005-10-17  Julien MOUTTE  <julien@moutte.net>
19673
19674         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
19675         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
19676         way.
19677
19678 2005-10-17  Julien MOUTTE  <julien@moutte.net>
19679
19680         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
19681         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
19682         output declared in transform_caps.
19683
19684 2005-10-17  Julien MOUTTE  <julien@moutte.net>
19685
19686         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
19687
19688 2005-10-17  Julien MOUTTE  <julien@moutte.net>
19689
19690         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
19691         (gst_video_box_get_unit_size): Fix wrong size calculations and
19692         implement get_unit_size correctly.
19693
19694 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
19695
19696         * configure.ac:
19697           Enable flx plugin.
19698
19699         * gst/flx/gstflxdec.c: (flx_decode_chunks):
19700           Fix gcc4 signedness issue.
19701
19702 2005-10-17  Julien MOUTTE  <julien@moutte.net>
19703
19704         * configure.ac: Adding videomixer.
19705         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
19706         (user_read_data), (gst_pngdec_chain): More debugging.
19707         * gst/alpha/Makefile.am: Adding alphacolor
19708         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
19709         (gst_alpha_color_class_init), (gst_alpha_color_init),
19710         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
19711         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
19712         (plugin_init): Ported to 0.9 using in place base tranform.
19713         * gst/videomixer/Makefile.am:
19714         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
19715         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
19716         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
19717         (gst_videomixer_pad_init), (gst_videomixer_class_init),
19718         (gst_videomixer_init), (gst_videomixer_getcaps),
19719         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
19720         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
19721         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
19722         to 0.9 using collectpads.
19723
19724 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
19725
19726         * configure.ac:
19727         * gst/flx/Makefile.am:
19728         * gst/flx/gstflxdec.c: (gst_flxdec_init),
19729         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
19730         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
19731         * gst/flx/gstflxdec.h:
19732         flx plugin ported to 0.9
19733
19734 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19735
19736         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
19737           use new gst_version_string()
19738
19739 2005-10-16  Andy Wingo  <wingo@pobox.com>
19740
19741         * configure.ac: GLIB_CHECK.
19742
19743 2005-10-15  Julien MOUTTE  <julien@moutte.net>
19744
19745         * ext/libpng/Makefile.am:
19746         * ext/libpng/gstpng.c: (plugin_init):
19747         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
19748         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
19749         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
19750
19751 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
19752
19753         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19754
19755         * configure.ac:
19756         * gst/matroska/Makefile.am:
19757         * gst/matroska/ebml-ids.h:
19758         * gst/matroska/ebml-write.c:
19759         * gst/matroska/ebml-write.h:
19760         * gst/matroska/matroska-ids.h:
19761         * gst/matroska/matroska-mux.c:
19762         * gst/matroska/matroska-mux.h:
19763         * gst/matroska/matroska.c: (plugin_init):
19764           Port matroska muxer to 0.9 (#318847).
19765
19766 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
19767
19768         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
19769         (comment_init), (comment_add):
19770           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
19771           use GST_READ_UINT32_LE() and friends rather than the private
19772           implementation of those same macros.
19773
19774 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
19775
19776         * examples/stats/mp2ogg.c:
19777           more typo fixes
19778
19779 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
19780
19781         * examples/indexing/indexmpeg.c: (main):
19782         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
19783         (gst_esdmon_close_audio), (gst_esdmon_change_state):
19784         * ext/esd/esdmon.h:
19785         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
19786         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
19787         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
19788         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
19789         * gst/avi/gstavimux.c: (gst_avimux_init):
19790         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
19791         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
19792         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
19793         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
19794         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
19795         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
19796         * gst/oldcore/gstmultifilesrc.h:
19797         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
19798         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
19799         (gst_pipefilter_change_state):
19800         * gst/oldcore/gstpipefilter.h:
19801         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
19802         * gst/videomixer/videomixer.c: (gst_videomixer_init):
19803         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
19804         * sys/osxaudio/gstosxaudiosink.h:
19805         * sys/osxaudio/gstosxaudiosrc.h:
19806           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
19807           moved bitshift from macro to enum definition
19808
19809 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
19810
19811         * ext/Makefile.am:
19812         * ext/cairo/Makefile.am:
19813         * ext/cairo/gstcairo.c: (plugin_init):
19814         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
19815         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
19816         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
19817         * ext/cairo/gsttimeoverlay.h:
19818           update of cairo-based timeoverlay to 1.0 Cairo API
19819           doesn't work yet for resizing of output sink
19820
19821 2005-10-11  Wim Taymans  <wim@fluendo.com>
19822
19823         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
19824         newsegment API fix.
19825
19826 2005-10-11  Wim Taymans  <wim@fluendo.com>
19827
19828         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
19829         (gst_dvdemux_demux_frame):
19830         * ext/flac/gstflacdec.c: (gst_flacdec_write):
19831         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19832         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
19833         (gst_avi_demux_handle_seek):
19834         * gst/goom/gstgoom.c: (gst_goom_event):
19835         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
19836         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
19837         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19838         (gst_wavparse_loop), (gst_wavparse_pad_convert),
19839         (gst_wavparse_srcpad_event):
19840         newsegment API update.
19841
19842 2005-10-11  Andy Wingo  <wingo@pobox.com>
19843
19844         * ext/speex/gstspeexenc.c: Signedness cleanups.
19845
19846 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
19847
19848         * PORTED_09:
19849         * ext/speex/Makefile.am:
19850         * ext/speex/gstspeex.c:
19851         * ext/speex/gstspeexenc.c:
19852         Speexenc ported to 0.9
19853
19854 2005-10-10  Wim Taymans  <wim@fluendo.com>
19855
19856         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
19857         (gst_oss_sink_init), (gst_oss_sink_set_property),
19858         (gst_oss_sink_get_property), (gst_oss_sink_open),
19859         (gst_oss_sink_prepare), (gst_oss_sink_reset):
19860         * sys/oss/gstosssink.h:
19861         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
19862         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
19863         (gst_oss_src_prepare):
19864         Cleanups, make device configurable in the sink, handle and report
19865         errors.
19866
19867 2005-10-10  Wim Taymans  <wim@fluendo.com>
19868
19869         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
19870         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
19871         Make sure element is NULL before removing from the bin.
19872
19873 2005-10-07  Andy Wingo  <wingo@pobox.com>
19874
19875         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
19876         block forever in a read().
19877         (gst_dv1394src_bus_reset): Post a message when the cable is
19878         unplugged.
19879         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
19880         (gst_dv1394src_bus_reset): Don't unref the message.
19881
19882         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
19883         hacking. The only change should be that the state change stuff was
19884         put into basesrc's start() and stop() routines, which coalesces
19885         some steps.
19886
19887 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
19888
19889         * configure.ac:
19890           Add check for mmap
19891           
19892         * gst/debug/Makefile.am:
19893           Only compile efence plugin on systems that have mmap.
19894
19895 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
19896
19897         * gst/debug/Makefile.am:
19898         * gst/debug/breakmydata.c:
19899         * gst/debug/gstdebug.c:
19900         * gst/debug/gstnavigationtest.c:
19901         * gst/debug/gstnavseek.c: 
19902         * gst/debug/gstnavseek.h:
19903         * gst/debug/progressreport.c: 
19904         * gst/debug/testplugin.c:
19905           Port progressreport, navseek, navigationtest, testsink and
19906           breakmydata.
19907
19908 2005-10-05  Edward Hervey  <edward@fluendo.com>
19909
19910         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
19911         (gst_dvdemux_src_query):
19912         Fixes for better conversion
19913
19914 2005-10-04  Michael Smith <msmith@fluendo.com>
19915
19916         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
19917         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
19918         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
19919         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
19920           Set state of elements to NULL before removing from bins.
19921           Set state of test element to NULL if we failed to move it to READY
19922
19923 2005-10-04  Edward Hervey  <edward@fluendo.com>
19924
19925         * ext/dv/Makefile.am:
19926         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
19927         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
19928         Corrected the query function for position so it doesn't forget what
19929         format was asked, and calls the conversion functions on the correct pad.
19930
19931 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19932
19933         * configure.ac:
19934           back to development
19935
19936 === release 0.9.3 ===
19937
19938 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19939
19940         * configure.ac:
19941           Releasing 0.9.3, "Aramis"
19942
19943 2005-10-03  Andy Wingo  <wingo@pobox.com>
19944
19945         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
19946         error returns.
19947
19948 2005-10-02  Andy Wingo  <wingo@pobox.com>
19949
19950         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
19951
19952         * ext/flac/gstflacenc.c: Ported to 0.9.
19953
19954         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
19955
19956         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
19957         and link to gsttagedit. Enable flacenc.
19958
19959         * ext/flac/gstflacdec.c: Re-enable tag reading.
19960
19961 2005-09-30  Wim Taymans  <wim@fluendo.com>
19962
19963         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
19964         * gst/rtp/gstrtpgsmparse.c:
19965         * gst/rtp/gstrtph263penc.c:
19966         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
19967         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
19968         (gst_rtpmp4venc_set_property):
19969         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
19970         Various class and caps fixes from Andre Magalhaes (andrunko)
19971
19972 2005-09-29  Wim Taymans  <wim@fluendo.com>
19973
19974         * gst/level/level-example.c: (main):
19975         Update for new bus API.
19976
19977 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
19978
19979         * configure.ac:
19980           Fix unexpanded autoconf macro GST_DOC, which has been renamed
19981           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
19982
19983 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
19984
19985         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
19986           Fix playback of mono streams (bytes_per_sample should be set
19987           from the sample width and the number of channels negotiated,
19988           and not just be set to 4) (#317338)
19989
19990 2005-09-26  Wim Taymans  <wim@fluendo.com>
19991
19992         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
19993         (gst_rtpmpaenc_handle_buffer):
19994         Set buffer duration correctly.
19995
19996 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
19997
19998         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
19999         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
20000         (gst_avi_demux_change_state):
20001           Don't crash when encountering a stream with an unknown fourcc or
20002           codec id. Instead, create a pad of type video/x-avi-unknown or
20003           audio/x-avi-unknown, which as a side-effect also results in less
20004           confusing error messages in players ('no decoder' vs. 'no streams');
20005           minor fixes to state change function and class_init function.
20006
20007 2005-09-24  Wim Taymans  <wim@fluendo.com>
20008
20009         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
20010         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
20011         These are sinks.
20012
20013 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20014
20015         * check/elements/level.c: (GST_START_TEST):
20016           fix test for new GstClockTime use
20017         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
20018         (gst_level_transform_ip):
20019         * gst/level/gstlevel.h:
20020           fix up the decay peak, ensuring the decay peak is never lower
20021           than the peak for that interval
20022
20023 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20024
20025         * docs/plugins/gst-plugins-good-plugins.args:
20026         * docs/plugins/inspect/plugin-alpha.xml:
20027         * docs/plugins/inspect/plugin-rtp.xml:
20028         * gst/level/gstlevel.c: (gst_level_set_caps),
20029         (gst_level_transform_ip):
20030           updating docs
20031
20032 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20033
20034         * Makefile.am:
20035         * check/elements/level.c: (GST_START_TEST):
20036         * gst/level/Makefile.am:
20037         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
20038         (gst_level_set_property), (gst_level_get_property),
20039         (gst_level_set_caps), (gst_level_message_new),
20040         (gst_level_transform_ip):
20041         * gst/level/gstlevel.h:
20042         * gst/level/level-example.c: (message_handler), (main):
20043           convert to using GstClockTime for all time values, finally.
20044
20045 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20046
20047         * gst/auparse/Makefile.am:
20048         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20049           fix up build
20050         * configure.ac:
20051         * ext/cairo/Makefile.am:
20052         * ext/dv/Makefile.am:
20053         * ext/esd/Makefile.am:
20054         * ext/flac/Makefile.am:
20055         * ext/gconf/Makefile.am:
20056         * ext/gdk_pixbuf/Makefile.am:
20057         * ext/jpeg/Makefile.am:
20058         * ext/ladspa/Makefile.am:
20059         * ext/libcaca/Makefile.am:
20060         * ext/libmng/Makefile.am:
20061         * ext/libpng/Makefile.am:
20062         * ext/mikmod/Makefile.am:
20063         * ext/pango/Makefile.am:
20064         * ext/raw1394/Makefile.am:
20065         * ext/shout2/Makefile.am:
20066         * ext/speex/Makefile.am:
20067         * gst/alpha/Makefile.am:
20068         * gst/autodetect/Makefile.am:
20069         * gst/avi/Makefile.am:
20070         * gst/cutter/Makefile.am:
20071         * gst/debug/Makefile.am:
20072         * gst/effectv/Makefile.am:
20073         * gst/flx/Makefile.am:
20074         * gst/goom/Makefile.am:
20075         * gst/interleave/Makefile.am:
20076         * gst/law/Makefile.am:
20077         * gst/matroska/Makefile.am:
20078         * gst/median/Makefile.am:
20079         * gst/monoscope/Makefile.am:
20080         * gst/multipart/Makefile.am:
20081         * gst/oldcore/Makefile.am:
20082         * gst/rtp/Makefile.am:
20083         * gst/rtsp/Makefile.am:
20084         * gst/smoothwave/Makefile.am:
20085         * gst/smpte/Makefile.am:
20086         * gst/videobox/Makefile.am:
20087         * gst/videofilter/Makefile.am:
20088         * gst/videomixer/Makefile.am:
20089         * gst/wavenc/Makefile.am:
20090         * gst/wavparse/Makefile.am:
20091         * sys/oss/Makefile.am:
20092         * sys/osxaudio/Makefile.am:
20093         * sys/osxvideo/Makefile.am:
20094           fix up GST_LIBS use
20095
20096 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20097
20098         * gst/auparse/Makefile.am:
20099         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20100           fix build of auparse
20101
20102 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
20103
20104         * configure.ac:
20105         * PORTED_09:
20106         * gst/auparse/gstauparse.c:
20107         * gst/auparse/gstauparse.h:
20108         Auparse ported to 0.9.
20109
20110 2005-09-22  Wim Taymans  <wim@fluendo.com>
20111
20112         * gst/rtp/TODO:
20113         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
20114         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20115         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20116         (gst_rtpmp4venc_set_property):
20117         * gst/rtp/gstrtpmp4venc.h:
20118         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
20119         * gst/rtp/gstrtpmpaenc.h:
20120         Use is_filled to both check MTU and max-ptime of base class.
20121
20122 2005-09-22  Wim Taymans  <wim@fluendo.com>
20123
20124         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20125         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20126         (gst_rtpmp4venc_set_property):
20127         Don't fragment packets with multiple frames.
20128
20129 2005-09-22  Wim Taymans  <wim@fluendo.com>
20130
20131         * gst/rtp/TODO:
20132         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
20133         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20134         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
20135         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
20136         (gst_rtpmp4venc_get_property):
20137         * gst/rtp/gstrtpmp4venc.h:
20138         Remove g_print.
20139         Update TODO
20140         Make payload encoder a bit smarter and more correct with
20141         timestamps.
20142         Added option in payloader to include config string in-band.
20143
20144 2005-09-21  Wim Taymans  <wim@fluendo.com>
20145
20146         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
20147         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
20148         (gst_rtspsrc_send):
20149         Strip spaces for key/value pairs.
20150
20151 2005-09-21  Wim Taymans  <wim@fluendo.com>
20152
20153         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
20154         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
20155         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
20156         (gst_rtspsrc_change_state):
20157         More SDP parsing and caps setting.
20158         Do NO_PREROLL differently.
20159         add pads only after negotiated.
20160
20161         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
20162         (gst_udpsrc_getcaps):
20163         Implement the getcaps function.
20164
20165 2005-09-21  Wim Taymans  <wim@fluendo.com>
20166
20167         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
20168         (gst_rtpamrdec_chain):
20169         Handle multiple AMr packets per payload. Handle CRC and
20170         parse ILL/ILP.
20171
20172         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
20173         Make caps params strings for easy SDP mapping.
20174         
20175         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
20176         Handle capsnego better.
20177
20178         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
20179         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
20180         Generate and parse config string in the caps.
20181
20182 2005-09-21  Wim Taymans  <wim@fluendo.com>
20183
20184         * gst/rtp/README:
20185         Update README
20186
20187         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
20188         Make extra params as strings.
20189
20190         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
20191         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
20192         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
20193         Make state change return NO_PREROLL as this is a live
20194         source.
20195
20196         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
20197         Don't unref old caps when NULL.
20198
20199 2005-09-20  Wim Taymans  <wim@fluendo.com>
20200
20201         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
20202         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
20203         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
20204         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
20205         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
20206         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
20207         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
20208         * gst/rtsp/sdpmessage.h:
20209         Add URI handler.
20210         Parse SDP and create caps.
20211
20212 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
20213
20214         * gst/alpha/gstalpha.c:
20215           fix element description
20216
20217 2005-09-19  Wim Taymans  <wim@fluendo.com>
20218
20219         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
20220         Don't check payload for now.
20221
20222 2005-09-19  Wim Taymans  <wim@fluendo.com>
20223
20224         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
20225         (gst_wavparse_init), (gst_wavparse_parse_file_header),
20226         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
20227         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20228         (gst_wavparse_loop), (gst_wavparse_pad_convert),
20229         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
20230         (gst_wavparse_change_state):
20231         * gst/wavparse/gstwavparse.h:
20232         Fix wavparse some more.
20233
20234 2005-09-19  Wim Taymans  <wim@fluendo.com>
20235
20236         * check/elements/level.c: (GST_START_TEST):
20237         Fix for bus API change.
20238
20239 2005-09-19  Wim Taymans  <wim@fluendo.com>
20240
20241         * gst/level/level-example.c: (main):
20242         Fix for new bus API.
20243
20244         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
20245         Set caps on pads.
20246
20247 2005-09-15  Wim Taymans  <wim@fluendo.com>
20248
20249         * gst/rtp/Makefile.am:
20250         * gst/rtp/README:
20251         * gst/rtp/gstrtp.c: (plugin_init):
20252         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
20253         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
20254         (gst_rtpamrdec_change_state):
20255         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
20256         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
20257         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
20258         * gst/rtp/gstrtpamrenc.h:
20259         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
20260         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
20261         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
20262         * gst/rtp/gstrtpgsmenc.h:
20263         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
20264         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
20265         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
20266         (gst_rtpgsmparse_change_state):
20267         * gst/rtp/gstrtpgsmparse.h:
20268         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
20269         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
20270         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
20271         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
20272         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
20273         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
20274         * gst/rtp/gstrtph263penc.h:
20275         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
20276         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
20277         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
20278         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
20279         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
20280         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
20281         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
20282         * gst/rtp/gstrtpmp4venc.h:
20283         * gst/rtp/gstrtpmpadec.c:
20284         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
20285         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
20286         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
20287         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
20288         * gst/rtp/gstrtpmpaenc.h:
20289         Updates to payloader/depayloaders, make payloaders use
20290         the base classes.
20291         Updated README with suggested RTP caps and how to convert
20292         to/from SDP.
20293         Added config descriptor in mp4v payloader.
20294
20295 2005-09-15  Andy Wingo  <wingo@pobox.com>
20296
20297         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
20298         * gst/autodetect/gstautovideosink.c
20299         (gst_auto_video_sink_find_best): Update for new registry API.
20300
20301 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20302
20303         * common/c-to-xml.py:
20304         * common/gtk-doc-plugins.mak:
20305           a simple py script to generate valid xml from a C example
20306           probably also need to strip an MIT license when we decide
20307         * docs/plugins/Makefile.am:
20308         * gst/level/Makefile.am:
20309         * gst/level/gstlevel.c: (gst_level_init):
20310         * gst/level/level-example.c: (message_handler), (main):
20311           add an example to level that will show up in the docs
20312         * gst/rtp/TODO:
20313           add a note for the future
20314
20315 2005-09-14  Michael Smith <msmith@fluendo.com>
20316
20317         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
20318           Actually define the debug object being used in wavenc. Fixes #316205
20319
20320 2005-09-14  Michael Smith <msmith@fluendo.com>
20321
20322         * gst/smpte/Makefile.am:
20323           Link against GST_BASE_LIBS, to get it linked against libgstbase;
20324           needed to build on windows (bug 316204)
20325
20326 2005-09-12  Andy Wingo  <wingo@pobox.com>
20327
20328         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
20329
20330 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
20331
20332         * configure.ac:
20333         * gst/fdsrc/Makefile.am:
20334         * gst/fdsrc/gstfdsrc.c:
20335         * gst/fdsrc/gstfdsrc.h:
20336           Move fdsrc back into gstreamer core elements.
20337
20338         * gst/level/gstlevel.c: (gst_level_class_init),
20339         (gst_level_transform_ip):
20340         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
20341           Basetransform changes.
20342
20343 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20344
20345         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
20346         * ext/jpeg/smokecodec.c: (find_best_size):
20347           fix compiler warnings
20348
20349 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20350
20351         * gst-plugins-good.spec.in:
20352           spec file fixes
20353         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
20354         (gst_multiudpsink_render), (gst_multiudpsink_add),
20355         (gst_multiudpsink_clear):
20356           it actually helps to actually stream if we hook up the
20357           "add" signal to an actual implementation
20358         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
20359           some debugging
20360
20361 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20362
20363         * ext/jpeg/Makefile.am:
20364         * ext/jpeg/gstjpeg.c
20365         * ext/jpeg/gstjpegenc.c:
20366         * ext/jpeg/gstsmokeenc.c:
20367
20368 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
20369
20370         * ext/flac/gstflacdec.c:
20371         * ext/flac/gstflacenc.c:
20372         * ext/flac/gstflactag.c:
20373         * ext/speex/gstspeexenc.c:
20374           gsttaginterface.h -> gsttagsetter.h
20375
20376 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
20377
20378         * configure.ac:
20379         * gst/debug/Makefile.am:
20380         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
20381         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
20382         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
20383         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
20384         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
20385           Port to 0.9 and re-enable efence plugin.
20386
20387 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
20388
20389         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
20390         (gst_flacdec_write), (gst_flacdec_convert_src):
20391         * ext/flac/gstflacdec.h:
20392           Add support for flac files with 24/32 bits per sample; and misc.
20393           minor clean-ups. Seeking is still partly broken (for me at least).
20394
20395 2005-09-06  Wim Taymans  <wim@fluendo.com>
20396
20397         * gst/rtp/Makefile.am:
20398         * gst/rtp/gstrtp.c: (plugin_init):
20399         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
20400         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
20401         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
20402         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
20403         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
20404         (gst_rtpmp4vdec_plugin_init):
20405         * gst/rtp/gstrtpmp4vdec.h:
20406         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
20407         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
20408         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
20409         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
20410         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
20411         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
20412         * gst/rtp/gstrtpmp4venc.h:
20413         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
20414         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
20415         Added mpeg4 video payload encoder/decoder.
20416         Added some docs in mpa payloader.
20417
20418 === release 0.9.1 ===
20419
20420 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20421
20422         * NEWS:
20423         * README:
20424         * RELEASE:
20425         * autogen.sh:
20426         * configure.ac:
20427           releasing 0.9.1, "Blondie"
20428
20429 2005-09-05  Andy Wingo  <wingo@pobox.com>
20430
20431         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
20432         here from the state change handler, so we fire signals without
20433         holding the state lock.
20434
20435 2005-09-02  Andy Wingo  <wingo@pobox.com>
20436
20437         * All plugins updated for element state changes.
20438
20439 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20440
20441         * Makefile.am:
20442         * check/.cvsignore:
20443         * check/Makefile.am:
20444         * check/elements/.cvsignore:
20445         * check/elements/level.c: (setup_level), (cleanup_level),
20446         (GST_START_TEST), (level_suite), (main):
20447           add a test for level
20448         * common/release.mak:
20449           move the enum checking to release.mak
20450         * configure.ac:
20451           add valgrind and check checking
20452         * gst/level/gstlevel.c: (gst_level_transform):
20453         * gst/level/gstlevel.h:
20454           fix Andy's cast bug
20455           convert a field to int
20456           fix the arithmetic to int when checking for emit so that a
20457           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
20458
20459 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20460
20461         * Makefile.am:
20462         * configure.ac:
20463           add docs to build
20464         * common/plugins.xsl:
20465           wrap Description into a refsect2
20466         * docs/Makefile.am:
20467         * docs/plugins/Makefile.am:
20468         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20469         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20470         * gst/goom/Makefile.am:
20471         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
20472         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
20473         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
20474         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
20475         (gst_goom_change_state):
20476         * gst/goom/gstgoom.h:
20477           GstGOOM -> GstGoom
20478           add an example launch line
20479         * gst/level/gstlevel.h:
20480         * gst/monoscope/gstmonoscope.c:
20481           cleanups
20482
20483 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20484
20485         * configure.ac:
20486         * docs/plugins/Makefile.am:
20487         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20488         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20489         * docs/plugins/gst-plugins-good-plugins.types:
20490           document elements and plugins.  Shazam !
20491
20492 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20493
20494         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
20495           be found under doc/random/ChangeLog-0.8