gst/udp/gstudpnetutils.h: Define the correct WINVER so getaddinfo() can be used when...
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2
3         Patch by: <lrn1986 at gmail dot com>
4
5         * gst/udp/gstudpnetutils.h:
6         Define the correct WINVER so getaddinfo() can be used when using
7         mingw32. Fixes bug #557294.
8
9 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
10
11         Patch by: <lrn1986 at gmail dot com>
12
13         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
14         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
15         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
16         Fix "argument type mismatch" compiler warnings on Windows.
17         Fixes bug #557293.
18
19 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
20
21         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
22         Don't calculate the filter coefficients for every single buffer
23         but only when it's needed. Fixes bug #557260.
24
25 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
26
27         * configure.ac:
28         Back to development -> 0.10.11.1
29
30 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
31
32         * gst-plugins-good.doap:
33         Fix version number of 0.10.11 release in doap file
34
35 === release 0.10.11 ===
36
37 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
38
39         * configure.ac:
40           releasing 0.10.11, "Secondary Consideration"
41
42 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
43
44         * configure.ac:
45         Commit 0.10.10.4 pre-release
46
47 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
48
49         * gst/avi/gstavimux.c:
50         Fix VPRP chunk setup in avimux.
51         Fixes: #556010
52         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
53
54 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
55
56         * gst/videobox/gstvideobox.c:
57         support dynamically changing properties in videobox
58         Fixed: #557085
59         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
60
61 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
62
63         * configure.ac:
64         0.10.10.3 pre-release
65
66 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
67
68         * tests/check/Makefile.am:
69         Don't run the states test on pulsesrc and pulsesink
70
71 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
72
73         * configure.ac:
74         Commit 0.10.10.2 pre-release bump that actually went
75         out on 2008-10-11
76
77 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
78
79         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
80         Skip entries for streams that don't have a output pad yet, thereby
81         avoiding calling pad functions with a NULL pad.
82         Fixes #556424
83
84 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
85
86         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
87         * tests/check/elements/icydemux.c: (icydemux_found_pad):
88         Remove problematic and useless refcount check.
89         Fixes #556381
90
91 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
92
93         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
94         Remove problematic and useless refcount check.
95         Fixes #556381
96
97 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
98
99         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
100         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
101         Cast some size_t arguments to guint to avoid compiler
102         warnings on 64-bit systems.
103
104 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
105
106         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
107         Return TRUE instead of FALSE from the event handler when we swallowed the
108         event.
109
110 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
111
112         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
113         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
114         Reset header state. Fixes #555321.
115
116 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
117
118         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
119         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
120         * gst/avi/gstavidemux.h:
121         For timestamping audio packets we need to take into account the
122         amount of blocks in one entry using the blockalign. Fixes some sync
123         issues with zero-padded audio blocks in the beginning of avi files.
124
125 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
126
127         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
128         (gst_multi_file_src_query):
129         Implement DEFAULT and BUFFER position queries. See #555260.
130
131 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
132
133         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
134         Fix build for systems that don't have XDamage.
135
136 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
137
138         * tests/examples/rtp/client-H263p.sdp:
139         * tests/examples/rtp/client-H263p.sh:
140         * tests/examples/rtp/server-VTS-H263p.sh:
141         Add some more H263p server and client examples.
142
143 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
144
145         * configure.ac::
146           Depend on released versions of core and base.
147
148 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
149
150         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
151         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
152         Return -1 instead of 0 in error cases. Fixes #554771.
153
154 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
155
156         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
157         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
158         Stop leaking the cursor image.
159         Unref the last_ximage and the cached cursor image on shutdown.
160         Fixes #551570.
161
162 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
163
164         * sys/v4l2/gstv4l2object.h:
165         Getting the Class from an instance is not just a matter of casting it to
166         the class struct but it involves calling G_OBJECT_GET_CLASS on the
167         instance. Fixes #549784.
168
169 2008-10-01  Michael Smith <msmith@songbirdnest.com>
170
171         * configure.ac:
172           Fix libs for linking directsound.
173         * sys/directsound/gstdirectsoundsink.c:
174           Fix buffer sizing to prevent racing the ringbuffer at startup.
175           Add volume property.
176
177 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
178
179         * ext/pulse/pulsesink.c:
180         Fix problems with pulsesink randomly erroring with code 'OK' after a
181         format change on the stream by waiting when disconnecting the stream.
182
183 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
184
185         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
186         (gst_rtp_amr_depay_process):
187         Mark DISCONT on output buffers when the marker bit signals a new talk
188         spurt.
189
190         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
191         Set the marker bit for buffers with a DISCONT flag to signal a talk
192         spurt.
193
194 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
195
196         * gst/rtp/Makefile.am:
197         * gst/rtp/gstrtp.c: (plugin_init):
198         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
199         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
200         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
201         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
202         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
203         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
204         * gst/rtp/gstrtpmp4apay.h:
205         Added MP4A-LATM payloader to match the depayloader.
206
207 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
208
209         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
210         (gst_videomixer_sink_event):
211         Handle segments a little better. Fixes #537361.
212
213 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
214
215         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
216         Don't assume the server supports PAUSE by default. Fixes #551048.
217
218 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
219
220         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
221         (gst_udpsrc_set_uri), (gst_udpsrc_start):
222         Switch on the socket family to get the addrlen size right.
223
224 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
225
226         Patch by: Daniel Franke <df at dfranke dot us>
227
228         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
229         OS X's bind() implementation is picky about its addrlen parameter and
230         fails with EINVAL if it is larger than expected for the socket's address
231         family. Set the length to the expected length instead. Fixes #553191.
232
233 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
234
235         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
236         Handle the case where we cannot do desribe or when the describe result
237         does not contain a valid SDP message.
238
239 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
240
241         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
242         Fix setting the qos.
243
244 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
245
246         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
247         (gst_qtdemux_chain):
248         Some 'broken' files out there have atom lengths of zero...
249         which basically results in qtdemux consuming that atom again and again
250         until the *end of night* !
251         Detect that and emits an adequate element error message.
252
253 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
254
255         * gst/interleave/Makefile.am:
256         * gst/matroska/Makefile.am:
257         Fix build flags order.
258
259         * tests/check/elements/audioamplify.c: (GST_START_TEST):
260         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
261         * tests/check/elements/audioinvert.c: (GST_START_TEST):
262         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
263         Format fixes.
264
265         * tests/check/elements/multifile.c:
266         Pull in unistd.h
267
268 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
269
270         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
271         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
272         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
273         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
274         (gst_rtp_mp4g_depay_change_state):
275         * gst/rtp/gstrtpmp4gdepay.h:
276         Handle interleaved streams by reordering AU in a queue.
277
278 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
279
280         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
281         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
282         Change some of the ranges in the caps, mostly for the amount of bits we
283         can use.
284         Added a little bitstream parse and use it to parse the AU header fields.
285         Check for malformed and wrongly sized packets better.
286         Implement more header field parsing.
287         Handle the size of fragmented packets correctly.
288
289 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
290
291         Patch by: Jonathan Matthew <notverysmart@gmail.com>
292         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
293         Add mapping for 'tiff' => image/tiff
294         Fixes #552213
295
296 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
297
298
299         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
300         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
301           Pretend to care about the result of write() which works around
302           compiler warnings.
303
304 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
305
306         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
307           Make sure the desired default values are actually set, not only
308           registered as defaults (actual problem is that the stereo-specific
309           values are only updated if channels==2, which is not the case yet
310           when the object is created, so the default values for the
311           mid-side-stereo and loose-mid-side-stereo settings are never
312           set in _update_quality()). Makes flacenc create smaller files by
313           default (for stereo input), and fixes #550791.
314
315 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
316
317         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
318         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
319         (qtdemux_parse_trak), (qtdemux_video_caps):
320         * gst/qtdemux/qtdemux.h:
321         * gst/qtdemux/qtdemux_fourcc.h:
322         * gst/qtdemux/qtdemux_types.c:
323         Add support for video/mj2 mime-type and its additional atoms/boxes.
324         Fixes #550646.
325
326 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
327
328         * gst/debug/gsttaginject.c:
329           Add warning when tags parameter is unparsable and give example for
330           quoting in the docs.
331
332 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
333
334         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
335         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
336         Add some alternative byteswapped mappings that seem to pop up sometimes.
337         Fixes #550288.
338
339 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
340
341         * po/LINGUAS:
342         * po/POTFILES.in:
343         * po/POTFILES.skip:
344           Add 'ca' to LINGUAS; add some more files with translations and some
345           files which should be ignored by translation tools.
346
347 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
348
349         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
350         * ext/speex/gstspeexdec.h:
351         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
352         * ext/speex/gstspeexenc.h:
353         Use integer encoding and decoding functions instead of converting
354         the integer input to float in the element. The libspeex integer
355         functions are doing this for us already or, if libspeex was compiled
356         in integer mode, they're doing everything using integer arithmetics.
357         Also saves some copying around.
358
359 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
360
361         * configure.ac:
362           Fix --disable-external
363
364 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
365
366         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
367         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
368         * ext/wavpack/gstwavpackenc.h:
369         Handle non-zero start timestamps and stream discontinuities
370         correctly. This only has an effect if we're muxing into
371         a container format as the raw WavPack stream must contain
372         continous sample numbers.
373
374 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
375
376         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
377         Correct the timestamp and granulepos calculation by one Speex
378         frame.
379
380 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
381
382         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
383         Correctly take the granulepos from upstream if possible and
384         correctly handle the granulepos in various calculations: the
385         granulepos is the sample number of the _last_ sample in a frame, not
386         the first.
387
388         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
389         (gst_speex_enc_encode), (gst_speex_enc_chain),
390         (gst_speex_enc_change_state):
391         * ext/speex/gstspeexenc.h:
392         Handle non-zero start timestamps in the encoder and detect/handle
393         stream discontinuities. Fixes bug #547075.
394
395 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
396
397         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
398
399         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
400         Fix compiler warnings caused by passing a string as format string
401         instead of "%s" and then the string. This is only exposed by -Wformat=2
402         as used by default on Ubuntu. Fixes bug #550015.
403
404 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
405
406         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
407         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
408         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
409         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
410         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
411           (gst_ebml_read_element_length):
412         * gst/matroska/matroska-demux.c:
413           (gst_matroska_demux_check_subtitle_buffer):
414           Make stuff compile with GST_DISABLE_GST_DEBUG.
415
416 2008-08-28  Michael Smith <msmith@songbirdnest.com>
417
418         * gst/law/alaw.c:
419         * gst/law/mulaw.c:
420           Ref caps before passing to gst_pad_template_new(), since that takes
421           ownership.
422
423 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
424
425         Patch by: Mersad Jelacic <mersad at axis dot com>
426
427         * gst/multipart/multipartdemux.c:
428         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
429         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
430         demuxer. Fixes #549551.
431
432 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
433
434         * sys/osxaudio/gstosxaudiosink.c:
435         (gst_osx_audio_sink_select_device):
436         * sys/osxaudio/gstosxaudiosrc.c:
437         (gst_osx_audio_src_create_ringbuffer),
438         (gst_osx_audio_src_select_device):
439         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
440         Fix the build on macosx.
441
442 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
443
444         * gst/icydemux/gsticydemux.c:
445           Small docs fix: in the example pipeline, we need to pass
446           iradio-mode=true to the source, so the server actually sends
447           an ICY stream.
448
449 2008-08-26  Michael Smith <msmith@songbirdnest.com>
450
451         * sys/osxaudio/gstosxaudio.c:
452           Oops. Revert more completely.
453
454 2008-08-26  Michael Smith <msmith@songbirdnest.com>
455
456         * sys/osxaudio/gstosxaudio.c:
457           Revert accidental element rename from testing.
458
459 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
460
461         * gst-plugins-good.doap:
462         Pull in 0.10.10 doap entry from release branch
463
464 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
465
466         * configure.ac:
467         Update version number to reflect 0.10.10 release from
468         branch.
469
470 2008-08-26  Michael Smith <msmith@songbirdnest.com>
471
472         * sys/osxaudio/Makefile.am:
473         * sys/osxaudio/gstosxaudio.c:
474         * sys/osxaudio/gstosxaudiosink.c:
475         * sys/osxaudio/gstosxaudiosink.h:
476         * sys/osxaudio/gstosxaudiosrc.c:
477         * sys/osxaudio/gstosxaudiosrc.h:
478         * sys/osxaudio/gstosxringbuffer.c:
479         * sys/osxaudio/gstosxringbuffer.h:
480           Rewrite caps setting and ring buffer initialisation.
481           Previously we never told CoreAudio what format we were going to send it,
482           so it only worked due to luck, and not at all on some hardware.
483           Now we explicitly advertise what formats the hardware supports, and then
484           configure the selected one correctly.
485
486 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
487
488         * sys/v4l2/gstv4l2object.c:
489         * sys/v4l2/gstv4l2src.c:
490         * sys/v4l2/gstv4l2src.h:
491         * sys/v4l2/v4l2_calls.c:
492         * sys/v4l2/v4l2src_calls.c:
493           Fix memory leaks. Small code cleanups : No need for empty _init(). No
494           need to memset instance structures. Some more FIXME's and comments.
495
496 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
497
498         * tests/icles/.cvsignore:
499           Ignore more.
500
501 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
502
503         * gst/goom/.cvsignore:
504         * gst/goom2k1/.cvsignore:
505           Ignore files.
506
507 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
508
509         * ext/cairo/gsttextoverlay.c:
510           Fix compiler warning.
511
512 2008-08-25  David Schleef  <ds@schleef.org>
513
514         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
515
516 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
517
518         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
519         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
520         * gst/matroska/matroska-mux.c:
521         (gst_matroska_mux_video_pad_setcaps),
522         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
523         Add Real[Audio|Video] support to Matroska containers.
524         It works fine for:
525         * decoding real audio/video streams contained in mkv
526         * 'transmuxing' real (.rm) files into .mkv files
527         It will not work though for encoding real[audio/video] streams that
528         don't contain the 'mdpr_data' extra data on the caps.
529         The reason why this will not work is because I never intended to
530         duplicate virtually all the 'mdpr' block creation into mkvmux.
531         Fixes #536067
532
533 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
534
535         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
536         * gst/law/mulaw-conversion.c:
537         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
538         (gst_mulawenc_chain):
539         The encoder can't really renegotiate at the time they perform a
540         pad-alloc so make the srcpads use fixed caps.
541         Check the buffer size after a pad-alloc because the returned size might
542         not be right when the downstream element does not know the size of the
543         new buffer (capsfilter). Fixes #549073.
544
545 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
546
547         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
548
549         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
550         v4l2src doesn't have a property named "norm" so don't try to notify
551         about changes to that property. The "norm" property and related
552         code are commented out currently. Fixes bug #549090.
553
554 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
555
556         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
557
558         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
559         Reprobe devices again instead of taking a cached list as new
560         devices could've been plugged in. Fixes bug #549062.
561
562 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
563
564         * gst/autodetect/Makefile.am:
565         Don't link the autodetect plugin with GConf as it doesn't
566         use GConf. Fixes bug #545463.
567
568 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
569
570         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
571         (gst_ebml_read_element_length), (gst_ebml_read_uint),
572         (gst_ebml_read_sint), (gst_ebml_read_float),
573         (gst_ebml_read_header):
574         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
575         possible to ignore errors and not post any ERROR messages on
576         the bus.
577
578         * gst/matroska/matroska-demux.c:
579         (gst_matroska_demux_parse_contents):
580         Ignore any errors and not just EOS when parsing the contents of
581         a SeekHead. Errors here are usually caused by truncated files
582         and playback of the file works fine. Fixes playback of the
583         audio_only_chapter_seekbroken.mka file from the MPlayer samples
584         archive.
585
586 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
587
588         * gst/multipart/multipartdemux.c:
589         * gst/multipart/multipartmux.c:
590         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
591
592 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
593
594         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
595           gst_directdraw_sink_bufferpool_clear):
596           Fix two more buffer ref leaks.
597
598 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
599
600         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
601
602         * sys/directdraw/gstdirectdrawsink.c:
603           (gst_directdraw_sink_show_frame):
604           Fix buffer ref leak.
605
606 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
607
608         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
609         Revert the last commit. wavenc still supports width!=depth for 32 bit
610         width. Thanks Tim.
611
612 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
613
614         * gst/matroska/matroska-demux.c:
615         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
616         If the duration of a block is unknown only use the timestamp for the
617         first lace and use GST_CLOCK_TIME_NONE as duration for the following
618         laces. Otherwise every lace has the same timestamp which leads to
619         various problems. Really fixes bug #548831.
620
621 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
622
623         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
624         If we're not allowing width!=depth in wavenc we should also disable
625         the code that was added to support width!=depth.
626
627 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
628
629         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
630         Don't calculate the default duration of a frame from the audio sampling
631         rate. This only works for raw audio if every frame contains a single
632         sample and results in broken buffer durations for other formats
633         if no specified default duration is given or the blocks have no
634         duration. Fixes bug #548831.
635
636 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
637
638         * gst/matroska/matroska-demux.c:
639         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
640         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
641         are used for text/plain subtitles as a gap-filler in some files.
642
643 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
644
645         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
646         (gst_v4l2_get_caps_info):
647         Add S910 and PWC formats with a low priority.
648
649         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
650         (gst_v4l2src_probe_caps_for_format):
651         Add more debugging.
652
653 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
654
655         * ext/flac/gstflacenc.c:
656           Fix compilation against older libflac versions.
657
658 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
659
660         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
661         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
662         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
663         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
664         (gst_pulsemixer_ctrl_set_volume):
665         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
666         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
667         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
668         (gst_pulsesink_init), (gst_pulsesink_open),
669         (gst_pulsesink_prepare), (gst_pulsesink_write),
670         (gst_pulsesink_delay), (gst_pulsesink_reset):
671         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
672         (gst_pulsesrc_init):
673         Use GST_BOILERPLATE everywhere and fix coding style at some places.
674         Fix a locking issue in pulsesink's prepare function.
675
676         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
677         Check if the created channel layout is valid for GStreamer.
678
679 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
680
681         * gst/rtsp/gstrtspgoogle.c:
682         Things that can happen when your brain is in google mode trying to
683         deal with their google rtsp server extensions and trying to type your
684         google mail account.
685
686 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
687
688         * gst/rtsp/Makefile.am:
689         * gst/rtsp/gstrtsp.c: (plugin_init):
690         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
691         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
692         (_do_init), (gst_rtsp_google_base_init),
693         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
694         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
695         (gst_rtsp_google_extension_init):
696         * gst/rtsp/gstrtspgoogle.h:
697         Add google RTSP extension, it can only handle udp and responds with
698         unsupported if we do anything else. Fixes #546465.
699
700         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
701         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
702         (gst_rtspsrc_create_transports_string),
703         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
704         (gst_rtspsrc_close), (gst_rtspsrc_pause):
705         Make transport setup code a bit better using GString.
706         Add some more debug.
707         Check for closed connections before doing anything on them.
708
709 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
710
711         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
712         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
713         (gst_pulsesrc_prepare):
714         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
715         (gst_pulse_channel_map_to_gst):
716         * ext/pulse/pulseutil.h:
717         If downstream provides no channel layout and >2 channels should be
718         used use the default layout that pulseaudio chooses and also
719         add this layout to the caps. Fixes bug #547258.
720
721 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
722
723         Patch by: Peter Kjellerstedt <pkj at axis com>
724
725         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
726         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
727         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
728         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
729         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
730         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
731         (gst_udpsrc_set_property):
732         Avoid leaking internally allocated file descriptors when setting
733         custom file descriptors. Fixes #543101.
734
735 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
736
737         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
738         Don't try to configure RTCP back to the server when the server did not
739         give us a valid port number.
740
741 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
742
743         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
744         Use new basetransform method to renegotiate. Fixes #544956.
745
746         * tests/icles/Makefile.am:
747         * tests/icles/videobox-test.c: (make_pipeline), (main):
748         Add videobox renegotiation example.
749
750 2008-08-19  David Schleef  <ds@schleef.org>
751
752         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
753         with sane values.  Fixes #548530.
754
755 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
756
757         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
758         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
759         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
760         are already filled with the correct values by
761         gst_ring_buffer_parse_caps() so there's no need to set them again
762         with wrong values.
763
764 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
765
766         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
767         (gst_avi_demux_read_subindexes_push):
768         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
769         and instead of using the 'ix##' nomenclature, use '##ix'.
770         They're still valid though, this fixes the duration and indexes for
771         virtually all the ODML files I have.
772
773 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
774
775         Patch by: Olivier Crete <tester at tester dot ca>
776
777         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
778         (gst_rtp_vorbis_depay_process):
779         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
780         Update the vorbis RTP pay/depay to RFC 5215.
781         Fixes #547842.
782
783 2008-08-14  David Schleef  <ds@schleef.org>
784
785         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
786           with 3:2 pulldown, i.e., 24p.
787
788 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
789
790         * tests/check/elements/level.c: (GST_START_TEST):
791         Fix compilation some more.
792
793 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
794
795         * configure.ac::
796           Require -base CVS for wavparse acid chunk parsing.
797
798 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
799
800         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
801         (gst_pulsesink_init), (gst_pulsesink_finalize),
802         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
803         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
804         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
805         * ext/pulse/pulsesink.h:
806         Add "device-name" property to pulsesink too and currently commented
807         out and not working support for a "volume" property.
808
809 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
810
811         * configure.ac:
812         Remove more cdio stuff (moved to ugly)
813
814 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
815
816         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
817
818         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
819         (gst_pulsesrc_get_property):
820         Add "device-name" property, which provides a human readable string
821         for the audio device, to make it more consisten with other audio
822         sources. Fixes bug #547519.
823
824 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
825
826         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
827         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
828         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
829         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
830         * ext/pulse/pulsemixerctrl.h:
831         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
832         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
833         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
834         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
835         * ext/pulse/pulseprobe.h:
836         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
837         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
838         (gst_pulsesrc_change_state):
839         Improve debugging a bit by including the parent object in pulsemixerctrl
840         and pulseprobe objects and using GST_WARNING_OBJECT instead of
841         GST_WARNING.
842
843         Use the parent GObject subclass instead of a random struct as GObject
844         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
845         when probing for another property than "device".
846
847 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
848
849         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
850
851         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
852         Fix property probing after the device property is set by calling
853         set_server when the server property changes. Fixes bug #547518.
854
855 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
856
857         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
858
859         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
860         (gst_pulsesink_implements_interface_init),
861         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
862         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
863         (gst_pulsesink_get_type):
864         * ext/pulse/pulsesink.h:
865         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
866         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
867         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
868         * ext/pulse/pulsesrc.h:
869         Implement GstPropertyProbe interface on pulsesink for detecting
870         sink devices and on pulsesrc for detecting source devices.
871         Fixes bugs #547227 and #547217.
872
873 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
874
875         * gst/spectrum/gstspectrum.c:
876           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
877
878 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
879
880         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
881         Properly set the maximum latency value, in the same way it is done in
882         v4lsrc.
883         * sys/v4l2/v4l2src_calls.c:
884         Simplify fraction equality check, no need to use GValues for this.
885
886 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
887
888         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
889         Add warning messages stating exactly why the latency query failed.
890         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
891         In some cases, the negotiated framerate might be the default one which
892         is already set internally. But we still need to mark it down in fps_n
893         and fps_d so that the latency query can happen properly.
894
895 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
896
897         * docs/plugins/inspect/plugin-1394.xml:
898         Whoops, forgot one doc file for people who can't/don't build the
899         raw1394 plugin.
900
901 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
902
903         * docs/plugins/Makefile.am:
904         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
905         * docs/plugins/gst-plugins-good-plugins-sections.txt:
906         * docs/plugins/inspect/plugin-cdio.xml:
907         * ext/Makefile.am:
908         * ext/cdio/Makefile.am:
909         * ext/cdio/gstcdio.c:
910         * ext/cdio/gstcdio.h:
911         * ext/cdio/gstcdiocddasrc.c:
912         * ext/cdio/gstcdiocddasrc.h:
913
914         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
915         CDDA source to -ugly.
916
917         * po/LINGUAS:
918         * po/POTFILES.in:
919         * po/id.po:
920         Pull in new translation from 0.10.9.2 release branch.
921
922 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
923
924         * docs/plugins/Makefile.am:
925         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
926         * docs/plugins/gst-plugins-good-plugins-sections.txt:
927         * docs/plugins/gst-plugins-good-plugins.args:
928         * docs/plugins/gst-plugins-good-plugins.hierarchy:
929         * docs/plugins/gst-plugins-good-plugins.interfaces:
930         Integrate documentation for new hdv1394src element.
931
932 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
933
934         * ext/raw1394/Makefile.am:
935         * ext/raw1394/gst1394.c: (plugin_init):
936         * ext/raw1394/gsthdv1394src.c: (_do_init),
937         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
938         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
939         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
940         (gst_hdv1394src_from_raw1394handle),
941         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
942         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
943         (gst_hdv1394src_start), (gst_hdv1394src_stop),
944         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
945         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
946         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
947         (gst_hdv1394src_uri_handler_init):
948         * ext/raw1394/gsthdv1394src.h:
949         mpeg2-ts (HDV) variant of firewire capture element.
950         Fixes #350830
951
952 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
953
954         * gst/level/gstlevel.c: (gst_level_message_new):
955          Fix compilation (also known as the classic 'fix code that someone
956          committed without compiling it first').
957
958 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
959
960         * tests/check/elements/level.c:
961           Add a test for level in stereo mode.
962
963 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
964
965         * tests/examples/spectrum/demo-audiotest.c:
966         * tests/examples/spectrum/demo-osssrc.c:
967           Demo how to draw analyzer results synced to the clock.
968
969 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
970
971         * gst/level/gstlevel.c:
972           Little renaming (l -> level).
973
974         * gst/spectrum/gstspectrum.c:
975         * gst/spectrum/gstspectrum.h:
976           Also send full timestamp/duration details here.
977
978 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
979
980         * gst/level/gstlevel.c:
981         * gst/level/gstlevel.h:
982           Send same timestamp/duration details as videoanalysis. This gives
983           applications better chance to sync analysis results with playback.
984
985 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
986
987         * gst/matroska/matroska-mux.c:
988         (gst_matroska_mux_handle_sink_event),
989         (flac_streamheader_to_codecdata):
990         We need to drop one additional buffer for FLAC as the fLaC
991         marker and STREAMINFO block are merged into one buffer in the caps.
992
993         Also don't pretend to support NEWSEGMENT events, otherwise we
994         will most probably write some invalid data.
995
996 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
997
998         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
999         (gst_matroska_mux_audio_pad_setcaps):
1000         Add support for muxing FLAC into Matroska containers.
1001         Fixes bug #311586.
1002
1003 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1004
1005         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
1006         Actually provide the variables required for the format string.
1007
1008 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1009
1010         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1011         (gst_matroska_demux_element_send_event),
1012         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
1013         * gst/matroska/matroska-demux.h:
1014         Close the current segment if we're doing a non-flushing seek and send
1015         the close-segment and the new segment of the seek from the streaming
1016         thread.
1017
1018 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1019
1020         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
1021         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
1022         (gst_flac_enc_change_state):
1023         * ext/flac/gstflacenc.h:
1024         Handle non-zero start timestamps correctly, mark header packets as
1025         IN_CAPS and print a warning and suggest using audiorate if stream
1026         discontinuities are detected. When FLAC supports flushing the encoder
1027         somehow this should be done for discontinuities instead.
1028
1029         Remove some unused variables from the instance struct.
1030
1031 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1032
1033         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
1034         If seeking failed return the appropiate return value to FLAC.
1035         Otherwise it thinks seeking was successfull and tries to rewrite
1036         parts of the headers which then get appended to the output.
1037
1038 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1039
1040         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1041
1042         * ext/esd/gstesd.c: (plugin_init):
1043         * ext/flac/gstflac.c: (plugin_init):
1044         * ext/shout2/gstshout2.c: (plugin_init):
1045         * ext/wavpack/gstwavpack.c: (plugin_init):
1046         * sys/oss/gstossaudio.c: (plugin_init):
1047         * sys/v4l2/gstv4l2.c: (plugin_init):
1048         Make sure gettext returns translations in UTF-8 encoding rather
1049         than in the current locale encoding (#546822).
1050
1051 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1052
1053         * ext/flac/gstflacdec.c:
1054         Add FIXME for 0.11 to simply output everything with width=32 as given
1055         by FLAC and let audioconvert handle the conversions instead of doing
1056         them in flacdec.
1057
1058 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
1059
1060         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1061         When outputting a pad template range for the size, include a framerate
1062         range too, to avoid 'not a real subset of template caps' errors.
1063
1064 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1065
1066         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
1067
1068         * ext/flac/Makefile.am:
1069         * ext/flac/gstflac.c: (plugin_init):
1070         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
1071         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
1072         (gst_flac_tag_dispose), (gst_flac_tag_init),
1073         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
1074         (gst_flac_tag_change_state):
1075         * ext/flac/gstflactag.h:
1076         Port flactag to 0.10, add documentation for it and clean it up a bit.
1077         Fixes bug #413841.
1078
1079         * docs/plugins/Makefile.am:
1080         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1081         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1082         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1083         * docs/plugins/gst-plugins-good-plugins.interfaces:
1084         * docs/plugins/gst-plugins-good-plugins.prerequisites:
1085         * docs/plugins/inspect/plugin-flac.xml:
1086         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
1087         * ext/flac/gstflacdec.h:
1088         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
1089         * ext/flac/gstflacenc.h:
1090         Add flactag and flacenc to the documentation and mark
1091         the private parts of the flacdec instance structure as private.
1092
1093         Also use gst_element_class_set_details_simple() in flacdec and
1094         flacenc.
1095
1096 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1097
1098         * gst/qtdemux/qtdemux.c:
1099           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
1100           for it but ffmpeg does not.
1101
1102 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1103
1104         * gst/wavparse/gstwavparse.c:
1105           Handle the list chunk and use gst_riff_parse_info() to parse the info
1106           sub-chunk.
1107
1108 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1109
1110         * gst/wavparse/gstwavparse.c:
1111           Handle the acid chunk and send tempo as part of tags. Other fields are
1112           interesting too, but need more tag-definitions. Fixes #545433.
1113
1114 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1115
1116         * gst/wavparse/gstwavparse.c:
1117           Refactor wavparse. Call _reset() from dispose() and move old code from
1118           dispose into reset. This way we don't leak taglists when we abort
1119           parsing. Fix some comments. Move code for skipping a chunk into extra
1120           function. Replace chunk sizes with a const to ease readability.         
1121
1122 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1123
1124         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
1125
1126         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
1127         Improve udp port setup. Fixes #545710.
1128
1129 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1130
1131         * gst/rtp/Makefile.am:
1132         * gst/rtp/gstrtp.c: (plugin_init):
1133         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
1134         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
1135         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
1136         (gst_rtp_mp1s_depay_set_property),
1137         (gst_rtp_mp1s_depay_get_property),
1138         (gst_rtp_mp1s_depay_change_state),
1139         (gst_rtp_mp1s_depay_plugin_init):
1140         * gst/rtp/gstrtpmp1sdepay.h:
1141         Add MP1S depayloader.
1142
1143         * gst/rtsp/URLS:
1144         Some more sample rtsp streams.
1145
1146 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1147
1148         * gst/rtsp/URLS:
1149         Add another URL.
1150
1151         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
1152         * tests/check/elements/rglimiter.c: (GST_START_TEST):
1153         Add some more debug info.
1154
1155 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1156
1157         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
1158         Provide cbSize field for audio extra_data size, and take care to
1159         pad extra_data.
1160
1161 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1162
1163         * gst/qtdemux/qtdemux.c:
1164           Return the result of gst_pad_{start,stop}_task instead of hard-coded
1165           TRUE.
1166
1167 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1168
1169         * gst/qtdemux/qtdemux.c:
1170         * gst/qtdemux/qtdemux_fourcc.h:
1171           Add keyword tag support. Fixes #520694 for qtdemux.
1172
1173 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1174
1175         * gst/qtdemux/qtdemux.c:
1176           Add support for tmpo tag (BPM).
1177
1178 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1179
1180         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
1181         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
1182         Set an estimate for the total number of samples that will be encoded
1183         if possible to help decoders if the streaminfo can't be rewritten
1184         later (like when muxing into Ogg containers).
1185
1186         Add a warning if we get header packets after data packets as those
1187         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
1188         work.
1189
1190 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1191
1192         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
1193         (gst_flac_dec_write):
1194         Support decoding of all depths between 4 and 32 bits and read the
1195         depth from the streaminfo header if needed. Also support all sampling
1196         rates between 1 and 655350 Hz.
1197
1198         * ext/flac/gstflacenc.c:
1199         (gst_flac_enc_caps_append_structure_with_widths),
1200         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
1201         (gst_flac_enc_chain):
1202         * ext/flac/gstflacenc.h:
1203         Support encoding in all bit depths supported by the streamable
1204         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
1205         between 1 Hz and 655350 Hz.
1206
1207 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1208
1209         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
1210         (gst_flac_enc_sink_getcaps):
1211         Support encoding of up to 8 channels.
1212
1213 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
1214
1215         * ext/soup/gstsouphttpsrc.c:
1216         * ext/soup/gstsouphttpsrc.h:
1217         Fix seeking race condition in #540300
1218         Patch By: Wouter Cloetens  <wouter at mind be>
1219
1220 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1221
1222         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
1223         (gst_matroska_demux_element_send_event),
1224         (gst_matroska_demux_handle_seek_event),
1225         (gst_matroska_demux_handle_src_event):
1226         When receiving a SEEK event on a specific pad first search for a seek
1227         table entry for the stream of the pad and then fall back to an entry
1228         for a different stream.
1229
1230 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1231
1232         * configure.ac:
1233         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
1234         * gst/matroska/matroska-ids.h:
1235         Build depend on core CVS for the attachment tag.
1236
1237 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1238
1239         * configure.ac:
1240         * gst/matroska/Makefile.am:
1241         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
1242         (copy_backptr), (lzo1x_decode), (main):
1243         * gst/matroska/lzo.h:
1244         * gst/matroska/matroska-demux.c:
1245         (gst_matroska_demux_read_track_encoding),
1246         (gst_matroska_decompress_data), (gst_matroska_decode_data),
1247         (gst_matroska_decode_buffer),
1248         (gst_matroska_decode_content_encodings),
1249         (gst_matroska_demux_read_track_encodings),
1250         (gst_matroska_demux_add_stream),
1251         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1252         * gst/matroska/matroska-ids.h:
1253         Decode the codec private data and following ContentEncoding if
1254         necessary.
1255
1256         Support bzip2, lzo and header stripped compression. For lzo use the
1257         ffmpeg lzo implementation as liblzo is GPL licensed.
1258         
1259         Fix zlib decompression.
1260
1261 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1262
1263         * gst/matroska/matroska-mux.c:
1264         (gst_matroska_mux_audio_pad_setcaps):
1265         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
1266         duration of a frame with the new mpegaudioversion caps field.
1267
1268 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1269
1270         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
1271         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
1272         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
1273         (gst_matroska_demux_stream_from_num),
1274         (gst_matroska_demux_tracknumber_unique),
1275         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
1276         (gst_matroska_demux_handle_seek_event),
1277         (gst_matroska_demux_sync_streams),
1278         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1279         (gst_matroska_demux_loop):
1280         * gst/matroska/matroska-demux.h:
1281         Allow an infinite number of stream inside Matroska containers and use
1282         a GPtrArray for storing them instead of allowing "only" 127 streams.
1283
1284 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1285
1286         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
1287         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
1288         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
1289         (gst_ebml_read_element_length), (gst_ebml_peek_id),
1290         (gst_ebml_read_get_length), (gst_ebml_read_skip),
1291         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
1292         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
1293         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
1294         (gst_ebml_read_master), (gst_ebml_read_binary),
1295         (gst_ebml_read_header):
1296         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
1297         (gst_ebml_write_element_size), (gst_ebml_write_uint),
1298         (gst_ebml_write_sint), (gst_ebml_write_ascii),
1299         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
1300         (gst_ebml_replace_uint):
1301         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1302         (gst_matroska_demux_read_track_encoding),
1303         (gst_matroska_demux_read_track_encodings),
1304         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
1305         (gst_matroska_demux_send_event),
1306         (gst_matroska_demux_element_send_event),
1307         (gst_matroska_demux_handle_seek_event),
1308         (gst_matroska_demux_handle_src_event),
1309         (gst_matroska_demux_init_stream),
1310         (gst_matroska_demux_parse_tracks),
1311         (gst_matroska_demux_parse_index_cuetrack),
1312         (gst_matroska_demux_parse_index_pointentry),
1313         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
1314         (gst_matroska_demux_parse_metadata_id_simple_tag),
1315         (gst_matroska_demux_parse_metadata_id_tag),
1316         (gst_matroska_demux_parse_metadata),
1317         (gst_matroska_demux_parse_attached_file),
1318         (gst_matroska_demux_parse_attachments),
1319         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
1320         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
1321         (gst_matroska_demux_push_flac_codec_priv_data),
1322         (gst_matroska_demux_push_xiph_codec_priv_data),
1323         (gst_matroska_demux_push_dvd_clut_change_event),
1324         (gst_matroska_demux_add_mpeg_seq_header),
1325         (gst_matroska_demux_add_wvpk_header),
1326         (gst_matroska_demux_check_subtitle_buffer),
1327         (gst_matroska_decode_buffer),
1328         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1329         (gst_matroska_demux_parse_cluster),
1330         (gst_matroska_demux_parse_contents_seekentry),
1331         (gst_matroska_demux_parse_contents),
1332         (gst_matroska_demux_loop_stream_parse_id),
1333         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
1334         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
1335         (gst_matroska_demux_subtitle_caps),
1336         (gst_matroska_demux_change_state):
1337         * gst/matroska/matroska-ids.c:
1338         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
1339         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
1340         (gst_matroska_mux_video_pad_setcaps),
1341         (xiph3_streamheader_to_codecdata),
1342         (vorbis_streamheader_to_codecdata),
1343         (theora_streamheader_to_codecdata),
1344         (gst_matroska_mux_audio_pad_setcaps),
1345         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
1346         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
1347         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
1348         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
1349         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
1350         Fix indention everywhere. A broken indent version has added newlines
1351         after every single declaration some time ago.
1352
1353 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1354
1355         * gst/matroska/matroska-demux.c:
1356         (gst_matroska_demux_loop_stream_parse_id):
1357         If no Tracks are found error out instead of trying it again until the
1358         end of time.
1359
1360 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1361
1362         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
1363         Fix demuxing of raw integer audio. The samples are unsigned only for 8
1364         bit and signed otherwise, not the other way around.
1365
1366 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1367
1368         * gst/matroska/matroska-mux.c:
1369         Add more raw YUV formats to the list of supported formats.
1370
1371 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1372
1373         * gst/matroska/matroska-mux.c:
1374         (gst_matroska_mux_audio_pad_setcaps):
1375         Add support for muxing raw float audio now that the spec defines the
1376         endianness and add support for muxing raw integer audio with 24 and
1377         32 bits.
1378
1379         Allow muxing of more than 8 audio channels.
1380
1381 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1382
1383         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
1384         (gst_matroska_mux_reset), (gst_matroska_mux_start):
1385         Add locking to the global array of used track UIDs to prevent random
1386         crashes if more than a single matrosmux instance is used.
1387
1388         Use 64 bit values for the track UIDs.
1389
1390         Use the global GRandom of GLib instead of creating our own one
1391         for the few random numbers we need every single time.
1392
1393 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1394
1395         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
1396         (gst_flac_dec_setup_stream_decoder),
1397         (gst_flac_dec_update_metadata):
1398         Always post the audio-codec tag, not only if other tags are present.
1399
1400 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
1401
1402         * configure.ac:
1403         Back to development -> 0.10.9.1
1404
1405 === release 0.10.9 ===
1406
1407 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
1408
1409         * configure.ac:
1410           releasing 0.10.9, "Steam Train Rolling"
1411
1412 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
1413
1414         * ext/soup/gstsouphttpsrc.c:
1415         Don't throw an error when soup completes a msg with status
1416         'cancelled', as that indicates we cancelled a request while
1417         shutting down or seeking, and it's not an error.
1418         Fixes: #540300 again.
1419
1420 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
1421
1422         * configure.ac:
1423         0.10.8.4 pre-release
1424
1425 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
1426
1427         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
1428         Fix segment-stop regression.
1429         Add documentation regarding segments in quicktime files by Wim Taymans.
1430         Fixes #544509
1431
1432 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
1433
1434         * configure.ac:
1435         0.10.8.3 pre-release
1436
1437         * po/LINGUAS:
1438         * po/pt_BR.po:
1439         Add pt_BR translation
1440
1441 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1442
1443         * gst/goom/convolve_fx.c:
1444         * gst/goom/filters.c:
1445         * gst/goom/goom_config.h:
1446         * gst/goom/goom_core.c:
1447         * gst/goom/goom_tools.h:
1448           Fix build with MSVC: include glib.h to define inline appropriately,
1449           use header guards where needed.
1450         * gst/udp/gstudpnetutils.c:
1451         * gst/udp/gstudpsrc.c:
1452           Fix build with MSVC: use WSA* constants/functions where appropriate, use
1453           g_snprintf rather than snprintf.
1454           Fixes #544433.
1455
1456 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
1457
1458         * gst/debug/gsttaginject.c:
1459         * gst/debug/gsttaginject.h:
1460           Sent tags in _transform_ip() instead of _start(). Fixes #543404
1461           partially.
1462
1463 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1464
1465         * configure.ac:
1466         0.10.8.2 pre-release
1467
1468 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1469
1470         * ext/Makefile.am:
1471         Finish hooking up pulseaudio plugin to the build.
1472
1473         * ext/pulse/pulsemixerctrl.c:
1474         Fix compilation error.
1475
1476 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1477
1478         * po/LINGUAS:
1479         * po/lt.po:
1480         Add new lithunian translation, and add french to the LINGUAS
1481         file.
1482
1483 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1484
1485         * ext/soup/gstsouphttpsrc.c:
1486         Fix Soup HTTP source seeking.
1487         Patch By: Wouter Cloetens  <wouter at mind be>
1488         Fixes: #540300
1489
1490         * tests/check/elements/.cvsignore:
1491         Ignore new check programs.
1492
1493 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1494
1495         * configure.ac:
1496         * docs/plugins/Makefile.am:
1497         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1498         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1499         * docs/plugins/gst-plugins-good-plugins.args:
1500         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1501         * docs/plugins/gst-plugins-good-plugins.interfaces:
1502         * docs/plugins/gst-plugins-good-plugins.prerequisites:
1503         * docs/plugins/inspect/plugin-interleave.xml:
1504         * docs/plugins/inspect/plugin-replaygain.xml:
1505         * tests/check/Makefile.am:
1506
1507         Move replaygain and interleave plugins from -bad.
1508         Fixes: #543406
1509         Fixes: #536228
1510
1511 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1512
1513         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
1514         (qtdemux_parse_trak):
1515         Revert ISO base media spec based pixel-aspect-ratio calculation.
1516         Fixes #543300.
1517
1518 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1519
1520         * sys/osxvideo/osxvideosink.m:
1521         Fix minor build issues on macosx.
1522         Fixes #543054
1523
1524 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
1525
1526         * configure.ac::
1527         * ext/taglib/Makefile.am::
1528           Only use -Wno-attributes (which is there to work around a
1529           bug in the taglib 1.5 headers) if the c++ compiler actually
1530           supports it (#543255).
1531
1532 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
1533
1534         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
1535
1536         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
1537           Avoid compiler warning by initialising variable to NULL (#543259).
1538
1539 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
1540
1541         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
1542         Don't pass NULL taglists to gst_tag_list_is_empty().
1543
1544 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
1545
1546         * tests/check/elements/cmmldec.c: (GST_START_TEST):
1547         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
1548         (rtp_pipeline_run):
1549         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
1550         Don't use declarations after statements.
1551
1552 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1553
1554         * ext/jpeg/gstjpegdec.c:
1555         Align documentation with reality.
1556
1557 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1558
1559         * gst/udp/gstudpnetutils.c:
1560         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
1561         old value (1) if it's not defined which should not cause any problems
1562         as we're using it internal only anyway.
1563
1564 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1565
1566         Patch by: Alessandro Decina <alessandro at nnva dot org>
1567
1568         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
1569         Fix build of avidemux on big endian architectures.
1570
1571 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1572
1573         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
1574
1575         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1576         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
1577
1578 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1579
1580         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
1581         (qtdemux_parse_trak):
1582         Set pixel-aspect-ratio in caps using display width and height
1583         provided in track.
1584
1585 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1586
1587         * configure.ac:
1588         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
1589         flags that are invalid for C++. Fixes bug #516509.
1590
1591 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1592
1593         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
1594         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
1595         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
1596         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
1597         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1598         * tests/examples/equalizer/demo.c: (message_handler):
1599         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
1600         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
1601         Don't use declarations after statements and variable length arrays.
1602
1603 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1604
1605         Patch by: Daniel Drake <dsd at gentoo dot org>
1606
1607         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
1608         (gst_v4l2src_get_nearest_size):
1609         Try progressive video if interlaced fails. Fixes bug #541956
1610         and the usage of v4l2src on OLPC.
1611
1612 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1613
1614         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
1615         (gst_rtp_speex_depay_process):
1616         * gst/rtp/gstrtpspeexdepay.h:
1617         Revert last change: Only the jitterbuffer is able to convert RTP to
1618         Gstreamer timestamps and normal (de)payloaders should simply copy it.
1619         Reopens bug #541787.
1620
1621 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
1622
1623         * gst/rtp/gstrtpvrawdepay.c:
1624           Include stdlib.h for atoi().
1625
1626         * gst/rtsp/gstrtspsrc.c:
1627           Use floating point math for latencies < 0 sec in log output.
1628
1629 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1630
1631         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
1632
1633         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
1634         (gst_rtp_speex_depay_process):
1635         * gst/rtp/gstrtpspeexdepay.h:
1636         Take timestamp from the RTP packet as a first step to fix problems
1637         with transmission over RTP when the network is not reliable.
1638         Fixes bug #541787.
1639
1640 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1641
1642         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
1643
1644         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
1645         Fix parsing of udp:// URIs containing IPv6 addresses.
1646         Fixes bug #541650.
1647
1648 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1649
1650         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
1651         Do not leak incoming buffers.
1652
1653 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1654
1655         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1656
1657         * configure.ac:
1658         Fix build of the RTP plugin with mingw32 by linking to ws2_32
1659         for htons() and htonl(). Fixes bug #541412.
1660
1661 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1662
1663         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
1664         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
1665         (gst_matroska_demux_element_query),
1666         (gst_matroska_demux_handle_src_query),
1667         (gst_matroska_demux_handle_seek_event):
1668         Handle position and duration query in DEFAULT format if the
1669         pad's track has a default frame duration set.
1670
1671         Fix seeking now that the segment's duration doesn't contain the
1672         (possibly wrong or inaccurate) duration of the Matroska file.
1673
1674 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1675
1676         * gst/matroska/ebml-read.c: (_ext2dbl):
1677         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
1678         in math.h except on MSVC where it is defined in xmath.h.
1679         Fixes compilation with MSVC.
1680
1681 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1682
1683         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1684         (gst_matroska_demux_handle_src_query),
1685         (gst_matroska_demux_parse_info),
1686         (gst_matroska_demux_loop_stream_parse_id):
1687         * gst/matroska/matroska-demux.h:
1688         Don't set the segment duration to the duration from the Matroska
1689         header as this value could be wrong and is just informational.
1690
1691 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1692
1693         * gst/matroska/matroska-demux.c:
1694         (gst_matroska_demux_loop_stream_parse_id):
1695         If no Tracks element is found until the first Cluster is found
1696         search it and error out if none is found in the complete file.
1697
1698 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1699
1700         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
1701         Resync non-subtitle tracks too if a too large gap compared to other
1702         tracks is detected.
1703
1704 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1705
1706         * gst/rtp/Makefile.am:
1707         * gst/rtp/gstrtp.c: (plugin_init):
1708         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
1709         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
1710         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
1711         (gst_rtp_vraw_depay_change_state),
1712         (gst_rtp_vraw_depay_plugin_init):
1713         * gst/rtp/gstrtpvrawdepay.h:
1714         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
1715         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
1716         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
1717         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
1718         (gst_rtp_vraw_pay_plugin_init):
1719         * gst/rtp/gstrtpvrawpay.h:
1720         Add raw video pay and depayloaders, see RFC4175.
1721
1722 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
1723
1724         * ext/libpng/gstpngdec.c:
1725         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
1726         whatever it returned.
1727
1728 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1729
1730         * gst/avi/avi-ids.h:
1731         Add vprp chunk related structures.
1732         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
1733         (gst_avi_demux_parse_stream):
1734         Parse optional vprp chunk and add calculated pixel-aspect-ratio
1735         to caps.  Fixes #539482.
1736         * gst/avi/gstavimux.h:
1737         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
1738         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
1739         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
1740
1741 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1742
1743         * tests/check/elements/avimux.c: (check_avimux_pad):
1744         Adjust avimux unit test according to increased streamheader size.
1745
1746 2008-06-27  David Schleef  <ds@schleef.org>
1747
1748         * gst/qtdemux/qtdemux.c: Add Dirac stream type
1749
1750 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1751
1752         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
1753         * gst/avi/gstavimux.h:
1754         Add 8 bytes to current streamheader to make for a complete one
1755         and to make more players happy.  Fixes #519460.
1756
1757 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
1758
1759         * sys/v4l2/v4l2_calls.c::
1760           Don't include unused gstv4l2xoverlay.h. Fixes build
1761           in case where X11 headers are not installed.
1762
1763 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1764
1765         * ext/dv/gstdv.c: (plugin_init):
1766         Fix compilation.
1767
1768 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1769
1770         * ext/dv/gstdv.c: (plugin_init):
1771         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
1772         DV decoder available.
1773         Fixes #532393
1774
1775 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1776
1777         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1778         Call getsockname() after the call to bind() to get updated values
1779         for the port, etc. This fixes the usage of udpsrc on anonymous
1780         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
1781         Thanks to Aurelien Grimaud for pointing out the obvious fix.
1782
1783 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1784
1785         * tests/check/pipelines/wavpack.c: (bus_handler):
1786         Remove workaround for a bug in identity that is fixed in 0.10.20.
1787
1788 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1789
1790         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
1791
1792         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
1793         Fix HTTP auth support with user/password passed via the URI.
1794         Fixes bug #540067.
1795
1796 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
1797
1798         * configure.ac:
1799           Depend on released versions of core and -base.
1800
1801 2008-06-23  Julien Moutte  <julien@fluendo.com>
1802
1803         * gst/matroska/matroska-demux.c:
1804         (gst_matroska_demux_read_track_encoding),
1805         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
1806         format strings in macros. (makes it build on OS X again...)
1807
1808 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1809
1810         * gst/rtp/gstrtptheorapay.c:
1811         * gst/udp/gstmultiudpsink.c:
1812           Added debug.
1813
1814 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
1815
1816         * configure.ac: switch v4l2src over to the normal build instead of
1817         being 'experimental'. Fixes bug #536831.
1818
1819 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
1820
1821         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
1822         Remove unused variable so that we can compile again.
1823
1824 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
1825
1826         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
1827         No need to check for audio/G723 and audio/32KADPCM here as they are
1828         no longer supported.
1829
1830 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
1831
1832         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
1833         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
1834         Use G_GINT64_CONSTANT, this fixes the duration query on files without
1835         known length.
1836
1837 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
1838
1839         * gst/matroska/matroska-demux.c:
1840         (gst_matroska_demux_add_wvpk_header),
1841         (gst_matroska_demux_audio_caps):
1842         * gst/matroska/matroska-ids.h:
1843         Fix demuxing of WavPack files. Muxing is still broken.
1844
1845 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
1846
1847         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
1848         (gst_matroska_demux_add_mpeg_seq_header),
1849         (gst_matroska_demux_add_wvpk_header),
1850         (gst_matroska_demux_check_subtitle_buffer),
1851         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1852         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
1853         (gst_matroska_demux_subtitle_caps):
1854         * gst/matroska/matroska-ids.h:
1855         Add a "vfunc" to the track context for postprocessing frames and
1856         convert the wavpack and subtitle postprocessing to this vfunc.
1857         Copy buffer flags in those functions to the new buffers too.
1858
1859         Parse CodecState elements of Blocks.
1860
1861         Add a postprocessing function for MPEG video that adds the sequence
1862         header from the codec private data or codec state to the frames if
1863         it's not already there.
1864
1865 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
1866
1867         * gst/matroska/matroska-demux.c:
1868         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1869         If a gap of more than 1/2 second is found in one stream send a
1870         NEWSEGMENT event to not stall the pipeline if the gap is too large.
1871         This also fixes Matroska files where the first buffer doesn't start
1872         at timestamp 0. Fixes bug #429322.
1873
1874         The duration of a block is the default duration multiplied with the
1875         number of laces. Every lace is one frame and the default duration
1876         is the duration of one frame. This fixes playback of files that use
1877         lacing for some tracks.
1878
1879 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
1880
1881         * gst/matroska/matroska-demux.c:
1882         (gst_matroska_demux_parse_contents_seekentry):
1883         Update FIXME/TODOs and only ignore EOS at the central, important place
1884         instead of several places.
1885
1886 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
1887
1888         * gst/rtp/gstrtpg726pay.c:
1889         Fix caps, See #538891.
1890
1891 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
1892
1893         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1894         (gst_matroska_demux_stream_from_num),
1895         (gst_matroska_demux_encoding_cmp),
1896         (gst_matroska_demux_encoding_order_unique),
1897         (gst_matroska_demux_read_track_encoding),
1898         (gst_matroska_demux_read_track_encodings),
1899         (gst_matroska_demux_tracknumber_unique),
1900         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
1901         (gst_matroska_demux_parse_tracks),
1902         (gst_matroska_demux_parse_index_cuetrack),
1903         (gst_matroska_demux_parse_index_pointentry),
1904         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
1905         (gst_matroska_demux_parse_metadata_id_simple_tag),
1906         (gst_matroska_demux_parse_metadata_id_tag),
1907         (gst_matroska_demux_parse_metadata),
1908         (gst_matroska_demux_parse_attached_file),
1909         (gst_matroska_demux_parse_attachments),
1910         (gst_matroska_demux_parse_chapters),
1911         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
1912         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1913         (gst_matroska_demux_parse_cluster),
1914         (gst_matroska_demux_parse_contents_seekentry),
1915         (gst_matroska_demux_parse_contents),
1916         (gst_matroska_demux_loop_stream_parse_id),
1917         (gst_matroska_demux_loop):
1918         Improve debug output everywhere and fix the EOS logic.
1919
1920         Check the values of the ContentEncoding elements more strictly and
1921         don't use tracks for which it's invalid.
1922
1923         Check that the track number is unique for this stream.
1924
1925         Check that seek positions are below G_MAXINT64 as our seeks are
1926         int64-based and overflows will fail badly.
1927
1928         After seeks also don't push SimpleBlocks until the first one
1929         containing a keyframe is found. Before this was done only for normal
1930         Blocks.
1931
1932         Update some FIXME/TODOs.
1933         
1934         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
1935         (gst_ebml_read_utf8), (gst_ebml_read_header):
1936         Improve debug output.
1937
1938         * gst/matroska/matroska-ids.c:
1939         (gst_matroska_track_init_video_context):
1940         * gst/matroska/matroska-ids.h:
1941         * gst/matroska/matroska-mux.c:
1942         (gst_matroska_mux_video_pad_setcaps):
1943         Remove eye mode and don't parse it anymore. We can't use that
1944         information in GStreamer yet so it's useless.
1945
1946
1947 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
1948
1949         Patch by: Mersad Jelacic <mersad at axis dot com>
1950
1951         * gst/rtp/Makefile.am:
1952         * gst/rtp/gstrtp.c: (plugin_init):
1953         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
1954         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
1955         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
1956         (gst_rtp_g726_depay_plugin_init):
1957         * gst/rtp/gstrtpg726depay.h:
1958         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
1959         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
1960         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
1961         * gst/rtp/gstrtpg726pay.h:
1962         Added G726 pay/depayloaders. Fixes #538891.
1963
1964 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
1965
1966         * gst/rtsp/URLS:
1967         Some more urls.
1968
1969         * gst/smpte/barboxwipes.c:
1970         Add a comment
1971
1972         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
1973         Fix typo, add audioresample to the pipeline.
1974
1975 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
1976
1977         * ext/libmng/Makefile.am:
1978         * ext/libmng/gstmng.c: (plugin_init):
1979         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
1980         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
1981         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
1982         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
1983         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
1984         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
1985         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
1986         (gst_mng_dec_change_state):
1987         * ext/libmng/gstmngdec.h:
1988         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
1989         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
1990         (gst_mng_enc_init), (gst_mng_enc_chain),
1991         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
1992         * ext/libmng/gstmngenc.h:
1993         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
1994         bits ifdeffed out still.
1995
1996 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
1997
1998         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
1999         When comparing index elements with the same time compare their
2000         block number.
2001
2002 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
2003
2004         * gst/matroska/matroska-demux.c:
2005           (gst_matroska_demux_parse_attached_file)
2006           Init variable to NULL to avoid compiler warning.
2007
2008 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2009
2010         * gst/matroska/Makefile.am:
2011         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2012         (gst_matroska_demux_parse_attached_file),
2013         (gst_matroska_demux_parse_attachments),
2014         (gst_matroska_demux_parse_contents_seekentry),
2015         (gst_matroska_demux_loop_stream_parse_id):
2016         * gst/matroska/matroska-demux.h:
2017         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2018         * gst/matroska/matroska-ids.h:
2019         * gst/matroska/matroska.c: (plugin_init):
2020         Parse Attachments and post them as GST_TAG_IMAGE if we detect
2021         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
2022         and description of the attachments in the caps. Fixes bug #537622.
2023
2024 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
2025
2026         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
2027         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
2028         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
2029         (gst_speex_enc_src_query), (gst_speex_enc_init),
2030         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
2031         (gst_speex_enc_chain), (gst_speex_enc_get_property),
2032         (gst_speex_enc_set_property):
2033         Add mode property.
2034         Some cleanups, add more debug info.
2035         Add latency query.
2036
2037 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2038
2039         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
2040         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
2041         If we get less bytes than requested we can't do anything except doing
2042         our EOS logic.
2043
2044 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2045
2046         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2047         (gst_matroskademux_do_index_seek),
2048         (gst_matroska_demux_parse_index_cuetrack),
2049         (gst_matroska_demux_parse_index_pointentry),
2050         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
2051         (gst_matroska_demux_parse_metadata):
2052         * gst/matroska/matroska-demux.h:
2053         * gst/matroska/matroska-ids.h:
2054         Use a GArray for storing the Cue (i.e. seek) information, store
2055         the CueTrackPositions for every track, store the block number
2056         and optimize searching in the array by sorting it after the last
2057         element was added.
2058
2059         Fix a small memory leak when trying to parse a tags element that was
2060         already parsed.
2061
2062 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2063
2064         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
2065         (gst_matroska_mux_start), (gst_matroska_mux_finish),
2066         (gst_matroska_mux_write_data):
2067         * gst/matroska/matroska-mux.h:
2068         Don't write another SeekHead which indexes all Clusters to the end of
2069         the file. This isn't useful for anything and just increases filesize.
2070
2071 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2072
2073         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
2074         Prevent unaligned memory access when reading floats.
2075
2076 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2077
2078         * gst/matroska/ebml-read.c:
2079         * gst/matroska/ebml-read.h:
2080         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2081         (gst_matroska_demux_parse_metadata):
2082         * gst/matroska/matroska-demux.h:
2083         Make sure that every Tags element is only parsed once and it's
2084         containing tags are only posted once.
2085
2086 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2087
2088         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
2089         (gst_ebml_read_header):
2090         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
2091         (gst_matroska_demux_parse_tracks),
2092         (gst_matroska_demux_parse_index_cuetrack),
2093         (gst_matroska_demux_parse_index_pointentry),
2094         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2095         (gst_matroska_demux_parse_metadata_id_simple_tag),
2096         (gst_matroska_demux_parse_metadata_id_tag),
2097         (gst_matroska_demux_parse_metadata),
2098         (gst_matroska_demux_parse_attachments),
2099         (gst_matroska_demux_parse_chapters),
2100         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2101         (gst_matroska_demux_parse_cluster),
2102         (gst_matroska_demux_parse_contents_seekentry),
2103         (gst_matroska_demux_parse_contents),
2104         (gst_matroska_demux_loop_stream_parse_id):
2105         Handle EBML elements like Void or CRC32 in the EbmlRead base class
2106         already. They're not useful in the matroska parser and only cause
2107         additional code.
2108
2109 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
2110
2111         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
2112         (gst_ebml_finalize), (gst_ebml_read_change_state),
2113         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
2114         * gst/matroska/matroska-demux.c:
2115         (gst_matroska_demux_parse_contents_seekentry):
2116         Reverse the level list as we usually are only interested in the
2117         first element or want to add a new first element. Having the
2118         first element stored at the end and calling g_list_last() and
2119         g_list_append() is more expensive.
2120
2121         Also use GSlice for allocating the GstEbmlLevel structs.
2122
2123 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
2124
2125         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
2126           (gst_tag_inject_class_init), (gst_tag_inject_init):
2127           Don't unref NULL taglist in finalize. Don't use c++ style
2128           comments.
2129
2130 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
2131
2132         * gst/matroska/matroska-demux.c:
2133         (gst_matroska_demux_parse_metadata_id_simple_tag):
2134         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
2135         (gst_matroska_mux_write_data):
2136         Use gst_value_serialize() and gst_value_deserialize() for transforming
2137         tags from some GType to a string and the other way around. The default
2138         transformations in GLib don't include transformations from string to
2139         number types.
2140
2141 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
2142
2143         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2144         (gst_matroska_demux_parse_tracks),
2145         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2146         (gst_matroska_demux_parse_attachments),
2147         (gst_matroska_demux_parse_chapters),
2148         (gst_matroska_demux_parse_contents_seekentry),
2149         (gst_matroska_demux_loop_stream_parse_id):
2150         * gst/matroska/matroska-demux.h:
2151         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
2152         Tags multiple times. The first ones can appear more than once but must
2153         contain the same content as the first for backup purposes so we ignore
2154         all but the first one. Tags can appear multiple times with different
2155         content.
2156
2157         Jump to all elements except Clusters that are available from a
2158         SeekHead to make it more likely to have all required informations
2159         before getting to the first Clusters.
2160
2161         Add dummy functions for parsing Attachments and Chapters.
2162
2163 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2164
2165         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2166         (gst_udpsrc_create), (gst_udpsrc_set_property),
2167         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
2168         * gst/udp/gstudpsrc.h:
2169         Add property to control automatic join/leave of multicast groups.
2170         Add G_LIKELY.
2171         Remove setting caps on buffers explicitly, basesrc does that for us now.
2172         Improve debug info.
2173         Convert some non-fatal error into warnings.
2174         Use g_ntohs for better portability.
2175         Leave multicast groups when stopping.
2176         When using external sockets, use getsockname() on them to fill up the
2177         addr structure before calling methods that use the structure.
2178         Should all fix #536903.
2179         API: GstUDPSrc::auto-multicast property
2180
2181 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2182
2183         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
2184         Use g_ntohl for better portability.
2185
2186 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2187
2188         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
2189         (gst_multiudpsink_remove):
2190         Fix a typo and do some small cleanups.
2191
2192 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2193
2194         Patch by: Olivier Crete <tester at tester dot ca>
2195
2196         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
2197         Make the delivery-method mandatory on the caps and only accept inline
2198         for now.
2199         Reverse strcmp checks for delivery-method.
2200
2201         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
2202         Make delivery method optional when parsing caps and note this in the
2203         caps.
2204         Reverse strcmp checks for delivery-method.
2205
2206         * gst/rtp/gstrtpvorbispay.c:
2207         Update a comment to note that the delivery-method is optional, 
2208         Fixes #537675.
2209
2210 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2211
2212         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
2213         Set udpsrc for receiving data from multicast groups to PAUSED instead of
2214         leaving them in READY. Fixes #537832.
2215
2216 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
2217
2218         * gst/avi/gstavimux.c:
2219           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
2220           for a random constant in tagmuxing code.
2221
2222 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
2223
2224         * gst/debug/gsttaginject.c:
2225         * gst/debug/gsttaginject.h:
2226           Now actually adding the new element.
2227
2228 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
2229
2230         * docs/plugins/Makefile.am:
2231         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2232         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2233         * docs/plugins/gst-plugins-good-plugins.args:
2234         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2235         * docs/plugins/gst-plugins-good-plugins.interfaces:
2236         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2237         * docs/plugins/inspect/plugin-aasink.xml:
2238         * docs/plugins/inspect/plugin-alaw.xml:
2239         * docs/plugins/inspect/plugin-alpha.xml:
2240         * docs/plugins/inspect/plugin-alphacolor.xml:
2241         * docs/plugins/inspect/plugin-annodex.xml:
2242         * docs/plugins/inspect/plugin-apetag.xml:
2243         * docs/plugins/inspect/plugin-audiofx.xml:
2244         * docs/plugins/inspect/plugin-auparse.xml:
2245         * docs/plugins/inspect/plugin-autodetect.xml:
2246         * docs/plugins/inspect/plugin-avi.xml:
2247         * docs/plugins/inspect/plugin-cacasink.xml:
2248         * docs/plugins/inspect/plugin-cairo.xml:
2249         * docs/plugins/inspect/plugin-cdio.xml:
2250         * docs/plugins/inspect/plugin-cutter.xml:
2251         * docs/plugins/inspect/plugin-debug.xml:
2252         * docs/plugins/inspect/plugin-dv.xml:
2253         * docs/plugins/inspect/plugin-efence.xml:
2254         * docs/plugins/inspect/plugin-effectv.xml:
2255         * docs/plugins/inspect/plugin-equalizer.xml:
2256         * docs/plugins/inspect/plugin-esdsink.xml:
2257         * docs/plugins/inspect/plugin-flac.xml:
2258         * docs/plugins/inspect/plugin-flxdec.xml:
2259         * docs/plugins/inspect/plugin-gamma.xml:
2260         * docs/plugins/inspect/plugin-gconfelements.xml:
2261         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2262         * docs/plugins/inspect/plugin-goom.xml:
2263         * docs/plugins/inspect/plugin-goom2k1.xml:
2264         * docs/plugins/inspect/plugin-halelements.xml:
2265         * docs/plugins/inspect/plugin-icydemux.xml:
2266         * docs/plugins/inspect/plugin-id3demux.xml:
2267         * docs/plugins/inspect/plugin-jpeg.xml:
2268         * docs/plugins/inspect/plugin-level.xml:
2269         * docs/plugins/inspect/plugin-matroska.xml:
2270         * docs/plugins/inspect/plugin-monoscope.xml:
2271         * docs/plugins/inspect/plugin-mulaw.xml:
2272         * docs/plugins/inspect/plugin-multifile.xml:
2273         * docs/plugins/inspect/plugin-multipart.xml:
2274         * docs/plugins/inspect/plugin-navigationtest.xml:
2275         * docs/plugins/inspect/plugin-ossaudio.xml:
2276         * docs/plugins/inspect/plugin-png.xml:
2277         * docs/plugins/inspect/plugin-quicktime.xml:
2278         * docs/plugins/inspect/plugin-rtp.xml:
2279         * docs/plugins/inspect/plugin-rtsp.xml:
2280         * docs/plugins/inspect/plugin-smpte.xml:
2281         * docs/plugins/inspect/plugin-soup.xml:
2282         * docs/plugins/inspect/plugin-spectrum.xml:
2283         * docs/plugins/inspect/plugin-speex.xml:
2284         * docs/plugins/inspect/plugin-taglib.xml:
2285         * docs/plugins/inspect/plugin-udp.xml:
2286         * docs/plugins/inspect/plugin-video4linux2.xml:
2287         * docs/plugins/inspect/plugin-videobalance.xml:
2288         * docs/plugins/inspect/plugin-videobox.xml:
2289         * docs/plugins/inspect/plugin-videocrop.xml:
2290         * docs/plugins/inspect/plugin-videoflip.xml:
2291         * docs/plugins/inspect/plugin-videomixer.xml:
2292         * docs/plugins/inspect/plugin-wavenc.xml:
2293         * docs/plugins/inspect/plugin-wavpack.xml:
2294         * docs/plugins/inspect/plugin-wavparse.xml:
2295         * docs/plugins/inspect/plugin-ximagesrc.xml:
2296         * gst/debug/Makefile.am:
2297         * gst/debug/breakmydata.c:
2298         * gst/debug/efence.c:
2299         * gst/debug/gstdebug.c:
2300         * gst/debug/gstnavseek.c:
2301         * gst/debug/gstpushfilesrc.c:
2302         * gst/debug/gstpushfilesrc.h:
2303         * gst/debug/negotiation.c:
2304         * gst/debug/progressreport.c:
2305         * gst/debug/progressreport.h:
2306         * gst/debug/rndbuffersize.c:
2307         * gst/debug/testplugin.c:
2308           Remove dummy plugin_init. Remove some undefined entries from doc-
2309           section file. Add taginject element and rebuild docs for it.
2310
2311 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2312
2313         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
2314         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
2315         Update the counter for the number of streams when pads are added or
2316         removed. This will make sure that a seek table is generated for
2317         files with just one audio stream.
2318
2319 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2320
2321         * gst/matroska/matroska-demux.c:
2322         (gst_matroska_demux_parse_metadata_id_simple_tag):
2323         * gst/matroska/matroska-ids.h:
2324         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
2325         Add some more tags, improve debugging a bit and make sure that
2326         GValue transformation has succeeded before using the result
2327         as a tag.
2328
2329 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2330
2331         Patch by: Olivier Crete <tester at tester dot ca>
2332
2333         * gst/rtp/gstrtptheorapay.c:
2334         The Theora RTP payloader only supports the "inline" delievery method
2335         so let's declare this on the caps of the static pad template.
2336         Fixes bug #537675.
2337
2338 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
2339
2340         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
2341         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
2342         Remove bogus check.
2343
2344 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
2345
2346         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
2347         (gst_videomixer_blend_buffers):
2348         Use stream_time to synchronize the object properties.
2349         Use running_time of the master pad to timestamp outgoing buffers.
2350         Fix the initial segment event to extend an unknown amount of time.
2351         Fixes #537361.
2352
2353 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
2354
2355         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
2356         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
2357         (gst_avi_demux_calculate_durations_from_index),
2358         (gst_avi_demux_stream_header_push),
2359         (gst_avi_demux_stream_header_pull):
2360         Try to ignore unparsable/unknown streams and give a warning instead of
2361         erroring out. Fixes #537377.
2362
2363 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2364
2365         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
2366         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
2367
2368         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
2369         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2370         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
2371         (gst_matroska_demux_read_track_encodings),
2372         (gst_matroska_demux_add_stream),
2373         (gst_matroska_demux_handle_src_query),
2374         (gst_matroska_demux_init_stream),
2375         (gst_matroska_demux_parse_index_cuetrack),
2376         (gst_matroska_demux_parse_index_pointentry),
2377         (gst_matroska_demux_parse_info),
2378         (gst_matroska_demux_parse_metadata_id_simple_tag),
2379         (gst_matroska_demux_parse_metadata),
2380         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
2381         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2382         (gst_matroska_demux_parse_cluster),
2383         (gst_matroska_demux_parse_contents_seekentry),
2384         (gst_matroska_demux_loop_stream_parse_id),
2385         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
2386         (gst_matroska_demux_audio_caps),
2387         (gst_matroska_demux_subtitle_caps):
2388         * gst/matroska/matroska-demux.h:
2389         * gst/matroska/matroska-ids.c:
2390         (gst_matroska_track_init_subtitle_context):
2391         * gst/matroska/matroska-ids.h:
2392         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
2393         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
2394         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
2395         (gst_matroska_mux_video_pad_setcaps),
2396         (gst_matroska_mux_audio_pad_setcaps),
2397         (gst_matroska_mux_subtitle_pad_setcaps),
2398         (gst_matroska_mux_request_new_pad),
2399         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2400         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2401         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
2402         (gst_matroska_mux_set_property):
2403         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
2404         elements, do some checks for valid values in the demuxer, handle
2405         tracktimecodescale in the demuxer, set correct default values for all
2406         settings in the demuxer, review and add all missing matroska
2407         IDs and some more raw YUV formats, and some trivial cleanup.
2408
2409 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2410
2411         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
2412         (gst_pulsemixer_class_init):
2413         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
2414         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
2415         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
2416         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
2417         (gst_pulsesrc_prepare):
2418         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
2419         gst_element_class_set_details_simple() and fix coding style a bit
2420         more.
2421
2422 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2423
2424         * docs/plugins/Makefile.am:
2425         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2426         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2427         * docs/plugins/gst-plugins-good-plugins.args:
2428         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2429         * docs/plugins/gst-plugins-good-plugins.interfaces:
2430         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2431         * docs/plugins/inspect/plugin-aasink.xml:
2432         * docs/plugins/inspect/plugin-alaw.xml:
2433         * docs/plugins/inspect/plugin-alpha.xml:
2434         * docs/plugins/inspect/plugin-alphacolor.xml:
2435         * docs/plugins/inspect/plugin-annodex.xml:
2436         * docs/plugins/inspect/plugin-apetag.xml:
2437         * docs/plugins/inspect/plugin-audiofx.xml:
2438         * docs/plugins/inspect/plugin-auparse.xml:
2439         * docs/plugins/inspect/plugin-autodetect.xml:
2440         * docs/plugins/inspect/plugin-avi.xml:
2441         * docs/plugins/inspect/plugin-cacasink.xml:
2442         * docs/plugins/inspect/plugin-cairo.xml:
2443         * docs/plugins/inspect/plugin-cdio.xml:
2444         * docs/plugins/inspect/plugin-cutter.xml:
2445         * docs/plugins/inspect/plugin-debug.xml:
2446         * docs/plugins/inspect/plugin-dv.xml:
2447         * docs/plugins/inspect/plugin-efence.xml:
2448         * docs/plugins/inspect/plugin-effectv.xml:
2449         * docs/plugins/inspect/plugin-equalizer.xml:
2450         * docs/plugins/inspect/plugin-esdsink.xml:
2451         * docs/plugins/inspect/plugin-flac.xml:
2452         * docs/plugins/inspect/plugin-flxdec.xml:
2453         * docs/plugins/inspect/plugin-gamma.xml:
2454         * docs/plugins/inspect/plugin-gconfelements.xml:
2455         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2456         * docs/plugins/inspect/plugin-goom.xml:
2457         * docs/plugins/inspect/plugin-goom2k1.xml:
2458         * docs/plugins/inspect/plugin-halelements.xml:
2459         * docs/plugins/inspect/plugin-icydemux.xml:
2460         * docs/plugins/inspect/plugin-id3demux.xml:
2461         * docs/plugins/inspect/plugin-jpeg.xml:
2462         * docs/plugins/inspect/plugin-level.xml:
2463         * docs/plugins/inspect/plugin-matroska.xml:
2464         * docs/plugins/inspect/plugin-monoscope.xml:
2465         * docs/plugins/inspect/plugin-mulaw.xml:
2466         * docs/plugins/inspect/plugin-multifile.xml:
2467         * docs/plugins/inspect/plugin-multipart.xml:
2468         * docs/plugins/inspect/plugin-navigationtest.xml:
2469         * docs/plugins/inspect/plugin-ossaudio.xml:
2470         * docs/plugins/inspect/plugin-png.xml:
2471         * docs/plugins/inspect/plugin-pulseaudio.xml:
2472         * docs/plugins/inspect/plugin-quicktime.xml:
2473         * docs/plugins/inspect/plugin-rtp.xml:
2474         * docs/plugins/inspect/plugin-rtsp.xml:
2475         * docs/plugins/inspect/plugin-smpte.xml:
2476         * docs/plugins/inspect/plugin-soup.xml:
2477         * docs/plugins/inspect/plugin-spectrum.xml:
2478         * docs/plugins/inspect/plugin-speex.xml:
2479         * docs/plugins/inspect/plugin-taglib.xml:
2480         * docs/plugins/inspect/plugin-udp.xml:
2481         * docs/plugins/inspect/plugin-video4linux2.xml:
2482         * docs/plugins/inspect/plugin-videobalance.xml:
2483         * docs/plugins/inspect/plugin-videobox.xml:
2484         * docs/plugins/inspect/plugin-videocrop.xml:
2485         * docs/plugins/inspect/plugin-videoflip.xml:
2486         * docs/plugins/inspect/plugin-videomixer.xml:
2487         * docs/plugins/inspect/plugin-wavenc.xml:
2488         * docs/plugins/inspect/plugin-wavpack.xml:
2489         * docs/plugins/inspect/plugin-wavparse.xml:
2490         * docs/plugins/inspect/plugin-ximagesrc.xml:
2491         * ext/pulse/plugin.c:
2492         * ext/pulse/pulsemixer.c:
2493         * ext/pulse/pulsesink.c:
2494         * ext/pulse/pulsesrc.c:
2495         Add documentation to the pulseaudio plugin and run make update
2496         in docs/plugins.
2497
2498 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2499
2500         Patch by: Brian Cameron <brian.cameron at sun dot com>
2501
2502         * sys/sunaudio/gstsunaudiomixerctrl.c:
2503         (gst_sunaudiomixer_ctrl_get_volume),
2504         (gst_sunaudiomixer_ctrl_set_volume):
2505         Improvements for the SunAudio mixer by handling mute as no gain
2506         for tracks that have a gain property but no mute property.
2507         Fixes bug #536067.
2508
2509 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2510
2511         * configure.ac:
2512         * ext/pulse/Makefile.am:
2513         * ext/pulse/plugin.c: (plugin_init):
2514         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
2515         (gst_pulsemixer_implements_interface_init),
2516         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
2517         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
2518         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
2519         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
2520         * ext/pulse/pulsemixer.h:
2521         * ext/pulse/pulsemixerctrl.c:
2522         (gst_pulsemixer_ctrl_context_state_cb),
2523         (gst_pulsemixer_ctrl_sink_info_cb),
2524         (gst_pulsemixer_ctrl_source_info_cb),
2525         (gst_pulsemixer_ctrl_subscribe_cb),
2526         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
2527         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
2528         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
2529         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
2530         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
2531         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
2532         * ext/pulse/pulsemixerctrl.h:
2533         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
2534         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
2535         * ext/pulse/pulsemixertrack.h:
2536         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
2537         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
2538         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
2539         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
2540         (gst_pulseprobe_new), (gst_pulseprobe_free),
2541         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
2542         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
2543         (gst_pulseprobe_set_server):
2544         * ext/pulse/pulseprobe.h:
2545         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
2546         (gst_pulsesink_class_init), (gst_pulsesink_init),
2547         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
2548         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
2549         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
2550         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
2551         (gst_pulsesink_stream_request_cb),
2552         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
2553         (gst_pulsesink_close), (gst_pulsesink_prepare),
2554         (gst_pulsesink_unprepare), (gst_pulsesink_write),
2555         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
2556         (gst_pulsesink_reset), (gst_pulsesink_change_title),
2557         (gst_pulsesink_event), (gst_pulsesink_get_type):
2558         * ext/pulse/pulsesink.h:
2559         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
2560         (gst_pulsesrc_implements_interface_init),
2561         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
2562         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
2563         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
2564         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
2565         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
2566         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
2567         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
2568         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
2569         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
2570         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
2571         (gst_pulsesrc_get_type):
2572         * ext/pulse/pulsesrc.h:
2573         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
2574         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
2575         * ext/pulse/pulseutil.h:
2576         Add pulseaudio GStreamer element from gst-pulse. Development will
2577         continue here instead of pulseaudio SVN. Fixes bug #400679.
2578         Only changes over gst-pulse SVN are added copyright to the top of
2579         files and coding style changes.
2580
2581 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
2582
2583         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
2584
2585         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
2586           (gst_cdio_add_cdtext_album_tags):
2587         * ext/cdio/gstcdio.h:
2588         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
2589           Also extract album title and album genre from CD-TEXT if
2590           available (#537021).
2591
2592 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
2593
2594         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2595
2596         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2597         Improve negotiation a bit more by picking the smallest possible
2598         resolution that is larger than the resolution specified in the
2599         first caps entry of the peer caps. Fixes bug #536994.
2600
2601 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
2602
2603         Patch by: Bastien Nocera <hadess at hadess dot net>
2604
2605         * sys/v4l2/gstv4l2vidorient.c:
2606         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
2607         Fix compilation with newer GIT kernels that deprecated
2608         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
2609
2610 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
2611
2612         * configure.ac:
2613         * ext/cdio/gstcdio.c:
2614         * ext/cdio/gstcdio.h:
2615         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
2616           Require libcdio >= 0.76.
2617
2618 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
2619
2620         * gst/avi/gstavidemux.c:
2621         Catch UNEXPECTED when downstream has reached end of
2622         segment in reverse mode.
2623
2624 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
2625
2626         * gst/avi/gstavidemux.c:
2627         Fix typo in comment
2628
2629 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
2630
2631         * gst/avi/gstavidemux.c:
2632         Because we don't know the frame order we need to push till
2633         the next keyframe
2634
2635 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2636
2637         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2638
2639         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
2640         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
2641         Provide a custom negotiation function to make sure to pick the highest
2642         possible framerate and resolution. Fixes bug #536646.
2643
2644 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
2645
2646         * gst/avi/gstavidemux.c:
2647         Set EOS when going out of the segment in reverse playback
2648
2649 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2650
2651         * ext/taglib/Makefile.am::
2652           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
2653           taglib headers (with gcc 4.3.1).
2654
2655 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2656
2657         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
2658         Use the new gst_rtsp_connection_get_ip() to access the IP address
2659         of a GstRTSPConnection since it is a private member.
2660
2661 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2662
2663         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
2664         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
2665           Use new utility functions in libgsttag to process coverart (#512333).
2666
2667 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2668
2669         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
2670         We actually support left/side, right/side and mid/side files. The
2671         conversion to normal, interleaved stereo is done by libflac.
2672
2673 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2674
2675         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
2676         (gst_ebml_write_set_cache):
2677         Unref the write cache in finalize if it was set and add add "FIXME"
2678         to a comment that needs it.
2679
2680 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2681
2682         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
2683
2684         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
2685         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
2686         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
2687         (gst_avi_demux_process_next_entry):
2688         * gst/avi/gstavidemux.h:
2689         Implement reverse playback. Fixes #535300.
2690         Small cleanups.
2691
2692 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
2693
2694         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
2695         (gst_videomixer_query_latency):
2696         When using gst_element_iterate_pads() one has to unref every pad
2697         after usage.
2698
2699 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
2700
2701         Patch by: Bastien Nocera <hadess at hadess dot net>
2702         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
2703         (qtdemux_parse_udta):
2704         * gst/qtdemux/qtdemux_fourcc.h:
2705         Improve meta-data handling, add 'comment', 'description' and
2706         'copyright' tag handling.
2707         Fixes #535935
2708
2709 2008-05-31  Julien Moutte  <julien@fluendo.com>
2710
2711         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
2712         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
2713         (gst_qtdemux_seek_to_previous_keyframe),
2714         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
2715         we don't clip the segment's stop using the main segment duration as
2716         that could crop quite some video frames. Make reverse playback support
2717         more robust and support edit lists. Support seeking to the last frame,
2718         and fix reverse looping playback. Add some debugging.
2719         * win32/common/config.h: Updated.
2720
2721 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
2722
2723         * gst/equalizer/gstiirequalizer.c:
2724         (gst_iir_equalizer_transform_ip):
2725         Don't clip float/double samples, correctly unset passthrough mode
2726         and use better rounding for integer samples.
2727
2728 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
2729
2730         * gst/equalizer/gstiirequalizer.c:
2731         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
2732         (setup_filter), (set_passthrough), (update_coefficients),
2733         (gst_iir_equalizer_compute_frequencies),
2734         (gst_iir_equalizer_transform_ip):
2735         * gst/equalizer/gstiirequalizer.h:
2736         Update the filter coefficients only when needed in the transform_ip
2737         function and correctly set the element into passthrough mode if the
2738         gain of all bands is 0.
2739
2740 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
2741
2742         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
2743
2744         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
2745         (gst_alpha_set_property), (gst_alpha_get_property),
2746         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
2747         Try to skip pixels or areas that are too dark or too bright for us to do
2748         meaningfull color detection.
2749         Added properties to control the sensitivity to light and darkness.
2750         Added some small cleanups. Fixes #512345.
2751
2752 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
2753
2754         * docs/plugins/.cvsignore:
2755         * tests/check/elements/.cvsignore:
2756         Ignore some more generated things
2757
2758         * tests/check/Makefile.am:
2759         Ignore OSS elements in the state changes test too.
2760
2761 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2762
2763         * docs/plugins/Makefile.am:
2764         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2765         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2766         Add SMPTE effect elements to docs.
2767
2768 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
2769
2770         * docs/plugins/Makefile.am:
2771         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2772         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2773         * ext/raw1394/gstdv1394src.c:
2774           Document whats first shown on the fdo plugin docs page :)
2775
2776 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
2777
2778         * docs/plugins/Makefile.am:
2779         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2780         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2781         * docs/plugins/gst-plugins-good-plugins.args:
2782         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2783         * docs/plugins/inspect/plugin-audiofx.xml:
2784         * gst/audiofx/Makefile.am:
2785         * gst/audiofx/audiofx.c:
2786         * gst/audiofx/audiokaraoke.c:
2787         * gst/audiofx/audiokaraoke.h:
2788         * gst/audiofx/audiovoice.c:
2789         * gst/audiofx/audiovoice.h:
2790           Rename audiovoice to audiokaraoke and add it to the docs.
2791
2792 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
2793
2794         * REQUIREMENTS:
2795         * docs/plugins/Makefile.am:
2796         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2797         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2798         * docs/plugins/gst-plugins-good-plugins.args:
2799         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2800         * docs/plugins/gst-plugins-good-plugins.interfaces:
2801         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2802         * docs/plugins/inspect/plugin-aasink.xml:
2803         * docs/plugins/inspect/plugin-alaw.xml:
2804         * docs/plugins/inspect/plugin-alpha.xml:
2805         * docs/plugins/inspect/plugin-alphacolor.xml:
2806         * docs/plugins/inspect/plugin-annodex.xml:
2807         * docs/plugins/inspect/plugin-apetag.xml:
2808         * docs/plugins/inspect/plugin-audiofx.xml:
2809         * docs/plugins/inspect/plugin-auparse.xml:
2810         * docs/plugins/inspect/plugin-autodetect.xml:
2811         * docs/plugins/inspect/plugin-avi.xml:
2812         * docs/plugins/inspect/plugin-cacasink.xml:
2813         * docs/plugins/inspect/plugin-cairo.xml:
2814         * docs/plugins/inspect/plugin-cdio.xml:
2815         * docs/plugins/inspect/plugin-cutter.xml:
2816         * docs/plugins/inspect/plugin-debug.xml:
2817         * docs/plugins/inspect/plugin-dv.xml:
2818         * docs/plugins/inspect/plugin-efence.xml:
2819         * docs/plugins/inspect/plugin-effectv.xml:
2820         * docs/plugins/inspect/plugin-equalizer.xml:
2821         * docs/plugins/inspect/plugin-esdsink.xml:
2822         * docs/plugins/inspect/plugin-flac.xml:
2823         * docs/plugins/inspect/plugin-flxdec.xml:
2824         * docs/plugins/inspect/plugin-gamma.xml:
2825         * docs/plugins/inspect/plugin-gconfelements.xml:
2826         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2827         * docs/plugins/inspect/plugin-goom.xml:
2828         * docs/plugins/inspect/plugin-goom2k1.xml:
2829         * docs/plugins/inspect/plugin-halelements.xml:
2830         * docs/plugins/inspect/plugin-icydemux.xml:
2831         * docs/plugins/inspect/plugin-id3demux.xml:
2832         * docs/plugins/inspect/plugin-jpeg.xml:
2833         * docs/plugins/inspect/plugin-level.xml:
2834         * docs/plugins/inspect/plugin-matroska.xml:
2835         * docs/plugins/inspect/plugin-monoscope.xml:
2836         * docs/plugins/inspect/plugin-mulaw.xml:
2837         * docs/plugins/inspect/plugin-multifile.xml:
2838         * docs/plugins/inspect/plugin-multipart.xml:
2839         * docs/plugins/inspect/plugin-navigationtest.xml:
2840         * docs/plugins/inspect/plugin-ossaudio.xml:
2841         * docs/plugins/inspect/plugin-png.xml:
2842         * docs/plugins/inspect/plugin-quicktime.xml:
2843         * docs/plugins/inspect/plugin-rtp.xml:
2844         * docs/plugins/inspect/plugin-rtsp.xml:
2845         * docs/plugins/inspect/plugin-smpte.xml:
2846         * docs/plugins/inspect/plugin-soup.xml:
2847         * docs/plugins/inspect/plugin-spectrum.xml:
2848         * docs/plugins/inspect/plugin-speex.xml:
2849         * docs/plugins/inspect/plugin-taglib.xml:
2850         * docs/plugins/inspect/plugin-udp.xml:
2851         * docs/plugins/inspect/plugin-video4linux2.xml:
2852         * docs/plugins/inspect/plugin-videobalance.xml:
2853         * docs/plugins/inspect/plugin-videobox.xml:
2854         * docs/plugins/inspect/plugin-videocrop.xml:
2855         * docs/plugins/inspect/plugin-videoflip.xml:
2856         * docs/plugins/inspect/plugin-videomixer.xml:
2857         * docs/plugins/inspect/plugin-wavenc.xml:
2858         * docs/plugins/inspect/plugin-wavpack.xml:
2859         * docs/plugins/inspect/plugin-wavparse.xml:
2860         * docs/plugins/inspect/plugin-ximagesrc.xml:
2861         * ext/aalib/gstaasink.c:
2862         * ext/libcaca/gstcacasink.c:
2863           Document aasink and cacasink.
2864
2865 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
2866
2867         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
2868         (gst_videomixer_init), (gst_videomixer_query_duration),
2869         (gst_videomixer_query_latency), (gst_videomixer_query),
2870         (gst_videomixer_blend_buffers):
2871         * gst/videomixer/videomixer.h:
2872         Implement position (in time), duration and latency queries.
2873
2874 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
2875
2876         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
2877         (gst_videomixer_init), (gst_videomixer_request_new_pad),
2878         (gst_videomixer_fill_queues), (forward_event_func),
2879         (forward_event), (gst_videomixer_src_event),
2880         (gst_videomixer_sink_event):
2881         * gst/videomixer/videomixer.h:
2882         Implement proper seek/newsegment handling.
2883         Based on adder's implementation.
2884         Fixes #535121
2885
2886 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2887
2888         Patch by: Jan Gerber <j at oil21 dot org>
2889
2890         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2891         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
2892
2893 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2894
2895         * gst/audiofx/Makefile.am:
2896         * gst/audiofx/audiofx.c: (plugin_init):
2897         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
2898         (gst_audio_voice_class_init), (gst_audio_voice_init),
2899         (update_filter), (gst_audio_voice_set_property),
2900         (gst_audio_voice_get_property), (gst_audio_voice_setup),
2901         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
2902         (gst_audio_voice_transform_ip):
2903         * gst/audiofx/audiovoice.h:
2904         Add simple voice removal element. Yay karaoke.
2905
2906 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2907
2908         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
2909
2910         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2911         Fix potential caps leak.
2912         If we can't get the framerate with an ioctl, try to get it with the
2913         current norm. Fixes #520092.
2914
2915 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2916
2917         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
2918
2919         * sys/v4l2/v4l2src_calls.c:
2920         (gst_v4l2src_probe_caps_for_format_and_size):
2921         If we fail to get the frame intervals, simply don't touch the framerates
2922         on the template caps instead of discarding the format. See #520092.
2923
2924 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2925
2926         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
2927
2928         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
2929         (gst_v4l2_get_caps_info):
2930         Add NV12, NV21 and bayer support. See #520092.
2931
2932 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2933
2934         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
2935         (gst_qtdemux_activate_segment):
2936         Unbreak segment activation again. Fixes #531672.
2937
2938 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
2939
2940         * ext/flac/Makefile.am:
2941         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
2942         Set the channel layout when decoding FLAC files with more than 2
2943         channels as defined by the FLAC spec. Fixes bug #534570.
2944
2945         Also don't try to decode left/side, right/side and mid/side files
2946         as we don't support this at all.
2947
2948 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
2949
2950         * configure.ac:
2951           We need -base CVS (rtsp).
2952
2953 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
2954
2955         * gst/udp/Makefile.am:
2956           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
2957           when including netdb.h when building against glibc >= 2.8.
2958
2959 2008-05-22  Julien Moutte  <julien@fluendo.com>
2960
2961         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
2962         debug statement arguments.
2963         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
2964         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
2965         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
2966         on more platforms.
2967
2968 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2969
2970         * tests/check/elements/avimux.c: (setup_src_pad),
2971         (teardown_src_pad):
2972         * tests/check/elements/icydemux.c: (icydemux_found_pad),
2973         (GST_START_TEST):
2974         * tests/check/elements/matroskamux.c: (setup_src_pad),
2975         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
2976         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
2977         (GST_START_TEST):
2978         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
2979         (setup_wavpackparse), (cleanup_wavpackparse):
2980         Don't use gst_element_get_pad(), it's a bad, bad method.
2981
2982 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2983
2984         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
2985         (do_toggle_element):
2986         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
2987         (do_toggle_element):
2988         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
2989         (do_toggle_element):
2990         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
2991         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
2992         (do_toggle_element):
2993         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
2994         (do_toggle_element):
2995         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
2996         (gst_auto_audio_sink_detect):
2997         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
2998         (gst_auto_video_sink_detect):
2999         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3000         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
3001         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
3002         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
3003         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
3004         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
3005         * tests/icles/videocrop-test.c: (test_with_caps),
3006         (video_crop_get_test_caps):
3007         Don't use gst_element_get_pad(), it's a bad method.
3008
3009 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3010
3011         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3012         (gst_multiudpsink_add_internal):
3013         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
3014         (gst_udp_join_group):
3015         * gst/udp/gstudpnetutils.h:
3016         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3017         Joining a multicast group and setting the loop/ttl properties are
3018         totally unrelated tasks are must be separated.
3019
3020 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
3021
3022         * gst/avi/gstavimux.c:
3023           Also support alaw/mulaw.
3024
3025 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3026
3027         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3028         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
3029         * gst/udp/gstmultiudpsink.h:
3030         Add a fixme for the auto-multicast property.
3031         Fix some confusing debug messages.
3032         Disable setting a qos value by default.
3033
3034 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3035
3036         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
3037
3038         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
3039         Ignore EPERM errors from sendto. Fixes #533619.
3040
3041 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3042
3043         Patch by: Henrik Eriksson <henriken at axis dot com>
3044
3045         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3046         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
3047         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
3048         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
3049         * gst/udp/gstmultiudpsink.h:
3050         Add qos-dscp property to manage the Quality of service. Fixes #469917.
3051
3052 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3053
3054         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
3055         Improve debugging of the ident.
3056
3057 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3058
3059         Patch by: Bruno Santos <brunof at ua dot pt>
3060
3061         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
3062         (gst_udp_join_group), (gst_udp_leave_group),
3063         (gst_udp_is_multicast):
3064         * gst/udp/gstudpnetutils.h:
3065         Provide a bunch of helper methods to deal with IPv4 and IPv6
3066         transparently.
3067
3068         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3069         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
3070         (gst_multiudpsink_get_property), (join_multicast),
3071         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
3072         (gst_multiudpsink_remove):
3073         * gst/udp/gstmultiudpsink.h:
3074         Add multicast TTL and loopback properties.
3075         Use the helper methods to implement ip4 and ip6.
3076
3077         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
3078         * gst/udp/gstudpsrc.h:
3079         Use the helper methods to implement ip4 and ip6.
3080         Fixes #515962.
3081
3082 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3083
3084         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
3085
3086         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
3087         (gst_multipart_demux_get_gstname),
3088         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
3089         * gst/multipart/multipartdemux.h:
3090         Don't blindly copy the mime-type as the caps name because they not
3091         always map directly. Instead use a hashtable with common mappings.
3092         Fixes #533287.
3093
3094 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3095
3096         * ext/esd/esdsink.c: (gst_esdsink_write):
3097         When we post an error, we must return -1 to let the parent know that we
3098         cannot write the segment else it will loop and continue to call us again
3099         forever. Patch by Michael Meeks.
3100
3101 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
3102
3103         * gst/videomixer/videomixer.c:
3104           Add missing incudes.
3105
3106 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
3107
3108         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
3109         (gst_rtp_h264_pay_handle_buffer):
3110         * gst/rtp/gstrtph264pay.h:
3111         Correct a typo (sinle -> single).
3112
3113 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3114
3115         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
3116         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
3117         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
3118         (gst_rtp_h264_depay_process):
3119         * gst/rtp/gstrtph264depay.h:
3120         Add experimental support for outputting quicktime-like AVC output in
3121         addition to the existing bytestream output.
3122
3123         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
3124         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
3125         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
3126         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
3127         (gst_rtp_h264_pay_get_property):
3128         * gst/rtp/gstrtph264pay.h:
3129         Make the parsing mode configurable, for some inputs we don't need to
3130         scan every byte for start codes.
3131         Only set the marker bit on ACCESS units.
3132
3133 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3134
3135         * gst/equalizer/gstiirequalizer.c:
3136         Use a bigger type in integer mode for the intermediate results to
3137         prevent overflows. This fixes the crippled sound when using the
3138         equalizer in integer mode. Fixes bug #510865.
3139
3140 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
3141
3142         * gst/videomixer/videomixer.c:
3143         * gst/videomixer/videomixer.h:
3144         Instead of a random number for the request pad id's,
3145         use a counter.
3146
3147         Register the videomixerpad class from the element's class_init
3148         where it's safer, and allows the docs generator to scan it.
3149
3150 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3151
3152         * gst/smpte/Makefile.am:
3153         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
3154         * gst/smpte/gstsmpte.h:
3155         * gst/smpte/gstsmptealpha.c:
3156         (gst_smpte_alpha_transition_type_get_type),
3157         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
3158         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
3159         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
3160         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
3161         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
3162         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
3163         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
3164         * gst/smpte/gstsmptealpha.h:
3165         * gst/smpte/plugin.c: (plugin_init):
3166         Add new plugin that adds the SMPTE transition in the alpha channel of
3167         I420 and AYUV frames so that they can be blended with videomixer later
3168         on. Uses all niceties such as using base transform for efficient alloc
3169         and negotiation. It currently requires GstController to control the
3170         position in the transition effect.
3171
3172 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
3173
3174         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3175         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3176         * docs/plugins/gst-plugins-good-plugins.args:
3177         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3178         * docs/plugins/gst-plugins-good-plugins.interfaces:
3179         * docs/plugins/gst-plugins-good-plugins.types:
3180         * gst/videomixer/videomixer.c:
3181           Try using thaytans new mechanism to get extra classes into plugin
3182           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
3183           missing still.
3184
3185 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
3186
3187         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
3188         Set proper rate in avi stream header for PCM audio, and also do some
3189         more sanity checks on caps in this case.  Fixes #511489.
3190
3191 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3192
3193         * sys/v4l2/gstv4l2src.c:
3194         Don't include the gstv4l2xoverlay.h header as the XOverlay support
3195         isn't implemented at all yet and this requires X headers to be
3196         installed. Fixes bug #533264.
3197
3198 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3199
3200         reviewed by: <delete if not using a buddy>
3201
3202         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3203         (gst_ebml_write_set_cache):
3204         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3205         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3206         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3207         (gst_matroska_demux_read_track_encodings),
3208         (gst_matroska_demux_add_stream),
3209         (gst_matroska_demux_handle_src_query),
3210         (gst_matroska_demux_init_stream),
3211         (gst_matroska_demux_parse_index_cuetrack),
3212         (gst_matroska_demux_parse_index_pointentry),
3213         (gst_matroska_demux_parse_info),
3214         (gst_matroska_demux_parse_metadata_id_simple_tag),
3215         (gst_matroska_demux_parse_metadata),
3216         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3217         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3218         (gst_matroska_demux_parse_cluster),
3219         (gst_matroska_demux_parse_contents_seekentry),
3220         (gst_matroska_demux_loop_stream_parse_id),
3221         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3222         (gst_matroska_demux_audio_caps),
3223         (gst_matroska_demux_subtitle_caps):
3224         * gst/matroska/matroska-demux.h:
3225         * gst/matroska/matroska-ids.c:
3226         (gst_matroska_track_init_subtitle_context):
3227         * gst/matroska/matroska-ids.h:
3228         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3229         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
3230         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
3231         * sys/v4l2/gstv4l2src.c:
3232         * tests/check/pipelines/wavpack.c: (bus_handler):
3233         * win32/common/config.h:
3234
3235 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
3236
3237         * ext/wavpack/gstwavpackstreamreader.c:
3238         * tests/examples/spectrum/demo-audiotest.c:
3239         * tests/examples/spectrum/demo-osssrc.c:
3240         Fix some compiler warnings.
3241
3242 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3243
3244         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
3245         Small comment added.
3246
3247         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
3248         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
3249         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
3250         Debug string cleanups (remove trailing \n)
3251         Refactor and clean up the payloader a bit and make sure that we only
3252         put one NAL unit in an RTP packet even if the input buffer contains
3253         multiple NAL units.
3254         Add suport for AVC format input.
3255
3256 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
3257
3258         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
3259         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
3260         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
3261         * gst/rtp/gstrtph264pay.h:
3262         Make it possible to specify profile-level-id and sprop-parameter-sets
3263         using properties in case they are not available in-stream.
3264
3265 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
3266
3267         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3268         * docs/plugins/gst-plugins-good-plugins.args:
3269         * docs/plugins/inspect/plugin-ladspa.xml:
3270           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
3271
3272 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
3273
3274         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
3275         Send an initial BYTE segment to inform downstream of later seeking,
3276         and to forego sync attempts.
3277
3278 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3279
3280         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
3281         Fix wrong caps string.
3282
3283 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3284
3285         Based on patch by: Olivier Crete <tester at tester dot ca>
3286
3287         * gst/rtp/Makefile.am:
3288         * gst/rtp/gstrtp.c: (plugin_init):
3289         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
3290         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
3291         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
3292         (gst_rtp_g729_depay_plugin_init):
3293         * gst/rtp/gstrtpg729depay.h:
3294         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
3295         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
3296         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
3297         * gst/rtp/gstrtpg729pay.h:
3298         Added G729 pay and depayloaders. Fixes #532409.
3299
3300 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3301
3302         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
3303         Fix the calculation of the duration of the concealment packets.
3304
3305 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3306
3307         Based on patch by: Olivier Crete <tester at tester dot ca>
3308
3309         * gst/rtp/Makefile.am:
3310         * gst/rtp/gstrtp.c: (plugin_init):
3311         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
3312         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
3313         (parse_encode), (gst_rtp_dv_depay_setcaps),
3314         (calculate_difblock_location), (gst_rtp_dv_depay_process),
3315         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
3316         (gst_rtp_dv_depay_plugin_init):
3317         * gst/rtp/gstrtpdvdepay.h:
3318         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
3319         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
3320         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
3321         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
3322         (gst_dv_pay_negotiate), (include_dif),
3323         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
3324         * gst/rtp/gstrtpdvpay.h:
3325         Add DV pay and depayloaders. Fixes #532423.
3326
3327 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
3328
3329         * gst/matroska/matroska-demux.c:
3330         (gst_matroska_demux_push_dvd_clut_change_event):
3331         Convert subtitle palette info in VobSub private data from VobSub's
3332         (buggy) RGB to YUV.
3333
3334 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
3335
3336         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
3337         Do not leave fourcc stream header field empty upon reset.
3338         Fixes #519301.
3339
3340 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
3341
3342         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3343         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3344         * docs/plugins/inspect/plugin-goom.xml:
3345         * docs/plugins/inspect/plugin-goom2k1.xml:
3346         * gst/goom/gstgoom.c:
3347         * gst/goom2k1/gstgoom.c:
3348         Add goom2k1 into the docs.
3349
3350 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
3351
3352         Based on patch by: Wouter Cloetens  <wouter at mind be>
3353
3354         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3355         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
3356         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
3357         (gst_rtsp_decode_quoted_string),
3358         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
3359         (gst_rtspsrc_setup_auth):
3360         Support Digest authentication. Fixes #532065.
3361
3362 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
3363
3364         * gst/level/gstlevel.c:
3365           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
3366           about whats needed for liboil acceleration. Simplify docs a bit.
3367
3368 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
3369
3370         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3371
3372         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
3373         Update the track duration if the old one was invalid.
3374         Fixes bug #532117.
3375
3376 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3377
3378         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
3379           Use GST_STR_NULL when trying to print sps and pps strings that could
3380           be NULL, as this might crash on some platforms.
3381
3382 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3383
3384         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
3385
3386         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
3387           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
3388           set after creating the clipper.
3389
3390 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3391
3392         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
3393
3394         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
3395           Added checking of surface lost case after an unsuccessful
3396           IDirectDrawSurface7_Lock() call.
3397           If surface is lost, return GST_FLOW_OK.
3398
3399 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3400
3401         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
3402
3403         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
3404           WndProc, gst_directdraw_sink_window_thread):
3405           Improved Windows message loop and fixed window destruction issue.
3406           When the window which DirectDraw is rendering to is destroyed, the
3407           render/show_frame function will return GST_FLOW_ERROR.
3408           Partially fixes #520885.
3409
3410 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3411
3412         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
3413
3414         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
3415           Fixed mid stream resolution change bug, the offscreen surface is now
3416           released when set_caps is called.
3417           Partially fixes #520885.
3418
3419 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3420
3421         * sys/directdraw/gstdirectdrawsink.c
3422           (gst_directdraw_sink_buffer_alloc):
3423           Make it so that gst_directdraw_sink_buffer_alloc uses the right
3424           width/height.
3425
3426           Especially when looking through the pool of buffers, make sure that
3427           the width/height of caps is used instead of the already negotiated
3428           dimensions.
3429           For example if a buffer with different caps is requested, i.e.
3430           higher resolution, the caller would get a buffer with the old
3431           dimensions and thus corrupt the heap.
3432
3433 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3434
3435         * sys/directdraw/gstdirectdrawsink.c
3436           (gst_directdraw_sink_buffer_alloc):
3437           Clear the flags on recycled buffers from buffer_alloc.
3438           Partially fixes #520885.
3439
3440 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3441
3442         * gst/rtp/gstrtpilbcpay.c:
3443           Added missing stdlib.h include for strtol(), and made include ordering and
3444           style consistent with the corresponding depayloader.
3445
3446 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
3447
3448         * configure.ac:
3449           Error out if we don't have the required core/base versions.
3450
3451 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3452
3453         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3454
3455         * sys/osxvideo/cocoawindow.m:
3456         Fix compiler warnings on PPC64. Fixes bug #499318.
3457
3458 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
3459
3460         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3461
3462         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
3463         Don't leak file descriptors on error. Fixes #531532.
3464
3465 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
3466
3467         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
3468         (gst_gconf_audio_src_change_state):
3469         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
3470         (gst_gconf_video_sink_change_state):
3471         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
3472         (gst_gconf_video_src_change_state):
3473         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
3474         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
3475         When we can't create a fakesink/fakesrc complain instead of unreffing
3476         NULL pointers and crashing later. See bug #530535.
3477
3478 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3479
3480         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
3481         Add some more debug info and guard against small payloads.
3482
3483         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
3484         Set duration on outgoing buffers because we can.
3485
3486 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3487
3488         Patch by: Olivier Crete <tester at tester dot ca>
3489
3490         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
3491         (gst_speex_enc_init), (gst_speex_enc_chain):
3492         Add negotiation for the speex channels and rate. Fixes #465146.
3493
3494 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3495
3496         Patch by: Olivier Crete <tester at tester dot ca>
3497
3498         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
3499         (gst_rtp_speex_pay_getcaps):
3500         Add negotiation for the speex channels and rate. See #465146.
3501
3502 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3503
3504         Patch by: Olivier Crete <tester at tester dot ca>
3505
3506         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
3507         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
3508         Add negotiation for the ILBC mode. See #465146.
3509
3510 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
3511
3512         * ext/soup/gstsouphttpsrc.c:
3513           Include stdlib to fix the build. Use g_free instead of free, libsoup
3514           uses glib.
3515
3516 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3517
3518         Patch by: j^ <j@bootlab.org>
3519
3520         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
3521         Add more mpeg2 variants. Fixes #530886.
3522
3523 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
3524
3525         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
3526
3527         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
3528           Don't error out if we get an ICMP destination-unreachable
3529           message when trying to read packets on win32 (#529454).
3530
3531 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3532
3533         * configure.ac:
3534         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3535           Use new error code for encrypted streams (which requires core CVS).
3536
3537 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3538
3539         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
3540           (gst_qtdemux_audiosrc_template):
3541           Fix swapped pad template names, spotted by Thiago Sousa Santos.
3542
3543 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
3544
3545         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
3546         (speex_dec_chain_parse_data):
3547         Produce concealment data when time progresses in a segment update.
3548
3549 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3550
3551         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
3552         (speex_dec_chain):
3553         Try to preserve input timestamps when we can.
3554         Do beginnings of error concealment.
3555
3556 2008-04-28  Michael Smith <msmith@songbirdnest.com>
3557
3558         * gst/debug/gstnavigationtest.c:
3559           MSVC doesn't provide rint(), define an adequate replacement locally as
3560           elsewhere.
3561
3562 2008-04-28  Julien Moutte  <julien@fluendo.com>
3563
3564         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
3565         format to pacify Mac OSX's gcc.
3566
3567 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3568
3569         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
3570           (DEFAULT_MAX), (src_template), (sink_template),
3571           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
3572           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
3573           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
3574           Bring rndbuffersize element into a state that doesn't require us
3575           to move it to -bad immediately. For one, fix up default min/max
3576           values so that the element actuall works using the default values.
3577           Also, don't ignore flow return values and do some kind of minimal
3578           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
3579           other gratuitious clean-ups.
3580
3581 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3582
3583         * docs/plugins/Makefile.am:
3584         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3585         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3586         * docs/plugins/gst-plugins-good-plugins.args:
3587         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3588         * docs/plugins/gst-plugins-good-plugins.interfaces:
3589         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3590         * docs/plugins/inspect/plugin-1394.xml:
3591         * docs/plugins/inspect/plugin-aasink.xml:
3592         * docs/plugins/inspect/plugin-alaw.xml:
3593         * docs/plugins/inspect/plugin-alpha.xml:
3594         * docs/plugins/inspect/plugin-alphacolor.xml:
3595         * docs/plugins/inspect/plugin-annodex.xml:
3596         * docs/plugins/inspect/plugin-apetag.xml:
3597         * docs/plugins/inspect/plugin-audiofx.xml:
3598         * docs/plugins/inspect/plugin-auparse.xml:
3599         * docs/plugins/inspect/plugin-autodetect.xml:
3600         * docs/plugins/inspect/plugin-avi.xml:
3601         * docs/plugins/inspect/plugin-cacasink.xml:
3602         * docs/plugins/inspect/plugin-cairo.xml:
3603         * docs/plugins/inspect/plugin-cdio.xml:
3604         * docs/plugins/inspect/plugin-cutter.xml:
3605         * docs/plugins/inspect/plugin-debug.xml:
3606         * docs/plugins/inspect/plugin-dv.xml:
3607         * docs/plugins/inspect/plugin-efence.xml:
3608         * docs/plugins/inspect/plugin-effectv.xml:
3609         * docs/plugins/inspect/plugin-equalizer.xml:
3610         * docs/plugins/inspect/plugin-esdsink.xml:
3611         * docs/plugins/inspect/plugin-flac.xml:
3612         * docs/plugins/inspect/plugin-flxdec.xml:
3613         * docs/plugins/inspect/plugin-gamma.xml:
3614         * docs/plugins/inspect/plugin-gconfelements.xml:
3615         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3616         * docs/plugins/inspect/plugin-goom.xml:
3617         * docs/plugins/inspect/plugin-halelements.xml:
3618         * docs/plugins/inspect/plugin-icydemux.xml:
3619         * docs/plugins/inspect/plugin-id3demux.xml:
3620         * docs/plugins/inspect/plugin-jpeg.xml:
3621         * docs/plugins/inspect/plugin-level.xml:
3622         * docs/plugins/inspect/plugin-matroska.xml:
3623         * docs/plugins/inspect/plugin-monoscope.xml:
3624         * docs/plugins/inspect/plugin-mulaw.xml:
3625         * docs/plugins/inspect/plugin-multifile.xml:
3626         * docs/plugins/inspect/plugin-multipart.xml:
3627         * docs/plugins/inspect/plugin-navigationtest.xml:
3628         * docs/plugins/inspect/plugin-ossaudio.xml:
3629         * docs/plugins/inspect/plugin-png.xml:
3630         * docs/plugins/inspect/plugin-quicktime.xml:
3631         * docs/plugins/inspect/plugin-rtp.xml:
3632         * docs/plugins/inspect/plugin-rtsp.xml:
3633         * docs/plugins/inspect/plugin-shout2send.xml:
3634         * docs/plugins/inspect/plugin-smpte.xml:
3635         * docs/plugins/inspect/plugin-spectrum.xml:
3636         * docs/plugins/inspect/plugin-speex.xml:
3637         * docs/plugins/inspect/plugin-taglib.xml:
3638         * docs/plugins/inspect/plugin-udp.xml:
3639         * docs/plugins/inspect/plugin-video4linux2.xml:
3640         * docs/plugins/inspect/plugin-videobalance.xml:
3641         * docs/plugins/inspect/plugin-videobox.xml:
3642         * docs/plugins/inspect/plugin-videocrop.xml:
3643         * docs/plugins/inspect/plugin-videoflip.xml:
3644         * docs/plugins/inspect/plugin-videomixer.xml:
3645         * docs/plugins/inspect/plugin-wavenc.xml:
3646         * docs/plugins/inspect/plugin-wavpack.xml:
3647         * docs/plugins/inspect/plugin-wavparse.xml:
3648         * docs/plugins/inspect/plugin-ximagesrc.xml:
3649           Add docs for gdkpixbufsink; update docs to CVS version.
3650
3651 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3652
3653         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
3654         Remove test sync-offset by default.
3655
3656 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3657
3658         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
3659         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
3660         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3661           Use GLib versions of htonl, htons, ntohl and ntohs in order
3662           to avoid problems on win32 (#529707).
3663
3664 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3665
3666         Patch by: Jesús Corrius <jesus at softcatala org>
3667
3668         * gst/goom/filters.c: (zoomVector):
3669         * gst/goom/goom_core.c: (init_buffers):
3670           Fix build with mingw32: use rand() instead of random() and
3671           replace bzero() with memset(). Fixes #529692.
3672
3673 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3674
3675         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
3676         Fix typo in comments.
3677
3678         * tests/examples/rtp/client-H263p-PCMA.sdp:
3679         * tests/examples/rtp/client-H263p-PCMA.sh:
3680         * tests/examples/rtp/client-H264-PCMA.sdp:
3681         * tests/examples/rtp/client-H264-PCMA.sh:
3682         * tests/examples/rtp/client-H264.sdp:
3683         * tests/examples/rtp/client-H264.sh:
3684         * tests/examples/rtp/client-PCMA.sdp:
3685         * tests/examples/rtp/client-PCMA.sh:
3686         * tests/examples/rtp/server-alsasrc-PCMA.sh:
3687         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
3688         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
3689         Add some more docs and fix examples.
3690
3691 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
3692
3693         * tests/check/elements/multifile.c:
3694         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
3695         declared in the former, some have it declared in the latter.
3696
3697 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
3698
3699         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
3700         * gst/debug/tests.c: (md5_get_value):
3701         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
3702         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
3703         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
3704         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
3705         Stop using deprecated GLib functions.
3706
3707 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
3708
3709         * configure.ac:
3710         Back to development -> 0.10.8.1
3711
3712 === release 0.10.8 ===
3713
3714 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
3715
3716         * configure.ac:
3717           releasing 0.10.8, "One For The Money"
3718
3719 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
3720
3721         * configure.ac:
3722         0.10.7.4 pre-release
3723
3724 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
3725
3726         * gst/goom/config_param.c: (goom_plugin_parameters_free):
3727         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
3728         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
3729         * gst/goom/flying_stars_fx.c: (fs_free):
3730         * gst/goom/goom_config_param.h:
3731         * gst/goom/goom_core.c: (goom_init), (goom_close):
3732         * gst/goom/goom_plugin_info.h:
3733         * gst/goom/gstgoom.c: (gst_goom_finalize):
3734         * gst/goom/lines.c: (goom_lines_free):
3735         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
3736         * gst/goom/surf3d.c: (grid3d_free):
3737         * gst/goom/surf3d.h:
3738         * gst/goom/tentacle3d.c: (tentacle_free):
3739         Free a bunch of stuff, and initialise things to fix leaks
3740         and valgrind warnings in the testsuite.
3741
3742         Fixes: #529268
3743
3744 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3745
3746         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
3747         (gst_rtspsrc_configure_caps):
3748         Ref caps as the return value for the request_pt_map signal.
3749         Remove some caps weirdness when configuring a stream. See #528245.
3750
3751 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
3752
3753         * tests/icles/gdkpixbufsink-test.c:
3754           Add cast to placate gcc 4.1.2.
3755
3756 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
3757
3758         * configure.ac:
3759         0.10.7.3 pre-release
3760
3761 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
3762
3763         * tests/check/Makefile.am:
3764         Disable some more elements in the state test.
3765         Add a define so the soup test can find the test files
3766         it needs at runtime.
3767
3768         * tests/check/elements/souphttpsrc.c: (run_server):
3769
3770         Add a define so the soup test can find the test files
3771         it needs at runtime.
3772
3773 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
3774
3775         * gst/goom/convolve_fx.c: (convolve_apply):
3776         Don't ever draw the GOOM logo.
3777         Fixes: #528615
3778
3779 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
3780
3781         * ext/cdio/gstcdiocddasrc.c:
3782         * ext/dv/gstdvdemux.c: 
3783         gst_atomic_int_set ==> g_atomic_int_set
3784
3785 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
3786
3787         * configure.ac:
3788         * gst/goom/Makefile.am:
3789         * gst/goom/convolve_fx.c:
3790         * gst/goom/default_scripts.h:
3791         * gst/goom/goom.h:
3792         * gst/goom/goom_core.c: (choose_a_goom_line):
3793         * gst/goom/goom_plugin_info.h:
3794         * gst/goom/goomsl.c:
3795         * gst/goom/goomsl.h:
3796         * gst/goom/goomsl_hash.c:
3797         * gst/goom/goomsl_hash.h:
3798         * gst/goom/goomsl_heap.c:
3799         * gst/goom/goomsl_heap.h:
3800         * gst/goom/goomsl_private.h:
3801         * gst/goom/plugin_info.c:
3802           Strip out the config/script parsing stuff, we don't need it.
3803           Fixes #527999.
3804
3805 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
3806
3807         * gst/goom/plugin_info.c: (setOptimizedMethods):
3808           Disable altivec optimisations for 32-bit PPC as well to make
3809           things build properly on all PPC systems. Fixes #528143
3810
3811 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
3812
3813         * gst-plugins-good.spec.in:
3814           Update for souphttpsrc plugin which has moved to -good.
3815
3816 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
3817
3818         * gst/matroska/matroska-demux.c:
3819         (gst_matroska_demux_handle_seek_event):
3820         Fix open-ended seeks in matroskademux
3821         Patch by: Mark Nauwelaerts <manauw skynet be>
3822         Fixes: #526557
3823
3824 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
3825
3826         * tests/check/Makefile.am:
3827         Add soup test certificates to the dist.
3828
3829 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
3830
3831         * ext/Makefile.am:
3832         Remove LADSPA reference I missed.
3833
3834 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
3835
3836         * ext/soup/gstsouphttpsrc.c: (plugin_init):
3837         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
3838         over gnome-vfs and everything else. Fixes bug #527848.
3839
3840 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
3841
3842         * configure.ac:
3843         * ext/Makefile.am:
3844         Remove LADSPA plugin. Fixes: #515978
3845
3846 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
3847
3848         * configure.ac:
3849         * docs/plugins/Makefile.am:
3850         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3851         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3852         * docs/plugins/gst-plugins-good-plugins.args:
3853         * docs/plugins/inspect/plugin-soup.xml:
3854         * ext/Makefile.am:
3855         * tests/check/Makefile.am:
3856         Move soup plugin from -bad (Fixes: #523124)
3857
3858 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
3859
3860         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
3861         Fix bounds checking of mode in Speex header, which may
3862         produce negative numbers in speex <= 1.1.12
3863
3864 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
3865
3866         * gst/goom/Makefile.am:
3867         * gst/goom/gfontlib.c:
3868         * gst/goom/gfontlib.h:
3869         * gst/goom/gfontrle.c:
3870         * gst/goom/gfontrle.h:
3871         * gst/goom/goom.h:
3872         * gst/goom/goom_core.c: (goom_update):
3873         * gst/goom/goom_plugin_info.h:
3874         * gst/goom/gstgoom.c: (gst_goom_chain):
3875         * gst/goom/plugin_info.c:
3876           Remove a bunch of font/text related code that we don't need.
3877
3878 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
3879
3880         * gst/goom/ppc_drawings.s:
3881         * gst/goom/ppc_zoom_ultimate.s:
3882           Change license of these files to LGPL, as permitted by the
3883           author, Guillaume Borios. See #515073.
3884
3885 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
3886
3887         * gst/goom/convolve_fx.c:
3888         * gst/goom/motif_goom1.h:
3889         * gst/goom/motif_goom2.h:
3890           As hinted in Bug #518213, revert one change and fix warnings properly.
3891           This fixes both #518213 and #520073 for me.     
3892
3893 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
3894
3895         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
3896         * gst/matroska/matroska-demux.c:
3897         (gst_matroska_demux_handle_seek_event),
3898         (gst_matroska_demux_parse_contents_seekentry),
3899         (gst_matroska_demux_loop):
3900         Fix the Forte build by making function declaration signatures
3901         match the implementations.
3902
3903 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
3904
3905         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
3906         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
3907         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
3908           More logging when probing (see #518474), some comments in _reset().
3909
3910 2008-04-07  Julien Moutte  <julien@fluendo.com>
3911
3912         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
3913         because of a bad argument number.
3914
3915 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3916
3917         * tests/icles/.cvsignore:
3918         * tests/icles/Makefile.am:
3919         * tests/icles/gdkpixbufsink-test.c:
3920           Interactive test app for gdkpixbufsink.
3921
3922 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3923
3924         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3925
3926         * configure.ac:
3927         Actually build dlls when cross-compiling with mingw32.
3928         Fixes bug #526247.
3929
3930 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
3931
3932         * ext/hal/hal.c: (gst_hal_get_alsa_element):
3933           Don't munge device string to 'default:x' for capture devices.
3934           Fixes #525833.
3935
3936 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
3937
3938         * ext/wavpack/gstwavpackparse.c:
3939         (gst_wavpack_parse_index_entry_free):
3940         Always use GSlice as we actually depend on GLib 2.12 already.
3941
3942 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
3943
3944         * configure.ac:
3945           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
3946           Also bump the GLib requirement to the current de-facto requirement
3947           (ie. 2.12).
3948
3949 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
3950
3951         * gst/rtp/gstrtph264pay.c: (encode_base64),
3952         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
3953         * gst/rtp/gstrtph264pay.h:
3954         Parse codec_data for future AVC compatibility.
3955         Fail when we encounter AVC data for now.
3956
3957 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
3958
3959         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
3960           (gst_spectrum_init), (gst_spectrum_set_property),
3961           (gst_spectrum_get_property), (gst_spectrum_message_new):
3962           Rename property enums and default defines for the properties to match
3963           the property names and rephrase property descriptions to make them a
3964           bit clearer (hopefully). See #518188.
3965
3966 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3967
3968         * tests/check/Makefile.am:
3969         * tests/check/elements/.cvsignore:
3970         * tests/check/elements/gdkpixbufsink.c:
3971           Add unit test for gdkpixbufsink element.
3972
3973 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3974
3975         * ext/gdk_pixbuf/Makefile.am:
3976         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
3977         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
3978           (gst_gdk_pixbuf_sink_base_init),
3979           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
3980           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
3981           (gst_gdk_pixbuf_sink_set_caps),
3982           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
3983           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
3984           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
3985           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
3986           (gst_gdk_pixbuf_sink_get_property):
3987         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
3988           Add gdkpixbufsink element for easy snapshotting (#525946).
3989
3990 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3991
3992         * tests/check/pipelines/wavpack.c: (wavpack_suite):
3993         Bump timeout from 3 to 60 seconds.
3994
3995 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3996
3997         * tests/check/pipelines/.cvignore:
3998         Remove useless file.
3999
4000         * tests/check/pipelines/.cvsignore:
4001         Add new test to .cvsignore.
4002
4003 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4004
4005         * tests/check/Makefile.am:
4006         * tests/check/pipelines/wavpack.c: (bus_handler),
4007         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
4008         (wavpack_suite), (main):
4009         Add unit test that encodes and decodes some data, checks that it
4010         is still the same and that all timestamps/offsets are perfect.
4011
4012 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4013
4014         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
4015         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
4016         * ext/wavpack/gstwavpackparse.c:
4017         (gst_wavpack_parse_index_entry_new),
4018         (gst_wavpack_parse_index_entry_free),
4019         (gst_wavpack_parse_base_init),
4020         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
4021         Use GSlice for allocating index entries and use
4022         gst_element_class_set_details_simple().
4023
4024 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4025
4026         Patch by: Brian Cameron <brian.cameron at sun dot com>
4027
4028         * sys/sunaudio/gstsunaudio.c:
4029         * sys/sunaudio/gstsunaudiomixer.c:
4030         * sys/sunaudio/gstsunaudiomixer.h:
4031         * sys/sunaudio/gstsunaudiomixerctrl.c:
4032         * sys/sunaudio/gstsunaudiomixerctrl.h:
4033         * sys/sunaudio/gstsunaudiomixertrack.c:
4034         * sys/sunaudio/gstsunaudiomixertrack.h:
4035         * sys/sunaudio/gstsunaudiosink.c:
4036         * sys/sunaudio/gstsunaudiosink.h:
4037         * sys/sunaudio/gstsunaudiosrc.c:
4038         * sys/sunaudio/gstsunaudiosrc.h:
4039           Fix up copyrights (#525860).
4040
4041 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4042
4043         * gst/goom/goomsl.c: (gsl_read_file):
4044           Check return value of fread() to avoid compiler warnings.
4045
4046 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4047
4048         Based on patch by: Mersad Jelacic <mersad at axis dot com>
4049
4050         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
4051         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
4052         * gst/law/alaw-decode.h:
4053         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
4054         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
4055         (gst_mulawdec_chain), (gst_mulawdec_change_state):
4056         * gst/law/mulaw-decode.h:
4057         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
4058         Make negotiation a bit modern.
4059         Use pad_alloc. Fixes #525359.
4060
4061 2008-03-31  David Schleef  <ds@schleef.org>
4062
4063         * gst/goom/xmmx.c: Fix constraints on asm code so that it
4064           compiles consistently.  Fixes #522278.
4065
4066 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
4067
4068         Patch by: Brian Cameron <brian.cameron at sun dot com>
4069
4070         * sys/sunaudio/gstsunaudiomixerctrl.c:
4071           (gst_sunaudiomixer_ctrl_get_volume),
4072           (gst_sunaudiomixer_ctrl_set_volume):
4073         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
4074           Fix up the mixer tracks to use a volume range of 0-255, which is what
4075           the sun audio API uses. This simplifies the code and avoids rounding
4076           errors. Fixes #524593.
4077
4078 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
4079
4080         * sys/v4l2/gstv4l2object.c:
4081         * sys/v4l2/gstv4l2object.h:
4082         Add device-fd property to make it possible to apps to call ioctl's.
4083
4084 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4085
4086         * gst/qtdemux/qtdemux.c: (next_entry_size):
4087         Unbreak streaming mode again.
4088
4089 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
4090
4091         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
4092           Remove superfluous DEBUG macro.
4093
4094 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
4095
4096         Based on patch by: William M. Brack <wbrack at mmm com hk>
4097
4098         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
4099           (gst_v4l2src_set_capture):
4100           Check whether the device supports setting the framerate before
4101           trying to set it and then posting a warning or error if it doesn't
4102           work (#516649, #520092). Also compare fractions more correctly.
4103
4104 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4105
4106         * gst/goom/Makefile.am:
4107           Remove ppc assembler optimisations from the build until they
4108           actually build (they also seem to have GPL headers).
4109
4110 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4111
4112         * m4/Makefile.am:
4113           Better not dist files that don't exist any longer (lrint*m4).
4114
4115 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4116
4117         * configure.ac:
4118         * m4/lrint.m4:
4119         * m4/lrintf.m4:
4120         Remove lrint/lrintf checks. We don't use it anywhere.
4121
4122 2008-03-18  Andy Wingo  <wingo@pobox.com>
4123
4124         * sys/osxvideo/osxvideosink.m
4125         (gst_osx_video_sink_osxwindow_destroy)
4126         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
4127         task, whoopdee.
4128         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
4129         2 ms.
4130
4131 2008-03-18  Andy Wingo  <wingo@pobox.com>
4132
4133         * sys/osxvideo/osxvideosink.m
4134         (gst_osx_video_sink_osxwindow_destroy)
4135         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
4136         task, whoopdee.
4137         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
4138         2 ms.
4139         
4140 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
4141
4142         Patch by: William M. Brack <wbrack at mmm com hk>
4143
4144         * sys/v4l2/v4l2src_calls.c:
4145           (gst_v4l2src_probe_caps_for_format_and_size),
4146           (gst_v4l2src_probe_caps_for_format):
4147           Make sure the probed frame sizes are reversed in the resulting
4148           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
4149           highest resolution first); also remove unused variable.
4150           (Partly fixes #520092)
4151
4152 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
4153
4154         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4155
4156         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4157         (gst_rtspsrc_finalize):
4158         Call WSAStartup() and WSACleanup before using the Winsock API.
4159         See #520808.
4160
4161 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4162
4163         * gst/avi/gstavidemux.c:
4164           Erm, the buffer-size is just guint, no need for the special format
4165           specifier.
4166
4167 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
4168
4169         * gst/goom/plugin_info.c:
4170         * gst/goom/ppc_zoom_ultimate.h:
4171           Small fixes to build more on PPC: ifdef out code that uses unknown
4172           define; add newline at end of header file to avoid compiler warning.
4173           Assembler code still doesn't build though.
4174
4175 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4176
4177         * gst/avi/gstavidemux.c:
4178           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
4179           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
4180
4181 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4182
4183         * gst/avi/gstavidemux.c:
4184           Chunksize is uint32. Fix format specifier.
4185
4186 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
4187
4188         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
4189         mistake. Return file to pure MIT text.
4190
4191 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
4192
4193         * gst/audiofx/audiofx.c:
4194         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
4195         of hardcoding values.
4196
4197 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
4198
4199         Patch by: Mark Nauwelaerts <manauw skynet be>
4200
4201         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
4202           (gst_oss_src_close):
4203         * sys/oss/gstosssrc.h:
4204           Cache probed caps, so _get_caps() during recording doesn't cause
4205           ioctl calls which may disrupt the recording (fixes #521875).
4206
4207 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4208
4209         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
4210         (gst_qtdemux_activate_segment),
4211         (gst_qtdemux_prepare_current_sample),
4212         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
4213         Make sure we always send a DISCONT after a seek by setting the sample
4214         index to an undefined value after a seek.
4215
4216 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
4217
4218         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
4219           (GST_IS_AVI_SUBTITLE_CLASS):
4220           Fix up IS_FOO macros, which makes gtk-doc much happier.
4221
4222 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
4223
4224         * tests/icles/Makefile.am:
4225           Move the -lgstfoo where it belongs.
4226
4227 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4228
4229         * gst/matroska/ebml-ids.h:
4230         Add ID for EBML CRC32 elements.
4231
4232         * gst/matroska/Makefile.am:
4233         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
4234         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
4235         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
4236         (gst_ebml_read_header):
4237         Support reading 80bit floats, add finalize method to clean up
4238         in any case, support reading length/id elements with any length
4239         as long as it's smaller than our supported maximum, don't leak
4240         buffers if reading as much data as we wanted failed and some
4241         smaller cleanup.
4242
4243 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4244
4245         Patch by: Olivier Crete <tester at tester dot ca>
4246
4247         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4248         Check that a buffer is large enough before reading from it.
4249         Fixes bug #521102.
4250         
4251 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4252
4253         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4254         Fix compilation after removing the GstPollMode from the
4255         constructor.
4256
4257 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
4258
4259         * configure.ac:
4260         * gst/audiofx/Makefile.am:
4261         * gst/audiofx/audiochebband.c:
4262         * gst/audiofx/audiocheblimit.c:
4263         * gst/audiofx/math_compat.h:
4264         Check for sinh(), cosh() and asinh() and define our own
4265         implementations if they're not available. Fixes bug #520880.
4266
4267 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
4268
4269         Patch by: Olivier Crete <tester at tester dot ca>
4270
4271         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
4272         Unref the buffers only once when handling not-negotiated errors.
4273         Fixes bug #520764.
4274
4275 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4276
4277         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4278
4279         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
4280         (gst_udpsrc_stop):
4281         Properly balance WSA_Cleanup with WSA_Startup.
4282         Also make the poll controllable on windows. Fixes #520888.
4283
4284 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4285
4286         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
4287         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
4288         (gst_ebml_read_element_length), (gst_ebml_peek_id),
4289         (gst_ebml_read_skip), (gst_ebml_read_buffer),
4290         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
4291         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
4292         (gst_ebml_read_date), (gst_ebml_read_master),
4293         (gst_ebml_read_binary), (gst_ebml_read_header):
4294         * gst/matroska/ebml-read.h:
4295         * gst/matroska/matroska-demux.c:
4296         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
4297         (gst_matroska_demux_read_track_encodings),
4298         (gst_matroska_demux_add_stream),
4299         (gst_matroska_demux_handle_src_query),
4300         (gst_matroska_demux_handle_seek_event),
4301         (gst_matroska_demux_init_stream),
4302         (gst_matroska_demux_parse_tracks),
4303         (gst_matroska_demux_parse_index_cuetrack),
4304         (gst_matroska_demux_parse_index_pointentry),
4305         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
4306         (gst_matroska_demux_parse_metadata_id_simple_tag),
4307         (gst_matroska_demux_parse_metadata_id_tag),
4308         (gst_matroska_demux_parse_metadata),
4309         (gst_matroska_demux_sync_streams),
4310         (gst_matroska_demux_push_hdr_buf),
4311         (gst_matroska_demux_push_flac_codec_priv_data),
4312         (gst_matroska_demux_push_xiph_codec_priv_data),
4313         (gst_matroska_demux_add_wvpk_header),
4314         (gst_matroska_demux_check_subtitle_buffer),
4315         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4316         (gst_matroska_demux_parse_cluster),
4317         (gst_matroska_demux_parse_contents_seekentry),
4318         (gst_matroska_demux_parse_contents),
4319         (gst_matroska_demux_loop_stream_parse_id),
4320         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
4321         * gst/matroska/matroska-demux.h:
4322         * gst/matroska/matroska-ids.h:
4323         Handle return values from pull_range in a more granular way to properly
4324         shut down on seeks.
4325         Combine return values from push.
4326         Implement proper error handling.
4327         Prepare for handling seeking correctly.
4328
4329 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
4330
4331         * gst/matroska/ebml-read.c:
4332         Use GINT64 formatting constants from GLIB.
4333
4334         * gst/matroska/matroska-demux.c:
4335         Add some guards to avoid a possible division by 0 and crashing
4336         with NULL events on some systems.
4337         Use gst_gdouble_to_guint64 somewhere instead of an implicit
4338         conversion. 
4339
4340         * gst/matroska/matroska-mux.c:
4341         Check for invalid timestamps in a bunch of places to avoid
4342         writing bogus durations into the output file.
4343         Fix some double<->gint64 conversions that weren't using
4344         gst_guint64_to_gdouble
4345
4346 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4347
4348         * configure.ac:
4349         Move the checks for bison, flex and as to the program section and the
4350         check for gcc inline asm to the compiler characteristics section.
4351
4352 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4353
4354         * configure.ac:
4355         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4356         plug-ins are included/excluded. (#498222)
4357
4358 2008-02-29  Michael Smith <msmith@fluendo.com>
4359
4360         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
4361           Don't call gst_object_sync_values() unless we have a valid timestamp.
4362
4363 2008-02-28  David Schleef  <ds@schleef.org>
4364
4365         * gst/matroska/matroska-demux.c:
4366         * gst/matroska/matroska-ids.h:
4367         * gst/matroska/matroska-mux.c:
4368           Fix Dirac mapping.  I had previously added a VfW-type
4369           mapping, but it looks like Dirac will get a native Matroska
4370           mapping, and this is the most likely method.
4371
4372 2008-02-28  David Schleef  <ds@schleef.org>
4373
4374         * gst/avi/gstavimux.c: Add Dirac encoding
4375
4376 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4377
4378         Patch by: Peter Kjellerstedt <pkj at axis com>
4379
4380         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
4381         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
4382         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
4383         * gst/udp/gstudpsrc.h:
4384         Port to GstPoll. See #505417.
4385
4386 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
4387
4388         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
4389         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
4390         yet on the srcpad. We need rate and channels before we
4391         can do any processing. Fixes bug #519088.
4392
4393 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
4394
4395         * configure.ac:
4396         Detect and indicate if GCC inline assembly syntax is
4397         available.
4398
4399         * gst/goom/Makefile.am:
4400         * gst/goom/convolve_fx.c:
4401         * gst/goom/flying_stars_fx.c:
4402         * gst/goom/goom_config.h:
4403         * gst/goom/goom_core.c:
4404         * gst/goom/goomsl.c:
4405         * gst/goom/ifs.c:
4406         * gst/goom/mmx.c:
4407         * gst/goom/plugin_info.c:
4408         * gst/goom/xmmx.c:
4409         Fix various GCC-isms, and only build the inline assembly
4410         with compilers that support GCC inline assembly.
4411
4412         Fix a couple of other warnings shown with Forte.
4413
4414 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
4415
4416         * gst/goom/xmmx.c:
4417           Use 'emms' instead of 'femms' to not crash on cpus that do not
4418           implement this 3dnow specific instruction.
4419
4420 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4421
4422         * gst/goom/plugin_info.c: (setOptimizedMethods):
4423         Use extended MMX for draw_line() too if available, not only
4424         normal MMX.
4425
4426 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4427
4428         * ext/jpeg/gstjpeg.c: (plugin_init):
4429         Remove (commented out) smoke typefinder. This is in base now.
4430
4431 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
4432
4433         * gst/goom2k1/Makefile.am:
4434         * gst/goom2k1/gstgoom.c:
4435
4436         Rename the installed library, and don't register the same 
4437         GType name as the new goom.
4438
4439 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4440
4441         * configure.ac:
4442         * ext/taglib/Makefile.am:
4443           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
4444           when building C++ code (#516509).
4445
4446 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4447
4448         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
4449         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
4450           (setOptimizedMethods):
4451           Call oil_init(), otherwise oil_get_cpu_flags() won't return
4452           anything useful. Export goom debug category so we can get
4453           rid of the VERBOSE define and the printfs.
4454
4455 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4456
4457         * gst/goom/goomsl_heap.c: (align_it):
4458         * gst/goom/plugin_info.c: (setOptimizedMethods):
4459           Compile fixes for x86-64.
4460
4461 2008-02-23  Bastien Nocera  <hadess@hadess.net>
4462
4463         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
4464         with warnings, but add other CFLAGS
4465
4466         * gst/goom/goomsl.c (gsl_instr_set_namespace),
4467         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
4468         (calculate_labels), (gsl_read_file):
4469         * gst/goom/goomsl_lex.l:
4470         * gst/goom/goomsl_yacc.y:
4471         * gst/goom/plugin_info.c: Remove a few live printf, and
4472         fprintf, replace exit() calls with g_assert_not_reached()
4473         if it not optimal for a library
4474
4475 2008-02-23  Bastien Nocera  <hadess@hadess.net>
4476
4477         * gst/goom/Makefile.am: Remove the warnings being disabled,
4478         fix linkage on x86, spotted by Sebastian Dröge
4479         <slomo@circular-chaos.org>
4480
4481         * gst/goom/convolve_fx.c (convolve_init),
4482         (create_output_with_brightness), (convolve_apply):
4483         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
4484         * gst/goom/goomsl.c:
4485         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
4486         * gst/goom/plugin_info.c:
4487         * gst/goom/tentacle3d.c (tentacle_fx_create):
4488         Fix warnings, and disable the motifs in the convolve_fx
4489         plugin (they were causing warnings, and they were just
4490         "Goom" in funny letterring)
4491
4492 2008-02-23  Bastien Nocera  <hadess@hadess.net>
4493
4494         * configure.ac: Add checks for Flex/Yacc/Bison and other
4495         furry animals, for the new goom 2k4 based plugin
4496
4497         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
4498         CPU optimisations (not working yet), move the old plugin to...
4499
4500         * gst/goom2k1/*: ... here, in case somebody is sick enough
4501
4502         Fixes #515073
4503
4504 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4505
4506         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
4507         Post the server response code in an error message instead of a generic
4508         'error' message. Fixes #517237.
4509
4510 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4511
4512         * tests/check/Makefile.am:
4513         Ignore gconfaudiosrc for the states unit test too. It will fallback
4514         to alsasrc if the gconf settings can't be read and not everybody has
4515         alsa.
4516
4517 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4518
4519         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
4520         (gst_wavpack_parse_create_src_pad):
4521         * ext/wavpack/gstwavpackparse.h:
4522         Always report the duration if we know it in push mode and don't
4523         return 0 just to make totem believe we can't seek in push mode.
4524         Newer totem version use the SEEKING query which properly reports
4525         if we can seek or not.
4526
4527 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4528
4529         Patch by: Jens Granseuer <jensgr at gmx dot net>
4530
4531         * tests/examples/equalizer/demo.c: (main):
4532         C89 fix, moving variable declarations to the beginning of
4533         the block. Fixes bug #517933.
4534
4535 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
4536
4537         * configure.ac:
4538         Back to development...
4539
4540 === release 0.10.7 ===
4541
4542 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
4543
4544         * configure.ac:
4545           releasing 0.10.7, "Red Door Black"
4546
4547 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4548
4549         * gst/alpha/Makefile.am:
4550         Link alpha plugin with libgstbase. Fixes bug #517386.
4551
4552 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4553
4554         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
4555         Init values to -1 instead of the default 0 value.
4556         Fixes #516524.
4557
4558 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
4559
4560         * tests/examples/spectrum/spectrum-example.c:
4561         Add missing include to fix compilation when libxml usage is disabled.
4562         Fixes: #516371
4563
4564 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
4565
4566         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
4567         fixes: #514889
4568
4569         * gst/rtp/gstrtph264pay.c:
4570         * gst/rtp/gstrtpmp4gdepay.c:
4571         * gst/rtp/gstrtpmp4gpay.c:
4572         * gst/rtp/gstrtpmp4gpay.h:
4573         * gst/rtp/gstrtptheorapay.c:
4574         * gst/rtp/gstrtpvorbispay.c:
4575
4576         Fix various leaks shown up in valgrind
4577         - free sprops and buffer in error cases in H264 payloader
4578         - fix leak in mp4g depayloader when construction the caps
4579         - don't leak config string in the mp4g payloader
4580         - don't leak buffers and headers in theora and vorbis payloaders
4581
4582         * tests/check/elements/rtp-payloading.c:
4583
4584         Fix the RTP data test
4585         - Actually send valid amr data to the payloader instead of 20
4586         zero-bytes
4587         - The mp4g payloader expects codec_data on the caps
4588
4589 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
4590
4591         * win32/MANIFEST:
4592         Add libgstpng.dsp to MANIFEST.
4593         * win32/vs6/libgstaudiofx.dsp:
4594         Add new source files to VS project file.
4595
4596 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
4597
4598         * sys/ximage/gstximagesrc.c:
4599         Initialise variables when opening the X display rather
4600         than in _start(), as the display can be opened before that.
4601
4602         Fixes: #515985
4603
4604 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4605
4606         * sys/directdraw/gstdirectdrawsink.c:
4607         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
4608         (gst_directdraw_sink_finalize):
4609         Properly chain up finalize functions. Fixes bug #515980.
4610
4611 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4612
4613         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
4614         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
4615         (gst_v4l2_buffer_pool_class_init):
4616         Chain up the finalize functions. Fixes bug #515984.
4617
4618 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
4619
4620         * sys/ximage/ximageutil.c:
4621         Chain up in the finalize function for our custom
4622         buffer sub-class.
4623         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
4624         Fixes: #515706
4625
4626 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4627
4628         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
4629         (gst_fenced_buffer_class_init):
4630         Properly chain up finalize method. Fixes bug #515979.
4631
4632 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
4633
4634         * sys/ximage/gstximagesrc.c:
4635         Free allocated Damage memory before closing our connection to the
4636         X server. Partially fixes: #515706
4637
4638 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4639
4640         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
4641         * tests/check/Makefile.am:
4642         * tests/check/gst-plugins-good.supp:
4643         Add a few libjpeg suppressions and initialize a variable to
4644         make smokeenc valgrind clean. Fixes bug #515701.
4645
4646 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
4647
4648         * gst/avi/gstavidemux.c:
4649         Revert patch which sends timestamps only on keyframes, as it
4650         breaks playback with current gst-ffmpeg.
4651
4652         Fixes: #515562
4653
4654 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4655
4656         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
4657         * tests/check/elements/multifile.c: (GST_START_TEST):
4658         Close some memory leaks spotted by the unit test. Fixes bug #515697.
4659
4660 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4661
4662         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
4663         Use and unset the GError when pipeline creation fails instead of
4664         simply leaking it. Fixes bug #515704.
4665
4666 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
4667
4668         * gst/audiofx/audioamplify.c:
4669         * gst/audiofx/audiochebband.c:
4670         * gst/audiofx/audiocheblimit.c:
4671         * gst/audiofx/audiodynamic.c:
4672         * gst/audiofx/audioinvert.c:
4673         * gst/audiofx/audiopanorama.c:
4674         * gst/audiofx/audiowsincband.c:
4675         * gst/audiofx/audiowsinclimit.c:
4676         Fix long description of audiofx elements. Fixes bug #515457.
4677
4678 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
4679
4680         * docs/plugins/Makefile.am:
4681         * gst/spectrum/gstspectrum.c:
4682         * tests/examples/spectrum/.cvsignore:
4683         * tests/examples/spectrum/Makefile.am:
4684         * tests/examples/spectrum/spectrum-example.c:
4685
4686         Add a simple example application for the spectrum element, include it
4687         in the docs, and fix some documentation ambiguities.
4688
4689         Fixes: #348085
4690
4691 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4692
4693         * gst/equalizer/Makefile.am:
4694         * gst/spectrum/Makefile.am:
4695         Fix includes order
4696
4697         * tests/check/Makefile.am:
4698         Exclude v4l2src from the states test - it takes too long to start.
4699
4700         * tests/check/elements/spectrum.c:
4701         Make the test run properly with CK_FORK=no
4702
4703 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
4704
4705         * gst/audiofix/Makefile.am: add missing header files 
4706
4707 2008-02-08  Julien Moutte  <julien@fluendo.com>
4708
4709         * gst/matroska/matroska-demux.c:
4710         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
4711         keyframe and delta units correctly when dealign with a BlockGroup.
4712         Fixes: #514397
4713
4714 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4715
4716         * tests/check/elements/.cvsignore:
4717         Spell the new tests correctly in .cvsignore
4718
4719 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
4720
4721         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
4722           Need to use gsize here for the size, fixes compiler warning.
4723
4724         * tests/examples/equalizer/.cvsignore:
4725         * tests/examples/equalizer/Makefile.am:
4726         * tests/examples/spectrum/.cvsignore:
4727         * tests/examples/spectrum/Makefile.am:
4728           Add missing files to fix the build.
4729
4730 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4731
4732         * configure.ac:
4733         * docs/plugins/Makefile.am:
4734         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4735         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4736         * docs/plugins/gst-plugins-good-plugins.args:
4737         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4738         * docs/plugins/inspect/plugin-multifile.xml:
4739         * tests/check/Makefile.am:
4740         * tests/check/elements/.cvsignore:
4741
4742         Move multifile plugin from -bad.
4743         Fixes: #490283
4744
4745 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4746
4747         * configure.ac:
4748         * docs/plugins/Makefile.am:
4749         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4750         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4751         * docs/plugins/gst-plugins-good-plugins.args:
4752         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4753         * docs/plugins/inspect/plugin-spectrum.xml:
4754         * gst/spectrum/Makefile.am:
4755         * tests/check/Makefile.am:
4756         * tests/check/elements/.cvsignore:
4757         * tests/examples/Makefile.am:
4758
4759         Move spectrum plugin from -bad.
4760         Move examples into tests/examples/spectrum.
4761
4762 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4763
4764         * configure.ac:
4765         * docs/plugins/Makefile.am:
4766         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4767         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4768         * docs/plugins/gst-plugins-good-plugins.args:
4769         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4770         * docs/plugins/gst-plugins-good-plugins.interfaces:
4771         * docs/plugins/inspect/plugin-equalizer.xml:
4772         * gst/equalizer/Makefile.am:
4773         * tests/check/Makefile.am:
4774         * tests/examples/Makefile.am:
4775         Move the equalizer plugin across from -bad
4776
4777         * tests/check/elements/.cvsignore:
4778         Add equalizer, audiosincwband and audiosincwlimit
4779
4780         * tests/check/elements/equalizer.c:
4781         Fix compiler warnings
4782
4783         Fixes: #415627
4784
4785 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4786
4787         * configure.ac:
4788         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
4789         are treated like releases and build without it.
4790
4791 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4792
4793         * docs/plugins/Makefile.am:
4794         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4795         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4796         * docs/plugins/gst-plugins-good-plugins.args:
4797         * docs/plugins/inspect/plugin-audiofx.xml:
4798         * gst/audiofx/Makefile.am:
4799         * gst/audiofx/audiofx.c:
4800         * gst/audiofx/audiowsincband.c:
4801         * gst/audiofx/audiowsincband.h:
4802         * gst/audiofx/audiowsinclimit.c:
4803         * gst/audiofx/audiowsinclimit.h:
4804         * tests/check/Makefile.am:
4805         * tests/check/elements/audiowsincband.c:
4806         * tests/check/elements/audiowsinclimit.c:
4807
4808         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
4809         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
4810         respectively.
4811
4812         Fixes: #467666
4813
4814 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4815
4816         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
4817         * tests/check/elements/icydemux.c:
4818           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
4819           caps, and add a somewhat useful debug message. Plus test.
4820
4821 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
4822
4823         * gst/rtsp/gstrtspsrc.c:
4824         Include unistd.h only if HAVE_UNISTD_H is defined
4825         * win32/common/config.h.in:
4826         * win32/common/config.h:
4827         Define socklen_t as it seems it's not defined in default 
4828         Visual Studio headers.
4829         * win32/vs6/libgstalpha.dsp:
4830         * win32/vs6/libgstapetag.dsp:
4831         * win32/vs6/libgstavi.dsp:
4832         * win32/vs6/libgstrtp.dsp:
4833         * win32/vs6/libgstrtsp.dsp:
4834         * win32/vs6/libgstvideomixer.dsp:
4835         Update project file dependencies and add new source files       
4836
4837 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
4838
4839         Patch by: Bjarne Rosengren <bjarne at axis dot com>
4840
4841         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
4842         Don't leak buffers when we don't push them downstream.
4843         Fixes bug #514965.
4844
4845 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4846
4847         * configure.ac:
4848           Bump requirements to (good) released versions to avoid
4849           confusion and make implicit core requirement explicit.
4850
4851 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
4852
4853         * docs/plugins/Makefile.am:
4854         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4855         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4856         * docs/plugins/gst-plugins-good-plugins.args:
4857         * docs/plugins/inspect/plugin-audiofx.xml:
4858         * gst/audiofx/Makefile.am:
4859         * gst/audiofx/audiochebband.c:
4860         * gst/audiofx/audiochebband.h:
4861         * gst/audiofx/audiocheblimit.c:
4862         * gst/audiofx/audiocheblimit.h:
4863         * gst/audiofx/audiochebyshevfreqband.c:
4864         * gst/audiofx/audiochebyshevfreqband.h:
4865         * gst/audiofx/audiochebyshevfreqlimit.c:
4866         * gst/audiofx/audiochebyshevfreqlimit.h:
4867         * gst/audiofx/audiofx.c:
4868         * tests/check/Makefile.am:
4869         * tests/check/elements/.cvsignore:
4870         * tests/check/elements/audiochebband.c:
4871         * tests/check/elements/audiocheblimit.c:
4872         * tests/check/elements/audiochebyshevfreqband.c:
4873         * tests/check/elements/audiochebyshevfreqlimit.c:
4874
4875         Rename audiochebyshevfreqband -> audiochebband and
4876         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
4877         surgery.
4878
4879         Closes: #491811
4880
4881 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4882
4883         Patch by: Orjan Friberg <orjanf at axis dot com>
4884
4885         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
4886         Fix caps memory leak. Fixes #514573.
4887
4888 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
4889
4890         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
4891         If there's no entries in the subindex, don't try to do anything stupid,
4892         just return.
4893
4894 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4895
4896         Patch by: John Millikin <jmillikin at gmail dot com>
4897
4898         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
4899           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
4900           Fix extraction of picture blocks with newer libflac versions again:
4901           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
4902
4903 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4904
4905         * tests/check/Makefile.am:
4906           Add rtp-payloading test to VALGRIND_TO_FIX.
4907
4908         * tests/check/elements/rtp-payloading.c:
4909           Add semicolons after GST_TEST_END so gst-indent gets the
4910           formatting right; make test less verbose in general, but
4911           more verbose in the error case (which should probably
4912           make the test fail anyway).
4913
4914 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
4915
4916         * docs/plugins/Makefile.am:
4917         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4918         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4919         * gst/avi/gstavisubtitle.c:
4920         Add documentation for avisubtitle and change class to
4921         Codec/Parser/Subtitle
4922
4923 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
4924
4925         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4926         Treat ENOTTY (driver does not implement ioctl) the same as
4927         EINVAL since it implies there are no available standards.
4928
4929         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
4930         (gst_v4l2src_get_nearest_size):
4931         Replace gst_v4l2src_get_size_limits with 2 calls to new function
4932         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
4933         probe if the driver does not support VIDIOC_TRY_FMT for whatever
4934         reason, and if we aren't yet actively capturing.
4935
4936         * sys/v4l2/v4l2src_calls.h:
4937         Remove replaced function declaration.
4938
4939 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
4940
4941         * configure.ac:
4942         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
4943         API.
4944
4945 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
4946
4947         * configure.ac:
4948         Fix typo.
4949
4950 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4951
4952         * gst/alpha/Makefile.am:
4953         * gst/alpha/gstalpha.c:
4954
4955         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
4956         some stuff, and making buffer-alloc and resizing work automatically.
4957         No longer crashes on odd frame widths and heights, although there
4958         seems to be a disagreement with ffmpegcolorspace about what size
4959         an AYUV frame with odd height should be.
4960
4961 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4962
4963         Patch by: Alessandro Decina <alessandro at nnva dot org>
4964
4965         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
4966         * ext/libpng/gstpngenc.h:
4967         Preallocate the output buffer so that g_memdup() and
4968         gst_buffer_merge() aren't needed anymore. This greatly improves
4969         performances and fixes #512544.
4970
4971 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4972
4973         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
4974         (gst_avi_demux_stream_data):
4975         GStreamer timestamps are PTS values while AVI only knows about DTS
4976         timestamps. Make sure we only copy the DTS as the buffer timestamp when
4977         we are dealing with a key frame.
4978
4979 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
4980
4981         * tests/check/Makefile.am:
4982         * tests/check/elements/.cvsignore:
4983         * tests/check/elements/rtp-payloading.c:
4984           Add add testsuite for the rtp-payloader that tries simulating
4985           dataflow. Needs more test data.
4986
4987 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
4988
4989         * tests/check/elements/alphacolor.c:
4990           Remove two unused variables.
4991
4992 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
4993
4994         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
4995           Use g_ascii_strtoll() instead of atoll, which is only
4996           available in C99.
4997
4998 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
4999
5000         * gst/rtp/Makefile.am:
5001         * gst/rtp/gstrtp.c:
5002         * gst/rtp/gstrtpmpvpay.c:
5003         * gst/rtp/gstrtpmpvpay.h:
5004         Add MPEG2 video payloader
5005
5006 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
5007
5008         * gst/level/gstlevel.c:
5009         Use #include <math.h> instead of #include "math.h".
5010
5011 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
5012
5013         * tests/check/Makefile.am:
5014         Fix up some CFLAGS sets.
5015         Don't include gconfvideosrc in the states test.
5016
5017         * tests/check/elements/autodetect.c: (GST_START_TEST):
5018         Add some error strings to fail_unless arguments to fix some weird
5019         compiler errors on Solaris.
5020
5021 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
5022
5023         * configure.ac:
5024         Detect video4linux headers on Solaris too.
5025         * sys/v4l2/gstv4l2colorbalance.h:
5026         * sys/v4l2/gstv4l2object.h:
5027         * sys/v4l2/v4l2_calls.c:
5028         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5029         (gst_v4l2_buffer_new):
5030
5031         Make v4l2 build on Solaris.
5032         Patch by: Brian Cameron  <brian.cameron at sun dot com>
5033         Fixes: #510505
5034
5035 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
5036
5037         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5038           Update list from (still local) scanning script.
5039
5040 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
5041
5042         Based on a patch by:
5043             Victor STINNER <victor dot stinner at haypocalc dot com>
5044
5045         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
5046         Set variable to NULL after freeing it to prevent double frees
5047         or make failures by another use of it afterwards more obvious
5048         and fix use of it after the freeing. Fixes bug #510592.
5049
5050 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
5051
5052         * gst/udp/gstmultiudpsink.c:
5053         use GST_WARNING for logging
5054
5055 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
5056
5057         * gst/udp/gstmultiudpsink.c:
5058         Don't try to leave a multicast group with an invalid socket
5059
5060 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
5061
5062         * ext/flac/gstflacdec.c:
5063           Fix compilation against flac 1.1.2 (as on debian stable), where
5064           the picture metadata defines and structs don't exist yet.
5065           Fixes #509301.
5066
5067 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5068
5069         Patch by: Olivier Crete <tester at tester dot ca>
5070
5071         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
5072         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
5073         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
5074         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
5075         * gst/udp/gstmultiudpsink.h:
5076         Add property to automatically join a multicast group or not. This can be
5077         useful when sharing a socket between multiple elements.
5078         Fixes #509531.
5079
5080 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5081
5082         * gst/videomixer/Makefile.am:
5083           Add controller flags.
5084
5085 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5086
5087         * gst/videomixer/videomixer.c:
5088           Also commit the missing gst_object_sync_values().
5089
5090 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5091
5092         * docs/plugins/Makefile.am:
5093           Remove duplicate entry.
5094
5095 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5096
5097         * docs/plugins/Makefile.am:
5098         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5099         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5100         * docs/plugins/inspect/plugin-gamma.xml:
5101         * docs/plugins/inspect/plugin-monoscope.xml:
5102         * docs/plugins/inspect/plugin-video4linux2.xml:
5103           Add 3 more plugins to docs.
5104
5105 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5106
5107         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5108         * sys/osxvideo/osxvideosink.h:
5109           Revert previous change caused by a file that got stuck on an old
5110           revision.
5111
5112 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5113
5114         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5115         * gst/multipart/Makefile.am:
5116         * gst/multipart/multipartdemux.c:
5117         * gst/multipart/multipartdemux.h:
5118         * gst/multipart/multipartmux.c:
5119         * gst/multipart/multipartmux.h:
5120           Re-add multipartdemux to the docs. Last round of section cleanup.
5121
5122 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5123
5124         * docs/plugins/Makefile.am:
5125         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5126         * sys/osxaudio/gstosxaudiosink.h:
5127         * sys/osxvideo/osxvideosink.h:
5128           Managed to resolve most unused declarations. Filed a bug for one left.          
5129
5130 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5131
5132         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5133           Cleanup section file.
5134
5135 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5136
5137         * docs/plugins/Makefile.am:
5138         * docs/plugins/gst-plugins-good-plugins.args:
5139         * docs/plugins/gst-plugins-good-plugins.signals:
5140         * docs/plugins/inspect/plugin-alaw.xml:
5141         * docs/plugins/inspect/plugin-alpha.xml:
5142         * docs/plugins/inspect/plugin-alphacolor.xml:
5143         * docs/plugins/inspect/plugin-annodex.xml:
5144         * docs/plugins/inspect/plugin-apetag.xml:
5145         * docs/plugins/inspect/plugin-audiofx.xml:
5146         * docs/plugins/inspect/plugin-auparse.xml:
5147         * docs/plugins/inspect/plugin-autodetect.xml:
5148         * docs/plugins/inspect/plugin-avi.xml:
5149         * docs/plugins/inspect/plugin-cairo.xml:
5150         * docs/plugins/inspect/plugin-cdio.xml:
5151         * docs/plugins/inspect/plugin-cutter.xml:
5152         * docs/plugins/inspect/plugin-debug.xml:
5153         * docs/plugins/inspect/plugin-dv.xml:
5154         * docs/plugins/inspect/plugin-efence.xml:
5155         * docs/plugins/inspect/plugin-effectv.xml:
5156         * docs/plugins/inspect/plugin-flac.xml:
5157         * docs/plugins/inspect/plugin-flxdec.xml:
5158         * docs/plugins/inspect/plugin-gconfelements.xml:
5159         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5160         * docs/plugins/inspect/plugin-goom.xml:
5161         * docs/plugins/inspect/plugin-halelements.xml:
5162         * docs/plugins/inspect/plugin-icydemux.xml:
5163         * docs/plugins/inspect/plugin-id3demux.xml:
5164         * docs/plugins/inspect/plugin-jpeg.xml:
5165         * docs/plugins/inspect/plugin-ladspa.xml:
5166         * docs/plugins/inspect/plugin-level.xml:
5167         * docs/plugins/inspect/plugin-matroska.xml:
5168         * docs/plugins/inspect/plugin-mulaw.xml:
5169         * docs/plugins/inspect/plugin-multipart.xml:
5170         * docs/plugins/inspect/plugin-navigationtest.xml:
5171         * docs/plugins/inspect/plugin-png.xml:
5172         * docs/plugins/inspect/plugin-quicktime.xml:
5173         * docs/plugins/inspect/plugin-rtp.xml:
5174         * docs/plugins/inspect/plugin-rtsp.xml:
5175         * docs/plugins/inspect/plugin-shout2send.xml:
5176         * docs/plugins/inspect/plugin-smpte.xml:
5177         * docs/plugins/inspect/plugin-speex.xml:
5178         * docs/plugins/inspect/plugin-taglib.xml:
5179         * docs/plugins/inspect/plugin-udp.xml:
5180         * docs/plugins/inspect/plugin-videobalance.xml:
5181         * docs/plugins/inspect/plugin-videobox.xml:
5182         * docs/plugins/inspect/plugin-videocrop.xml:
5183         * docs/plugins/inspect/plugin-videoflip.xml:
5184         * docs/plugins/inspect/plugin-videomixer.xml:
5185         * docs/plugins/inspect/plugin-wavenc.xml:
5186         * docs/plugins/inspect/plugin-wavpack.xml:
5187         * docs/plugins/inspect/plugin-wavparse.xml:
5188           Update plugin docs.
5189
5190         * gst/videomixer/Makefile.am:
5191         * gst/videomixer/videomixer.c:
5192         * gst/videomixer/videomixer.h:
5193         * gst/videomixer/videomixerpad.h:
5194           Split out header to fix warnings from the doc-build.
5195
5196 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5197
5198         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
5199
5200         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
5201         Use atoll to parse the rtptime with enough precision. Fixes #509329.
5202
5203 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
5204
5205         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
5206         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
5207           Initialise variables to work around (false) 'foo might be used
5208           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
5209
5210 2008-01-11  David Schleef  <ds@schleef.org>
5211
5212         * docs/plugins/.cvsignore:
5213         * tests/check/pipelines/.cvsignore:
5214           Ignore more files for the buildbot.
5215
5216 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
5217
5218         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
5219         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
5220         Generate the image-type values correctly. Leave them out of the caps
5221         when outputting a "preview image" tag, since it only makes sense
5222         to have one of those - the type is irrelevant.
5223
5224         * sys/sunaudio/gstsunaudiomixerctrl.c:
5225         (gst_sunaudiomixer_ctrl_open):
5226         If we can, mark the mixer multiple open when we use it, in case
5227         (for some reason) the process wants to open it again elsewhere.
5228
5229 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5230
5231         Patch by: Olivier Crete <tester at tester dot ca>
5232
5233         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
5234         * gst/rtp/gstrtptheorapay.c:
5235         Fix the clock rate to 90000 as required by the RFC.
5236         Fixes #508644.
5237
5238 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
5239
5240         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
5241           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
5242
5243 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5244
5245         * autogen.sh:
5246           Add -Wno-portability to the automake parameters to stop warnings
5247           about GNU make extensions being used. We require GNU make in almost
5248           every Makefile anyway.
5249           
5250         * configure.ac:
5251           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5252           at the same time is required for per target flags.
5253
5254 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
5255
5256         * gst/videomixer/videomixer.c: (gst_videomixer_init):
5257         Fix error from my last commit.
5258
5259 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
5260
5261         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
5262
5263         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
5264           Make sure the ISO 639-X language code in ID3v2 COMM frames
5265           is actually valid UTF-8 (or rather: ASCII), so we don't end
5266           up with non-UTF8 strings in tags if there's garbage in the
5267           language field. Also make sure the language code is always
5268           lower case. Fixes: #508291.
5269
5270 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
5271
5272         * ChangeLog:
5273           Fix ChangeLog typo.
5274
5275 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
5276
5277         * Makefile.am:
5278           Include lcov.mak to allow building coverage reports. Guard
5279           check-torture target like in the other packages.
5280
5281 2008-01-09  Sameer Naik  <sameer@damagehead.com>
5282
5283         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
5284
5285         * gst/videomixer/videomixer.c:
5286         (gst_videomixer_set_master_geometry), (_do_init),
5287         (gst_videomixer_child_proxy_get_child_by_index),
5288         (gst_videomixer_child_proxy_get_children_count),
5289         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
5290         (gst_videomixer_init), (gst_videomixer_request_new_pad),
5291         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
5292         Implement GstChildProxy interface.
5293         Send newsegment at the right moment
5294         Fixes #488879
5295
5296 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
5297
5298         * gst/alpha/Makefile.am:
5299         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
5300         (gst_alpha_sink_event), (gst_alpha_chain),
5301         (gst_alpha_change_state), (plugin_init):
5302         Make the various properties of 'alpha' controllable. This allows doing
5303         niceties like fade-in/fade-out.
5304
5305 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
5306
5307         * gst/rtp/gstasteriskh263.c:
5308         * gst/rtp/gstrtpL16depay.c:
5309         * gst/rtp/gstrtpac3depay.c:
5310         * gst/rtp/gstrtpamrpay.c:
5311         * gst/rtp/gstrtpdepay.c:
5312         * gst/rtp/gstrtpgsmdepay.c:
5313         * gst/rtp/gstrtph263depay.c:
5314         * gst/rtp/gstrtph263pdepay.c:
5315         * gst/rtp/gstrtph263ppay.c:
5316         * gst/rtp/gstrtph264depay.c:
5317         * gst/rtp/gstrtph264pay.c:
5318         * gst/rtp/gstrtpmp2tdepay.c:
5319         * gst/rtp/gstrtpmp4adepay.c:
5320         * gst/rtp/gstrtpmp4gdepay.c:
5321         * gst/rtp/gstrtpmp4gpay.c:
5322         * gst/rtp/gstrtpmp4vdepay.c:
5323         * gst/rtp/gstrtpmpadepay.c:
5324         * gst/rtp/gstrtpmpvdepay.c:
5325         * gst/rtp/gstrtpsv3vdepay.c:
5326         * gst/rtp/gstrtptheoradepay.c:
5327         * gst/rtp/gstrtptheorapay.c:
5328         * gst/rtp/gstrtpvorbisdepay.c:
5329         * gst/rtp/gstrtpvorbispay.c:
5330           Remove copy/paste unused code (property setters and getter) found by
5331           the coverage suite (yay, saves ~20k on disk).
5332
5333 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5334
5335         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
5336           (videosink_templ):
5337           Also fix up pad templates to indicate that image/jpeg doesn't
5338           absolutely require the framerate property to be set (#504081).
5339
5340 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5341
5342         Based on patch by: Wouter Cloetens  <wouter at mind be>
5343
5344         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
5345           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
5346           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
5347         * gst/matroska/matroska-mux.h:
5348           Keep track of first and last timestamps for each incoming stream,
5349           so we can calculate the total duration for live sources and other
5350           input where we can't query the duration from the start or where
5351           there's no constant framerate from which we can deduce the
5352           duration; also use calculated/observed duration if it is bigger
5353           than the previously queried duration. Furthermore, use
5354           gst_pad_query_peer_duration() and take into account that it may
5355           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
5356           screws up comparisons when using unsigned integers. Fixes #504081.
5357
5358 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
5359
5360         * configure.ac:
5361         * gst/audiofx/audioamplify.c:
5362         (gst_audio_amplify_clipping_method_get_type),
5363         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
5364         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
5365         (gst_audio_dynamic_transform_ip):
5366         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
5367         (gst_audio_invert_transform_ip):
5368         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
5369         (gst_audio_panorama_transform):
5370         * gst/level/gstlevel.c: (gst_level_init):
5371         Make elements GST_BUFFER_FLAG_GAP aware and call
5372         gst_base_transform_set_gap_aware for this.
5373         Bump core requirement to CVS.
5374         
5375         * gst/audiofx/audiochebyshevfreqband.c:
5376         (gst_audio_chebyshev_freq_band_transform_ip):
5377         * gst/audiofx/audiochebyshevfreqlimit.c:
5378         (gst_audio_chebyshev_freq_limit_transform_ip):
5379         Also sync GObject properties to the controller if operating
5380         in passthrough mode.
5381
5382 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5383
5384         * sys/directdraw/gstdirectdrawsink.c:
5385           (gst_directdraw_sink_window_thread):
5386           FALSE is not a gpointer.
5387
5388 2008-01-05  Julien Moutte  <julien@fluendo.com>
5389
5390         * sys/directdraw/gstdirectdrawsink.c:
5391         (gst_directdraw_sink_set_window_id),
5392         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
5393         (gst_directdraw_sink_buffer_alloc),
5394         (gst_directdraw_sink_draw_borders),
5395         (gst_directdraw_sink_show_frame),
5396         (gst_directdraw_sink_setup_ddraw),
5397         (gst_directdraw_sink_window_thread),
5398         (gst_directdraw_sink_get_ddrawcaps),
5399         (gst_directdraw_sink_surface_create): Make sure we create our
5400         internal window only when we need it. That will give a chance to
5401         the application to get the prepare-xwindow-id bus message. Draw
5402         black borders when keeping aspect ratio. Handle the case where our
5403         rendering window disappears (closed or errors) like other sinks
5404         do. Various 80 columns fixes, improve state change order. That
5405         element could need some more love.
5406
5407 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
5408
5409         * ext/taglib/gstapev2mux.h:
5410         * ext/taglib/gstid3v2mux.h:
5411         Remove useless typedefs without new type name. Fixes a warning with
5412         gcc 4.3.
5413
5414 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
5415
5416         Patch by: John Millikin <jmillikin at gmail dot com>
5417
5418         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
5419         (gst_flac_dec_setup_stream_decoder),
5420         (gst_flac_normalize_picture_mime_type),
5421         (gst_flac_extract_picture_buffer),
5422         (gst_flac_dec_metadata_callback):
5423         Emit metadata messages when a PICTURE block is encountered.
5424         Fixes #506715.
5425
5426 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
5427
5428         * gst/avi/gstavi.c:
5429         increase rank because no known issues anymore ...
5430         * gst/avi/gstavisubtitle.c:
5431         send subtitle name to the srcpad
5432
5433 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5434
5435         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
5436         * gst/rtsp/gstrtspsrc.h:
5437         Implement redirect for the DESCRIBE reply. Fixes #506025.
5438
5439 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5440
5441         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
5442         Fix 'xyz may be used uninitialized' compiler warnings caused
5443         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5444         abort() in any case but properly report the error.
5445
5446 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
5447
5448         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
5449         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
5450         * sys/ximage/gstximagesrc.c: (composite_pixel):
5451           Fix 'xyz may be used uninitialized' compiler warnings caused
5452           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
5453           not really nice to abort in any case). Fixes #505745.
5454
5455 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
5456
5457         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
5458           Small unit test fix (has no practical impact at the moment,
5459           since we're only feeding utf8 and hence just create a sub-
5460           buffer for the output).
5461
5462 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
5463
5464         * gst/avi/gstavisubtitle.c:
5465         * tests/check/elements/avisubtitle.c:
5466         Add seeking support for avi subtitle
5467
5468 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5469
5470         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
5471         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
5472         (gst_flac_dec_write):
5473         * ext/flac/gstflacdec.h:
5474         Remove some unused vars.
5475         Do more cleanup of leftover events and tags.
5476         Output tags after the segment event. Fixes #504018.
5477
5478 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
5479
5480         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
5481           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
5482           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
5483           Detect other UTF byte order markers and convert to UTF-8 as
5484           appropriate.
5485
5486 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
5487
5488         * gst/avi/gstavisubtitle.c: (src_template),
5489           (gst_avi_subtitle_extract_utf8_file),
5490           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
5491           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
5492           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
5493         * gst/avi/gstavisubtitle.h:
5494           Refactor a bit; fix name extraction; don't assume all the data
5495           in the chunk is actually subtitle data, there may be padding at
5496           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
5497           file so it's there to send again after a seek (for future use).
5498
5499 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
5500
5501         * gst/avi/Makefile.am:
5502         * gst/avi/gstavi.c:
5503         * gst/avi/gstavisubtitle.c:
5504         * gst/avi/gstavisubtitle.h:
5505         * tests/check/Makefile.am:
5506         * tests/check/elements/avisubtitle.c:
5507         * win32/common/config.h:
5508                 Add avi subtitle element for bug #442034. Need seeking support
5509                 and more support for character conversion.
5510
5511 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
5512
5513         * Makefile.am:
5514           Include common/win32.mak for CRLF check of win32 project
5515           files (see #393626).
5516
5517         * win32/vs6/libgstpng.dsp:
5518           Fix line endings and do cvs admin -kb.
5519
5520 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5521
5522         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
5523         Actually drop the buffers which are outside the currently configured
5524         segment instead of just emitting a WARNING.
5525
5526 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5527
5528         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
5529         (gst_flac_dec_write):
5530         * ext/flac/gstflacdec.h:
5531         Send segments from the streaming thread. Fixes #502187.
5532         Fix segment seeking and a bunch of other seeking cases.
5533
5534 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
5535
5536         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
5537           Parse WOAF frames and put the result into GST_TAG_CONTACT,
5538           which is where it would end up if the same information was
5539           put in a vorbis comment (don't think it's worth adding a
5540           new URI tag for this). Fixes #488112.
5541
5542 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5543
5544         * configure.ac:
5545           We need core/base 0.10.15 or later.
5546
5547 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5548
5549         Patch by: Mark Nauwelaerts <manauw skynet be>
5550
5551         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
5552         Fix regression in stream numbering. Fixes #502655.
5553
5554 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5555
5556         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
5557
5558         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
5559         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
5560         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
5561         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
5562         (gst_rtp_h264_pay_handle_buffer):
5563         * gst/rtp/gstrtph264pay.h:
5564         Use higher performance start-code searching.
5565         Parse NALs and store SPS, PPS and profile in the caps so that they can
5566         be used in the SDP. Fixes #502814.
5567
5568 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5569
5570         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5571         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
5572           Init some structs to zero before we pass them to ioctl, which
5573           avoids valgrind warnings.  Also fix a small memory leak.
5574
5575 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5576
5577         Patch by: Wouter Cloetens <wouter at mind dot be>
5578
5579         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
5580         Copy timestamp from input to output. Not very perfect yet but better
5581         than nothing. Fixes #503023.
5582
5583 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5584
5585         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
5586           Also print a useful error message with the old Wavpack API
5587           if possible.
5588
5589 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
5590
5591         * ext/wavpack/gstwavpackdec.c:
5592           More build fixes for old libwavpack versions: include config.h so
5593           that WAVPACK_OLD_API is actually defined as detected; only use
5594           WavpackGetErrorMessage if it is available. This fixes the build
5595           on debian stable for me.
5596
5597 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5598
5599         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
5600         * ext/wavpack/gstwavpackparse.c:
5601           (gst_wavpack_parse_create_src_pad):
5602           Workaround the non-existance of WavpackGetChannelMask in Wavpack
5603           versions below 4.40.0.
5604
5605 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5606
5607         * configure.ac:
5608           And now do it right for real...
5609
5610 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5611
5612         * configure.ac:
5613           Correctly reset $LIBS to not contain -lm.
5614
5615 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5616
5617         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
5618
5619         * configure.ac:
5620         * ext/cairo/gsttimeoverlay.c:
5621           (gst_cairo_time_overlay_print_smpte_time):
5622           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
5623           and checking for rint() and implementing it ourself if it doesn't
5624           exist. Fixes #497293.
5625
5626 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5627
5628         * configure.ac:
5629           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5630
5631 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
5632
5633         * sys/oss/gstosshelper.c:
5634         Verify that the format returned after the ioctl is the one
5635         we requested. It is valid for the ioctl to succeed while
5636         substituting an alternate 'supported' sample format.
5637
5638 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
5639
5640         * sys/oss/gstossaudio.c: (plugin_init):
5641         * sys/oss/gstosssink.c: (gst_oss_sink_open):
5642         * sys/oss/gstosssrc.c: (gst_oss_src_open):
5643           Post decent (and translated) error message when we can't
5644           open the audio device for some reason.
5645
5646 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
5647
5648         * sys/oss/gstosssink.c:
5649         * sys/oss/gstosssrc.c:
5650         Allow the AUDIODEV environment variable to redirect us
5651         to a different default OSS device, like sunaudiosink does
5652         on Solaris (makes audio play automatically on SunRays).
5653
5654 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
5655
5656         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
5657         * gst/audiofx/audiochebyshevfreqband.c:
5658         (gst_audio_chebyshev_freq_band_transform_ip):
5659         * gst/audiofx/audiochebyshevfreqlimit.c:
5660         (gst_audio_chebyshev_freq_limit_transform_ip):
5661         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
5662         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
5663         The transform_ip() methods should do nothing if in passthrough mode.
5664         It might get non-writable buffers in that case but the buffer might
5665         as well be writable.
5666
5667         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
5668         The transform() methods won't be called in passthrough mode and
5669         otherwise the buffer is always writable so don't check here.
5670
5671 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
5672
5673         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
5674           Fix seeking in .wav files again (#501775).  Some people seem to think
5675           they don't need to test their changes when they're just 'reflowing'
5676           some code.
5677
5678 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5679
5680         * gst/autodetect/gstautovideosink.c:
5681         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
5682         (gst_auto_video_sink_init),
5683         (gst_auto_video_sink_create_element_with_pretty_name),
5684         (gst_auto_video_sink_find_best),
5685         (gst_auto_video_sink_set_property),
5686         (gst_auto_video_sink_get_property):
5687         * gst/autodetect/gstautovideosink.h:
5688         Fix docs.
5689         Use same error reporting code as autoaudiosink.
5690         Add property to filter sinks based on caps. Only select raw video sinks
5691         by default for backwards compat.
5692         API: GstAutoVideoSink::filter-caps
5693
5694 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5695
5696         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
5697
5698         * gst/autodetect/gstautoaudiosink.c:
5699         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
5700         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
5701         (gst_auto_audio_sink_set_property),
5702         (gst_auto_audio_sink_get_property):
5703         * gst/autodetect/gstautoaudiosink.h:
5704         Add property to filter sinks based on caps. Only select raw audio sinks
5705         by default for backwards compat.  Fixes #417420.
5706         API: GstAutoAudioSink::filter-caps
5707
5708 2007-11-29  Michael Smith <msmith@fluendo.com>
5709
5710         Patch by: Arek Korbik <arkadini@gmail.com>
5711
5712         * gst/videobox/gstvideobox.c: (plugin_init):
5713           Initialise liboil in plugin_init()
5714
5715 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
5716
5717         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
5718         Post error before sending EOS. Fixes #499178.
5719
5720 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
5721
5722         * win32/vs6/gst_plugins_good.dsw:
5723         * win32/vs6/libgstpng.dsp:
5724         Add a project file for libgstpng
5725
5726 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
5727
5728         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
5729         (gst_rtp_h263_depay_process):
5730         Code beautification.
5731         Added debug statements.
5732         Don't bit-shift everything, just do operations on last/first byte
5733         instead.
5734
5735 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
5736
5737         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
5738
5739         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
5740         Fix wrong comparison in overrun check. Fixes #499239 some more.
5741
5742 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
5743
5744         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
5745         (gst_rtp_h263_depay_process):
5746         * gst/rtp/gstrtph263depay.h:
5747         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
5748         stream.
5749
5750 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
5751
5752         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
5753
5754         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
5755         (gst_rtp_mp4a_depay_process):
5756         * gst/rtp/gstrtpmp4adepay.h:
5757         Fix depayloading when multiple frames are inside one RTP packet.
5758         Fixes #499239.
5759
5760 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5761
5762         * gst/level/gstlevel.c:
5763           Add GAP-flag support.
5764
5765 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
5766
5767         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
5768         Read the I flag for Mode A h263 rtp stream and set the
5769         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
5770         Fixes #499383
5771
5772 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5773
5774         * gst/level/gstlevel.c:
5775           Remove some dead code and do cleanups.
5776
5777 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5778
5779         * tests/check/pipelines/simple-launch-lines.c:
5780           Improve the tests by allowing to set a target state.
5781
5782 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
5783
5784         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
5785         Don't check the caps of the output buffer if they're equal some
5786         other caps. The caps can change in a backward compatible way
5787         and did at this point.
5788
5789 2007-11-24  Julien MOUTTE  <julien@moutte.net>
5790
5791         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
5792         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
5793         (gst_qtdemux_seek_to_previous_keyframe),
5794         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
5795         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
5796         reverse playback support.
5797
5798 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
5799
5800         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
5801         Also set the channel layout on the Wavpack caps if we're having
5802         a mono layout. Of course only do it for "audio/x-wavpack".
5803
5804 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
5805
5806         * ext/wavpack/gstwavpackcommon.c:
5807         (gst_wavpack_get_default_channel_mask),
5808         (gst_wavpack_set_channel_layout),
5809         (gst_wavpack_get_default_channel_positions),
5810         (gst_wavpack_get_channel_mask_from_positions),
5811         (gst_wavpack_set_channel_mapping):
5812         * ext/wavpack/gstwavpackcommon.h:
5813         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
5814         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
5815         * ext/wavpack/gstwavpackdec.h:
5816         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
5817         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
5818         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
5819         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
5820         (gst_wavpack_enc_rewrite_first_block),
5821         (gst_wavpack_enc_sink_event):
5822         * ext/wavpack/gstwavpackenc.h:
5823         * ext/wavpack/gstwavpackparse.c:
5824         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
5825         (gst_wavpack_parse_scan_to_find_sample),
5826         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
5827         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
5828         * ext/wavpack/gstwavpackparse.h:
5829         Add support for encoding, parsing and decoding multichannel
5830         files with up to 8 channels. This also improves the robustness
5831         of parsing quite a bit.
5832
5833         * ext/wavpack/gstwavpackstreamreader.c:
5834         (gst_wavpack_stream_reader_read_bytes),
5835         (gst_wavpack_stream_reader_get_pos),
5836         (gst_wavpack_stream_reader_set_pos_abs),
5837         (gst_wavpack_stream_reader_set_pos_rel),
5838         (gst_wavpack_stream_reader_push_back_byte),
5839         (gst_wavpack_stream_reader_get_length),
5840         (gst_wavpack_stream_reader_can_seek),
5841         (gst_wavpack_stream_reader_write_bytes):
5842         Improve debugging.
5843
5844 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
5845
5846         * ext/libpng/gstpngdec.c:
5847         * ext/libpng/gstpngdec.h:
5848           Don't release the png-memory from within the callback.
5849
5850 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
5851
5852         Patch by: René Stadler <mail at renestadler dot de>
5853
5854         * ext/libpng/gstpngenc.c:
5855           Don't leak buffer data memory. Fixes #498395.
5856
5857 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
5858
5859         Patch by: René Stadler <mail at renestadler dot de>
5860
5861         * tests/check/pipelines/simple-launch-lines.c:
5862           Tests for #498395.
5863
5864 2007-11-20  Julien MOUTTE  <julien@moutte.net>
5865
5866         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
5867         (gst_tag_lib_mux_adjust_event_offsets):
5868         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
5869         * sys/osxaudio/Makefile.am:
5870         * sys/osxvideo/cocoawindow.h:
5871         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
5872
5873 2007-11-15  David Schleef  <ds@schleef.org>
5874
5875         * ext/cairo/gsttextoverlay.c:
5876           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
5877
5878 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
5879
5880         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
5881
5882         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
5883         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
5884         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
5885         * gst/rtp/gstrtpmp2tpay.h:
5886         Fill the MTU with as many packets as possible. Fixes #491323.
5887
5888 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
5889
5890         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
5891
5892         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
5893         Fix some more leaks. Fixes #497007.
5894
5895 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
5896
5897         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
5898
5899         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
5900         (gst_rtspsrc_stream_configure_tcp):
5901         Fix 3 pad leaks. Fixes #496983.
5902
5903 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
5904
5905         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
5906
5907         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
5908         Fix small leak. Fixes #497017.
5909
5910 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
5911
5912         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
5913         (gst_qtdemux_prepare_current_sample),
5914         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
5915         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
5916         * gst/qtdemux/qtdemux_fourcc.h:
5917         * gst/qtdemux/qtdemux_types.c:
5918         Add suppport for theora in quicktime according to XiphQT.
5919
5920 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
5921
5922         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5923         (gst_v4l2src_init), (gst_v4l2src_set_property),
5924         (gst_v4l2src_get_property):
5925         * sys/v4l2/gstv4l2src.h:
5926         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
5927           Always copy buffers by default (handle safer with bugged drivers)
5928           and added a property to make it possible to use mmap effectively (no
5929           copy if possible) when application wants to. Fixes: #480557.
5930
5931 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
5932
5933         * gst/id3demux/id3tags.c:
5934         * gst/id3demux/id3tags.h:
5935         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
5936           We don't want the same string multiple times in a tag list for the
5937           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
5938           this doesn't happen and remove special-case code for GST_TAG_GENRE.
5939
5940 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
5941
5942         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
5943           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
5944           into ID3v2 TXXX frames (fixes #347848).
5945
5946 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
5947
5948         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
5949           Don't leak sdp message contents (fixes #496773).
5950
5951         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
5952           Don't leak URI string.
5953
5954 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
5955
5956         Patch by: Julien Puydt <julien dot puydt at laposte net>
5957
5958         * ext/raw1394/Makefile.am:
5959         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
5960           (gst_1394_property_probe_get_properties),
5961           (gst_1394_property_probe_probe_property),
5962           (gst_1394_property_probe_needs_probe),
5963           (gst_1394_property_probe_get_values),
5964           (gst_1394_property_probe_interface_init),
5965           (gst_1394_type_add_property_probe_interface):
5966         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
5967         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
5968           (gst_dv1394src_init), (gst_dv1394src_dispose),
5969           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
5970           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
5971           (gst_dv1394src_update_device_name):
5972         * ext/raw1394/gstdv1394src.h:
5973           Implement GstPropertyProbe interface and add "device-name" property,
5974           so applications can use this to probe for available devices in the
5975           same way they can already with v4lsrc and v4l2src (however horrible
5976           this property probe interface may be). Fixes #358841.
5977
5978 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
5979
5980         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
5981
5982         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
5983           (gst_rtspsrc_parse_range):
5984           Don't leak event, don't leak range (fixes #496752).
5985
5986 2007-11-14  Michael Smith <msmith@fluendo.com>
5987
5988         Patch by: Arek Korbik <arkadini@gmail.com>
5989
5990         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
5991           Detect RGBA/BGRA correctly on little endian systems.
5992
5993 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
5994
5995         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
5996           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
5997           corresponding ioctl() call fails even though the driver claims to
5998           support this format, just fall back to the pre-2.6.19 kernel
5999           routine that creates caps with suitable height and width ranges
6000           (see #448278).
6001
6002 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6003
6004         Patch by: Mark Nauwelaerts <manauw skynet be>
6005
6006         * gst/matroska/matroska-demux.c:
6007           (gst_matroska_demux_push_dvd_clut_change_event),
6008           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
6009           (gst_matroska_demux_subtitle_caps):
6010         * gst/matroska/matroska-ids.h:
6011           Extract palette data for dvd subpicture streams and send it
6012           downstream as custom gstreamer dvd event (fixes #453417).
6013
6014 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6015
6016         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
6017           Implement minimal parsing of the passed pango font description
6018           string, so passing a font size works the same as with the
6019           pango textoverlay plugin; fixes #455086.
6020           (Maybe we could just use pangocairo here at some point).
6021
6022 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
6023
6024         * gst/avi/gstavidemux.c:
6025         * gst/wavparse/gstwavparse.c:
6026           Return the result in _activate_pull(). Don't ref element there.
6027
6028 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
6029
6030         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
6031         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
6032         (gst_wavparse_srcpad_event):
6033           Ref the element when we should, but not when we its not needed. Reflow
6034           the event_handling to not leak the event.       
6035
6036 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
6037
6038         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6039         (qtdemux_parse_samples):
6040         Properly free QTDemuxSamples array.
6041         Protect table write with a sensible check, some files apparently DO contain
6042         stts values starting with 0 :(
6043
6044 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
6045
6046         * gst/avi/gstavidemux.c:
6047         * gst/qtdemux/qtdemux.c:
6048           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
6049           previous commit messed up.
6050
6051 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
6052
6053         * gst/avi/gstavidemux.c:
6054         * gst/qtdemux/qtdemux.c:
6055           Sync _handle_src_event() with oggdemux. In avidemux also ref the
6056           element when we should, but not when we its not needed.
6057
6058 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
6059
6060         * gst/wavparse/gstwavparse.c:
6061           Return FALSE if we can't handle a query instead of changing the
6062           format. Ignore fact when dealing with mpeg audio.
6063
6064 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6065
6066         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6067
6068         * configure.ac:
6069         * gst/udp/gstdynudpsink.c:
6070         * gst/udp/gstdynudpsink.h:
6071         * gst/udp/gstmultiudpsink.c:
6072         * gst/udp/gstmultiudpsink.h:
6073         * gst/udp/gstudpsink.c:
6074         * gst/udp/gstudpsink.h:
6075           Fix includes for MSVC and GLib-2.14.0 (#492388).
6076
6077         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6078           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
6079
6080 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
6081
6082         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
6083         (gst_mulawdec_chain):
6084         * gst/law/mulaw-decode.h:
6085         Calculate outgoing buffer duration if incoming buffer didn't have a
6086         valid duration.
6087
6088 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6089
6090         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
6091         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
6092         Smarter combine_flow code that also deals with downstream elements
6093         returning UNEXPECTED when they receive data out of the segment
6094         boundaries. Fixes #491305.
6095
6096 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6097
6098         * sys/v4l2/v4l2src_calls.c:
6099           Fix 'unused variable' compiler warning when compiling against
6100           older kernel headers.
6101
6102 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6103
6104         * ext/taglib/gstid3v2mux.cc (add_funcs):
6105           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
6106
6107 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
6108
6109         * tests/check/pipelines/simple-launch-lines.c:
6110            Improve the tests a little more.
6111
6112 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
6113
6114         patch by: Yun Zheng Hu
6115
6116         * sys/osxaudio/gstosxaudiosrc.c:
6117         Use default input device instead of default output device and
6118         only memcpy actual available bytes.
6119
6120 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
6121
6122         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6123           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
6124           early. It is temporary until we find something better.
6125
6126 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6127
6128         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6129
6130         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
6131         Fix race when pausing a RTSP stream in interleaved.
6132         Fixes #475784.
6133
6134 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6135
6136         Patch by: Peter Kjellerstedt <pkj at axis com>
6137
6138         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
6139         Use correct unref function for buffers. #488844.
6140
6141 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
6142
6143         * gst/avi/gstavimux.c:
6144         * tests/check/elements/avimux.c:
6145           Add some debug and sync tests with the fix.     
6146
6147 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6148
6149         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
6150
6151         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6152         When the socket is used by the app for other purposes, don't generate an
6153         error if there is activaty on the socket that is not data related.
6154         Fixes #487488.
6155
6156 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6157
6158         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6159         (gst_v4l2src_grab_frame):
6160         Add some more debug info. Generate an error when we run out of buffers
6161         for some reason. See #480557.
6162
6163 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6164
6165         Patch by: Anders Skargren <anders dot skargren at axis dot com>
6166
6167         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
6168         Set marker bit correctly.
6169
6170 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
6171
6172         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6173         Use allowed name for the GstStructure.
6174
6175 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
6176
6177         * ext/gconf/gstswitchsink.c:
6178         * gst/autodetect/gstautoaudiosink.c:
6179           Use new gst_bus_pop_filtered().
6180
6181 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
6182
6183         * sys/v4l2/gstv4l2src.c:
6184         * sys/v4l2/v4l2src_calls.c:
6185           When probing the formats and sizes a camera supports, make
6186           sure the best ones (highest resolution, prefered format)
6187           end up at the beginning of the probed caps and the less
6188           desirable ones at the end.  This is important because the
6189           order within the caps matters for things like fixation and
6190           negotiation, ie. what format is chosen in the end.
6191           With recent kernels, the current probing code will end up
6192           querying the supported sizes from lowest resolution to
6193           highest resolution, adding them to the probed caps in that
6194           order, resulting to v4l2src fixating to the lowest possible
6195           resolution if downstream does not express a size preference.
6196           Also make up a somewhat random ranking of prefered output
6197           formats for the same reason. Fixes #485828.
6198         
6199 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6200
6201         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
6202
6203         * gst/id3demux/id3v2frames.c:
6204           Extract license/copyright URIs from ID3v2 WCOP frames
6205           (Fixes #447000).
6206
6207         * tests/check/elements/id3demux.c:
6208         * tests/files/Makefile.am:
6209         * tests/files/id3-447000-wcop.tag:
6210           Add simple unit test.
6211
6212 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6213
6214         * ext/taglib/gstid3v2mux.cc:
6215           Add support for license/copyright URI tags (ID3v2 WCOP frame).
6216           Prerequisite for #447000.
6217
6218 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6219
6220         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
6221         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
6222         a GstClockTime.
6223
6224 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6225
6226         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
6227         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
6228         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
6229         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
6230         (gst_rtspsrc_change_state):
6231         More seeking fixes, mostly passing around the new playback segment in
6232         order to configure it properly.
6233         Also reset base_time of udp sources when setting them back to PLAYING as
6234         a temporary hack until core supports seek in live sources properly.
6235
6236 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6237
6238         * gst/rtp/gstrtpmp4adepay.c:
6239         Fix caps as to not confuse autopluggers.
6240
6241 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6242
6243         * gst/id3demux/gstid3demux.c:
6244         * gst/id3demux/gstid3demux.h:
6245         * gst/id3demux/id3tags.c:
6246         * gst/id3demux/id3tags.h:
6247         * gst/id3demux/id3v2frames.c:
6248           Port ID3 tag demuxer over to the new GstTagDemux in -base
6249           (now would be a good time to test re-importing your music
6250           collection).
6251
6252 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6253
6254         * gst/apetag/Makefile.am:
6255         * gst/apetag/gstapedemux.c:
6256         * gst/apetag/gstapedemux.h:
6257         * gst/apetag/gsttagdemux.c:
6258         * gst/apetag/gsttagdemux.h:
6259           Port APE tag demuxer over to the new GstTagDemux in -base.
6260
6261 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
6262
6263         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
6264         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
6265         (gst_rtspsrc_handle_internal_src_query),
6266         (gst_rtspsrc_handle_src_query), (new_session_pad),
6267         (gst_rtspsrc_stream_configure_tcp),
6268         (gst_rtspsrc_stream_configure_transport),
6269         (gst_rtspsrc_loop_send_cmd):
6270         Improve flushing behaviour.
6271         Set state of the udp sources to PAUSE/PLAYING correctly.
6272         Handle events and queries for UDP and TCP transport now.
6273
6274 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6275
6276         * gst/rtp/gstrtpgsmdepay.c:
6277         * gst/rtp/gstrtpgsmpay.c:
6278           Add log category.
6279
6280 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6281
6282         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
6283
6284         * tests/check/Makefile.am:
6285         * tests/check/pipelines/simple-launch-lines.c:
6286           Add unit tests for payloaders/depayloaders.
6287
6288 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6289
6290         * gst/avi/gstavimux.c:
6291         * gst/avi/gstavimux.h:
6292           Also save codec data for audio streams. Fixes #482495.
6293
6294 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6295
6296         * gst/avi/gstavimux.c:
6297           Fix "Index entry has invalid stream nr 1".
6298           Add support for muxing aac - work in progress (see #482495).
6299
6300 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6301
6302         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
6303         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
6304         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
6305         * gst/rtsp/gstrtspsrc.h:
6306         Parse bandwidth modifiers, they are not yet configured in the session
6307         manager because we don't have an API for that yet.
6308
6309 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6310
6311         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
6312         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
6313         Use shiny new function in -base to get the default clock-rate.
6314         Update some docs.
6315
6316 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
6317
6318         * win32/MANIFEST:
6319         Add files to win32 manifest.
6320         * win32/vs6/libgstaudiofx.dsp:
6321         * win32/vs6/libgstqtdemux.dsp:
6322         * win32/vs6/libgstrtp.dsp:
6323         * win32/vs6/libgstrtsp.dsp:
6324         Update project files.
6325
6326 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
6327
6328         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
6329         (gst_rtspsrc_play):
6330         * gst/rtsp/gstrtspsrc.h:
6331         In TCP mode, only timestamp the first buffer. TCP is not real time and
6332         it does not make sense to try to skew compensate, also some servers send
6333         the first batch of data in a burst.
6334
6335 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
6336
6337         * gst/matroska/matroska-demux.c:
6338           Fix setting the discont flag on the first buffer
6339           pushed downstream for formats with private codec
6340           data that needs to be deserialised into buffers
6341           (such as vorbis and FLAC when in a matroska container).
6342
6343 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
6344
6345         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
6346
6347         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
6348         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
6349         (gst_rtp_mp4v_pay_handle_buffer):
6350         * gst/rtp/gstrtpmp4vpay.h:
6351         Free the config string. Fixes #480707.
6352         Clean up the timestamp code a little.
6353
6354 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6355
6356         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6357         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
6358         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
6359         * gst/rtsp/gstrtspsrc.h:
6360         Set timestamps on RTP buffers in interleaved mode.
6361         Mark first buffers with a DISCONT.
6362         Remove flush hack now that sync for live sources has been figured out.
6363
6364 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6365
6366         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6367         Update documentation.
6368
6369 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6370
6371         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
6372         (gst_rtp_xqt_depay_change_state):
6373         * gst/qtdemux/gstrtpxqtdepay.h:
6374         Fail if we don't know the quicktime format.
6375
6376 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
6377
6378         * ext/flac/gstflacenc.c:
6379         * ext/flac/gstflacenc.h:
6380           Save the flow return from the last gst_pad_push() and
6381           make sure we pass the right flow return value upstream
6382           in the case of failure; minor clean-ups.
6383
6384 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6385
6386         * ext/taglib/gstapev2mux.cc:
6387         * ext/taglib/gstid3v2mux.cc:
6388         * gst/apetag/gstapedemux.c:
6389           Add support for the new GST_TAG_COMPOSER (#459809).
6390
6391 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6392
6393         * gst/law/alaw-decode.c:
6394         * gst/law/alaw-decode.h:
6395         * gst/law/alaw-encode.c:
6396         * gst/law/alaw-encode.h:
6397         * gst/law/alaw.c:
6398         * gst/law/mulaw-conversion.h:
6399           Compulsive clean-ups: use boilerplate macros, add debug
6400           categories, fix up things to conform to symbol nomenklatura,
6401           etc.
6402
6403 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6404
6405         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
6406
6407         * gst/law/alaw-decode.c:
6408         * gst/law/alaw-encode.c:
6409           Use static tables for A-Law decoding and encoding; this makes
6410           A-Law decoding and encoding less CPU-intensive, but increases
6411           the binary size a bit. Leaving old code around for now,
6412           selectable by a define in the code. Fixes #435435.
6413
6414 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6415
6416         * configure.ac:
6417         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
6418         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
6419         in configure.ac.
6420
6421 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6422
6423         Patch by: Jan Gerber <j at bootlab dot org>
6424
6425         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6426         Add fourccs for MPEG2 HDV streams. Fixes #479960.
6427
6428 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
6429
6430         * sys/oss/gstosshelper.c:
6431           Use GST_WARNING instead of a g_critical. This situation is not caused
6432           by the application.
6433
6434 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6435
6436         * po/LINGUAS:
6437         * po/nl.po:
6438           Updated translations.
6439
6440 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6441
6442         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
6443
6444         * po/eu.po:
6445           Added Basque translation.
6446
6447 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6448
6449         translated by: Abel Cheung <abelcheung@gmail.com>
6450
6451         * po/zh_HK.po:
6452         * po/zh_TW.po:
6453           Added Chinese (traditional and Hong Kong) translation.
6454
6455 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6456
6457         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6458
6459         * po/pl.po:
6460           Added Polish translation.
6461
6462 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6463
6464         translated by: Ilkka Tuohela <hile@iki.fi>
6465
6466         * po/fi.po:
6467           Added Finnish translation.
6468
6469 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6470
6471         translated by: Jorge González González <aloriel@gmail.com>
6472
6473         * po/es.po:
6474           Added Spanish translation.
6475
6476 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6477
6478         translated by: Mogens Jaeger <mogens@jaeger.tf>
6479
6480         * po/da.po:
6481           Added Danish translation.
6482
6483 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6484
6485         translated by: Funda Wang <fundawang@linux.net.cn>
6486
6487         * po/zh_CN.po:
6488           Added Chinese (simplified) translation.
6489
6490 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6491
6492         translated by: Alexander Shopov <ash@contact.bg>
6493
6494         * po/bg.po:
6495           Added Bulgarian translation.
6496
6497 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6498
6499         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
6500         Set outgoing packet duration because we can. Fixes #478244 some more.
6501
6502 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6503
6504         * ext/cairo/gsttextoverlay.c:
6505           Add info about static leak.
6506         
6507         * tests/check/Makefile.am:
6508         * tests/check/generic/states.c:
6509           Improved state change unit test.
6510
6511 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6512
6513         * docs/plugins/.cvsignore:
6514         * tests/check/.cvsignore:
6515           Ignore registries in any format.
6516
6517 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6518
6519         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
6520         Removed some unused code.
6521
6522         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
6523         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
6524         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
6525         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
6526         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
6527         (gst_rtp_theora_pay_flush_packet):
6528         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
6529         Try to preserve the incomming buffer duration on the outgoing
6530         packets. Fixes #478244.
6531
6532 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
6533
6534         * ext/taglib/gstapev2mux.cc:
6535         * ext/taglib/gstid3v2mux.cc:
6536           Work around compiler warnings with g++-4.2 when assigning a
6537           string constant to a gchar * (partially fixes #478092).
6538
6539 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
6540
6541         * configure.ac:
6542           We require core CVS now for gst_base_src_set_do_timestamp().
6543
6544 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6545
6546         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
6547         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6548         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
6549         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
6550         (gst_rtspsrc_handle_message):
6551         Fix compiler warnings shown with Forte.
6552
6553 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6554
6555         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
6556         (gst_rtspsrc_dup_printf):
6557         Give meaningfull error when all streams failed to configure for some
6558         reason.
6559
6560 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6561
6562         * gst/rtp/README:
6563         Update README with the design for synchronisation rules of RTP on
6564         sender and receiver.
6565
6566 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
6567
6568         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
6569         (gst_wavparse_chain):
6570         Don't push EOS from the chain function, the element
6571         driving the pipeline is responsible for this. The bug
6572         this was meant to fix seems to be queue not forwarding
6573         EOS in all cases (see #476514).
6574
6575 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
6576
6577         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
6578         (gst_level_transform_ip):
6579         * gst/level/gstlevel.h:
6580         Use basetransform segment so that it is correctly managed on flushes and
6581         start/stop.
6582         Report message timestamp as stream time, which is what an application
6583         can understand.
6584
6585 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
6586
6587         * ext/taglib/gstapev2mux.cc:
6588         * ext/taglib/gstapev2mux.h:
6589         * ext/taglib/gsttaglibmux.c:
6590         * tests/check/elements/apev2mux.c:
6591         Update my mail address.
6592
6593 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
6594
6595         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
6596         (gst_wavparse_loop), (gst_wavparse_chain):
6597         Add EOS logic for the push-based mode too. Fixes #476514.
6598
6599 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
6600
6601         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
6602         * gst/law/alaw-encode.h:
6603         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
6604         (gst_mulawenc_chain):
6605         * gst/law/mulaw-encode.h:
6606         Fix law encoder timestamps.
6607
6608 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
6609
6610         * ext/gconf/gstgconfaudiosink.c:
6611           Fix warning when building without debug.
6612
6613         * sys/oss/gstossmixertrack.c:
6614           Use const like in alsamixertrack.c (fixes warnings).
6615
6616 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
6617
6618         * sys/v4l2/v4l2src_calls.c:
6619         (gst_v4l2src_probe_caps_for_format_and_size):
6620         Fix framerate detection code some more.
6621         Handle the case where there is a weird step in the stepwise framerates.
6622         Don't overwrite the min interval with the framerate, use a temp variable
6623         instead.
6624         Use max in the Continuous framerate intervals instead of step, which is
6625         1 according to the docs. Fixes #475424.
6626
6627 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
6628
6629         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
6630         Make udpsrc timestamp outgoing buffers based on when they were received.
6631         Also make it output a segment in time.
6632
6633 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
6634
6635         * gst/avi/gstavidemux.c:
6636           Plug a little leak. Little code cleanups.
6637
6638 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
6639
6640         * configure.ac:
6641           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
6642           flac versions, 's good for cross-compilation karma.
6643
6644 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6645
6646         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
6647
6648         * gst/rtp/gstrtph263pay.c:
6649           Fix up header structure so that compilers don't add padding
6650           between the structure fields, since that would lead to us
6651           sending RTP packets with broken headers (as is currently the
6652           case when compiling with MSVC). Also see similar fixes in
6653           libgstrtp in gst-plugins-base. (#474616; #471194)
6654
6655 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
6656
6657         * sys/v4l2/v4l2src_calls.c:
6658         (gst_v4l2src_probe_caps_for_format_and_size):
6659         Don't overwrite our GValue with 0 but instead use the previously
6660         computed value. Fixes #471823 some more.
6661
6662 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
6663
6664         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6665           No tabs in this file please, or gtk-doc will end up documenting
6666           rather absurd class hierarchies.
6667
6668 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
6669
6670         * ext/gconf/gstswitchsink.c:
6671           If the new kid element fails to change state for some reason
6672           (e.g. esdsink not being able to connect to the sound server),
6673           forward the error message it posted on the bus instead of just
6674           posting a generic 'Internal state change error: please file a
6675           bug' error message. Fixes #471364.
6676
6677 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6678
6679         * gst/qtdemux/Makefile.am:
6680         * gst/qtdemux/qtdemux.c:
6681           Don't assume tags are encoded as UTF-8 (#473670).
6682
6683 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6684
6685         * sys/v4l2/gstv4l2src.c:
6686         * sys/v4l2/gstv4l2src.h:
6687         * sys/v4l2/v4l2src_calls.c:
6688           Implement LATENCY queries in the crudest way possible so I don't
6689           have to use sync=false any longer when testing with videosinks.
6690
6691 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6692
6693         * configure.ac:
6694           Fix build.
6695
6696 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
6697
6698         * sys/v4l2/v4l2src_calls.c:
6699         (gst_v4l2src_probe_caps_for_format_and_size):
6700         Add some more debugging in the framerate function.
6701         Iterate stepwise framerate up to and _including_ the max and if nothing
6702         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
6703         don't end up with an empty list. Fixes #471823
6704
6705 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
6706
6707         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
6708         (gst_multiudpsink_set_clients_string),
6709         (gst_multiudpsink_get_clients_string),
6710         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
6711         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
6712         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
6713         (gst_multiudpsink_clear):
6714         Add property do configure destination address/port pairs
6715         API:GstMultiUDPSink::clients
6716
6717 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
6718
6719         * tests/examples/Makefile.am:
6720         * tests/examples/rtp/Makefile.am:
6721         * tests/examples/rtp/client-H263p-AMR.sh:
6722         * tests/examples/rtp/client-H263p-PCMA.sdp:
6723         * tests/examples/rtp/client-H263p-PCMA.sh:
6724         * tests/examples/rtp/client-H264-PCMA.sdp:
6725         * tests/examples/rtp/client-H264-PCMA.sh:
6726         * tests/examples/rtp/client-PCMA.sh:
6727         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
6728         * tests/examples/rtp/server-alsasrc-PCMA.sh:
6729         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
6730         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
6731         Added some RTP example scripts for sending and receiving RTP streams.
6732
6733 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
6734
6735         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
6736         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
6737         Restructure the setcaps function so that we can also compute the
6738         expected GStreamer output size of the video frames.
6739         Set frame_byte_size correctly so that read-based devices have a chance
6740         of working correctly.
6741         When grabbing a frame, discard frames that are not of the expected size.
6742         Some cameras don't output the right framesize for the first buffer.
6743         Try only a couple of times to get a valid frame, else error out.
6744
6745         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
6746         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
6747         Add some more debug info when scanning the device.
6748
6749         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
6750         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
6751         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
6752         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
6753         Add some more debug info when dequeing a frame.
6754
6755 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
6756
6757         * gst/wavparse/gstwavparse.c:
6758           More code cleanups. Add some more comment and improve debugs logs.
6759
6760 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
6761
6762         * gst/wavparse/gstwavparse.c:
6763         * gst/wavparse/gstwavparse.h:
6764           Implement seek-query. Refactor duration calculations. Appropriate use
6765           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
6766           out of loops.
6767
6768 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
6769
6770         * gst/avi/gstavidemux.c:
6771           Implement seek-query.
6772
6773 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
6774
6775         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
6776         (gst_rtspsrc_dup_printf):
6777         Use new basesink async property to make sparse RTCP packet not wait for
6778         preroll.
6779
6780 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
6781
6782         * gst/audiofx/Makefile.am:
6783         Dist the right file.
6784
6785 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
6786
6787         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
6788         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
6789         Make sure we generate and parse floating point values in the POSIX
6790         locale instead of the current locale. 
6791
6792 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
6793
6794         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
6795         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
6796         (gst_rtspsrc_play):
6797         * gst/rtsp/gstrtspsrc.h:
6798         Fix method detection again.
6799         Keep track of when we must send a Range header.
6800         Use segment values for Range, Speed and Scale headers.
6801         Parse Speed and Scale headers to update the segment values.
6802
6803 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
6804
6805         patch by: Mark Nauwelaerts <manauw@skynet.be>
6806
6807         * sys/v4l2/v4l2src_calls.c:
6808           Handle optional v4l2 ioctls gracefully.
6809
6810 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
6811
6812         * gst/rtp/Makefile.am:
6813         * gst/rtp/gstrtp.c: (plugin_init):
6814         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
6815         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
6816         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
6817         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
6818         (gst_rtp_h263_depay_get_property),
6819         (gst_rtp_h263_depay_change_state),
6820         (gst_rtp_h263_depay_plugin_init):
6821         * gst/rtp/gstrtph263depay.h:
6822         Added an H263 depayloader. Fixes #369392.
6823
6824         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
6825         (gst_rtp_h263p_depay_process):
6826         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
6827         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
6828         Make the H263+ pay/depayloader support H263-1998 and H263-2000
6829         payloads.
6830         Also alow plain H263 on the h263p payloaders. Fixes #465040.
6831
6832 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
6833
6834         * gst/audiofx/audiochebyshevfreqband.c:
6835         * gst/audiofx/audiochebyshevfreqlimit.c:
6836         Add small comparision with the windowed sinc filters in the docs.
6837
6838 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
6839
6840         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
6841         (audiochebyshevfreqband_suite):
6842         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
6843         (audiochebyshevfreqlimit_suite):
6844         Also test 32 bit float mode and the type 2 variants of the filters.
6845
6846 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
6847
6848         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
6849         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
6850         (gst_rtspsrc_loop):
6851         Refactor the udp and interleaved loop function a bit.
6852
6853 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
6854
6855         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
6856         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
6857         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
6858         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
6859         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
6860         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
6861         * gst/rtsp/gstrtspsrc.h:
6862         Protect connection activity with a new lock, avoids deadlocks when going
6863         to PAUSED. Fixes #455808.
6864
6865 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
6866
6867         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
6868         Fix debug statement.
6869
6870 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
6871
6872         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
6873         Fix stray %u in debug line as spotted by Saur on IRC.
6874
6875 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
6876
6877         * gst/audiofx/audiochebyshevfreqband.c:
6878         (gst_audio_chebyshev_freq_band_class_init):
6879         * gst/audiofx/audiochebyshevfreqlimit.c:
6880         (gst_audio_chebyshev_freq_limit_class_init):
6881         Use generator macros for the process functions for the different
6882         sample types, add lower upper boundaries for the GObject properties
6883         so automatically generated UIs can use sliders and add a note about
6884         the number of poles as a too high number of poles combined with
6885         very low or very high frequencies will produce only noise.
6886         * docs/plugins/gst-plugins-good-plugins.args:
6887         Regenerated for the property changes.
6888
6889 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
6890
6891         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
6892         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
6893         (gst_rtspsrc_stream_configure_udp_sink),
6894         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
6895         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
6896         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
6897         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
6898         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
6899         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
6900         * gst/rtsp/gstrtspsrc.h:
6901         Improve timeout handling.
6902         Use the same socket for sending and receiving RTCP packets so that some
6903         servers can track clients better.
6904         Improve connection closed handling. Try to reconnect.
6905         Don't overwrite our content base with NULL.
6906         Improve debugging.
6907         Improve range parsing and handling.
6908         Remove flushing hack now that core does the right thing.
6909
6910 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
6911
6912         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
6913         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
6914         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
6915         (gst_multiudpsink_close), (gst_multiudpsink_add):
6916         * gst/udp/gstmultiudpsink.h:
6917         Add support for getting and setting the socket to use.
6918
6919         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
6920         (gst_udpsrc_create), (gst_udpsrc_get_property):
6921         Add support for getting the currently used socket.
6922
6923 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
6924
6925         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6926
6927         * gst/audiofx/Makefile.am:
6928         * gst/audiofx/audiochebyshevfreqband.c:
6929         (gst_audio_chebyshev_freq_band_mode_get_type),
6930         (gst_audio_chebyshev_freq_band_base_init),
6931         (gst_audio_chebyshev_freq_band_dispose),
6932         (gst_audio_chebyshev_freq_band_class_init),
6933         (gst_audio_chebyshev_freq_band_init),
6934         (generate_biquad_coefficients), (calculate_gain),
6935         (generate_coefficients),
6936         (gst_audio_chebyshev_freq_band_set_property),
6937         (gst_audio_chebyshev_freq_band_get_property),
6938         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
6939         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
6940         (gst_audio_chebyshev_freq_band_start):
6941         * gst/audiofx/audiochebyshevfreqband.h:
6942         * gst/audiofx/audiochebyshevfreqlimit.c:
6943         (gst_audio_chebyshev_freq_limit_mode_get_type),
6944         (gst_audio_chebyshev_freq_limit_base_init),
6945         (gst_audio_chebyshev_freq_limit_dispose),
6946         (gst_audio_chebyshev_freq_limit_class_init),
6947         (gst_audio_chebyshev_freq_limit_init),
6948         (generate_biquad_coefficients), (calculate_gain),
6949         (generate_coefficients),
6950         (gst_audio_chebyshev_freq_limit_set_property),
6951         (gst_audio_chebyshev_freq_limit_get_property),
6952         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
6953         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
6954         (gst_audio_chebyshev_freq_limit_start):
6955         * gst/audiofx/audiochebyshevfreqlimit.h:
6956         * gst/audiofx/audiofx.c: (plugin_init):
6957         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
6958         Fixes #464800.
6959
6960         * tests/check/Makefile.am:
6961         * tests/check/elements/.cvsignore:
6962         * tests/check/elements/audiochebyshevfreqband.c:
6963         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
6964         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
6965         * tests/check/elements/audiochebyshevfreqlimit.c:
6966         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
6967         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
6968         Add unit tests for the chebyshev filters.
6969
6970         * docs/plugins/Makefile.am:
6971         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6972         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6973         * docs/plugins/gst-plugins-good-plugins.args:
6974         * docs/plugins/inspect/plugin-1394.xml:
6975         * docs/plugins/inspect/plugin-audiofx.xml:
6976         * docs/plugins/inspect/plugin-dv.xml:
6977         * docs/plugins/inspect/plugin-flac.xml:
6978         * docs/plugins/inspect/plugin-jpeg.xml:
6979         * docs/plugins/inspect/plugin-png.xml:
6980         * docs/plugins/inspect/plugin-rtp.xml:
6981         * docs/plugins/inspect/plugin-shout2send.xml:
6982         * docs/plugins/inspect/plugin-wavpack.xml:
6983         And add docs for the chebyshev filters. While doing
6984         that also run make update in docs/plugins.
6985
6986 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
6987
6988         * ext/annodex/gstcmmltag.c:
6989         * gst/rtp/gstrtpvorbispay.c:
6990           Make ro memory to share.
6991
6992 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
6993
6994         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6995         Improve UDP performance by avoiding a select() when we have data
6996         available immediatly.
6997
6998 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
6999
7000         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
7001         (gst_rtp_dec_class_init):
7002         * gst/rtsp/gstrtpdec.h:
7003         Add (dummy) SSRC management signals.
7004
7005         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7006         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7007         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
7008         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
7009         (on_timeout), (gst_rtspsrc_stream_configure_manager),
7010         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
7011         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7012         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7013         * gst/rtsp/gstrtspsrc.h:
7014         Add connection-speed property.
7015         Add find_stream helper functions.
7016         Handle stream EOS based on BYE messages or SSRC timeout.
7017         Returns SUCCESS from the state change function as we hide our async
7018         elements from the parent.
7019
7020 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
7021
7022         * gst/debug/rndbuffersize.c:
7023           Fix da leak.
7024
7025 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
7026
7027         * gst/debug/Makefile.am:
7028         * gst/debug/breakmydata.c:
7029         * gst/debug/gstdebug.c:
7030         * gst/debug/negotiation.c:
7031         * gst/debug/progressreport.c:
7032         * gst/debug/rndbuffersize.c:
7033         * gst/debug/testplugin.c:
7034           Add new test element and clean-up the others a little.
7035
7036 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7037
7038         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
7039         Fix parsing of mp4a version 0 atoms. Fixes #465774.
7040
7041 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7042
7043         * gst/rtp/gstrtpilbcdepay.c:
7044           Include stdlib.
7045
7046 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
7047
7048         * gst/rtp/gstrtpmpvdepay.c:
7049         Set the mpegversion in the caps so that autoplugging does not get
7050         confused.
7051
7052 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7053
7054         * po/hu.po:
7055         * po/uk.po:
7056         * po/vi.po:
7057           Updated translations.
7058
7059 2007-08-08  Michael Smith <msmith@fluendo.com>
7060
7061         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
7062           Render right border in the correct location.
7063
7064 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7065
7066         Patch by: Olivier Crete <tester at tester dot ca>
7067
7068         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
7069         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
7070         Make mode property a string. Fixes #464475.
7071
7072 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
7073
7074         * ext/flac/gstflacenc.c:
7075           Widen caps to match decoder a bit and add more FIXMEs.
7076
7077 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
7078
7079         patch by: Mark Nauwelaerts <manauw@skynet.be>
7080
7081         * gst/avi/gstavimux.c:
7082           Fix ODML index tag numbering. Fixes #463624.
7083
7084 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7085
7086         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
7087         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
7088         (gst_rtspsrc_stream_configure_tcp),
7089         (gst_rtspsrc_stream_configure_udp_sink):
7090         Fix default clock-rate for realmedia.
7091         Fix parsing of transport.
7092         Don't try to link NULL pads.
7093
7094 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
7095
7096         * po/POTFILES.skip:
7097           Add POTFILES.skip with list of source files that aren't disted at the
7098           moment but contain translatable strings. Should hopefully pacify
7099           broken tools and make it clearer that these files are left out
7100           intentionally (#461600).
7101
7102 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
7103
7104         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
7105         If the buffer was entirely clipped ... don't try sending it :)
7106
7107 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7108
7109         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
7110         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
7111         (gst_rtspsrc_create_transports_string),
7112         (gst_rtspsrc_prepare_transports):
7113         If we don't hav a session manager, set the caps on outgoing buffers
7114         ourselves.
7115         Force PAUSE/PLAY methods for now until the extensions can overwrite.
7116         Append final bit of the transport string even when it does not contain a
7117         placeholder.
7118
7119 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7120
7121         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
7122         (gst_rtsp_ext_list_connect):
7123         * gst/rtsp/gstrtspext.h:
7124         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7125         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
7126         Clean up the interface list.
7127         Allow connecting to interface signals for the extensions.
7128         Remove old extension code.
7129         Free list on cleanup.
7130         Allow extensions to send additional RTSP messages.
7131
7132 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7133
7134         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
7135         Handle a NULL gconf key gracefully by rendering the default element.
7136
7137 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7138
7139         * gst/rtsp/gstrtspext.h:
7140         Fix include path for extension interface.
7141
7142 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
7143
7144         * gst/audiofx/audioamplify.h:
7145         Also remove a now unecessary variable here.
7146
7147 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
7148
7149         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
7150         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
7151         * gst/audiofx/audiodynamic.c:
7152         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
7153         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
7154         * gst/audiofx/audiodynamic.h:
7155         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
7156         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
7157         * gst/audiofx/audioinvert.h:
7158         Don't save format information ourselves, this is already saved in
7159         GstAudioFilter.
7160
7161 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7162
7163         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
7164         (gst_rtsp_ext_list_stream_select):
7165         * gst/rtsp/gstrtspext.h:
7166         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7167         Use rank to filter out extensions.
7168         Add url to stream_select interface call.
7169
7170 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7171
7172         * gst/rtsp/Makefile.am:
7173         * gst/rtsp/base64.c:
7174         * gst/rtsp/base64.h:
7175         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
7176         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
7177         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
7178         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
7179         (gst_rtsp_ext_list_setup_media),
7180         (gst_rtsp_ext_list_configure_stream),
7181         (gst_rtsp_ext_list_get_transports),
7182         (gst_rtsp_ext_list_stream_select):
7183         * gst/rtsp/gstrtspext.h:
7184         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7185         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7186         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7187         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
7188         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
7189         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
7190         (gst_rtspsrc_stream_configure_tcp),
7191         (gst_rtspsrc_stream_configure_mcast),
7192         (gst_rtspsrc_stream_configure_udp),
7193         (gst_rtspsrc_stream_configure_udp_sink),
7194         (gst_rtspsrc_stream_configure_transport),
7195         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
7196         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
7197         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
7198         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
7199         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
7200         (gst_rtspsrc_parse_methods),
7201         (gst_rtspsrc_create_transports_string),
7202         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
7203         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
7204         (gst_rtspsrc_play), (gst_rtspsrc_pause),
7205         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
7206         * gst/rtsp/gstrtspsrc.h:
7207         * gst/rtsp/rtsp.h:
7208         * gst/rtsp/rtspconnection.c:
7209         * gst/rtsp/rtspconnection.h:
7210         * gst/rtsp/rtspdefs.c:
7211         * gst/rtsp/rtspdefs.h:
7212         * gst/rtsp/rtspext.h:
7213         * gst/rtsp/rtspextwms.c:
7214         * gst/rtsp/rtspextwms.h:
7215         * gst/rtsp/rtspmessage.c:
7216         * gst/rtsp/rtspmessage.h:
7217         * gst/rtsp/rtsprange.c:
7218         * gst/rtsp/rtsprange.h:
7219         * gst/rtsp/rtsptransport.c:
7220         * gst/rtsp/rtsptransport.h:
7221         * gst/rtsp/rtspurl.c:
7222         * gst/rtsp/rtspurl.h:
7223         * gst/rtsp/sdp.h:
7224         * gst/rtsp/sdpmessage.c:
7225         * gst/rtsp/sdpmessage.h:
7226         * gst/rtsp/test.c:
7227         Use shiny new RTSP and SDP library.
7228         Implement RTSP extensions using the new interface.
7229         Remove a lot of old code.
7230
7231 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
7232
7233         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7234         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
7235
7236 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
7237
7238         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7239         Don't unref the outgoing buffer twice when dropping it because it's
7240         outside of the segment.
7241
7242 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
7243
7244         * configure.ac:
7245         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7246         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
7247         Use the new buffer clipping function from gstaudio here and
7248         require gst-plugins-base CVS.
7249         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
7250         For framed Wavpack buffers we require a valid timestamp.
7251
7252 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7253
7254         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
7255         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
7256         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
7257         Clip raw audio and video when we can, keep track of current output
7258         segment.
7259         Don't leak buffers and events when there is no output pad.
7260         Improve debugging here and there.
7261
7262 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7263
7264         * configure.ac:
7265           Sync liboil check with plugins-base.
7266
7267 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7268
7269         * ext/annodex/Makefile.am:
7270           Fix CFLAGS/LIBS.
7271
7272         * ext/cdio/gstcdiocddasrc.c:
7273         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
7274           Include stdlib
7275
7276         * ext/cairo/Makefile.am:
7277         * gst/videofilter/Makefile.am:
7278         * tests/examples/level/Makefile.am:
7279           Use $(LIBM) instead of -lm
7280
7281 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7282
7283         * sys/v4l2/gstv4l2src.c:
7284           Add another example pipeline.
7285
7286 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7287
7288         Patch by: Alexander Eichner <alexeichi@yahoo.de>
7289
7290         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
7291           Use define here.
7292
7293         * sys/v4l2/gstv4l2tuner.c:
7294         (gst_v4l2_tuner_set_frequency_and_notify):
7295           Don't touch the property - its still disabled.
7296
7297         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
7298         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
7299         * sys/v4l2/v4l2src_calls.h:
7300           Improve fallback format negotionation. Fixes #451388
7301
7302 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7303
7304         * tests/check/elements/videocrop.c: (GST_START_TEST):
7305           Fix the test.
7306
7307 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7308
7309         * docs/plugins/Makefile.am:
7310         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7311         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7312         * docs/plugins/inspect/plugin-jpeg.xml:
7313         * docs/plugins/inspect/plugin-png.xml:
7314         * ext/jpeg/gstjpegdec.c:
7315         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
7316         (gst_pngdec_sink_setcaps):
7317           More docs. More logs in pngdec.
7318
7319 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
7320
7321         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
7322           Initialize num_buffers with minimum value.
7323
7324         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
7325         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
7326           Handle frame-size query failure gracefully.
7327
7328 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
7329
7330         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
7331         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
7332         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
7333         of qt/aac files.
7334
7335 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
7336
7337         * ext/wavpack/gstwavpackdec.c:
7338         (gst_wavpack_dec_clip_outgoing_buffer):
7339         Fix buffer clipping to correctly clip to the segment stop.
7340
7341 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7342
7343         * configure.ac:
7344         * tests/Makefile.am:
7345         Remove bogus check for libcheck, since we check for
7346         gstreamer-check and it pulls in the required info from there,
7347         and we weren't actually _using_ the information for libcheck
7348         ourselves anyway.
7349
7350 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
7351
7352         * configure.ac:
7353           Use pkg-config to locate check.
7354
7355 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
7356
7357         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7358         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7359         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
7360         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7361         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
7362         * gst/effectv/gstaging.c: (gst_agingtv_transform):
7363         * gst/effectv/gstdice.c: (gst_dicetv_transform):
7364         * gst/effectv/gstedge.c: (gst_edgetv_transform):
7365         * gst/effectv/gstquark.c: (gst_quarktv_transform):
7366         * gst/effectv/gstrev.c: (gst_revtv_transform):
7367         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
7368         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
7369         * gst/effectv/gstwarp.c: (gst_warptv_transform):
7370         * gst/matroska/matroska-demux.c:
7371         (gst_matroska_demux_add_wvpk_header),
7372         (gst_matroska_demux_check_subtitle_buffer),
7373         (gst_matroska_decode_buffer):
7374         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
7375           Fix build against core CVS.
7376
7377 2007-07-10  Edward Hervey  <bilboed@gmail.com>
7378
7379         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
7380         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
7381         don't have enough granularity to convert that boolean into a
7382         GstFlowReturn.
7383
7384 2007-07-06  Michael Smith <msmith@fluendo.com>
7385
7386         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
7387         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
7388         (gst_alawdec_change_state):
7389         * gst/law/alaw-decode.h:
7390         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
7391         (gst_mulawdec_class_init), (gst_mulawdec_init),
7392         (gst_mulawdec_chain), (gst_mulawdec_change_state):
7393         * gst/law/mulaw-decode.h:
7394           Fix capsnego bogosity in *law decoders. 
7395
7396 2007-07-06  Michael Smith <msmith@fluendo.com>
7397
7398         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
7399         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
7400         (gst_smokeenc_change_state):
7401         * ext/jpeg/gstsmokeenc.h:
7402           Remove stupidity in get/set caps functions.
7403           Fix some refcounting problems.
7404
7405 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
7406
7407         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
7408         Remove endianness-flipping hack that seems to have been required
7409         only because of a bug in ffmpegcolorspace.
7410         Partially Fixes: #451908
7411
7412 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
7413
7414         * docs/plugins/Makefile.am:
7415           Simplify --extra-dir as gtkdoc scans recursively.
7416
7417 2007-07-03  Wim Taymans  <wim@fluendo.com>
7418
7419         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7420
7421         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
7422         Set the encoding-name in the rtp caps to all uppercase, as required by
7423         the caps spec.
7424         Some small cleanups in the error paths. Fixes #453037.
7425
7426 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
7427
7428         * ext/wavpack/gstwavpackparse.c:
7429         (gst_wavpack_parse_index_get_last_entry),
7430         (gst_wavpack_parse_index_get_entry_from_sample),
7431         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
7432         (gst_wavpack_parse_scan_to_find_sample):
7433         * ext/wavpack/gstwavpackparse.h:
7434         Use a GSList for the GArray that is used like a list anyway.
7435
7436 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
7437
7438         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
7439         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
7440         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
7441           Add state change function where we set 0/1 as default framerate in
7442           case our setcaps function isn't called, like it might not in a
7443           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
7444           gdkpixbufdec trying to create caps with a 0/0 framerate.
7445           Also post an error message on the bus if gst_pad_push() fails when
7446           called from our sink event handler (+1 for flow returns for event
7447           functions in 0.11) instead of failing silently.
7448
7449 2007-06-27  Wim Taymans  <wim@fluendo.com>
7450
7451         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
7452         Cast stack args to the proper types. Fixes #451249.
7453
7454 2007-06-27  Wim Taymans  <wim@fluendo.com>
7455
7456         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7457         (new_session_pad), (gst_rtspsrc_setup_streams):
7458         * gst/rtsp/gstrtspsrc.h:
7459         For container formats we only need to activate one of the streams so
7460         that we correctly signal no-more-pads. Fixes #451015.
7461
7462 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
7463
7464         * docs/plugins/gst-plugins-good-plugins.args:
7465         * docs/plugins/inspect/plugin-aasink.xml:
7466         * docs/plugins/inspect/plugin-alaw.xml:
7467         * docs/plugins/inspect/plugin-alpha.xml:
7468         * docs/plugins/inspect/plugin-alphacolor.xml:
7469         * docs/plugins/inspect/plugin-annodex.xml:
7470         * docs/plugins/inspect/plugin-apetag.xml:
7471         * docs/plugins/inspect/plugin-audiofx.xml:
7472         * docs/plugins/inspect/plugin-auparse.xml:
7473         * docs/plugins/inspect/plugin-autodetect.xml:
7474         * docs/plugins/inspect/plugin-avi.xml:
7475         * docs/plugins/inspect/plugin-cacasink.xml:
7476         * docs/plugins/inspect/plugin-cairo.xml:
7477         * docs/plugins/inspect/plugin-cdio.xml:
7478         * docs/plugins/inspect/plugin-cutter.xml:
7479         * docs/plugins/inspect/plugin-debug.xml:
7480         * docs/plugins/inspect/plugin-efence.xml:
7481         * docs/plugins/inspect/plugin-effectv.xml:
7482         * docs/plugins/inspect/plugin-esdsink.xml:
7483         * docs/plugins/inspect/plugin-flac.xml:
7484         * docs/plugins/inspect/plugin-flxdec.xml:
7485         * docs/plugins/inspect/plugin-gconfelements.xml:
7486         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
7487         * docs/plugins/inspect/plugin-goom.xml:
7488         * docs/plugins/inspect/plugin-halelements.xml:
7489         * docs/plugins/inspect/plugin-icydemux.xml:
7490         * docs/plugins/inspect/plugin-id3demux.xml:
7491         * docs/plugins/inspect/plugin-jpeg.xml:
7492         * docs/plugins/inspect/plugin-ladspa.xml:
7493         * docs/plugins/inspect/plugin-level.xml:
7494         * docs/plugins/inspect/plugin-matroska.xml:
7495         * docs/plugins/inspect/plugin-mulaw.xml:
7496         * docs/plugins/inspect/plugin-multipart.xml:
7497         * docs/plugins/inspect/plugin-navigationtest.xml:
7498         * docs/plugins/inspect/plugin-ossaudio.xml:
7499         * docs/plugins/inspect/plugin-png.xml:
7500         * docs/plugins/inspect/plugin-quicktime.xml:
7501         * docs/plugins/inspect/plugin-rtp.xml:
7502         * docs/plugins/inspect/plugin-rtsp.xml:
7503         * docs/plugins/inspect/plugin-smpte.xml:
7504         * docs/plugins/inspect/plugin-speex.xml:
7505         * docs/plugins/inspect/plugin-taglib.xml:
7506         * docs/plugins/inspect/plugin-udp.xml:
7507         * docs/plugins/inspect/plugin-videobalance.xml:
7508         * docs/plugins/inspect/plugin-videobox.xml:
7509         * docs/plugins/inspect/plugin-videocrop.xml:
7510         * docs/plugins/inspect/plugin-videoflip.xml:
7511         * docs/plugins/inspect/plugin-videomixer.xml:
7512         * docs/plugins/inspect/plugin-wavenc.xml:
7513         * docs/plugins/inspect/plugin-wavparse.xml:
7514         * docs/plugins/inspect/plugin-ximagesrc.xml:
7515           Update docs with caps info.
7516
7517 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
7518
7519         * po/POTFILES.in:
7520           Add more files with translatable strings (#450878).
7521
7522 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
7523
7524         * MAINTAINERS:
7525         Updating all the maintainers files
7526
7527 2007-06-22  Edward Hervey  <edward@fluendo.com>
7528
7529         * ext/flac/gstflactag.c: (gst_flac_tag_init):
7530         * gst/interleave/deinterleave.c: (deinterleave_init),
7531         (deinterleave_sink_link):
7532         * gst/interleave/interleave.c: (interleave_init):
7533         * gst/median/gstmedian.c: (gst_median_init):
7534         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
7535         Fix memory leaks.
7536         * tests/check/elements/id3demux.c: (pad_added_cb):
7537         Remove unused variable.
7538
7539 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
7540
7541         * ext/gconf/gconf.h:
7542         Make the prototype of gst_gconf_get_key_for_sink_profile
7543         match the implementation.
7544         Patch by: Damien Carbery <damien dot carbery at sun dot com>
7545         Fixes: #449747
7546
7547 2007-06-20  Michael Smith <msmith@fluendo.com>
7548
7549         * gst/rtp/gstrtpdepay.c:
7550           Fix description - rtpdepay is not a payloader.
7551
7552 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
7553
7554         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
7555         (qtdemux_video_caps):
7556         * gst/qtdemux/qtdemux_fourcc.h:
7557           Add MJPG to the variants of motion jpeg.
7558
7559 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
7560
7561         * tests/check/Makefile.am:
7562         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
7563         * tests/check/elements/videocrop.c: (GST_START_TEST):
7564         * tests/check/elements/videofilter.c:
7565         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
7566         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
7567           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
7568           error flags are included and it errors out on compiler warnings
7569           for CVS builds; remove unused variables in various unit tests.
7570
7571 2007-06-19  Wim Taymans  <wim@fluendo.com>
7572
7573         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
7574         (rtsp_connection_close), (rtsp_connection_free):
7575         Use threadsafe inet_ntop to convert an ip number to a string. 
7576         Fixes #447961.
7577         Don't leak fd (and ip) when freeing a connection without first closing
7578         it.
7579
7580 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
7581
7582         * configure.ac:
7583         Back to CVS
7584
7585         * gst-plugins-good.doap:
7586         Add 0.10.6 to the doap file.
7587
7588 === release 0.10.6 ===
7589
7590 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
7591
7592         * configure.ac:
7593           releasing 0.10.6, "Wobble Board"
7594
7595 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
7596
7597         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
7598         (rtsp_connection_free):
7599           Revert previous commit again, since we are frozen (sorry).
7600
7601 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
7602
7603         Patch by: Peter Kjellerstedt <pkj at axis com>
7604
7605         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
7606         (rtsp_connection_free):
7607           inet_ntoa() uses a static buffer internally, so we need to copy the
7608           returned string if we want to store it for later (#447961).
7609
7610 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
7611
7612         * win32/vs6/autogen.dsp:
7613         * win32/vs6/gst_plugins_good.dsw:
7614         * win32/vs6/libgstalaw.dsp:
7615         * win32/vs6/libgstalpha.dsp:
7616         * win32/vs6/libgstalphacolor.dsp:
7617         * win32/vs6/libgstapetag.dsp:
7618         * win32/vs6/libgstaudiofx.dsp:
7619         * win32/vs6/libgstauparse.dsp:
7620         * win32/vs6/libgstautodetect.dsp:
7621         * win32/vs6/libgstavi.dsp:
7622         * win32/vs6/libgstcutter.dsp:
7623         * win32/vs6/libgstdirectdraw.dsp:
7624         * win32/vs6/libgstdirectsound.dsp:
7625         * win32/vs6/libgsteffectv.dsp:
7626         * win32/vs6/libgstflx.dsp:
7627         * win32/vs6/libgstgoom.dsp:
7628         * win32/vs6/libgsticydemux.dsp:
7629         * win32/vs6/libgstid3demux.dsp:
7630         * win32/vs6/libgstinterleave.dsp:
7631         * win32/vs6/libgstjpeg.dsp:
7632         * win32/vs6/libgstlevel.dsp:
7633         * win32/vs6/libgstmatroska.dsp:
7634         * win32/vs6/libgstmedian.dsp:
7635         * win32/vs6/libgstmonoscope.dsp:
7636         * win32/vs6/libgstmulaw.dsp:
7637         * win32/vs6/libgstmultipart.dsp:
7638         * win32/vs6/libgstqtdemux.dsp:
7639         * win32/vs6/libgstrtp.dsp:
7640         * win32/vs6/libgstrtsp.dsp:
7641         * win32/vs6/libgstsmpte.dsp:
7642         * win32/vs6/libgstspeex.dsp:
7643         * win32/vs6/libgstudp.dsp:
7644         * win32/vs6/libgstvideobalance.dsp:
7645         * win32/vs6/libgstvideobox.dsp:
7646         * win32/vs6/libgstvideocrop.dsp:
7647         * win32/vs6/libgstvideoflip.dsp:
7648         * win32/vs6/libgstvideomixer.dsp:
7649         * win32/vs6/libgstwaveform.dsp:
7650         * win32/vs6/libgstwavenc.dsp:
7651         * win32/vs6/libgstwavparse.dsp:
7652         Mark *.dsp & *.dsw as binary files and convert to DOS line
7653         endings, as they don't load into VS6 correctly otherwise.
7654
7655 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
7656
7657         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7658         (rtsp_connection_connect):
7659         Fix the MingW build. 
7660         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
7661         Fixes: #446981
7662
7663 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
7664
7665         * tests/check/elements/.cvsignore:
7666         * tests/icles/.cvsignore:
7667         Hush the buildbots up
7668
7669 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
7670
7671         * configure.ac:
7672         * sys/Makefile.am:
7673         * sys/directdraw/Makefile.am:
7674         * sys/directsound/Makefile.am:
7675         * sys/waveform/Makefile.am:
7676         Make sure to dist everything needed for win32 builds.
7677
7678 2007-06-14  Edward Hervey  <edward@fluendo.com>
7679
7680         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
7681         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
7682         caps.
7683         Fixes #447458
7684
7685 2007-06-13  Wim Taymans  <wim@fluendo.com>
7686
7687         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
7688         Make sure we allocate enough memory for the codec_data.
7689         Fixes #447210.
7690
7691 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
7692
7693         * win32/MANIFEST:
7694         Add videocrop project file to the win32 manifest.
7695         * win32/vs6/gst_plugins_good.dsw:
7696         Add qtdemux,videocrop and waveform projects to the workspace.
7697         * win32/vs6/libgstqtdemux.dsp:
7698         Add zlib to the link list of qtdemux.
7699         * win32/vs6/libgstvideocrop.dsp:
7700         Add a project file for videocrop.
7701
7702 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
7703
7704         * po/POTFILES.in:
7705         Add qtdemux for translation
7706
7707 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
7708
7709         * configure.ac:
7710         * docs/plugins/Makefile.am:
7711         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7712         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7713         * docs/plugins/inspect/plugin-videocrop.xml:
7714         * gst-plugins-good.spec.in:
7715         * sys/Makefile.am:
7716         * tests/check/Makefile.am:
7717         * tests/icles/Makefile.am:
7718         * tests/icles/videocrop-test.c:
7719         Move videocrop and osxvideo from -bad.
7720
7721 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
7722
7723         * configure.ac:
7724         * docs/plugins/Makefile.am:
7725         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7726         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7727         * docs/plugins/gst-plugins-good-plugins.args:
7728         * docs/plugins/inspect/plugin-qtdemux.xml:
7729         * docs/plugins/inspect/plugin-quicktime.xml:
7730         * win32/MANIFEST:
7731         Move qtdemux from -bad.
7732
7733         * gst-plugins-good.spec.in:
7734         Update spec file to reflect moving of qtdemux and wavpack
7735
7736 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
7737         
7738         * win32/MANIFEST:
7739         * docs/plugins/Makefile.am:
7740         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7741         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7742         * docs/plugins/inspect/plugin-directdraw.xml:
7743         * docs/plugins/inspect/plugin-directsound.xml:
7744         * docs/plugins/inspect/plugin-waveform.xml:
7745         Move the waveform plugin from -bad too. Update the inspect xml
7746         files to mention Plugins Good instead of Plugins Bad.
7747
7748 2007-06-12  Andy Wingo  <wingo@pobox.com>
7749
7750         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
7751         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
7752         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
7753         finalization and resuscitation. No longer public.
7754         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
7755         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
7756         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
7757         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
7758         miniobject semantics, and be threadsafe.
7759         (gst_v4l2src_queue_frame): Remove this function, as we just call
7760         the ioctls directly in the two places where we queue buffers.
7761         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
7762         directly.
7763         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
7764         to allocate the pool, which also preallocates the GstBuffers.
7765         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
7766         queueing the frames directly.
7767         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
7768         mmap buffers have been dequeued.
7769
7770         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
7771         real MiniObject instead of rolling our own refcounting and
7772         finalizing. Give it a lock.
7773         (struct _GstV4l2Buffer): Remove one intermediary object, having
7774         the buffers hold the struct v4l2_buffer directly.
7775
7776         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
7777         capture_init so that it can set them on the buffers that it will
7778         create.
7779         (gst_v4l2src_get_read): For better or for worse, include the
7780         timestamping and offsetting code here; really we should be using
7781         bufferalloc though.
7782         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
7783         preallocated, mmap'd buffers.
7784
7785 2007-06-11  Wim Taymans  <wim@fluendo.com>
7786
7787         Patch by: daniel fischer <dan at f3c dot com>
7788
7789         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
7790         (gst_ximage_src_get_caps):
7791         Actually use the display_name property so that we can dump any
7792         available X display. Fixes #445905.
7793
7794 2007-06-11  Wim Taymans  <wim@fluendo.com>
7795
7796         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7797
7798         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
7799         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
7800         Add missing rate fields to caps. Fixes #441118.
7801
7802 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
7803
7804         * win32/vs6/gst_plugins_good.dsw:
7805         * win32/vs8/gst-plugins-good.sln:
7806         Add DirectSound and DirectDraw sinks project files to
7807         workspace and solution files.
7808
7809 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
7810
7811         Patch by: Josh Coalson <xflac at yahoo dot com>,
7812         updated by Alexis Ballier <aballier at gentoo dot org>:
7813
7814         * configure.ac:
7815         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
7816         (gst_flac_dec_setup_seekable_decoder),
7817         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
7818         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
7819         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
7820         * ext/flac/gstflacdec.h:
7821         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
7822         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
7823         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
7824         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
7825         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
7826         (gst_flac_enc_chain), (gst_flac_enc_set_property),
7827         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
7828         * ext/flac/gstflacenc.h:
7829         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
7830         
7831 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
7832
7833         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
7834         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
7835         not necessary anymore as we need at least that core version. 
7836
7837 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
7838
7839         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7840         (gst_wavpack_dec_chain):
7841         * ext/wavpack/gstwavpackdec.h:
7842         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
7843         (gst_wavpack_parse_push_buffer):
7844         * ext/wavpack/gstwavpackparse.h:
7845         Improve discont handling by checking if the next Wavpack block has
7846         the expected, following block index.
7847
7848 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7849
7850         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
7851           Fix element description.
7852
7853 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7854
7855         * configure.ac:
7856         * docs/plugins/Makefile.am:
7857         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7858         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7859         * docs/plugins/gst-plugins-good-plugins.args:
7860         * docs/plugins/gst-plugins-good-plugins.hierarchy:
7861         * docs/plugins/gst-plugins-good-plugins.signals:
7862         * docs/plugins/inspect/plugin-autodetect.xml:
7863         * docs/plugins/inspect/plugin-gconfelements.xml:
7864         * docs/plugins/inspect/plugin-ladspa.xml:
7865         * docs/plugins/inspect/plugin-rtp.xml:
7866         * docs/plugins/inspect/plugin-wavpack.xml:
7867         * ext/Makefile.am:
7868         * tests/check/Makefile.am:
7869           move wavpack plugin.  See #352605.
7870
7871 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
7872
7873         * configure.ac:
7874         * docs/plugins/Makefile.am:
7875         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7876         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7877         * docs/plugins/gst-plugins-good-plugins.args:
7878         * sys/Makefile.am:
7879         * win32/MANIFEST:
7880         Add DirectDraw & DirectSound plugins to the build and docs.
7881
7882 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
7883
7884         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
7885         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
7886           When operating in pull mode, error out correct on not-linked.
7887
7888 2007-06-06  Andy Wingo  <wingo@pobox.com>
7889
7890         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
7891         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
7892         format and size if the ioctls are defined; should fix compilation
7893         on Linux < 2.16.19.
7894
7895 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
7896
7897         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
7898           Printf fixes in debug statements; use LOG level for debug statements
7899           that are printed for each and every frame; convert c++ comments to
7900           C-style comments; not much point using g_try_malloc() if we then not
7901           even check the return value.
7902
7903 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
7904
7905         * configure.ac:
7906           Bump requirements to released versions (core and base 0.10.13).
7907
7908         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
7909           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
7910           own implementation.
7911
7912 2007-06-05  Andy Wingo  <wingo@pobox.com>
7913
7914         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
7915         some useless comments.
7916
7917         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
7918         frames before calling STREAMON, that might leave them in a state
7919         where they can't be dequeued if we go back to NULL without calling
7920         STREAMON, according to the docs.
7921         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
7922         before we call STREAMON.
7923         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
7924         failures. (For me this code hung.) The pool refcounting is still
7925         crack; added a note to that effect.
7926
7927 2007-06-05  Wim Taymans  <wim@fluendo.com>
7928
7929         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
7930         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
7931         Add support for mapping gst structure names to the MIME type equivalent.
7932         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
7933
7934 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
7935
7936         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
7937         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
7938         (gst_wavenc_chain), (gst_wavenc_change_state):
7939         * gst/wavenc/gstwavenc.h:
7940         Properly write wav files with width!=depth by having the depth most
7941         significant bytes set and all others zero. Fixes #442535.
7942
7943 2007-06-01  Wim Taymans  <wim@fluendo.com>
7944
7945         * gst/rtsp/rtspconnection.c:
7946         Add include to make buildbot happy.
7947
7948 2007-06-01  Wim Taymans  <wim@fluendo.com>
7949
7950         Patch by: Peter Kjellerstedt  <pkj at axis com>
7951
7952         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7953         (rtsp_connection_connect), (add_date_header),
7954         (rtsp_connection_send), (parse_response_status),
7955         (parse_request_line), (parse_line), (rtsp_connection_receive):
7956         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
7957         * gst/rtsp/rtspdefs.h:
7958         * gst/rtsp/rtspmessage.c: (key_value_foreach),
7959         (rtsp_message_init_request), (rtsp_message_init_response),
7960         (rtsp_message_remove_header), (rtsp_message_append_headers),
7961         (rtsp_message_dump):
7962         * gst/rtsp/rtspmessage.h:
7963         Improves version checking, allowing an RTSP server to reply with "505
7964         RTSP Version not supported.
7965         Adds a Date header to all messages.
7966         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
7967         want to be able to send a response even if something in the request was
7968         invalid. EINVAL is only used when passing wrong arguments to functions.
7969         Do not handle an invalid method in parse_request_line(). Defer this to
7970         the caller so it can respond with "405 Method Not Allowed".
7971         Improves parsing of the timeout parameter to the Session header,
7972         allowing whitespace after the semicolon. 
7973         Avoids a compiler warning due to variables shadowing a function argument.
7974
7975 2007-06-01  Wim Taymans  <wim@fluendo.com>
7976
7977         Based on Patch by: Daniel Charles <dcharles at ti dot com>
7978
7979         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
7980         (gst_rtp_amr_depay_process):
7981         * gst/rtp/gstrtpamrdepay.h:
7982         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
7983         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
7984         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
7985         * gst/rtp/gstrtpamrpay.h:
7986         Add support for AMR-WB.
7987         Small cleanups such as using BOILERPLATE.
7988
7989 2007-05-31  Wim Taymans  <wim@fluendo.com>
7990
7991         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
7992         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
7993
7994 2007-05-30  Andy Wingo  <wingo@pobox.com>
7995
7996         * sys/v4l2/gstv4l2object.h: 
7997         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
7998         unintended changes.
7999
8000         * sys/v4l2/v4l2src_calls.h: 
8001         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
8002         the format list in the order that the driver gives it to us.
8003         (gst_v4l2src_probe_caps_for_format_and_size)
8004         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
8005         based on the capabilities of the device.
8006         (gst_v4l2src_grab_frame): Update for object variable renaming.
8007         (gst_v4l2src_set_capture): Update to be strict in its parameters,
8008         as in the set_caps below.
8009         (gst_v4l2src_capture_init): Update for object variable renaming,
8010         and reflow.
8011         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
8012         (gst_v4l2src_capture_deinit): Update for object variable renaming.
8013         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
8014         (gst_v4l2src_get_fps): Remove; these functions don't have much
8015         meaning outside of an atomic set_caps method.
8016         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
8017         known.
8018
8019         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
8020         call to update_fps; not sure about this change.
8021         (gst_v4l2_tuner_set_norm): Work around the fact that for the
8022         moment we don't have an update_fps_func.
8023
8024         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
8025         structures in the object, just store what we need. Do store the
8026         probed caps of the device. Don't store the current frame rate.
8027
8028         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
8029         update_fps_function, for now. Update for new object variable
8030         naming.
8031         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
8032         new object variable naming.
8033         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
8034         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
8035         (gst_v4l2src_get_caps): Rework to probe the device for supported
8036         frame sizes and frame rates.
8037         (gst_v4l2src_set_caps): Rework to be strict in the given
8038         parameters: if someone asks us to have a certain size and rate,
8039         that is what we configure.
8040         (gst_v4l2src_get_read): Update for object variable naming. Don't
8041         leak buffers on short reads.
8042         (gst_v4l2src_get_mmap): Update for object variable naming, and add
8043         comments.
8044         (gst_v4l2src_create): Update for object variable naming.
8045
8046 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
8047
8048         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
8049         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
8050         * gst/avi/gstavidemux.h:
8051           Parse subtitle text streams instead of erroring out (#442034). Still
8052           needs a parser for the subtitles to actually show up.
8053
8054 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
8055
8056         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
8057         (gst_avi_demux_loop):
8058           Make _push_event() return TRUE if the event could be pushed on at
8059           least one pad and not only if it could be pushed on all pads,
8060           otherwise we'll end up posting an error message on EOS if one or
8061           more source pads are not connected.
8062
8063 2007-05-28  Wim Taymans  <wim@fluendo.com>
8064
8065         * gst/rtsp/rtsptransport.c:
8066         Use renamed RTP bin.
8067
8068 2007-05-28  Wim Taymans  <wim@fluendo.com>
8069
8070         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
8071
8072         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
8073         (gst_video_box_set_property), (gst_video_box_transform_caps),
8074         (video_box_recalc_transform), (gst_video_box_set_caps),
8075         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
8076         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
8077         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
8078         (gst_video_box_i420_i420), (gst_video_box_transform),
8079         (plugin_init):
8080         Add AYUV->AYUV and AYUV->I420 formats. 
8081         Fix negotiation and I420->AYUV conversion.
8082         Fixes #429329.
8083
8084 2007-05-26  Wim Taymans  <wim@fluendo.com>
8085
8086         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
8087         Use different variables for nested for loops so that the outer loop
8088         functions properly and speex files with multiple frames per buffer work
8089         properly.
8090         Fixes #441408.
8091
8092 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8093
8094         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
8095           Don't leak newsegment events.
8096
8097 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8098
8099         * gst/wavparse/Makefile.am:
8100           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
8101           drags it in.
8102
8103 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8104
8105         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
8106         (notgst_value_array_append_buffer),
8107         (gst_flac_enc_process_stream_headers),
8108         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
8109         (gst_flac_enc_change_state):
8110         * ext/flac/gstflacenc.h:
8111           Collect headers, add "streamheader" field to output caps and set
8112           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
8113           produces output according to the official FLAC-to-Ogg mapping
8114           instead of completely broken files. Fixes #426044.
8115
8116 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8117
8118         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
8119         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
8120         (gst_id3demux_sink_event):
8121         * gst/id3demux/gstid3demux.h:
8122         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
8123         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
8124         (gst_tag_demux_send_new_segment):
8125         Handle and adjust new-segment events so that downstream really
8126         sees a stream with the tag pieces stripped off the front and back.
8127         Fixes strangeness in seeking when mp3 decoders use the new-segment
8128         byte position to estimate their current playback position timestamp
8129         and then the arriving buffers don't match up.
8130
8131 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8132
8133         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
8134           Don't unnecessarily perform a READY->NULL->READY transition on the
8135           detected audio sink when starting up. Fixes: #440127
8136
8137 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8138
8139         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
8140         (gst_flac_enc_chain):
8141           Don't crash in chain function if setcaps hasn't been called.
8142
8143 2007-05-24  Wim Taymans  <wim@fluendo.com>
8144
8145         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
8146         Init value to avoid infinte loops.
8147
8148 2007-05-24  Wim Taymans  <wim@fluendo.com>
8149
8150         Patch by: Peter Kjellerstedt  <pkj at axis com>
8151
8152         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
8153         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
8154         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
8155         (gst_rtspsrc_play):
8156         (rtsp_connection_send), (rtsp_connection_receive):
8157         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
8158         Fix for new API.
8159
8160         * gst/rtsp/rtspconnection.c: (add_auth_header),
8161         Only add authorisation and session headers when sending messages.
8162
8163         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
8164         (rtsp_message_init_request), (rtsp_message_init_response),
8165         (rtsp_message_unset), (rtsp_message_add_header),
8166         (rtsp_message_remove_header), (rtsp_message_get_header),
8167         (rtsp_message_append_headers), (dump_key_value),
8168         (rtsp_message_dump):
8169         * gst/rtsp/rtspmessage.h:
8170         Add support for multiple headers of the same type by storing the parsed
8171         headers in a GArray instaed of a hashtable.
8172
8173 2007-05-21  Wim Taymans  <wim@fluendo.com>
8174
8175         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
8176         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
8177         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
8178         safer shutdown.
8179
8180 2007-05-21  Wim Taymans  <wim@fluendo.com>
8181
8182         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
8183         * gst/rtsp/gstrtpdec.h:
8184         Added signal for backwards compat.
8185
8186 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
8187         
8188         Patch by: René Stadler <mail at renestadler dot de>
8189
8190         * configure.ac:
8191         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
8192         (gst_au_parse_parse_header), (gst_au_parse_chain):
8193         * gst/auparse/gstauparse.h:
8194         Use audioconvert for converting from non-native endianness floats
8195         in auparse instead of doing it ourself. Fixes #424527.
8196         This needs the audioconvert from plugins-base CVS.
8197         
8198 2007-05-21  Wim Taymans  <wim@fluendo.com>
8199
8200         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8201         (gst_rtp_h263p_pay_flush):
8202         Fix enum registration.
8203
8204 2007-05-21  Wim Taymans  <wim@fluendo.com>
8205
8206         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
8207
8208         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8209         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
8210         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
8211         (gst_rtp_h263p_pay_flush):
8212         * gst/rtp/gstrtph263ppay.h:
8213         Add new fragmentation mode base on GOB headers. Fixes #438940.
8214
8215 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
8216
8217         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
8218           Printf format fix.
8219
8220 2007-05-18  Wim Taymans  <wim@fluendo.com>
8221
8222         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8223         Don't crash when an unsupported transport error was returned by the
8224         server, just try to configure the next stream. Fixes #439255.
8225
8226 2007-05-18  Wim Taymans  <wim@fluendo.com>
8227
8228         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8229         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8230         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
8231         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8232         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
8233         * gst/rtsp/gstrtspsrc.h:
8234         Add TCP timeout property and use it for all TCP connection.
8235
8236         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8237         (rtsp_connection_write), (rtsp_connection_next_timeout),
8238         (rtsp_connection_reset_timeout):
8239         Make connect and writes cancelable and make them use the timeout.
8240
8241 2007-05-18  Wim Taymans  <wim@fluendo.com>
8242
8243         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
8244         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8245         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8246         (gst_rtspsrc_setup_streams):
8247         Refactor timeout handling.
8248         Also send keep-alive when dealing with TCP transport.
8249
8250         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8251         (rtsp_connection_free), (rtsp_connection_next_timeout),
8252         (rtsp_connection_reset_timeout):
8253         * gst/rtsp/rtspconnection.h:
8254         Use a timer to handle the session timeouts, add some methods to deal
8255         with timeouts.
8256
8257 2007-05-17  Wim Taymans  <wim@fluendo.com>
8258
8259         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
8260         (gst_rtspsrc_setup_streams):
8261         Ignore streams that fail the setup command, we will retry with a
8262         different transport later on.
8263
8264         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
8265         (rtsp_ext_wms_configure_stream):
8266         Fix encoding name case.
8267
8268 2007-05-16  Edward Hervey  <edward@fluendo.com>
8269
8270         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
8271         Fix build on macosx.
8272
8273 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
8274
8275         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
8276         Replace direct comparison of a string with the string literal "" with
8277         a comparison of the first character with '\0'. Fixes #438926.
8278
8279 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8280
8281         * gst/debug/breakmydata.c (gst_break_my_data_init):
8282           One more try. This should be the proper fix now.
8283
8284 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8285
8286         * gst/debug/breakmydata.c:
8287           Ooops, no // comments please.
8288
8289 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8290
8291         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
8292         (gst_break_my_data_init):
8293           Fix gst_buffer_is_writable() assertion.
8294
8295 2007-05-14  David Schleef  <ds@schleef.org>
8296
8297         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
8298           video/x-raw-bayer.  Fixes #314160.
8299
8300 2007-05-14  Wim Taymans  <wim@fluendo.com>
8301
8302         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
8303         (gst_rtp_theora_depay_parse_configuration):
8304         * gst/rtp/gstrtptheorapay.c: (encode_base64),
8305         (gst_rtp_theora_pay_finish_headers),
8306         (gst_rtp_theora_pay_handle_buffer):
8307         Update theora pay/depayloader in a similar to vorbis.
8308
8309         * gst/rtp/gstrtpvorbisdepay.c:
8310         (gst_rtp_vorbis_depay_parse_configuration):
8311         Update docs.
8312
8313 2007-05-14  Wim Taymans  <wim@fluendo.com>
8314
8315         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
8316         When we try to execute a method that is not supported by the server,
8317         don't error out but remove the method from the accepted methods so that
8318         we never try to perform this method again.
8319
8320 2007-05-14  Wim Taymans  <wim@fluendo.com>
8321
8322         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
8323         Remove annoying _dump_mem.
8324
8325 2007-05-14  Wim Taymans  <wim@fluendo.com>
8326
8327         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
8328         Parse range correctly.
8329
8330         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
8331         The baseurl now always has a '/' at the start.
8332
8333 2007-05-14  Wim Taymans  <wim@fluendo.com>
8334
8335         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
8336         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
8337         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
8338         Factor out caps configuration and configure more stuff such as the time
8339         ranges and speed/scale values.
8340
8341         * gst/rtsp/rtsptransport.c:
8342         Add Copyright after non-trival fixes.
8343
8344 2007-05-12  Wim Taymans  <wim@fluendo.com>
8345
8346         Patch by: Peter Kjellerstedt  <pkj at axis com>
8347
8348         * gst/rtsp/gstrtspsrc.h:
8349         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
8350         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
8351         (rtsp_message_get_header):
8352         * gst/rtsp/rtspmessage.h:
8353         Make channel guint8 where possible.
8354         Make rtsp_message_init_data() take the channel as a guint8.
8355
8356         * gst/rtsp/rtspdefs.c:
8357         Fixed a typo: Timout -> Timeout
8358
8359         * gst/rtsp/rtspdefs.h:
8360         Make RTSP_CHECK() behave as a statement.
8361
8362         * gst/rtsp/sdpmessage.c:
8363         Avoid a compiler warning in INIT_ARRAY().
8364         Fixes #437692.
8365
8366 2007-05-12  Wim Taymans  <wim@fluendo.com>
8367
8368         Patch by: Peter Kjellerstedt  <pkj at axis com>
8369
8370         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
8371         (rtsp_url_get_request_uri):
8372         * gst/rtsp/rtspurl.h:
8373         Add support for query parameters to RTSP URLs.
8374
8375 2007-05-12  Wim Taymans  <wim@fluendo.com>
8376
8377         Patch by: Peter Kjellerstedt  <pkj at axis com>
8378
8379         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
8380         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
8381         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
8382         (rtsp_transport_parse), (rtsp_transport_as_text):
8383         * gst/rtsp/rtsptransport.h:
8384         Add validation to rtsp_transport_parse().
8385         Add rtsp_transport_as_text() to generate an RTSP header from an
8386         RTSPTransport.
8387         Change ssrc to guint (was a string) since that is what it is, even
8388         though it is sent as a hex string.
8389         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
8390         incorrect, which can be seen when looking at the examples in the RFC).
8391         Fixes #437670.
8392
8393 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
8394
8395         Patch by: Eric Anholt
8396
8397         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
8398           gst_ximage_src_ximage_get):
8399         Use union of all damage between frames to make it faster.
8400         Fixes bug #342463.
8401         Also fix crasher when cursor is at bottom right of window.
8402
8403 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
8404
8405         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
8406           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
8407           streaming mode regression for file from #343837 with 'bext' chunk
8408           before the 'fmt' chunk.
8409
8410 2007-05-11  Wim Taymans  <wim@fluendo.com>
8411
8412         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
8413         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
8414         (gst_rtspsrc_handle_src_event),
8415         (gst_rtspsrc_stream_configure_manager),
8416         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
8417         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
8418         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
8419         * gst/rtsp/gstrtspsrc.h:
8420         * gst/rtsp/rtspdefs.h:
8421         Preliminary seek support.
8422         Activate internal pads so that we can receive events on them.
8423         Don't try to parse a range string when it's NULL.
8424
8425 2007-05-11  Wim Taymans  <wim@fluendo.com>
8426
8427         * gst/rtp/README:
8428         Update README with new RTP variables that will be used for
8429         synchronisation.
8430
8431         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
8432         (gst_rtp_vorbis_depay_parse_configuration),
8433         (gst_rtp_vorbis_depay_process):
8434         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
8435         (gst_rtp_vorbis_pay_finish_headers),
8436         (gst_rtp_vorbis_pay_handle_buffer):
8437         Update vorbis pay and depayloader to draft-04.
8438
8439 2007-05-11  Wim Taymans  <wim@fluendo.com>
8440
8441         * gst/rtsp/rtsptransport.c:
8442         UDP MCAST is actually the default for RTP/AVP.
8443 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
8444
8445         * gst/level/gstlevel.c: (gst_level_transform_ip):
8446         Use guint8 * instead of gpointer then vs6 can build 
8447         in_data += (filter->width / 8).
8448
8449 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
8450
8451         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
8452           gst_ximage_src_ximage_get):
8453         * sys/ximage/gstximagesrc.h (last_ximage):
8454         When using Damage actually keep the last frame, and not assume
8455         that the buffer we get already has the last frame on it.
8456         Copy the cursor over if we specify a non-zero start x and
8457         start y.
8458
8459 2007-05-11  Wim Taymans  <wim@fluendo.com>
8460
8461         * gst/rtsp/rtsptransport.c:
8462         Make UDP the default transport when not specified.
8463
8464 2007-05-09  David Schleef  <ds@schleef.org>
8465
8466         * gst/level/gstlevel.c:
8467           Revert last change.
8468
8469 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
8470
8471         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
8472         (gst_level_transform_ip):
8473         Use guint8 * instead of gpointer then vs6 know the size of data
8474         pointed when moving the pointer.
8475         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
8476         Move instructions after variables declaration.
8477         * win32/vs6/autogen.dsp:
8478         * win32/vs6/libgstrtp.dsp:
8479         * win32/vs6/libgstrtsp.dsp:
8480         Update vs6 project files.
8481
8482 2007-05-09  Wim Taymans  <wim@fluendo.com>
8483
8484         * gst/rtsp/Makefile.am:
8485         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
8486         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
8487         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
8488         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
8489         (rtsp_range_free):
8490         * gst/rtsp/rtsprange.h:
8491         Add code to parse time ranges.
8492         Report DURATION on the stream when possible.
8493
8494 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
8495
8496         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
8497         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
8498         (gst_videomixer_collected):
8499           Fix strides calculation for AYUV (it's just width*4) (#436910).
8500
8501 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
8502
8503         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
8504         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
8505         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
8506         Sync the GObject properties before each processing step to properly
8507         work with the controller.
8508
8509 2007-05-04  Wim Taymans  <wim@fluendo.com>
8510
8511         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
8512         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8513         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
8514         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
8515         (gst_rtspsrc_change_state):
8516         Let more error state trickle down so that we can catch more error
8517         cases.
8518         Handle keep-alive a little smarter by selecting a method the server
8519         actually supports.
8520         Fix a race in UDP streaming shutdown.
8521
8522 2007-05-04  Wim Taymans  <wim@fluendo.com>
8523
8524         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
8525         Ignore errors when trying to use the keep-alive messages.
8526
8527 2007-05-04  Wim Taymans  <wim@fluendo.com>
8528
8529         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
8530         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
8531         (gst_rtspsrc_stream_configure_manager),
8532         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
8533         (gst_rtspsrc_stream_configure_mcast),
8534         (gst_rtspsrc_stream_configure_udp),
8535         (gst_rtspsrc_stream_configure_udp_sink),
8536         (gst_rtspsrc_stream_configure_transport):
8537         Send RTCP messages back to the server over the TCP connection.
8538
8539         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
8540         (rtsp_connection_send), (rtsp_connection_read), (read_body),
8541         (rtsp_connection_receive):
8542         * gst/rtsp/rtspconnection.h:
8543         Factor out and expose lowlevel _write and _read methods.
8544         Implement sending data messages to the server.
8545
8546 2007-05-03  Wim Taymans  <wim@fluendo.com>
8547
8548         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
8549         (gst_multipart_mux_collected):
8550         Fix timestamps on outgoing buffers.
8551
8552 2007-05-03  Wim Taymans  <wim@fluendo.com>
8553
8554         * gst/multipart/multipartmux.c:
8555         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
8556         (gst_multipart_mux_change_state):
8557         Emit NEWSEGMENT events before pushing the first buffer.
8558
8559 2007-05-03  Wim Taymans  <wim@fluendo.com>
8560
8561         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
8562         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
8563         (gst_rtspsrc_handle_src_query),
8564         (gst_rtspsrc_stream_configure_manager),
8565         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
8566         (gst_rtspsrc_stream_configure_mcast),
8567         (gst_rtspsrc_stream_configure_udp),
8568         (gst_rtspsrc_stream_configure_udp_sink),
8569         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
8570         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
8571         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
8572         (gst_rtspsrc_pause):
8573         Refactor transport configuration code.
8574         Create internal pads for TCP transport so that we can implement events
8575         and queries.
8576         Handle events and queries.
8577         Parse range from the SDP.
8578         Fix race in pause handler where the connection could still be flushing.
8579
8580 2007-05-02  Wim Taymans  <wim@fluendo.com>
8581
8582         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8583         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
8584         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
8585         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
8586         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
8587         (gst_rtspsrc_change_state):
8588         * gst/rtsp/gstrtspsrc.h:
8589         Fix race when multiple udp sources post timeouts, just act on the first
8590         received timeout.
8591         Protect stream list with a recursive lock to fix some races.
8592         Flush connection when we need to do a reconnect or stop.
8593         Make state lock recursive.
8594
8595         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8596         (rtsp_connection_close):
8597         Some small cleanups.
8598
8599 2007-05-02  Wim Taymans  <wim@fluendo.com>
8600
8601         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8602         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
8603         Only set DISCONT when there actually is a discont or when we just
8604         started.
8605
8606 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
8607
8608         * ext/flac/gstflac.c: (plugin_init):
8609         Call bindtextdomain() to get localized strings.
8610
8611 2007-05-02  Wim Taymans  <wim@fluendo.com>
8612
8613         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8614         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
8615         (gst_wavparse_stream_data):
8616         * gst/wavparse/gstwavparse.h:
8617         Be a bit more clever when dealing with VBR files with FACT tags, we
8618         don't want to timestamp buffers in that case but the estimated BPS can
8619         be used for seeking.
8620         Only send close segment in the streaming thread.
8621
8622 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
8623
8624         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
8625         Correctly post an error on the bus if something went wrong in the loop
8626         function. This fixes a few cases where the task was paused and nothing
8627         happened anymore.
8628
8629 2007-05-02  Wim Taymans  <wim@fluendo.com>
8630
8631         * gst/rtsp/test.c: (main):
8632         Fix compilation of deprecated test just because I'm too lazy to delete
8633         it.
8634
8635 2007-05-02  Wim Taymans  <wim@fluendo.com>
8636
8637         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8638         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
8639         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
8640         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
8641         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
8642         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
8643         * gst/rtsp/gstrtspsrc.h:
8644         Fix sending RTCP to the right place.
8645         Fix bug in reffing the wrong UDP element.
8646         Use new pad names for the session manager.
8647         Implement handling server requests in interleaved and UDP modes.
8648         Handle session keep-alive in UDP modes.
8649         Remove GCond for handling UDP timeouts.
8650
8651         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8652         (rtsp_connection_send), (rtsp_connection_read), (read_body),
8653         (rtsp_connection_receive), (rtsp_connection_close):
8654         * gst/rtsp/rtspconnection.h:
8655         Store connection IP address for later.
8656         Add timeout args to all operations that might block forever.
8657         Parse session timeout.
8658         Only close sockets when not already closed.
8659
8660         * gst/rtsp/rtspdefs.c:
8661         * gst/rtsp/rtspdefs.h:
8662         Add timeout return value and error string.
8663
8664         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
8665         Add small comment.
8666
8667 2007-05-01  Wim Taymans  <wim@fluendo.com>
8668
8669         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8670
8671         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
8672         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
8673         * gst/rtp/gstrtpmp4vpay.h:
8674         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
8675
8676 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
8677
8678         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8679           Remove v4l2src from docs, since it breaks the docs build, and the
8680           plugin is only built if --enable-experimental is used anyway.
8681
8682         * docs/plugins/Makefile.am:
8683           Spaces => tab.
8684
8685 2007-04-29  Wim Taymans  <wim@fluendo.com>
8686
8687         * gst/udp/gstmultiudpsink.c: (leave_multicast),
8688         (gst_multiudpsink_add), (gst_multiudpsink_remove):
8689         Add code to drop membership of a multicast group.
8690
8691         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
8692         (gst_udpsink_set_uri):
8693         Implement URI handler.
8694
8695         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
8696         (gst_rtspsrc_parse_rtpinfo):
8697         Use URI handler to make udpsink instace.
8698         Improve code to configure port and destination.
8699
8700 2007-04-29  Wim Taymans  <wim@fluendo.com>
8701
8702         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
8703         Fix multicast detection.
8704         Don't try to join a multicast group if the address is not multicast.
8705
8706         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
8707         Small debug improvement.
8708
8709 2007-04-27  Wim Taymans  <wim@fluendo.com>
8710
8711         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
8712         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
8713         (gst_rtspsrc_handle_message):
8714         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
8715         parent.
8716
8717 2007-04-27  Wim Taymans  <wim@fluendo.com>
8718
8719         * gst/rtp/gstrtpilbcdepay.h:
8720         Fix mode property when specified as an arg.
8721
8722 2007-04-26  Edward Hervey  <edward@fluendo.com>
8723
8724         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8725         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8726         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8727         * docs/plugins/inspect/plugin-osxaudio.xml:
8728         Add documentation for osxaudio plugin.
8729
8730 2007-04-26  Wim Taymans  <wim@fluendo.com>
8731
8732         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8733         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
8734         (gst_rtspsrc_open), (gst_rtspsrc_close),
8735         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
8736         (gst_rtspsrc_pause):
8737         * gst/rtsp/gstrtspsrc.h:
8738         Protect state changes with a lock.
8739
8740         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8741         (parse_line):
8742         * gst/rtsp/rtspconnection.h:
8743         Remove some unused stuff.
8744
8745 2007-04-26  Wim Taymans  <wim@fluendo.com>
8746
8747         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8748         Handle the case where there are exactly 0 bytes to read and the ioctl
8749         did not report an error. Fixes #433530.
8750
8751 2007-04-26  Wim Taymans  <wim@fluendo.com>
8752
8753         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8754         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
8755         * gst/wavparse/gstwavparse.h:
8756         Apply DISCONT to buffers.
8757         Only apply timestamp to the first sample after a DISCONT, too many VBR
8758         files cause random jitter in the timestamps. Fixes #433119.
8759
8760 2007-04-25  Wim Taymans  <wim@fluendo.com>
8761
8762         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
8763         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
8764         (gst_rtp_dec_get_property):
8765         * gst/rtsp/gstrtpdec.h:
8766         Add dummy latency property to be backwards compat with rtpbin.
8767
8768         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8769         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8770         (gst_rtspsrc_stream_configure_transport),
8771         (gst_rtspsrc_parse_rtpinfo):
8772         * gst/rtsp/gstrtspsrc.h:
8773         Add latency property and configure in the session manager.
8774         Don't set invalid clock-base and seqnum-base on caps, some servers
8775         sometimes don't send them.
8776
8777 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
8778
8779         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
8780         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
8781           Double-check that RGB input caps are really RGBA caps (apparently
8782           the core doesn't always catch it if those caps aren't a subset of
8783           our template caps, also see #421543). Fixes #429319 in a way.
8784           Also, don't leak the pad template in the transform_caps function.
8785
8786         * tests/check/Makefile.am:
8787         * tests/check/elements/.cvsignore:
8788         * tests/check/elements/alphacolor.c: (setup_alphacolor),
8789         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
8790         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
8791         (GST_START_TEST), (alphacolor_suite):
8792           Add some basic unit tests for alphacolor.
8793
8794 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
8795
8796         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
8797           If we get a fatal flow return in the loop function, first post the
8798           error message and only then send the EOS event downstream, otherwise
8799           applications might get an eos message before the error message and
8800           think everything was ok (related to #429319).
8801
8802 2007-04-25  Wim Taymans  <wim@fluendo.com>
8803
8804         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
8805         Read the channel byte as an unsigned byte.
8806
8807 2007-04-25  Wim Taymans  <wim@fluendo.com>
8808
8809         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
8810         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
8811         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
8812         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
8813         (gst_rtp_gsm_depay_setcaps):
8814         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
8815         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
8816         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
8817         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
8818         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
8819         (gst_ilbc_depay_get_property):
8820         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
8821         * gst/rtp/gstrtpmp4adepay.c:
8822         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
8823         (gst_rtp_pcma_depay_setcaps):
8824         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
8825         (gst_rtp_pcmu_depay_setcaps):
8826         Make sure we configure the clock_rate in the baseclass in the setcaps
8827         function. Fixes #431282.
8828
8829 2007-04-25  Wim Taymans  <wim@fluendo.com>
8830
8831         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
8832         (gst_rtspsrc_stream_free), (request_pt_map),
8833         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
8834         * gst/rtsp/gstrtspsrc.h:
8835         Parse server address from SDP.
8836         Hook up a udpsink to send RTCP back to the server.
8837
8838         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8839         * gst/rtsp/rtsptransport.h:
8840         Add some docs.
8841
8842 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
8843
8844         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
8845           Make header field check conditional. Fixes #433135
8846
8847 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
8848
8849         * docs/plugins/Makefile.am:
8850         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8851         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8852         * docs/plugins/inspect/plugin-alphacolor.xml:
8853         * gst/alpha/Makefile.am:
8854         * gst/alpha/gstalphacolor.c:
8855         * gst/alpha/gstalphacolor.h:
8856           Add minimal docs blurb to alphacolor; split out headers into
8857           separate header file for gtk-doc.
8858
8859 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
8860
8861         * gst/debug/progressreport.c: (gst_progress_report_report):
8862           Don't try to post NULL message (in case we can't query upstream
8863           position or duration).
8864
8865 2007-04-18  Michael Smith  <msmith@fluendo.com>
8866
8867         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
8868         (gst_cutter_get_caps):
8869         * gst/cutter/gstcutter.h:
8870           Fix some of the most obvious bugs in cutter. Now doesn't leak
8871           everything if input is silent.
8872
8873 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
8874
8875         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
8876         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
8877         * gst/wavenc/gstwavenc.h:
8878         Wav apparently only supports width==GST_ROUND_UP(depth), everything
8879         else results in a invalid block align and invalid files.
8880
8881 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
8882
8883         Patch by: Snaik <snaik32 gmail com>
8884
8885         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
8886           Add missing break statement for BOX_HORIZONTAL case.
8887
8888 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8889
8890         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
8891
8892         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
8893         Use correct format strings for integer types.
8894
8895 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8896
8897         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
8898         (gst_wavparse_create_sourcepad):
8899         Use gst_riff_create_audio_template_caps () instead of the local caps.
8900         This makes updates of the local caps unecessary whenever libgstriff
8901         gets support for new formats.
8902
8903 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
8904
8905         Patch by: Brian Cameron  <brian.cameron at sun dot com>
8906
8907         * sys/sunaudio/gstsunaudio.c:
8908         * sys/sunaudio/gstsunaudiomixer.c:
8909         * sys/sunaudio/gstsunaudiomixer.h:
8910         * sys/sunaudio/gstsunaudiomixerctrl.c:
8911         * sys/sunaudio/gstsunaudiomixerctrl.h:
8912         * sys/sunaudio/gstsunaudiomixertrack.h:
8913         * sys/sunaudio/gstsunaudiosink.c:
8914         * sys/sunaudio/gstsunaudiosink.h:
8915         * sys/sunaudio/gstsunaudiosrc.c:
8916         * sys/sunaudio/gstsunaudiosrc.h:
8917           Fix and/or update copyright attributions (#430228).
8918
8919 2007-04-13  Wim Taymans  <wim@fluendo.com>
8920
8921         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8922         Fix docs.
8923
8924         * gst/rtsp/URLS:
8925         Add some more example urls.
8926
8927         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
8928         (gst_rtp_dec_chain_rtp):
8929         Better debugging.
8930
8931         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
8932         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
8933         (gst_rtspsrc_parse_rtpinfo):
8934         Remove unused code.
8935
8936 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
8937
8938         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
8939         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
8940         (gst_wavparse_stream_data):
8941           Relax the audio/mpeg caps again and add FIXME: comment.
8942
8943 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
8944
8945         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
8946         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
8947         (gst_wavparse_stream_data):
8948         * gst/wavparse/gstwavparse.h:
8949           More sanity check for the header fields. Fix type for 'rate' header
8950           field.
8951
8952 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
8953
8954         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
8955         (gst_icydemux_unicodify):
8956           If the metadata strings we get in the stream are not UTF-8, try to
8957           interpret them according to the character encodings specified in the
8958           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
8959           only fall back to locale/ISO-8859-1 if those aren't set or don't
8960           work. Should fix #428901.
8961
8962 2007-04-12  Wim Taymans  <wim@fluendo.com>
8963
8964         * gst/rtp/gstrtph264depay.c:
8965         Use the proper sync word for SPS and PPS.
8966
8967 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
8968
8969         * gst/rtp/Makefile.am:
8970         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
8971           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
8972         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
8973           Add a simple hashing implementation that we can use to generate
8974           a 24-bit ident value based on the codebooks for vorbis and theora.
8975         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
8976           gst_rtp_theora_pay_handle_buffer):
8977         * gst/rtp/gstrtpvorbisdepay.c
8978           (gst_rtp_vorbis_depay_parse_configuration,
8979           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
8980         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
8981           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
8982           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
8983           Use the hashing function, ensuring that the same codebooks result
8984           in the same ident and thus the same SDP description.
8985           Various log fixes/changes.
8986
8987 2007-04-12  Wim Taymans  <wim@fluendo.com>
8988
8989         Patch by: jerry tan <jerry dot tan at sun dot com>
8990
8991         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
8992         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
8993         application's responsibility to make sure it open the device once.
8994         Remove a careless error if AUDIODEV is set. Fixes #392620.
8995
8996 2007-04-12  Wim Taymans  <wim@fluendo.com>
8997
8998         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
8999         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
9000         * gst/rtsp/gstrtpdec.h:
9001         Make backward compat with rtpbin by adding the request-pt-map signals.
9002
9003         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
9004         (new_session_pad), (request_pt_map),
9005         (gst_rtspsrc_stream_configure_transport),
9006         (gst_rtspsrc_stream_configure_caps),
9007         (gst_rtspsrc_activate_streams):
9008         * gst/rtsp/gstrtspsrc.h:
9009         Implement request-pt-map signals instead of setting caps on the buffers
9010         for the session manager.
9011
9012 2007-04-11  Wim Taymans  <wim@fluendo.com>
9013
9014         * gst/udp/gstudp.c: (plugin_init):
9015         Register GstNetBuffer in plugin_init so that the type can be used from
9016         multiple threads without races.
9017
9018 2007-04-10  Wim Taymans  <wim@fluendo.com>
9019
9020         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9021         (gst_rtp_amr_depay_process):
9022         Fix depayloader clock_rate and some cleanups.
9023
9024         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
9025         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
9026         * gst/rtp/gstrtph264depay.h:
9027         Don't push codec_data in the adapter because it might get flushed when
9028         we get a discont.
9029
9030         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9031         Handle multiple AU per packet.
9032
9033         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
9034         (gst_rtp_sv3v_depay_plugin_init):
9035         Disable rank, this one does not work.
9036         Remove timestamping, base class does that.
9037
9038 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
9039
9040         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
9041           limit caps to the formats we announce in the template
9042
9043         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9044         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9045         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
9046           fix some crashers/asserts when dealing with broken files
9047
9048 2007-04-10  Wim Taymans  <wim@fluendo.com>
9049
9050         Patch by: Peter Kjellerstedt  <pkj at axis com>
9051
9052         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
9053         * gst/rtp/gstrtpL16depay.c:
9054         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9055         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
9056         (gst_rtp_speex_depay_setcaps):
9057         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
9058         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
9059         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
9060         Fix some compiler warnings. Fixes #428182.
9061
9062 2007-04-06  Wim Taymans  <wim@fluendo.com>
9063
9064         * gst/rtsp/Makefile.am:
9065         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
9066         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
9067         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
9068         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
9069         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
9070         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
9071         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
9072         (create_rtcp), (gst_rtp_dec_request_new_pad),
9073         (gst_rtp_dec_release_pad):
9074         * gst/rtsp/gstrtpdec.h:
9075         * gst/rtsp/gstrtsp.c: (plugin_init):
9076         Morph RTPDec into something compatible with RTPBin as a fallback.
9077         Various other style fixes.
9078
9079         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
9080         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
9081         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
9082         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
9083         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
9084         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
9085         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
9086         * gst/rtsp/gstrtspsrc.h:
9087         Implement RTPBin session manager handling.
9088         Don't try to add empty properties to caps.
9089         Implement fallback session manager, handling.
9090         Don't combine errors from RTCP streams, just ignore them.
9091
9092         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
9093         * gst/rtsp/rtsptransport.h:
9094         Implement fallback session manager.
9095         Make RTPBin the default one when available.
9096
9097 2007-04-05  Wim Taymans  <wim@fluendo.com>
9098
9099         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
9100         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
9101         This element is ready to be autoplugged.
9102
9103 2007-04-05  Julien MOUTTE  <julien@moutte.net>
9104
9105         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
9106         Don't leave the offsets defined by upstream element on the
9107         compressed data buffer we are pushing downstream. Make them
9108         GST_BUFFER_OFFSET_NONE.
9109
9110 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
9111
9112         * gst/avi/README:
9113         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
9114         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
9115         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
9116         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
9117         (gst_avi_demux_calculate_durations_from_index),
9118         (gst_avi_demux_stream_header_push),
9119         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
9120         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
9121           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
9122
9123 2007-04-03  Wim Taymans  <wim@fluendo.com>
9124
9125         * gst/smpte/barboxwipes.c:
9126         Fix error as spotted by Snaik <snaik32 at gmail dot com>
9127
9128 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9129
9130         * gst/wavparse/gstwavparse.c:
9131         Support audio/x-raw-float in wav files. This only works with
9132         plugins-base CVS, using an older version doesn't have any
9133         disadvantages though.
9134
9135 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9136
9137         * configure.ac:
9138         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9139         (gst_au_parse_parse_header), (gst_au_parse_chain):
9140         * gst/auparse/gstauparse.h:
9141         Revert last change as we don't want plugins-good to depend on
9142         plugins-base CVS now.
9143
9144 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9145
9146         * configure.ac:
9147         Require gst-plugins-base CVS for audioconvert with non-native
9148         float support and width/depth fix in libgstriff.
9149
9150         Patch by: René Stadler <mail at renestadler dot de>
9151
9152         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9153         (gst_au_parse_parse_header), (gst_au_parse_chain):
9154         * gst/auparse/gstauparse.h:
9155         Don't swap the floats ourself if they're not in native endianness.
9156         Instead let audioconvert handle this. Fixes #339838.
9157
9158 2007-03-29  Wim Taymans  <wim@fluendo.com>
9159
9160         * gst/rtp/gstasteriskh263.h:
9161         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
9162         (gst_rtp_h263p_depay_change_state):
9163         * gst/rtp/gstrtph263pdepay.h:
9164         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
9165         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
9166         (gst_rtp_h264_depay_change_state):
9167         * gst/rtp/gstrtph264depay.h:
9168         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
9169         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
9170         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9171         Flush adapter on disconts.
9172
9173 2007-03-29  Wim Taymans  <wim@fluendo.com>
9174
9175         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
9176         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
9177         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
9178         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
9179         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9180         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
9181         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
9182         (gst_rtp_mp4v_depay_process):
9183         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
9184         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
9185         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
9186         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
9187         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
9188         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
9189         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
9190         Use more efficient adapter and rtpbuffer methods when possible.
9191
9192 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9193
9194         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9195         (gst_wavenc_sink_setcaps):
9196         Correctly handle width!=depth input.
9197         * gst/wavparse/gstwavparse.c:
9198         Already export in the caps that width==8 uses unsigned samples and
9199         everything else uses signed samples.
9200
9201 2007-03-29  Wim Taymans  <wim@fluendo.com>
9202
9203         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
9204
9205         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
9206         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
9207         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
9208         (gst_dynudpsink_close):
9209         * gst/udp/gstdynudpsink.h:
9210         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9211         (gst_udpsrc_create), (gst_udpsrc_set_property),
9212         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
9213         * gst/udp/gstudpsrc.h:
9214         Rework the socket allocation a bit based on the sockfd argument so that
9215         it becomes usable.
9216         Add a closefd property to instruct the udp elements to close the custom
9217         file descriptors when going to READY. Fixes #423304.
9218         API:GstUDPSrc::closefd property
9219         API:GstDynUDPSink::closefd property
9220
9221 2007-03-29  Wim Taymans  <wim@fluendo.com>
9222
9223         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
9224
9225         * gst/rtp/Makefile.am:
9226         * gst/rtp/gstrtp.c: (plugin_init):
9227         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
9228         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
9229         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
9230         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
9231         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
9232         (gst_rtp_h264_pay_plugin_init):
9233         * gst/rtp/gstrtph264pay.h:
9234         Added H264 payloader. Fixes #423782.
9235
9236         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
9237         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
9238         Small fixes.
9239
9240 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9241
9242         * gst/wavparse/gstwavparse.c:
9243         Actually support depths from 1 to 32, not only 8 to 32.
9244
9245 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9246
9247         * gst/wavparse/gstwavparse.c:
9248         Add support for wav files containing audio/x-raw-int with random
9249         depths between 1 and 32 bits.
9250
9251 2007-03-28  Wim Taymans  <wim@fluendo.com>
9252
9253         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
9254
9255         * gst/rtp/Makefile.am:
9256         * gst/rtp/gstrtp.c: (plugin_init):
9257         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
9258         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
9259         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
9260         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
9261         (gst_rtp_mp4a_depay_get_property),
9262         (gst_rtp_mp4a_depay_change_state),
9263         (gst_rtp_mp4a_depay_plugin_init):
9264         * gst/rtp/gstrtpmp4adepay.h:
9265         Added MP4A-LATM depayloader. Fixes #417792.
9266
9267         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
9268         (gst_rtp_mp4v_depay_process):
9269         Fixup depayloader, setting codec_data, using more efficient adaptor and
9270         rtpbuffer handling.
9271
9272         * gst/rtsp/URLS:
9273         Add url to test above.
9274
9275 2007-03-25  Wim Taymans  <wim@fluendo.com>
9276
9277         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
9278         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
9279         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
9280         (gst_rtspsrc_media_to_caps),
9281         (gst_rtspsrc_stream_configure_transport),
9282         (gst_rtspsrc_stream_configure_caps),
9283         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
9284         * gst/rtsp/gstrtspsrc.h:
9285         Handle default clock-rates for static payload types, rearrange stuff so
9286         that the rtpmap field in the sdp can override the defaults.
9287         Parse RTP-Info field to get the seqnum and timebase fields that should
9288         go in the caps.
9289         Delay configuring caps after we got the RTP-Info from the PLAY reply from
9290         the server. 
9291
9292 2007-03-22  Wim Taymans  <wim@fluendo.com>
9293
9294         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
9295
9296         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
9297         Accept complex pipeline descriptions as an audio profile instead of just
9298         a single element. Fixes #420658.
9299
9300 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9301
9302         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
9303           Rename registered type in preparation of GstTagDemux moving to
9304           -base at some point in the future.
9305
9306 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
9307
9308         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9309           Streaming mode fixes: don't unref buffer we don't own any longer;
9310           remove bogus adapter flush. Fixes #419338.
9311
9312 2007-03-17  David Schleef  <ds@schleef.org>
9313
9314         * REQUIREMENTS: Change the format to key/value, add a bunch of
9315           information, remove a bunch of requirements that are for
9316           other GStreamer packages.
9317
9318 2007-03-17  David Schleef  <ds@schleef.org>
9319
9320         * REQUIREMENTS: Fix a few things.  This file really needs a
9321         good once-over.
9322
9323 2007-03-15  Edward Hervey  <edward@fluendo.com>
9324
9325         * sys/Makefile.am:
9326         Don't forget to distribute the sys/osxaudio/ directory.
9327
9328 2007-03-15  Edward Hervey  <edward@fluendo.com>
9329
9330         * configure.ac:
9331         * sys/Makefile.am:
9332         * sys/osxaudio/Makefile.am:
9333         * sys/osxaudio/gstosxaudio.c:
9334         * sys/osxaudio/gstosxaudiosink.c:
9335         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
9336         (gst_osx_audio_sink_getcaps),
9337         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
9338         * sys/osxaudio/gstosxaudiosrc.c:
9339         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
9340         (gst_osx_audio_src_create_ringbuffer):
9341         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
9342         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
9343         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
9344         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
9345         * sys/osxaudio/gstosxringbuffer.h:
9346         Activate osxaudio in gst-plugins-good with proper build setup.
9347         Add inlined documentation.
9348         Fix debug statements
9349         Fix ringbuffer when pausing.
9350         Fixes #323471
9351
9352 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9353         * gst/rtp/gstrtppcmapay.c:
9354         * gst/rtp/gstrtppcmapay.h:
9355         * gst/rtp/gstrtppcmupay.c:
9356         * gst/rtp/gstrtppcmupay.h:
9357         Ported mulaw and alaw payloaders to use new base class
9358
9359 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9360
9361         * po/af.po:
9362         * po/az.po:
9363         * po/cs.po:
9364         * po/en_GB.po:
9365         * po/it.po:
9366         * po/nl.po:
9367         * po/or.po:
9368         * po/sq.po:
9369         * po/sr.po:
9370         * po/sv.po:
9371         * po/uk.po:
9372         * po/vi.po:
9373           Update translations.
9374
9375 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9376
9377         * configure.ac:
9378           Fix string replace error (AG_AG_GST_* => AG_GST_*).
9379
9380 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
9381
9382         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
9383           Fix handling of -1 values for start and stop values when seeking,
9384           and SEEK_CUR+SEEK_END here as well.
9385
9386 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
9387
9388         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
9389           Fix handling of -1 values for start and stop values when seeking, 
9390           and SEEK_CUR+SEEK_END.
9391
9392 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
9393
9394         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9395           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
9396           the image format a variable-length NUL-terminated string; in
9397           versions before that the image format is a fixed-length string of
9398           3 characters (see #348644 for a sample tag).
9399           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
9400
9401 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9402
9403         * win32/MANIFEST:
9404         Add new project files to MANIFEST.
9405         * win32/vs6/libgstaudiofx.dsp:
9406         * win32/vs6/libgstrtp.dsp:
9407         * win32/vs6/libgstrtsp.dsp:
9408         Update project files.
9409         
9410 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9411
9412         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
9413         (gst_avi_demux_parse_index):
9414         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
9415         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
9416           Printf format fixes; also add some missing quotes in translated
9417           strings. Fixes #416728 and #416727.
9418
9419 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
9420
9421         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
9422           Tim and I can't think of any reason the child audio sink needs to 
9423           be set back to NULL after successfully determining that it can 
9424           reach READY - it gets immediately set back to READY by the caller
9425           anyway, causing an unnecessary close/open of any audio devices
9426           involved.
9427
9428 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9429
9430         * po/LINGUAS:
9431         * po/ja.po:
9432           Add ja.po file from #377306.
9433
9434 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9435
9436         * sys/sunaudio/gstsunaudio.c: (plugin_init):
9437         * sys/sunaudio/gstsunaudiomixertrack.c:
9438         (gst_sunaudiomixer_track_new):
9439           Actually translate sunaudio mixer track labels instead of just
9440           marking the strings as translatable (#377306); clean up weird
9441           label string mapping code that serves no apparent purpose. Also
9442           set the 'untranslated-label' property when creating mixer tracks
9443           if the GstMixerTrack base class supports this.
9444
9445         * tests/check/Makefile.am:
9446         * tests/check/elements/.cvsignore:
9447         * tests/check/elements/sunaudio.c: (GST_START_TEST),
9448         (sunaudio_suite):
9449           Very minimalistic unit test for sunaudiomixer element (compiles, but not
9450           actually tested on a system where sunaudiomixer is available).
9451
9452 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
9453
9454         * tests/check/Makefile.am:
9455         Re-enable the states test and see if it works on the buildbots.
9456
9457 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
9458
9459         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
9460         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
9461         (gst_dvdec_change_state):
9462         * ext/dv/gstdvdec.h:
9463         Infer pixel-aspect-ratio from the video frame format if it isn't
9464         provided by the container, as happens when playing DV from AVI
9465         or Quicktime containers.
9466
9467         Patch by: Wim Taymans <wim@fluendo.com>
9468         Fixes #380944
9469
9470 2007-03-09  Wim Taymans  <wim@fluendo.com>
9471
9472         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
9473         When activated, remove the udpsrc timeout, we have dataflow and timeouts
9474         will later be handled by the jitterbuffer.
9475
9476 2007-03-09  Wim Taymans  <wim@fluendo.com>
9477
9478         * ext/taglib/gstid3v2mux.cc:
9479         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9480         Fixes #414496.
9481         
9482         Patch by: Alex Lancaster <alexl at users sourceforge net>
9483
9484 2007-03-09  Wim Taymans  <wim@fluendo.com>
9485
9486         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9487         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
9488         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
9489         (gst_avi_demux_chain):
9490         Fix stream position reporting after a seek. Fixes #416445.
9491
9492 2007-03-08  Wim Taymans  <wim@fluendo.com>
9493
9494         Patch by: René Stadler <mail at renestadler dot de>
9495
9496         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9497         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
9498         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
9499         Make avidemux accept optional header chunks in any order.
9500         Fixes #415446.
9501
9502 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9503
9504         * tests/check/Makefile.am:
9505         Disable the states check until the remaining Valgrind errors
9506         are fixed or suppressed.
9507
9508 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
9509
9510         * tests/check/elements/.cvsignore:
9511           Add audiodynamic check to .cvsignore
9512
9513 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
9514
9515         reviewed by: Stefan Kost  <ensonic@users.sf.net>
9516
9517         * gst/audiofx/Makefile.am:
9518         * gst/audiofx/audiodynamic.c:
9519         (gst_audio_dynamic_characteristics_get_type),
9520         (gst_audio_dynamic_mode_get_type),
9521         (gst_audio_dynamic_set_process_function),
9522         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
9523         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
9524         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
9525         (gst_audio_dynamic_transform_hard_knee_compressor_int),
9526         (gst_audio_dynamic_transform_hard_knee_compressor_float),
9527         (gst_audio_dynamic_transform_soft_knee_compressor_int),
9528         (gst_audio_dynamic_transform_soft_knee_compressor_float),
9529         (gst_audio_dynamic_transform_hard_knee_expander_int),
9530         (gst_audio_dynamic_transform_hard_knee_expander_float),
9531         (gst_audio_dynamic_transform_soft_knee_expander_int),
9532         (gst_audio_dynamic_transform_soft_knee_expander_float),
9533         (gst_audio_dynamic_transform_ip):
9534         * gst/audiofx/audiodynamic.h:
9535         * gst/audiofx/audiofx.c: (plugin_init):
9536         Add new audiodynamic element which can act as a compressor or
9537         expander. Supported are hard-knee and soft-knee operation modes with
9538         user-specified ratio and threshold.
9539         Attack and release parameters are not yet implemented but will follow.
9540         * docs/plugins/Makefile.am:
9541         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9542         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9543         * docs/plugins/gst-plugins-good-plugins.args:
9544         * docs/plugins/inspect/plugin-audiofx.xml:
9545         Integrate audiodynamic into the docs.
9546         * tests/check/Makefile.am:
9547         * tests/check/elements/audiodynamic.c: (setup_dynamic),
9548         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
9549         Add unit test for audiodynamic.
9550
9551 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9552
9553         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
9554         Free handles that we allocated when exiting via the error paths.
9555
9556 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
9557
9558         * gst/level/gstlevel.c: (gst_level_class_init),
9559         (gst_level_set_caps), (gst_level_start), (gst_level_event),
9560         (gst_level_transform_ip):
9561         * gst/level/gstlevel.h:
9562           Resolve message timestamps against the playback segment.
9563
9564 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
9565
9566         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
9567         (gst_id3demux_sink_activate):
9568           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
9569           caps passed to it (previously one code path assumed it took ownership
9570           while another one assumed it didn't, while in fact it sometimes did and
9571           sometimes didn't ...).
9572
9573         * configure.ac:
9574         * tests/files/Makefile.am:
9575         * tests/files/id3-407349-1.tag:
9576         * tests/files/id3-407349-2.tag:
9577           Add directory where data for unit tests can be stored.
9578
9579         * tests/Makefile.am:
9580         * tests/check/Makefile.am:
9581         * tests/check/elements/.cvsignore:
9582         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
9583         (read_tags_from_file), (run_check_for_file),
9584         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
9585           Add unit test for id3demux, and in particular for bug #407349. Only
9586           testing pull-mode for now; push mode doesn't work yet because the test
9587           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
9588
9589 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
9590
9591         * tests/check/Makefile.am:
9592           Add missing backslash at end of line.
9593
9594 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9595
9596         Trigger rebuild.
9597
9598 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
9599
9600         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9601         * gst/id3demux/id3tags.h:
9602         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9603         (parse_obsolete_tdat_frame):
9604           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
9605           the four-digit number will be interpreted as a year, whereas it is
9606           month and day in DDMM format. Instead, parse TDAT frames and fix up
9607           the date in the GST_TAG_DATE tag later if we also extracted a year.
9608           Fixes #407349.
9609
9610 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9611
9612         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
9613         (gst_switch_commit_new_kid):
9614         Fix up the dispose logic so it doesn't leak, and fix setting of 
9615         the child state so that we don't set a child to our current state 
9616         just as we are changing it to something else.
9617
9618 2007-03-06  Wim Taymans  <wim@fluendo.com>
9619
9620         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
9621         (gst_goom_chain):
9622         * gst/goom/gstgoom.h:
9623         Document, fix and improve goom adapter behaviour.
9624         Fixes #407006.
9625
9626 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9627
9628         * ext/esd/esdsink.c: (gst_esdsink_open):
9629         Unref static pad template after using it.
9630
9631 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9632
9633         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
9634         (gst_switch_commit_new_kid):
9635         Fix up the reference counting of the child elements.
9636
9637 2007-03-05  Wim Taymans  <wim@fluendo.com>
9638
9639         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
9640         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
9641         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
9642         Fix encoding-name case.
9643
9644 2007-03-05  Wim Taymans  <wim@fluendo.com>
9645
9646         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
9647         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
9648         (gst_rtp_speex_depay_process):
9649         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
9650         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
9651         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
9652         (gst_rtp_speex_pay_change_state):
9653         * gst/rtp/gstrtpspeexpay.h:
9654         Fix speex (de)payloader. Fixes #358040.
9655
9656 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9657
9658         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
9659         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
9660         Install fakesink in NULL by fixing some broken logic. This obviates
9661         the need to manually set _IS_SINK.
9662         Add some comments and remove a little cruft while I'm at it.
9663
9664 2007-03-05  Wim Taymans  <wim@fluendo.com>
9665
9666         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
9667         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
9668
9669 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
9670
9671         * po/POTFILES.in:
9672           Update.
9673
9674 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9675
9676         * tests/check/Makefile.am:
9677         Gah! Also disable gconfvideosink from the tests, otherwise
9678         it will instantiate autovideosink, and dfbvideosink and
9679         leak on the buildbots.
9680
9681 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9682
9683         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
9684         (gst_cdio_cdda_src_finalize):
9685         Make sure we always destroy our libcdio handle.
9686
9687 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9688
9689         * tests/check/Makefile.am:
9690         Disable autovideosink so the buildbots don't barf over memory
9691         leaked in the directfb sink.
9692
9693 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9694
9695         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
9696         Chain up in dispose
9697
9698 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9699
9700         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
9701         (gst_multipart_find_pad_by_mime):
9702         Use gst_pad_new_from_static_template instead of
9703         static_pad_template_get+pad_new.
9704
9705 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9706
9707         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
9708         Catch the case where no clock has been set.
9709
9710 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9711
9712         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
9713         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
9714         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
9715         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
9716         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
9717         (gst_gconf_audio_src_finalize), (do_toggle_element):
9718         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
9719         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
9720         (do_toggle_element):
9721         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
9722         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
9723         (gst_gconf_video_src_finalize), (do_toggle_element):
9724         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
9725         (gst_switch_sink_reset), (gst_switch_sink_set_child):
9726         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
9727         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
9728         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
9729         (gst_shout2send_init), (gst_shout2send_finalize):
9730         * gst/debug/testplugin.c: (gst_test_class_init),
9731         (gst_test_finalize):
9732         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
9733         (gst_flxdec_dispose):
9734         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
9735         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
9736         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9737         (gst_rtspsrc_finalize):
9738         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
9739         * gst/rtsp/rtspextwms.h:
9740         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
9741         (gst_smpte_finalize):
9742         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
9743         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
9744         (gst_udpsink_finalize):
9745         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
9746         (gst_wavparse_sink_activate):
9747         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
9748         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
9749         (gst_oss_src_finalize):
9750         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
9751         * sys/v4l2/gstv4l2object.h:
9752         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
9753         (gst_v4l2src_finalize):
9754         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9755
9756         Fix a bunch of leaks shown by the newly-added states test.
9757
9758 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9759
9760         * ext/dv/gstdvdec.c: (gst_dvdec_init):
9761         Use gst_pad_new_from_static_template instead of 
9762         static_pad_template_get+pad_new.
9763
9764 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
9765
9766         Patch by: Loïc Minier <lool+gnome at via ecp fr>
9767
9768         * ext/libcaca/Makefile.am:
9769         * gst/debug/Makefile.am:
9770           Don't mix tabs and spaces (#414168).
9771
9772 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
9773
9774         * tests/check/generic/.cvsignore:
9775           Ignore files to please buildbot.
9776
9777 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
9778
9779         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
9780         (gst_wavparse_stream_data):
9781           Unbreak my previous commit (swapped nominator & denominator). Tim,
9782           thanks for spotting.
9783
9784 2007-03-02  Wim Taymans  <wim@fluendo.com>
9785
9786         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
9787         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
9788         (gst_cdio_cdda_src_finalize):
9789         Small code cleanups.
9790         Don't use pad_alloc as the base class cannot deal with the error codes.
9791
9792 2007-03-02  Wim Taymans  <wim@fluendo.com>
9793
9794         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
9795         (gst_udpsrc_create):
9796         Fix doc.
9797
9798 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
9799
9800         Patch by: René Stadler <mail@renestadler.de>
9801
9802         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9803         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9804         (gst_wavparse_stream_data):
9805           Handle rounding better to not drop last sample frame. Fixes #356692
9806
9807 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
9808
9809         * tests/check/Makefile.am:
9810         Disable cacasink from the states check too - it also calls exit(1)
9811         on us when it can't find a terminal to talk to.
9812
9813 2007-03-02  Wim Taymans  <wim@fluendo.com>
9814
9815         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
9816
9817         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9818         (gst_udpsrc_create), (gst_udpsrc_set_property),
9819         (gst_udpsrc_get_property):
9820         * gst/udp/gstudpsrc.h:
9821         Add support to strip proprietary headers. Fixes #350296.
9822
9823 2007-03-02  Wim Taymans  <wim@fluendo.com>
9824
9825         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
9826         Fix compilation.
9827
9828 2007-03-02  Wim Taymans  <wim@fluendo.com>
9829
9830         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
9831
9832         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
9833         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
9834         (gst_rtp_mp2t_depay_set_property),
9835         (gst_rtp_mp2t_depay_get_property):
9836         * gst/rtp/gstrtpmp2tdepay.h:
9837         Add support to strip off proprietary headers. Fixes #350278.
9838
9839 2007-03-02  Wim Taymans  <wim@fluendo.com>
9840
9841         * ext/hal/hal.c:
9842         Fix compilation.
9843
9844 2007-03-02  Wim Taymans  <wim@fluendo.com>
9845
9846         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
9847         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
9848         (gst_sunaudiosrc_open):
9849         * sys/sunaudio/gstsunaudiosrc.h:
9850         Remove device-name from GstSunAudioSrc. Fixes #412597.
9851
9852 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
9853
9854         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
9855         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
9856         Having NULL as UDI previously selected the default sink/src. Change
9857         this back but mention it in the debug output.
9858         * ext/hal/hal.c: (gst_hal_get_alsa_element),
9859         (gst_hal_get_oss_element), (gst_hal_get_string),
9860         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
9861         (gst_hal_get_audio_src):
9862         * ext/hal/hal.h:
9863         Refactor a bit, check all error conditions, greatly improve debugging
9864         and fix some possible memory leaks. Also implement OSS support
9865         and allow specifying an UDI that points to a real device. For this the
9866         child device which supports ALSA (preferred) or OSS is used.
9867         As a side effect this makes it impossible now to get a alsasink in
9868         halaudiosrc and a alsasrc in halaudiosink.
9869
9870 2007-03-01  Wim Taymans  <wim@fluendo.com>
9871
9872         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
9873         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
9874         Errors from the udp sources are not fatal unless all of them are in
9875         error.
9876
9877 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
9878
9879         * tests/check/Makefile.am:
9880         Disable aasink in the states test. I suspect this is the element that
9881         is calling exit(1) when it can't proceed.
9882
9883 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
9884
9885         * tests/check/Makefile.am:
9886         Draw plugins in from the build tree sys/ dir, rather than picking
9887         up the already installed versions.
9888
9889 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9890
9891         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
9892         Error out correctly when getting xcontext fails.
9893
9894 2007-03-01  Wim Taymans  <wim@fluendo.com>
9895
9896         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
9897         Make state change to PAUSED NO_PREROLL because that's what it will be in
9898         the future and rtspsrc relies on it.
9899
9900         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9901         (gst_rtspsrc_change_state):
9902         Don't error out when we don't get an error from the state change
9903         function.
9904
9905 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
9906
9907         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
9908         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
9909           Check if the device UDI is set before trying to query HAL
9910           about it and give a useful error message if it wasn't set.
9911         * ext/hal/hal.c: (gst_hal_get_string):
9912           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
9913           gives an assertion failure in D-Bus when running with
9914           DBUS_FATAL_WARNINGS=1.
9915
9916 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9917
9918         * configure.ac:
9919           Convert to new AG_GST style.
9920
9921 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9922
9923         * tests/check/Makefile.am:
9924         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
9925           add test for states
9926
9927 2007-02-28  Wim Taymans  <wim@fluendo.com>
9928
9929         * tests/check/elements/.cvsignore:
9930         Add new videofilter check to .cvsignore.
9931
9932 2007-02-28  Wim Taymans  <wim@fluendo.com>
9933
9934         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
9935         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
9936         (gst_avi_demux_loop), (gst_avi_demux_chain):
9937         Fix combined flow return. Fixes #412608.
9938
9939 2007-02-28  Wim Taymans  <wim@fluendo.com>
9940
9941         * gst/videofilter/Makefile.am:
9942         Dist header..
9943
9944 2007-02-28  Wim Taymans  <wim@fluendo.com>
9945
9946         * gst/videofilter/gstgamma.h:
9947         Add header too.
9948
9949 2007-02-28  Wim Taymans  <wim@fluendo.com>
9950
9951         Patch by: Mark Nauwelaerts <manauw at skynet be>
9952
9953         * gst/videofilter/Makefile.am:
9954         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
9955         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
9956         (gst_gamma_get_property), (gst_gamma_calculate_tables),
9957         (oil_tablelookup_u8), (gst_gamma_set_caps),
9958         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
9959         Port gamma filter to 0.10. Fixes #412704.
9960
9961         * tests/check/Makefile.am:
9962         * tests/check/elements/videofilter.c: (setup_filter),
9963         (cleanup_filter), (check_filter), (GST_START_TEST),
9964         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
9965         Add unit tests for videofilters.
9966
9967 2007-02-28  Wim Taymans  <wim@fluendo.com>
9968
9969         * gst/rtsp/URLS:
9970         Add another interesting test url.
9971
9972         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
9973         Don't allow getting header fields from data packets.
9974
9975 2007-02-28  Michael Smith  <msmith@fluendo.com>
9976
9977         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
9978         (gst_shout2send_init), (gst_shout2send_start),
9979         (gst_shout2send_set_property), (gst_shout2send_get_property):
9980         * ext/shout2/gstshout2.h:
9981           Add a property for username.
9982
9983 2007-02-27  Christian Schallerr <christian@fluendo.com>
9984
9985         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
9986
9987 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
9988
9989         * gst/rtsp/Makefile.am:
9990         Fix make check too.
9991
9992 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
9993
9994         * gst/rtsp/base64.c: (util_base64_encode):
9995         * gst/rtsp/base64.h:
9996         Commit missing files for base64 encoding.
9997
9998 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
9999
10000         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10001
10002         * configure.ac:
10003         * ext/annodex/Makefile.am:
10004         * ext/jpeg/Makefile.am:
10005         * ext/speex/Makefile.am:
10006         * gst/alpha/Makefile.am:
10007         * gst/cutter/Makefile.am:
10008         * gst/debug/Makefile.am:
10009         * gst/effectv/Makefile.am:
10010         * gst/goom/Makefile.am:
10011         * gst/level/Makefile.am:
10012         * gst/smpte/Makefile.am:
10013         * gst/videofilter/Makefile.am:
10014           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
10015
10016 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
10017
10018         * gst/rtsp/Makefile.am:
10019         * gst/rtsp/rtspconnection.c: (append_auth_header),
10020         (rtsp_connection_send), (rtsp_connection_set_auth):
10021         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
10022         from icecast to replace it. Relicensed from GPL courtesy of Mike
10023         Smith.
10024
10025 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
10026
10027         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10028         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
10029         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
10030         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
10031         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
10032         (gst_rtspsrc_uri_set_uri):
10033         * gst/rtsp/gstrtspsrc.h:
10034         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
10035         (append_auth_header), (rtsp_connection_send),
10036         (rtsp_connection_free), (rtsp_connection_set_auth):
10037         * gst/rtsp/rtspconnection.h:
10038         * gst/rtsp/rtspdefs.h:
10039         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
10040         * gst/rtsp/rtspurl.h:
10041
10042         Implement simple Basic Authentication support so that urls like
10043         rtsp://user:pass@hostname/rtspstream work on hosts that require
10044         authentication.
10045
10046 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
10047
10048         * sys/v4l2/gstv4l2object.c:
10049         * sys/v4l2/gstv4l2tuner.c:
10050         * sys/v4l2/v4l2_calls.c:
10051         Fix segfault when oppening a radio device.
10052         
10053 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10054
10055         * gst/level/gstlevel.c: (gst_level_set_caps),
10056         (gst_level_transform_ip):
10057         * sys/v4l2/README:
10058         * tests/check/elements/level.c: (GST_START_TEST):
10059           Fix level for multi-channel case.
10060
10061 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10062
10063         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
10064         (gst_level_transform_ip):
10065         * gst/level/gstlevel.h:
10066           Use function pointer for process function and add process functions
10067           for float audio.
10068
10069 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
10070
10071         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10072         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
10073         (gst_v4l2src_capture_init):
10074           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
10075           fixes #407369
10076
10077 2007-02-18  Wim Taymans  <wim@fluendo.com>
10078
10079         * gst/rtp/Makefile.am:
10080         * gst/rtp/gstrtp.c: (plugin_init):
10081         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
10082         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
10083         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
10084         (gst_rtp_mp2t_pay_plugin_init):
10085         * gst/rtp/gstrtpmp2tpay.h:
10086         Added simple mpeg transport stream payloader.
10087
10088 2007-02-16  Wim Taymans  <wim@fluendo.com>
10089
10090         * gst/rtsp/URLS:
10091         Add example H264 rtsp url.
10092
10093         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10094         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10095         Don't convert values to lowercase or we might mess up base64 encoded
10096         properties.
10097
10098 2007-02-16  Wim Taymans  <wim@fluendo.com>
10099
10100         * gst/rtp/README:
10101         Fix case of string params.
10102
10103         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10104         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10105         Fix depayloader, support more packet types.
10106         Add sync codes to make sure the packetizer can do its job.
10107
10108         * gst/rtp/gstrtpmp4gdepay.c:
10109         * gst/rtp/gstrtpmp4gpay.c:
10110         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10111         Fix caps case again.
10112
10113 2007-02-15  Wim Taymans  <wim@fluendo.com>
10114
10115         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
10116         Set right caps on output buffers.
10117
10118 2007-02-14  Wim Taymans  <wim@fluendo.com>
10119
10120         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
10121         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
10122         Clear stack allocated SDPMedia struct before calling _init() on it.
10123         Clarify this in the docs as well.
10124
10125 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
10126
10127         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
10128         (do_change_child):
10129         Don't reset the profile when going switching states, as it makes
10130         the element non-reusable.
10131
10132 2007-02-14  Wim Taymans  <wim@fluendo.com>
10133
10134         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
10135         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
10136         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
10137         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
10138         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
10139         (sdp_parse_line):
10140         * gst/rtsp/sdpmessage.h:
10141         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
10142         Fix memory management of SDP messages. Fixes #407793.
10143
10144 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
10145
10146         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
10147
10148         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
10149         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
10150
10151 2007-02-14  Wim Taymans  <wim@fluendo.com>
10152
10153         Patch by: jp.liu <jp_liu at astrocom dot cn>
10154
10155         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10156         Fix parsing of password field in url. Fixes #407797.
10157
10158 2007-02-14  Wim Taymans  <wim@fluendo.com>
10159
10160         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
10161         (gst_wavparse_reset), (gst_wavparse_init),
10162         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
10163         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10164         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10165         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10166         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10167         (gst_wavparse_loop), (gst_wavparse_chain),
10168         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
10169         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
10170         (plugin_init):
10171         * gst/wavparse/gstwavparse.h:
10172         Update docs.
10173         Use boilerplate.
10174         Various code cleanups.
10175         When the bitrate is not known (bps == 0 or compressed formats) let
10176         downstream element guestimate the duration and position and don't
10177         generate timestamps or durations. Fixes #405213.
10178         Fix EOS and ERROR conditions in chain mode, we just need to forward the
10179         error flowreturn upstream.
10180
10181 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
10182
10183         * ext/gconf/Makefile.am:
10184         * ext/gconf/gconf.c: (gst_gconf_get_string),
10185         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
10186         (gst_gconf_render_bin_with_default):
10187         * ext/gconf/gconf.h:
10188         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
10189         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
10190         (gst_gconf_audio_sink_dispose), (do_change_child),
10191         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
10192         (cb_change_child), (gst_gconf_audio_sink_change_state):
10193         * ext/gconf/gstgconfaudiosink.h:
10194         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
10195         (gst_switch_sink_class_init), (gst_switch_sink_reset),
10196         (gst_switch_sink_init), (gst_switch_sink_dispose),
10197         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
10198         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
10199         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
10200         * ext/gconf/gstswitchsink.h:
10201         * gst/autodetect/gstautoaudiosink.c:
10202         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
10203         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
10204         (gst_auto_audio_sink_detect):
10205         * gst/autodetect/gstautovideosink.c:
10206         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
10207         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
10208         (gst_auto_video_sink_detect):
10209         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
10210         and a child that implements the GConf key monitoring. The end goal of
10211         this is an audio sink that can be changed on the fly, but at the 
10212         moment it still only changes on the next READY transition.
10213
10214 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10215
10216         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10217         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
10218         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
10219         (gst_avi_demux_calculate_durations_from_index),
10220         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
10221         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10222         (gst_avi_demux_loop):
10223           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
10224
10225 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10226
10227         * configure.ac:
10228         * docs/plugins/Makefile.am:
10229           Add crossreferences to glib/gobject/gstream docs.
10230
10231 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10232
10233         * gst/monoscope/Makefile.am:
10234         * gst/monoscope/gstmonoscope.c:
10235           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
10236           (but no LIBS, since we only use defines from the headers).
10237
10238 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10239
10240         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
10241
10242         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
10243         (gst_wavparse_stream_data):
10244           Fix massive memory leak when operating in streaming mode due to
10245           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
10246           Fixes #407057.
10247
10248 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10249
10250         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
10251         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
10252         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
10253         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
10254         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
10255         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
10256         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
10257         (gst_avi_demux_calculate_durations_from_index),
10258         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
10259         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
10260         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
10261         * gst/avi/gstavidemux.h:
10262           Save some memory (8%) by repacking the index entry structure (more to
10263           come). Add more FIXMEs to questionable parts.
10264
10265 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10266
10267         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
10268         (gst_v4l2src_get_caps):
10269         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10270         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
10271         (gst_v4l2src_capture_init):
10272           More FIXME comments and messaging changes.
10273
10274 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10275
10276         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
10277         (gst_goom_change_state):
10278         * gst/goom/gstgoom.h:
10279           Improved docs and use GST_DEBUG_FUNCPTR.
10280
10281         * gst/level/gstlevel.c: (gst_level_class_init):
10282           Use GST_DEBUG_FUNCPTR.
10283
10284         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
10285         (gst_monoscope_chain), (gst_monoscope_change_state):
10286           Improved docs source cleanups.
10287
10288 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10289
10290         * gst/debug/Makefile.am:
10291         * gst/debug/gstdebug.c: (plugin_init):
10292         * gst/debug/gstpushfilesrc.c:
10293         * gst/debug/gstpushfilesrc.h:
10294           Add code for a pushfilesrc element that implements a pushfile:// URI
10295           handler, to make debugging push-mode operation of demuxer/decoders
10296           that support both easier in connection with seek/playbin/etc.
10297           The element isn't registered at the moment.
10298
10299 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
10300
10301         * gst/avi/gstavimux.c:
10302           Comment a #if 0 in caps template definition as VS6 seems to 
10303         do not support it.
10304         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
10305           Use gst_guint64_to_gdouble for conversion.
10306         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
10307           Move variables declaration before the first instruction.
10308         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
10309           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
10310           And don't include netdb.h for G_OS_WIN32
10311         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
10312           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
10313           by VS6 then use an other way to initialize SDPMedia structure.
10314         * gst/udp/gstdynudpsink.h:
10315         * gst/udp/gstdynudpnetutils.h:
10316           Do not include <sys/time.h> for G_OS_WIN32
10317         * gst/udp/gstudpsrc.c:
10318           Define socklen_t as int for G_OS_WIN32
10319         * win/common/config.h.in:
10320           Undef HAVE_NETINET_IN_H
10321         * win32/vs6/gst_plugins_good.dsw:
10322         * win32/vs6/libgstrtp.dsp:
10323         * win32/vs6/libgstrtsp.dsp:
10324         * win32/vs6/libgstautogen.dsp:
10325         * win32/vs6/libgstaudiofx.dsp:
10326         * win32/vs6/libgstudp.dsp:
10327           Add and update project files.
10328         * win32/common/gstudp-enumtypes.c:
10329         * win32/common/gstudp-enumtypes.h:
10330           Add a copy of udp enumtypes to win32/common as in core 
10331           and base.
10332         
10333 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
10334
10335         * configure.ac:
10336           Activate monoscope when building with --enable-experimental. Fix
10337           --enable-external configure switch description.
10338
10339         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
10340         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
10341           Help gst-indent.
10342
10343 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10344
10345         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
10346           Explicitly cast result of pointer arithmetic to integer in order to
10347           avoid compiler warnings on some 64-bit systems. Should fix #406018.
10348
10349 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10350
10351         * gst/debug/progressreport.c:
10352           Some more docs.
10353
10354 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10355
10356         * docs/plugins/inspect/plugin-rtp.xml:
10357           Update for new elements.
10358
10359         * gst/debug/progressreport.h:
10360           Commit newly-created header file as well.
10361
10362 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10363
10364         * docs/plugins/Makefile.am:
10365         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10366         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10367         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10368         * gst/debug/Makefile.am:
10369         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
10370         (gst_progress_report_do_query), (gst_progress_report_report):
10371           Make progressreport element post messages with the current progress
10372           on the bus. Also add some basic docs for it.
10373
10374 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
10375
10376         * ext/hal/hal.c: (gst_hal_get_string):
10377         * ext/hal/hal.h:
10378           Some small cleanups; deal with errors when parsing the HAL ALSA
10379           capabilities a bit better.
10380
10381 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10382
10383         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
10384           Let's try this again and use the right cast this time.
10385
10386 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10387
10388         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
10389           Add cast to avoid compiler warnings with older GLib versions
10390           where the nick/name members in GEnumValue are not declared as
10391           constant strings.
10392
10393 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10394
10395         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
10396         (gst_gconf_render_bin_from_key),
10397         (gst_gconf_get_default_audio_sink):
10398         * ext/gconf/gconf.h:
10399         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
10400         (do_toggle_element), (gst_gconf_audio_sink_set_property),
10401         (gst_gconf_audio_sink_get_property):
10402           In gconfaudiosink, get the right key as the old key in do_toggle
10403           (ie. one dependent on the profile selected). Log some more stuff so
10404           we can see what's actually going on.
10405
10406 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
10407
10408         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
10409         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
10410         (gst_audio_amplify_set_process_function),
10411         (gst_audio_amplify_setup):
10412         * gst/audiofx/audioamplify.h:
10413         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
10414         (gst_audio_invert_class_init), (gst_audio_invert_setup):
10415         * gst/audiofx/audioinvert.h:
10416         Some small cleanups and port both elements to the new GstAudioFilter
10417         base class to save a few lines of common code.
10418         * gst/audiofx/Makefile.am:
10419         Link against libgstaudio for the above changes
10420
10421 2007-01-29  Wim Taymans  <wim@fluendo.com>
10422
10423         * tests/check/elements/.cvsignore:
10424         Some more ignores.
10425
10426 2007-01-26  Wim Taymans  <wim@fluendo.com>
10427
10428         Patch by: charles <charlesg3 at gmail dot com>
10429
10430         * ext/shout2/gstshout2.c: (gst_shout2send_init),
10431         (set_shout_metadata), (gst_shout2send_event):
10432         * ext/shout2/gstshout2.h:
10433         Properly handle tags in shout2send. Fixes #399825.
10434
10435 2007-01-25  Wim Taymans  <wim@fluendo.com>
10436
10437         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10438         (gst_rtspsrc_activate_streams):
10439         Convert SDP fields to upper/lowercase following the rules in the SDP to
10440         caps document. 
10441
10442 2007-01-25  Wim Taymans  <wim@fluendo.com>
10443
10444         * gst/rtp/README:
10445         * gst/rtp/gstrtpilbcdepay.c:
10446         * gst/rtp/gstrtpilbcpay.c:
10447         * gst/rtp/gstrtpmp4gdepay.c:
10448         * gst/rtp/gstrtpmp4gpay.c:
10449         * gst/rtp/gstrtpspeexdepay.c:
10450         * gst/rtp/gstrtpspeexpay.c:
10451         * gst/rtp/gstrtpsv3vdepay.c:
10452         * gst/rtp/gstrtptheoradepay.c:
10453         * gst/rtp/gstrtptheorapay.c:
10454         * gst/rtp/gstrtpvorbisdepay.c:
10455         * gst/rtp/gstrtpvorbispay.c:
10456         Fix case of encoding-name and key/value pairs to match the document.
10457         This is to make interoperation with SDP case-insensitive as required by
10458         the relevant RFCs.
10459
10460 2007-01-25  Wim Taymans  <wim@fluendo.com>
10461
10462         * configure.ac:
10463         Bump required -core/-base to CVS
10464
10465 2007-01-25  Wim Taymans  <wim@fluendo.com>
10466
10467         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
10468         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
10469         * gst/rtp/gstrtpL16pay.h:
10470         Fill up to MTU using adapter.
10471         Timestamp rtp packets.
10472
10473 2007-01-25  Edward Hervey  <edward@fluendo.com>
10474
10475         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
10476         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
10477         Use G_GSIZE_FORMAT in print statements for portability.
10478         Fixes build on macosx.
10479
10480 2007-01-24  Wim Taymans  <wim@fluendo.com>
10481
10482         * gst/rtp/Makefile.am:
10483         * gst/rtp/gstrtp.c: (plugin_init):
10484         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
10485         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
10486         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
10487         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
10488         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
10489         (gst_rtp_L16_depay_plugin_init):
10490         * gst/rtp/gstrtpL16depay.h:
10491         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
10492         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
10493         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
10494         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
10495         (gst_rtp_L16_pay_plugin_init):
10496         * gst/rtp/gstrtpL16pay.h:
10497         Port and enable raw audio payloader/depayloader. Needs a bit more work
10498         on the payloader side.
10499
10500 2007-01-24  Wim Taymans  <wim@fluendo.com>
10501
10502         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
10503         (gst_rtspsrc_stream_configure_transport),
10504         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
10505         * gst/rtsp/gstrtspsrc.h:
10506         Only unblock the udp pads when we linked and activated them all.
10507         Fixes #395688.
10508
10509 2007-01-24  Wim Taymans  <wim@fluendo.com>
10510
10511         * gst/rtp/Makefile.am:
10512         * gst/rtp/gstrtp.c: (plugin_init):
10513         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
10514         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
10515         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
10516         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
10517         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
10518         * gst/rtp/gstrtpac3depay.h:
10519         Added simple AC3 depayloader (RFC 4184).
10520
10521         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
10522         Fix a leak.
10523
10524 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
10525
10526         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10527
10528         * gst/audiofx/Makefile.am:
10529         * gst/audiofx/audioamplify.c:
10530         (gst_audio_amplify_clipping_method_get_type),
10531         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
10532         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
10533         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
10534         (gst_audio_amplify_set_caps),
10535         (gst_audio_amplify_transform_int_clip),
10536         (gst_audio_amplify_transform_int_wrap_negative),
10537         (gst_audio_amplify_transform_int_wrap_positive),
10538         (gst_audio_amplify_transform_float_clip),
10539         (gst_audio_amplify_transform_float_wrap_negative),
10540         (gst_audio_amplify_transform_float_wrap_positive),
10541         (gst_audio_amplify_transform_ip):
10542         * gst/audiofx/audioamplify.h:
10543         * gst/audiofx/audiofx.c: (plugin_init):
10544         Add new element "audioamplify". This allows scaling of raw audio
10545         samples, similar to the "volume" element, but provides different modes
10546         for clipping and allows unlimited amplification. It's mainly targeted
10547         for creative sound design and not as a replacement of the "volume"
10548         element. Fixes #397162
10549         * docs/plugins/Makefile.am:
10550         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10551         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10552         * docs/plugins/gst-plugins-good-plugins.args:
10553         * docs/plugins/inspect/plugin-audiofx.xml:
10554         Add docs for audioamplify and integrate them into the build system
10555         * tests/check/Makefile.am:
10556         * tests/check/elements/audioamplify.c: (setup_amplify),
10557         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
10558         Add fairly extensive unit test suite for audioamplify
10559
10560 2007-01-24  Wim Taymans  <wim@fluendo.com>
10561
10562         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
10563         Unblock pads after adding the pads to the element so that autopluggers
10564         get a change to link something. Possibly fixes #395688.
10565
10566 2007-01-24  Wim Taymans  <wim@fluendo.com>
10567
10568         * gst/rtp/gstrtpamrdepay.c:
10569         * gst/rtp/gstrtpgsmdepay.c:
10570         * gst/rtp/gstrtph263pdepay.c:
10571         * gst/rtp/gstrtph263ppay.c:
10572         * gst/rtp/gstrtph264depay.c:
10573         * gst/rtp/gstrtpilbcdepay.c:
10574         * gst/rtp/gstrtpmp2tdepay.c:
10575         * gst/rtp/gstrtpmp4gdepay.c:
10576         * gst/rtp/gstrtpmp4gpay.c:
10577         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
10578         * gst/rtp/gstrtpmp4vpay.c:
10579         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
10580         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
10581         (gst_rtp_mpa_depay_process):
10582         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
10583         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
10584         * gst/rtp/gstrtppcmadepay.c:
10585         * gst/rtp/gstrtppcmudepay.c:
10586         * gst/rtp/gstrtpspeexdepay.c:
10587         * gst/rtp/gstrtpspeexpay.c:
10588         * gst/rtp/gstrtpsv3vdepay.c:
10589         * gst/rtp/gstrtptheoradepay.c:
10590         * gst/rtp/gstrtptheorapay.c:
10591         * gst/rtp/gstrtpvorbisdepay.c:
10592         * gst/rtp/gstrtpvorbispay.c:
10593         Fix caps with payload numbers.
10594         Add some fixed payload numbers to caps when possible.
10595
10596 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
10597
10598         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10599
10600         * gst/audiofx/Makefile.am:
10601         * gst/audiofx/audiofx.c: (plugin_init):
10602         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
10603         (gst_audio_invert_class_init), (gst_audio_invert_init),
10604         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
10605         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
10606         (gst_audio_invert_transform_float),
10607         (gst_audio_invert_transform_ip):
10608         * gst/audiofx/audioinvert.h:
10609         Add new audiofx element "audioinvert". This element swaps the upper
10610         and lower half of samples and can be used for example for a
10611         wide-stereo effect. Fixes #396057
10612         * docs/plugins/Makefile.am:
10613         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10614         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10615         * docs/plugins/gst-plugins-good-plugins.args:
10616         * docs/plugins/inspect/plugin-audiofx.xml:
10617         Add docs for the audioinvert element and add them to the build system.
10618         * tests/check/Makefile.am:
10619         * tests/check/elements/audioinvert.c: (setup_invert),
10620         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
10621         Add unit test suite for the audioinvert element.
10622
10623 2007-01-23  Wim Taymans  <wim@fluendo.com>
10624
10625         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
10626         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
10627         Parse config params as string and int.
10628         Parse and use AU header length
10629
10630 2007-01-23  Wim Taymans  <wim@fluendo.com>
10631
10632         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
10633         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
10634         * gst/smpte/gstmask.c: (_gst_mask_register):
10635         * gst/smpte/gstmask.h:
10636         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
10637         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
10638         (gst_smpte_paint_triangle_clock):
10639         constify some static structs.
10640         Don't update the mask if nothing changed to the params.
10641         Make sure we never draw outside of the picture. Fixes #398325.
10642
10643 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10644
10645         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
10646           Error out properly when pull_range fails while we're reading the
10647           headers, instead of just pausing the task silently. Fixes #399338.
10648
10649 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10650
10651         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
10652           Some more sanity checks to make sure the input formats match and the
10653           input pads are actually negotiated, in case someone tries to feed
10654           buffers from fakesrc or filesrc. Fixes #398299.
10655           Also const-ify an array, just because we can.
10656
10657 2007-01-19  Edward Hervey  <edward@fluendo.com>
10658
10659         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
10660         Ignore previous commit, that was only valid for widths and heights
10661         that are multiples of 4.
10662         Copy over size/stride macros from jpegdec. This allows the element
10663         to work with any width,height...
10664         ... but puts in evidence that the actual transformations only work
10665         with width/height that are multiples of 4.
10666
10667 2007-01-19  Edward Hervey  <edward@fluendo.com>
10668
10669         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
10670         Allocate buffers of the right size.
10671         The proper size of a I420 buffer in bytes is:
10672         
10673             width * height * 3
10674             ------------------
10675                     2
10676
10677 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
10678
10679         * gst/smpte/gstsmpte.c: (gst_smpte_init):
10680           Proxy getcaps on sink pads too, so that we either end up with the
10681           same dimensions on all pads or error out if that's not possible
10682           (seems to work even!). Fixes #398086, I think.
10683
10684 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
10685
10686         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10687         * docs/plugins/gst-plugins-good-plugins.args:
10688         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10689           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
10690           fix integer properties with -1 as minimum value.
10691
10692         * docs/plugins/inspect/plugin-1394.xml:
10693         * docs/plugins/inspect/plugin-aasink.xml:
10694         * docs/plugins/inspect/plugin-alaw.xml:
10695         * docs/plugins/inspect/plugin-alpha.xml:
10696         * docs/plugins/inspect/plugin-alphacolor.xml:
10697         * docs/plugins/inspect/plugin-annodex.xml:
10698         * docs/plugins/inspect/plugin-apetag.xml:
10699         * docs/plugins/inspect/plugin-audiofx.xml:
10700         * docs/plugins/inspect/plugin-auparse.xml:
10701         * docs/plugins/inspect/plugin-autodetect.xml:
10702         * docs/plugins/inspect/plugin-avi.xml:
10703         * docs/plugins/inspect/plugin-cacasink.xml:
10704         * docs/plugins/inspect/plugin-cairo.xml:
10705         * docs/plugins/inspect/plugin-cdio.xml:
10706         * docs/plugins/inspect/plugin-cutter.xml:
10707         * docs/plugins/inspect/plugin-debug.xml:
10708         * docs/plugins/inspect/plugin-dv.xml:
10709         * docs/plugins/inspect/plugin-efence.xml:
10710         * docs/plugins/inspect/plugin-effectv.xml:
10711         * docs/plugins/inspect/plugin-esdsink.xml:
10712         * docs/plugins/inspect/plugin-flac.xml:
10713         * docs/plugins/inspect/plugin-flxdec.xml:
10714         * docs/plugins/inspect/plugin-gconfelements.xml:
10715         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
10716         * docs/plugins/inspect/plugin-goom.xml:
10717         * docs/plugins/inspect/plugin-halelements.xml:
10718         * docs/plugins/inspect/plugin-icydemux.xml:
10719         * docs/plugins/inspect/plugin-id3demux.xml:
10720         * docs/plugins/inspect/plugin-jpeg.xml:
10721         * docs/plugins/inspect/plugin-level.xml:
10722         * docs/plugins/inspect/plugin-matroska.xml:
10723         * docs/plugins/inspect/plugin-mulaw.xml:
10724         * docs/plugins/inspect/plugin-multipart.xml:
10725         * docs/plugins/inspect/plugin-navigationtest.xml:
10726         * docs/plugins/inspect/plugin-ossaudio.xml:
10727         * docs/plugins/inspect/plugin-png.xml:
10728         * docs/plugins/inspect/plugin-rtp.xml:
10729         * docs/plugins/inspect/plugin-rtsp.xml:
10730         * docs/plugins/inspect/plugin-shout2send.xml:
10731         * docs/plugins/inspect/plugin-smpte.xml:
10732         * docs/plugins/inspect/plugin-speex.xml:
10733         * docs/plugins/inspect/plugin-taglib.xml:
10734         * docs/plugins/inspect/plugin-udp.xml:
10735         * docs/plugins/inspect/plugin-videobalance.xml:
10736         * docs/plugins/inspect/plugin-videobox.xml:
10737         * docs/plugins/inspect/plugin-videoflip.xml:
10738         * docs/plugins/inspect/plugin-videomixer.xml:
10739         * docs/plugins/inspect/plugin-wavenc.xml:
10740         * docs/plugins/inspect/plugin-wavparse.xml:
10741         * docs/plugins/inspect/plugin-ximagesrc.xml:
10742           Update to CVS.
10743
10744 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
10745
10746         Patch by: Sebastian Dröge <slomo circular-chaos org>
10747
10748         * gst/audiofx/audiopanorama.c:
10749           Fix doc section name (Fixes #397946)
10750
10751 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
10752
10753         * sys/v4l2/gstv4l2object.c:
10754         (gst_v4l2_object_install_properties_helper),
10755         (gst_v4l2_object_set_property_helper),
10756         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
10757         * sys/v4l2/gstv4l2object.h:
10758         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
10759         (gst_v4l2src_init), (gst_v4l2src_set_property),
10760         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
10761         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10762         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
10763         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
10764         (gst_v4l2src_capture_deinit):
10765           Fix EIO handing when capturing. Add new property to specify the number of
10766           buffers to enque (and remove the borked num-buffers usage).
10767
10768 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10769
10770         Patch by: Sebastian Dröge <slomo circular-chaos org>
10771
10772         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
10773         (gst_audio_panorama_set_process_function):
10774           Use a function array for process methods, add more docs and define the
10775           startindex of enums.
10776
10777 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
10778
10779         Patch by: Mark Nauwelaerts <manauw at skynet be>
10780
10781         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
10782         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
10783         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10784         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
10785         (gst_avi_mux_riff_get_avi_header),
10786         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
10787         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
10788         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
10789         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
10790         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
10791         (gst_avi_mux_change_state):
10792         * gst/avi/gstavimux.h:
10793         * tests/check/elements/avimux.c: (teardown_src_pad):
10794           Add support for more than one audio stream; write better AVIX
10795           header; refactor code a bit; don't announce vorbis caps on our audio
10796           sink pads since we don't support it anyway. Closes #379298.
10797
10798 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
10799
10800         Patch by: Sebastian Dröge <slomo circular-chaos org>
10801
10802         * gst/audiofx/audiopanorama.c:
10803         (gst_audio_panorama_method_get_type),
10804         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
10805         (gst_audio_panorama_set_process_function),
10806         (gst_audio_panorama_set_property),
10807         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
10808         (gst_audio_panorama_transform_m2s_int_simple),
10809         (gst_audio_panorama_transform_s2s_int_simple),
10810         (gst_audio_panorama_transform_m2s_float_simple),
10811         (gst_audio_panorama_transform_s2s_float_simple):
10812         * gst/audiofx/audiopanorama.h:
10813           Add 'method' property and provide a simple (non-psychoacustic)
10814           processing method (#394859).
10815
10816         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
10817         (panorama_suite):
10818           Tests for new method.
10819
10820 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
10821
10822         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
10823         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
10824           Set correct caps on outgoing pulled buffers, or things blow up
10825           after recent core changes.
10826
10827 2007-01-11  Wim Taymans  <wim@fluendo.com>
10828
10829         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
10830
10831         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
10832         (gst_multipart_mux_request_new_pad),
10833         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
10834         (gst_multipart_mux_change_state):
10835         Return FLOW errors ASAP. Fixes #394977.
10836         Misc cleanups.
10837
10838 2007-01-11  Wim Taymans  <wim@fluendo.com>
10839
10840         Patch by: Lutz Mueller <lutz at topfrose dot de>
10841
10842         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
10843         Check for stream pad before activating. 
10844
10845 2007-01-10  Wim Taymans  <wim@fluendo.com>
10846
10847         Patch by: Peter Kjellerstedt  <pkj at axis com>
10848
10849         * gst/rtsp/COPYING.MIT:
10850         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
10851         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
10852         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
10853         (gst_rtspsrc_stream_configure_transport),
10854         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10855         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
10856         (gst_rtspsrc_parse_methods),
10857         (gst_rtspsrc_create_transports_string),
10858         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
10859         (gst_rtspsrc_open), (gst_rtspsrc_close):
10860         * gst/rtsp/gstrtspsrc.h:
10861         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
10862         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
10863         (parse_request_line), (parse_line), (rtsp_connection_read),
10864         (rtsp_connection_close):
10865         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
10866         (rtsp_method_as_text), (rtsp_header_as_text),
10867         (rtsp_status_as_text), (rtsp_find_header_field),
10868         (rtsp_find_method):
10869         * gst/rtsp/rtspdefs.h:
10870         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
10871         (rtsp_ext_wms_configure_stream):
10872         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
10873         (rtsp_message_new_request), (rtsp_message_init_request),
10874         (rtsp_message_new_response), (rtsp_message_init_response),
10875         (rtsp_message_init_data), (rtsp_message_unset),
10876         (rtsp_message_free), (rtsp_message_add_header),
10877         (rtsp_message_get_header), (rtsp_message_set_body),
10878         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
10879         * gst/rtsp/rtspmessage.h:
10880         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
10881         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
10882         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
10883         (sdp_message_dump):
10884         Allow url to be NULL to be able to use it for server connections.
10885         Can now send responses as well as requests.
10886         No longer hangs in an endless loop if EOF is received.
10887         Can now convert a status code to a text string.
10888         Return RTSP_HDR_INVALID for unknown headers.
10889         Return RTSP_INVALID for unknown methods.
10890         Copy CSeq and Session headers from the request.
10891         Only free memory corresponding to the currently set message type.
10892         Added const to function arguments as appropriate.
10893         Avoid a compiler warning when initializing nmedia.
10894         Use guint rather than gint to avoid compiler warnings.
10895         Fix crasher in wms extension.
10896         Factor out stream setup from open_connection.
10897         Delay activation of streams when actual data is received from the
10898         server, this prepares us to do proper protocol switching.
10899         Added new license.
10900         Fixes #380895.
10901
10902
10903 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
10904
10905         Patch by: Sebastian Dröge <slomo ubuntu com>
10906
10907         * docs/plugins/Makefile.am:
10908         * gst/audiofx/audiopanorama.c:
10909           Some small docs fixes (#394851).
10910
10911 2007-01-09  Wim Taymans  <wim@fluendo.com>
10912
10913         * gst/avi/gstavidemux.c:
10914         Fix docs.
10915
10916 2007-01-09  Wim Taymans  <wim@fluendo.com>
10917
10918         * gst/rtp/Makefile.am:
10919         * gst/rtp/gstrtp.c: (plugin_init):
10920         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
10921         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
10922         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
10923         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
10924         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
10925         * gst/rtp/gstrtpmpvdepay.h:
10926           Added RFC 2250 MPEG Video Depayloader.
10927
10928         * gst/rtp/gstrtpL16depay.h:
10929         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
10930         (gst_rtp_h263p_depay_process):
10931         Fix Header file. Small cleanups.
10932
10933         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
10934         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
10935         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
10936         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
10937         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
10938         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
10939         (gst_rtp_mp4v_depay_change_state):
10940         Remove usused code. Remove Adapter from state Change. Added debug.
10941
10942         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
10943         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
10944         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
10945         * gst/rtp/gstrtpmpadepay.h:
10946         Subclass base depayloader.
10947         Added debug.
10948         Support static payload type assignment as well.
10949
10950         * gst/rtp/gstrtpmpapay.c:
10951         Fix caps.
10952
10953 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10954
10955         Patch by: Vincent Torri  <vtorri at univ-evry fr>
10956
10957         * ext/jpeg/gstjpegdec.c:
10958         * ext/jpeg/gstjpegenc.c:
10959         * ext/jpeg/smokecodec.c:
10960           These libjpeg callbacks should return a 'boolean' (unsigned char
10961           apparently) and not a 'gboolean' (which maps to gint). Fixes
10962           warnings when compiling with MingW (#393427).
10963
10964         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
10965           Use ioctlsocket on win32.
10966
10967         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
10968           Some printf format fixes for win32.
10969
10970 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
10971
10972         * gst/cutter/gstcutter.c: (gst_cutter_chain):
10973           Use gst_guint64_to_gdouble for conversion.
10974         * win32/vs6/libgstmatroska.dsp:
10975           Add zlib to the link.
10976         * win32/vs6/libgstvideobox.dsp:
10977           Update liboil library name (project is linked to 
10978           liboil-0.3-0.lib now).
10979           
10980 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10981
10982         * gst/matroska/Makefile.am:
10983           If zlib is available and used, we must link it explicitly for
10984           things to work on MingW (fixes #392855).
10985
10986 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
10987
10988         * ext/esd/esdsink.c: (gst_esdsink_delay):
10989           Don't return bogus values when esd_get_delay() fails for some
10990           reason (#392189).
10991
10992 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
10993
10994         * sys/ximage/gstximagesrc.c: (composite_pixel):
10995           Fix presumably copy'n'pasto for 16bpp depth.
10996
10997 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
10998
10999         * gst/matroska/matroska-mux.c:
11000         (gst_matroska_mux_audio_pad_setcaps):
11001           The "signed" field in audio caps is of boolean type, trying to use
11002           gst_structure_get_int() to extract it will fail. Fixing this makes
11003           matroskamux accept raw audio input (#387121) (use at your own risk
11004           though, due to the matroska spec being not entirely useful in this
11005           respect).
11006           Also fix up raw audio structures in template caps so that they
11007           represent what our setcaps function will actually accept, so that
11008           converters know what to convert to.
11009           Finally, don't fail if there isn't an "endianness" field in 8-bit
11010           PCM caps.
11011
11012 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11013
11014         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11015         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11016         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11017         (teardown_cmmldec):
11018         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11019         (teardown_cmmlenc):
11020         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11021           reapply consistent pad (de)activation
11022
11023 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
11024
11025         * configure.ac:
11026         Back to CVS
11027
11028         * gst-plugins-good.doap:
11029         Add 0.10.5 doap entry
11030
11031 === release 0.10.5 ===
11032
11033 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
11034
11035         * configure.ac:
11036           releasing 0.10.5, "The Path of Thorns"
11037
11038 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11039
11040         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11041         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11042         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11043         (teardown_cmmldec):
11044         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11045         (teardown_cmmlenc):
11046         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11047           revert my freeze breakage
11048
11049 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11050
11051         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11052         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11053         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11054         (teardown_cmmldec):
11055         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11056         (teardown_cmmlenc):
11057         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11058           consistent pad (de)activation
11059
11060 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
11061
11062         * configure.ac:
11063         * ext/Makefile.am:
11064         Disable LADPSA, as it has moved to the -bad module for the duration.
11065
11066 2006-12-18  Wim Taymans  <wim@fluendo.com>
11067
11068         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
11069         (gst_signal_processor_event):
11070         Reset flow_state back to _OK after a flush stop so that we exit our
11071         error state after the flush. Fixes #374213
11072
11073 2006-12-16  David Schleef  <ds@schleef.org>
11074
11075         * sys/osxvideo/osxvideosink.h:
11076         * sys/osxvideo/osxvideosink.m:
11077           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
11078
11079 2006-12-16  David Schleef  <ds@schleef.org>
11080
11081         Patch by: Vijay Santhanam <vijay santhanam gmail com>
11082
11083         * sys/osxvideo/Makefile.am:
11084         * sys/osxvideo/osxvideosink.h:
11085         * sys/osxvideo/osxvideosink.m:
11086           Preliminary patch for porting osxvideosink
11087
11088 2006-12-16  Wim Taymans  <wim@fluendo.com>
11089
11090         Patch by: Sjoerd Simons <sjoerd at luon dot net>
11091
11092         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
11093         (gst_videomixer_set_master_geometry),
11094         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
11095         (gst_videomixer_reset), (gst_videomixer_init),
11096         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
11097         (gst_videomixer_release_pad), (gst_videomixer_collected),
11098         (gst_videomixer_change_state):
11099         Introduce some locking around the videomixer state so that it does not
11100         crash when adding/removing pads. Fixes #383043.
11101
11102 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11103
11104         * configure.ac:
11105           Make sure libcaca can actually be used instead of just checking for
11106           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
11107           cross-compiling (fixes #384587).
11108
11109 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11110
11111         * Makefile.am:
11112         * gst-plugins-good.doap:
11113         * gst-plugins-good.spec.in:
11114           adding doap file
11115
11116 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11117
11118         * configure.ac:
11119           libflac-1.1.3 changed API again, but we can't build against it yet,
11120           so make sure our check doesn't use libflac-1.1.3 and add a comment
11121           to this effect.
11122
11123 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11124
11125         * gst/effectv/gstquark.c: (gst_quarktv_transform),
11126         (gst_quarktv_planetable_clear):
11127           Add some NULL pointer checks (possibly related to #385623).
11128
11129 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
11130
11131         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
11132         (gst_tag_demux_chain):
11133         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11134           In streaming mode, if the first buffer we get doesn't have an
11135           offset, fix it up to be 0, otherwise trimming won't work later on
11136           and we'll be typefinding application/x-id3, which may result in
11137           decodebin plugging an endless number of id3demux elements as a
11138           consequence. Fixes #385031.
11139           
11140 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11141
11142         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
11143           Ignore the buffer_time the sound device reports. Turns out it is 
11144           sometimes completely bogus and we're better off without it.
11145
11146 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
11147
11148         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11149         (gst_matroska_demux_video_caps):
11150         * gst/matroska/matroska-ids.c:
11151         (gst_matroska_track_init_video_context):
11152         * gst/matroska/matroska-ids.h:
11153           Try harder to extract the framerate for video tracks correctly and
11154           save it directly instead of converting it back and forth a few
11155           times. Mostly makes a difference for very small framerates (<1).
11156           Fixes #380199.
11157
11158 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
11159
11160         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
11161         (gst_gconf_audio_src_dispose), (do_toggle_element):
11162         * ext/gconf/gstgconfaudiosrc.h:
11163           Remove gconf notify hook when the gconfaudiosrc element is
11164           destroyed, otherwise the callback may be called on an
11165           already-destroyed instance and bad things happen. Should fix
11166           #378184.
11167           Also ignore gconf key changes when the source is already running.
11168
11169 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11170
11171         Patch by: Sebastian Dröge  <mail at slomosnail de>
11172
11173         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
11174           We need to be able to read and parse any possible floating point string
11175           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
11176           will parse the former only in certain locales though, so we really need
11177           to canonicalise the separator to '.' and then use g_ascii_strtod() to
11178           make sure we can parse either version at all times.
11179           Fixes #382982 for real.
11180
11181 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11182
11183         * sys/sunaudio/gstsunaudiomixerctrl.c:
11184         * sys/sunaudio/gstsunaudiosrc.c:
11185
11186         Use the sunaudio debug category.
11187
11188         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
11189         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
11190         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
11191         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
11192         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
11193         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
11194         (gst_sunaudiosink_reset):
11195         * sys/sunaudio/gstsunaudiosink.h:
11196
11197         Uses the sunaudio debug category for all debug output
11198         Implements the _delay() callback to synchronise video playback better
11199         Change the segtotal and segsize values back to the parent class 
11200           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
11201           respectively)
11202         Measure the samples written to the device vs. played.
11203         Keep track of segments in the device by writing empty eof frames, and
11204         sleep using a GCond when we get too far ahead and risk overrunning the
11205         sink's ringbuffer.
11206
11207         Fixes: #360673
11208
11209 2006-12-08  Wim Taymans  <wim@fluendo.com>
11210
11211         Patch by: Sebastian Dröge  <mail at slomosnail de >
11212
11213         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
11214         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
11215         * gst/audiofx/audiopanorama.h:
11216         Fix audiopanorame with float samples. Fixes #383726.
11217
11218 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11219
11220         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
11221         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
11222         (gst_sunaudiosrc_reset):
11223
11224         Implement reset functions to unblock the src/sink more quickly on 
11225         state change requests.
11226         Patch by: Brian Cameron <brian dot cameron at sun com>
11227
11228 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11229
11230         * sys/sunaudio/gstsunaudiomixer.c:
11231         (gst_sunaudiomixer_change_state):
11232         Construct the correct mixer device name when the AUDIODEV env var
11233         is set.
11234
11235         Patch by: Jerry Tan <jerry.tan at sun dot com>
11236         Fixes: #383596
11237
11238 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11239
11240         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
11241         Apply patch to open the mixer control and set the MULTIPLE_OPEN
11242         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
11243         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
11244         Patch by: Jerry Tan <jerry.tan at sun dot com>
11245         Fixes: #349015
11246
11247 2006-12-07  Wim Taymans  <wim@fluendo.com>
11248
11249         * gst/smpte/gstmask.h:
11250         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
11251         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
11252         (gst_smpte_collected), (gst_smpte_set_property),
11253         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
11254         * gst/smpte/gstsmpte.h:
11255         Port to 0.10 some more. 
11256         Added duration property to specify the duration of the transition.
11257         Make framerate a fraction.
11258         Deprecate fps property, we only use negotiated fps.
11259         Added docs.
11260         Fix collectpad usage.
11261         Reset state in READY.
11262         Send NEWSEGMENT event.
11263         Fix racy updates of object properties.
11264         Added debug category.
11265         Fixes #383323.
11266
11267 2006-12-06  Wim Taymans  <wim@fluendo.com>
11268
11269         Patch by: Sjoerd Simons <sjoerd at luon dot net>
11270
11271         * gst/videomixer/videomixer.c:
11272         (gst_videomixer_set_master_geometry),
11273         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
11274         Don't reset xpos and ypos in the setcaps function because causes
11275         unexpected behaviour.
11276         Fixes #382179.
11277
11278 2006-12-06  Wim Taymans  <wim@fluendo.com>
11279
11280         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
11281         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
11282         Keep track of the buffer timestamp in the collectdata member instead
11283         of modifying the buffer without making the metadata writable first.
11284         Fixes #382277.
11285
11286 2006-12-06  Wim Taymans  <wim@fluendo.com>
11287
11288         Patch by: Rob Taylor <robtaylor at floopily dot org>
11289
11290         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
11291         If using multicast in udpsrc, bind to the multicast address rather than
11292         IN_ADDR_ANY.
11293         This allows the simultanous use of multiple udpsrcs listening on
11294         different multicat addresses. Without this all udpsrcs will receive all
11295         packets from all subscribed multicast addresses.
11296         Fixes #383001.
11297
11298 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
11299
11300         * ext/taglib/gstid3v2mux.cc:
11301         Don't attempt to write a NULL frame into the ID3 tag set when the 
11302         createFrame method returned NULL.
11303         Fixes: #381857
11304         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
11305
11306 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
11307
11308         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
11309         Use g_strtod() instead of sscanf to parse doubles, so that it will
11310         try parsing in the C locale if the current locale fails.
11311         Fixes: #382982
11312         Patch by: Sebastian Dröge  <mail at slomosnail de >
11313
11314 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11315
11316         * win32/MANIFEST:
11317         Fix compilation on win32 under VS8
11318         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11319         Partially fixes #381175
11320
11321 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
11322
11323         * gst/avi/gstavimux.c:
11324           accept all mpegversions,fixes #380825
11325           spotted by: Jerome Alet  
11326
11327 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
11328
11329         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11330         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
11331         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
11332         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
11333           cleanup the error message a bit more
11334
11335 2006-11-28  Wim Taymans  <wim@fluendo.com>
11336
11337         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11338         Fix width and height properties.
11339
11340         * ext/libcaca/gstcacasink.h:
11341         Fix compilation on newer libcaca that require us to include a new
11342         header. Fixes #379918.
11343
11344 2006-11-28  Wim Taymans  <wim@fluendo.com>
11345
11346         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
11347         * gst/rtsp/gstrtspsrc.h:
11348         * gst/rtsp/rtspext.h:
11349         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
11350         (rtsp_ext_wms_get_context):
11351         Add method so that extensions can choose to disable the setup of
11352         a stream.
11353         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
11354
11355 2006-11-27  Wim Taymans  <wim@fluendo.com>
11356
11357         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
11358
11359         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11360         Push header in a separate buffer instead of memcpy:ing all data.
11361         Change LF => CRLF in headers.
11362         Move trailing LF to header. Fixes #379792.
11363
11364 2006-11-27  Wim Taymans  <wim@fluendo.com>
11365
11366         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
11367         Small buffer overflow fix and improve debugging.
11368
11369 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11370
11371         * ext/esd/esdmon.h:
11372         * ext/esd/esdsink.h:
11373           remove obsolete _factory_init protos
11374
11375 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11376
11377         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
11378         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
11379         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
11380         (gst_avi_demux_read_subindexes_push),
11381         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
11382         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11383         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11384         (gst_avi_demux_massage_index),
11385         (gst_avi_demux_calculate_durations_from_index),
11386         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
11387         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
11388         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11389           remove dead code, tweak debugs statements, add comments, use
11390           _uint64_scale instead _uint64_scale_int when using guint64 values,
11391           small optimizations, reflow some error handling
11392
11393 2006-11-22  Edward Hervey  <edward@fluendo.com>
11394
11395         * po/.cvsignore:
11396         We never put .pot files in cvs. Let's ignore them all.
11397
11398 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11399
11400         * po/POTFILES.in:
11401           ... but better exclude files that aren't disted.
11402
11403 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11404
11405         * po/POTFILES.in:
11406           Add v4l2 source files to list of files with translations, so the
11407           strings are actually extracted (however bad they still may be).
11408
11409 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11410
11411         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
11412           Minor clean-ups: const-ify static array, remove trailing comma from
11413           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
11414
11415 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
11416
11417         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
11418         Make sure that g_free always gets called on the same pointer that was 
11419         returned by g_malloc.  Fixes #376594.
11420         Do not leak memory if decompressed size is wrong.
11421         Remove unneeded check of return value of g_malloc.
11422         Patch by: René Stadler <mail@renestadler.de>
11423
11424 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
11425
11426         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
11427           Add missing curly brackets.
11428
11429 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
11430
11431         * sys/v4l2/v4l2src_calls.c:
11432         Fix capture_deinit.
11433
11434 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11435
11436         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
11437         (gst_matroska_mux_request_new_pad):
11438           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
11439
11440         * tests/check/elements/matroskamux.c: (setup_src_pad),
11441         (setup_sink_pad), (GST_START_TEST):
11442         Activate pads before using them.
11443
11444 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11445
11446         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
11447           Initialise variable to get rid of bogus compiler warning.
11448
11449 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
11450
11451         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
11452
11453         * gst/rtp/gstrtph263pay.c:
11454         * gst/rtp/gstrtph263pdepay.c:
11455         * gst/rtp/gstrtph263ppay.c:
11456           Specify H.263 variant and version in the caps (fixes #361637)
11457
11458 2006-11-15  Wim Taymans  <wim@fluendo.com>
11459
11460         * gst/rtsp/rtspconnection.c: (read_body):
11461         Don't set a data pointer to NULL and a size > 0 when we deal
11462         with empty packets.
11463
11464         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
11465         (rtsp_message_init_response), (rtsp_message_init_data),
11466         (rtsp_message_unset), (rtsp_message_free),
11467         (rtsp_message_take_body):
11468         Check that we can't create invalid empty packets. 
11469
11470 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
11471
11472         Patch by: Mark Nauwelaerts  <manauw at skynet be>
11473
11474         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
11475         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
11476         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
11477         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
11478         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
11479         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
11480         * gst/matroska/matroska-mux.h:
11481           Add basic tag writing support; implement releasing pads (#374658).
11482
11483 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
11484
11485         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11486         (gst_matroska_demux_audio_caps):
11487           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
11488
11489 2006-11-14  David Schleef  <ds@schleef.org>
11490
11491         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
11492
11493 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
11494
11495         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11496
11497         * win32/vs8/gst-plugins-good.sln:
11498         * win32/vs8/libgst1394.vcproj:
11499         * win32/vs8/libgstaasink.vcproj:
11500         * win32/vs8/libgstalaw.vcproj:
11501         * win32/vs8/libgstalpha.vcproj:
11502         * win32/vs8/libgstalphacolor.vcproj:
11503         * win32/vs8/libgstannodex.vcproj:
11504         * win32/vs8/libgstapetag.vcproj:
11505         * win32/vs8/libgstaudiofx.vcproj:
11506         * win32/vs8/libgstauparse.vcproj:
11507         * win32/vs8/libgstautodetect.vcproj:
11508         * win32/vs8/libgstavi.vcproj:
11509         * win32/vs8/libgstcacasink.vcproj:
11510         * win32/vs8/libgstcdio.vcproj:
11511         * win32/vs8/libgstcutter.vcproj:
11512         * win32/vs8/libgstdv.vcproj:
11513         * win32/vs8/libgsteffectv.vcproj:
11514         * win32/vs8/libgstflac.vcproj:
11515         * win32/vs8/libgstflxdec.vcproj:
11516         * win32/vs8/libgstgoom.vcproj:
11517         * win32/vs8/libgsticydemux.vcproj:
11518         * win32/vs8/libgstid3demux.vcproj:
11519         * win32/vs8/libgstjpeg.vcproj:
11520         * win32/vs8/libgstladspa.vcproj:
11521         * win32/vs8/libgstlevel.vcproj:
11522         * win32/vs8/libgstmatroska.vcproj:
11523         * win32/vs8/libgstmikmod.vcproj:
11524         * win32/vs8/libgstmng.vcproj:
11525         * win32/vs8/libgstmonoscope.vcproj:
11526         * win32/vs8/libgstmulaw.vcproj:
11527         * win32/vs8/libgstmultipart.vcproj:
11528         * win32/vs8/libgstpng.vcproj:
11529         * win32/vs8/libgstrtp.vcproj:
11530         * win32/vs8/libgstrtsp.vcproj:
11531         * win32/vs8/libgstshout2.vcproj:
11532         * win32/vs8/libgstsmpte.vcproj:
11533         * win32/vs8/libgstspeex.vcproj:
11534         * win32/vs8/libgsttaglib.vcproj:
11535         * win32/vs8/libgstudp.vcproj:
11536         * win32/vs8/libgstvideobalance.vcproj:
11537         * win32/vs8/libgstvideobox.vcproj:
11538         * win32/vs8/libgstvideoflip.vcproj:
11539         * win32/vs8/libgstvideomixer.vcproj:
11540         * win32/vs8/libgstwavenc.vcproj:
11541         * win32/vs8/libgstwavparse.vcproj:
11542           Make end-of-line returns unixy, so that when the files are checked
11543           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
11544           Hopefully fixes #366492.
11545
11546 2006-11-14  Wim Taymans  <wim@fluendo.com>
11547
11548         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
11549         Disable init_frames delay timestamp adjustment, it does not
11550         seem to be needed at all. Fixes #369621.
11551
11552 2006-11-13  Wim Taymans  <wim@fluendo.com>
11553
11554         Patch by: Mark Nauwelaerts  <manauw at skynet be>
11555
11556         * gst/videomixer/videomixer.c:
11557         (gst_videomixer_set_master_geometry),
11558         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
11559         (gst_videomixer_collect_free), (gst_videomixer_reset),
11560         (gst_videomixer_init), (gst_videomixer_finalize),
11561         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
11562         (gst_videomixer_collected), (gst_videomixer_change_state):
11563         Fix memleak by unref'ing collectpads instance (when finalizing)
11564         Implement releasing a request pad. Fixes #374479.
11565
11566 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11567
11568         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11569
11570         * win32/vs8/gst-plugins-good.sln:
11571         * win32/vs8/libgst1394.vcproj:
11572         * win32/vs8/libgstaasink.vcproj:
11573         * win32/vs8/libgstalaw.vcproj:
11574         * win32/vs8/libgstalpha.vcproj:
11575         * win32/vs8/libgstalphacolor.vcproj:
11576         * win32/vs8/libgstannodex.vcproj:
11577         * win32/vs8/libgstapetag.vcproj:
11578         * win32/vs8/libgstaudiofx.vcproj:
11579         * win32/vs8/libgstauparse.vcproj:
11580         * win32/vs8/libgstautodetect.vcproj:
11581         * win32/vs8/libgstavi.vcproj:
11582         * win32/vs8/libgstcacasink.vcproj:
11583         * win32/vs8/libgstcdio.vcproj:
11584         * win32/vs8/libgstcutter.vcproj:
11585         * win32/vs8/libgstdv.vcproj:
11586         * win32/vs8/libgsteffectv.vcproj:
11587         * win32/vs8/libgstflac.vcproj:
11588         * win32/vs8/libgstflxdec.vcproj:
11589         * win32/vs8/libgstgoom.vcproj:
11590         * win32/vs8/libgsticydemux.vcproj:
11591         * win32/vs8/libgstid3demux.vcproj:
11592         * win32/vs8/libgstjpeg.vcproj:
11593         * win32/vs8/libgstladspa.vcproj:
11594         * win32/vs8/libgstlevel.vcproj:
11595         * win32/vs8/libgstmatroska.vcproj:
11596         * win32/vs8/libgstmikmod.vcproj:
11597         * win32/vs8/libgstmng.vcproj:
11598         * win32/vs8/libgstmonoscope.vcproj:
11599         * win32/vs8/libgstmulaw.vcproj:
11600         * win32/vs8/libgstmultipart.vcproj:
11601         * win32/vs8/libgstpng.vcproj:
11602         * win32/vs8/libgstrtp.vcproj:
11603         * win32/vs8/libgstrtsp.vcproj:
11604         * win32/vs8/libgstshout2.vcproj:
11605         * win32/vs8/libgstsmpte.vcproj:
11606         * win32/vs8/libgstspeex.vcproj:
11607         * win32/vs8/libgsttaglib.vcproj:
11608         * win32/vs8/libgstudp.vcproj:
11609         * win32/vs8/libgstvideobalance.vcproj:
11610         * win32/vs8/libgstvideobox.vcproj:
11611         * win32/vs8/libgstvideoflip.vcproj:
11612         * win32/vs8/libgstvideomixer.vcproj:
11613         * win32/vs8/libgstwavenc.vcproj:
11614         * win32/vs8/libgstwavparse.vcproj:
11615           Add VS8 project files (note that many of the plugins in ext are
11616           disabled by default). Fixes #366492.
11617
11618 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
11619
11620         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
11621           we do not translate debug messages
11622
11623 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
11624
11625         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
11626           fix categorisation, make short desc more explicit, remove unused code
11627           Fixes #372021
11628
11629 2006-11-08  Wim Taymans  <wim@fluendo.com>
11630
11631         * gst/rtp/gstrtpL16depay.c:
11632         * gst/rtp/gstrtpamrdepay.c:
11633         * gst/rtp/gstrtpamrpay.c:
11634         * gst/rtp/gstrtpgsmdepay.c:
11635         * gst/rtp/gstrtph263pay.c:
11636         * gst/rtp/gstrtph263pdepay.c:
11637         * gst/rtp/gstrtph263ppay.c:
11638         * gst/rtp/gstrtph264depay.c:
11639         * gst/rtp/gstrtpmp2tdepay.c:
11640         * gst/rtp/gstrtpmp4gdepay.c:
11641         * gst/rtp/gstrtpmp4gpay.c:
11642         * gst/rtp/gstrtpmp4vdepay.c:
11643         * gst/rtp/gstrtpmp4vpay.c:
11644         * gst/rtp/gstrtpmpadepay.c:
11645         * gst/rtp/gstrtpmpapay.c:
11646         * gst/rtp/gstrtppcmadepay.c:
11647         * gst/rtp/gstrtppcmapay.c:
11648         * gst/rtp/gstrtppcmudepay.c:
11649         * gst/rtp/gstrtppcmupay.c:
11650         * gst/rtp/gstrtpspeexdepay.c:
11651         * gst/rtp/gstrtpspeexpay.c:
11652         * gst/rtp/gstrtpsv3vdepay.c:
11653         Fix element descriptions.
11654
11655 2006-11-08  Wim Taymans  <wim@fluendo.com>
11656
11657         * gst/rtp/gstrtpvorbisdepay.c:
11658         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
11659         Fix description.
11660         Small cleanup in the payloader.
11661
11662 2006-11-08  Wim Taymans  <wim@fluendo.com>
11663
11664         * gst/rtp/Makefile.am:
11665         * gst/rtp/gstrtp.c: (plugin_init):
11666         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
11667         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
11668         (gst_rtp_theora_depay_finalize),
11669         (gst_rtp_theora_depay_parse_configuration),
11670         (gst_rtp_theora_depay_setcaps),
11671         (gst_rtp_theora_depay_switch_codebook),
11672         (gst_rtp_theora_depay_process),
11673         (gst_rtp_theora_depay_set_property),
11674         (gst_rtp_theora_depay_get_property),
11675         (gst_rtp_theora_depay_change_state),
11676         (gst_rtp_theora_depay_plugin_init):
11677         * gst/rtp/gstrtptheoradepay.h:
11678         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
11679         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
11680         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
11681         (gst_rtp_theora_pay_init_packet),
11682         (gst_rtp_theora_pay_flush_packet),
11683         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
11684         (gst_rtp_theora_pay_handle_buffer),
11685         (gst_rtp_theora_pay_plugin_init):
11686         * gst/rtp/gstrtptheorapay.h:
11687         Add theora pay/depayloaders.
11688
11689 2006-11-06  Wim Taymans  <wim@fluendo.com>
11690
11691         * gst/rtp/Makefile.am:
11692         We depend on gsttag to generate the vorbis comments.
11693
11694         * gst/rtp/gstrtpvorbisdepay.c:
11695         (gst_rtp_vorbis_depay_parse_configuration),
11696         (gst_rtp_vorbis_depay_setcaps),
11697         (gst_rtp_vorbis_depay_switch_codebook),
11698         (gst_rtp_vorbis_depay_process):
11699         * gst/rtp/gstrtpvorbisdepay.h:
11700         Parse configuration string in the depayloader.
11701         Implement selecting and switching to a new codebook.
11702         Receiving vorbis over RTP now works.
11703
11704         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
11705         (gst_rtp_vorbis_pay_init_packet),
11706         (gst_rtp_vorbis_pay_finish_headers),
11707         (gst_rtp_vorbis_pay_handle_buffer):
11708         * gst/rtp/gstrtpvorbispay.h:
11709         Set timestamps on outgoing buffers and RTP packets.
11710         Fix configuration string, prepend number of Packet headers.
11711         Fix encoding of ident string.
11712         Add delivery-method to caps.
11713         Streaming vorbis over RTP now works.
11714
11715 2006-11-06  Wim Taymans  <wim@fluendo.com>
11716
11717         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
11718         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
11719         (gst_rtp_vorbis_pay_handle_buffer):
11720         * gst/rtp/gstrtpvorbispay.h:
11721         Generate a valid configuration string in the caps based on the
11722         vorbis headers.
11723
11724 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
11725
11726         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
11727         * ext/cdio/gstcdio.h:
11728         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
11729           Move CD-TEXT utility function into common file so it can also be
11730           used by a future cdioparanoiasrc.
11731
11732 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
11733         
11734         * sys/v4l2/Makefile.am:
11735         * sys/v4l2/gstv4l2object.c:
11736         * sys/v4l2/gstv4l2src.c:
11737         * sys/v4l2/gstv4l2xoverlay.c:
11738         * sys/v4l2/v4l2_calls.c:
11739         * sys/v4l2/v4l2src_calls.c:
11740         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
11741         xoverlay code that is still not implemented.
11742
11743 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
11744
11745         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
11746           We require a -base more recent than 0.10.9, so it's safe to use
11747           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
11748
11749         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
11750         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
11751           Use _newsegment_full() now that we depend on a recent enough core.
11752
11753         * gst/wavparse/gstwavparse.c:
11754           Remove cruft that we don't need any longer now that we depend on
11755           a recent enough -base.
11756
11757 2006-10-31  Wim Taymans  <wim@fluendo.com>
11758
11759         * gst/rtp/Makefile.am:
11760         * gst/rtp/gstrtp.c: (plugin_init):
11761         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
11762         (gst_rtpilbcpay_setcaps):
11763         Fix and activate ILBC pay and depayloaders. Fixes #368162.
11764
11765 2006-10-31  Wim Taymans  <wim@fluendo.com>
11766
11767         * ext/speex/gstspeexdec.c: (speex_dec_convert),
11768         (speex_dec_sink_event), (speex_dec_chain_parse_header):
11769         Some small cleanups, use _scale.
11770
11771 2006-10-31  Wim Taymans  <wim@fluendo.com>
11772
11773         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
11774         Use higher precision scale function.
11775
11776 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
11777
11778         Patch by: Michal Benes  <michal dot benes at itonis tv>
11779
11780         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
11781         (gst_matroska_demux_read_track_encodings),
11782         (gst_matroska_decode_buffer):
11783           Fix several issues with encoded/compressed/encrypted/signed tracks;
11784           also, remove superfluous newline characters from some debug
11785           statements. (#366155)
11786
11787 2006-10-30  Wim Taymans  <wim@fluendo.com>
11788
11789         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
11790         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
11791         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
11792         (gst_smokedec_change_state):
11793         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
11794         (gst_smokeenc_init), (gst_smokeenc_finalize),
11795         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
11796         (gst_smokeenc_resync), (gst_smokeenc_chain),
11797         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
11798         (gst_smokeenc_change_state):
11799         Various cleanups, capsnego and leak fixes.
11800
11801 2006-10-30  Wim Taymans  <wim@fluendo.com>
11802
11803         Patch by: Mark Nauwelaerts  <manauw at skynet be>
11804
11805         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
11806         Fix videomixer so that it can handle any combination of framerates.
11807         Fixes #367221.
11808
11809 2006-10-28  Wim Taymans  <wim@fluendo.com>
11810
11811         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11812         (gst_avi_demux_parse_file_header),
11813         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
11814         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
11815         (gst_avi_demux_chain):
11816         Fix position query for audio. also fixes timestamps in streaming
11817         mode and bug #364958.
11818         Small cleanups.
11819
11820 2006-10-27  Wim Taymans  <wim@fluendo.com>
11821
11822         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
11823         * ext/libpng/gstpngenc.h:
11824         Fix strides. Fixes #364856.
11825         Cleanup capsnego.
11826         Set caps on outgoing buffers.
11827
11828 2006-10-18  Wim Taymans  <wim@fluendo.com>
11829
11830         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
11831
11832         * gst/rtp/gstrtpgsmpay.c:
11833         * gst/rtp/gstrtph263pay.c:
11834         * gst/rtp/gstrtpmpapay.c:
11835         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
11836         (gst_rtp_pcma_pay_handle_buffer):
11837         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
11838         Add static payload numbers in addition to the dynamic ones.
11839         Fixes #361639.
11840
11841 2006-10-18  Wim Taymans  <wim@fluendo.com>
11842
11843         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
11844         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
11845         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
11846         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
11847         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
11848         * gst/rtsp/rtspdefs.h:
11849         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11850         * gst/rtsp/rtspurl.h:
11851         Reuse already existing enum for lower transport.
11852         Add rtspt and rtspu protocols.
11853         Send redirect to rtspt when udp times out.
11854
11855 2006-10-18  Wim Taymans  <wim@fluendo.com>
11856
11857         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11858         (gst_wavparse_stream_data):
11859         Fix seeking some more, mostly for speed changes.
11860
11861 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11862
11863         Patch by: Fredrik Persson  <frepe at bredband net>
11864
11865         * sys/v4l2/gstv4l2tuner.c:
11866         * sys/v4l2/gstv4l2tuner.h:
11867           Fix _set_channel(): remove useless g_object_notify() for "channel"
11868           property that doesn't exist any longer and therefore now also
11869           useless redirect (#338818).
11870
11871 2006-10-17  Wim Taymans  <wim@fluendo.com>
11872
11873         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
11874         Some drivers do not support unsetting the non-blocking flag once the
11875         device is opened. In those cases, close/open the device in
11876         non-blocking mode. Fixes #362673.
11877
11878 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
11879
11880         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
11881         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
11882         (gst_v4l2src_get_fps):
11883           dear stefan, framespersecond is not frameperiod, reverting but adding
11884           comment
11885
11886 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
11887
11888         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
11889         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
11890         (gst_v4l2src_get_fps):
11891           Numerator is numerator and denominator is denominator. Say that aloud
11892           5 times and retry after next beer.
11893
11894 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
11895
11896         Patch by: Josep Torra Valles  <josep at fluendo com>
11897
11898         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
11899         * ext/esd/esdsink.c: (gst_esdsink_write):
11900         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
11901         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
11902         (gst_flac_dec_send_newsegment):
11903         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
11904         (gst_flac_enc_tell_callback):
11905         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
11906         (smokecodec_parse_header), (smokecodec_decode):
11907         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
11908         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
11909         * gst/goom/Makefile.am:
11910         * gst/goom/gstgoom.c:
11911         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
11912         * gst/rtsp/gstrtspsrc.c:
11913         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
11914         * gst/udp/gstudpsink.c:
11915         * gst/udp/gstudpsrc.c:
11916         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
11917         * sys/sunaudio/gstsunaudiomixertrack.h:
11918           Fix a bunch of problems discovered by the Forte compiler, mostly type
11919           mixups and pointer arithmetics with void pointers. Fixes #362603.
11920
11921 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
11922
11923         * ext/speex/gstspeex.c: (plugin_init):
11924         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
11925         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
11926         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
11927         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
11928         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
11929         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
11930         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
11931         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
11932         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
11933         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
11934         (gst_speex_enc_chain), (gst_speex_enc_get_property),
11935         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
11936         * ext/speex/gstspeexenc.h:
11937           Miscellaneous clean-ups, among other things: speexenc => enc to
11938           enhance code readability; change speexenc => speex_enc; in chain
11939           function unref input buffer in case of error; take reference in
11940           event function; use boilerplate macro; use gst_pad_query_peer_*
11941           convenience functions.
11942
11943 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
11944
11945         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
11946         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
11947         (gst_speexenc_set_header_on_caps):
11948           Fix some mem leaks.
11949
11950 2006-10-11  Wim Taymans  <wim@fluendo.com>
11951
11952         * gst/rtsp/URLS:
11953         Added some other URL.
11954
11955         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
11956         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
11957         (gst_rtspsrc_open), (gst_rtspsrc_play),
11958         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
11959         * gst/rtsp/gstrtspsrc.h:
11960         Work on fallback to TCP connection when the UDP socket times out.
11961         Handler server requests, just reply with OK for now.
11962
11963         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
11964         * gst/rtsp/rtspdefs.h:
11965         Added some more Real extension headers.
11966
11967         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11968         Fix parsing of urls with a ':' that is not part of the hostname:port
11969         part of the url.
11970
11971 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
11972
11973         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
11974         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
11975         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
11976           Activate pad before adding it to the already-running element.
11977
11978         * tests/check/elements/icydemux.c: (icydemux_found_pad):
11979           Activate newly-created pad too.
11980
11981 2006-10-11  Wim Taymans  <wim@fluendo.com>
11982
11983         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
11984
11985         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
11986         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
11987         (gst_udpsrc_start):
11988         Fix some leaks in caps and uris. Fixes #361252.
11989
11990 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
11991
11992         * gst/wavparse/Makefile.am:
11993           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
11994
11995 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
11996
11997         * sys/v4l2/gstv4l2xoverlay.c:
11998         * sys/v4l2/gstv4l2xoverlay.h:
11999         Fix build as per the patch in #338818 comment 36.
12000
12001 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
12002
12003         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12004           Activate pads before adding them to the source.
12005
12006 2006-10-06  Wim Taymans  <wim@fluendo.com>
12007
12008         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
12009         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
12010         Activate pads before adding.
12011
12012 2006-10-06  Wim Taymans  <wim@fluendo.com>
12013
12014         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
12015         (gst_multipart_find_pad_by_mime):
12016         Activate pads before adding.
12017
12018         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
12019         BOILERPLATE sets parent_class for us.
12020
12021 2006-10-06  Wim Taymans  <wim@fluendo.com>
12022
12023         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
12024         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
12025         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
12026         (gst_rtspsrc_alloc_udp_ports),
12027         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
12028         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
12029         (gst_rtspsrc_create_transports_string),
12030         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
12031         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12032         * gst/rtsp/gstrtspsrc.h:
12033         Rework how the transport string is constructed, try to share channels
12034         and udp ports.
12035         Make most of the stuff less dependant on RTP as we are also going to use
12036         it for RDT.
12037         Add support for transport specific session managers.
12038
12039         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
12040         Implement _flush().
12041
12042         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12043         * gst/rtsp/rtspdefs.h:
12044         Add generic error return code.
12045
12046         * gst/rtsp/rtspext.h:
12047         Add support for pluggable tranport strings.
12048
12049         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
12050         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
12051         (rtsp_ext_wms_get_context):
12052         Detect WMServer and activate the extension.
12053
12054         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
12055         (rtsp_transport_get_manager), (rtsp_transport_parse):
12056         * gst/rtsp/rtsptransport.h:
12057         Added methods to get mime/manager for certain transports.
12058
12059 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12060
12061         * ext/cairo/gsttimeoverlay.c:
12062         (gst_cairo_time_overlay_update_font_height):
12063         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
12064         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
12065         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
12066         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12067         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12068         * ext/libpng/gstpngdec.c: (user_endrow_callback):
12069         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
12070         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
12071         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12072         (gst_avi_demux_stream_data):
12073         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12074         * gst/debug/efence.c: (gst_efence_buffer_alloc),
12075         (gst_fenced_buffer_copy):
12076         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12077         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
12078         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
12079         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
12080         (gst_rtspsrc_handle_message):
12081         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12082         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
12083           Printf format fixes.
12084
12085 2006-10-04  Wim Taymans  <wim@fluendo.com>
12086
12087         * gst/rtsp/Makefile.am:
12088         Dist new .h file too.
12089
12090 2006-10-04  Wim Taymans  <wim@fluendo.com>
12091
12092         * gst/rtsp/Makefile.am:
12093         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
12094         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
12095         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
12096         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
12097         (gst_rtspsrc_parse_rtpmap),
12098         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
12099         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12100         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
12101         * gst/rtsp/gstrtspsrc.h:
12102         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12103         * gst/rtsp/rtspdefs.h:
12104         * gst/rtsp/rtspext.h:
12105         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
12106         (rtsp_ext_wms_get_context):
12107         * gst/rtsp/rtspextwms.h:
12108         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
12109         (rtsp_transport_parse):
12110         * gst/rtsp/rtsptransport.h:
12111         Factor out extension in separate module.
12112         Fix getcaps to filter against the padtemplate.
12113         Use Content-Base if the server gives one.
12114         Rework the transport parsing a bit for future extensions.
12115         Added some Real Header field definitions.
12116
12117 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12118
12119         * docs/plugins/Makefile.am:
12120         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12121         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12122           added v4l2 stubs
12123         * gst-plugins-good.spec.in:
12124           add v4l2
12125
12126 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
12127
12128         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12129           Extract disc/album/medium number and count and try harder
12130           to extract track number/count.
12131
12132 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12133
12134         * configure.ac:
12135         * sys/Makefile.am:
12136           add build stuff for v4l2, needs --enable-experimental until
12137           the last bits are resolved
12138
12139 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12140
12141         * tests/check/Makefile.am:
12142           Disable autodetect test temporarily, so that the build bots
12143           update -bad and the ranks of unreliable video sinks in there.
12144
12145         * tests/check/elements/autodetect.c: (GST_START_TEST):
12146           Skip test if no usable videosink is found.
12147
12148 2006-09-29  Wim Taymans  <wim@fluendo.com>
12149
12150         * gst/rtsp/URLS:
12151         Add some more URLs.
12152
12153         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
12154         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
12155         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
12156         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
12157         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
12158         (gst_rtspsrc_loop), (gst_rtspsrc_send),
12159         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12160         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
12161         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12162         * gst/rtsp/gstrtspsrc.h:
12163         Add timeout property to control UDP timeouts.
12164         Fix error messages.
12165         Also start a loop function when operating in UDP mode so that we can
12166         do some more stuff async.
12167         Handle element messages from udpsrc to detect timeouts. If a timeout
12168         happens we currently generate an error.
12169         API: rtspsrc::timeout property.
12170
12171         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
12172         (gst_udpsrc_create):
12173         Really implement the timeout in microseconds and not milliseconds.
12174
12175 2006-09-29  Wim Taymans  <wim@fluendo.com>
12176
12177         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12178         (gst_udpsrc_create), (gst_udpsrc_set_property),
12179         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
12180         * gst/udp/gstudpsrc.h:
12181         Added property to post a message on timeout.
12182         Updated docs.
12183         When restarting the select, initialize the fdsets again.
12184         Init control sockets so we don't accidentally close a random socket.
12185         API: GstUDPSrc::timeout property
12186
12187 2006-09-29  Wim Taymans  <wim@fluendo.com>
12188
12189         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
12190         Fix flag registration.
12191
12192         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12193         Reading 0 also means 'no more commands'
12194
12195 2006-09-29  Wim Taymans  <wim@fluendo.com>
12196
12197         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
12198
12199         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12200         Fix possible infinite loop when shutting down, a read can also return
12201         0 to indicate no more messages are available. Fixes #358156.
12202
12203 2006-09-25  Wim Taymans  <wim@fluendo.com>
12204
12205         * gst/autodetect/gstautoaudiosink.c:
12206         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
12207         (gst_auto_audio_sink_find_best):
12208         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
12209         Small cleanups.
12210         don't try to set "sync" property when it is not available.
12211
12212 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12213
12214         Patch by: Peter Kjellerstedt  <pkj at axis com>
12215
12216         * gst/alpha/gstalpha.c:
12217         * gst/rtp/gstrtpamrdepay.c:
12218         * gst/rtsp/gstrtspsrc.c:
12219         * gst/udp/gstudpsrc.c:
12220         * gst/videomixer/videomixer.c:
12221           Include stdlib.h in some more places, makes things compile
12222           with uClibc and -Werror (#357592).
12223
12224 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12225
12226         * ext/jpeg/gstjpegdec.c:
12227           Set minimum height to 8 (from 16), our code should handle
12228           that fine. Some of the buttons on the apple trailer site
12229           are apparently only 15 pixels high (see #357470).
12230
12231 2006-09-23  Wim Taymans  <wim@fluendo.com>
12232
12233         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
12234         (gst_rtspsrc_open):
12235         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12236         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
12237         (rtsp_connection_receive):
12238         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12239         * gst/rtsp/rtspdefs.h:
12240         Improve error reporting.
12241
12242 2006-09-23  Wim Taymans  <wim@fluendo.com>
12243
12244         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
12245         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
12246         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
12247         * gst/rtp/gstrtpdepay.c:
12248         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
12249         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
12250         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
12251         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
12252         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
12253         (gst_rtp_mp2t_depay_plugin_init):
12254         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
12255         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
12256         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
12257         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
12258         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
12259         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
12260         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
12261         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
12262         Fix klass typos.
12263         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
12264
12265 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12266
12267         * configure.ac:
12268           Need  -base CVS for gst_base_rtp_depayload_push_ts().
12269
12270 2006-09-22  Wim Taymans  <wim@fluendo.com>
12271
12272         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
12273         Don't check for a tag that is never there and check if we read the
12274         correct tag. Fixes seeking again.
12275         We must post an error when all pads are unlinked.
12276
12277 2006-09-22  Wim Taymans  <wim@fluendo.com>
12278
12279         * gst/rtp/Makefile.am:
12280         * gst/rtp/gstrtp.c: (plugin_init):
12281         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
12282         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
12283         (gst_rtp_vorbis_pay_reset_packet),
12284         (gst_rtp_vorbis_pay_init_packet),
12285         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
12286         (gst_rtp_vorbis_pay_handle_buffer):
12287         More fixage, set endoder-params correctly in the payloader.
12288
12289 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12290
12291         * gst/autodetect/gstautoaudiosink.c:
12292         (gst_auto_audio_sink_base_init):
12293         * gst/autodetect/gstautovideosink.c:
12294         (gst_auto_video_sink_base_init):
12295           Make static pad templates static to appease valgrind's leak
12296           detector.
12297
12298         * tests/check/Makefile.am:
12299         * tests/check/elements/.cvsignore:
12300         * tests/check/elements/autodetect.c: (GST_START_TEST),
12301         (autodetect_suite):
12302           Add simple test for the ghostpad lockup on shutdown fixed in core
12303           CVS (audio bit disabled because it would need dozens of alsa
12304           suppressions and I'm too lazy to add those now).
12305
12306 2006-09-22  Wim Taymans  <wim@fluendo.com>
12307
12308         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
12309         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
12310         Small cleanups.
12311
12312         * gst/rtp/Makefile.am:
12313         * gst/rtp/gstrtp.c: (plugin_init):
12314         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
12315         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
12316         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
12317         (gst_rtp_vorbis_depay_process),
12318         (gst_rtp_vorbis_depay_set_property),
12319         (gst_rtp_vorbis_depay_get_property),
12320         (gst_rtp_vorbis_depay_change_state),
12321         (gst_rtp_vorbis_depay_plugin_init):
12322         * gst/rtp/gstrtpvorbisdepay.h:
12323         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
12324         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
12325         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
12326         (gst_rtp_vorbis_pay_flush_packet),
12327         (gst_rtp_vorbis_pay_append_buffer),
12328         (gst_rtp_vorbis_pay_handle_buffer),
12329         (gst_rtp_vorbis_pay_plugin_init):
12330         * gst/rtp/gstrtpvorbispay.h:
12331         Add experimental vorbis pay and depayloaders.
12332
12333 2006-09-21  Wim Taymans  <wim@fluendo.com>
12334
12335         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
12336         Fix profile-level-id parsing and setup.
12337
12338 2006-09-21  Wim Taymans  <wim@fluendo.com>
12339
12340         * gst/udp/README:
12341         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
12342         Update README, simple cleanup.
12343
12344 2006-09-21  Wim Taymans  <wim@fluendo.com>
12345
12346         * gst/rtp/README:
12347         Update README with some examples.
12348
12349         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
12350         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
12351         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12352         (gst_rtp_mp4g_pay_setcaps):
12353         * gst/rtp/gstrtpmp4gpay.h:
12354         Make optional RTP parameters of type STRING, as required by the
12355         application/x-rtp caps specification.
12356
12357 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12358
12359         * gst/rtp/gstrtph263pdepay.c:
12360         * gst/rtp/gstrtph263ppay.c:
12361         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
12362         RTP header.
12363
12364 2006-09-20  Wim Taymans  <wim@fluendo.com>
12365
12366         * gst/rtp/Makefile.am:
12367         And makefile too.
12368
12369 2006-09-20  Wim Taymans  <wim@fluendo.com>
12370
12371         * gst/rtp/gstrtp.c: (plugin_init):
12372         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
12373         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
12374         (decode_base64), (gst_rtp_asf_depay_setcaps),
12375         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
12376         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
12377         (gst_rtp_asf_depay_plugin_init):
12378         * gst/rtp/gstrtpasfdepay.h:
12379         Added preliminary ASF depayloader.
12380
12381         * gst/rtp/gstrtph264depay.c: (decode_base64):
12382         Fix base64 decoding.
12383
12384 2006-09-20  Wim Taymans  <wim@fluendo.com>
12385
12386         * gst/rtsp/URLS:
12387         Added some test URLS.
12388
12389         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
12390         (gst_rtspsrc_loop), (gst_rtspsrc_open):
12391         * gst/rtsp/gstrtspsrc.h:
12392         When creating streams, give access to the complete SDP.
12393         Fix some leaks.
12394         Collect and merge global stream properties in stream caps.
12395         Preliminary support for WMServer.
12396
12397         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12398         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
12399         (rtsp_connection_receive):
12400         * gst/rtsp/rtspconnection.h:
12401         Make connection interruptable.
12402         Refactor to make it reconnectable.
12403         Don't fail on short reads when reading data packets.
12404
12405         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
12406         (rtsp_url_get_port):
12407         * gst/rtsp/rtspurl.h:
12408         Add methods for getting/setting the port.
12409
12410         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
12411         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
12412         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
12413         (sdp_media_get_format), (sdp_parse_line),
12414         (sdp_message_parse_buffer):
12415         Fix headers. 
12416         Add methods for getting multiple attributes with the same name.
12417         Increase buffer size when parsing.
12418         Fix parsing of a=foo fields.
12419
12420         * gst/rtsp/test.c: (main):
12421         Update to new connection API.
12422
12423         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12424         (rtsp_message_init_response), (rtsp_message_init_data),
12425         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
12426         * gst/rtsp/rtspmessage.h:
12427         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
12428         * gst/rtsp/rtsptransport.h:
12429         * gst/rtsp/sdp.h:
12430         * gst/rtsp/sdpmessage.h:
12431         * gst/rtsp/gstrtsp.c:
12432         * gst/rtsp/gstrtsp.h:
12433         * gst/rtsp/gstrtpdec.c:
12434         * gst/rtsp/gstrtpdec.h:
12435         * gst/rtsp/rtsp.h:
12436         * gst/rtsp/rtspdefs.c:
12437         * gst/rtsp/rtspdefs.h:
12438         Dual licensed under MIT and LGPL now.
12439
12440 2006-09-19  Wim Taymans  <wim@fluendo.com>
12441
12442         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
12443         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
12444         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
12445         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
12446         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
12447         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12448         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
12449         * gst/rtsp/gstrtspsrc.h:
12450         Reorganize stream parsing and creation.
12451         Detect container formats in interleaved mode.
12452         Keep more state about the streams.
12453         Assume a server also supports PLAY if it does not say.
12454         Add unicast and interleaved properties to TCP transport requests to make
12455         some servers happy (WMServer).
12456
12457         * gst/rtsp/sdpmessage.h:
12458         Add some defines for the standard Bandwidth types.
12459
12460 2006-09-19  Wim Taymans  <wim@fluendo.com>
12461
12462         * gst/rtsp/test.c: (main):
12463         Fix build.
12464
12465 2006-09-19  Wim Taymans  <wim@fluendo.com>
12466
12467         * gst/wavparse/gstwavparse.c:
12468         Add ms-gsm to the src template.
12469
12470 2006-09-18  Wim Taymans  <wim@fluendo.com>
12471
12472         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
12473         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
12474         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
12475         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
12476         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
12477         * gst/rtsp/gstrtspsrc.h:
12478         Small cleanups, added documentation.
12479         Try to clean up the requests and responses.
12480         Refactor parsing the supported methods.
12481
12482         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
12483         (rtsp_connection_create), (rtsp_connection_send),
12484         (parse_response_status), (parse_request_line),
12485         (rtsp_connection_receive), (rtsp_connection_close),
12486         (rtsp_connection_free):
12487         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
12488         (rtsp_transport_init), (rtsp_transport_parse),
12489         (rtsp_transport_free):
12490         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12491         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
12492         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
12493         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
12494         Use g_return_val some more.
12495
12496         * gst/rtsp/rtspdefs.h:
12497         Add more enum values to track initial states.
12498
12499         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
12500         (rtsp_message_init_request), (rtsp_message_new_response),
12501         (rtsp_message_init_response), (rtsp_message_init_data),
12502         (rtsp_message_unset), (rtsp_message_free),
12503         (rtsp_message_add_header), (rtsp_message_remove_header),
12504         (rtsp_message_get_header), (rtsp_message_set_body),
12505         (rtsp_message_take_body), (rtsp_message_get_body),
12506         (rtsp_message_steal_body), (rtsp_message_dump):
12507         * gst/rtsp/rtspmessage.h:
12508         Reorder arguments, object goes as the first one.
12509         Use g_return_val some more.
12510
12511 2006-09-18  Wim Taymans  <wim@fluendo.com>
12512
12513         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
12514         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
12515         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
12516         * gst/rtsp/gstrtspsrc.h:
12517         Export sometimes source pad with correct caps on the template, create
12518         the ghostpad from the template.
12519         Remove RTCP template as we never expose RTCP.
12520         Protect against invalid body size.
12521         Avoid memcpy when creating the output buffer.
12522         Properly post an error and send EOS when the loop function is shut down.
12523
12524 2006-09-18  Wim Taymans  <wim@fluendo.com>
12525
12526         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
12527
12528         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
12529         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
12530         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
12531         * gst/rtsp/gstrtspsrc.h:
12532         Make sure we can never set an invalid location.
12533
12534         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
12535         * gst/rtsp/rtspmessage.h:
12536         Added _steal_body method for future use.
12537
12538         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
12539         Make freeing of NULL url return immediatly.
12540
12541 2006-09-18  Wim Taymans  <wim@fluendo.com>
12542
12543         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
12544
12545         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
12546         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
12547         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
12548         (gst_rtspsrc_change_state):
12549         * gst/rtsp/gstrtspsrc.h:
12550         Use boilerplate.
12551         Make rtspsrc subclass GstBin to make state changes easier.
12552         Add Range header field on the PLAY request.
12553
12554 2006-09-18  Wim Taymans  <wim@fluendo.com>
12555
12556         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
12557
12558         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
12559         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
12560         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
12561         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
12562         * gst/rtsp/rtspconnection.c: (inet_aton):
12563         Small cleanups.
12564         when multicast is selected as the transport, create UDP sources and
12565         connect to the multicast group.
12566         Move parsing and setting of caps to a common place.
12567         Fixes #349894.
12568
12569 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12570
12571         * ext/flac/gstflactag.c:
12572         * gst/alpha/gstalpha.c:
12573         * gst/debug/breakmydata.c:
12574         * gst/debug/negotiation.c:
12575         * gst/debug/testplugin.c:
12576         * gst/effectv/gstaging.c:
12577         * gst/effectv/gstdice.c:
12578         * gst/effectv/gstedge.c:
12579         * gst/effectv/gstquark.c:
12580         * gst/effectv/gstrev.c:
12581         * gst/effectv/gstshagadelic.c:
12582         * gst/effectv/gstvertigo.c:
12583         * gst/effectv/gstwarp.c:
12584         * gst/multipart/multipartdemux.c:
12585         * gst/multipart/multipartmux.c:
12586         * gst/videobox/gstvideobox.c:
12587         * gst/videofilter/gstgamma.c:
12588         * gst/videofilter/gstvideotemplate.c:
12589         * gst/videomixer/videomixer.c:
12590         * sys/sunaudio/gstsunaudiosrc.h:
12591         More G_OBJECT macro fixing.
12592
12593 2006-09-16  Wim Taymans  <wim@fluendo.com>
12594
12595         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
12596
12597         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
12598         Correctly set the dwLength in strh.
12599         With this patch, the file duration is now displayed correctly in window
12600         media player and the AVI plays completely. Fixes #356147
12601
12602 2006-09-15  Wim Taymans  <wim@fluendo.com>
12603
12604         Patch by: Darren Kenny <darren dot kenny at sun dot com>
12605
12606         * sys/sunaudio/gstsunaudiomixerctrl.c:
12607         (gst_sunaudiomixer_ctrl_build_list):
12608         Set the output track as the MASTER so that the gnome-settings-daemon
12609         keybindings for changing the volume using the keyboard works.
12610         Fixes #356142.
12611
12612 2006-09-15  Wim Taymans  <wim@fluendo.com>
12613
12614         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
12615         Fix documentation, it is not possible to control the framerate of jpegdec
12616         using filtered caps yet. Fixes #355210.
12617         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
12618         stop when there is an error.
12619
12620 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
12621
12622         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
12623         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12624           Don't interpret a first buffer with an offset of NONE as
12625           'from the middle of the stream', but only a first buffer
12626           that has a valid buffer offset that's non-zero (see #345449).
12627
12628 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
12629
12630         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
12631         (gst_icydemux_typefind_or_forward):
12632         * gst/icydemux/gsticydemux.h:
12633           When we merge/collect multiple incoming buffers for typefinding
12634           purposes, keep an initial 0 offset on the first outgoing buffer
12635           as well (otherwise id3demux won't work right). Fixes #345449.
12636           Also Make buffer metadata writable before setting buffer caps.
12637
12638         * tests/check/elements/icydemux.c: (typefind_succeed),
12639         (cleanup_icydemux), (push_data), (GST_START_TEST),
12640         (icydemux_suite):
12641           Small test case for the above.
12642
12643 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
12644
12645         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
12646         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
12647         (gst_avi_demux_stream_header_push),
12648         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
12649         (gst_avi_demux_loop):
12650           More code reuse and better logging in _peek_chunk(). Reintroduce check
12651           for chunk sizes before reading them (avoid oom). Better handling for 
12652           invalid chunksizes when streaming.
12653
12654 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
12655
12656         * gst/level/gstlevel.c: (gst_level_set_property):
12657         * gst/level/gstlevel.h:
12658           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
12659           René Stadler
12660
12661 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
12662
12663         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
12664         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
12665         (gst_avi_demux_stream_data):
12666           Revert one change to fix streaming avi (adapter size != data size).
12667
12668 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12669
12670         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
12671
12672         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
12673         (gst_matroska_demux_reset),
12674         (gst_matroska_demux_read_track_encodings),
12675         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
12676         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
12677         (gst_matroska_demux_subtitle_caps):
12678         * gst/matroska/matroska-ids.h:
12679           Add support for VOBSUB subtitle tracks and zlib-compressed
12680           tracks. Make sure we start on a keyframe after a seek. (#343348)
12681
12682 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12683
12684         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
12685         (gst_matroska_demux_push_flac_codec_priv_data),
12686         (gst_matroska_demux_push_xiph_codec_priv_data),
12687         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
12688         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
12689         * gst/matroska/matroska-ids.h:
12690           Add basic FLAC support (#311586), not perfect yet though, needs some
12691           tweaking in flacdec; also, seeking could be better.
12692           Do better bounds checking when deserialising vorbis stream headers
12693           to make sure we don't read beyond the end of the buffer on bad input.
12694
12695 2006-09-04  Wim Taymans  <wim@fluendo.com>
12696
12697         Patch by: Alessandro Decina <alessandro at nnva dot org>
12698
12699         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
12700         Seeking back in a file containing a CMML stream errors out if the seek
12701         goes back up to the CMML headers. This is because after the seek the xml
12702         processing instruction <?xml ...?> is submitted to the xml parser again, 
12703         which results in an error. The attached patch fixes the problem. 
12704         Fixes #353908.
12705
12706         * ext/annodex/gstcmmlenc.h:
12707         Fix authors name.
12708
12709
12710 2006-08-28  Andy Wingo  <wingo@pobox.com>
12711
12712         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
12713         New helper function to lessen the ifdefs.
12714         (GST_INFO_OBJECT): 
12715         (gst_dv1394src_iso_receive): Use it.
12716         (gst_dv1394src_create): Also use the control sockets in iec61883
12717         mode.
12718         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
12719         handle for AVC operations; fixes #348233.
12720
12721 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
12722
12723         * configure.ac:
12724         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12725         * docs/plugins/inspect/plugin-audiofx.xml:
12726         * docs/plugins/inspect/plugin-audiofxgood.xml:
12727         * gst/audiofx/Makefile.am:
12728         * gst/audiofx/audiofx.c:
12729         * gst/audiofxgood/.cvsignore:
12730         * gst/audiofxgood/Makefile.am:
12731         * gst/audiofxgood/audiofx.c:
12732         * gst/audiofxgood/audiopanorama.c:
12733         * gst/audiofxgood/audiopanorama.h:
12734           Rename again (audiofxgood -> audiofx).
12735
12736 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
12737
12738         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
12739         (gst_avi_demux_stream_scan):
12740           Initialze variables.
12741
12742 2006-08-25  Wim Taymans  <wim@fluendo.com>
12743
12744         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
12745         (gst_avi_demux_init), (gst_avi_demux_finalize),
12746         (gst_avi_demux_reset), (gst_avi_demux_index_last),
12747         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
12748         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
12749         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
12750         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
12751         (gst_avi_demux_massage_index),
12752         (gst_avi_demux_calculate_durations_from_index),
12753         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
12754         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
12755         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
12756         (gst_avi_demux_change_state):
12757         * gst/avi/gstavidemux.h:
12758         More attempts to turn this into readable code.
12759         Don't leak adapters.
12760         Calculate duration according to index more efficiently.
12761         Don't try to act like we drive the pipeline in chain mode.
12762
12763 2006-08-25  Wim Taymans  <wim@fluendo.com>
12764
12765         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
12766         Fix build.
12767
12768 2006-08-25  Wim Taymans  <wim@fluendo.com>
12769
12770         Patch by: Alessandro Decina <alessandro at nnva dot org>
12771
12772         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
12773         Do some extra sanity checks.
12774         Fixes #350340.
12775
12776         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
12777         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
12778         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
12779         Check if clip->start_time is valid before adding the clip to the
12780         track list.
12781         Reset enc->preamble going from PAUSED to READY.
12782         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
12783         only used for EOS.
12784         Only post an error message if we were the one that created the fatal
12785         GstFlowReturn value.
12786
12787         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
12788         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
12789         Parse the seconds field of the npt-sec time format using %llu rather than
12790         %d and check that the value scaled by GST_SECOND doesn't overflow.
12791         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
12792         Lookup a clip's track with clip->track rather than clip->id which
12793         makes no sense.
12794         Identify a clip by its track and start time and not its xml id.
12795         do some more input checking and make sure we don't do undefined shifts.
12796
12797         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12798         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
12799         (cmml_tag_message_pop), (check_headers), (push_clip_full),
12800         (push_clip), (push_empty_clip), (check_output_clip),
12801         (GST_START_TEST), (cmmldec_suite):
12802         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12803         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
12804         (check_headers), (push_clip), (check_clip_times), (check_clip),
12805         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
12806         Added some more checks.
12807
12808 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
12809
12810         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
12811         (gst_audio_panorama_set_property),
12812         (gst_audio_panorama_get_property),
12813         (gst_audio_panorama_transform_m2s_int),
12814         (gst_audio_panorama_transform_s2s_int),
12815         (gst_audio_panorama_transform_m2s_float),
12816         (gst_audio_panorama_transform_s2s_float):
12817         * gst/audiofxgood/audiopanorama.h:
12818         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
12819           Make also the pan-property float (saves scaling and yields better
12820           resolution)
12821
12822 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
12823
12824         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
12825         (gst_audio_panorama_transform_m2s_float),
12826         (gst_audio_panorama_transform_s2s_float):
12827           ChangeLog surgery to add cymax's real name
12828
12829
12830 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
12831
12832         Patch by: René Stadler <mail@renestadler.de>
12833
12834         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
12835         (gst_audio_panorama_transform_m2s_int),
12836         (gst_audio_panorama_transform_s2s_int),
12837         (gst_audio_panorama_transform_m2s_float),
12838         (gst_audio_panorama_transform_s2s_float),
12839         (gst_audio_panorama_transform):
12840         * gst/audiofxgood/audiopanorama.h:
12841           Added float support
12842
12843 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
12844
12845         * gst/audiofxgood/audiopanorama.c:
12846         (gst_audio_panorama_transform_m2s):
12847           Fix docs & debug category. Add Fixme for volume pan levels.
12848
12849 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
12850
12851         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
12852         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
12853         (gst_avi_demux_stream_header_pull),
12854         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
12855         (gst_avi_demux_chain):
12856           unbreak AVI index handling, some more debug, remove an obsolete
12857           adapter_flush that caused streaming to wander off in the wild
12858
12859 2006-08-24  Wim Taymans  <wim@fluendo.com>
12860
12861         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12862         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
12863         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
12864         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12865         (gst_avi_demux_calculate_durations_from_index),
12866         (gst_avi_demux_stream_header_push),
12867         (gst_avi_demux_stream_header_pull):
12868         * gst/avi/gstavidemux.h:
12869         Some more cleanups. 
12870         Fix totalFrames parsing in ODML.
12871         Disable use of index for length calculation in case of ODML as this is
12872         broken now.
12873
12874 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
12875
12876         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
12877           Use libgsttag helper function here too.
12878
12879 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
12880
12881         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
12882         (gst_avi_demux_init), (gst_avi_demux_dispose),
12883         (gst_avi_demux_reset), (gst_avi_demux_index_next),
12884         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
12885         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12886         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
12887         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
12888         (gst_avi_demux_parse_subindex),
12889         (gst_avi_demux_read_subindexes_push),
12890         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
12891         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12892         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
12893         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
12894         (gst_avi_demux_stream_header_pull),
12895         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
12896         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
12897         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
12898         (gst_avi_demux_change_state):
12899         * gst/avi/gstavidemux.h:
12900           Initial streaming support for avidemux (fixes #336465)
12901
12902 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12903
12904         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12905           There is no taglibmux element ...
12906
12907         * gst/rtsp/gstrtspsrc.c:
12908           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
12909           was complaining about unknown entity here.
12910
12911 2006-08-22  Wim Taymans  <wim@fluendo.com>
12912
12913         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
12914         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
12915         (gst_avi_demux_process_next_entry):
12916         * gst/avi/gstavidemux.h:
12917         Mark DISCONT.
12918         Remove old unused fields and reorder the struct a bit.
12919
12920 2006-08-22  Wim Taymans  <wim@fluendo.com>
12921
12922         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
12923         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
12924         (gst_rtspsrc_pause):
12925         * gst/rtsp/gstrtspsrc.h:
12926         * sys/oss/gstosssink.c: (gst_oss_sink_open),
12927         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
12928         Small documentation updates.
12929
12930 2006-08-22  Wim Taymans  <wim@fluendo.com>
12931
12932         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
12933         (gst_avi_demux_index_entry_for_time),
12934         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12935         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
12936         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
12937         (gst_avi_demux_next_data_buffer),
12938         (gst_avi_demux_calculate_durations_from_index),
12939         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
12940         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
12941         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
12942         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
12943         * gst/avi/gstavidemux.h:
12944         Precalc most of the duration query for each stream.
12945         Make seeking more correct.
12946         Use GstSegment to track position and duration.
12947         Code cleanups and leak fixes.
12948         Calculate correct total duration based on index length.
12949
12950 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
12951
12952         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
12953         (parse_insert_string_field):
12954           If strings in text fields are marked ISO8859-1, but contain
12955           valid UTF-8 already, then handle them as UTF-8 and ignore
12956           the encoding. (#351794)
12957
12958 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12959
12960         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
12961         (gst_flac_dec_write), (gst_flac_dec_loop),
12962         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
12963         (gst_flac_dec_src_query):
12964         * ext/flac/gstflacdec.h:
12965           Make flac-in-ogg work (#352100).
12966
12967 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12968
12969         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
12970           Don't unref buffers of which we've already given away
12971           ownership to the adapter.
12972
12973 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12974
12975         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
12976           Make metadata extraction actually work.
12977
12978         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
12979         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
12980         (gst_speexenc_chain):
12981           Fix metadata writing: replace old code which wrote completely
12982           broken tags with libgsttag-based code. Plus miscellaneous
12983           code cleanups (use static pad templates etc.) and a bunch
12984           of leak fixes.
12985
12986 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
12987
12988         * gst/audiopanorama/.cvsignore:
12989         * gst/audiopanorama/Makefile.am:
12990         * gst/audiopanorama/audiofx.c:
12991         * gst/audiopanorama/audiopanorama.c:
12992         * gst/audiopanorama/audiopanorama.h:
12993           die! die! die! you should never have been there
12994
12995 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
12996
12997         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
12998         Fix invalid memory access in audiopanorama test suite.
12999
13000 2006-08-21  Edward Hervey  <edward@fluendo.com>
13001
13002         * tests/check/elements/.cvsignore:
13003         ignore built file
13004
13005 2006-08-21  Wim Taymans  <wim@fluendo.com>
13006
13007         * gst/rtp/Makefile.am:
13008         Fix the build again.
13009
13010 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13011
13012         * gst/audiofxgood/.cvsignore:
13013         * gst/audiofxgood/Makefile.am:
13014         * gst/audiofxgood/audiofx.c: (plugin_init):
13015         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
13016         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
13017         (gst_audio_panorama_set_property),
13018         (gst_audio_panorama_get_property),
13019         (gst_audio_panorama_get_unit_size),
13020         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
13021         (gst_audio_panorama_transform_m2s),
13022         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
13023         * gst/audiofxgood/audiopanorama.h:
13024           resubmit with the desired name *again*
13025
13026 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13027
13028         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
13029         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
13030           use g_assert in _get_unit_size
13031
13032 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13033
13034         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13035         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13036         * docs/plugins/inspect/plugin-audiofxgood.xml:
13037           cleanup -unused.txt to make it useful, add previously missing docs
13038
13039         * ext/Makefile.am:
13040           Quietly (accidentally) enable LADSPA for building by default, 
13041           despite the fact that it doesn't meet the plugin checklist.
13042             -- Added by Jan Schmidt 18 Dec 2006
13043
13044         * ext/esd/esdmon.c:
13045         * ext/esd/esdsink.c:
13046         * ext/esd/gstesd.c: (plugin_init):
13047           reflow to get rid of two external symbols
13048
13049         * gst/audiofxgood/audiofx.c: (plugin_init):
13050           re-add
13051
13052 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13053
13054         * configure.ac:
13055         * gst/audiofxgood/.cvsignore:
13056         * gst/audiofxgood/Makefile.am:
13057         * gst/audiofxgood/audiofx.c
13058         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
13059         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
13060         (gst_audio_panorama_set_property),
13061         (gst_audio_panorama_get_property),
13062         (gst_audio_panorama_get_unit_size),
13063         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
13064         (gst_audio_panorama_transform_m2s),
13065         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
13066         * gst/audiofxgood/audiopanorama.h:
13067         * tests/check/Makefile.am:
13068         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
13069         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
13070         (panorama_suite), (main):
13071         Add audiofxgood plugin with audiopanorama element
13072
13073 2006-08-18  Wim Taymans  <wim@fluendo.com>
13074
13075         * docs/plugins/Makefile.am:
13076         More Oss docs fixage. 
13077
13078 2006-08-18  Wim Taymans  <wim@fluendo.com>
13079
13080         * gst/rtp/Makefile.am:
13081         * gst/rtp/gstrtp.c: (plugin_init):
13082         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
13083         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
13084         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
13085         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
13086         (gst_rtp_sv3v_depay_get_property),
13087         (gst_rtp_sv3v_depay_change_state),
13088         (gst_rtp_sv3v_depay_plugin_init):
13089         * gst/rtp/gstrtpsv3vdepay.h:
13090         Added experimental SVQ3 depayloader.
13091
13092 2006-08-18  Edward Hervey  <edward@fluendo.com>
13093
13094         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
13095         (gst_dvdemux_loop), (gst_dvdemux_change_state):
13096         * ext/dv/gstdvdemux.h:
13097         When handling seek requests, don't send the newsegment event from the
13098         calling thread. Instead save it so it can be sent from the streaming
13099         thread.
13100
13101 2006-08-17  Wim Taymans  <wim@fluendo.com>
13102
13103         Patch by: Sjoerd Simons <sjoerd at luon dot net>
13104
13105         * gst/multipart/multipartdemux.c: (multipart_parse_header):
13106         Accept leading whitespace before the boundary
13107         This patch makes the demuxer allow some whitespace before the actual
13108         boundary. This makes the demuxer work with the ``old'' gstreamer
13109         multipartmuxer again (which placed an extra \n before the start
13110         of the stream) Fixes #349068.
13111
13112 2006-08-17  Wim Taymans  <wim@fluendo.com>
13113
13114         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
13115         Error out on non-implemented stuff.
13116
13117 2006-08-16  Wim Taymans  <wim@fluendo.com>
13118
13119         Patch by: Andy Wingo <wingo at pobox dot com>
13120
13121         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
13122         (gst_signal_processor_start), (gst_signal_processor_stop),
13123         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
13124         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
13125         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
13126         (gst_signal_processor_change_state):
13127         Make ladspa elements reusable. Fixes #350006.
13128
13129 2006-08-16  Wim Taymans  <wim@fluendo.com>
13130
13131         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
13132         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
13133         names as possible. Fixes #349901.
13134
13135 2006-08-16  Wim Taymans  <wim@fluendo.com>
13136
13137         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
13138         (gst_signal_processor_do_pushes):
13139         A push() gives away our refcount so we should not use the buffer on the
13140         pen anymore.
13141
13142 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13143
13144         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13145         (gst_oss_mixer_element_finalize):
13146           Don't leak device string.
13147
13148 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13149
13150         * configure.ac:
13151           Require CVS of GStreamer core and -base (for
13152           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
13153
13154         * ext/taglib/gstid3v2mux.cc:
13155           Write extended comment tags properly (#348762).
13156
13157         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13158         (parse_comment_frame):
13159           Extract COMM frames into extended comments, which makes it
13160           easier to properly retain the description bit of the tag
13161           and maintain this information when re-tagging (#348762).
13162
13163 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13164
13165         * tests/check/Makefile.am:
13166           Don't try to run annodex unit tests if the annodex
13167           plugin has not been built (Fixes #351116).
13168
13169 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13170
13171         * gst/autodetect/gstautoaudiosink.c:
13172         (gst_auto_audio_sink_find_best):
13173           When we can't find a usable audiosink, don't error out,
13174           but use a fake sink instead and post a warning message
13175           on the bus (#341278).
13176
13177 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13178
13179         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
13180         * sys/oss/gstosssink.c:
13181         * sys/oss/gstosssrc.c:
13182           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
13183           ossmixer's new device property.
13184
13185         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13186         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13187           Add docs for OSS elements.
13188
13189         * docs/plugins/inspect/plugin-aasink.xml:
13190         * docs/plugins/inspect/plugin-alaw.xml:
13191         * docs/plugins/inspect/plugin-alpha.xml:
13192         * docs/plugins/inspect/plugin-alphacolor.xml:
13193         * docs/plugins/inspect/plugin-annodex.xml:
13194         * docs/plugins/inspect/plugin-apetag.xml:
13195         * docs/plugins/inspect/plugin-auparse.xml:
13196         * docs/plugins/inspect/plugin-autodetect.xml:
13197         * docs/plugins/inspect/plugin-avi.xml:
13198         * docs/plugins/inspect/plugin-cacasink.xml:
13199         * docs/plugins/inspect/plugin-cairo.xml:
13200         * docs/plugins/inspect/plugin-cdio.xml:
13201         * docs/plugins/inspect/plugin-cutter.xml:
13202         * docs/plugins/inspect/plugin-debug.xml:
13203         * docs/plugins/inspect/plugin-dv.xml:
13204         * docs/plugins/inspect/plugin-efence.xml:
13205         * docs/plugins/inspect/plugin-effectv.xml:
13206         * docs/plugins/inspect/plugin-esdsink.xml:
13207         * docs/plugins/inspect/plugin-flac.xml:
13208         * docs/plugins/inspect/plugin-flxdec.xml:
13209         * docs/plugins/inspect/plugin-gconfelements.xml:
13210         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
13211         * docs/plugins/inspect/plugin-goom.xml:
13212         * docs/plugins/inspect/plugin-halelements.xml:
13213         * docs/plugins/inspect/plugin-icydemux.xml:
13214         * docs/plugins/inspect/plugin-id3demux.xml:
13215         * docs/plugins/inspect/plugin-jpeg.xml:
13216         * docs/plugins/inspect/plugin-level.xml:
13217         * docs/plugins/inspect/plugin-matroska.xml:
13218         * docs/plugins/inspect/plugin-mulaw.xml:
13219         * docs/plugins/inspect/plugin-multipart.xml:
13220         * docs/plugins/inspect/plugin-navigationtest.xml:
13221         * docs/plugins/inspect/plugin-ossaudio.xml:
13222         * docs/plugins/inspect/plugin-png.xml:
13223         * docs/plugins/inspect/plugin-rtp.xml:
13224         * docs/plugins/inspect/plugin-rtsp.xml:
13225         * docs/plugins/inspect/plugin-shout2send.xml:
13226         * docs/plugins/inspect/plugin-smpte.xml:
13227         * docs/plugins/inspect/plugin-speex.xml:
13228         * docs/plugins/inspect/plugin-taglib.xml:
13229         * docs/plugins/inspect/plugin-udp.xml:
13230         * docs/plugins/inspect/plugin-videobalance.xml:
13231         * docs/plugins/inspect/plugin-videobox.xml:
13232         * docs/plugins/inspect/plugin-videoflip.xml:
13233         * docs/plugins/inspect/plugin-videomixer.xml:
13234         * docs/plugins/inspect/plugin-wavenc.xml:
13235         * docs/plugins/inspect/plugin-wavparse.xml:
13236         * docs/plugins/inspect/plugin-ximagesrc.xml:
13237           Update to CVS version.
13238           
13239 2006-08-16  Wim Taymans  <wim@fluendo.com>
13240
13241         * gst/rtp/gstrtpamrdepay.c:
13242         * gst/rtp/gstrtpmp4gdepay.c:
13243         Caps extra properties must be defined as strings for
13244         depayloaders because they are generated from an SDP.
13245
13246         * gst/rtp/Makefile.am:
13247         * gst/rtp/gstrtp.c: (plugin_init):
13248         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
13249         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
13250         (gst_rtp_h264_depay_finalize), (decode_base64),
13251         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
13252         (gst_rtp_h264_depay_set_property),
13253         (gst_rtp_h264_depay_get_property),
13254         (gst_rtp_h264_depay_change_state),
13255         (gst_rtp_h264_depay_plugin_init):
13256         * gst/rtp/gstrtph264depay.h:
13257         Added basic, not completely functional RFC 3984 H264 depayloader.
13258
13259 2006-08-16  Wim Taymans  <wim@fluendo.com>
13260
13261         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
13262         Add pads after setting them up.
13263
13264         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13265         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
13266         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
13267         (gst_rtspsrc_stream_setup_rtp),
13268         (gst_rtspsrc_stream_configure_transport),
13269         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
13270         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13271         (gst_rtspsrc_pause):
13272         * gst/rtsp/gstrtspsrc.h:
13273         Fix interleaved mode.
13274          - Protect streaming with lock.
13275          - Combine flows
13276          - set caps on outgoing buffers.
13277          - strip trailing \0 from data packets.
13278          - Configure RTP/RTCP in stream.
13279         Use DEBUG_OBJECT more.
13280
13281 2006-08-16  Wim Taymans  <wim@fluendo.com>
13282
13283         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
13284         Turn a g_print into a DEBUG line.
13285
13286 2006-08-13  Wim Taymans  <wim@fluendo.com>
13287
13288         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
13289         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13290         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
13291         (gst_oss_mixer_element_get_property),
13292         (gst_oss_mixer_element_change_state):
13293         * sys/oss/gstossmixerelement.h:
13294         Small cleanups. Better error reporting.
13295         Add device property for the mixer instead of the hardcoded
13296         /dev/mixer. Fixes #350785.
13297         API: GstOssMixerElement::device property
13298
13299 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13300
13301         Patch by: Jens Granseuer <jensgr at gmx net>
13302
13303         * gconf/Makefile.am:
13304           Make --disable-schemas work right (they still need
13305           to be copied to the installation directory, just not
13306           applied). Fixes #351347 (also #344100).
13307           
13308 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13309
13310         * configure.ac: back to HEAD
13311
13312 === release 0.10.4 ===
13313
13314 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
13315
13316         * configure.ac:
13317           releasing 0.10.4, "Dear Leader"
13318
13319 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13320
13321         Patch by: Edward Hervey <edward@fluendo.com>
13322
13323         * configure.ac:
13324         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
13325         (gst_wavparse_stream_data):
13326         Send the newsegment event in the streaming thread.
13327         Fixes #347529
13328
13329 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13330
13331         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13332         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
13333         (gst_smokeenc_resync), (gst_smokeenc_chain):
13334           Refuse sink caps in the encoder if width or height is not a
13335           multiple of 16, the encoder does not support that yet (#349939);
13336           along the same lines, check the return value of the encoder
13337           setup function; also remove some debug log clutter.
13338
13339 2006-08-04  Andy Wingo  <wingo@pobox.com>
13340
13341         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
13342         whether a processor can work in place or not, and for keeping
13343         track of its state. Change the FlowReturn instance variable from
13344         "state" to "flow_state", all callers changed.
13345
13346         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
13347         (gst_signal_processor_start, gst_signal_processor_stop)
13348         (gst_signal_processor_cleanup): New functions to manage the
13349         processor's state.
13350         (gst_signal_processor_setcaps): start() as well as setup() here.
13351         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
13352         (gst_signal_processor_change_state): Stop and cleanup the
13353         processor as we go to NULL.
13354
13355         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
13356         INPLACE_BROKEN is not set.
13357
13358         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
13359         Do the alloc_buffer in bytes, not frames.
13360         
13361 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13362
13363         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
13364         Fix rgb masks when recording in < 24bpp.
13365
13366 2006-08-04  Andy Wingo  <wingo@pobox.com>
13367
13368         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
13369         (gst_signal_processor_prepare)
13370         (gst_signal_processor_update_inputs)
13371         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
13372         (gst_signal_processor_flush)
13373         (gst_signal_processor_sink_activate_push)
13374         (gst_signal_processor_src_activate_pull)
13375         (gst_signal_processor_change_state): Remove the last of the code
13376         that assumes that we process whole buffers at a time. Fix some
13377         debugging. Seems to work now in some cases.
13378         (gst_signal_processor_src_activate_pull): BPB
13379
13380 2006-08-01  Andy Wingo  <wingo@pobox.com>
13381
13382         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
13383         Fix nframes-choosing.
13384         (gst_signal_processor_init): Init pending_in and pending_out.
13385
13386         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
13387         more default sample rate, although we never check that the sample
13388         rate actually gets set. Something for the future.
13389         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
13390         (gst_signal_processor_event): Refcount fixen.
13391         (gst_signal_processor_process): Pull the number of frames to
13392         process from the sizes of the buffers in the input pens.
13393         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
13394         (gst_signal_processor_do_pulls): Add an nframes argument, and use
13395         it instead of buffer_frames.
13396         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
13397         to do_pulls.
13398         (gst_signal_processor_chain)
13399         (gst_signal_processor_sink_activate_push)
13400         (gst_signal_processor_src_activate_pull):  Refcount fixen.
13401
13402         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
13403
13404 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
13405
13406         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
13407         (gst_signal_processor_process):
13408           don't query buffer-frames from caps, add lots of debug-log,
13409           try fix for assert (#349189)
13410
13411 2006-07-31  Wim Taymans  <wim@fluendo.com>
13412
13413         * gst/udp/gstudpsrc.c:
13414         Fix docs.
13415
13416 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
13417
13418         * ext/ladspa/gstsignalprocessor.c:
13419         (gst_signal_processor_add_pad_from_template),
13420         (gst_signal_processor_init), (gst_signal_processor_setcaps),
13421         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
13422         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
13423         (gst_signal_processor_sink_activate_push),
13424         (gst_signal_processor_src_activate_pull),
13425         (gst_signal_processor_change_state):
13426          Add debugs logs here and there, add more error handling, add some
13427          FIXME comments, filed #349189
13428
13429 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13430
13431         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
13432         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
13433         Set caps on buffer correctly.  Fixes bug #349155.
13434
13435 2006-07-28  Wim Taymans  <wim@fluendo.com>
13436
13437         Patch by: Sjoerd Simons <sjoerd at luon dot net>
13438
13439         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
13440         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
13441         (gst_multipart_demux_finalize), (get_line_end),
13442         (multipart_parse_header), (multipart_find_boundary),
13443         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
13444         (gst_multipart_set_property), (gst_multipart_get_property):
13445         Uses GstAdapter instead of own buffering.
13446         Actually parses the mime-type correctly (In tests the mime-type was
13447         always "" with the old version).
13448         Uses the Content-length header if available to speed up things.
13449         Reliably autoscans the boundary name by default.
13450         Fixes #349068.
13451
13452         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
13453         Don't start the stream with a \n.
13454
13455 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13456
13457         Patch by: Brian Cameron <brian dot cameron at sun com>
13458
13459         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
13460           Open source with O_NONBLOCK (#349015).
13461
13462 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
13463
13464         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
13465         (gst_avi_demux_massage_index):
13466         * gst/avi/gstavidemux.h:
13467           Whitespace fixes and more debug
13468
13469 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
13470
13471         * gst/autodetect/gstautoaudiosink.c:
13472         (gst_auto_audio_sink_create_element_with_pretty_name),
13473         (gst_auto_audio_sink_find_best),
13474         (gst_auto_audio_sink_change_state):
13475           Get rid of old and unused magic sound-server properties stuff.
13476           Add suffix to child sink's name that makes it easy to see from
13477           the name alone which type it actually is (alsa, oss, esd, etc.).
13478
13479 2006-07-27  Wim Taymans  <wim@fluendo.com>
13480
13481         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13482         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
13483         (gst_udpsrc_start):
13484         * gst/udp/gstudpsrc.h:
13485         Rename "buffer" to "buffer-size" to make clear it is a size we set and
13486         not some sort of feature we enable.
13487
13488 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
13489
13490         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
13491           Use CLOSE_SOCKET() here instead of close() to maintain
13492           win32 workiness.
13493
13494 2006-07-27  Wim Taymans  <wim@fluendo.com>
13495
13496         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
13497
13498         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13499         (gst_udpsrc_create), (gst_udpsrc_set_property),
13500         (gst_udpsrc_get_property), (gst_udpsrc_start):
13501         * gst/udp/gstudpsrc.h:
13502         Added "buffer-size" property to control the kernel receive buffer size.
13503         Update documentation.
13504         Small cleanups. Fixes #348752.
13505         API: buffer-size property
13506
13507 2006-07-26  Wim Taymans  <wim@fluendo.com>
13508
13509         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
13510
13511         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
13512         (gst_rtp_pcma_pay_handle_buffer):
13513         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
13514         (gst_rtp_pcmu_pay_handle_buffer):
13515         Fix timestamp calculation on outgoing RTP packets.
13516         Fixes #348675.
13517
13518 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13519
13520         * ext/taglib/gstid3v2mux.cc:
13521           Fix writing of comment frames (should be COMM not TCOM),
13522           is still sub-optimal though, since we don't retain or
13523           extract the comment descriptions properly (#334375,
13524           also see #334375).
13525
13526 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13527
13528         * gst/wavparse/gstwavparse.c:
13529           #define 'fact' RIFF chunk if we are not compiling against
13530           -base CVS (we don't want to depend on -base CVS for this
13531           one define only, and also not for release order reasons).
13532
13533 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13534
13535         * ext/taglib/gstid3v2mux.cc:
13536           Handle multiple tags of the same type properly. Re-inject
13537           unparsed ID3v2 frames that we get as binary blobs from
13538           id3demux into the tag again so we don't lose information
13539           when retagging (#334375).
13540
13541 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
13542
13543         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
13544           Document newly-added properties properly, so that there is a
13545           'Since: 0.10.4' in the plugin docs. Convert some property
13546           names into canonical GObject style (GObject will do that
13547           internally anyway).
13548
13549 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
13550
13551         * gst/id3demux/id3tags.c:
13552         (id3demux_add_id3v2_frame_blob_to_taglist):
13553           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
13554           well, and add the version to the blob's buffer caps, since that
13555           information will be needed for deserialisation later on (#348644).
13556
13557 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
13558
13559         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
13560         (gst_avi_demux_parse_stream):
13561          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
13562          indentation and spacing.
13563
13564 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
13565
13566         * docs/plugins/Makefile.am:
13567         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13568         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13569         * docs/plugins/gst-plugins-good-plugins.args:
13570         * docs/plugins/inspect/plugin-1394.xml:
13571         * docs/plugins/inspect/plugin-aasink.xml:
13572         * docs/plugins/inspect/plugin-alaw.xml:
13573         * docs/plugins/inspect/plugin-alpha.xml:
13574         * docs/plugins/inspect/plugin-alphacolor.xml:
13575         * docs/plugins/inspect/plugin-annodex.xml:
13576         * docs/plugins/inspect/plugin-apetag.xml:
13577         * docs/plugins/inspect/plugin-auparse.xml:
13578         * docs/plugins/inspect/plugin-autodetect.xml:
13579         * docs/plugins/inspect/plugin-avi.xml:
13580         * docs/plugins/inspect/plugin-cacasink.xml:
13581         * docs/plugins/inspect/plugin-cairo.xml:
13582         * docs/plugins/inspect/plugin-cdio.xml:
13583         * docs/plugins/inspect/plugin-cutter.xml:
13584         * docs/plugins/inspect/plugin-debug.xml:
13585         * docs/plugins/inspect/plugin-dv.xml:
13586         * docs/plugins/inspect/plugin-efence.xml:
13587         * docs/plugins/inspect/plugin-effectv.xml:
13588         * docs/plugins/inspect/plugin-esdsink.xml:
13589         * docs/plugins/inspect/plugin-flac.xml:
13590         * docs/plugins/inspect/plugin-flxdec.xml:
13591         * docs/plugins/inspect/plugin-gconfelements.xml:
13592         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
13593         * docs/plugins/inspect/plugin-goom.xml:
13594         * docs/plugins/inspect/plugin-halelements.xml:
13595         * docs/plugins/inspect/plugin-icydemux.xml:
13596         * docs/plugins/inspect/plugin-id3demux.xml:
13597         * docs/plugins/inspect/plugin-jpeg.xml:
13598         * docs/plugins/inspect/plugin-level.xml:
13599         * docs/plugins/inspect/plugin-matroska.xml:
13600         * docs/plugins/inspect/plugin-mulaw.xml:
13601         * docs/plugins/inspect/plugin-multipart.xml:
13602         * docs/plugins/inspect/plugin-navigationtest.xml:
13603         * docs/plugins/inspect/plugin-ossaudio.xml:
13604         * docs/plugins/inspect/plugin-png.xml:
13605         * docs/plugins/inspect/plugin-rtp.xml:
13606         * docs/plugins/inspect/plugin-rtsp.xml:
13607         * docs/plugins/inspect/plugin-shout2send.xml:
13608         * docs/plugins/inspect/plugin-smpte.xml:
13609         * docs/plugins/inspect/plugin-speex.xml:
13610         * docs/plugins/inspect/plugin-udp.xml:
13611         * docs/plugins/inspect/plugin-videobalance.xml:
13612         * docs/plugins/inspect/plugin-videobox.xml:
13613         * docs/plugins/inspect/plugin-videoflip.xml:
13614         * docs/plugins/inspect/plugin-videomixer.xml:
13615         * docs/plugins/inspect/plugin-wavenc.xml:
13616         * docs/plugins/inspect/plugin-wavparse.xml:
13617         * docs/plugins/inspect/plugin-ximagesrc.xml:
13618           Update files to CVS/Prerelease version, add esdsink docs.
13619
13620         * ext/esd/esdsink.c:
13621           Add gtk-doc blurb.
13622
13623         * gst/rtp/gstrtpmp4vpay.c:
13624           Fix typo in element description.
13625
13626 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
13627
13628         * ext/esd/esdsink.c: (gst_esdsink_open),
13629         (gst_esdsink_factory_init):
13630           Prevent libesd from auto-spawning a sound daemon if it
13631           is not already running. Now that we don't do evil stuff
13632           like that any longer we can give esdsink a rank so that
13633           autoaudiosink will try it as well if all other audio
13634           sinks fail (#343051).
13635
13636 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
13637
13638         * ext/esd/Makefile.am:
13639           Oops, need to remove README from EXTRA_DIST as well.
13640
13641 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
13642
13643         * ext/esd/README:
13644           Remove, it contains nothing useful anyway.
13645
13646         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
13647         (gst_esdsink_delay):
13648           Some small clean-ups; use GST_BOILERPLATE etc.
13649
13650 2006-07-24  Wim Taymans  <wim@fluendo.com>
13651
13652         * gst/law/alaw-decode.c: (alawdec_getcaps):
13653         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
13654         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
13655         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
13656         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
13657
13658 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
13659
13660         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13661         (gst_wavparse_other), (gst_wavparse_perform_seek),
13662         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
13663         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
13664         (gst_wavparse_pad_query):
13665         * gst/wavparse/gstwavparse.h:
13666           Use information from 'fact' chunk for length calculation of compressed
13667           samples. Calculate bps if bogus value is found in wav header (embeded
13668           mp2/mp3).
13669           
13670
13671 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
13672
13673         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
13674
13675         * configure.ac:
13676         * gst/udp/Makefile.am:
13677         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
13678         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
13679         * gst/udp/gstdynudpsink.h:
13680         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
13681         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
13682         * gst/udp/gstmultiudpsink.h:
13683         * gst/udp/gstudp.c: (plugin_init):
13684         * gst/udp/gstudpsink.h:
13685         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
13686         (gst_udpsrc_start), (gst_udpsrc_stop):
13687         * gst/udp/gstudpsrc.h:
13688         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
13689         (gst_udp_net_utils_win32_wsa_startup):
13690         * gst/udp/gstudpnetutils.h:
13691           Port udp plugin to win32 (#345288).
13692
13693 2006-07-24  Wim Taymans  <wim@fluendo.com>
13694
13695         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
13696         Remove unwanted DEBUG line.
13697
13698 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
13699
13700         * gst/id3demux/gstid3demux.c: (plugin_init):
13701         * gst/id3demux/id3tags.c:
13702         (id3demux_add_id3v2_frame_blob_to_taglist):
13703         * gst/id3demux/id3tags.h:
13704           On second thought, it might be wiser and more efficient
13705           not to do tag registration from a streaming thread.
13706
13707 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
13708
13709         * gst/id3demux/id3tags.c:
13710         (id3demux_add_id3v2_frame_blob_to_taglist),
13711         (id3demux_id3v2_frames_to_tag_list):
13712           Put ID3v2 frames we can't parse as binary blobs into private
13713           tags, so that they are not lost when retagging, at least once
13714           id3v2mux has been taught to re-inject those frames again.
13715           See bug #334375.
13716
13717 2006-07-21  Wim Taymans  <wim@fluendo.com>
13718
13719         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13720         (gst_avi_demux_process_next_entry):
13721         Fix some leaks.
13722
13723         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
13724         Don't use \n in debug lines.
13725
13726 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
13727
13728         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13729         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13730           Add annodex and icydemux, cleanup the sections a bit
13731
13732 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13733
13734         Patch by: Alex Lancaster <alexl at users sourceforge net>
13735
13736         * ext/taglib/gstid3v2mux.cc:
13737           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
13738           ID3v2 TSSE frames (#347898).
13739
13740 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
13741
13742         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
13743           Respect mpegversion for "video/mpeg" and give message in case of
13744           unhandled versions.
13745
13746 2006-07-17  Wim Taymans  <wim@fluendo.com>
13747
13748         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
13749         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
13750         (gst_pngdec_chain), (gst_pngdec_sink_event),
13751         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
13752         (gst_pngdec_sink_activate_push):
13753         * ext/libpng/gstpngdec.h:
13754         Use statically allocated segment instead of leaking.
13755         Various cleanups.
13756         Fix flush and seek handling.
13757
13758 2006-07-16  Wim Taymans  <wim@fluendo.com>
13759
13760         * gst/rtp/Makefile.am:
13761         * gst/rtp/gstrtp.c: (plugin_init):
13762         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
13763         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
13764         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
13765         (gst_rtp_mp4g_depay_set_property),
13766         (gst_rtp_mp4g_depay_get_property),
13767         (gst_rtp_mp4g_depay_change_state),
13768         (gst_rtp_mp4g_depay_plugin_init):
13769         * gst/rtp/gstrtpmp4gdepay.h:
13770         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
13771         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
13772         (gst_rtp_mp4g_pay_flush):
13773         Added simple generic mpeg4 depayloader.
13774         Fix generic mpeg4 payloader.
13775
13776 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
13777
13778         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
13779           Don't try doing state changes on a NULL pointer.
13780
13781 2006-07-14  Wim Taymans  <wim@fluendo.com>
13782
13783         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
13784
13785         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
13786         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
13787         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
13788         * gst/rtp/gstrtpamrdepay.h:
13789         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
13790         Fixes #321191
13791
13792 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13793
13794         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
13795         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
13796         Fix segfault when moving mouse pointer to the bottom right corner.
13797
13798 2006-07-12  Wim Taymans  <wim@fluendo.com>
13799
13800         * gst/rtp/Makefile.am:
13801         * gst/rtp/gstrtp.c: (plugin_init):
13802         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
13803         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
13804         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
13805         (gst_rtp_mp2t_depay_set_property),
13806         (gst_rtp_mp2t_depay_get_property),
13807         (gst_rtp_mp2t_depay_change_state),
13808         (gst_rtp_mp2t_depay_plugin_init):
13809         * gst/rtp/gstrtpmp2tdepay.h:
13810         Added mpeg2 TS depayloader. Closing #347234.
13811
13812 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
13813
13814         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
13815           Remove g_assert that shouldn't be there and was triggered
13816           after trying to open a device that doesn't exist or can't
13817           be opened for some other reason (#347972).
13818
13819 2006-07-10  Edward Hervey  <edward@fluendo.com>
13820
13821         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13822         (gst_avi_demux_stream_header), (push_tag_lists):
13823         * gst/avi/gstavidemux.h:
13824         Don't push tag events found by gst_riff_parse_info() before outputting
13825         GST_EVENT_NEWSEGMENT.
13826
13827 2006-07-10  Wim Taymans  <wim@fluendo.com>
13828
13829         * gst/rtsp/Makefile.am:
13830         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
13831         (rtsp_connection_close):
13832         * gst/rtsp/rtspdefs.h:
13833         replaced closesocket and close in code with one CLOSE_SOCKET. 
13834         Some more cleanups. Fixes #345301.
13835
13836 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
13837
13838         * gst/autodetect/gstautoaudiosink.c:
13839           Fix example pipeline in docs.
13840
13841 2006-07-10  Wim Taymans  <wim@fluendo.com>
13842
13843         Patch by: Rob Taylor <robtaylor at floopily dot org>
13844
13845         * gst/udp/gstmultiudpsink.c: (join_multicast),
13846         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
13847         If a destination is added before the stream is set to PAUSED, the
13848         multicast group is not joined as the socket is not created yet. 
13849         Also TTL and LOOP should also be set. Fixes #346921.
13850
13851 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13852
13853         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
13854         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
13855         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
13856         (gst_ximage_src_init):
13857         * sys/ximage/gstximagesrc.h:
13858         Fix use-damage property to actually work :)
13859         Add startx, starty, endx, endy properties so screencasts other than full
13860         screen ones can work.
13861
13862 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13863
13864         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
13865         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
13866         (gst_ximage_src_class_init), (gst_ximage_src_init):
13867         * sys/ximage/gstximagesrc.h:
13868         Add use_damage property to offer ability to choose whether to use
13869         XDamage or not.
13870
13871 2006-07-07  Wim Taymans  <wim@fluendo.com>
13872
13873         * gst/goom/filters.c: (zoomFilterSetResolution):
13874         Avoid goom coredumping by clearing memory. 
13875         Fixes 345679.
13876
13877 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
13878
13879         * win32/vs6/libgstid3demux.dsp:
13880         Add a link to libgsttag-0.10.lib.
13881
13882 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
13883
13884         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
13885         (gst_tag_demux_read_range):
13886         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
13887         (gst_id3demux_read_range):
13888           Don't return FLOW_UNEXPECTED when a buffer is before
13889           the start of the stream (which might happen with
13890           large ID3v2 tags if the tag reading was done pullrange
13891           based and we then switched to push mode later on).
13892           Fixes regression introduced by commit from June 29th.
13893
13894 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
13895
13896         * ext/taglib/gstid3v2mux.cc:
13897           Make UTF-8 the default encoding when writing string
13898           tags (before, our UTF-8 strings would automatically
13899           be converted to ISO-8859-1 by taglib and written as
13900           ISO-8859-1 fields if that was possible).
13901
13902         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
13903         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
13904         (test_taglib_id3mux_with_tags):
13905           Add test case that makes sure our UTF-8 strings have
13906           actually been written into the tag as UTF-8.
13907
13908 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
13909
13910         * configure.ac:
13911           Let's try that again.
13912
13913 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
13914
13915         * configure.ac:
13916           Disable monoscope plugin for now until it fulfills
13917           all the requirements.
13918
13919 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
13920
13921         * configure.ac:
13922         * gst/monoscope/Makefile.am:
13923         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
13924         (gst_monoscope_class_init), (gst_monoscope_init),
13925         (gst_monoscope_finalize), (gst_monoscope_reset),
13926         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
13927         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
13928         (gst_monoscope_sink_event), (gst_monoscope_src_event),
13929         (gst_monoscope_change_state), (plugin_init):
13930         * gst/monoscope/gstmonoscope.h:
13931           Port monoscope visualisation to 0.10.
13932
13933 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
13934
13935         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
13936         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
13937           Return FLOW_UNEXPECTED when at the end of the file, not
13938           FLOW_ERROR. Fixes 'internal stream error' errors that
13939           would sometimes occur in totem when scrubbing to the
13940           end of an ID3v1 tagged mp3 file.
13941
13942 2006-07-03  Edward Hervey  <edward@fluendo.com>
13943
13944         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
13945         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
13946         (gst_pngdec_sink_event), (gst_pngdec_change_state):
13947         * ext/libpng/gstpngdec.h:
13948         Implement buffer clipping/dropping using GstSegment.
13949         This provides accurate seeking.
13950
13951 2006-07-03  Edward Hervey  <edward@fluendo.com>
13952
13953         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13954         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
13955         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
13956         (gst_avi_demux_process_next_entry), (push_tag_lists),
13957         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
13958         * gst/avi/gstavidemux.h:
13959         Proper aggregation of each stream's GstFlowReturn in order to figure out
13960         whether the task should stop or not.
13961         Don't send inline events before pushing out a NEW_SEGMENT, more
13962         specifically for GST_TAG_EVENT.
13963         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
13964         sub-indexes.
13965
13966 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
13967
13968         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
13969
13970         * sys/sunaudio/gstsunaudiomixerctrl.c:
13971         (gst_sunaudiomixer_ctrl_build_list):
13972           Move "Monitor" slider to input tab so it works more like
13973           sdtaudiocontrol, which is what people on Solaris are used
13974           to using for their mixer program (#346259).
13975
13976 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13977
13978         * tests/check/elements/level.c: (GST_START_TEST):
13979           fix a leak, clean up at the end
13980
13981 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
13982
13983         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
13984         (gst_matroska_demux_send_event),
13985         (gst_matroska_demux_loop_stream_parse_id):
13986         * gst/matroska/matroska-ids.h:
13987           Send tag event after newsegment event.
13988
13989 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
13990
13991         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
13992         (gst_id3demux_read_range):
13993           Make sure we don't return GST_FLOW_OK with a NULL buffer in
13994           certain cases where a read beyond the end of the file is
13995           requested. Fixes #345930.
13996
13997         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
13998         (gst_tag_demux_read_range):
13999           Fix same issue here as well.
14000
14001 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14002
14003         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
14004         
14005         Fix hypothetical crash.
14006
14007 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
14008
14009         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
14010
14011         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
14012           Do not modify the ports value. If the user has turned off the
14013           built-in speakers, then we should not reset it in the prepare
14014           function, since this causes the built-in speakers to turn
14015           back on anytime the user changes a track in totem, rhythmbox,
14016           etc. (#346066).
14017
14018 2006-06-23  Wim Taymans  <wim@fluendo.com>
14019
14020         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14021         Fix double caps unref when negotiation fails.
14022
14023 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14024
14025         * ext/annodex/gstcmmldec.c:
14026         * ext/annodex/gstcmmlenc.c:
14027         * ext/annodex/gstcmmlparser.c:
14028         * ext/dv/gstdvdec.c:
14029         * ext/dv/gstdvdemux.c:
14030         * ext/gdk_pixbuf/pixbufscale.c:
14031         * ext/jpeg/gstjpegenc.c:
14032         * ext/jpeg/gstsmokedec.c:
14033         * ext/jpeg/gstsmokeenc.c:
14034         * ext/libpng/gstpngdec.c:
14035         * ext/libpng/gstpngenc.c:
14036         * ext/speex/gstspeexenc.c:
14037         * gst/alpha/gstalphacolor.c:
14038         * gst/cutter/gstcutter.c:
14039         * gst/debug/gstnavigationtest.c:
14040         * gst/icydemux/gsticydemux.c:
14041         * gst/level/gstlevel.c:
14042         * gst/multipart/multipart.c:
14043         * gst/rtp/gstrtpamrpay.c:
14044         * gst/rtp/gstrtpdepay.c:
14045         * gst/rtp/gstrtpilbcpay.c:
14046         * gst/rtp/gstrtpmp4gpay.c:
14047         * gst/rtp/gstrtpmp4vpay.c:
14048         * gst/rtsp/gstrtpdec.c:
14049         * gst/rtsp/gstrtspsrc.c:
14050         * gst/udp/gstdynudpsink.c:
14051         * gst/udp/gstmultiudpsink.c:
14052         * gst/udp/gstudpsrc.c:
14053         * gst/videobox/gstvideobox.c:
14054         * gst/videofilter/gstvideoflip.c:
14055           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
14056           plus two minor macro fixes.
14057
14058 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14059
14060         * gst/matroska/matroska-demux.c:
14061         (gst_matroska_demux_check_subtitle_buffer),
14062         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14063         (gst_matroska_demux_subtitle_caps):
14064         * gst/matroska/matroska-ids.c:
14065         (gst_matroska_track_init_subtitle_context):
14066         * gst/matroska/matroska-ids.h:
14067           Try to fix up broken matroska files containing subtitle
14068           streams with non-UTF8 character encodings (courtesy of
14069           mkvmerge) using either the encoding specified in the
14070           GST_SUBTITLE_ENCODING environment variable or the
14071           current locale's character set if it is non-UTF8.
14072           Fixes #337076.
14073
14074 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14075
14076         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
14077           Set image type from APIC frame as "image-type" field
14078           of GST_TAG_IMAGE buffer caps (#344605).
14079
14080 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
14081
14082         * ext/flac/Makefile.am:
14083         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
14084         (gst_flac_dec_reset_decoders),
14085         (gst_flac_dec_setup_seekable_decoder),
14086         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
14087         (gst_flac_dec_metadata_callback),
14088         (gst_flac_dec_metadata_callback_seekable),
14089         (gst_flac_dec_metadata_callback_stream),
14090         (gst_flac_dec_error_callback),
14091         (gst_flac_dec_error_callback_seekable),
14092         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
14093         (gst_flac_dec_read_stream), (gst_flac_dec_write),
14094         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
14095         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
14096         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
14097         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
14098         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
14099         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
14100         (gst_flac_dec_sink_activate_push),
14101         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
14102         * ext/flac/gstflacdec.h:
14103           Support chain-based operation, should make flac-over-DAAP
14104           work (#340492).
14105
14106 2006-06-20  Wim Taymans  <wim@fluendo.com>
14107
14108         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14109         Doc updates, merge some unused symbols.
14110
14111 2006-06-20  Wim Taymans  <wim@fluendo.com>
14112
14113         * docs/plugins/Makefile.am:
14114         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14115         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14116         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
14117         * gst/rtsp/gstrtspsrc.c:
14118         * gst/rtsp/gstrtspsrc.h:
14119         Added documentation for the rtsp plugin. Fixes #345393.
14120
14121 2006-06-20  Wim Taymans  <wim@fluendo.com>
14122
14123         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
14124         (rtsp_connection_close), (rtsp_connection_free):
14125         Use better G_OS_* macros. Fixes #345301 some more.
14126
14127 2006-06-20  Wim Taymans  <wim@fluendo.com>
14128
14129         Patch by: Brian Cameron <brian dot cameron at sun dot com>
14130
14131         * sys/sunaudio/Makefile.am:
14132         * sys/sunaudio/gstsunaudio.c: (plugin_init):
14133         * sys/sunaudio/gstsunaudiomixerctrl.c:
14134         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
14135         (gst_sunaudiomixer_ctrl_list_tracks),
14136         (gst_sunaudiomixer_ctrl_get_volume),
14137         (gst_sunaudiomixer_ctrl_set_volume),
14138         (gst_sunaudiomixer_ctrl_set_mute),
14139         (gst_sunaudiomixer_ctrl_set_record):
14140         * sys/sunaudio/gstsunaudiomixerctrl.h:
14141         * sys/sunaudio/gstsunaudiomixertrack.c:
14142         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
14143         * sys/sunaudio/gstsunaudiomixertrack.h:
14144         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
14145         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
14146         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
14147         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
14148         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
14149         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
14150         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
14151         (gst_sunaudiosrc_reset):
14152         * sys/sunaudio/gstsunaudiosrc.h:
14153         Add a SunAudio source plugin.
14154         Support stereo and right/left channel gain in the mixer plugin.
14155         Support the RECORD flag so that you can switch between line-input and
14156         microphone in gnome-volume-control.
14157         Code cleanups like using an enumerator for track number instead of an 
14158         integer. Fixes #344923.
14159
14160 2006-06-20  Wim Taymans  <wim@fluendo.com>
14161
14162         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
14163
14164         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
14165         (rtsp_connection_close):
14166         Make RTSP plugin compile on windows. Fixes #345301.
14167         Some changes to original patch to catch errors better.
14168         use ifdef WIN32 instead of ifndef.
14169
14170 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14171
14172         * configure.ac:
14173         If we have libraw1394 >= 1.2.1, then we need libiec61883.
14174
14175 2006-06-18  Edward Hervey  <edward@fluendo.com>
14176
14177         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14178         After a failed buffer alloc, we need to abort the jpeg decoding (it
14179         started when parsing headers to figure out how many bytes we need
14180         to request downstream).
14181
14182 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
14183
14184         Patch by: Mark Nauwelaerts  <manauw at skynet be>
14185
14186         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
14187           Make sure we don't read beyond the end of the file (#345232).
14188
14189 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14190
14191         * configure.ac:
14192           Fix --disable-external (can't set conditionals conditionally,
14193           #343602).
14194
14195 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14196
14197         * autogen.sh:
14198         * configure.ac:
14199         * docs/Makefile.am:
14200           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
14201
14202         * docs/plugins/Makefile.am:
14203         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14204         * docs/plugins/inspect/plugin-taglib.xml:
14205           Add/fix apev2mux docs.
14206
14207 2006-06-14  Wim Taymans  <wim@fluendo.com>
14208
14209         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
14210         (gst_dvdec_finalize), (gst_dvdec_sink_event),
14211         (gst_dvdec_change_state):
14212         Reset segment info on flush.
14213         Alloc segment in _init, free in _finalize.
14214
14215         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
14216         Don't send segments twice.
14217
14218 2006-06-14  Wim Taymans  <wim@fluendo.com>
14219
14220         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14221         Respect segment.stop. Fixes #342592.
14222
14223 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14224
14225         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
14226           No language specified means the implied language is English
14227           according to the matroska spec (partially fixes #344708);
14228           add some more debug output.
14229
14230 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14231
14232         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
14233         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
14234         (gst_wavparse_chain):
14235           When operating chain-based, don't make any assumptions about the
14236           chunking of the incoming data and make streaming work on days other
14237           than the second Thursday after a full moon. Also fix up debug
14238           messages here and there and make use of the most excellent new
14239           gst_pad_query_peer_duration() utility function.
14240           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
14241
14242         * gst/wavparse/gstwavparse.h:
14243           Remove trailing comma after last enum value, some compilers don't
14244           like that.
14245
14246 2006-06-13  Wim Taymans  <wim@fluendo.com>
14247
14248         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
14249         Handle premature EOS gracefully.
14250
14251 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
14252
14253         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14254           Prevent out of bounds array access when scrubbing towards
14255           the end of the file between the last index entry and the
14256           end. Fixes occasional 'start <= stop' newsegment event
14257           assertions when scrubbing in MJPEG files.
14258
14259 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14260
14261         * tests/check/elements/.cvsignore:
14262           And another one.
14263
14264 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
14265
14266         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14267         (scan_encoded_string), (parse_picture_frame):
14268           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
14269
14270         * configure.ac:
14271           Require core >= 0.10.8 (for GST_TAG_IMAGE and
14272           GST_TAG_PPEVIEW_IMAGE used in the patch above).
14273
14274 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14275
14276         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
14277           gratuitous comment changes
14278         * tests/check/elements/level.c: (GST_START_TEST):
14279           fix level test leaks
14280
14281 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
14282
14283         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
14284         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
14285           Use gst_pad_query_peer_duration() utility function here.
14286
14287 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14288
14289         * autogen.sh:
14290           require am17
14291         * configure.ac:
14292         * ext/annodex/Makefile.am:
14293         * ext/cdio/Makefile.am:
14294         * ext/dv/Makefile.am:
14295         * ext/esd/Makefile.am:
14296         * ext/flac/Makefile.am:
14297         * ext/gdk_pixbuf/Makefile.am:
14298         * ext/ladspa/Makefile.am:
14299         * ext/libcaca/Makefile.am:
14300         * ext/speex/Makefile.am:
14301         * ext/taglib/Makefile.am:
14302         * sys/oss/Makefile.am:
14303         * sys/sunaudio/Makefile.am:
14304         * sys/ximage/Makefile.am:
14305           clean up build further
14306
14307 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
14308
14309         * gconf/Makefile.am:
14310           Honour --disable-schemas-install configure option. Fixes #344100.
14311
14312 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
14313
14314         * tests/examples/level/Makefile.am:
14315           Add -lm to LIBS for pow() function, don't assume one of our
14316           dependencies (such as libxml-2.0) drags it in automatically
14317           (#343603).
14318
14319 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
14320
14321         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
14322
14323         * configure.ac:
14324           We should use $SED and not $(SED) in configure.ac (#343678).
14325
14326 2006-06-09  Wim Taymans  <wim@fluendo.com>
14327
14328         Patch by: Brian Cameron <brian dot cameron at sun dot com>
14329
14330         * sys/sunaudio/gstsunaudiomixerctrl.c:
14331         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
14332         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
14333         (gst_sunaudiomixer_ctrl_set_mute):
14334         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
14335         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
14336         (gst_sunaudiosink_write):
14337         Attached find a patch that fixes a number of bugs with the SunAudio
14338         mixer plugin and fixes #344101:
14339         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
14340            tracks onto the tracklist causing gnome-volume-control's preferences
14341            dialog to be messed up and would core dump if you checked/unchecked
14342            any item.
14343         2. We weren't previously setting the MUTE flag properly.  Fixing this
14344            makes gnome-volume-control work better.
14345         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
14346            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
14347            gnome-volume-control look better.
14348         Also some minor cleanup in gstsunaudiosink.c.
14349
14350 2006-06-09  Wim Taymans  <wim@fluendo.com>
14351
14352         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
14353         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
14354         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
14355         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
14356         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
14357         * ext/jpeg/gstjpegdec.h:
14358         API: Added IDCT method property
14359         Small cleanups.
14360         Avoid dynamic allocation of trivial fixed structure.
14361         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
14362
14363 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14364
14365         * configure.ac:
14366         We now require libraw1394 >= 1.1.0 and that version onwards all
14367         have .pc files.
14368
14369 2006-06-02  Edward Hervey  <edward@fluendo.com>
14370
14371         * gst/law/alaw-decode.c: (alawdec_getcaps): 
14372         Trying to get items from an ANY or EMPTY caps is ... stupid.
14373
14374 2006-06-02  Edward Hervey  <edward@fluendo.com>
14375
14376         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
14377         (gst_dvdec_chain), (gst_dvdec_change_state):
14378         * ext/dv/gstdvdec.h:
14379         Added GstSegment handling, now implements dropping/clipping.
14380
14381 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14382
14383         * ext/aalib/gstaasink.h:
14384         * ext/annodex/gstcmmldec.h:
14385         * ext/cairo/gsttimeoverlay.h:
14386         * ext/dv/gstdvdec.h:
14387         * ext/dv/gstdvdemux.h:
14388         * ext/esd/esdmon.h:
14389         * ext/esd/esdsink.h:
14390         * ext/flac/gstflacenc.h:
14391         * ext/gconf/gstgconfaudiosink.h:
14392         * ext/gconf/gstgconfaudiosrc.h:
14393         * ext/gconf/gstgconfvideosink.h:
14394         * ext/gconf/gstgconfvideosrc.h:
14395         * ext/gdk_pixbuf/gstgdkanimation.h:
14396         * ext/gdk_pixbuf/pixbufscale.h:
14397         * ext/hal/gsthalaudiosink.h:
14398         * ext/hal/gsthalaudiosrc.h:
14399         * ext/jpeg/gstjpegenc.h:
14400         * ext/jpeg/gstsmokedec.h:
14401         * ext/jpeg/gstsmokeenc.h:
14402         * ext/libcaca/gstcacasink.h:
14403         * ext/libmng/gstmngdec.h:
14404         * ext/libmng/gstmngenc.h:
14405         * ext/libpng/gstpngdec.h:
14406         * ext/libpng/gstpngenc.h:
14407         * ext/raw1394/gstdv1394src.h:
14408         * ext/speex/gstspeexenc.h:
14409         * gst/autodetect/gstautoaudiosink.h:
14410         * gst/autodetect/gstautovideosink.h:
14411         * gst/avi/gstavidemux.h:
14412         * gst/cutter/gstcutter.h:
14413         * gst/debug/efence.h:
14414         * gst/debug/gstnavigationtest.h:
14415         * gst/debug/gstnavseek.h:
14416         * gst/flx/gstflxdec.h:
14417         * gst/goom/gstgoom.h:
14418         * gst/icydemux/gsticydemux.h:
14419         * gst/id3demux/gstid3demux.h:
14420         * gst/law/alaw-decode.h:
14421         * gst/law/alaw-encode.h:
14422         * gst/law/mulaw-decode.h:
14423         * gst/law/mulaw-encode.h:
14424         * gst/matroska/matroska-mux.h:
14425         * gst/median/gstmedian.h:
14426         * gst/oldcore/gstaggregator.h:
14427         * gst/oldcore/gstfdsink.h:
14428         * gst/oldcore/gstmd5sink.h:
14429         * gst/oldcore/gstmultifilesrc.h:
14430         * gst/oldcore/gstpipefilter.h:
14431         * gst/oldcore/gstshaper.h:
14432         * gst/oldcore/gststatistics.h:
14433         * gst/rtp/gstasteriskh263.h:
14434         * gst/rtp/gstrtpL16depay.h:
14435         * gst/rtp/gstrtpL16pay.h:
14436         * gst/rtp/gstrtpamrdepay.h:
14437         * gst/rtp/gstrtpamrpay.h:
14438         * gst/rtp/gstrtpdepay.h:
14439         * gst/rtp/gstrtpgsmdepay.h:
14440         * gst/rtp/gstrtpgsmpay.h:
14441         * gst/rtp/gstrtph263pay.h:
14442         * gst/rtp/gstrtph263pdepay.h:
14443         * gst/rtp/gstrtph263ppay.h:
14444         * gst/rtp/gstrtpmp4gpay.h:
14445         * gst/rtp/gstrtpmp4vdepay.h:
14446         * gst/rtp/gstrtpmp4vpay.h:
14447         * gst/rtp/gstrtpmpadepay.h:
14448         * gst/rtp/gstrtpmpapay.h:
14449         * gst/rtp/gstrtppcmadepay.h:
14450         * gst/rtp/gstrtppcmapay.h:
14451         * gst/rtp/gstrtppcmudepay.h:
14452         * gst/rtp/gstrtppcmupay.h:
14453         * gst/rtp/gstrtpspeexdepay.h:
14454         * gst/rtp/gstrtpspeexpay.h:
14455         * gst/rtsp/gstrtpdec.h:
14456         * gst/rtsp/gstrtspsrc.h:
14457         * gst/smpte/gstsmpte.h:
14458         * gst/udp/gstdynudpsink.h:
14459         * gst/udp/gstmultiudpsink.h:
14460         * gst/udp/gstudpsink.h:
14461         * gst/udp/gstudpsrc.h:
14462         * gst/videofilter/gstvideobalance.h:
14463         * gst/videofilter/gstvideoflip.h:
14464         * sys/oss/gstossdmabuffer.h:
14465         * sys/oss/gstossmixerelement.h:
14466         * sys/oss/gstosssink.h:
14467         * sys/oss/gstosssrc.h:
14468         * sys/osxvideo/osxvideosink.h:
14469         * sys/sunaudio/gstsunaudiomixer.h:
14470         * sys/sunaudio/gstsunaudiosink.h:
14471         * sys/ximage/gstximagesrc.h:
14472         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14473
14474 2006-05-31  Wim Taymans  <wim@fluendo.com>
14475
14476         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
14477         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
14478         (gst_goom_src_setcaps), (gst_goom_src_event),
14479         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
14480         (gst_goom_change_state):
14481         * gst/goom/gstgoom.h:
14482         Handle QoS.
14483         Handle flushing, discont and events.
14484         Fix timestamps and various other cleanups.
14485
14486 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14487
14488         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
14489         Fix bus reset when using libiec61883
14490
14491 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14492
14493         * configure.ac:
14494         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
14495         * ext/raw1394/Makefile.am:
14496         Add CFLAGS.
14497         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
14498         New method, to receive using libiec61883.
14499         (gst_dv1394src_iso_receive),
14500         #ifdef'd out if libiec61883 is present.
14501         (gst_dv1394src_bus_reset),
14502         Get userdata correctly if using libiec61883. 
14503         (gst_dv1394src_create),
14504         When using libiec61883, only poll one fd and no need to read.
14505         (gst_dv1394src_discover_avc_node),
14506         Replace g_warnings.
14507         (gst_dv1394src_start),
14508         Create new handle when we know which dv port.  More reliable
14509         than setting port on an existing handle.  Initialise libiec61883.
14510         (gst_dv1394src_stop):
14511         If using libiec61883, then cleanup its handle properly.
14512         * ext/raw1394/gstdv1394src.h:
14513         Add libiec61883 handle.
14514
14515 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
14516
14517         * gst/avi/gstavidemux.c:
14518           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
14519         * win32/MANIFEST:
14520           sort file listing
14521         * win32/vs6/libgstavi.dsp:
14522           add gstavimux.c to the project
14523         * win32/vs6/libgstid3demux.dsp:
14524           add link to zlib library
14525         * win32/vs6/libgstmatroska.dsp:
14526           add matroska-ids.c to the project
14527
14528 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
14529
14530         Patch by: Sebastian Dröge  <mail at slomosnail de >
14531
14532         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14533         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14534         * ext/taglib/Makefile.am:
14535         * ext/taglib/gstapev2mux.cc:
14536         * ext/taglib/gstapev2mux.h:
14537         * ext/taglib/gstid3v2mux.cc:
14538         * ext/taglib/gsttaglibmux.c: (plugin_init):
14539         * ext/taglib/gsttaglibmux.h:
14540           Add apev2mux element (#343122).
14541         
14542         * tests/check/Makefile.am:
14543         * tests/check/elements/apev2mux.c:
14544         (test_taglib_apev2mux_create_tags),
14545         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
14546         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
14547         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
14548         (apev2mux_suite), (main):
14549           Add unit test for apev2mux element.
14550
14551 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
14552
14553         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
14554         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
14555         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
14556           GST_PTR_FORMAT should be used to print caps in debug statements.
14557
14558 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
14559
14560         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
14561
14562         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
14563         (ape_demux_parse_tags):
14564           Some clean-ups and additions: map APE 'file' tag to
14565           GST_TAG_LOCATION (#343123); add support for extracting
14566           the track count and clean up parsing a bit (#343127).
14567
14568 2006-05-28  Edward Hervey  <edward@fluendo.com>
14569
14570         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
14571         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
14572
14573 2006-05-28  Edward Hervey  <edward@fluendo.com>
14574
14575         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
14576         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
14577         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
14578         * ext/jpeg/gstjpegdec.h:
14579         Clip outgoing buffers according to currently configured segment.
14580
14581 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
14582
14583         * ext/taglib/gstid3v2mux.cc:
14584           Handle  writing of track-count or album-volume-count without
14585           track-number or albume-volume-number (in this case the number
14586           will just be set to 0).
14587
14588         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
14589           It would be nice if we actually checked the values received for
14590           track/album-volume number/count in  _check_tags(), rather than
14591           setting them again ...
14592
14593 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
14594
14595         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
14596           A track/volume number or count of 0 does not make sense,
14597           just ignore it along with negative numbers (a tag might
14598           only contain a track count without a track number).
14599
14600 2006-05-27  Edward Hervey  <edward@fluendo.com>
14601
14602         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
14603         (gst_jpeg_dec_sink_event):
14604         Abort decompression when receiving FLUSH_STOP. This should avoid
14605         issues when interrupting decoding with flushes.
14606
14607 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
14608
14609         * ext/flac/gstflac.c:
14610           Don't #include file we don't dist any longer.
14611
14612 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
14613
14614         * README:
14615           Replace current README (containing the release notes from
14616           some 0.9.x version) with a proper README taken from the core.
14617
14618 2006-05-24  Wim Taymans  <wim@fluendo.com>
14619
14620         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
14621         Implement EOS correctly by either posting
14622         SEGMENT_DONE or pushing an EOS message depending
14623         on the seek type. Fixes #342592
14624
14625 2006-05-24  Wim Taymans  <wim@fluendo.com>
14626
14627         * gst/law/alaw-decode.c: (gst_alawdec_chain):
14628         * gst/law/alaw-decode.h:
14629         * gst/law/alaw-encode.c: (gst_alawenc_chain):
14630         * gst/law/alaw-encode.h:
14631         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
14632         * gst/law/mulaw-decode.h:
14633         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
14634         * gst/law/mulaw-encode.h:
14635         Some cleanups in the chain functions.
14636         Remove some GStreamer 0.0.2 bits.
14637
14638 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
14639
14640         Patch by: Mark Nauwelaerts  <manauw at skynet be>
14641
14642         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
14643           gst_collect_pads_stop() needs to be called before chaining up
14644           to the parent class (#342734).
14645
14646 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
14647
14648         * ext/flac/Makefile.am:
14649         * ext/flac/flac_compat.h:
14650         * ext/flac/gstflac.c:
14651         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
14652         * ext/flac/gstflacenc.c:
14653           Remove backwards compatibility cruft for dealing with FLAC API
14654           changes in the 1.0.x series - we require 1.1.1 or newer these days.
14655
14656 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
14657
14658         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14659         (gst_matroska_demux_push_xiph_codec_priv_data),
14660         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14661         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
14662         * gst/matroska/matroska-ids.h:
14663         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
14664         (gst_matroska_mux_video_pad_setcaps),
14665         (xiph3_streamheader_to_codecdata),
14666         (vorbis_streamheader_to_codecdata),
14667         (theora_streamheader_to_codecdata),
14668         (gst_matroska_mux_audio_pad_setcaps),
14669         (gst_matroska_mux_write_data):
14670           Add support for muxing/demuxing theora video (#342448; too bad
14671           none of the usual linux players can actually play this). Playback
14672           in GStreamer will require additional changes to theoradec in -base.
14673           Refactor streamheaders <=> CodecPrivateData code a bit; some small
14674           cleanups.
14675
14676 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
14677
14678         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
14679         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
14680           Fix crashes when the horizontal subsampling is 1.
14681           Fixes #342097.
14682
14683 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
14684
14685         Patch by: Mark Nauwelaerts  <manauw at skynet be>
14686
14687         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
14688         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
14689         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
14690         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
14691         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
14692         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
14693         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
14694         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
14695         (gst_avi_mux_change_state):
14696         * gst/avi/gstavimux.h:
14697           Some enhancements for avimux (#342526):
14698            - add odml (large file) index support
14699            - store codec init data (e.g. huffyuv)
14700            - miscellaneous other fixes/cleanups
14701
14702 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14703
14704         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
14705         Don't output any tag when we encounter a negative track number - the
14706         tag type is uint, so we end up outputting huge positive numbers
14707         instead. (Fixes: #342029)
14708
14709 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14710
14711         * configure.ac:
14712           update for new GSTPB_PLUGINS_DIR
14713
14714 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
14715
14716         * rtp/gst/gstrtph263pay.c:
14717         Properly set static caps for H263 at 34.
14718
14719 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14720
14721         Patch by: James "Doc" Livingston  <doclivingston gmail com>
14722
14723         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
14724           Merge event tags and tag setter tags correctly (#339918). Also,
14725           don't leak taglist in case of an error.
14726           
14727 2006-05-17  Edward Hervey  <edward@fluendo.com>
14728
14729         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
14730         We can only do caps intersection if the othercaps are non-empty and not
14731         ANY. Else we return the pad template (base_caps).
14732
14733 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
14734
14735         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
14736           Fix crash when outputting debugging information for certain
14737           pictures (always good to use the right struct member for
14738           the number of records in an array).
14739
14740 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
14741
14742         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
14743
14744         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
14745         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
14746         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
14747         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
14748         (gst_ebml_read_float), (gst_ebml_read_ascii),
14749         (gst_ebml_read_binary):
14750           Don't create unnecessary sub-buffers all the time. Dramatically
14751           improves performance with multiple concurrently running
14752           matroskademux instances (#341818) (and avoids doing
14753           unnecessarily inefficient things in the general case).
14754
14755 2006-05-16  Edward Hervey  <edward@fluendo.com>
14756
14757         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
14758         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
14759         return value of gst_pad_push_event().
14760
14761 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
14762
14763         * gst/autodetect/gstautoaudiosink.c:
14764         (gst_auto_audio_sink_find_best):
14765         * gst/autodetect/gstautovideosink.c:
14766         (gst_auto_video_sink_find_best):
14767         Make the name of the child element be based on the name of the
14768         parent, so that debug output is more useful.
14769         
14770         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
14771         (parse_insert_string_field), (parse_split_strings):
14772         Rework string parsing to always walk over BOM markers in UTF16
14773         strings, using the endianness indicated by the innermost one,
14774         then trying the opposite endianness if that fails to convert
14775         to valid UTF-8. Fixes #341774
14776
14777 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14778
14779         Patch from: Matthieu <matthieu at fluendo dot com>
14780
14781         * ext/libpng/Makefile.am:
14782         Add LIBPNG_CFLAGS.
14783
14784 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14785
14786         * ext/taglib/gstid3v2mux.cc:
14787           Add support for writing images (APIC frames) into ID3v2
14788           tags (picture type always set to 'other' for now though).
14789
14790 2006-05-14  Michael Smith  <msmith@fluendo.com>
14791
14792         * gst/wavparse/gstwavparse.c:
14793           Update docs; wavparse implements push and pull modes.
14794
14795 2006-05-12  Wim Taymans  <wim@fluendo.com>
14796
14797         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
14798         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
14799         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
14800         Ooops, bitten by the copy-and-paste design paradigm, fixes
14801         seek again.
14802
14803 2006-05-12  Wim Taymans  <wim@fluendo.com>
14804
14805         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14806         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
14807         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
14808         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
14809         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
14810         (gst_avi_demux_massage_index),
14811         (gst_avi_demux_calculate_durations_from_index),
14812         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
14813         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
14814         (gst_avi_demux_loop):
14815         * gst/avi/gstavidemux.h:
14816         Some cleanups, prepare to use GstSegment.
14817         Fix error in entry walking code.
14818         Fix VBR detection.
14819         Smarter timestamp calculation code.
14820         Uniform error/eos handling.
14821
14822 2006-05-12  Michael Smith  <msmith@fluendo.com>
14823
14824         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
14825         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
14826           Fix use of uninitialised values if we're NOT seeking in ready.
14827           Fix typos.
14828
14829 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
14830
14831         * gst/wavparse/Makefile.am:
14832           Add CFLAGS and LIBS for libgstbase, fixes build on
14833           Cygwin (#341489).
14834
14835 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
14836
14837         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
14838           Some more debug info. No need to check whether the string
14839           returned by g_convert() is really UTF-8 - either it is or
14840           we get NULL returned.
14841
14842 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
14843
14844         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
14845           Fix parsing of numeric genre strings some more, by ensuring that
14846           we only try and parse strings that a) Start with '(' and b) Consist
14847           only of digits.
14848           Also, when finding an escaping '((' sequence, bust it back to '(' by
14849           swallowing the first parenthesis
14850
14851 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
14852
14853         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
14854         (gst_esdsink_open), (gst_esdsink_close):
14855         * ext/esd/esdsink.h:
14856           Move the esd_get_server_info() into gst_esdsink_open() and fail
14857           with a decent error message on errors.
14858
14859 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
14860
14861         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
14862         (gst_esdmon_channels_get_type):
14863         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
14864         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
14865         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
14866         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
14867         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
14868         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
14869         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
14870         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
14871         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
14872         * gst/videomixer/videomixer.c:
14873         (gst_video_mixer_background_get_type):
14874           Const-ify GEnumValue arrays.
14875
14876 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
14877
14878         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
14879
14880         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
14881         (gst_avi_mux_do_video_buffer):
14882           Work around gst_buffer_make_metadata_writable() bug that
14883           results in avimux marking all frames in the index as
14884           keyframes (#340859).
14885           
14886 2006-05-08  Wim Taymans  <wim@fluendo.com>
14887
14888         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
14889         Make parsing of urls suck slightly less.
14890
14891 2006-05-08  Edward Hervey  <edward@fluendo.com>
14892
14893         * autogen.sh: (CONFIGURE_DEF_OPT): 
14894         libtoolize on Darwin/MacOSX is called glibtoolize.
14895
14896 2006-05-08  Wim Taymans  <wim@fluendo.com>
14897
14898         Patch by: Jens Granseuer <jensgr at gmx dot net>
14899
14900         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
14901         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
14902         C89 compliance fixes. Fixes #340980
14903
14904 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
14905
14906         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
14907         * ext/flac/gstflacdec.h:
14908           Handle segment seeks that include the end of the file as stop point
14909           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
14910           message instead of an EOS event in case we're in segment seek
14911           mode (fixes #340699).
14912           
14913 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
14914
14915         * ext/cairo/gsttextoverlay.c:
14916         * ext/flac/gstflacdec.c:
14917         * ext/gdk_pixbuf/pixbufscale.c:
14918         * gst/apetag/gstapedemux.c:
14919         * gst/debug/breakmydata.c:
14920         * gst/debug/testplugin.c:
14921         * gst/matroska/ebml-write.c:
14922         * gst/multipart/multipartdemux.c:
14923         * sys/osxaudio/gstosxaudiosink.c:
14924         * sys/osxaudio/gstosxaudiosrc.c:
14925         Add semicolons after GST_BOILERPLATE[_FULL] so that
14926         indent doesn't mess up following lines.
14927
14928 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
14929
14930         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
14931
14932         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
14933           Don't leak caps when freeing the stream context (#340623).
14934
14935 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
14936
14937         * configure.ac:
14938           Back to CVS
14939
14940 === release 0.10.3 ===
14941
14942 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
14943
14944         * configure.ac:
14945           releasing 0.10.3, "Desplazado"
14946
14947 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
14948
14949         * gst/matroska/matroska-mux.c:
14950         (gst_matroska_mux_stream_is_vorbis_header),
14951         (gst_matroska_mux_write_data):
14952           Don't strcmp() NULL strings.
14953           Only start new clusters on video keyframes, not on any
14954           random audio buffer that doesn't have the DELTA_UNIT
14955           flag set (fixes 'make check' again).
14956
14957 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
14958
14959         Patch by: Mark Nauwelaerts  <manauw at skynet be>
14960
14961         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
14962         (gst_matroska_mux_stream_is_vorbis_header),
14963         (gst_matroska_mux_write_data):
14964           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
14965           value and then dead-lock when muxing vorbis audio streams
14966           (the three vorbis header buffers carry no timestamp, and it
14967           would try to mux these after all video buffers). Fixes #340346.
14968
14969           Improve clustering: start a new cluster also whenever we get
14970           a keyframe.     
14971
14972 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14973
14974         * win32/common/config.h:
14975         * win32/MANIFEST
14976           add the generated file as well
14977
14978 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14979
14980         * Makefile.am:
14981         * configure.ac:
14982         * win32/common/config.h.in:
14983           add win32 stuff
14984
14985 2006-05-03  Michael Smith  <msmith@fluendo.com>
14986
14987         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
14988           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
14989           SUCKS.
14990
14991 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
14992
14993         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
14994         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
14995         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
14996           don't leak caps-string
14997
14998 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
14999
15000         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
15001         (gst_id3demux_sink_activate):
15002           Let core insert default error message for TYPE_NOT_FOUND
15003           errors, it's just as good as our own and has the added
15004           bonus of being translated.
15005
15006 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
15007
15008         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
15009         (gst_tag_demux_sink_event):
15010         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
15011         (gst_id3demux_sink_event):
15012           Post an error message when we get an EOS event and were not
15013           able to find out the type of stream.
15014
15015         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
15016         (test_taglib_id3mux_with_tags):
15017           Decrease num-buffers to 16 per iteration again, otherwise the
15018           many memcpy()s and reallocations in the test will hammer slow
15019           CPUs completely and make the test timeout.
15020
15021 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15022
15023         * configure.ac:
15024           figure out where plugins-base plugins are
15025         * tests/check/Makefile.am:
15026           use plugins-base plugins, so we have typefind functions
15027         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
15028           increase num-buffers, this makes sure the test errors out instead
15029           of timing out when no typefind functions are present
15030
15031 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15032
15033         * docs/plugins/Makefile.am:
15034           also check .cc files for gtk-doc markup
15035         * configure.ac:
15036         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15037         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15038         * tests/check/Makefile.am:
15039         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
15040         * ext/Makefile.am:
15041         * ext/taglib/Makefile.am:
15042         * ext/taglib/gstid3v2mux.h:
15043         * ext/taglib/gsttaglibmux.c:
15044         * ext/taglib/gsttaglibmux.h:
15045           move taglib-based id3v2muxer to -good.  Fixes #336110.
15046
15047 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15048
15049         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
15050           ... and fix multichannel/WAVFORMATEX support again.
15051
15052 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
15053
15054         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15055         (gst_wavparse_class_init), (gst_wavparse_dispose),
15056         (gst_wavparse_reset), (gst_wavparse_init),
15057         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
15058         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
15059         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
15060         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
15061         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
15062         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
15063         (gst_wavparse_stream_data), (gst_wavparse_loop),
15064         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
15065         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
15066         (gst_wavparse_change_state), (plugin_init):
15067         * gst/wavparse/gstwavparse.h:
15068           Add push (streaming) mode to wavparse (fixes #337625)
15069
15070 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15071
15072         * configure.ac:
15073         * tests/Makefile.am:
15074           add ximagesrc icles test
15075
15076 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15077
15078         * configure.ac:
15079         * docs/plugins/Makefile.am:
15080         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15081         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15082         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
15083         (gst_cmml_enc_push_clip):
15084         * sys/Makefile.am:
15085         * sys/ximage/Makefile.am:
15086         * sys/ximage/gstximagesrc.c:
15087           Move ximagesrc plug-in to good after review.  Fixes #336756.
15088
15089 2006-04-28  Michael Smith  <msmith@fluendo.com>
15090
15091         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
15092         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
15093         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
15094         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
15095         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
15096         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
15097         * gst/icydemux/gsticydemux.h:
15098           Fix event handling: cache events when typefinding and forward later.
15099
15100 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15101
15102         * sys/osxaudio/gstosxaudiosink.c:
15103         (plugin_init):
15104          Register osxaudiosrc to the plugin.
15105         * sys/osxaudio/gstosxaudiosrc.c:
15106         (gst_osx_audio_src_osxelement_do_init),
15107         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
15108         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
15109         (gst_osx_audio_src_get_property),
15110         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
15111         (gst_osx_audio_src_osxelement_init):
15112         * sys/osxaudio/gstosxaudiosrc.h:
15113           Port of osxaudiosrc to 0.10.
15114         * sys/osxaudio/Makefile.am:
15115           Add osxaudiosrc
15116
15117 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15118
15119         * sys/osxaudio/gstosxringbuffer.c:
15120         * sys/osxaudio/gstosxringbuffer.h:
15121           Forgot to commit earlier, part of the OSX audio plugin port
15122
15123 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15124
15125         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
15126         (parse_split_strings):
15127           Recognise and skip any byte order marker (BOM) in
15128           UTF-16 strings.
15129
15130 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
15131
15132         * docs/plugins/Makefile.am:
15133         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15134         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15135         * docs/plugins/gst-plugins-good-plugins.hierarchy:
15136         * docs/plugins/inspect/plugin-avi.xml:
15137         * gst/avi/gstavidemux.c:
15138         * gst/avi/gstavimux.c:
15139           Add docs for both avidemux and avimux.
15140
15141 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
15142
15143         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
15144
15145         * gst/avi/Makefile.am:
15146         * gst/avi/gstavi.c: (plugin_init):
15147         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
15148         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
15149         (gst_avi_mux_class_init), (gst_avi_mux_init),
15150         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15151         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
15152         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
15153         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15154         (gst_avi_mux_riff_get_avix_header),
15155         (gst_avi_mux_riff_get_video_header),
15156         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
15157         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
15158         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15159         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
15160         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
15161         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
15162         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15163         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
15164         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
15165         (gst_avi_mux_change_state):
15166         * gst/avi/gstavimux.h:
15167           Port AVI muxer to GStreamer-0.10 (#332031).
15168
15169         * tests/check/Makefile.am:
15170         * tests/check/elements/avimux.c:
15171         * tests/check/elements/.cvsignore:
15172           Add unit test for AVI muxer.
15173
15174 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
15175
15176         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15177         (gst_wavparse_class_init), (gst_wavparse_reset),
15178         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
15179         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
15180         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
15181         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
15182         (gst_wavparse_stream_data), (gst_wavparse_loop),
15183         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
15184         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
15185         (plugin_init):
15186         * gst/wavparse/gstwavparse.h:
15187           reverted patch #337625 for the price of 1 hour sleep
15188
15189 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
15190
15191         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15192         (gst_wavparse_class_init), (gst_wavparse_reset),
15193         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
15194         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
15195         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
15196         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
15197         (gst_wavparse_stream_data), (gst_wavparse_loop),
15198         (gst_wavparse_chain), (plugin_init):
15199         * gst/wavparse/gstwavparse.h:
15200           correct partial implementation of push mode
15201           (from my last commit)
15202
15203 2006-04-26  Wim Taymans  <wim@fluendo.com>
15204
15205         * ext/esd/esdsink.c:
15206         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
15207         it is not in esd.h
15208
15209 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
15210
15211         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
15212         (gst_au_parse_class_init), (gst_au_parse_init),
15213         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
15214         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
15215         (gst_au_parse_chain), (gst_au_parse_src_convert),
15216         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
15217         (gst_au_parse_sink_event), (gst_au_parse_src_event),
15218         (gst_au_parse_change_state):
15219         * gst/auparse/gstauparse.h:
15220           Rewrite auparse to suck a little bit less: make source pad
15221           dynamic, so decodebin/playbin work with non-raw formats
15222           like alaw/mulaw; add query function for duration/position
15223           queries; check whether we have enough data before attempting
15224           to parse the header (instead of crashing when that is not the
15225           case); work around audioconvert sucking by swapping endianness
15226           to the native endianness ourselves for float formats; send
15227           initial newsegment event. Fixes #161712.
15228
15229 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15230
15231         * sys/osxaudio/Makefile.am:
15232         * sys/osxaudio/gstosxaudioelement.c:
15233         (gst_osx_audio_element_get_type),
15234         (gst_osx_audio_element_class_init):
15235         * sys/osxaudio/gstosxaudioelement.h:
15236         * sys/osxaudio/gstosxaudiosink.c:
15237         (gst_osx_audio_sink_osxelement_do_init),
15238         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
15239         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
15240         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
15241         (gst_osx_audio_sink_create_ringbuffer),
15242         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
15243         (plugin_init):
15244         * sys/osxaudio/gstosxaudiosink.h:
15245         Port of osxaudiosink to 0.10
15246
15247 2006-04-26  Wim Taymans  <wim@fluendo.com>
15248
15249         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
15250         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
15251         the size of the ringbuffer. This should fix hangs with older 
15252         esd sound servers.
15253
15254 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
15255
15256         * ext/aalib/gstaasink.c:
15257         * ext/annodex/gstcmmldec.c:
15258         * ext/annodex/gstcmmlenc.c:
15259         * ext/cairo/gsttextoverlay.c:
15260         * ext/cairo/gsttimeoverlay.c:
15261         * ext/cdio/gstcdiocddasrc.c:
15262         * ext/dv/gstdvdec.c:
15263         * ext/dv/gstdvdemux.c:
15264         * ext/esd/esdmon.c:
15265         * ext/esd/esdsink.c:
15266         * ext/flac/gstflacenc.c:
15267         * ext/flac/gstflactag.c:
15268         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
15269         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
15270         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
15271         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
15272         * ext/gdk_pixbuf/pixbufscale.c:
15273         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
15274         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
15275         * ext/jpeg/gstjpegdec.c:
15276         * ext/jpeg/gstjpegenc.c:
15277         * ext/jpeg/gstsmokedec.c:
15278         * ext/jpeg/gstsmokeenc.c:
15279         * ext/libcaca/gstcacasink.c:
15280         * ext/libmng/gstmngdec.c:
15281         * ext/libmng/gstmngenc.c:
15282         * ext/libpng/gstpngdec.c:
15283         * ext/libpng/gstpngenc.c:
15284         * ext/mikmod/gstmikmod.c:
15285         * ext/raw1394/gstdv1394src.c:
15286         * ext/shout2/gstshout2.c: (gst_shout2send_init):
15287         * ext/shout2/gstshout2.h:
15288         * ext/speex/gstspeexdec.c:
15289         * ext/speex/gstspeexenc.c:
15290         * gst/alpha/gstalpha.c:
15291         * gst/alpha/gstalphacolor.c:
15292         * gst/apetag/gstapedemux.c:
15293         * gst/auparse/gstauparse.c:
15294         * gst/autodetect/gstautoaudiosink.c:
15295         (gst_auto_audio_sink_base_init):
15296         * gst/autodetect/gstautovideosink.c:
15297         (gst_auto_video_sink_base_init):
15298         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
15299         * gst/avi/gstavimux.c: (gst_avimux_base_init):
15300         * gst/cutter/gstcutter.c:
15301         * gst/debug/breakmydata.c:
15302         * gst/debug/efence.c:
15303         * gst/debug/gstnavigationtest.c:
15304         * gst/debug/gstnavseek.c:
15305         * gst/debug/negotiation.c:
15306         * gst/debug/progressreport.c:
15307         * gst/debug/testplugin.c:
15308         * gst/effectv/gstaging.c:
15309         * gst/effectv/gstdice.c:
15310         * gst/effectv/gstedge.c:
15311         * gst/effectv/gstquark.c:
15312         * gst/effectv/gstrev.c:
15313         * gst/effectv/gstshagadelic.c:
15314         * gst/effectv/gstvertigo.c:
15315         * gst/effectv/gstwarp.c:
15316         * gst/flx/gstflxdec.c:
15317         * gst/goom/gstgoom.c:
15318         * gst/icydemux/gsticydemux.c:
15319         * gst/id3demux/gstid3demux.c:
15320         * gst/interleave/deinterleave.c:
15321         * gst/interleave/interleave.c:
15322         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
15323         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
15324         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
15325         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
15326         * gst/level/gstlevel.c:
15327         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
15328         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
15329         * gst/median/gstmedian.c:
15330         * gst/monoscope/gstmonoscope.c:
15331         * gst/multipart/multipartdemux.c:
15332         * gst/multipart/multipartmux.c:
15333         * gst/oldcore/gstaggregator.c:
15334         * gst/oldcore/gstfdsink.c:
15335         * gst/oldcore/gstmd5sink.c:
15336         * gst/oldcore/gstmultifilesrc.c:
15337         * gst/oldcore/gstpipefilter.c:
15338         * gst/oldcore/gstshaper.c:
15339         * gst/oldcore/gststatistics.c:
15340         * gst/rtp/gstasteriskh263.c:
15341         * gst/rtp/gstrtpL16depay.c:
15342         * gst/rtp/gstrtpL16pay.c:
15343         * gst/rtp/gstrtpamrdepay.c:
15344         * gst/rtp/gstrtpamrpay.c:
15345         * gst/rtp/gstrtpdepay.c:
15346         * gst/rtp/gstrtpgsmpay.c:
15347         * gst/rtp/gstrtph263pay.c:
15348         * gst/rtp/gstrtph263pdepay.c:
15349         * gst/rtp/gstrtph263ppay.c:
15350         * gst/rtp/gstrtpilbcdepay.c:
15351         * gst/rtp/gstrtpmp4gpay.c:
15352         * gst/rtp/gstrtpmp4vdepay.c:
15353         * gst/rtp/gstrtpmp4vpay.c:
15354         * gst/rtp/gstrtpmpadepay.c:
15355         * gst/rtp/gstrtpmpapay.c:
15356         * gst/rtp/gstrtppcmadepay.c:
15357         * gst/rtp/gstrtppcmapay.c:
15358         * gst/rtp/gstrtppcmudepay.c:
15359         * gst/rtp/gstrtppcmupay.c:
15360         * gst/rtp/gstrtpspeexdepay.c:
15361         * gst/rtp/gstrtpspeexpay.c:
15362         * gst/rtsp/gstrtpdec.c:
15363         * gst/rtsp/gstrtspsrc.c:
15364         * gst/smpte/gstsmpte.c:
15365         * gst/udp/gstdynudpsink.c:
15366         * gst/udp/gstmultiudpsink.c:
15367         * gst/udp/gstudpsink.c:
15368         * gst/udp/gstudpsrc.c:
15369         * gst/videobox/gstvideobox.c:
15370         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
15371         * gst/videofilter/gstvideobalance.c:
15372         * gst/videofilter/gstvideoflip.c:
15373         * gst/videofilter/gstvideotemplate.c:
15374         (gst_videotemplate_base_init):
15375         * gst/videomixer/videomixer.c:
15376         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15377         (gst_wavparse_class_init), (gst_wavparse_dispose),
15378         (gst_wavparse_reset), (gst_wavparse_init),
15379         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
15380         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15381         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
15382         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
15383         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
15384         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
15385         (gst_wavparse_change_state):
15386         * gst/wavparse/gstwavparse.h:
15387         * sys/oss/gstossmixerelement.c:
15388         * sys/oss/gstosssink.c:
15389         * sys/oss/gstosssrc.c:
15390         * sys/osxaudio/gstosxaudioelement.c:
15391         * sys/osxaudio/gstosxaudiosink.c:
15392         * sys/osxaudio/gstosxaudiosrc.c:
15393         * sys/sunaudio/gstsunaudiomixer.c:
15394         * sys/sunaudio/gstsunaudiosink.c:
15395           Define GstElementDetails as const and also static (when defined as
15396           global)
15397
15398 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
15399
15400         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
15401           Source pad has fixed caps. If we don't set this, bad
15402           things happen when the window is resized.
15403
15404 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
15405
15406         * gst/matroska/Makefile.am:
15407         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15408         (gst_matroska_demux_handle_src_event):
15409         * gst/matroska/matroska-ids.c:
15410         (gst_matroska_track_init_video_context),
15411         (gst_matroska_track_init_audio_context),
15412         (gst_matroska_track_init_subtitle_context),
15413         (gst_matroska_track_init_complex_context):
15414         * gst/matroska/matroska-ids.h:
15415           Handle case where the TrackType ebml chunk does not come before the
15416           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
15417           events.
15418
15419 2006-04-25  Wim Taymans  <wim@fluendo.com>
15420
15421         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
15422         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
15423         It's codec_data, not codec_info.
15424
15425 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
15426
15427         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
15428
15429         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
15430           Handle codec_data for VfW compatibility codec IDs (#339451)
15431
15432         * gst/matroska/matroska-mux.c:
15433         (gst_matroska_mux_video_pad_setcaps):
15434           Same here, handle codec_data and add additional caps we can handle
15435           now to the pad template (huffyuv, dv and h263 video) (#339451)
15436
15437 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
15438
15439         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
15440
15441         * gst/matroska/matroska-mux.c:
15442         (gst_matroska_mux_create_buffer_header),
15443         (gst_matroska_mux_write_data):
15444           Fix timestamping of B-frames, use signed integers, do
15445           some rounding (#339678).
15446
15447 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
15448
15449         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
15450         just make it compile with --disable-gst-debug.
15451
15452 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
15453
15454         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
15455         Fix a bad conversion using gst_guint64_to_gdouble.
15456         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
15457         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
15458         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
15459     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
15460         mistake.
15461
15462 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
15463
15464         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
15465         Use gst_guint64_to_gdouble for conversions
15466         * win32/vs6/gst_plugins_good.dsw:
15467         * win32/vs6/libgsticydemux.dsp:
15468         Add a project file for icydemux
15469
15470 2006-04-21  Wim Taymans  <wim@fluendo.com>
15471
15472         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
15473
15474         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
15475         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
15476         When splitting audio chunks, the block alignment is not taken in
15477         consideration, so the smaller chunks could be of size which is 
15478         not a multiple of the block alignment. Fixes #336904
15479
15480 2006-04-21  Wim Taymans  <wim@fluendo.com>
15481
15482         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
15483         Use scale functions
15484
15485 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
15486
15487         * ext/dv/gstdv.c: (plugin_init):
15488           Fix build.
15489
15490 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
15491
15492         * gst/debug/progressreport.c: (gst_progress_report_finalize),
15493         (gst_progress_report_class_init), (gst_progress_report_init),
15494         (gst_progress_report_do_query), (gst_progress_report_report),
15495         (gst_progress_report_set_property),
15496         (gst_progress_report_get_property):
15497           Add 'format' property to force querying to a particular format.
15498
15499 2006-04-21  Andy Wingo  <wingo@pobox.com>
15500
15501         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
15502         best, on big endian systems. Drop its rank in that case. OTOH on
15503         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
15504
15505 2006-04-21  Michael Smith  <msmith@fluendo.com>
15506
15507         * configure.ac:
15508         * gst/icydemux/Makefile.am:
15509         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
15510         (gst_icydemux_base_init), (gst_icydemux_class_init),
15511         (gst_icydemux_reset), (gst_icydemux_init),
15512         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
15513         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
15514         (unicodify), (gst_icydemux_unicodify),
15515         (gst_icydemux_parse_and_send_tags),
15516         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
15517         (gst_icydemux_chain), (gst_icydemux_change_state),
15518         (gst_icydemux_send_tag_event), (plugin_init):
15519         * gst/icydemux/gsticydemux.h:
15520         * tests/check/Makefile.am:
15521         * tests/check/elements/icydemux.c: (typefind_succeed),
15522         (plugin_init), (icydemux_found_pad), (create_icydemux),
15523         (cleanup_icydemux), (push_data), (GST_START_TEST),
15524         (icydemux_suite), (main):
15525           Add icydemux, and tests.
15526
15527 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15528
15529         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
15530           Post SEGMENT_DONE message in TIME format.
15531
15532 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15533
15534         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
15535
15536         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
15537         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
15538           Fix index creation when we have to scan the file to create
15539           an index. There may be other types of RIFF 'LIST' chunks than
15540           'movi' and we need to skip them properly as well or we'll end up
15541           reading garbage (#336889). Some other cosmetic changes.
15542           
15543 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15544
15545         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
15546         (gst_flac_dec_handle_seek_event):
15547           Add support for segment seeks (fixes #338290). Also demote
15548           some recurring debug message from DEBUG to LOG level.
15549
15550 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15551
15552         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15553         (gst_matroskademux_do_index_seek),
15554         (gst_matroska_demux_handle_seek_event),
15555         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
15556         * gst/matroska/matroska-ids.h:
15557           Set DISCONT flag on first buffer after a discontinuity.
15558           Fix newsegment events sent when seeking and honour KEY_UNIT
15559           seek flag. Create pad with bogus caps if we don't recognise
15560           the stream codec id.
15561
15562         * gst/matroska/matroska-demux.h:
15563           Fix GObject macros.
15564
15565 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15566
15567         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
15568
15569         * gst/matroska/matroska-demux.c:
15570         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
15571           Handle end of segment properly when set; don't dead-lock when
15572           posting start of segment message when doing a segment seek.
15573           Fixes #338810.
15574
15575 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15576
15577         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
15578         (gst_matroska_demux_plugin_init):
15579           Make mpeg2 aac audio work: create artificial private codec data
15580           chunk which faad2 seems to require, just as we do for mpeg4 aac.
15581           Also call gst_riff_init(). Partially fixes #338767.
15582
15583 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
15584
15585         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
15586         (gst_wavenc_class_init), (gst_wavenc_init),
15587         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
15588         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
15589         (gst_wavenc_chain), (gst_wavenc_change_state):
15590         * gst/wavenc/gstwavenc.h:
15591           Set caps on first outgoing buffer, so that it doesn't error out
15592           immediately with a non-negotiated error (#338716). Rewrite and
15593           clean up a bit; fix setcaps function to parse things properly;
15594           fix sink caps (8bit audio is unsigned and doesn't have depth);
15595           use boilerplate macros; remove unused properties stuff.
15596
15597 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
15598
15599         * ext/gdk_pixbuf/gstgdkpixbuf.c:
15600           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
15601           handle MJPEG streams and might be autoplugged for those if the
15602           user doesn't have jpegdec installed (resulting in a cryptic error
15603           message about huffman tables). Better to disable JPEG decoding here
15604           and let the user figure out that she needs to install jpegdec.
15605
15606 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
15607
15608         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
15609         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
15610         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
15611         * ext/gdk_pixbuf/gstgdkpixbuf.h:
15612           Make work with packetised/framed input (e.g. png-in-quicktime). Use
15613           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
15614           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
15615           debug messages. Fix boilerplate macros.
15616
15617 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
15618
15619         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
15620         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
15621           No need to special-case for Gdk-2.0 any longer, we require
15622           Gdk 2.2 or newer; minor clean-ups.
15623
15624 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
15625
15626         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
15627         (gst_shout2send_class_init), (gst_shout2send_init),
15628         (set_shout_metadata), (gst_shout2send_set_metadata),
15629         (gst_shout2send_event), (gst_shout2send_start),
15630         (gst_shout2send_connect), (gst_shout2send_stop),
15631         (gst_shout2send_render), (gst_shout2send_set_property),
15632         (gst_shout2send_get_property), (gst_shout2send_setcaps),
15633         (plugin_init):
15634         * ext/shout2/gstshout2.h:
15635         * po/POTFILES.in:
15636           Rewrite a bit: use GstBaseSink::start and stop instead of a state
15637           change function; use GST_ELEMENT_ERROR for error reporting, not
15638           g_error() or GST_ERROR(); don't unref caps in setcaps function,
15639           will cause crashes or assertion failures; remove (unused) "sync"
15640           property, basesink already has such a property; misc. other
15641           minor fixes and cleanups.
15642
15643 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
15644
15645         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
15646         * ext/esd/gstesd.c: (plugin_init):
15647         * po/POTFILES.in:
15648           Add translatable error message for when we cannot
15649           connect to the sound server, as "Cannot open resource
15650           for writing" isn't really an acceptable message to show
15651           to the user in this case.
15652
15653 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
15654
15655         * sys/oss/gst-i18n-plugin.h:
15656           Remove bogus file that doesn't belong here.
15657
15658 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
15659
15660         Patch by: Philippe Valembois
15661
15662         * ext/shout2/gstshout2.c: (gst_shout2send_init),
15663         (gst_shout2send_set_metadata), (gst_shout2send_event),
15664         (gst_shout2send_render), (gst_shout2send_change_state):
15665         * ext/shout2/gstshout2.h:
15666           Handle tags being received before the connection to
15667           the server is established properly (see #338636).
15668
15669 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
15670
15671         * ext/shout2/gstshout2.c: (gst_shout2send_render):
15672           Don't crash in case the connection to the server fails:
15673           don't set pointer to NULL by assigning FALSE; error out
15674           properly by using GST_ELEMENT_ERROR and returning
15675           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
15676           before resetting the pointer.
15677
15678 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
15679
15680         * gst/id3demux/id3tags.c:
15681         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
15682         (Fixes #338713)
15683
15684 2006-04-12  Wim Taymans  <wim@fluendo.com>
15685
15686         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
15687         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
15688         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
15689         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
15690         (gst_gdk_pixbuf_chain):
15691         Some cleanups.
15692         Added RGBA as a possible output format.
15693         Correctly free the supported mimetypes.
15694         deprecate silent arg, it's not used.
15695         Return result from _alloc_buffer to peer.
15696
15697 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15698
15699         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
15700           Don't leak memory allocated by gst_buffer_new_and_alloc() by
15701           overwriting GST_BUFFER_MALLOCDATA.
15702
15703 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15704
15705         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
15706         (user_endrow_callback), (user_end_callback),
15707         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
15708         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
15709         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
15710         * ext/libpng/gstpngdec.h:
15711           Handle more than one frame if the content is framed,
15712           like with png-in-quicktime (#331917).
15713
15714 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15715
15716         * sys/oss/Makefile.am:
15717         * sys/oss/common.h:
15718         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
15719         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
15720         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
15721         (gst_oss_src_unprepare):
15722           - the user-visible error strings were in the wrong category
15723           - and the messages were not marked for translation
15724           - which is actually a good thing, because they were exactly
15725             the kind of message you would never want anyone to see
15726           - the macros were using variables that didn't exist in the macro
15727             arguments
15728           - and they were obviously copied from each other and then modified
15729           - so a common header makes sense
15730
15731 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
15732
15733         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
15734           Don't try to modify read-only data.
15735
15736         * gst/matroska/matroska-demux.c:
15737         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
15738           Fix comment (won't crash any longer now).
15739
15740 2006-04-10  Michael Smith  <msmith@fluendo.com>
15741
15742         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
15743           Use copies of header buffers for caps to avoid circular refcounting
15744           problems (as in theoradec, vorbisdec).
15745
15746         * tests/check/elements/cmmldec.c: (GST_START_TEST):
15747           Fix a typo in test that meant it was testing the wrong thing.
15748
15749         * tests/check/elements/cmmlenc.c: (check_headers):
15750           Fix refcount checks now that we use buffer-copies for caps.
15751
15752 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
15753
15754         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
15755         (gst_matroska_demux_handle_seek_event),
15756         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
15757         (gst_matroska_demux_subtitle_caps),
15758         (gst_matroska_demux_plugin_init):
15759           Use static pad templates with ANY caps for audio and video
15760           source pads and get rid of a lot of unnecessary (and partially
15761           broken) code for the template caps. Clean up caps finding
15762           functions. Fixes playback of audio files/streams that do not
15763           contain the sample rate and/or number of channels in the audio
15764           context (happens a lot with vorbis/mp3 .mka files it seems).
15765           Fixes #337183.
15766           Also add myself to copyright holders.
15767
15768 2006-04-10  Michael Smith  <msmith@fluendo.com>
15769
15770         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
15771           Use g_list_delete_link () instead of g_list_remove_link () so that
15772           we free the link as well as the contained data.
15773
15774 2006-04-10  Wim Taymans  <wim@fluendo.com>
15775
15776         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
15777
15778         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
15779         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
15780         (gst_avi_demux_stream_header):
15781         Fix some crashers with empty chunks. (Fixes #337749)
15782
15783 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
15784
15785         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
15786           use G_GINT64_CONSTANT for INT64 constants
15787         * gst/videofilter/gstvideobalance.c:
15788           define rint for WIN32 #define rint(x) (floor((x)+0.5))
15789         * win32/vs6/libgstavi.dsp:
15790          add missing libraries for the link and remove avimux.c from
15791          the project as it isn't ported to 0.10 yet
15792         
15793 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
15794
15795         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
15796           Even better would be if we actually did the right thing
15797           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
15798
15799 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
15800
15801         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
15802           Can't just replace 1LL with 1L here just because MSVC doesn't
15803           support it, as it might lead to incorrect results when doing the
15804           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
15805           force a 64-bit constant in a way that all compilers are happy with.
15806
15807 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15808
15809         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
15810         * ext/esd/esdsink.c: (gst_esdsink_class_init):
15811         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
15812         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
15813         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
15814         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
15815         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
15816         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
15817         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
15818         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
15819         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
15820         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
15821         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
15822         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
15823         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
15824         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
15825         * gst/avi/gstavimux.c: (gst_avimux_class_init):
15826         * gst/debug/efence.c: (gst_efence_class_init):
15827         * gst/debug/negotiation.c: (gst_negotiation_class_init):
15828         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
15829         * gst/goom/gstgoom.c: (gst_goom_class_init):
15830         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
15831         * gst/interleave/deinterleave.c: (deinterleave_class_init):
15832         * gst/interleave/interleave.c: (interleave_class_init):
15833         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
15834         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
15835         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
15836         * gst/median/gstmedian.c: (gst_median_class_init):
15837         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
15838         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
15839         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
15840         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
15841         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
15842         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
15843         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
15844         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
15845         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
15846         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
15847         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
15848         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
15849         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
15850         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
15851         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
15852         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
15853         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
15854         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
15855         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
15856         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
15857         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
15858         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
15859         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
15860         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
15861         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
15862         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
15863         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
15864         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
15865         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
15866         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
15867         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
15868         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
15869         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
15870         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
15871         * sys/osxaudio/gstosxaudioelement.c:
15872         (gst_osxaudioelement_class_init):
15873         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
15874         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
15875         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
15876         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
15877
15878 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15879
15880         * ext/mikmod/gstmikmod.h:
15881         * gst/level/gstlevel.h:
15882         Fix more broken GObject macros
15883
15884 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15885
15886         * ext/annodex/gstcmmldec.h:
15887         * ext/annodex/gstcmmlenc.h:
15888         * ext/annodex/gstcmmltag.h:
15889         * ext/cairo/gsttextoverlay.h:
15890         * ext/ladspa/gstsignalprocessor.h:
15891         * gst/matroska/ebml-read.h:
15892         * gst/matroska/ebml-write.h:
15893         * sys/osxaudio/gstosxaudioelement.h:
15894         Fix broken GObject macros
15895
15896 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
15897
15898         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
15899           Don't try to seek beyond the end of the file (would
15900           occasionally display error dialogs in totem when seeking
15901           to the end) (#335869). Will still throw an error though
15902           if the file is truncated and the total_samples value in
15903           the stream header is wrong.
15904
15905 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
15906
15907         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
15908         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
15909         (gst_flac_dec_metadata_callback):
15910         * ext/flac/gstflacdec.h:
15911           If the stream header doesn't contain the total number of samples,
15912           search for the last flac frame at the end of the file and calculate
15913           the total duration from that frame's offset (fixes #337609).
15914
15915 2006-04-07  Edward Hervey  <edward@fluendo.com>
15916
15917         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
15918         Don't unref the GstPadTemplate returned by
15919         gst_element_class_get_pad_template().
15920
15921 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
15922
15923         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15924
15925         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
15926         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
15927         * sys/sunaudio/gstsunaudiosink.h:
15928           Use spec->segsize and spec->segtotal in the prepare function
15929           to initialise the ring buffer instead of using the buffer-time
15930           property (#337421).
15931
15932 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
15933
15934         * configure.ac:
15935           Bump core requirements to CVS for gst_pad_query_peer_duration()
15936           which is used by speexdec.
15937
15938 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
15939
15940         * ext/speex/gstspeex.c: (plugin_init):
15941         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
15942         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
15943         (speex_get_sink_query_types), (speex_dec_sink_query),
15944         (speex_get_src_query_types), (speex_dec_src_query),
15945         (speex_dec_src_event), (speex_dec_sink_event),
15946         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
15947         (speex_dec_chain_parse_data), (speex_dec_chain),
15948         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
15949         (speex_dec_change_state):
15950         * ext/speex/gstspeexdec.h:
15951           Fix seeking and duration queries (#337033); clean up and
15952           refactor a bit.
15953
15954 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15955
15956         * ext/raw1394/gstdv1394src.c:
15957           distinguish between device not found and could not open for
15958           reading
15959
15960 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15961
15962         * Makefile.am:
15963         * configure.ac:
15964         * pkgconfig/.cvsignore:
15965         * pkgconfig/Makefile.am:
15966         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
15967           add a .pc file so other modules can use good plugins in tests
15968
15969 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15970
15971         * configure.ac:
15972           clean up, use AS_VERSION and AS_NANO
15973         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
15974           use PACKAGE_VERSION define
15975         * po/af.po:
15976         * po/az.po:
15977         * po/cs.po:
15978         * po/en_GB.po:
15979         * po/hu.po:
15980         * po/it.po:
15981         * po/nb.po:
15982         * po/nl.po:
15983         * po/or.po:
15984         * po/sq.po:
15985         * po/sr.po:
15986         * po/sv.po:
15987         * po/uk.po:
15988         * po/vi.po:
15989           updated
15990
15991 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
15992
15993         * ext\jpeg\smokecodec.c:
15994           use of GST_DEBUG instead of DEBUG(a...) for WIN32
15995         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
15996           move first instruction after all variables declarations
15997         * gst\alpha\gstalpha.c:
15998         * gst\effectv\gstshagadelic.c:
15999         * gst\smpte\paint.c:
16000         * gst\videofilter\gstvideobalance.c:
16001           define M_PI if it's not defined (it's not defined on WIN32)
16002         * gst\cutter\gstcutter.c: (gst_cutter_chain):
16003         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
16004         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
16005         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
16006         (gst_matroska_demux_video_caps):
16007         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
16008         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
16009           use gst_guint64_to_gdouble for conversions
16010         * gst\goom\filters.c: (setPixelRGB_):
16011           fix a debug which was using undefined variable
16012         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
16013         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
16014           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
16015         * win32/vs6:
16016           add vs6 projects files for most of plugins-good
16017         
16018 2006-03-30  j^  <j@bootlab.org>
16019
16020         * ext/aalib/gstaasink.c:
16021         * ext/annodex/gstcmmldec.c:
16022         * ext/annodex/gstcmmlenc.c:
16023         * ext/cairo/gsttextoverlay.c:
16024         * ext/cairo/gsttimeoverlay.c:
16025         * ext/cdio/gstcdiocddasrc.c:
16026         * ext/dv/gstdvdec.c:
16027         * ext/esd/esdmon.c:
16028         * ext/esd/esdsink.c:
16029         * ext/flac/gstflacdec.c:
16030         * ext/flac/gstflacenc.c:
16031         * ext/flac/gstflactag.c:
16032         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16033         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16034         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16035         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16036         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16037         * ext/gdk_pixbuf/pixbufscale.c:
16038         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16039         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16040         * ext/jpeg/gstjpegdec.c:
16041         * ext/jpeg/gstjpegenc.c:
16042         * ext/jpeg/gstsmokedec.c:
16043         * ext/jpeg/gstsmokeenc.c:
16044         * ext/libcaca/gstcacasink.c:
16045         * ext/libmng/gstmngdec.c:
16046         * ext/libmng/gstmngenc.c:
16047         * ext/libpng/gstpngdec.c:
16048         * ext/libpng/gstpngenc.c:
16049         * ext/mikmod/gstmikmod.c:
16050         * ext/raw1394/gstdv1394src.c:
16051         * ext/shout2/gstshout2.c:
16052         * ext/speex/gstspeexdec.c:
16053         * ext/speex/gstspeexenc.c:
16054         * gst/alpha/gstalpha.c:
16055         * gst/alpha/gstalphacolor.c:
16056         * gst/auparse/gstauparse.c:
16057         * gst/autodetect/gstautoaudiosink.c:
16058         (gst_auto_audio_sink_base_init):
16059         * gst/autodetect/gstautovideosink.c:
16060         (gst_auto_video_sink_base_init):
16061         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16062         * gst/cutter/gstcutter.c:
16063         * gst/debug/breakmydata.c:
16064         * gst/debug/efence.c:
16065         * gst/debug/gstnavigationtest.c:
16066         * gst/debug/negotiation.c:
16067         * gst/debug/progressreport.c:
16068         * gst/debug/testplugin.c:
16069         * gst/effectv/gstaging.c:
16070         * gst/effectv/gstdice.c:
16071         * gst/effectv/gstedge.c:
16072         * gst/effectv/gstquark.c:
16073         * gst/effectv/gstrev.c:
16074         * gst/effectv/gstvertigo.c:
16075         * gst/effectv/gstwarp.c:
16076         * gst/flx/gstflxdec.c:
16077         * gst/goom/gstgoom.c:
16078         * gst/interleave/deinterleave.c:
16079         * gst/interleave/interleave.c:
16080         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16081         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16082         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16083         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16084         * gst/level/gstlevel.c:
16085         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16086         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16087         * gst/median/gstmedian.c:
16088         * gst/monoscope/gstmonoscope.c:
16089         * gst/multipart/multipartdemux.c:
16090         * gst/multipart/multipartmux.c:
16091         * gst/oldcore/gstmd5sink.c:
16092         * gst/oldcore/gstmultifilesrc.c:
16093         * gst/oldcore/gstpipefilter.c:
16094         * gst/oldcore/gstshaper.c:
16095         * gst/oldcore/gststatistics.c:
16096         * gst/rtp/gstasteriskh263.c:
16097         * gst/rtp/gstrtpL16depay.c:
16098         * gst/rtp/gstrtpL16pay.c:
16099         * gst/rtp/gstrtpamrdepay.c:
16100         * gst/rtp/gstrtpamrpay.c:
16101         * gst/rtp/gstrtpdepay.c:
16102         * gst/rtp/gstrtpgsmpay.c:
16103         * gst/rtp/gstrtph263pay.c:
16104         * gst/rtp/gstrtph263pdepay.c:
16105         * gst/rtp/gstrtph263ppay.c:
16106         * gst/rtp/gstrtpmp4gpay.c:
16107         * gst/rtp/gstrtpmp4vdepay.c:
16108         * gst/rtp/gstrtpmp4vpay.c:
16109         * gst/rtp/gstrtpmpadepay.c:
16110         * gst/rtp/gstrtpmpapay.c:
16111         * gst/rtp/gstrtppcmadepay.c:
16112         * gst/rtp/gstrtppcmapay.c:
16113         * gst/rtp/gstrtppcmudepay.c:
16114         * gst/rtp/gstrtppcmupay.c:
16115         * gst/rtp/gstrtpspeexdepay.c:
16116         * gst/rtp/gstrtpspeexpay.c:
16117         * gst/rtsp/gstrtpdec.c:
16118         * gst/smpte/gstsmpte.c:
16119         * gst/videobox/gstvideobox.c:
16120         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16121         * gst/videofilter/gstvideobalance.c:
16122         * gst/videofilter/gstvideoflip.c:
16123         * gst/videofilter/gstvideotemplate.c:
16124         (gst_videotemplate_base_init):
16125         * gst/videomixer/videomixer.c:
16126         * gst/wavenc/gstwavenc.c:
16127         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
16128          better/unified long descriptions
16129          Fixed #336602
16130          Some cleanups to auparse, don't send multiple newsegments.
16131
16132 2006-03-29  Wim Taymans  <wim@fluendo.com>
16133
16134         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
16135
16136         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
16137         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
16138         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
16139         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
16140         * ext/dv/gstdvdemux.h:
16141         Seek in READY patch. Only works for pull based mode.
16142         Fixes #323880
16143
16144 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16145
16146         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
16147         (gst_gdk_pixbuf_event):
16148           Fix two crashers: don't unref the same caps twice, and
16149           set pixbuf loader to NULL after freeing it.
16150
16151 2006-03-27  Wim Taymans  <wim@fluendo.com>
16152
16153         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
16154         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
16155         (gst_speexenc_chain):
16156         * ext/speex/gstspeexenc.h:
16157         Don't leak adapter.
16158         A push *always* takes ownership of the buffer, even on
16159         errors.
16160         Small cleanups.
16161
16162 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
16163
16164         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
16165           Create source pad without leaking.
16166
16167 2006-03-24  Wim Taymans  <wim@fluendo.com>
16168
16169         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
16170         * ext/flac/gstflacdec.h:
16171         * ext/flac/gstflacenc.h:
16172         Spifify a bit.
16173         Fix deadly lock order error in seeking code, STREAM_LOCK
16174         cannot be taken within LOCK and the streaming variables are
16175         protected with the STREAM_LOCK anyway.
16176
16177 2006-03-24  Wim Taymans  <wim@fluendo.com>
16178
16179         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
16180         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
16181         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
16182         this patch combines the global init_frames with the stream
16183         init_frames. Rationale being that the global delay should 
16184         be subtracted from any stream delay.
16185         Fixes #335858.
16186
16187 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16188
16189         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
16190         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
16191         * gst/smpte/gstsmpte.c: (gst_smpte_init):
16192         * gst/videomixer/videomixer.c: (gst_videomixer_init):
16193         use DEBUG_FUNCPTR for collectpads
16194
16195 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16196
16197         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
16198           Don't crash when encoding images where the number of rows isn't
16199           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
16200
16201 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16202
16203         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
16204         * gst/interleave/deinterleave.c: (deinterleave_change_state):
16205         * gst/interleave/interleave.c: (interleave_change_state):
16206         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
16207           More state change function fixes.
16208
16209 2006-03-23  Wim Taymans  <wim@fluendo.com>
16210
16211         * ext/esd/esdsink.c: (gst_esdsink_class_init),
16212         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
16213         (gst_esdsink_prepare), (gst_esdsink_unprepare),
16214         (gst_esdsink_delay), (gst_esdsink_reset):
16215         * ext/esd/esdsink.h:
16216         Fix esd choppy playback by configuring audiosink
16217         correctly. Fixes #325191
16218
16219 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16220
16221         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
16222           Make state change function thread-safe.
16223
16224 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16225
16226         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
16227         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
16228           Don't try to read beyond the end of the file just because
16229           the header claims a bigger size (like with truncated files).
16230
16231 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16232
16233         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
16234         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
16235         (gst_wavparse_stream_data), (gst_wavparse_loop):
16236         * gst/wavparse/gstwavparse.h:
16237           Delay source pad creation until we have the first chunk of
16238           media data, so the we can examine the data and adjust the
16239           caps accordingly if required. This makes playback of .wav
16240           files with DTS-declared-as-PCM content work (#313266).
16241
16242 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
16243
16244         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
16245         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
16246         Don't attempt typefinding on too-short buffers that have been
16247         completely trimmed away. (Fixes #330239)
16248
16249         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
16250         Improve the debug output
16251
16252 2006-03-21  Wim Taymans  <wim@fluendo.com>
16253
16254         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
16255         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
16256         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
16257         (gst_esdsink_set_property), (gst_esdsink_get_property):
16258         Some cleanups.
16259         Reset fd to -1 when we close them.
16260
16261 2006-03-21  Wim Taymans  <wim@fluendo.com>
16262
16263         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
16264         the OPTIONS request result is optional so don't
16265         fail on it.
16266
16267 2006-03-21  Edward Hervey  <edward@fluendo.com>
16268
16269         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
16270         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
16271         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
16272         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
16273         (gst_wavparse_change_state):
16274         gcc 4.1 unreferenced pointer fixes.
16275
16276 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16277
16278         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16279
16280         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
16281           Fix block alignment calculation. Alignment should be done before
16282           adding the byte offset where the data starts (#335231).
16283
16284 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
16285
16286         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
16287           Ensure that we set correct caps on buffers that are transferred
16288           direct from the input.
16289
16290 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
16291
16292         * gst/goom/filters.c: (zoomFilterDestroy):
16293         * gst/goom/goom_core.c: (goom_close):
16294           Free filter data when cleaning up. (Fixes: #334995)
16295
16296 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
16297
16298         * configure.ac:
16299           Don't compile udp and rtsp plugins on win32 (mingw) or other
16300           systems that don't have <sys/socket.h> for some reason (#316203).
16301
16302 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16303
16304         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
16305         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
16306         * ext/raw1394/gstdv1394src.h:
16307           Change bus reset handler so it reports useful information such as
16308           whether the device being used connected or disconnected
16309
16310 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16311
16312         * gst/id3demux/id3v2frames.c:
16313         (parse_relative_volume_adjustment_two):
16314           We only care about gain and peak data for the master volume.
16315
16316 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16317
16318         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
16319         (parse_id_string), (parse_unique_file_identifier),
16320         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
16321           Read replay gain tags (#323721).
16322
16323 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16324
16325         * configure.ac:
16326           Bump requirements to gst-plugins-base CVS because
16327           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
16328
16329 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
16330
16331         * rtp/gst/gstrtppcmadepay.c:
16332         Fixed one of the caps in the code from mulaw to alaw.
16333
16334 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16335
16336         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
16337           Ensure that we set caps on the buffers we pass.
16338
16339         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
16340         (gst_id3demux_sink_activate):
16341           Ensure that we set caps on the buffers we pass.
16342
16343           Use STREAM, TYPE_NOT_FOUND as the error class when
16344           typefinding fails.
16345
16346 2006-03-15  Edward Hervey  <edward@fluendo.com>
16347
16348         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
16349         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
16350         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
16351         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
16352         (gst_jpeg_dec_setcaps):
16353         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
16354         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
16355         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
16356         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
16357         (gst_mngdec_src_getcaps):
16358         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
16359         (gst_pngdec_caps_create_and_set):
16360         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
16361         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
16362         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
16363         * gst/alpha/gstalpha.c: (gst_alpha_init):
16364         * gst/auparse/gstauparse.c: (gst_au_parse_init):
16365         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
16366         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
16367         * gst/cutter/gstcutter.c: (gst_cutter_init):
16368         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
16369         (gst_efence_checkgetrange):
16370         * gst/debug/negotiation.c: (gst_negotiation_init):
16371         * gst/flx/gstflxdec.c: (gst_flxdec_init):
16372         * gst/goom/gstgoom.c: (gst_goom_init):
16373         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
16374         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
16375         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
16376         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
16377         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
16378         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
16379         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
16380         * gst/smpte/gstsmpte.c: (gst_smpte_init):
16381         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
16382         (gst_wavparse_create_sourcepad):
16383         Fix memleak with gst_static_pad_template_get().
16384         This uses gst_pad_new_from_static_template() instead.
16385         Fixes #333512
16386
16387 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16388
16389         * configure.ac:
16390           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
16391           used by id3demux.
16392
16393         * gst/id3demux/gstid3demux.c: (plugin_init):
16394         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
16395         (parse_user_text_identification_frame),
16396         (parse_unique_file_identifier):
16397           Add support for UFID and TXXX frames and extract musicbrainz tags.
16398
16399 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16400
16401         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
16402           Catch short reads, like they might happen with truncated
16403           files (see #305279); remove unnecessary indentation.
16404
16405 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16406
16407         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
16408           Fix DIB image inversion for pictures with a
16409           depth != 8 (#305279).
16410
16411 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16412
16413         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
16414         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
16415         * ext/jpeg/gstjpegdec.h:
16416           Fix durations on outgoing buffers after seeking
16417           in MJPEG files (#334083); some minor clean-ups.
16418
16419 2006-03-13  Wim Taymans  <wim@fluendo.com>
16420
16421         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
16422         (gst_wavparse_change_state):
16423         Implement seek in READY (re-fixes #327658)
16424
16425 2006-03-13  Wim Taymans  <wim@fluendo.com>
16426
16427         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
16428         * ext/esd/esdmon.c: (gst_esdmon_get):
16429         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
16430         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16431         (gst_gdk_pixbuf_sink_getcaps):
16432         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
16433         (gst_jpegenc_setcaps):
16434         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
16435         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
16436         (gst_smokeenc_setcaps):
16437         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
16438         (gst_mngdec_src_getcaps):
16439         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
16440         (gst_mngenc_chain):
16441         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
16442         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
16443         * ext/speex/gstspeexdec.c: (speex_dec_convert),
16444         (speex_dec_src_event), (speex_dec_chain):
16445         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
16446         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
16447         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
16448         (gst_negotiation_pad_link), (gst_negotiation_chain):
16449         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
16450         (gst_flxdec_chain):
16451         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
16452         (deinterleave_chain):
16453         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
16454         * gst/median/gstmedian.c: (gst_median_link):
16455         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
16456         (gst_monoscope_chain):
16457         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
16458         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
16459         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
16460         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
16461         close #333784 unref the result of gst_pad_get_parent()
16462         by: Christophe Fergeau.
16463
16464 2006-03-09  Wim Taymans  <wim@fluendo.com>
16465
16466         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
16467         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
16468         Handle events in push mode better, can now do non-flushing
16469         seeks in push mode as well.
16470
16471 2006-03-07  Wim Taymans  <wim@fluendo.com>
16472
16473         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
16474         Applied patch from Kai Vehmanen, fixes #333624.
16475
16476 2006-03-06  Julien MOUTTE  <julien@moutte.net>
16477
16478         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
16479         Implement paletted and grayscale png files handling.
16480         (#150363).
16481
16482 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16483
16484         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
16485         (gst_speexenc_chain):
16486           fix a tag list assert
16487           follow gst-plugins-base/ext/ogg/README; set OFFSET
16488           and OFFSET_END.  Muxes correctly with gst-plugins-base
16489           > 0.9.3
16490
16491 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
16492
16493         * gst/id3demux/Makefile.am:
16494         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
16495         (gst_id3demux_chain), (gst_id3demux_sink_activate):
16496           Use new typefind helper functions here as well, and
16497           do typefinding in pull-mode if upstream supports that.
16498
16499 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
16500
16501         * sys/sunaudio/gstsunaudiomixerctrl.c:
16502         (gst_sunaudiomixer_ctrl_get_volume),
16503         (gst_sunaudiomixer_ctrl_set_volume):
16504         * sys/sunaudio/gstsunaudiomixertrack.c:
16505         (gst_sunaudiomixer_track_new):
16506           Remove unused variables, breaks build from CVS
16507           with -Werror (#333392, patch by: Benjamin Pineau)
16508
16509 2006-03-03  Wim Taymans  <wim@fluendo.com>
16510
16511         * docs/plugins/Makefile.am:
16512         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16513         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16514         Added wavparse docs.
16515
16516         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
16517         (gst_wavparse_reset), (gst_wavparse_init),
16518         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
16519         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
16520         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
16521         (gst_wavparse_stream_data), (gst_wavparse_loop),
16522         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
16523         (gst_wavparse_change_state):
16524         * gst/wavparse/gstwavparse.h:
16525         Implement seek in READY (fixes #327658)
16526         Added docs and did some cleanups.
16527
16528 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
16529
16530         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16531         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
16532         (gst_avi_demux_calculate_durations_from_index),
16533         (gst_avi_demux_stream_header):
16534         * gst/avi/gstavidemux.h:
16535           If we have an index, use a duration based on the index instead
16536           of blindly trusting the information in the stream headers
16537           (fixes #331817).
16538
16539 2006-03-03  Wim Taymans  <wim@fluendo.com>
16540
16541         * docs/plugins/Makefile.am:
16542         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16543         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16544         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16545         Added smoke and jpeg to the docs.
16546
16547         * ext/jpeg/Makefile.am:
16548         * ext/jpeg/gstjpeg.c: (plugin_init):
16549         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16550         * ext/jpeg/gstjpegenc.h:
16551         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
16552         (gst_smokedec_chain):
16553         * ext/jpeg/gstsmokedec.h:
16554         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
16555         * ext/jpeg/gstsmokeenc.h:
16556         * ext/jpeg/smokecodec.h:
16557         Port smokedec (fixes #331905).
16558         Added some docs.
16559         Some cleanups.
16560
16561 2006-03-03  Wim Taymans  <wim@fluendo.com>
16562
16563         * docs/plugins/Makefile.am:
16564         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16565         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16566         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16567         Added videobalance and videoflip to the docs.
16568
16569         * gst/videofilter/Makefile.am:
16570         * gst/videofilter/gstvideobalance.c:
16571         (gst_video_balance_update_tables_planar411),
16572         (gst_video_balance_is_passthrough),
16573         (gst_video_balance_update_properties), (oil_tablelookup_u8),
16574         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
16575         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
16576         (gst_video_balance_finalize), (gst_video_balance_class_init),
16577         (gst_video_balance_init), (gst_video_balance_interface_supported),
16578         (gst_video_balance_interface_init),
16579         (gst_video_balance_colorbalance_list_channels),
16580         (gst_video_balance_colorbalance_set_value),
16581         (gst_video_balance_colorbalance_get_value),
16582         (gst_video_balance_colorbalance_init),
16583         (gst_video_balance_set_property), (gst_video_balance_get_property),
16584         (gst_video_balance_get_type), (plugin_init):
16585         * gst/videofilter/gstvideobalance.h:
16586         Ported to 0.10. (Fixes #326160)
16587         Added docs.
16588
16589         * gst/videofilter/gstvideoflip.c:
16590         * gst/videofilter/gstvideoflip.h:
16591         Added docs.
16592
16593 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
16594
16595         * configure.ac:
16596           Bump requirements to current core and -base CVS
16597           (core for new typefind helper API, and -base for the
16598           WAVFORMATEX support that was added to libgstriff and
16599           is needed by wavparse).
16600         
16601         * gst/apetag/Makefile.am:
16602         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
16603         (gst_tag_demux_sink_activate):
16604           Use new typefind helpers for typefinding instead of our
16605           home-grown stuff; also, do typefinding in pull-mode if
16606           upstream supports that.
16607
16608 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
16609
16610         Reviewed by: Christian Schaller <christian@fluendo.com>
16611
16612         This patch fixes bug: 329107
16613
16614         This Changelog entry is for a commit done on February 17
16615
16616         * ext/gconf/gconf.c
16617         * ext/gconf/gconf.h
16618         * ext/gconf/gstgconfaudiosink.c
16619         * ext/gconf/gstgconfaudiosink.h
16620         * gconf/gstreamer.schemas.in
16621
16622 2006-02-28  Wim Taymans  <wim@fluendo.com>
16623
16624         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
16625         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
16626         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
16627         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
16628         Use DEBUG_OBJECT more.
16629
16630 2006-02-28  Wim Taymans  <wim@fluendo.com>
16631
16632         * docs/plugins/Makefile.am:
16633         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16634         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16635         Added dvdec and dvdemux to docs.
16636
16637         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
16638         Added docs.
16639         Check frame sizes so we don't crash when don't have enough
16640         data.
16641         Send nice error messages on error.
16642
16643         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
16644         (gst_dvdemux_class_init), (gst_dvdemux_init),
16645         (gst_dvdemux_finalize), (gst_dvdemux_reset),
16646         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
16647         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
16648         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
16649         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
16650         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
16651         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
16652         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
16653         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
16654         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
16655         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
16656         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
16657         * ext/dv/gstdvdemux.h:
16658         Added docs.
16659         Implement pull mode.
16660         Fix memleaks.
16661         Reduce memcpy for the video demuxing.
16662
16663 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
16664
16665         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
16666         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
16667         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
16668         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
16669           Add a little extra debug. Make the decoder not return NOT_LINKED,
16670           as we want to continue decoding all CMML and emitting tags.
16671
16672 2006-02-27  Michael Smith  <msmith@fluendo.com>
16673
16674         * ext/annodex/gstskeltag.c:
16675         * ext/annodex/gstskeltag.h:
16676           Deleted; these files aren't used any more either.
16677
16678 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16679
16680         * ext/Makefile.am: Fix dist-check.
16681
16682 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16683
16684         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
16685         memleak.
16686
16687 2006-02-25  Alessandro Decina <alessandro@nnva.org>
16688
16689         * ext/annodex/Makefile.am:
16690         * ext/annodex/gstannodex.c:
16691         * ext/annodex/gstcmmldec.c:
16692         * ext/annodex/gstcmmlenc.c:
16693         * ext/annodex/gstcmmlparser.c:
16694         * ext/annodex/gstcmmlparser.h:
16695         * ext/annodex/gstcmmlutils.c:
16696         * tests/check/elements/cmmldec.c:
16697         * tests/check/elements/cmmlenc.c:
16698           Fix a memleak in gst_cmml_track_list_add_clip.
16699           Handle overflows in clip's start and end times.
16700           Add the "encoded" parameter to cmmldec and cmmlenc caps.
16701           Do not parse junk at the end of a CMML preamble buffer.
16702           Register a libxml error handler to not print stuff on stderr.
16703           Check for bad clip start and end times in the testsuites.
16704
16705 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16706
16707         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
16708         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
16709         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
16710         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
16711         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
16712         possible memleaks.
16713
16714 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16715
16716         * tests/check/Makefile.am:
16717         * tests/check/elements/cmmldec.c:
16718         * tests/check/elements/cmmlenc.c: Fix tests so that they use
16719         the plugins-base tags.
16720
16721 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16722
16723         * ext/Makefile.am: Re-enable module.
16724
16725 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16726
16727         * tests/check/Makefile.am: Forgot to remove that test.
16728
16729 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16730
16731         * ext/annodex/Makefile.am:
16732         * ext/annodex/gstannodex.c: (plugin_init):
16733         * ext/annodex/gstcmmldec.c:
16734         * ext/annodex/gstskeldec.c:
16735         * ext/annodex/gstskeldec.h:
16736         * tests/check/Makefile.am:
16737         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
16738
16739 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16740
16741         * tests/check/Makefile.am: Disable those checks as well.
16742
16743 2006-02-24  Julien MOUTTE  <julien@moutte.net>
16744
16745         * ext/Makefile.am: Disable annodex for now until we figure out
16746         how to make it build.
16747         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
16748         Add a rule to your checklist : "please try to at least build 
16749         what you are going to commit into -good, or if you are too lazy
16750         to do that, please check that the buildbots are not crying because
16751         of your commit."
16752
16753 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
16754
16755         * configure.ac:
16756         * ext/Makefile.am:
16757         * ext/gdk_pixbuf/Makefile.am:
16758         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16759         * ext/gdk_pixbuf/gstgdkpixbuf.h:
16760         * ext/gdk_pixbuf/pixbufscale.c:
16761         * ext/gdk_pixbuf/pixbufscale.h:
16762           Gdkpixbuf ported from 0.8 to 0.10 by
16763           Renato Filho <renato.filho@indt.org.br>.
16764           gst_loader and gdkpixbufanimation still need port.
16765
16766 2006-02-24  Michael Smith  <msmith@fluendo.com>
16767
16768         * configure.ac:
16769         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16770         * ext/Makefile.am:
16771         * ext/annodex/Makefile.am:
16772         * ext/annodex/gstannodex.c:
16773         * ext/annodex/gstannodex.h:
16774         * ext/annodex/gstcmmldec.c:
16775         * ext/annodex/gstcmmldec.h:
16776         * ext/annodex/gstcmmlenc.c:
16777         * ext/annodex/gstcmmlenc.h:
16778         * ext/annodex/gstcmmlparser.c:
16779         * ext/annodex/gstcmmlparser.h:
16780         * ext/annodex/gstcmmltag.c:
16781         * ext/annodex/gstcmmltag.h:
16782         * ext/annodex/gstcmmlutils.c:
16783         * ext/annodex/gstcmmlutils.h:
16784         * ext/annodex/gstskeldec.c:
16785         * ext/annodex/gstskeldec.h:
16786         * ext/annodex/gstskeltag.c:
16787         * ext/annodex/gstskeltag.h:
16788         * tests/check/Makefile.am:
16789         * tests/check/elements/cmmldec.c:
16790         * tests/check/elements/cmmlenc.c:
16791         * tests/check/elements/skeldec.c:
16792           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
16793           Includes tests & docs, oh my! Passes Thomas's -good checklist
16794           entirely. Wow.
16795
16796 2006-02-24  Michael Smith  <msmith@fluendo.com>
16797
16798         * autogen.sh:
16799           Check for automake 1.9 as well.
16800
16801 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16802
16803         * ext/flac/gstflacenc.c:
16804           Change min. sample rate to 8kHz to match flacdec's.
16805           
16806 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
16807
16808         * ext/cdio/Makefile.am:
16809           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
16810           required for Cygwin, see #317048)
16811
16812         * gst/rtp/gstasteriskh263.c:
16813           Cygwin has includes for both the unix network socket API
16814           and the windows API, but only one can be included, so fix
16815           includes to only use one or the other, prefering the unxi
16816           one (#317048).
16817
16818 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
16819
16820         * rtp/gst/gstrtppcmadepay.c:
16821         * rtp/gst/gstrtppcmadepay.h:
16822         * rtp/gst/gstgstrtppcmapay.c:
16823         * rtp/gst/gstgstrtppcmapay.h:
16824         * rtp/gst/gstrtppcmudepay.c:
16825         * rtp/gst/gstrtppcmudepay.h:
16826         * rtp/gst/gstrtppcmupay.c:
16827         * rtp/gst/gstrtppcmupay.h:
16828         * rtp/gst/Makefile.am:
16829         * rtp/gst/gstrtp.c:
16830         * rtp/gst/README:
16831         Separated the G711 payloaders/depayloaders into separate elements for
16832         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
16833
16834 2006-02-22  Wim Taymans  <wim@fluendo.com>
16835
16836         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
16837         (gst_dvdec_change_state):
16838         * ext/dv/gstdvdec.h:
16839         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
16840         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
16841         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
16842         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
16843         (gst_dvdemux_flush), (gst_dvdemux_chain),
16844         (gst_dvdemux_change_state):
16845         * ext/dv/gstdvdemux.h:
16846         Ueber spiffify some more, added debug category.
16847         Use _scale.
16848         Use segments, respect playback rate from newsegment.
16849         Fix refcount issue.
16850
16851 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
16852
16853         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
16854         (gst_signal_processor_process):
16855         Fix compilation of LADPSA. It doesn't seem to work, and isn't
16856         enabled for the build, but it helps me win the feature-count
16857         competitions ooh yeah.
16858
16859 2006-02-19  Wim Taymans  <wim@fluendo.com>
16860
16861         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
16862         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
16863         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
16864         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
16865         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
16866         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
16867         Use scaling code for added precission and more correct stop
16868         position in case scale==0.
16869
16870 2006-02-19  Wim Taymans  <wim@fluendo.com>
16871
16872         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
16873         (gst_flxdec_chain):
16874         * gst/flx/gstflxdec.h:
16875         Implement DURATION query.
16876
16877 2006-02-19  Wim Taymans  <wim@fluendo.com>
16878
16879         * gst/flx/flx_color.h:
16880         * gst/flx/flx_fmt.h:
16881         * gst/flx/gstflxdec.c: (gst_flxdec_init),
16882         (gst_flxdec_src_query_handler), (flx_decode_color),
16883         (gst_flxdec_chain):
16884         * gst/flx/gstflxdec.h:
16885         Set MALLOCDATA for the temp buffers so we don't leak.
16886         Some debug cleanups.
16887         Consume all data in the adapter before leaving the chain
16888         function. Fixes #330678.
16889
16890 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
16891
16892         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
16893         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
16894          Handle 0 data size in otherwise valid frames.
16895          Handle numeric strings in 2.4.0 even when not in parentheses 
16896
16897 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
16898
16899         * gst/matroska/matroska-demux.c:
16900         (gst_matroska_demux_subtitle_caps),
16901         (gst_matroska_demux_plugin_init):
16902         * gst/matroska/matroska-ids.h:
16903           Recognise SSA/ASS and USF subtitle formats and
16904           set proper caps when they are found.
16905
16906 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
16907
16908         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
16909         (gst_jpeg_dec_chain):
16910           Fix invalid memory access for some odd-sized images
16911           (see image contained in quicktime stream in #327083);
16912           use g_malloc() instead of g_alloca().
16913
16914 2006-02-17  Wim Taymans  <wim@fluendo.com>
16915
16916         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
16917         Patch from Sebastien Cote, fixes #319884
16918
16919 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
16920
16921         * ext/cdio/gstcdio.c: (plugin_init):
16922           Init debug category (#331253).
16923
16924 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
16925
16926         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
16927           Pass extra_data to gst_riff_create_audio_caps(), so that
16928           WAVEFORMATEX stuff works. Post audio codec name and post
16929           it as taglist on the bus. Allow up to 8 channesl for raw
16930           PCM in the source pad template caps.
16931
16932 2006-02-16  Wim Taymans  <wim@fluendo.com>
16933
16934         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
16935         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
16936         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
16937         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
16938         (gst_multipart_set_property), (gst_multipart_get_property):
16939         Applied #318663. Gives quite a few false positives in
16940         autoscan mode, but it's better than nothing. Not closing yet.
16941
16942 2006-02-16  Wim Taymans  <wim@fluendo.com>
16943
16944         * docs/plugins/Makefile.am:
16945         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16946         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16947         * docs/plugins/gst-plugins-good-plugins.args:
16948         * docs/plugins/inspect/plugin-udp.xml:
16949         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
16950         (gst_udpsrc_start):
16951         Update documentation.
16952         Fix args.
16953
16954 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
16955
16956         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
16957         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
16958         frame size. (Fixes #331368)
16959
16960 2006-02-16  Wim Taymans  <wim@fluendo.com>
16961
16962         * gst/rtsp/README:
16963         Updated README.
16964
16965         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
16966         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
16967         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
16968         * gst/rtsp/gstrtspsrc.h:
16969         Make sure the RTP port is an even port an try to allocate 
16970         another if not.
16971         Added retry property to control max retries for port allocation.
16972         Make sure RTCP port is RTP port+1.
16973         Cleanup when port allocation fails.
16974         Fixes #319183.
16975         
16976 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
16977
16978         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
16979           Don't ignore return value of the parent class's state
16980           change function (#331385, patch by: Wouter Paesen).
16981
16982 2006-02-15  Wim Taymans  <wim@fluendo.com>
16983
16984         * configure.ac:
16985         * docs/plugins/Makefile.am:
16986         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16987         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16988         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16989         * ext/Makefile.am:
16990         * ext/hal/Makefile.am:
16991         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
16992         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
16993         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
16994         (do_toggle_element), (gst_hal_audio_sink_set_property),
16995         (gst_hal_audio_sink_get_property),
16996         (gst_hal_audio_sink_change_state):
16997         * ext/hal/gsthalaudiosink.h:
16998         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
16999         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
17000         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
17001         (do_toggle_element), (gst_hal_audio_src_set_property),
17002         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
17003         * ext/hal/gsthalaudiosrc.h:
17004         * ext/hal/gsthalelements.c: (plugin_init):
17005         * ext/hal/gsthalelements.h:
17006         * ext/hal/hal.c: (gst_hal_get_string),
17007         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
17008         (gst_hal_get_audio_src):
17009         * ext/hal/hal.h:
17010         Add HAL sound device wrapper plugins. Closes #329106
17011
17012 2006-02-15  Wim Taymans  <wim@fluendo.com>
17013
17014         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
17015         Add comment in a fultile attempt to stop the copy-and-paste 
17016         paradigm leading to duplication of bad code.
17017
17018         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
17019         Mime parameters have to be checked case insensitive
17020
17021 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17022
17023         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
17024           Advance stream time for lagging subtitle streams by sending
17025           newsegment events with the update flag set.
17026
17027 2006-02-14  Edward Hervey  <edward@fluendo.com>
17028
17029         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
17030         There can be bogus data before the hdrl LIST tag in the RIFF header.
17031         It's hard to say if it's not respecting the AVI specifications or not,
17032         but since Google Video is producing AVIs like that and the other player
17033         don't seem to complain, I guess we should do the same.
17034
17035 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
17036
17037         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
17038         (parse_split_strings):
17039         Add more validation to ensure that a char encoding conversion
17040         produced a valid UTF-8 string.
17041
17042 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
17043
17044         Reviewed by: Edward Hervey  <edward@fluendo.com>
17045
17046         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17047         Properly handle end of segment. Closes #330885.
17048
17049 2006-02-13  Wim Taymans  <wim@fluendo.com>
17050
17051         * gst/rtp/gstrtpmp4gpay.h:
17052         For got to commit this one.
17053
17054 2006-02-12  Wim Taymans  <wim@fluendo.com>
17055
17056         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
17057         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
17058         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
17059         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
17060         * gst/rtp/gstrtpmp4gpay.h:
17061         Make more things work.
17062         Handle ACC config strings.
17063
17064 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17065
17066         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
17067           set timestamps if no incoming timestamps set
17068
17069 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
17070
17071         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
17072         (gst_tag_demux_do_typefind):
17073           ... and fix the very same leaks in GstTagDemux.
17074
17075 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
17076
17077         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
17078         (gst_id3demux_do_typefind):
17079         Fix a couple of mem leaks. (Patch by Jonathan Matthew
17080         <jonathan at kaolin dot wh9 dot net>)
17081
17082 2006-02-10  Wim Taymans  <wim@fluendo.com>
17083
17084         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
17085         First set options, then set caps or else the baseclass
17086         will not know about the options, duh.
17087
17088 2006-02-10  Wim Taymans  <wim@fluendo.com>
17089
17090         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
17091         (gst_rtp_mp4v_pay_setcaps):
17092         Don't waste time looking for a config string if we have codec_info
17093         on the incomming caps.
17094
17095 2006-02-10  Wim Taymans  <wim@fluendo.com>
17096
17097         * gst/rtp/README:
17098         Say something about case-sensitivity of caps vs mime-attributes.
17099
17100         * gst/rtp/Makefile.am:
17101         * gst/rtp/gstrtp.c: (plugin_init):
17102         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
17103         (gst_rtp_amr_pay_handle_buffer):
17104         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
17105         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
17106         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
17107         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
17108         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
17109         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
17110         (gst_rtp_mp4g_pay_plugin_init):
17111         * gst/rtp/gstrtpmp4gpay.h:
17112         Added beginnings of mpeg4-generic payloader (RFC 3640)
17113
17114 2006-02-09  Wim Taymans  <wim@fluendo.com>
17115
17116         * gst/rtsp/Makefile.am:
17117         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
17118         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
17119         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
17120         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
17121         (gst_rtpdec_change_state):
17122         * gst/rtsp/gstrtpdec.h:
17123         * gst/rtsp/gstrtsp.c: (plugin_init):
17124         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
17125         * gst/rtsp/rtspconnection.c: (read_body),
17126         (rtsp_connection_receive):
17127         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
17128         Resurected rtpdec to make rtspsrc happy again.
17129         Skip attributes from the session id.
17130         Don't crash when dumping a message with an empty body.
17131
17132
17133 2006-02-09  Wim Taymans  <wim@fluendo.com>
17134
17135         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
17136         Added more meaningfull warnings when something goes wrong.
17137         Clear F bit on outgoing AMR packets.
17138
17139         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
17140         (gst_rtp_amr_pay_handle_buffer):
17141         Added debugging category
17142         Support payloading of multiple AMR frames.
17143
17144         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
17145         Added some debugging.
17146
17147 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17148
17149         * configure.ac:
17150           Back to CVS
17151
17152 === release 0.10.2 ===
17153
17154 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17155
17156         * configure.ac:
17157           releasing 0.10.2, "Papa was a rolling stone"
17158
17159 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17160
17161         * configure.ac:
17162           Bump core and plugins-base requirement to 0.10.2.2
17163           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
17164
17165 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17166
17167         * ext/flac/gstflac.c: (plugin_init):
17168         * ext/speex/gstspeex.c: (plugin_init):
17169           Register musicbrainz tags.
17170
17171 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17172
17173         * ext/gconf/gconf.h:
17174           Remove declaration of function that no longer exists.
17175
17176 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17177
17178         * ext/shout2/gstshout2.c: (gst_shout2send_render),
17179         (gst_shout2send_setcaps), (gst_shout2send_change_state):
17180         Make shout2 work for non ogg streams
17181
17182 2006-02-06  Wim Taymans  <wim@fluendo.com>
17183
17184         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
17185         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
17186         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
17187         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
17188         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
17189         * gst/udp/gstmultiudpsink.h:
17190         Updated docs.
17191         Added properties bytes-served, bytes_to_serve.
17192         Post proper error messages,
17193         Emit client added signal too.
17194
17195 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17196
17197         * docs/plugins/Makefile.am:
17198         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17199         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17200         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
17201         (gst_multiudpsink_get_stats):
17202           adding docs for multiudpsink
17203
17204 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17205
17206         * gst/level/gstlevel.c: (gst_level_transform_ip):
17207           peak below decay is not necessarily an error, so don't ERROR log
17208
17209 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17210
17211         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
17212         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
17213         (gst_ebml_write_seek):
17214         * gst/matroska/ebml-write.h:
17215           Make sure we send a newsegment event in BYTES format
17216           before sending buffers (#328531).
17217
17218 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17219
17220         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
17221         (gst_dvdemux_sink_query):
17222         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
17223         * ext/speex/gstspeexdec.c: (speex_get_query_types),
17224         (speex_dec_src_query):
17225         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
17226         (gst_speexenc_sink_query):
17227         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
17228         * gst/matroska/matroska-demux.c:
17229         (gst_matroska_demux_get_src_query_types),
17230         (gst_matroska_demux_handle_src_query):
17231         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
17232         (gst_wavparse_pad_query):
17233           Pass unhandled queries upstream instead of just dropping
17234           them (#326446). Update query type arrays here and there.
17235
17236 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17237
17238         * tests/check/elements/matroskamux.c: (setup_src_pad):
17239           Collectpads in core got changed and now also holds a
17240           reference to any pad that is part of it. Fix refcount
17241           checks in test case accordingly.
17242
17243 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17244
17245         * gst/apetag/gstapedemux.h:
17246           Fix include, for now GstTagDemux is in the apetag dir.
17247
17248 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17249
17250         * docs/plugins/Makefile.am:
17251         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17252         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17253         * docs/plugins/inspect/plugin-cdio.xml:
17254           Add cdio plugin to docs.
17255
17256         * ext/cdio/gstcdiocddasrc.c:
17257           Add gtk-doc blurb.
17258
17259         * ext/cdio/gstcdio.c:
17260           The plugin is called 'cdio' not 'cddio'.
17261
17262 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17263
17264         * configure.ac:
17265         * docs/plugins/Makefile.am:
17266         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17267         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17268         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17269         * docs/plugins/inspect/plugin-apetag.xml:
17270         * gst/apetag/Makefile.am:
17271         * gst/apetag/gstapedemux.c:
17272         * gst/apetag/gstapedemux.h:
17273         * gst/apetag/gsttagdemux.c:
17274         * gst/apetag/gsttagdemux.h:
17275           Add APE tag demuxer (#325649).
17276
17277 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17278
17279         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
17280         (gst_gconf_get_default_video_sink),
17281         (gst_gconf_get_default_audio_src),
17282         (gst_gconf_get_default_video_src):
17283         * ext/gconf/gconf.h:
17284         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
17285         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
17286         (do_toggle_element):
17287         * ext/gconf/gstgconfaudiosink.h:
17288         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
17289         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
17290         (do_toggle_element):
17291         * ext/gconf/gstgconfaudiosrc.h:
17292         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
17293         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
17294         (do_toggle_element):
17295         * ext/gconf/gstgconfvideosink.h:
17296         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
17297         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
17298         (do_toggle_element):
17299         * ext/gconf/gstgconfvideosrc.h:
17300           Ignore changing the GConf key to "". Ignore GConf key updates
17301           that don't actually change the string.
17302           For now, ignore the GConf key when the state is > READY, as
17303           it breaks streaming. Sometime it will be nice to bring the
17304           new sink online even mid-stream, by sending NEWSEGMENT info
17305           and possibly prerolling.
17306           (Fixes #326736)
17307
17308 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17309
17310         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
17311         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
17312         (zoomFilterSetResolution), (zoomFilterDestroy),
17313         (zoomFilterFastRGB), (pointFilter):
17314         * gst/goom/filters.h:
17315         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
17316         (goom_update), (goom_close):
17317         * gst/goom/goom_core.h:
17318         * gst/goom/goom_tools.h:
17319         * gst/goom/graphic.c:
17320         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
17321         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
17322         * gst/goom/gstgoom.h:
17323         * gst/goom/lines.c: (goom_lines):
17324         * gst/goom/lines.h:
17325           Make goom reentrant by moving all important static variables
17326           into instance structures.
17327           (Fixes #329181)
17328
17329 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
17330
17331         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
17332         (gst_avi_demux_all_source_pads_unlinked),
17333         (gst_avi_demux_process_next_entry):
17334         * gst/avi/gstavidemux.h:
17335           Third attempt, use gst_pad_is_linked() this time.
17336
17337 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
17338
17339         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17340         (parse_split_strings):
17341         Adjust for data length indicators when parsing (Fixes #329810)
17342         Fix stupid bug parsing UTF-8 tag text.
17343         Output tag strings with multiple fields as multiple tags, so the
17344         app gets all the data.
17345
17346 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17347
17348         * ext/flac/gstflacenc.c:
17349         Fixed a bug add in last commit, where no event is send. Thanks Tim to
17350         show me.
17351         
17352 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17353
17354         * ext/flac/gstflacenc.c:
17355         * gst/matroska/ebml-read.c:
17356         Just make it compile with --disable-gst-debug.
17357
17358 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
17359
17360         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
17361         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
17362         (id3v2_genre_fields_to_taglist):
17363           Never output a tag with a null contents string.
17364
17365 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17366
17367         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
17368           Only pause if all pads are unlinked AND we've tried to send data
17369           on all of them at least once.
17370
17371 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17372
17373         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
17374         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
17375           Make loop function/task pause itself when all source pads are
17376           unlinked.
17377
17378 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17379
17380         * configure.ac:
17381         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
17382           Use new functions from core to render a bin from a
17383           string. Fixes build. Up requirements to core CVS.
17384
17385 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17386
17387         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
17388           Don't push buffers into the adapter that we are going to
17389           push downstream again without framing anyway. Also, the
17390           adaptor takes ownership of buffers put into it (fixes
17391           auparse pushing invalid buffers for .au files with
17392           ADPCM contents). Finally, set caps on all outgoing buffers.
17393
17394 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
17395
17396         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17397         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
17398         (gst_id3demux_send_tag_event):
17399         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
17400         Someone should kick my butt. Remove ID3v1 tags from the end of the
17401         file.
17402
17403         Improve error messages. Send the TAG message as soon as we complete
17404         typefinding, instead of waiting until we send the first buffer.
17405         Downstream tag event is still sent before the first buffer.
17406
17407 2006-01-27  Jan Gerber  <j@bootlab.org>
17408
17409         Reviewed by: Andy Wingo <wingo@pobox.com>
17410
17411         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
17412         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
17413         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
17414         to not have warings flooding stderr. this is the suggested way
17415         also used in dvgrab and kino. (#328336)
17416
17417 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
17418
17419         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
17420         (gst_oss_sink_init), (gst_oss_sink_finalise):
17421           Free the device name string when finalised.
17422
17423 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
17424
17425         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
17426           Don't put function calls in g_return_if_fail() statements,
17427           or they'll be replaced with NOOPs if someone compiles with
17428           G_DISABLE_CHECKS defined.
17429           
17430 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
17431
17432         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
17433         Never trust ANY information encoded in a media file, especially
17434         when it's giving you sizes. (Fixes #328452)
17435
17436 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
17437
17438         * gst/rtp/gstrtpg711pay.c:
17439         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
17440         bug #325148.
17441
17442 2006-01-23  Edward Hervey  <edward@fluendo.com>
17443
17444         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
17445         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
17446         * gst/matroska/matroska-ids.h:
17447         Added recognition of Real Audio and Video streams in matroska demuxer.
17448
17449 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
17450
17451         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
17452           Remove errant break statement, and fix compilation with
17453           older GCC.
17454
17455 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
17456
17457         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
17458
17459         * sys/sunaudio/gstsunaudiomixerctrl.c:
17460         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
17461           Export functions that are needed in other parts of the code,
17462           makes the mixer actually work; adjust magic minimum buffer-time
17463           value from 3ms to 5ms to work around stuttering during mp3
17464           playback (#327765).
17465
17466 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
17467
17468         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
17469
17470         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
17471         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
17472           Fix possible deadlock in matroska muxer (#327825).
17473
17474 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
17475
17476         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
17477         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17478         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
17479         * gst/rtsp/sdpmessage.h:
17480         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
17481         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
17482           C89 fixes: declare variables at the beginning of a block and
17483           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
17484           <jensgr at gmx dot net>).
17485
17486 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
17487
17488         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17489         * gst/id3demux/id3tags.h:
17490         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17491         (parse_comment_frame), (parse_text_identification_frame),
17492         (id3v2_tag_to_taglist), (id3v2_are_digits),
17493         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
17494         (parse_split_strings), (free_tag_strings):
17495           Rewrite parsing of text tags to handle multiple NULL terminated
17496           strings. Parse numeric genre strings and ID3v2 type
17497           "(3)(6)Alternative" style genre strings.
17498           Parse dates that are only YYYY or YYYY-mm format.
17499           (Fixes #328241 and #322154)
17500
17501 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
17502
17503         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
17504           Don't forget to initialize liboil, otherwise our oil functions
17505           will crash (fixes #327871; patch by: Christoph Burghardt
17506           <hawkes at web dot de>).
17507
17508 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
17509
17510         * configure.ac:
17511           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
17512           like in the core and gst-plugins-base. Fixes #324367 and #326683;
17513           patch by: Brian Cameron <brian dot cameron at sun dot com>
17514
17515 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
17516
17517         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
17518         * ext/cdio/gstcdio.h:
17519         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
17520           Fix build for libcdio versions >= 76; give slightly lower rank
17521           than cdparanoia.
17522
17523 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
17524
17525         * configure.ac:
17526         * ext/Makefile.am:
17527         * ext/cdio/Makefile.am:
17528         * ext/cdio/gstcdio.c:
17529         * ext/cdio/gstcdio.h:
17530         * ext/cdio/gstcdiocddasrc.c:
17531         * ext/cdio/gstcdiocddasrc.h:
17532           Port libcdio cdda source, formerly known as cddasrc, now known as
17533           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
17534           but that's not tested (fixes #317658).
17535
17536 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
17537
17538         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
17539           Fix conversion from TIME to BYTES format (fixes #326864;
17540           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
17541
17542 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
17543
17544         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
17545           Fix compilation of id3demux when zlib is not present.
17546           (Fixes #326602; patch by: Sergey Scobich)
17547
17548 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
17549
17550         * ext/esd/Makefile.am:
17551           Add $(ESD_CFLAGS), otherwise build will fail for folks
17552           with libesd in a non-standard prefix (#327009).
17553
17554 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17555
17556         * configure.ac:
17557           back to HEAD
17558
17559 === release 0.10.1 ===
17560
17561 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
17562
17563         * configure.ac:
17564           releasing 0.10.1, "Li"
17565
17566 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17567
17568           patch by: Wim Taymans
17569
17570         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17571           fix memleak.  Fixes #326618
17572
17573 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17574
17575           patch by: Mike Smith
17576
17577         * gst/level/gstlevel.c: (gst_level_message_new),
17578         (gst_level_message_append_channel):
17579           Fix memleak.  Fixes #326612
17580
17581 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
17582
17583         * configure.ac:
17584           prereleasing
17585         * po/af.po:
17586         * po/az.po:
17587         * po/cs.po:
17588         * po/en_GB.po:
17589         * po/hu.po:
17590         * po/it.po:
17591         * po/nb.po:
17592         * po/nl.po:
17593         * po/or.po:
17594         * po/sq.po:
17595         * po/sr.po:
17596         * po/sv.po:
17597         * po/uk.po:
17598         * po/vi.po:
17599           update translations
17600
17601 2006-01-10  Michael Smith  <msmith@fluendo.com>
17602
17603         * gst/level/gstlevel.c: (gst_level_class_init),
17604         (gst_level_dispose):
17605           Don't leak filter arrays.
17606
17607 2006-01-09 Brian Cameron <brian.cameron@sun.com>
17608
17609         reviewed by: Christian Schaller <uraeus@gnome.org>
17610         
17611         * configure.ac:
17612         * gst-plugins-good.spec.in:
17613         * sys/Makefile.am:
17614         * sys/sunaudio/Makefile.am:
17615         * sys/sunaudio/gstsunaudio.c: (plugin_init):
17616         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
17617         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
17618         (gst_sunaudiomixer_change_state):
17619         * sys/sunaudio/gstsunaudiomixer.h:
17620         * sys/sunaudio/gstsunaudiomixerctrl.c:
17621         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
17622         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
17623         (gst_sunaudiomixer_ctrl_list_tracks),
17624         (gst_sunaudiomixer_ctrl_get_volume),
17625         (gst_sunaudiomixer_ctrl_set_volume),
17626         (gst_sunaudiomixer_ctrl_set_mute),
17627         (gst_sunaudiomixer_ctrl_set_record):
17628         * sys/sunaudio/gstsunaudiomixerctrl.h:
17629         * sys/sunaudio/gstsunaudiomixertrack.c:
17630         (gst_sunaudiomixer_track_class_init),
17631         (gst_sunaudiomixer_track_init), (fill_labels),
17632         (gst_sunaudiomixer_track_new):
17633         * sys/sunaudio/gstsunaudiomixertrack.h:
17634         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
17635         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
17636         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
17637         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
17638         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
17639         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
17640         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
17641         * sys/sunaudio/gstsunaudiosink.h:
17642
17643         Add SunAudio plugin - tested to make sure it doesn't break
17644         the build under GNU/Linux.      
17645
17646 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
17647
17648         * gst-plugins-good/gst/udp/gstdynudpsink.c:
17649         * gst-plugins-good/gst/udp/gstudpsrc.c:
17650         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
17651         overrides the port or multicast parameters. Fixes bugs #323021.
17652         API addition: adds GstUDPSrc::sockfd property   
17653
17654 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
17655
17656         * ext/gconf/Makefile.am:
17657         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
17658         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
17659         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
17660         (do_toggle_element), (cb_toggle_element),
17661         (gst_gconf_audio_src_change_state):
17662         * ext/gconf/gstgconfaudiosrc.h:
17663         * ext/gconf/gstgconfelements.c: (plugin_init):
17664         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
17665         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
17666         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
17667         (do_toggle_element), (cb_toggle_element),
17668         (gst_gconf_video_src_change_state):
17669         * ext/gconf/gstgconfvideosrc.h:
17670           Add new gconfaudiosrc and gconfvideosrc elements
17671           (needed for gnome-sound-recorder).
17672
17673 2006-01-06  Edward Hervey  <edward@fluendo.com>
17674
17675         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
17676         Add gst_element_no_more_pads() for proper decodebin behaviour.
17677         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
17678         (parse_text_identification_frame), (parse_split_strings):
17679         Failure to decode some tags is not a GST_ERROR() but a
17680         GST_WARNING()
17681         When iterating over a chunk of text, check that we haven't gone too
17682         far.
17683
17684 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
17685
17686         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
17687         (plugin_init):
17688           call oil_init() when using liboil
17689
17690 2006-01-04  Wim Taymans  <wim@fluendo.com>
17691
17692         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17693         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17694         Fix leaks.
17695
17696 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
17697
17698         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
17699
17700         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
17701         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
17702         (gst_flac_dec_change_state):
17703           Don't g_assert() where we should just return FALSE; remove
17704           unnecessary g_assert(); initialize some fields properly in
17705           state change function (fixes #325504). Also, use
17706           GST_DEBUG_OBJECT in two more places.
17707
17708 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
17709
17710         * configure.ac:
17711           also remove smoothwave's Makefile.am
17712         * docs/plugins/Makefile.am:
17713           fix plugin docs
17714
17715 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
17716
17717         * tests/examples/Makefile.am:
17718           added missing Makefile.am
17719
17720 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
17721
17722         * configure.ac:
17723         * gst/level/Makefile.am:
17724         * gst/level/level-example.c:
17725         * tests/Makefile.am:
17726         * tests/examples/level/Makefile.am:
17727         * tests/examples/level/level-example.c: (message_handler), (main):
17728           moved level-example to tests/examples/level-example
17729         * tests/old/examples/level/demo.c: (main):
17730         * tests/old/examples/level/plot.c: (main):
17731           some initial fixes
17732
17733 2005-12-29  Michael Smith  <msmith@fluendo.com>
17734
17735         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
17736         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
17737         * gst/udp/gstmultiudpsink.h:
17738           Track packets sent per client in addition to bytes sent; provide
17739           this info through get-stats signal
17740
17741 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
17742
17743         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
17744           Can't use gst_object_unref() on a GstAdapter (#325191).
17745
17746 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
17747
17748         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17749         If a broken tag has 0 bytes payload, at least still skip
17750         the 10 byte header
17751
17752 2005-12-22  Philippe Khalaf  <burger@speedy.org>
17753
17754         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
17755         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
17756         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
17757         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
17758           Making these depayloaders (H263+ and mpeg4 video) inherit from
17759           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
17760
17761 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
17762
17763         * docs/plugins/gst-plugins-good-plugins.args:
17764         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17765         Regenerate the plugin hiearchy.
17766
17767 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
17768
17769         * docs/plugins/Makefile.am:
17770         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17771         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17772         * docs/plugins/gst-plugins-good-plugins.args:
17773         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
17774         (gst_id3demux_base_init), (gst_id3demux_class_init),
17775         (gst_id3demux_chain):
17776         * gst/id3demux/gstid3demux.h:
17777           Add documentation for id3demux.
17778           Don't fail if the first buffer is not at offset 0, just
17779           attempt to typefind and do pass through
17780           Rename the gst_type function from gst_gst_id3demux..
17781
17782 2005-12-20  Michael Smith  <msmith@fluendo.com>
17783
17784         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
17785         (gst_multiudpsink_add), (gst_multiudpsink_remove),
17786         (gst_multiudpsink_get_stats):
17787         * gst/udp/gstmultiudpsink.h:
17788           Collect statistics; return them from get_stats.
17789
17790 2005-12-19  Edward Hervey  <edward@fluendo.com>
17791
17792         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
17793         Stupid signedness issue...
17794
17795 2005-12-19  Edward Hervey  <edward@fluendo.com>
17796
17797         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
17798         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
17799         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
17800         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
17801         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
17802         Construct index for indexless files.
17803         Make sure pad/buffers are correctly reset to NULL once we don't need
17804         them anymore, else we get lovely segfaults/assertions.
17805         * gst/wavparse/gstwavparse.c:
17806         Yes, you can have 96KHz audio and wma in wav :(
17807
17808 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
17809
17810         * configure.ac:
17811           Check for optional dependency on zlib for id3demux
17812
17813         * gst/id3demux/Makefile.am:
17814         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
17815         (gst_id3demux_base_init), (gst_id3demux_class_init),
17816         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
17817         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
17818         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
17819         (gst_id3demux_set_property), (gst_id3demux_get_property),
17820         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
17821         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
17822         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
17823         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
17824         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
17825         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
17826         (simple_find_peek), (simple_find_suggest),
17827         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
17828         (plugin_init):
17829         * gst/id3demux/gstid3demux.h:
17830         * gst/id3demux/id3tags.c: (read_synch_uint),
17831         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
17832         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
17833         (id3demux_id3v2_frames_to_tag_list):
17834         * gst/id3demux/id3tags.h:
17835         * gst/id3demux/id3v2.4.0-frames.txt:
17836         * gst/id3demux/id3v2.4.0-structure.txt:
17837         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17838         (parse_comment_frame), (parse_text_identification_frame),
17839         (id3v2_tag_to_taglist), (parse_split_strings):
17840           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
17841           otherwise it discards them. Works on my test files. 
17842
17843         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
17844           Don't send EOS to a non-existing srcpad
17845           The debug category can be static
17846
17847 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
17848
17849         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
17850         * ext/esd/esdsink.c: (gst_esdsink_prepare):
17851         * gst/multipart/multipartdemux.c:
17852           change some char* into char[]
17853
17854 2005-12-16  Wim Taymans  <wim@fluendo.com>
17855
17856         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17857         (gst_wavparse_other), (gst_wavparse_perform_seek),
17858         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
17859         (gst_wavparse_loop), (gst_wavparse_pad_convert),
17860         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
17861         * gst/wavparse/gstwavparse.h:
17862         Use GstSegment to implement more seeking features.
17863
17864 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
17865
17866         * gst/rtsp/rtspconnection.c:
17867           Add <netinet/in.h> include and move <arpa/inet.h> include
17868           to make things work on OpenBSD as well (fixes #323717;
17869           patch by: Benjamin Pineau)
17870
17871 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
17872
17873         * gst/rtp/gstrtpspeexdepay.c:
17874         * gst/rtp/gstrtpspeexpay.c:
17875         Set clock rate to be fixed in 8000. It fixes bug #324012.
17876
17877 2005-12-14  Philippe Khalaf  <burger@speedy.org>
17878
17879         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
17880         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
17881         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
17882         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
17883         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
17884         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
17885         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
17886         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
17887         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
17888         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
17889         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
17890         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
17891         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
17892         * gst-plugins-good/gst/rtp/README:
17893         Fixed payload range in payloder caps. Removed payload range completely
17894         from depayloaders as they don't require payload type in their caps.
17895         In effect, there isn't any specific payload type for any given codec,
17896         only suggestions.
17897         Fixes bug #324011.
17898
17899 2005-12-13  Julien MOUTTE  <julien@moutte.net>
17900
17901         * gst/videomixer/videomixer.c: (gst_videomixer_init),
17902         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
17903         (gst_videomixer_collected): Code cleanup and re-enabling 
17904         queued time validity check for correct EOS handling.
17905
17906 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
17907
17908         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
17909         (gst_oss_mixer_element_get_property),
17910         (gst_oss_mixer_element_change_state):
17911         Add 'device-name' property and fix state change function.
17912
17913 2005-12-13  Edward Hervey  <edward@fluendo.com>
17914
17915         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
17916         If the speed of the file is null in the header, set the frame_time to
17917         the default setting of GST_SECOND / 70. Which is the default
17918         frame_delay for .fli files as stated in this document :
17919         http://www.compuphase.com/flic.htm
17920         Would be nice to have the time conversion done properly too (duration =
17921         flxh->frames * flxdec->frame_time)
17922
17923 2005-12-12  Julien MOUTTE  <julien@moutte.net>
17924
17925         * docs/plugins/Makefile.am:
17926         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17927         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17928         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17929         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
17930         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
17931         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
17932         documentation for videomixer on my way with a funny sample
17933         pipeline.
17934
17935 2005-12-12  Julien MOUTTE  <julien@moutte.net>
17936
17937         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
17938         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
17939         (gst_videomixer_update_queues), (gst_videomixer_collected):
17940         Fix caps negotiation. (#323896)
17941
17942 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
17943
17944         * gst/matroska/matroska-demux.c:
17945         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
17946           Set correct timestamps on audio laces, fixes playback of mp3 from
17947                 matroska.
17948
17949 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
17950
17951         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
17952         (gst_au_parse_class_init), (gst_au_parse_init),
17953         (gst_au_parse_dispose), (gst_au_parse_chain),
17954         (gst_au_parse_change_state), (plugin_init):
17955         * gst/auparse/gstauparse.h:
17956           Use gst_object_unref() for GstObjects instead of
17957           g_object_unref() and fix a mem leak in a debug
17958           statement; while we're at it, also borgify, use
17959           boilerplate macros and clean up a little bit.
17960
17961 2005-12-11  Edward Hervey  <edward@fluendo.com>
17962
17963         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17964         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
17965         Added pull mode.
17966
17967 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
17968
17969         * gst/goom/gstgoom.c:
17970         * gst/level/level-example.c: (main):
17971         * gst/smoothwave/demo-osssrc.c: (main):
17972           Use audiotestsrc instead of sinesrc (#323798).
17973
17974 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
17975
17976         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
17977           more debug-func-ptr usage
17978
17979 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
17980
17981         * gst/flx/flx_color.c: (flx_colorspace_convert):
17982         * gst/flx/flx_color.h:
17983         * gst/flx/flx_fmt.h:
17984         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
17985         * gst/flx/gstflxdec.h:
17986           Now flxdec works on big-endian machines as well.
17987
17988 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
17989
17990         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
17991         (gst_fenced_buffer_copy):
17992           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
17993           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
17994           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
17995           and use GST_DEBUG_FUNCPTR for pad functions.
17996
17997 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
17998
17999         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
18000         (gst_flac_dec_class_init), (gst_flac_dec_init),
18001         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
18002         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
18003         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
18004         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
18005         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
18006         (gst_flac_dec_change_state):
18007         * ext/flac/gstflacdec.h:
18008           Rewrite flacdec a bit, so that even seeking might work now. Most
18009           importantly, don't act upon any flow return values we get, just tell
18010           the decoder everything's dandy and act on the flow return values
18011           later on in the loop function. We don't want to mess up the internal
18012           decoder state for non-fatal things like flushing pads etc. Other
18013           than that, use GstSegment (segment seeks don't work yet though, but
18014           should be easy to add), use boilerplate macros, drop the superfluous
18015           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
18016           lots of other things.
18017
18018 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
18019
18020         * configure.ac:
18021           Update comment in OSS includes check.
18022
18023         * sys/oss/gstossdmabuffer.c:
18024         * sys/oss/gstosshelper.c:
18025         * sys/oss/gstossmixer.c:
18026         * sys/oss/gstossmixertrack.c:
18027         * sys/oss/gstosssink.c:
18028         * sys/oss/gstosssrc.c:
18029         * sys/oss/oss_probe.c:
18030           Don't assume the OSS soundcard.h include is always in
18031           the sys/ directory. Instead, use the existing defines
18032           from config.h to include the right file. Fixes
18033           compilation on OpenBSD 3.8 (#323718).
18034
18035 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18036
18037         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18038         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18039         * docs/plugins/inspect/plugin-1394.xml:
18040         * docs/plugins/inspect/plugin-aasink.xml:
18041         * docs/plugins/inspect/plugin-alaw.xml:
18042         * docs/plugins/inspect/plugin-alpha.xml:
18043         * docs/plugins/inspect/plugin-alphacolor.xml:
18044         * docs/plugins/inspect/plugin-auparse.xml:
18045         * docs/plugins/inspect/plugin-autodetect.xml:
18046         * docs/plugins/inspect/plugin-avi.xml:
18047         * docs/plugins/inspect/plugin-cacasink.xml:
18048         * docs/plugins/inspect/plugin-cairo.xml:
18049         * docs/plugins/inspect/plugin-cutter.xml:
18050         * docs/plugins/inspect/plugin-debug.xml:
18051         * docs/plugins/inspect/plugin-dv.xml:
18052         * docs/plugins/inspect/plugin-efence.xml:
18053         * docs/plugins/inspect/plugin-effectv.xml:
18054         * docs/plugins/inspect/plugin-esdsink.xml:
18055         * docs/plugins/inspect/plugin-flac.xml:
18056         * docs/plugins/inspect/plugin-flxdec.xml:
18057         * docs/plugins/inspect/plugin-gconfelements.xml:
18058         * docs/plugins/inspect/plugin-goom.xml:
18059         * docs/plugins/inspect/plugin-jpeg.xml:
18060         * docs/plugins/inspect/plugin-level.xml:
18061         * docs/plugins/inspect/plugin-matroska.xml:
18062         * docs/plugins/inspect/plugin-mulaw.xml:
18063         * docs/plugins/inspect/plugin-multipart.xml:
18064         * docs/plugins/inspect/plugin-navigationtest.xml:
18065         * docs/plugins/inspect/plugin-ossaudio.xml:
18066         * docs/plugins/inspect/plugin-png.xml:
18067         * docs/plugins/inspect/plugin-rtp.xml:
18068         * docs/plugins/inspect/plugin-rtsp.xml:
18069         * docs/plugins/inspect/plugin-shout2send.xml:
18070         * docs/plugins/inspect/plugin-smpte.xml:
18071         * docs/plugins/inspect/plugin-speex.xml:
18072         * docs/plugins/inspect/plugin-udp.xml:
18073         * docs/plugins/inspect/plugin-videobox.xml:
18074         * docs/plugins/inspect/plugin-videoflip.xml:
18075         * docs/plugins/inspect/plugin-videomixer.xml:
18076         * docs/plugins/inspect/plugin-wavenc.xml:
18077         * docs/plugins/inspect/plugin-wavparse.xml:
18078         * ext/flac/gstflac.c: (plugin_init):
18079         * ext/flac/gstflacdec.c: (flacdec_get_type),
18080         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
18081         (gst_flac_dec_init), (gst_flac_dec_finalize),
18082         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
18083         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
18084         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
18085         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
18086         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
18087         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
18088         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
18089         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
18090         * ext/flac/gstflacdec.h:
18091         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
18092         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
18093         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
18094         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
18095         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
18096         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
18097         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
18098         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
18099         (gst_flac_enc_change_state):
18100         * ext/flac/gstflacenc.h:
18101           borgify and fix up documentation
18102
18103 2005-12-09  Michael Smith  <msmith@fluendo.com>
18104
18105         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
18106           Accept a wider range of flac files, more closely matching flac spec.
18107
18108 2005-12-08  Julien MOUTTE  <julien@moutte.net>
18109
18110         * docs/plugins/Makefile.am: Add multipart elements.
18111         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18112         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
18113         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18114         * gst/multipart/multipartdemux.c:
18115         * gst/multipart/multipartmux.c: Add docs.
18116
18117 2005-12-07  Edward Hervey  <edward@fluendo.com>
18118
18119         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
18120         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
18121         (gst_avi_demux_invert):
18122         Memleak and crasher fixes.
18123         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
18124         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
18125         Memleak fixes
18126
18127 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18128
18129         * ext/aalib/gstaasink.h:
18130         * ext/cairo/gsttextoverlay.h:
18131         * ext/dv/gstdvdec.h:
18132         * ext/dv/gstdvdemux.c:
18133         * ext/dv/gstdvdemux.h:
18134         * ext/esd/esdsink.h:
18135         * ext/flac/flac_compat.h:
18136         * ext/flac/gstflacdec.h:
18137         * ext/flac/gstflacenc.h:
18138         * ext/gconf/gconf.h:
18139         * ext/gconf/gstgconfaudiosink.h:
18140         * ext/gconf/gstgconfvideosink.h:
18141         * ext/gdk_pixbuf/gstgdkanimation.h:
18142         * ext/jpeg/gstjpegdec.h:
18143         * ext/jpeg/smokecodec.h:
18144         * ext/jpeg/smokeformat.h:
18145         * ext/ladspa/gstsignalprocessor.h:
18146         * ext/ladspa/search.c: (LADSPAPluginSearch):
18147         * ext/ladspa/utils.h:
18148         * ext/libmng/gstmng.c:
18149         * ext/libmng/gstmngdec.h:
18150         * ext/libmng/gstmngenc.c:
18151         * ext/libmng/gstmngenc.h:
18152         * ext/libpng/gstpng.c:
18153         * ext/libpng/gstpngenc.c:
18154         * ext/libpng/gstpngenc.h:
18155         * ext/shout2/gstshout2.h:
18156         * ext/speex/gstspeexdec.h:
18157         * ext/speex/gstspeexenc.c:
18158         * ext/speex/gstspeexenc.h:
18159         * gst/auparse/gstauparse.c: (gst_auparse_chain):
18160         * gst/autodetect/gstautoaudiosink.h:
18161         * gst/autodetect/gstautovideosink.h:
18162         * gst/avi/gstavidemux.h:
18163         * gst/cutter/gstcutter.c: (gst_cutter_chain),
18164         (gst_cutter_set_property), (gst_cutter_get_caps):
18165         * gst/cutter/gstcutter.h:
18166         * gst/debug/tests.c: (md5_process_block):
18167         * gst/debug/tests.h:
18168         * gst/effectv/gstwarp.c:
18169         * gst/flx/flx_fmt.h:
18170         * gst/flx/gstflxdec.h:
18171         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
18172         (zoomFilterFastRGB):
18173         * gst/goom/filters.h:
18174         * gst/goom/goom_tools.h:
18175         * gst/law/alaw-encode.c:
18176         * gst/level/gstlevel.c:
18177         * gst/level/gstlevel.h:
18178         * gst/matroska/ebml-write.h:
18179         * gst/matroska/matroska-demux.h:
18180         * gst/matroska/matroska-ids.h:
18181         * gst/matroska/matroska-mux.h:
18182         * gst/monoscope/convolve.c: (convolve_match):
18183         * gst/monoscope/convolve.h:
18184         * gst/multipart/multipartmux.c:
18185         * gst/oldcore/gstaggregator.c:
18186         * gst/oldcore/gstaggregator.h:
18187         * gst/oldcore/gstmd5sink.c: (md5_process_block):
18188         * gst/oldcore/gstmd5sink.h:
18189         * gst/oldcore/gstmultifilesrc.c:
18190         * gst/oldcore/gstmultifilesrc.h:
18191         * gst/oldcore/gstpipefilter.h:
18192         * gst/oldcore/gstshaper.h:
18193         * gst/rtp/gstrtpL16depay.h:
18194         * gst/rtp/gstrtpL16pay.h:
18195         * gst/rtp/gstrtpdepay.h:
18196         * gst/rtp/gstrtpmp4vpay.c:
18197         * gst/rtp/gstrtpmp4vpay.h:
18198         * gst/rtsp/gstrtspsrc.c:
18199         * gst/rtsp/gstrtspsrc.h:
18200         * gst/rtsp/rtspconnection.h:
18201         * gst/rtsp/rtspdefs.h:
18202         * gst/rtsp/rtspmessage.h:
18203         * gst/rtsp/rtsptransport.h:
18204         * gst/rtsp/rtspurl.c:
18205         * gst/rtsp/rtspurl.h:
18206         * gst/rtsp/sdpmessage.c:
18207         * gst/rtsp/sdpmessage.h:
18208         * gst/smpte/barboxwipes.c:
18209         * gst/smpte/gstmask.h:
18210         * gst/smpte/gstsmpte.h:
18211         * gst/smpte/paint.c:
18212         * gst/smpte/paint.h:
18213         * gst/udp/gstdynudpsink.h:
18214         * gst/udp/gstmultiudpsink.h:
18215         * gst/udp/gstudpsink.c:
18216         * gst/udp/gstudpsink.h:
18217         * gst/udp/gstudpsrc.c:
18218         * gst/videomixer/videomixer.c:
18219         * gst/wavenc/riff.h:
18220         * gst/wavparse/gstwavparse.h:
18221         * sys/oss/gstossdmabuffer.h:
18222         * sys/oss/gstossmixer.h:
18223         * sys/oss/gstossmixerelement.h:
18224         * sys/oss/gstossmixertrack.h:
18225         * sys/oss/gstosssink.c:
18226         * sys/oss/gstosssink.h:
18227         * sys/oss/gstosssrc.c:
18228         * sys/oss/gstosssrc.h:
18229         * sys/osxaudio/gstosxaudioelement.h:
18230         * sys/osxaudio/gstosxaudiosink.h:
18231         * sys/osxaudio/gstosxaudiosrc.h:
18232           expand tabs
18233
18234 === release 0.10.0 ===
18235
18236 2005-12-05   <thomas (at) apestaart (dot) org>
18237
18238         * configure.ac:
18239           releasing 0.10.0, "Abondance"
18240
18241 2005-12-05  Andy Wingo  <wingo@pobox.com>
18242
18243         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
18244         * ext/flac/gstflacdec.c: (gst_flacdec_write):
18245         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
18246         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
18247         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
18248         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
18249         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
18250         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
18251         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
18252         * ext/speex/gstspeexdec.c: (speex_dec_chain):
18253         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
18254         * gst/auparse/gstauparse.c: (gst_auparse_chain):
18255         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
18256         * gst/goom/gstgoom.c: (gst_goom_chain):
18257         * gst/matroska/matroska-demux.c:
18258         (gst_matroska_demux_push_vorbis_codec_priv_data),
18259         (gst_matroska_demux_add_wvpk_header):
18260         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
18261         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
18262         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
18263         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
18264         alloc_buffer changes.
18265
18266 2005-12-05  Michael Smith  <msmith@fluendo.com>
18267
18268         * docs/plugins/gst-plugins-good-plugins.args:
18269           Remove args for plugins that aren't in -good.
18270
18271 === release 0.9.7 ===
18272
18273 2005-12-01   <thomas (at) apestaart (dot) org>
18274
18275         * configure.ac:
18276           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
18277
18278 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18279
18280         * docs/plugins/.cvsignore:
18281         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18282         * docs/plugins/inspect/plugin-multipart.xml:
18283         * docs/plugins/inspect/plugin-rtp.xml:
18284           add multipart plugin to docs
18285
18286 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18287
18288         * configure.ac:
18289         * ext/Makefile.am:
18290         * ext/pango/Makefile.am:
18291         * ext/pango/gstclockoverlay.c:
18292         * ext/pango/gstclockoverlay.h:
18293         * ext/pango/gsttextoverlay.c:
18294         * ext/pango/gsttextoverlay.h:
18295         * ext/pango/gsttextrender.c:
18296         * ext/pango/gsttextrender.h:
18297         * ext/pango/gsttimeoverlay.c:
18298         * ext/pango/gsttimeoverlay.h:
18299           move pango to base
18300
18301 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18302
18303         * gst/rtp/Makefile.am:
18304         * gst/rtp/gstrtpL16depay.c:
18305         * gst/rtp/gstrtpL16depay.h:
18306         * gst/rtp/gstrtpL16parse.c:
18307         * gst/rtp/gstrtpL16parse.h:
18308         * gst/rtp/gstrtpgsmdepay.c:
18309         * gst/rtp/gstrtpgsmdepay.h:
18310         * gst/rtp/gstrtpgsmparse.c:
18311         * gst/rtp/gstrtpgsmparse.h:
18312           parsers are depayers
18313
18314 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18315
18316         * gst/rtp/Makefile.am:
18317         * gst/rtp/gstasteriskh263.c:
18318         * gst/rtp/gstrtp.c:
18319         * gst/rtp/gstrtpL16enc.c:
18320         * gst/rtp/gstrtpL16enc.h:
18321         * gst/rtp/gstrtpL16parse.c:
18322         * gst/rtp/gstrtpL16parse.h:
18323         * gst/rtp/gstrtpL16pay.c:
18324         * gst/rtp/gstrtpL16pay.h:
18325         * gst/rtp/gstrtpamrdec.c:
18326         * gst/rtp/gstrtpamrdec.h:
18327         * gst/rtp/gstrtpamrdepay.c:
18328         * gst/rtp/gstrtpamrdepay.h:
18329         * gst/rtp/gstrtpamrenc.c:
18330         * gst/rtp/gstrtpamrenc.h:
18331         * gst/rtp/gstrtpamrpay.c:
18332         * gst/rtp/gstrtpamrpay.h:
18333         * gst/rtp/gstrtpdec.c:
18334         * gst/rtp/gstrtpdec.h:
18335         * gst/rtp/gstrtpdepay.c:
18336         * gst/rtp/gstrtpdepay.h:
18337         * gst/rtp/gstrtpg711dec.c:
18338         * gst/rtp/gstrtpg711dec.h:
18339         * gst/rtp/gstrtpg711depay.c:
18340         * gst/rtp/gstrtpg711depay.h:
18341         * gst/rtp/gstrtpg711enc.c:
18342         * gst/rtp/gstrtpg711enc.h:
18343         * gst/rtp/gstrtpg711pay.c:
18344         * gst/rtp/gstrtpg711pay.h:
18345         * gst/rtp/gstrtpgsmenc.c:
18346         * gst/rtp/gstrtpgsmenc.h:
18347         * gst/rtp/gstrtpgsmparse.c:
18348         * gst/rtp/gstrtpgsmparse.h:
18349         * gst/rtp/gstrtpgsmpay.c:
18350         * gst/rtp/gstrtpgsmpay.h:
18351         * gst/rtp/gstrtph263enc.c:
18352         * gst/rtp/gstrtph263enc.h:
18353         * gst/rtp/gstrtph263pay.c:
18354         * gst/rtp/gstrtph263pay.h:
18355         * gst/rtp/gstrtph263pdec.c:
18356         * gst/rtp/gstrtph263pdec.h:
18357         * gst/rtp/gstrtph263pdepay.c:
18358         * gst/rtp/gstrtph263pdepay.h:
18359         * gst/rtp/gstrtph263penc.c:
18360         * gst/rtp/gstrtph263penc.h:
18361         * gst/rtp/gstrtph263ppay.c:
18362         * gst/rtp/gstrtph263ppay.h:
18363         * gst/rtp/gstrtpmp4vdec.c:
18364         * gst/rtp/gstrtpmp4vdec.h:
18365         * gst/rtp/gstrtpmp4vdepay.c:
18366         * gst/rtp/gstrtpmp4vdepay.h:
18367         * gst/rtp/gstrtpmp4venc.c:
18368         * gst/rtp/gstrtpmp4venc.h:
18369         * gst/rtp/gstrtpmp4vpay.c:
18370         * gst/rtp/gstrtpmp4vpay.h:
18371         * gst/rtp/gstrtpmpadec.c:
18372         * gst/rtp/gstrtpmpadec.h:
18373         * gst/rtp/gstrtpmpadepay.c:
18374         * gst/rtp/gstrtpmpadepay.h:
18375         * gst/rtp/gstrtpmpaenc.c:
18376         * gst/rtp/gstrtpmpaenc.h:
18377         * gst/rtp/gstrtpmpapay.c:
18378         * gst/rtp/gstrtpmpapay.h:
18379         * gst/rtp/gstrtpspeexdec.c:
18380         * gst/rtp/gstrtpspeexdec.h:
18381         * gst/rtp/gstrtpspeexdepay.c:
18382         * gst/rtp/gstrtpspeexdepay.h:
18383         * gst/rtp/gstrtpspeexenc.c:
18384         * gst/rtp/gstrtpspeexenc.h:
18385         * gst/rtp/gstrtpspeexpay.c:
18386         * gst/rtp/gstrtpspeexpay.h:
18387           Do burger's rename for rtp payloaders and depayloaders
18388
18389 2005-11-30  Wim Taymans  <wim@fluendo.com>
18390
18391         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
18392         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
18393         * ext/dv/gstdvdemux.h:
18394         Fix seeking in dvdemux again, add some more debug info.
18395
18396 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18397
18398         * configure.ac:
18399           fix tests
18400
18401 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18402
18403         * PORTED_09:
18404         * docs/random/PORTED_09:
18405           move
18406         * tests/Makefile.am:
18407           add
18408         * win32/gst.sln:
18409           remove
18410
18411 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18412
18413         * Makefile.am:
18414         * check/.cvsignore:
18415         * check/Makefile.am:
18416         * check/elements/.cvsignore:
18417         * check/elements/level.c:
18418         * check/elements/matroskamux.c:
18419         * configure.ac:
18420         * examples/Makefile.am:
18421         * examples/capsfilter/Makefile.am:
18422         * examples/capsfilter/capsfilter1.c:
18423         * examples/gob/Makefile.am:
18424         * examples/gob/gst-identity2.gob:
18425         * examples/gstplay/.cvsignore:
18426         * examples/gstplay/Makefile.am:
18427         * examples/gstplay/player.c:
18428         * examples/indexing/.cvsignore:
18429         * examples/indexing/Makefile.am:
18430         * examples/indexing/indexmpeg.c:
18431         * examples/level/Makefile.am:
18432         * examples/level/README:
18433         * examples/level/demo.c:
18434         * examples/level/plot.c:
18435         * examples/stats/Makefile.am:
18436         * examples/stats/mp2ogg.c:
18437         * examples/switch/.cvsignore:
18438         * examples/switch/Makefile.am:
18439         * examples/switch/switcher.c:
18440           move under tests/
18441
18442 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
18443
18444         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
18445         (gst_text_render_class_init), (resize_bitmap),
18446         (gst_text_render_render_text), (gst_text_render_setcaps),
18447         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
18448         (gst_text_render_chain), (gst_text_render_finalize),
18449         (gst_text_render_init), (gst_text_render_set_property):
18450         * ext/pango/gsttextrender.h:
18451           Add missing files.
18452
18453 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
18454
18455         * configure.ac:
18456         * ext/Makefile.am:
18457         * ext/pango/Makefile.am:
18458         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
18459         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
18460         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
18461         * ext/pango/gstclockoverlay.h:
18462         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
18463         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
18464         (gst_text_overlay_finalize), (gst_text_overlay_init),
18465         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
18466         (gst_text_overlay_text_pad_linked),
18467         (gst_text_overlay_text_pad_unlinked),
18468         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
18469         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
18470         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
18471         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
18472         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
18473         (gst_text_overlay_change_state), (plugin_init):
18474         * ext/pango/gsttextoverlay.h:
18475         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
18476         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
18477         (gst_time_overlay_class_init), (gst_time_overlay_init):
18478         * ext/pango/gsttimeoverlay.h:
18479           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
18480           and add background shading and text wrapping modes. Make 
18481           timoverlay derive from textoverlay. Also add new clockoverlay
18482           element.
18483
18484 2005-11-30  Julien MOUTTE  <julien@moutte.net>
18485
18486         * gst/udp/Makefile.am: Moved to netbuffer.
18487
18488 2005-11-30  Julien MOUTTE  <julien@moutte.net>
18489
18490         * configure.ac:
18491         * PORTED_O9:
18492         * gst/multipart/Makefile.am:
18493         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18494         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18495         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
18496         (gst_multipart_demux_change_state),
18497         (gst_multipart_demux_plugin_init):
18498         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18499         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
18500         (gst_multipart_mux_sinkconnect),
18501         (gst_multipart_mux_request_new_pad),
18502         (gst_multipart_mux_handle_src_event),
18503         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
18504         (gst_multipart_mux_change_state): Ported multipart mux/demux to
18505         0.9.
18506
18507 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18508
18509         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
18510         * gst/debug/gstnavigationtest.h:
18511         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
18512         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
18513         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
18514         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
18515         * gst/effectv/gstrev.c: (gst_revtv_get_type):
18516         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
18517         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
18518         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
18519         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
18520         (gst_video_flip_get_type):
18521         * gst/videofilter/gstvideoflip.h:
18522           update for symbols change
18523
18524 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18525
18526         * gst/udp/gstdynudpsink.c:
18527         * gst/udp/gstudpsrc.c:
18528           the old gstnet lib was renamed gstnetbuffer (#322257)
18529
18530 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
18531
18532         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
18533         (gst_text_overlay_collected):
18534           Actually render the text from the text pad.
18535
18536 2005-11-29  Edward Hervey  <edward@fluendo.com>
18537
18538         * gst/debug/gstnavseek.c: (gst_navseek_event):
18539         * gst/debug/progressreport.c: (gst_progress_report_event):
18540         Update for GstBaseTransform event virtual method
18541
18542 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18543
18544         * ext/cairo/Makefile.am:
18545           no need to link to videofilter
18546
18547 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18548
18549         * gst/debug/Makefile.am:
18550         * gst/debug/gstnavigationtest.h:
18551         * gst/effectv/Makefile.am:
18552         * gst/effectv/gstaging.c:
18553         * gst/effectv/gstdice.c:
18554         * gst/effectv/gstedge.c:
18555         * gst/effectv/gstquark.c:
18556         * gst/effectv/gstrev.c:
18557         * gst/effectv/gstshagadelic.c:
18558         * gst/effectv/gstvertigo.c:
18559         * gst/effectv/gstwarp.c:
18560         * gst/videofilter/Makefile.am:
18561         * gst/videofilter/gstvideofilter.c:
18562         * gst/videofilter/gstvideofilter.h:
18563         * gst/videofilter/gstvideoflip.h:
18564           remove the videofilter library and link to the one in base
18565
18566 2005-11-28  Edward Hervey  <edward@fluendo.com>
18567
18568         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18569         Useless check now we're setting the current entry correctly.
18570
18571 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
18572
18573         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
18574         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
18575         (gst_jpegenc_change_state):
18576           Don't leak input buffer in chain function (fixes #322667); make 
18577           state change function thread-safe; don't repeat the current function
18578           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
18579           gst_pad_alloc_buffer(); misc. minor cleanups.
18580
18581 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
18582
18583         * gst/matroska/matroska-mux.c:
18584         (gst_matroska_mux_video_pad_setcaps):
18585         Look for pixel-aspect-ratio in caps, not pixel_width and
18586         pixel_height (Fixes: #322645)
18587
18588 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
18589
18590         * gst/matroska/matroska-mux.c:
18591         (gst_matroska_mux_video_pad_setcaps):
18592         From Michal Benes:
18593         frame duration should be GST_SECOND / framerate, not
18594         GST_SECOND * framerate. (Fixes: #322643)
18595
18596 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18597
18598         * configure.ac:
18599           fix up GST_PLUGIN_LDFLAGS
18600         * gst/rtsp/rtspconnection.c:
18601           fix includes (see #317043)
18602         * gst/videofilter/Makefile.am:
18603           stop installing this library
18604
18605 2005-11-26  Edward Hervey  <edward@fluendo.com>
18606
18607         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
18608         Handle the case where the incoming Video dv stream doesn't have
18609         a pixel aspect ratio set.
18610
18611 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18612
18613         * docs/plugins/Makefile.am:
18614         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18615         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18616         * ext/flac/gstflacdec.c:
18617           document flacdec
18618
18619 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18620
18621         * docs/plugins/Makefile.am:
18622         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18623         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18624         * docs/plugins/inspect/plugin-autodetect.xml:
18625         * ext/cairo/gstcairo.c: (plugin_init):
18626         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
18627         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
18628         (gst_text_overlay_init), (gst_text_overlay_font_init),
18629         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
18630         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
18631         (gst_text_overlay_text_pad_linked),
18632         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
18633         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18634         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
18635         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
18636         (gst_text_overlay_change_state):
18637         * ext/cairo/gsttextoverlay.h:
18638         * ext/cairo/gsttimeoverlay.c:
18639         (gst_cairo_time_overlay_update_font_height),
18640         (gst_cairo_time_overlay_set_caps),
18641         (gst_cairo_time_overlay_get_unit_size),
18642         (gst_cairo_time_overlay_print_smpte_time),
18643         (gst_cairo_time_overlay_transform),
18644         (gst_cairo_time_overlay_base_init),
18645         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
18646         (gst_cairo_time_overlay_get_type):
18647         * ext/cairo/gsttimeoverlay.h:
18648           do some name borgifying
18649           document
18650
18651 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18652
18653         * docs/plugins/Makefile.am:
18654         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18655         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18656         * gst/autodetect/gstautoaudiosink.c:
18657         (gst_auto_audio_sink_base_init):
18658         * gst/autodetect/gstautovideosink.c:
18659         (gst_auto_video_sink_base_init),
18660         (gst_auto_video_sink_factory_filter):
18661           documenting auto*sink
18662           using strstr for the video sink lookup, class field is not ordered
18663         * docs/plugins/inspect/plugin-1394.xml:
18664         * docs/plugins/inspect/plugin-aasink.xml:
18665         * docs/plugins/inspect/plugin-alaw.xml:
18666         * docs/plugins/inspect/plugin-alpha.xml:
18667         * docs/plugins/inspect/plugin-alphacolor.xml:
18668         * docs/plugins/inspect/plugin-auparse.xml:
18669         * docs/plugins/inspect/plugin-autodetect.xml:
18670         * docs/plugins/inspect/plugin-avi.xml:
18671         * docs/plugins/inspect/plugin-cacasink.xml:
18672         * docs/plugins/inspect/plugin-cairo.xml:
18673         * docs/plugins/inspect/plugin-cutter.xml:
18674         * docs/plugins/inspect/plugin-debug.xml:
18675         * docs/plugins/inspect/plugin-dv.xml:
18676         * docs/plugins/inspect/plugin-efence.xml:
18677         * docs/plugins/inspect/plugin-effectv.xml:
18678         * docs/plugins/inspect/plugin-esdsink.xml:
18679         * docs/plugins/inspect/plugin-flac.xml:
18680         * docs/plugins/inspect/plugin-flxdec.xml:
18681         * docs/plugins/inspect/plugin-gconfelements.xml:
18682         * docs/plugins/inspect/plugin-goom.xml:
18683         * docs/plugins/inspect/plugin-jpeg.xml:
18684         * docs/plugins/inspect/plugin-level.xml:
18685         * docs/plugins/inspect/plugin-matroska.xml:
18686         * docs/plugins/inspect/plugin-mulaw.xml:
18687         * docs/plugins/inspect/plugin-navigationtest.xml:
18688         * docs/plugins/inspect/plugin-ossaudio.xml:
18689         * docs/plugins/inspect/plugin-png.xml:
18690         * docs/plugins/inspect/plugin-rtp.xml:
18691         * docs/plugins/inspect/plugin-rtsp.xml:
18692         * docs/plugins/inspect/plugin-shout2send.xml:
18693         * docs/plugins/inspect/plugin-smpte.xml:
18694         * docs/plugins/inspect/plugin-speex.xml:
18695         * docs/plugins/inspect/plugin-udp.xml:
18696         * docs/plugins/inspect/plugin-videobox.xml:
18697         * docs/plugins/inspect/plugin-videoflip.xml:
18698         * docs/plugins/inspect/plugin-videomixer.xml:
18699         * docs/plugins/inspect/plugin-wavenc.xml:
18700         * docs/plugins/inspect/plugin-wavparse.xml:
18701           update for HEAD version
18702
18703 2005-11-25  Michael Smith  <msmith@fluendo.com>
18704
18705         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
18706           Patch from Sebastien Cote to close control sockets in udpsrc.
18707
18708 2005-11-24  Julien MOUTTE  <julien@moutte.net>
18709
18710         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
18711         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
18712         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
18713         (gst_quarktv_base_init), (gst_quarktv_class_init),
18714         (gst_quarktv_init): Flush the planes list on reverse caps
18715         negotiation. This was crashing because of differently sized
18716         buffers.
18717
18718 2005-11-24  Julien MOUTTE  <julien@moutte.net>
18719
18720         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
18721         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
18722         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
18723         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
18724         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
18725         (gst_videoflip_set_property), (gst_videoflip_base_init),
18726         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
18727         correctly, fix identity flipping, convert navigation event 
18728         correctly again.
18729
18730 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18731
18732         * configure.ac: back to HEAD
18733
18734 === release 0.9.6 ===
18735
18736 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
18737
18738         * configure.ac:
18739           releasing 0.9.6, "Everything's Not Lost"
18740
18741 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
18742
18743         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
18744         Oops, initialise the framerate GValue
18745
18746 2005-11-23  Julien MOUTTE  <julien@moutte.net>
18747
18748         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
18749         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
18750         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
18751         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
18752         (gst_timeoverlay_get_type):
18753         * ext/cairo/gsttimeoverlay.h:
18754         * gst/debug/Makefile.am:
18755         * gst/debug/gstnavigationtest.c:
18756         (gst_navigationtest_handle_src_event),
18757         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
18758         (gst_navigationtest_transform), (gst_navigationtest_change_state),
18759         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
18760         (gst_navigationtest_init), (gst_navigationtest_get_type),
18761         (plugin_init):
18762         * gst/debug/gstnavigationtest.h:
18763         * gst/effectv/Makefile.am:
18764         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
18765         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
18766         (gst_agingtv_base_init), (gst_agingtv_class_init),
18767         (gst_agingtv_init), (gst_agingtv_get_type):
18768         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
18769         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
18770         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
18771         (gst_dicetv_get_type):
18772         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
18773         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
18774         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
18775         (gst_edgetv_get_type):
18776         * gst/effectv/gsteffectv.c:
18777         * gst/effectv/gsteffectv.h:
18778         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
18779         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
18780         (gst_quarktv_change_state), (gst_quarktv_base_init),
18781         (gst_quarktv_class_init), (gst_quarktv_init),
18782         (gst_quarktv_get_type):
18783         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
18784         (gst_revtv_get_unit_size), (gst_revtv_transform),
18785         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
18786         (gst_revtv_get_type):
18787         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
18788         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
18789         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
18790         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
18791         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
18792         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
18793         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
18794         (gst_vertigotv_init), (gst_vertigotv_get_type):
18795         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
18796         (gst_warptv_get_unit_size), (gst_warptv_transform),
18797         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
18798         (gst_warptv_get_type):
18799         * gst/videofilter/Makefile.am:
18800         * gst/videofilter/gstvideobalance.c:
18801         * gst/videofilter/gstvideobalance.h:
18802         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
18803         (gst_videofilter_class_init), (gst_videofilter_init):
18804         * gst/videofilter/gstvideofilter.h:
18805         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
18806         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
18807         (gst_videoflip_flip), (gst_videoflip_transform),
18808         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
18809         (gst_videoflip_base_init), (gst_videoflip_class_init),
18810         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
18811         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
18812         BaseTransform, it's just a place holder for now and every video
18813         effect plugin has been ported to use BaseTransform features 
18814         directly. QuarkTV was fixed too (was broken), navigationtest works
18815         and best for the end, videoflip converts navigation events depending
18816         on flip method ! Fixes #320953
18817
18818 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
18819
18820         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
18821         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
18822         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
18823         (gst_goom_src_negotiate), (gst_goom_chain):
18824         * gst/matroska/matroska-mux.c:
18825         (gst_matroska_mux_video_pad_setcaps):
18826         * sys/osxvideo/osxvideosink.m:
18827           Fixes for API changes
18828
18829 2005-11-23  Michael Smith <msmith@fluendo.com>
18830
18831         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
18832         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
18833         * ext/jpeg/gstjpegdec.h:
18834         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
18835         * ext/jpeg/gstjpegenc.h:
18836         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
18837         (gst_smokeenc_resync):
18838         * ext/jpeg/gstsmokeenc.h:
18839           JPEG fractiony goodness.
18840
18841 2005-11-22  Michael Smith <msmith@fluendo.com>
18842
18843         * gst/goom/filters.c:
18844         * gst/goom/graphic.h:
18845           Fix compilation by making some functions static inline instead of
18846           extern inline, matching the way they're used.
18847
18848 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
18849
18850         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
18851         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
18852         * ext/cairo/gsttextoverlay.h:
18853         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
18854         * ext/gdk_pixbuf/gstgdkpixbuf.h:
18855         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
18856         (gst_pngdec_caps_create_and_set):
18857         * ext/libpng/gstpngdec.h:
18858         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
18859         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
18860         * gst/avi/gstavimux.c: (gst_avimux_init),
18861         (gst_avimux_vidsinkconnect):
18862         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
18863         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
18864         (gst_goom_src_negotiate), (gst_goom_chain):
18865         * gst/goom/gstgoom.h:
18866         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
18867         * gst/matroska/matroska-mux.c:
18868         (gst_matroska_mux_video_pad_setcaps):
18869         * sys/osxvideo/osxvideosink.h:
18870         * sys/osxvideo/osxvideosink.m:
18871           More fractional framerate conversions 
18872
18873 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
18874
18875         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
18876         * gst/debug/gstnavigationtest.c:
18877         (gst_navigationtest_handle_src_event):
18878         * gst/videofilter/gstvideofilter.c:
18879         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
18880         (gst_videofilter_init):
18881         * gst/videofilter/gstvideofilter.h:
18882           Convert to fractional framerates.
18883
18884 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
18885
18886         * ext/aalib/gstaasink.c:
18887         * ext/dv/gstdvdec.c:
18888         * ext/esd/esdmon.c:
18889         * ext/flac/gstflacenc.c:
18890         * ext/gdk_pixbuf/pixbufscale.c:
18891         * ext/libcaca/gstcacasink.c:
18892         * ext/shout2/gstshout2.c:
18893         * gst/alpha/gstalpha.c:
18894         * gst/oldcore/gstaggregator.c:
18895         * gst/oldcore/gstshaper.c:
18896         * gst/smpte/barboxwipes.c:
18897         * gst/smpte/gstsmpte.c:
18898         * gst/videobox/gstvideobox.c:
18899         * gst/videofilter/gstvideoflip.c:
18900         * gst/videomixer/videomixer.c:
18901           fix up more enums
18902
18903 2005-11-22  Michael Smith <msmith@fluendo.com>
18904
18905         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
18906         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
18907         (gst_videomixer_update_queues):
18908           Fractional framerates, videomixer.
18909
18910 2005-11-22  Michael Smith <msmith@fluendo.com>
18911
18912         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
18913         * ext/dv/gstdvdec.h:
18914         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
18915         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18916         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
18917         (gst_dvdemux_flush):
18918         * ext/dv/gstdvdemux.h:
18919           Fractional framerates for DV. 
18920
18921 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
18922
18923         * gst/autodetect/gstautoaudiosink.c:
18924         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
18925         * gst/autodetect/gstautovideosink.c:
18926         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
18927           Use gst_plugin_feature_list_free() to free feature list and
18928           in the case of autovideosink free the list at all. Also
18929           miscellaneous cosmetic fixes.
18930
18931 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
18932
18933         * gst/cutter/gstcutter.c: (gst_cutter_chain),
18934         (gst_cutter_set_property), (gst_cutter_get_caps):
18935           copy calculation code from level; remove use of some audio
18936           functions
18937
18938 2005-11-22  Andy Wingo  <wingo@pobox.com>
18939
18940         * Update for gst_tag_setter API changes.
18941
18942 2005-11-22  Andy Wingo  <wingo@pobox.com>
18943
18944         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
18945         (gst_dvdemux_demux_frame)
18946         * ext/flac/gstflacdec.c (gst_flacdec_write)
18947         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
18948         (gst_flacenc_sink_event)
18949         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
18950         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
18951         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
18952         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
18953         * gst/auparse/gstauparse.c (gst_auparse_chain)
18954         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
18955         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
18956         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
18957         (gst_avi_demux_handle_seek)
18958         * gst/goom/gstgoom.c (gst_goom_event)
18959         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
18960         * gst/matroska/matroska-demux.c
18961         (gst_matroska_demux_handle_seek_event)
18962         (gst_matroska_demux_loop_stream_parse_id)
18963         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
18964         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
18965         (gst_wavparse_stream_headers): Run update-funcnames.
18966
18967 2005-11-22  Edward Hervey  <edward@fluendo.com>
18968
18969         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
18970         (gst_dv1394src_init), (gst_dv1394src_dispose),
18971         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
18972         (gst_dv1394src_uri_set_uri):
18973         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
18974         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
18975         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
18976         URIHandler interface and element properties are now properly
18977         synchronized for DV1394src and UDPSrc
18978
18979 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
18980
18981         * ext/flac/Makefile.am:
18982         * ext/speex/Makefile.am:
18983           libgsttagedit has been renamed to libgsttag.
18984
18985 2005-11-21  Wim Taymans  <wim@fluendo.com>
18986
18987         * gst/rtsp/rtspconnection.c: (read_body):
18988         Apply patch from Sebastien Cote to fix #319184.
18989
18990 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
18991
18992         * configure.ac:
18993         * gst/cutter/Makefile.am:
18994         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
18995         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
18996         (gst_cutter_set_property), (gst_cutter_get_property),
18997         (plugin_init), (gst_cutter_get_caps):
18998           port cutter
18999         * gst/level/gstlevel.c:
19000           fix up plugin details
19001
19002 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19003
19004         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
19005         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
19006         (gst_flacdec_src_event):
19007         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
19008         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
19009         (gst_signal_processor_getrange), (gst_signal_processor_chain):
19010         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
19011         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
19012         (gst_flxdec_sink_event_handler):
19013         * gst/matroska/matroska-demux.c:
19014         (gst_matroska_demux_handle_seek_event):
19015         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
19016           Update for stream lock API changes: don't take stream log
19017           in sink event handlers any longer and change GST_STREAM_LOCK
19018           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
19019           functions.
19020
19021 2005-11-21  Michael Smith <msmith@fluendo.com>
19022
19023         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
19024           gst_object_unref, not g_object_unref
19025
19026 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19027
19028         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
19029         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
19030           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
19031
19032 2005-11-21  Michael Smith <msmith@fluendo.com>
19033
19034         * gst/auparse/Makefile.am:
19035         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
19036         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
19037         (gst_auparse_change_state):
19038         * gst/auparse/gstauparse.h:
19039           Partially fix #161712. playbin still doesn't work on these files,
19040           (on the bug report, Andy says we aren't typefinding it for some
19041           reason?) but at least auparse isn't totally busted like it was before.
19042
19043 2005-11-21  Andy Wingo  <wingo@pobox.com>
19044
19045         * *.h:
19046         * *.c: Ran scripts/update-macros. Oh yes.
19047
19048 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19049
19050         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
19051           Filler events are gone for now, comment out section generating
19052           them.
19053
19054 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
19055
19056         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19057         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
19058         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
19059         * sys/osxvideo/osxvideosink.m:
19060           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
19061           (#322027)
19062
19063 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19064
19065         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
19066         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
19067         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
19068         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
19069         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
19070         (gst_avi_demux_stream_data):
19071         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
19072         * gst/wavenc/gstwavenc.c: (write_metadata):
19073         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
19074         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
19075         Fixes for GST_FOURCC_FORMAT API change.
19076
19077 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19078
19079         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
19080         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
19081         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
19082         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19083         (gst_text_overlay_change_state):
19084         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
19085         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
19086         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
19087         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
19088         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19089         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
19090         (gst_videomixer_change_state):
19091           Fix for collect pads API change. Also fix textoverlay state
19092           change function.
19093
19094 2005-11-20  Julien MOUTTE  <julien@moutte.net>
19095
19096         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
19097         GST_PAD_IS_USABLE by something approaching it.
19098
19099 2005-11-20  Julien MOUTTE  <julien@moutte.net>
19100
19101         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
19102         API changes.
19103         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
19104         but also fix the code that was not checking return values from
19105         pad_push neither using pad_alloc_buffer.
19106
19107 2005-11-18  Edward Hervey  <edward@fluendo.com>
19108
19109         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
19110         (gst_pngenc_chain):
19111         Added debug category
19112         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
19113         goes to EOS.
19114
19115 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
19116
19117         * gst/rtp/Makefile.am
19118         * gst/rtp/gstrtp.c
19119         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
19120         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
19121         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
19122         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
19123         * gst/rtp/gstrtpg711enc.h:
19124         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
19125         * gst/rtp/gstrtpspeexenc.c:
19126         * gst/rtp/gstrtpspeexenc.h:
19127         * gst/rtp/gstrtpspeexdec.c:
19128         * gst/rtp/gstrtpspeexdec.h:
19129         Created Speex payloader and depayloader; Optimize G711 payloader to
19130         use adapter and send packets until MTU size.
19131
19132 2005-11-16  Wim Taymans  <wim@fluendo.com>
19133
19134         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
19135         Fix leak in check.
19136
19137 2005-11-16  Wim Taymans  <wim@fluendo.com>
19138
19139         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
19140         Fix state change.
19141
19142 2005-11-16  Andy Wingo  <wingo@pobox.com>
19143
19144         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
19145         (gst_udpsrc_create): Move comment.
19146
19147 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
19148
19149         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19150
19151         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
19152           When seeking, seek to closest index entry at or before the requested
19153           seek position, not just the closest one (#321001).
19154
19155 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
19156
19157         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
19158         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
19159           Invert DIB images again (see #132341).
19160
19161 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19162
19163         * configure.ac:
19164           rework configure.ac file
19165         * ext/aalib/gstaasink.c:
19166         * ext/cairo/gstcairo.c:
19167         * ext/dv/gstdv.c:
19168         * ext/esd/gstesd.c:
19169         * ext/flac/gstflac.c:
19170         * ext/gconf/gstgconfelements.c:
19171         * ext/gdk_pixbuf/gstgdkpixbuf.c:
19172         * ext/jpeg/gstjpeg.c:
19173         * ext/ladspa/gstladspa.c:
19174         * ext/libcaca/gstcacasink.c:
19175         * ext/libmng/gstmng.c:
19176         * ext/libpng/gstpng.c:
19177         * ext/mikmod/gstmikmod.c:
19178         * ext/pango/gsttextoverlay.c:
19179         * ext/pango/gsttimeoverlay.c:
19180         * ext/raw1394/gst1394.c:
19181         * ext/speex/gstspeex.c:
19182         * gst/alpha/Makefile.am:
19183         * gst/alpha/gstalpha.c:
19184         * gst/alpha/gstalphacolor.c:
19185         * gst/auparse/gstauparse.c:
19186         * gst/autodetect/gstautoaudiosink.c:
19187         (gst_auto_audio_sink_factory_filter),
19188         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
19189         * gst/autodetect/gstautodetect.c:
19190         * gst/avi/gstavi.c:
19191         * gst/cutter/gstcutter.c:
19192         * gst/debug/efence.c:
19193         * gst/debug/gstdebug.c:
19194         * gst/debug/gstnavigationtest.c:
19195         * gst/effectv/gsteffectv.c:
19196         * gst/flx/gstflxdec.c:
19197         * gst/goom/gstgoom.c:
19198         * gst/interleave/plugin.c:
19199         * gst/law/alaw.c:
19200         * gst/law/mulaw.c:
19201         * gst/level/gstlevel.c:
19202         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
19203         * gst/matroska/matroska.c:
19204         * gst/median/gstmedian.c:
19205         * gst/monoscope/gstmonoscope.c:
19206         * gst/multipart/multipart.c:
19207         * gst/oldcore/gstelements.c:
19208         * gst/rtp/gstrtp.c:
19209         * gst/rtsp/gstrtsp.c:
19210         * gst/smoothwave/gstsmoothwave.c:
19211         * gst/smpte/gstsmpte.c:
19212         * gst/udp/gstudp.c:
19213         * gst/videobox/gstvideobox.c:
19214         * gst/videofilter/gstgamma.c:
19215         * gst/videofilter/gstvideobalance.c:
19216         * gst/videofilter/gstvideoflip.c:
19217         * gst/videofilter/gstvideotemplate.c:
19218         * gst/videomixer/videomixer.c:
19219         * gst/wavenc/gstwavenc.c:
19220         * gst/wavparse/gstwavparse.c:
19221         * sys/oss/gstossaudio.c:
19222         * sys/osxaudio/gstosxaudio.c:
19223           update GST_PLUGIN_DEFINE
19224         * gst/rtp/Makefile.am:
19225         * gst/rtp/gstasteriskh263.c:
19226           check for htons/htonl headers and possibly link to winsock2 lib
19227
19228 2005-11-12  Edward Hervey  <edward@fluendo.com>
19229
19230         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
19231         Only GST_DEBUG() information on the valid components.
19232
19233 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19234
19235         * configure.ac: back to HEAD
19236
19237 === release 0.9.5 ===
19238
19239 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
19240
19241         * configure.ac:
19242           releasing 0.9.5, "Phone Alarm"
19243
19244 2005-11-11  Edward Hervey  <edward@fluendo.com>
19245
19246         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19247         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
19248         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
19249         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
19250         (gst_avi_demux_loop):
19251         * gst/avi/gstavidemux.h:
19252         Yeah, implement proper seeking. Exact seeking and segment seeking.
19253         Still need to do some checks for segment_stop.
19254
19255 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
19256
19257         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19258
19259         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
19260           Don't try to ready buffer duration from buffer that we don't
19261           own any  longer and that might already have been unreffed.
19262           (#321136)
19263
19264 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
19265
19266         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
19267         (flx_decode_delta_flc), (gst_flxdec_chain):
19268         Attempting to optimize the code for embedded systems.
19269
19270 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
19271
19272         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19273
19274         * sys/oss/gstosssink.c: (gst_oss_sink_close):
19275           Don't re-use already closed file descriptor. (#320920)
19276
19277 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19278
19279         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
19280         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
19281         (gst_oss_sink_prepare):
19282         * sys/oss/gstosssink.h:
19283           Cache probed caps; fix debug output for SET_PARAM macros.
19284
19285 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19286
19287         * ext/cairo/Makefile.am:
19288         * ext/cairo/gstcairo.c: (plugin_init):
19289         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
19290         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
19291         (gst_text_overlay_init), (gst_text_overlay_font_init),
19292         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
19293         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
19294         (gst_text_overlay_text_pad_linked),
19295         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
19296         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
19297         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19298         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19299         (gst_text_overlay_change_state):
19300         * ext/cairo/gsttextoverlay.h:
19301           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
19302           property and redo positioning. Doesn't handle upstream renegotiation
19303           yet though.
19304
19305 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19306
19307         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
19308         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
19309         (gst_avi_demux_loop):
19310           No need to take the STREAM_LOCK in the loop function. Improve
19311           some debug messages. Don't leak pad names in debug messages.
19312
19313 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19314
19315         * gst/matroska/matroska-demux.c:
19316         (gst_matroska_demux_push_vorbis_codec_priv_data),
19317         (gst_matroska_demux_add_wvpk_header):
19318           Don't error out when the source pad isn't linked.
19319
19320 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
19321
19322         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
19323         (gst_gconf_audio_sink_change_state):
19324         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
19325         (gst_gconf_video_sink_change_state):
19326           Fix state change functions here as well and set kid
19327           to NULL state before removing it.
19328
19329 2005-11-01  Edward Hervey  <edward@fluendo.com>
19330
19331         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
19332         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
19333         Added proper event handlind, 
19334         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
19335         ignored),
19336         and don't set a duration of 0 for buffers otherwise they are discarded
19337         by GstBaseSink.
19338
19339         GstWavEnc needs some serious loving, after going through the code I'm
19340         really wondering how this can stay in -good ...
19341
19342 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19343
19344         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
19345         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
19346         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
19347         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
19348         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
19349         (gst_matroska_mux_collected):
19350           Fix leaks and invalid memory access as reported by valgrind
19351
19352 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19353
19354         Patch by: Michal Benes <michal.benes@xeris.cz>
19355
19356         * check/Makefile.am:
19357         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
19358         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
19359         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
19360           add a unit test for matroskamux
19361           fix the bugs that the unit test exposed
19362
19363 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
19364
19365         * gst/autodetect/gstautoaudiosink.c:
19366         (gst_auto_audio_sink_class_init),
19367         (gst_auto_audio_sink_change_state):
19368         * gst/autodetect/gstautovideosink.c:
19369         (gst_auto_video_sink_class_init),
19370         (gst_auto_video_sink_change_state):
19371           Fix state change function and use GST_DEBUG_FUNCPTR in
19372           class_init.
19373
19374 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
19375
19376         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19377
19378         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
19379         (gst_ebml_write_reset), (gst_ebml_write_element_new):
19380         * gst/matroska/ebml-write.h:
19381         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
19382           Set timestamps on outgoing ebml headers as well, so that the
19383           element after matroskamux can get the timestamp already when
19384           reading the first ebml element and doesn't have to wait for
19385           the actual data buffer for that (#320308).
19386           
19387 2005-10-31  Andy Wingo  <wingo@pobox.com>
19388
19389         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
19390         (gst_videomixer_pad_link): Kill some memleaks.
19391         (gst_videomixer_pad_get_property): Style fix.
19392         (gst_videomixer_pad_set_property): Style fix.
19393         (gst_videomixer_pad_init): Style fix.
19394         (gst_videomixer_update_queues): Kill memleak.
19395         (gst_videomixer_loop): Kill memleak.
19396         (gst_videomixer_collected): Kill memleak.
19397
19398 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
19399
19400         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
19401         gst_auparse_change_state:
19402         Just some cleanup.
19403
19404 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
19405
19406         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
19407         Add checks to GST_FLOW_NOT_LINKED for values returned
19408         from gst_pad_push.
19409         
19410 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
19411
19412         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
19413         (gst_rtpg711dec_process):
19414         * gst/rtp/gstrtpgsmenc.c:
19415         Payloader now sets some default caps on the srcpad if caps on the sinkpad
19416         are never set. This is important for the g711 to work with burger's rtpbin
19417         element.
19418
19419 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
19420
19421         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
19422         (gst_speexenc_push_buffer):
19423         Add checks for return values from gst_pad_push and
19424         gst_pad_alloc_buffer.
19425
19426 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
19427
19428         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19429
19430         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
19431         (gst_matroska_demux_parse_info),
19432         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
19433         (gst_matroska_demux_parse_cluster):
19434         * gst/matroska/matroska-ids.h:
19435         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
19436         (gst_matroska_mux_init), (gst_matroska_mux_start),
19437         (gst_matroska_mux_create_buffer_header),
19438         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
19439         (gst_matroska_mux_get_property):
19440         * gst/matroska/matroska-mux.h:
19441           Add SimpleBlock support to matroska demuxer and muxer (part of
19442           Matroska v2). (#319731)
19443
19444 2005-10-28  Wim Taymans  <wim@fluendo.com>
19445
19446         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
19447         (gst_jpeg_dec_change_state):
19448         * ext/jpeg/gstjpegdec.h:
19449         Cleanups. Don't create caps for every chain.
19450
19451 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
19452
19453         * gst/law/alaw-encode.c: (gst_alawenc_init),
19454         (alawenc_setcaps), (gst_alawenc_chain)
19455         * gst/law/alaw-encode.h:
19456         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
19457         (mulawenc_setcaps), (gst_mulawenc_chain)
19458         * gst/law/mulaw-encode.h:
19459         Set timestamp on buffer and it allows RTP G711 elements
19460         work properly.
19461
19462 2005-10-27  Wim Taymans  <wim@fluendo.com>
19463
19464         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
19465         Set correct format on oss instead of a silly value. 
19466
19467 2005-10-27  Julien MOUTTE  <julien@moutte.net>
19468
19469         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19470         (gst_video_box_transform_caps), (gst_video_box_set_caps),
19471         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
19472         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
19473         I420 rendering as well, doesn't bring much for my platform.
19474         Might help on some other platforms.
19475
19476 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
19477
19478         * gst/rtp/gstrtpgsmenc.c:
19479         * gst/rtp/gstrtpgsmparse.c:
19480         Declaring the padtemplate correctly.
19481
19482 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
19483
19484         * gst/rtp/gstrtpg711dec.c:
19485         * gst/rtp/gstrtpg711enc.c:
19486         * gst/rtp/gstrtpgsmenc.c:
19487         * gst/rtp/gstrtpgsmparse.c:
19488         Setting the proper copyright notice.
19489
19490 2005-10-26  Julien MOUTTE  <julien@moutte.net>
19491
19492         * gst/videobox/Makefile.am: Use liboil.
19493         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19494         (gst_video_box_set_property), (gst_video_box_transform_caps),
19495         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
19496         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
19497         using liboil. Will dot the same to I420 border generation
19498         tomorrow.
19499
19500 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
19501
19502         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
19503         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
19504         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
19505         * gst/rtp/gstrtpg711dec.h:
19506         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
19507         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
19508         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
19509         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
19510         (gst_rtpgsmenc_handle_buffer):
19511         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
19512         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
19513         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
19514         * gst/rtp/gstrtpgsmparse.h:
19515         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
19516         inherits from the basertpdepayloader.
19517
19518 2005-10-26  Julien MOUTTE  <julien@moutte.net>
19519
19520         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19521         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
19522         (gst_video_box_ayuv): Removing this forgotten debug.
19523
19524 2005-10-26  Julien MOUTTE  <julien@moutte.net>
19525
19526         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19527         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
19528         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
19529
19530 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
19531
19532         * sys/oss/gstossaudio.c:
19533         * sys/oss/gstossdmabuffer.c:
19534         * sys/oss/gstosshelper.c:
19535         * sys/oss/gstossmixer.c:
19536         * sys/oss/gstossmixerelement.c:
19537         * sys/oss/gstossmixertrack.c:
19538         * sys/oss/gstosssink.c:
19539         * sys/oss/gstosssrc.c:
19540           Actually use the 'oss' debug category we register.
19541
19542 2005-10-26  Julien MOUTTE  <julien@moutte.net>
19543
19544         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
19545         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
19546         Use gst_pad_get_parent and drop the ref that was added through
19547         that call.
19548
19549 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
19550
19551         * gst/rtp/gstrtpgsmenc.c:
19552           Fix compilation
19553
19554 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
19555
19556         * gst/rtp/gstrtpg711dec.c
19557         Just removed a couple of lines of weird code used during
19558         development/test time.
19559
19560 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
19561
19562         * gst/rtp/Makefile.am
19563         * gst/rtp/gstrtp.c
19564         * gst/rtp/gstrtpg711enc.c
19565         * gst/rtp/gstrtpg711enc.h
19566         * gst/rtp/gstrtpg711dec.c
19567         * gst/rtp/gstrtpg711dec.h
19568         Created G711 payloader and depayloader (it supports mulaw and alaw
19569         (dec)encoders)
19570
19571 2005-10-25  Julien MOUTTE  <julien@moutte.net>
19572
19573         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19574         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
19575         Doh ! I introduced wingo's bug again ! Sorry...
19576
19577 2005-10-25  Christian Schaller <christian@fluendo.com> 
19578
19579         * gst/rtp/Makefile.am: add missing header files for disting
19580
19581 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
19582
19583         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
19584         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
19585         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
19586         (gst_rtpgsmenc_handle_buffer):
19587         * gst/rtp/gstrtpgsmenc.h:
19588         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
19589         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
19590         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
19591         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
19592         * gst/rtp/gstrtpgsmparse.h:
19593         Getting the GSM (de)payloader working and compatible with our plans for RTP.
19594
19595 2005-10-25  Julien MOUTTE  <julien@moutte.net>
19596
19597         * ext/libpng/gstpngdec.c: (user_info_callback),
19598         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
19599         a newsegment event, move some redundant code in a single place.
19600
19601 2005-10-25  Julien MOUTTE  <julien@moutte.net>
19602
19603         * ext/libpng/gstpngdec.c: (user_info_callback),
19604         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
19605         hack to get correct colors order when we have a png image with
19606         alpha channel.
19607
19608 2005-10-24  Edward Hervey  <edward@fluendo.com>
19609
19610         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
19611         Call gst_element_no_more_pads when there will be no more pads.
19612
19613 2005-10-24  Wim Taymans  <wim@fluendo.com>
19614
19615         * gst/rtp/Makefile.am:
19616         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
19617         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
19618         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
19619         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
19620         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
19621         (gst_asteriskh263_plugin_init):
19622         * gst/rtp/gstasteriskh263.h:
19623         * gst/rtp/gstrtp.c: (plugin_init):
19624         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
19625         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
19626         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
19627         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
19628         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
19629         (gst_rtph263enc_plugin_init):
19630         * gst/rtp/gstrtph263enc.h:
19631         Added two new payloaders, an RFC 2190 payloader for h263 and
19632         a payload convertor for an asterisk server.
19633
19634 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
19635
19636         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
19637           Set bytes_per_sample correctly (is not always 4, but 
19638           depends on width and number of channels).
19639
19640 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
19641
19642         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
19643         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
19644         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
19645         (gst_flacenc_sink_event), (gst_flacenc_chain),
19646         (gst_flacenc_set_property), (gst_flacenc_get_property),
19647         (gst_flacenc_change_state):
19648         * ext/flac/gstflacenc.h:
19649           Fix seeking, so that flacenc can rewrite the header with the
19650           correct duration and amount of samples and all that at EOS;
19651           also set timestamps and granulepos on outgoing buffers; add
19652           debug category; fix state change function.
19653           
19654 2005-10-24  Julien MOUTTE  <julien@moutte.net>
19655
19656         * gst/videomixer/videomixer.c: Don't restrict video geometry
19657         from 16 to 4096.
19658
19659 2005-10-24  Julien MOUTTE  <julien@moutte.net>
19660
19661         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19662         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
19663         Fix caps negotiation correctly, add debugging category.
19664
19665 2005-10-24  Christian Schaller  <christian@fluendo.com>
19666
19667         * configure.ac: Port over Thomas's change from base listing all plugins
19668
19669 2005-10-24  Julien MOUTTE  <julien@moutte.net>
19670
19671         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
19672         a sink pad.
19673
19674 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19675
19676         * configure.ac:
19677         * docs/upload.mak:
19678           back to HEAD
19679
19680 === release 0.9.4 ===
19681
19682 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19683
19684         * configure.ac:
19685           Releasing 0.9.4, "Dromiceiomimus"
19686
19687 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
19688
19689         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
19690         (gst_speexenc_src_query):
19691           Add position and duration query, fix query type function.
19692           
19693         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
19694         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
19695           Let's not set non-fixed caps on source pads.
19696
19697 2005-10-21  Wim Taymans  <wim@fluendo.com>
19698
19699         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
19700         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
19701         (gst_avi_demux_handle_seek):
19702         Set correct stream_time in newsegment event.
19703         avi can also handle a duration query now.
19704
19705 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
19706
19707         * gst/matroska/matroska-demux.c:
19708         (gst_matroska_demux_handle_src_query),
19709         (gst_matroska_demux_handle_seek_event),
19710         (gst_matroska_demux_loop_stream_parse_id):
19711           Fix duration query; fix basetime in newsegment event after
19712           seek; fix duration in initial newsegment event.
19713
19714         * gst/matroska/matroska-mux.c:
19715         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
19716           Extract number of channels and samplerate from vorbis headers;
19717           add some debug messages when querying the durations of the
19718           input streams.
19719
19720 2005-10-20  Wim Taymans  <wim@fluendo.com>
19721
19722         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
19723         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19724         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
19725         Set stream time correctly in newsegment.
19726
19727 2005-10-20  Wim Taymans  <wim@fluendo.com>
19728
19729         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
19730         Correctly fill in the stream time.
19731
19732 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19733
19734         * check/elements/level.c: (GST_START_TEST):
19735         * gst/level/gstlevel.c: (gst_level_message_new):
19736         * gst/level/level-example.c: (message_handler):
19737           use ELEMENT messages instead
19738
19739 2005-10-19  Wim Taymans  <wim@fluendo.com>
19740
19741         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
19742         (gst_dvdemux_src_query):
19743         * ext/flac/gstflacdec.c: (gst_flacdec_length),
19744         (gst_flacdec_src_query):
19745         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
19746         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
19747         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
19748         * gst/debug/gstnavseek.c: (gst_navseek_seek):
19749         * gst/debug/progressreport.c: (gst_progress_report_report):
19750         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
19751         * gst/matroska/matroska-demux.c:
19752         (gst_matroska_demux_handle_src_query):
19753         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
19754         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
19755         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19756         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
19757         (gst_wavparse_srcpad_event):
19758         API change fix.
19759
19760 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
19761
19762         * gst/goom/filters.c:
19763         * gst/goom/graphic.h:
19764         * gst/goom/lines.c:
19765           Make inline functions either 'static inline' or 'extern inline',
19766           otherwise the Forte compiler apparently won't inline them (#317300).
19767
19768 2005-10-19  Julien MOUTTE  <julien@moutte.net>
19769
19770         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
19771         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
19772         (user_info_callback), (user_endrow_callback), (user_end_callback),
19773         (user_read_data), (gst_pngdec_caps_create_and_set),
19774         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
19775         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
19776         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
19777         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
19778         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
19779         very nice and handle push/pull based model. if you have filesrc
19780         connected to it, it will do random access to load the png file.
19781         If you have a network source that can't do _getrange, it does 
19782         progressive loading through the chain function.
19783         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
19784         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
19785         thanks to Master Wim Taymans ;-)
19786
19787 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
19788
19789         * gst/matroska/Makefile.am:
19790         * gst/matroska/ebml-read.c:
19791         * gst/matroska/ebml-read.h:
19792         * gst/matroska/matroska-demux.c:
19793         * gst/matroska/matroska-demux.h:
19794         * gst/matroska/matroska.c: (plugin_init):
19795           Ported matroska demuxer to 0.9.
19796
19797 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
19798
19799         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19800
19801         * gst/matroska/matroska-mux.c:
19802         (gst_matroska_mux_video_pad_setcaps),
19803         (gst_matroska_mux_audio_pad_setcaps):
19804           Fix mpeg4 input handling (#318847); also, while we're at it,
19805           fix media type for Motion-JPEG: should be image/jpeg.
19806
19807 2005-10-18  Wim Taymans  <wim@fluendo.com>
19808
19809         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
19810         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19811         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
19812         Fix for segment-start/stop API change.
19813
19814 2005-10-17  Julien MOUTTE  <julien@moutte.net>
19815
19816         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
19817         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
19818         way.
19819
19820 2005-10-17  Julien MOUTTE  <julien@moutte.net>
19821
19822         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
19823         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
19824         output declared in transform_caps.
19825
19826 2005-10-17  Julien MOUTTE  <julien@moutte.net>
19827
19828         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
19829
19830 2005-10-17  Julien MOUTTE  <julien@moutte.net>
19831
19832         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
19833         (gst_video_box_get_unit_size): Fix wrong size calculations and
19834         implement get_unit_size correctly.
19835
19836 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
19837
19838         * configure.ac:
19839           Enable flx plugin.
19840
19841         * gst/flx/gstflxdec.c: (flx_decode_chunks):
19842           Fix gcc4 signedness issue.
19843
19844 2005-10-17  Julien MOUTTE  <julien@moutte.net>
19845
19846         * configure.ac: Adding videomixer.
19847         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
19848         (user_read_data), (gst_pngdec_chain): More debugging.
19849         * gst/alpha/Makefile.am: Adding alphacolor
19850         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
19851         (gst_alpha_color_class_init), (gst_alpha_color_init),
19852         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
19853         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
19854         (plugin_init): Ported to 0.9 using in place base tranform.
19855         * gst/videomixer/Makefile.am:
19856         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
19857         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
19858         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
19859         (gst_videomixer_pad_init), (gst_videomixer_class_init),
19860         (gst_videomixer_init), (gst_videomixer_getcaps),
19861         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
19862         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
19863         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
19864         to 0.9 using collectpads.
19865
19866 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
19867
19868         * configure.ac:
19869         * gst/flx/Makefile.am:
19870         * gst/flx/gstflxdec.c: (gst_flxdec_init),
19871         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
19872         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
19873         * gst/flx/gstflxdec.h:
19874         flx plugin ported to 0.9
19875
19876 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19877
19878         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
19879           use new gst_version_string()
19880
19881 2005-10-16  Andy Wingo  <wingo@pobox.com>
19882
19883         * configure.ac: GLIB_CHECK.
19884
19885 2005-10-15  Julien MOUTTE  <julien@moutte.net>
19886
19887         * ext/libpng/Makefile.am:
19888         * ext/libpng/gstpng.c: (plugin_init):
19889         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
19890         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
19891         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
19892
19893 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
19894
19895         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19896
19897         * configure.ac:
19898         * gst/matroska/Makefile.am:
19899         * gst/matroska/ebml-ids.h:
19900         * gst/matroska/ebml-write.c:
19901         * gst/matroska/ebml-write.h:
19902         * gst/matroska/matroska-ids.h:
19903         * gst/matroska/matroska-mux.c:
19904         * gst/matroska/matroska-mux.h:
19905         * gst/matroska/matroska.c: (plugin_init):
19906           Port matroska muxer to 0.9 (#318847).
19907
19908 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
19909
19910         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
19911         (comment_init), (comment_add):
19912           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
19913           use GST_READ_UINT32_LE() and friends rather than the private
19914           implementation of those same macros.
19915
19916 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
19917
19918         * examples/stats/mp2ogg.c:
19919           more typo fixes
19920
19921 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
19922
19923         * examples/indexing/indexmpeg.c: (main):
19924         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
19925         (gst_esdmon_close_audio), (gst_esdmon_change_state):
19926         * ext/esd/esdmon.h:
19927         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
19928         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
19929         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
19930         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
19931         * gst/avi/gstavimux.c: (gst_avimux_init):
19932         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
19933         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
19934         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
19935         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
19936         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
19937         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
19938         * gst/oldcore/gstmultifilesrc.h:
19939         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
19940         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
19941         (gst_pipefilter_change_state):
19942         * gst/oldcore/gstpipefilter.h:
19943         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
19944         * gst/videomixer/videomixer.c: (gst_videomixer_init):
19945         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
19946         * sys/osxaudio/gstosxaudiosink.h:
19947         * sys/osxaudio/gstosxaudiosrc.h:
19948           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
19949           moved bitshift from macro to enum definition
19950
19951 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
19952
19953         * ext/Makefile.am:
19954         * ext/cairo/Makefile.am:
19955         * ext/cairo/gstcairo.c: (plugin_init):
19956         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
19957         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
19958         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
19959         * ext/cairo/gsttimeoverlay.h:
19960           update of cairo-based timeoverlay to 1.0 Cairo API
19961           doesn't work yet for resizing of output sink
19962
19963 2005-10-11  Wim Taymans  <wim@fluendo.com>
19964
19965         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
19966         newsegment API fix.
19967
19968 2005-10-11  Wim Taymans  <wim@fluendo.com>
19969
19970         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
19971         (gst_dvdemux_demux_frame):
19972         * ext/flac/gstflacdec.c: (gst_flacdec_write):
19973         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19974         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
19975         (gst_avi_demux_handle_seek):
19976         * gst/goom/gstgoom.c: (gst_goom_event):
19977         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
19978         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
19979         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19980         (gst_wavparse_loop), (gst_wavparse_pad_convert),
19981         (gst_wavparse_srcpad_event):
19982         newsegment API update.
19983
19984 2005-10-11  Andy Wingo  <wingo@pobox.com>
19985
19986         * ext/speex/gstspeexenc.c: Signedness cleanups.
19987
19988 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
19989
19990         * PORTED_09:
19991         * ext/speex/Makefile.am:
19992         * ext/speex/gstspeex.c:
19993         * ext/speex/gstspeexenc.c:
19994         Speexenc ported to 0.9
19995
19996 2005-10-10  Wim Taymans  <wim@fluendo.com>
19997
19998         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
19999         (gst_oss_sink_init), (gst_oss_sink_set_property),
20000         (gst_oss_sink_get_property), (gst_oss_sink_open),
20001         (gst_oss_sink_prepare), (gst_oss_sink_reset):
20002         * sys/oss/gstosssink.h:
20003         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
20004         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
20005         (gst_oss_src_prepare):
20006         Cleanups, make device configurable in the sink, handle and report
20007         errors.
20008
20009 2005-10-10  Wim Taymans  <wim@fluendo.com>
20010
20011         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
20012         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
20013         Make sure element is NULL before removing from the bin.
20014
20015 2005-10-07  Andy Wingo  <wingo@pobox.com>
20016
20017         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
20018         block forever in a read().
20019         (gst_dv1394src_bus_reset): Post a message when the cable is
20020         unplugged.
20021         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
20022         (gst_dv1394src_bus_reset): Don't unref the message.
20023
20024         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
20025         hacking. The only change should be that the state change stuff was
20026         put into basesrc's start() and stop() routines, which coalesces
20027         some steps.
20028
20029 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
20030
20031         * configure.ac:
20032           Add check for mmap
20033           
20034         * gst/debug/Makefile.am:
20035           Only compile efence plugin on systems that have mmap.
20036
20037 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
20038
20039         * gst/debug/Makefile.am:
20040         * gst/debug/breakmydata.c:
20041         * gst/debug/gstdebug.c:
20042         * gst/debug/gstnavigationtest.c:
20043         * gst/debug/gstnavseek.c: 
20044         * gst/debug/gstnavseek.h:
20045         * gst/debug/progressreport.c: 
20046         * gst/debug/testplugin.c:
20047           Port progressreport, navseek, navigationtest, testsink and
20048           breakmydata.
20049
20050 2005-10-05  Edward Hervey  <edward@fluendo.com>
20051
20052         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
20053         (gst_dvdemux_src_query):
20054         Fixes for better conversion
20055
20056 2005-10-04  Michael Smith <msmith@fluendo.com>
20057
20058         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
20059         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20060         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
20061         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20062           Set state of elements to NULL before removing from bins.
20063           Set state of test element to NULL if we failed to move it to READY
20064
20065 2005-10-04  Edward Hervey  <edward@fluendo.com>
20066
20067         * ext/dv/Makefile.am:
20068         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
20069         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
20070         Corrected the query function for position so it doesn't forget what
20071         format was asked, and calls the conversion functions on the correct pad.
20072
20073 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20074
20075         * configure.ac:
20076           back to development
20077
20078 === release 0.9.3 ===
20079
20080 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20081
20082         * configure.ac:
20083           Releasing 0.9.3, "Aramis"
20084
20085 2005-10-03  Andy Wingo  <wingo@pobox.com>
20086
20087         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
20088         error returns.
20089
20090 2005-10-02  Andy Wingo  <wingo@pobox.com>
20091
20092         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
20093
20094         * ext/flac/gstflacenc.c: Ported to 0.9.
20095
20096         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
20097
20098         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
20099         and link to gsttagedit. Enable flacenc.
20100
20101         * ext/flac/gstflacdec.c: Re-enable tag reading.
20102
20103 2005-09-30  Wim Taymans  <wim@fluendo.com>
20104
20105         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
20106         * gst/rtp/gstrtpgsmparse.c:
20107         * gst/rtp/gstrtph263penc.c:
20108         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20109         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20110         (gst_rtpmp4venc_set_property):
20111         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
20112         Various class and caps fixes from Andre Magalhaes (andrunko)
20113
20114 2005-09-29  Wim Taymans  <wim@fluendo.com>
20115
20116         * gst/level/level-example.c: (main):
20117         Update for new bus API.
20118
20119 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
20120
20121         * configure.ac:
20122           Fix unexpanded autoconf macro GST_DOC, which has been renamed
20123           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
20124
20125 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
20126
20127         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
20128           Fix playback of mono streams (bytes_per_sample should be set
20129           from the sample width and the number of channels negotiated,
20130           and not just be set to 4) (#317338)
20131
20132 2005-09-26  Wim Taymans  <wim@fluendo.com>
20133
20134         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
20135         (gst_rtpmpaenc_handle_buffer):
20136         Set buffer duration correctly.
20137
20138 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
20139
20140         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
20141         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
20142         (gst_avi_demux_change_state):
20143           Don't crash when encountering a stream with an unknown fourcc or
20144           codec id. Instead, create a pad of type video/x-avi-unknown or
20145           audio/x-avi-unknown, which as a side-effect also results in less
20146           confusing error messages in players ('no decoder' vs. 'no streams');
20147           minor fixes to state change function and class_init function.
20148
20149 2005-09-24  Wim Taymans  <wim@fluendo.com>
20150
20151         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
20152         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
20153         These are sinks.
20154
20155 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20156
20157         * check/elements/level.c: (GST_START_TEST):
20158           fix test for new GstClockTime use
20159         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
20160         (gst_level_transform_ip):
20161         * gst/level/gstlevel.h:
20162           fix up the decay peak, ensuring the decay peak is never lower
20163           than the peak for that interval
20164
20165 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20166
20167         * docs/plugins/gst-plugins-good-plugins.args:
20168         * docs/plugins/inspect/plugin-alpha.xml:
20169         * docs/plugins/inspect/plugin-rtp.xml:
20170         * gst/level/gstlevel.c: (gst_level_set_caps),
20171         (gst_level_transform_ip):
20172           updating docs
20173
20174 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20175
20176         * Makefile.am:
20177         * check/elements/level.c: (GST_START_TEST):
20178         * gst/level/Makefile.am:
20179         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
20180         (gst_level_set_property), (gst_level_get_property),
20181         (gst_level_set_caps), (gst_level_message_new),
20182         (gst_level_transform_ip):
20183         * gst/level/gstlevel.h:
20184         * gst/level/level-example.c: (message_handler), (main):
20185           convert to using GstClockTime for all time values, finally.
20186
20187 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20188
20189         * gst/auparse/Makefile.am:
20190         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20191           fix up build
20192         * configure.ac:
20193         * ext/cairo/Makefile.am:
20194         * ext/dv/Makefile.am:
20195         * ext/esd/Makefile.am:
20196         * ext/flac/Makefile.am:
20197         * ext/gconf/Makefile.am:
20198         * ext/gdk_pixbuf/Makefile.am:
20199         * ext/jpeg/Makefile.am:
20200         * ext/ladspa/Makefile.am:
20201         * ext/libcaca/Makefile.am:
20202         * ext/libmng/Makefile.am:
20203         * ext/libpng/Makefile.am:
20204         * ext/mikmod/Makefile.am:
20205         * ext/pango/Makefile.am:
20206         * ext/raw1394/Makefile.am:
20207         * ext/shout2/Makefile.am:
20208         * ext/speex/Makefile.am:
20209         * gst/alpha/Makefile.am:
20210         * gst/autodetect/Makefile.am:
20211         * gst/avi/Makefile.am:
20212         * gst/cutter/Makefile.am:
20213         * gst/debug/Makefile.am:
20214         * gst/effectv/Makefile.am:
20215         * gst/flx/Makefile.am:
20216         * gst/goom/Makefile.am:
20217         * gst/interleave/Makefile.am:
20218         * gst/law/Makefile.am:
20219         * gst/matroska/Makefile.am:
20220         * gst/median/Makefile.am:
20221         * gst/monoscope/Makefile.am:
20222         * gst/multipart/Makefile.am:
20223         * gst/oldcore/Makefile.am:
20224         * gst/rtp/Makefile.am:
20225         * gst/rtsp/Makefile.am:
20226         * gst/smoothwave/Makefile.am:
20227         * gst/smpte/Makefile.am:
20228         * gst/videobox/Makefile.am:
20229         * gst/videofilter/Makefile.am:
20230         * gst/videomixer/Makefile.am:
20231         * gst/wavenc/Makefile.am:
20232         * gst/wavparse/Makefile.am:
20233         * sys/oss/Makefile.am:
20234         * sys/osxaudio/Makefile.am:
20235         * sys/osxvideo/Makefile.am:
20236           fix up GST_LIBS use
20237
20238 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20239
20240         * gst/auparse/Makefile.am:
20241         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20242           fix build of auparse
20243
20244 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
20245
20246         * configure.ac:
20247         * PORTED_09:
20248         * gst/auparse/gstauparse.c:
20249         * gst/auparse/gstauparse.h:
20250         Auparse ported to 0.9.
20251
20252 2005-09-22  Wim Taymans  <wim@fluendo.com>
20253
20254         * gst/rtp/TODO:
20255         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
20256         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20257         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20258         (gst_rtpmp4venc_set_property):
20259         * gst/rtp/gstrtpmp4venc.h:
20260         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
20261         * gst/rtp/gstrtpmpaenc.h:
20262         Use is_filled to both check MTU and max-ptime of base class.
20263
20264 2005-09-22  Wim Taymans  <wim@fluendo.com>
20265
20266         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20267         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20268         (gst_rtpmp4venc_set_property):
20269         Don't fragment packets with multiple frames.
20270
20271 2005-09-22  Wim Taymans  <wim@fluendo.com>
20272
20273         * gst/rtp/TODO:
20274         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
20275         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20276         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
20277         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
20278         (gst_rtpmp4venc_get_property):
20279         * gst/rtp/gstrtpmp4venc.h:
20280         Remove g_print.
20281         Update TODO
20282         Make payload encoder a bit smarter and more correct with
20283         timestamps.
20284         Added option in payloader to include config string in-band.
20285
20286 2005-09-21  Wim Taymans  <wim@fluendo.com>
20287
20288         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
20289         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
20290         (gst_rtspsrc_send):
20291         Strip spaces for key/value pairs.
20292
20293 2005-09-21  Wim Taymans  <wim@fluendo.com>
20294
20295         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
20296         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
20297         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
20298         (gst_rtspsrc_change_state):
20299         More SDP parsing and caps setting.
20300         Do NO_PREROLL differently.
20301         add pads only after negotiated.
20302
20303         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
20304         (gst_udpsrc_getcaps):
20305         Implement the getcaps function.
20306
20307 2005-09-21  Wim Taymans  <wim@fluendo.com>
20308
20309         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
20310         (gst_rtpamrdec_chain):
20311         Handle multiple AMr packets per payload. Handle CRC and
20312         parse ILL/ILP.
20313
20314         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
20315         Make caps params strings for easy SDP mapping.
20316         
20317         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
20318         Handle capsnego better.
20319
20320         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
20321         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
20322         Generate and parse config string in the caps.
20323
20324 2005-09-21  Wim Taymans  <wim@fluendo.com>
20325
20326         * gst/rtp/README:
20327         Update README
20328
20329         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
20330         Make extra params as strings.
20331
20332         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
20333         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
20334         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
20335         Make state change return NO_PREROLL as this is a live
20336         source.
20337
20338         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
20339         Don't unref old caps when NULL.
20340
20341 2005-09-20  Wim Taymans  <wim@fluendo.com>
20342
20343         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
20344         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
20345         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
20346         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
20347         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
20348         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
20349         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
20350         * gst/rtsp/sdpmessage.h:
20351         Add URI handler.
20352         Parse SDP and create caps.
20353
20354 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
20355
20356         * gst/alpha/gstalpha.c:
20357           fix element description
20358
20359 2005-09-19  Wim Taymans  <wim@fluendo.com>
20360
20361         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
20362         Don't check payload for now.
20363
20364 2005-09-19  Wim Taymans  <wim@fluendo.com>
20365
20366         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
20367         (gst_wavparse_init), (gst_wavparse_parse_file_header),
20368         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
20369         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20370         (gst_wavparse_loop), (gst_wavparse_pad_convert),
20371         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
20372         (gst_wavparse_change_state):
20373         * gst/wavparse/gstwavparse.h:
20374         Fix wavparse some more.
20375
20376 2005-09-19  Wim Taymans  <wim@fluendo.com>
20377
20378         * check/elements/level.c: (GST_START_TEST):
20379         Fix for bus API change.
20380
20381 2005-09-19  Wim Taymans  <wim@fluendo.com>
20382
20383         * gst/level/level-example.c: (main):
20384         Fix for new bus API.
20385
20386         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
20387         Set caps on pads.
20388
20389 2005-09-15  Wim Taymans  <wim@fluendo.com>
20390
20391         * gst/rtp/Makefile.am:
20392         * gst/rtp/README:
20393         * gst/rtp/gstrtp.c: (plugin_init):
20394         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
20395         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
20396         (gst_rtpamrdec_change_state):
20397         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
20398         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
20399         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
20400         * gst/rtp/gstrtpamrenc.h:
20401         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
20402         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
20403         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
20404         * gst/rtp/gstrtpgsmenc.h:
20405         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
20406         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
20407         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
20408         (gst_rtpgsmparse_change_state):
20409         * gst/rtp/gstrtpgsmparse.h:
20410         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
20411         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
20412         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
20413         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
20414         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
20415         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
20416         * gst/rtp/gstrtph263penc.h:
20417         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
20418         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
20419         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
20420         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
20421         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
20422         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
20423         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
20424         * gst/rtp/gstrtpmp4venc.h:
20425         * gst/rtp/gstrtpmpadec.c:
20426         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
20427         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
20428         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
20429         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
20430         * gst/rtp/gstrtpmpaenc.h:
20431         Updates to payloader/depayloaders, make payloaders use
20432         the base classes.
20433         Updated README with suggested RTP caps and how to convert
20434         to/from SDP.
20435         Added config descriptor in mp4v payloader.
20436
20437 2005-09-15  Andy Wingo  <wingo@pobox.com>
20438
20439         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
20440         * gst/autodetect/gstautovideosink.c
20441         (gst_auto_video_sink_find_best): Update for new registry API.
20442
20443 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20444
20445         * common/c-to-xml.py:
20446         * common/gtk-doc-plugins.mak:
20447           a simple py script to generate valid xml from a C example
20448           probably also need to strip an MIT license when we decide
20449         * docs/plugins/Makefile.am:
20450         * gst/level/Makefile.am:
20451         * gst/level/gstlevel.c: (gst_level_init):
20452         * gst/level/level-example.c: (message_handler), (main):
20453           add an example to level that will show up in the docs
20454         * gst/rtp/TODO:
20455           add a note for the future
20456
20457 2005-09-14  Michael Smith <msmith@fluendo.com>
20458
20459         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
20460           Actually define the debug object being used in wavenc. Fixes #316205
20461
20462 2005-09-14  Michael Smith <msmith@fluendo.com>
20463
20464         * gst/smpte/Makefile.am:
20465           Link against GST_BASE_LIBS, to get it linked against libgstbase;
20466           needed to build on windows (bug 316204)
20467
20468 2005-09-12  Andy Wingo  <wingo@pobox.com>
20469
20470         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
20471
20472 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
20473
20474         * configure.ac:
20475         * gst/fdsrc/Makefile.am:
20476         * gst/fdsrc/gstfdsrc.c:
20477         * gst/fdsrc/gstfdsrc.h:
20478           Move fdsrc back into gstreamer core elements.
20479
20480         * gst/level/gstlevel.c: (gst_level_class_init),
20481         (gst_level_transform_ip):
20482         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
20483           Basetransform changes.
20484
20485 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20486
20487         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
20488         * ext/jpeg/smokecodec.c: (find_best_size):
20489           fix compiler warnings
20490
20491 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20492
20493         * gst-plugins-good.spec.in:
20494           spec file fixes
20495         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
20496         (gst_multiudpsink_render), (gst_multiudpsink_add),
20497         (gst_multiudpsink_clear):
20498           it actually helps to actually stream if we hook up the
20499           "add" signal to an actual implementation
20500         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
20501           some debugging
20502
20503 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20504
20505         * ext/jpeg/Makefile.am:
20506         * ext/jpeg/gstjpeg.c
20507         * ext/jpeg/gstjpegenc.c:
20508         * ext/jpeg/gstsmokeenc.c:
20509
20510 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
20511
20512         * ext/flac/gstflacdec.c:
20513         * ext/flac/gstflacenc.c:
20514         * ext/flac/gstflactag.c:
20515         * ext/speex/gstspeexenc.c:
20516           gsttaginterface.h -> gsttagsetter.h
20517
20518 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
20519
20520         * configure.ac:
20521         * gst/debug/Makefile.am:
20522         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
20523         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
20524         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
20525         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
20526         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
20527           Port to 0.9 and re-enable efence plugin.
20528
20529 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
20530
20531         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
20532         (gst_flacdec_write), (gst_flacdec_convert_src):
20533         * ext/flac/gstflacdec.h:
20534           Add support for flac files with 24/32 bits per sample; and misc.
20535           minor clean-ups. Seeking is still partly broken (for me at least).
20536
20537 2005-09-06  Wim Taymans  <wim@fluendo.com>
20538
20539         * gst/rtp/Makefile.am:
20540         * gst/rtp/gstrtp.c: (plugin_init):
20541         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
20542         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
20543         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
20544         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
20545         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
20546         (gst_rtpmp4vdec_plugin_init):
20547         * gst/rtp/gstrtpmp4vdec.h:
20548         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
20549         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
20550         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
20551         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
20552         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
20553         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
20554         * gst/rtp/gstrtpmp4venc.h:
20555         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
20556         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
20557         Added mpeg4 video payload encoder/decoder.
20558         Added some docs in mpa payloader.
20559
20560 === release 0.9.1 ===
20561
20562 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20563
20564         * NEWS:
20565         * README:
20566         * RELEASE:
20567         * autogen.sh:
20568         * configure.ac:
20569           releasing 0.9.1, "Blondie"
20570
20571 2005-09-05  Andy Wingo  <wingo@pobox.com>
20572
20573         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
20574         here from the state change handler, so we fire signals without
20575         holding the state lock.
20576
20577 2005-09-02  Andy Wingo  <wingo@pobox.com>
20578
20579         * All plugins updated for element state changes.
20580
20581 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20582
20583         * Makefile.am:
20584         * check/.cvsignore:
20585         * check/Makefile.am:
20586         * check/elements/.cvsignore:
20587         * check/elements/level.c: (setup_level), (cleanup_level),
20588         (GST_START_TEST), (level_suite), (main):
20589           add a test for level
20590         * common/release.mak:
20591           move the enum checking to release.mak
20592         * configure.ac:
20593           add valgrind and check checking
20594         * gst/level/gstlevel.c: (gst_level_transform):
20595         * gst/level/gstlevel.h:
20596           fix Andy's cast bug
20597           convert a field to int
20598           fix the arithmetic to int when checking for emit so that a
20599           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
20600
20601 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20602
20603         * Makefile.am:
20604         * configure.ac:
20605           add docs to build
20606         * common/plugins.xsl:
20607           wrap Description into a refsect2
20608         * docs/Makefile.am:
20609         * docs/plugins/Makefile.am:
20610         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20611         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20612         * gst/goom/Makefile.am:
20613         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
20614         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
20615         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
20616         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
20617         (gst_goom_change_state):
20618         * gst/goom/gstgoom.h:
20619           GstGOOM -> GstGoom
20620           add an example launch line
20621         * gst/level/gstlevel.h:
20622         * gst/monoscope/gstmonoscope.c:
20623           cleanups
20624
20625 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20626
20627         * configure.ac:
20628         * docs/plugins/Makefile.am:
20629         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20630         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20631         * docs/plugins/gst-plugins-good-plugins.types:
20632           document elements and plugins.  Shazam !
20633
20634 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20635
20636         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
20637           be found under doc/random/ChangeLog-0.8