Rename audiochebyshevfreqband -> audiochebband and audiochebyshevfreqlimit -> audioch...
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
2
3         * docs/plugins/Makefile.am:
4         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6         * docs/plugins/gst-plugins-good-plugins.args:
7         * docs/plugins/inspect/plugin-audiofx.xml:
8         * gst/audiofx/Makefile.am:
9         * gst/audiofx/audiochebband.c:
10         * gst/audiofx/audiochebband.h:
11         * gst/audiofx/audiocheblimit.c:
12         * gst/audiofx/audiocheblimit.h:
13         * gst/audiofx/audiochebyshevfreqband.c:
14         * gst/audiofx/audiochebyshevfreqband.h:
15         * gst/audiofx/audiochebyshevfreqlimit.c:
16         * gst/audiofx/audiochebyshevfreqlimit.h:
17         * gst/audiofx/audiofx.c:
18         * tests/check/Makefile.am:
19         * tests/check/elements/.cvsignore:
20         * tests/check/elements/audiochebband.c:
21         * tests/check/elements/audiocheblimit.c:
22         * tests/check/elements/audiochebyshevfreqband.c:
23         * tests/check/elements/audiochebyshevfreqlimit.c:
24
25         Rename audiochebyshevfreqband -> audiochebband and
26         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
27         surgery.
28
29         Closes: #491811
30
31 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
32
33         Patch by: orjan <orjanf at axis dot com>
34
35         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
36         Fix caps memory leak. Fixes #514573.
37
38 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
39
40         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
41         If there's no entries in the subindex, don't try to do anything stupid,
42         just return.
43
44 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
45
46         Patch by: John Millikin <jmillikin at gmail dot com>
47
48         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
49           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
50           Fix extraction of picture blocks with newer libflac versions again:
51           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
52
53 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
54
55         * tests/check/Makefile.am:
56           Add rtp-payloading test to VALGRIND_TO_FIX.
57
58         * tests/check/elements/rtp-payloading.c:
59           Add semicolons after GST_TEST_END so gst-indent gets the
60           formatting right; make test less verbose in general, but
61           more verbose in the error case (which should probably
62           make the test fail anyway).
63
64 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
65
66         * docs/plugins/Makefile.am:
67         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
68         * docs/plugins/gst-plugins-good-plugins-sections.txt:
69         * gst/avi/gstavisubtitle.c:
70         Add documentation for avisubtitle and change class to
71         Codec/Parser/Subtitle
72
73 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
74
75         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
76         Treat ENOTTY (driver does not implement ioctl) the same as
77         EINVAL since it implies there are no available standards.
78
79         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
80         (gst_v4l2src_get_nearest_size):
81         Replace gst_v4l2src_get_size_limits with 2 calls to new function
82         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
83         probe if the driver does not support VIDIOC_TRY_FMT for whatever
84         reason, and if we aren't yet actively capturing.
85
86         * sys/v4l2/v4l2src_calls.h:
87         Remove replaced function declaration.
88
89 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
90
91         * configure.ac:
92         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
93         API.
94
95 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
96
97         * configure.ac:
98         Fix typo.
99
100 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
101
102         * gst/alpha/Makefile.am:
103         * gst/alpha/gstalpha.c:
104
105         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
106         some stuff, and making buffer-alloc and resizing work automatically.
107         No longer crashes on odd frame widths and heights, although there
108         seems to be a disagreement with ffmpegcolorspace about what size
109         an AYUV frame with odd height should be.
110
111 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
112
113         Patch by: Alessandro Decina <alessandro at nnva dot org>
114
115         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
116         * ext/libpng/gstpngenc.h:
117         Preallocate the output buffer so that g_memdup() and
118         gst_buffer_merge() aren't needed anymore. This greatly improves
119         performances and fixes #512544.
120
121 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
122
123         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
124         (gst_avi_demux_stream_data):
125         GStreamer timestamps are PTS values while AVI only knows about DTS
126         timestamps. Make sure we only copy the DTS as the buffer timestamp when
127         we are dealing with a key frame.
128
129 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
130
131         * tests/check/Makefile.am:
132         * tests/check/elements/.cvsignore:
133         * tests/check/elements/rtp-payloading.c:
134           Add add testsuite for the rtp-payloader that tries simulating
135           dataflow. Needs more test data.
136
137 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
138
139         * tests/check/elements/alphacolor.c:
140           Remove two unused variables.
141
142 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
143
144         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
145           Use g_ascii_strtoll() instead of atoll, which is only
146           available in C99.
147
148 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
149
150         * gst/rtp/Makefile.am:
151         * gst/rtp/gstrtp.c:
152         * gst/rtp/gstrtpmpvpay.c:
153         * gst/rtp/gstrtpmpvpay.h:
154         Add MPEG2 video payloader
155
156 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
157
158         * gst/level/gstlevel.c:
159         Use #include <math.h> instead of #include "math.h".
160
161 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
162
163         * tests/check/Makefile.am:
164         Fix up some CFLAGS sets.
165         Don't include gconfvideosrc in the states test.
166
167         * tests/check/elements/autodetect.c: (GST_START_TEST):
168         Add some error strings to fail_unless arguments to fix some weird
169         compiler errors on Solaris.
170
171 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
172
173         * configure.ac:
174         Detect video4linux headers on Solaris too.
175         * sys/v4l2/gstv4l2colorbalance.h:
176         * sys/v4l2/gstv4l2object.h:
177         * sys/v4l2/v4l2_calls.c:
178         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
179         (gst_v4l2_buffer_new):
180
181         Make v4l2 build on Solaris.
182         Patch by: Brian Cameron  <brian.cameron at sun dot com>
183         Fixes: #510505
184
185 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
186
187         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
188           Update list from (still local) scanning script.
189
190 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
191
192         Based on a patch by:
193             Victor STINNER <victor dot stinner at haypocalc dot com>
194
195         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
196         Set variable to NULL after freeing it to prevent double frees
197         or make failures by another use of it afterwards more obvious
198         and fix use of it after the freeing. Fixes bug #510592.
199
200 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
201
202         * gst/udp/gstmultiudpsink.c:
203         use GST_WARNING for logging
204
205 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
206
207         * gst/udp/gstmultiudpsink.c:
208         Don't try to leave a multicast group with an invalid socket
209
210 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
211
212         * ext/flac/gstflacdec.c:
213           Fix compilation against flac 1.1.2 (as on debian stable), where
214           the picture metadata defines and structs don't exist yet.
215           Fixes #509301.
216
217 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
218
219         Patch by: Olivier Crete <tester at tester dot ca>
220
221         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
222         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
223         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
224         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
225         * gst/udp/gstmultiudpsink.h:
226         Add property to automatically join a multicast group or not. This can be
227         useful when sharing a socket between multiple elements.
228         Fixes #509531.
229
230 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
231
232         * gst/videomixer/Makefile.am:
233           Add controller flags.
234
235 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
236
237         * gst/videomixer/videomixer.c:
238           Also commit the missing gst_object_sync_values().
239
240 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
241
242         * docs/plugins/Makefile.am:
243           Remove duplicate entry.
244
245 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
246
247         * docs/plugins/Makefile.am:
248         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
249         * docs/plugins/gst-plugins-good-plugins-sections.txt:
250         * docs/plugins/inspect/plugin-gamma.xml:
251         * docs/plugins/inspect/plugin-monoscope.xml:
252         * docs/plugins/inspect/plugin-video4linux2.xml:
253           Add 3 more plugins to docs.
254
255 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
256
257         * docs/plugins/gst-plugins-good-plugins-sections.txt:
258         * sys/osxvideo/osxvideosink.h:
259           Revert previous change caused by a file that got stuck on an old
260           revision.
261
262 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
263
264         * docs/plugins/gst-plugins-good-plugins-sections.txt:
265         * gst/multipart/Makefile.am:
266         * gst/multipart/multipartdemux.c:
267         * gst/multipart/multipartdemux.h:
268         * gst/multipart/multipartmux.c:
269         * gst/multipart/multipartmux.h:
270           Re-add multipartdemux to the docs. Last round of section cleanup.
271
272 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
273
274         * docs/plugins/Makefile.am:
275         * docs/plugins/gst-plugins-good-plugins-sections.txt:
276         * sys/osxaudio/gstosxaudiosink.h:
277         * sys/osxvideo/osxvideosink.h:
278           Managed to resolve most unused declarations. Filed a bug for one left.          
279
280 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
281
282         * docs/plugins/gst-plugins-good-plugins-sections.txt:
283           Cleanup section file.
284
285 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
286
287         * docs/plugins/Makefile.am:
288         * docs/plugins/gst-plugins-good-plugins.args:
289         * docs/plugins/gst-plugins-good-plugins.signals:
290         * docs/plugins/inspect/plugin-alaw.xml:
291         * docs/plugins/inspect/plugin-alpha.xml:
292         * docs/plugins/inspect/plugin-alphacolor.xml:
293         * docs/plugins/inspect/plugin-annodex.xml:
294         * docs/plugins/inspect/plugin-apetag.xml:
295         * docs/plugins/inspect/plugin-audiofx.xml:
296         * docs/plugins/inspect/plugin-auparse.xml:
297         * docs/plugins/inspect/plugin-autodetect.xml:
298         * docs/plugins/inspect/plugin-avi.xml:
299         * docs/plugins/inspect/plugin-cairo.xml:
300         * docs/plugins/inspect/plugin-cdio.xml:
301         * docs/plugins/inspect/plugin-cutter.xml:
302         * docs/plugins/inspect/plugin-debug.xml:
303         * docs/plugins/inspect/plugin-dv.xml:
304         * docs/plugins/inspect/plugin-efence.xml:
305         * docs/plugins/inspect/plugin-effectv.xml:
306         * docs/plugins/inspect/plugin-flac.xml:
307         * docs/plugins/inspect/plugin-flxdec.xml:
308         * docs/plugins/inspect/plugin-gconfelements.xml:
309         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
310         * docs/plugins/inspect/plugin-goom.xml:
311         * docs/plugins/inspect/plugin-halelements.xml:
312         * docs/plugins/inspect/plugin-icydemux.xml:
313         * docs/plugins/inspect/plugin-id3demux.xml:
314         * docs/plugins/inspect/plugin-jpeg.xml:
315         * docs/plugins/inspect/plugin-ladspa.xml:
316         * docs/plugins/inspect/plugin-level.xml:
317         * docs/plugins/inspect/plugin-matroska.xml:
318         * docs/plugins/inspect/plugin-mulaw.xml:
319         * docs/plugins/inspect/plugin-multipart.xml:
320         * docs/plugins/inspect/plugin-navigationtest.xml:
321         * docs/plugins/inspect/plugin-png.xml:
322         * docs/plugins/inspect/plugin-quicktime.xml:
323         * docs/plugins/inspect/plugin-rtp.xml:
324         * docs/plugins/inspect/plugin-rtsp.xml:
325         * docs/plugins/inspect/plugin-shout2send.xml:
326         * docs/plugins/inspect/plugin-smpte.xml:
327         * docs/plugins/inspect/plugin-speex.xml:
328         * docs/plugins/inspect/plugin-taglib.xml:
329         * docs/plugins/inspect/plugin-udp.xml:
330         * docs/plugins/inspect/plugin-videobalance.xml:
331         * docs/plugins/inspect/plugin-videobox.xml:
332         * docs/plugins/inspect/plugin-videocrop.xml:
333         * docs/plugins/inspect/plugin-videoflip.xml:
334         * docs/plugins/inspect/plugin-videomixer.xml:
335         * docs/plugins/inspect/plugin-wavenc.xml:
336         * docs/plugins/inspect/plugin-wavpack.xml:
337         * docs/plugins/inspect/plugin-wavparse.xml:
338           Update plugin docs.
339
340         * gst/videomixer/Makefile.am:
341         * gst/videomixer/videomixer.c:
342         * gst/videomixer/videomixer.h:
343         * gst/videomixer/videomixerpad.h:
344           Split out header to fix warnings from the doc-build.
345
346 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
347
348         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
349
350         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
351         Use atoll to parse the rtptime with enough precision. Fixes #509329.
352
353 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
354
355         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
356         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
357           Initialise variables to work around (false) 'foo might be used
358           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
359
360 2008-01-11  David Schleef  <ds@schleef.org>
361
362         * docs/plugins/.cvsignore:
363         * tests/check/pipelines/.cvsignore:
364           Ignore more files for the buildbot.
365
366 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
367
368         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
369         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
370         Generate the image-type values correctly. Leave them out of the caps
371         when outputting a "preview image" tag, since it only makes sense
372         to have one of those - the type is irrelevant.
373
374         * sys/sunaudio/gstsunaudiomixerctrl.c:
375         (gst_sunaudiomixer_ctrl_open):
376         If we can, mark the mixer multiple open when we use it, in case
377         (for some reason) the process wants to open it again elsewhere.
378
379 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
380
381         Patch by: Olivier Crete <tester at tester dot ca>
382
383         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
384         * gst/rtp/gstrtptheorapay.c:
385         Fix the clock rate to 90000 as required by the RFC.
386         Fixes #508644.
387
388 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
389
390         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
391           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
392
393 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
394
395         * autogen.sh:
396           Add -Wno-portability to the automake parameters to stop warnings
397           about GNU make extensions being used. We require GNU make in almost
398           every Makefile anyway.
399           
400         * configure.ac:
401           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
402           at the same time is required for per target flags.
403
404 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
405
406         * gst/videomixer/videomixer.c: (gst_videomixer_init):
407         Fix error from my last commit.
408
409 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
410
411         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
412
413         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
414           Make sure the ISO 639-X language code in ID3v2 COMM frames
415           is actually valid UTF-8 (or rather: ASCII), so we don't end
416           up with non-UTF8 strings in tags if there's garbage in the
417           language field. Also make sure the language code is always
418           lower case. Fixes: #508291.
419
420 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
421
422         * ChangeLog:
423           Fix ChangeLog typo.
424
425 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
426
427         * Makefile.am:
428           Include lcov.mak to allow building coverage reports. Guard
429           check-torture target like in the other packages.
430
431 2008-01-09  Sameer Naik  <sameer@damagehead.com>
432
433         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
434
435         * gst/videomixer/videomixer.c:
436         (gst_videomixer_set_master_geometry), (_do_init),
437         (gst_videomixer_child_proxy_get_child_by_index),
438         (gst_videomixer_child_proxy_get_children_count),
439         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
440         (gst_videomixer_init), (gst_videomixer_request_new_pad),
441         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
442         Implement GstChildProxy interface.
443         Send newsegment at the right moment
444         Fixes #488879
445
446 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
447
448         * gst/alpha/Makefile.am:
449         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
450         (gst_alpha_sink_event), (gst_alpha_chain),
451         (gst_alpha_change_state), (plugin_init):
452         Make the various properties of 'alpha' controllable. This allows doing
453         niceties like fade-in/fade-out.
454
455 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
456
457         * gst/rtp/gstasteriskh263.c:
458         * gst/rtp/gstrtpL16depay.c:
459         * gst/rtp/gstrtpac3depay.c:
460         * gst/rtp/gstrtpamrpay.c:
461         * gst/rtp/gstrtpdepay.c:
462         * gst/rtp/gstrtpgsmdepay.c:
463         * gst/rtp/gstrtph263depay.c:
464         * gst/rtp/gstrtph263pdepay.c:
465         * gst/rtp/gstrtph263ppay.c:
466         * gst/rtp/gstrtph264depay.c:
467         * gst/rtp/gstrtph264pay.c:
468         * gst/rtp/gstrtpmp2tdepay.c:
469         * gst/rtp/gstrtpmp4adepay.c:
470         * gst/rtp/gstrtpmp4gdepay.c:
471         * gst/rtp/gstrtpmp4gpay.c:
472         * gst/rtp/gstrtpmp4vdepay.c:
473         * gst/rtp/gstrtpmpadepay.c:
474         * gst/rtp/gstrtpmpvdepay.c:
475         * gst/rtp/gstrtpsv3vdepay.c:
476         * gst/rtp/gstrtptheoradepay.c:
477         * gst/rtp/gstrtptheorapay.c:
478         * gst/rtp/gstrtpvorbisdepay.c:
479         * gst/rtp/gstrtpvorbispay.c:
480           Remove copy/paste unused code (property setters and getter) found by
481           the coverage suite (yay, saves ~20k on disk).
482
483 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
484
485         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
486           (videosink_templ):
487           Also fix up pad templates to indicate that image/jpeg doesn't
488           absolutely require the framerate property to be set (#504081).
489
490 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
491
492         Based on patch by: Wouter Cloetens  <wouter at mind be>
493
494         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
495           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
496           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
497         * gst/matroska/matroska-mux.h:
498           Keep track of first and last timestamps for each incoming stream,
499           so we can calculate the total duration for live sources and other
500           input where we can't query the duration from the start or where
501           there's no constant framerate from which we can deduce the
502           duration; also use calculated/observed duration if it is bigger
503           than the previously queried duration. Furthermore, use
504           gst_pad_query_peer_duration() and take into account that it may
505           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
506           screws up comparisons when using unsigned integers. Fixes #504081.
507
508 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
509
510         * configure.ac:
511         * gst/audiofx/audioamplify.c:
512         (gst_audio_amplify_clipping_method_get_type),
513         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
514         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
515         (gst_audio_dynamic_transform_ip):
516         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
517         (gst_audio_invert_transform_ip):
518         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
519         (gst_audio_panorama_transform):
520         * gst/level/gstlevel.c: (gst_level_init):
521         Make elements GST_BUFFER_FLAG_GAP aware and call
522         gst_base_transform_set_gap_aware for this.
523         Bump core requirement to CVS.
524         
525         * gst/audiofx/audiochebyshevfreqband.c:
526         (gst_audio_chebyshev_freq_band_transform_ip):
527         * gst/audiofx/audiochebyshevfreqlimit.c:
528         (gst_audio_chebyshev_freq_limit_transform_ip):
529         Also sync GObject properties to the controller if operating
530         in passthrough mode.
531
532 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
533
534         * sys/directdraw/gstdirectdrawsink.c:
535           (gst_directdraw_sink_window_thread):
536           FALSE is not a gpointer.
537
538 2008-01-05  Julien Moutte  <julien@fluendo.com>
539
540         * sys/directdraw/gstdirectdrawsink.c:
541         (gst_directdraw_sink_set_window_id),
542         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
543         (gst_directdraw_sink_buffer_alloc),
544         (gst_directdraw_sink_draw_borders),
545         (gst_directdraw_sink_show_frame),
546         (gst_directdraw_sink_setup_ddraw),
547         (gst_directdraw_sink_window_thread),
548         (gst_directdraw_sink_get_ddrawcaps),
549         (gst_directdraw_sink_surface_create): Make sure we create our
550         internal window only when we need it. That will give a chance to
551         the application to get the prepare-xwindow-id bus message. Draw
552         black borders when keeping aspect ratio. Handle the case where our
553         rendering window disappears (closed or errors) like other sinks
554         do. Various 80 columns fixes, improve state change order. That
555         element could need some more love.
556
557 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
558
559         * ext/taglib/gstapev2mux.h:
560         * ext/taglib/gstid3v2mux.h:
561         Remove useless typedefs without new type name. Fixes a warning with
562         gcc 4.3.
563
564 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
565
566         Patch by: John Millikin <jmillikin at gmail dot com>
567
568         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
569         (gst_flac_dec_setup_stream_decoder),
570         (gst_flac_normalize_picture_mime_type),
571         (gst_flac_extract_picture_buffer),
572         (gst_flac_dec_metadata_callback):
573         Emit metadata messages when a PICTURE block is encountered.
574         Fixes #506715.
575
576 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
577
578         * gst/avi/gstavi.c:
579         increase rank because no known issues anymore ...
580         * gst/avi/gstavisubtitle.c:
581         send subtitle name to the srcpad
582
583 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
584
585         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
586         * gst/rtsp/gstrtspsrc.h:
587         Implement redirect for the DESCRIBE reply. Fixes #506025.
588
589 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
590
591         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
592         Fix 'xyz may be used uninitialized' compiler warnings caused
593         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
594         abort() in any case but properly report the error.
595
596 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
597
598         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
599         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
600         * sys/ximage/gstximagesrc.c: (composite_pixel):
601           Fix 'xyz may be used uninitialized' compiler warnings caused
602           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
603           not really nice to abort in any case). Fixes #505745.
604
605 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
606
607         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
608           Small unit test fix (has no practical impact at the moment,
609           since we're only feeding utf8 and hence just create a sub-
610           buffer for the output).
611
612 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
613
614         * gst/avi/gstavisubtitle.c:
615         * tests/check/elements/avisubtitle.c:
616         Add seeking support for avi subtitle
617
618 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
619
620         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
621         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
622         (gst_flac_dec_write):
623         * ext/flac/gstflacdec.h:
624         Remove some unused vars.
625         Do more cleanup of leftover events and tags.
626         Output tags after the segment event. Fixes #504018.
627
628 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
629
630         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
631           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
632           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
633           Detect other UTF byte order markers and convert to UTF-8 as
634           appropriate.
635
636 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
637
638         * gst/avi/gstavisubtitle.c: (src_template),
639           (gst_avi_subtitle_extract_utf8_file),
640           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
641           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
642           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
643         * gst/avi/gstavisubtitle.h:
644           Refactor a bit; fix name extraction; don't assume all the data
645           in the chunk is actually subtitle data, there may be padding at
646           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
647           file so it's there to send again after a seek (for future use).
648
649 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
650
651         * gst/avi/Makefile.am:
652         * gst/avi/gstavi.c:
653         * gst/avi/gstavisubtitle.c:
654         * gst/avi/gstavisubtitle.h:
655         * tests/check/Makefile.am:
656         * tests/check/elements/avisubtitle.c:
657         * win32/common/config.h:
658                 Add avi subtitle element for bug #442034. Need seeking support
659                 and more support for character conversion.
660
661 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
662
663         * Makefile.am:
664           Include common/win32.mak for CRLF check of win32 project
665           files (see #393626).
666
667         * win32/vs6/libgstpng.dsp:
668           Fix line endings and do cvs admin -kb.
669
670 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
671
672         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
673         Actually drop the buffers which are outside the currently configured
674         segment instead of just emitting a WARNING.
675
676 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
677
678         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
679         (gst_flac_dec_write):
680         * ext/flac/gstflacdec.h:
681         Send segments from the streaming thread. Fixes #502187.
682         Fix segment seeking and a bunch of other seeking cases.
683
684 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
685
686         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
687           Parse WOAF frames and put the result into GST_TAG_CONTACT,
688           which is where it would end up if the same information was
689           put in a vorbis comment (don't think it's worth adding a
690           new URI tag for this). Fixes #488112.
691
692 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
693
694         * configure.ac:
695           We need core/base 0.10.15 or later.
696
697 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
698
699         Patch by: Mark Nauwelaerts <manauw skynet be>
700
701         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
702         Fix regression in stream numbering. Fixes #502655.
703
704 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
705
706         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
707
708         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
709         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
710         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
711         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
712         (gst_rtp_h264_pay_handle_buffer):
713         * gst/rtp/gstrtph264pay.h:
714         Use higher performance start-code searching.
715         Parse NALs and store SPS, PPS and profile in the caps so that they can
716         be used in the SDP. Fixes #502814.
717
718 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
719
720         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
721         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
722           Init some structs to zero before we pass them to ioctl, which
723           avoids valgrind warnings.  Also fix a small memory leak.
724
725 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
726
727         Patch by: Wouter Cloetens <wouter at mind dot be>
728
729         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
730         Copy timestamp from input to output. Not very perfect yet but better
731         than nothing. Fixes #503023.
732
733 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
734
735         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
736           Also print a useful error message with the old Wavpack API
737           if possible.
738
739 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
740
741         * ext/wavpack/gstwavpackdec.c:
742           More build fixes for old libwavpack versions: include config.h so
743           that WAVPACK_OLD_API is actually defined as detected; only use
744           WavpackGetErrorMessage if it is available. This fixes the build
745           on debian stable for me.
746
747 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
748
749         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
750         * ext/wavpack/gstwavpackparse.c:
751           (gst_wavpack_parse_create_src_pad):
752           Workaround the non-existance of WavpackGetChannelMask in Wavpack
753           versions below 4.40.0.
754
755 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
756
757         * configure.ac:
758           And now do it right for real...
759
760 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
761
762         * configure.ac:
763           Correctly reset $LIBS to not contain -lm.
764
765 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
766
767         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
768
769         * configure.ac:
770         * ext/cairo/gsttimeoverlay.c:
771           (gst_cairo_time_overlay_print_smpte_time):
772           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
773           and checking for rint() and implementing it ourself if it doesn't
774           exist. Fixes #497293.
775
776 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
777
778         * configure.ac:
779           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
780
781 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
782
783         * sys/oss/gstosshelper.c:
784         Verify that the format returned after the ioctl is the one
785         we requested. It is valid for the ioctl to succeed while
786         substituting an alternate 'supported' sample format.
787
788 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
789
790         * sys/oss/gstossaudio.c: (plugin_init):
791         * sys/oss/gstosssink.c: (gst_oss_sink_open):
792         * sys/oss/gstosssrc.c: (gst_oss_src_open):
793           Post decent (and translated) error message when we can't
794           open the audio device for some reason.
795
796 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
797
798         * sys/oss/gstosssink.c:
799         * sys/oss/gstosssrc.c:
800         Allow the AUDIODEV environment variable to redirect us
801         to a different default OSS device, like sunaudiosink does
802         on Solaris (makes audio play automatically on SunRays).
803
804 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
805
806         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
807         * gst/audiofx/audiochebyshevfreqband.c:
808         (gst_audio_chebyshev_freq_band_transform_ip):
809         * gst/audiofx/audiochebyshevfreqlimit.c:
810         (gst_audio_chebyshev_freq_limit_transform_ip):
811         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
812         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
813         The transform_ip() methods should do nothing if in passthrough mode.
814         It might get non-writable buffers in that case but the buffer might
815         as well be writable.
816
817         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
818         The transform() methods won't be called in passthrough mode and
819         otherwise the buffer is always writable so don't check here.
820
821 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
822
823         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
824           Fix seeking in .wav files again (#501775).  Some people seem to think
825           they don't need to test their changes when they're just 'reflowing'
826           some code.
827
828 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
829
830         * gst/autodetect/gstautovideosink.c:
831         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
832         (gst_auto_video_sink_init),
833         (gst_auto_video_sink_create_element_with_pretty_name),
834         (gst_auto_video_sink_find_best),
835         (gst_auto_video_sink_set_property),
836         (gst_auto_video_sink_get_property):
837         * gst/autodetect/gstautovideosink.h:
838         Fix docs.
839         Use same error reporting code as autoaudiosink.
840         Add property to filter sinks based on caps. Only select raw video sinks
841         by default for backwards compat.
842         API: GstAutoVideoSink::filter-caps
843
844 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
845
846         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
847
848         * gst/autodetect/gstautoaudiosink.c:
849         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
850         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
851         (gst_auto_audio_sink_set_property),
852         (gst_auto_audio_sink_get_property):
853         * gst/autodetect/gstautoaudiosink.h:
854         Add property to filter sinks based on caps. Only select raw audio sinks
855         by default for backwards compat.  Fixes #417420.
856         API: GstAutoAudioSink::filter-caps
857
858 2007-11-29  Michael Smith <msmith@fluendo.com>
859
860         Patch by: Arek Korbik <arkadini@gmail.com>
861
862         * gst/videobox/gstvideobox.c: (plugin_init):
863           Initialise liboil in plugin_init()
864
865 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
866
867         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
868         Post error before sending EOS. Fixes #499178.
869
870 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
871
872         * win32/vs6/gst_plugins_good.dsw:
873         * win32/vs6/libgstpng.dsp:
874         Add a project file for libgstpng
875
876 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
877
878         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
879         (gst_rtp_h263_depay_process):
880         Code beautification.
881         Added debug statements.
882         Don't bit-shift everything, just do operations on last/first byte
883         instead.
884
885 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
886
887         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
888
889         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
890         Fix wrong comparison in overrun check. Fixes #499239 some more.
891
892 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
893
894         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
895         (gst_rtp_h263_depay_process):
896         * gst/rtp/gstrtph263depay.h:
897         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
898         stream.
899
900 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
901
902         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
903
904         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
905         (gst_rtp_mp4a_depay_process):
906         * gst/rtp/gstrtpmp4adepay.h:
907         Fix depayloading when multiple frames are inside one RTP packet.
908         Fixes #499239.
909
910 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
911
912         * gst/level/gstlevel.c:
913           Add GAP-flag support.
914
915 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
916
917         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
918         Read the I flag for Mode A h263 rtp stream and set the
919         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
920         Fixes #499383
921
922 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
923
924         * gst/level/gstlevel.c:
925           Remove some dead code and do cleanups.
926
927 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
928
929         * tests/check/pipelines/simple-launch-lines.c:
930           Improve the tests by allowing to set a target state.
931
932 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
933
934         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
935         Don't check the caps of the output buffer if they're equal some
936         other caps. The caps can change in a backward compatible way
937         and did at this point.
938
939 2007-11-24  Julien MOUTTE  <julien@moutte.net>
940
941         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
942         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
943         (gst_qtdemux_seek_to_previous_keyframe),
944         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
945         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
946         reverse playback support.
947
948 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
949
950         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
951         Also set the channel layout on the Wavpack caps if we're having
952         a mono layout. Of course only do it for "audio/x-wavpack".
953
954 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
955
956         * ext/wavpack/gstwavpackcommon.c:
957         (gst_wavpack_get_default_channel_mask),
958         (gst_wavpack_set_channel_layout),
959         (gst_wavpack_get_default_channel_positions),
960         (gst_wavpack_get_channel_mask_from_positions),
961         (gst_wavpack_set_channel_mapping):
962         * ext/wavpack/gstwavpackcommon.h:
963         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
964         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
965         * ext/wavpack/gstwavpackdec.h:
966         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
967         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
968         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
969         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
970         (gst_wavpack_enc_rewrite_first_block),
971         (gst_wavpack_enc_sink_event):
972         * ext/wavpack/gstwavpackenc.h:
973         * ext/wavpack/gstwavpackparse.c:
974         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
975         (gst_wavpack_parse_scan_to_find_sample),
976         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
977         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
978         * ext/wavpack/gstwavpackparse.h:
979         Add support for encoding, parsing and decoding multichannel
980         files with up to 8 channels. This also improves the robustness
981         of parsing quite a bit.
982
983         * ext/wavpack/gstwavpackstreamreader.c:
984         (gst_wavpack_stream_reader_read_bytes),
985         (gst_wavpack_stream_reader_get_pos),
986         (gst_wavpack_stream_reader_set_pos_abs),
987         (gst_wavpack_stream_reader_set_pos_rel),
988         (gst_wavpack_stream_reader_push_back_byte),
989         (gst_wavpack_stream_reader_get_length),
990         (gst_wavpack_stream_reader_can_seek),
991         (gst_wavpack_stream_reader_write_bytes):
992         Improve debugging.
993
994 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
995
996         * ext/libpng/gstpngdec.c:
997         * ext/libpng/gstpngdec.h:
998           Don't release the png-memory from within the callback.
999
1000 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1001
1002         Patch by: René Stadler <mail at renestadler dot de>
1003
1004         * ext/libpng/gstpngenc.c:
1005           Don't leak buffer data memory. Fixes #498395.
1006
1007 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1008
1009         Patch by: René Stadler <mail at renestadler dot de>
1010
1011         * tests/check/pipelines/simple-launch-lines.c:
1012           Tests for #498395.
1013
1014 2007-11-20  Julien MOUTTE  <julien@moutte.net>
1015
1016         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
1017         (gst_tag_lib_mux_adjust_event_offsets):
1018         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
1019         * sys/osxaudio/Makefile.am:
1020         * sys/osxvideo/cocoawindow.h:
1021         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
1022
1023 2007-11-15  David Schleef  <ds@schleef.org>
1024
1025         * ext/cairo/gsttextoverlay.c:
1026           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
1027
1028 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1029
1030         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
1031
1032         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
1033         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
1034         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
1035         * gst/rtp/gstrtpmp2tpay.h:
1036         Fill the MTU with as many packets as possible. Fixes #491323.
1037
1038 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1039
1040         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1041
1042         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1043         Fix some more leaks. Fixes #497007.
1044
1045 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1046
1047         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1048
1049         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
1050         (gst_rtspsrc_stream_configure_tcp):
1051         Fix 3 pad leaks. Fixes #496983.
1052
1053 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1054
1055         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1056
1057         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
1058         Fix small leak. Fixes #497017.
1059
1060 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1061
1062         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1063         (gst_qtdemux_prepare_current_sample),
1064         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
1065         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
1066         * gst/qtdemux/qtdemux_fourcc.h:
1067         * gst/qtdemux/qtdemux_types.c:
1068         Add suppport for theora in quicktime according to XiphQT.
1069
1070 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
1071
1072         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
1073         (gst_v4l2src_init), (gst_v4l2src_set_property),
1074         (gst_v4l2src_get_property):
1075         * sys/v4l2/gstv4l2src.h:
1076         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1077           Always copy buffers by default (handle safer with bugged drivers)
1078           and added a property to make it possible to use mmap effectively (no
1079           copy if possible) when application wants to. Fixes: #480557.
1080
1081 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1082
1083         * gst/id3demux/id3tags.c:
1084         * gst/id3demux/id3tags.h:
1085         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
1086           We don't want the same string multiple times in a tag list for the
1087           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
1088           this doesn't happen and remove special-case code for GST_TAG_GENRE.
1089
1090 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1091
1092         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
1093           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
1094           into ID3v2 TXXX frames (fixes #347848).
1095
1096 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1097
1098         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1099           Don't leak sdp message contents (fixes #496773).
1100
1101         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
1102           Don't leak URI string.
1103
1104 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1105
1106         Patch by: Julien Puydt <julien dot puydt at laposte net>
1107
1108         * ext/raw1394/Makefile.am:
1109         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
1110           (gst_1394_property_probe_get_properties),
1111           (gst_1394_property_probe_probe_property),
1112           (gst_1394_property_probe_needs_probe),
1113           (gst_1394_property_probe_get_values),
1114           (gst_1394_property_probe_interface_init),
1115           (gst_1394_type_add_property_probe_interface):
1116         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
1117         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
1118           (gst_dv1394src_init), (gst_dv1394src_dispose),
1119           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
1120           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
1121           (gst_dv1394src_update_device_name):
1122         * ext/raw1394/gstdv1394src.h:
1123           Implement GstPropertyProbe interface and add "device-name" property,
1124           so applications can use this to probe for available devices in the
1125           same way they can already with v4lsrc and v4l2src (however horrible
1126           this property probe interface may be). Fixes #358841.
1127
1128 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1129
1130         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1131
1132         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
1133           (gst_rtspsrc_parse_range):
1134           Don't leak event, don't leak range (fixes #496752).
1135
1136 2007-11-14  Michael Smith <msmith@fluendo.com>
1137
1138         Patch by: Arek Korbik <arkadini@gmail.com>
1139
1140         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
1141           Detect RGBA/BGRA correctly on little endian systems.
1142
1143 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1144
1145         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1146           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
1147           corresponding ioctl() call fails even though the driver claims to
1148           support this format, just fall back to the pre-2.6.19 kernel
1149           routine that creates caps with suitable height and width ranges
1150           (see #448278).
1151
1152 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1153
1154         Patch by: Mark Nauwelaerts <manauw skynet be>
1155
1156         * gst/matroska/matroska-demux.c:
1157           (gst_matroska_demux_push_dvd_clut_change_event),
1158           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1159           (gst_matroska_demux_subtitle_caps):
1160         * gst/matroska/matroska-ids.h:
1161           Extract palette data for dvd subpicture streams and send it
1162           downstream as custom gstreamer dvd event (fixes #453417).
1163
1164 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1165
1166         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
1167           Implement minimal parsing of the passed pango font description
1168           string, so passing a font size works the same as with the
1169           pango textoverlay plugin; fixes #455086.
1170           (Maybe we could just use pangocairo here at some point).
1171
1172 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1173
1174         * gst/avi/gstavidemux.c:
1175         * gst/wavparse/gstwavparse.c:
1176           Return the result in _activate_pull(). Don't ref element there.
1177
1178 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1179
1180         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
1181         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1182         (gst_wavparse_srcpad_event):
1183           Ref the element when we should, but not when we its not needed. Reflow
1184           the event_handling to not leak the event.       
1185
1186 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
1187
1188         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1189         (qtdemux_parse_samples):
1190         Properly free QTDemuxSamples array.
1191         Protect table write with a sensible check, some files apparently DO contain
1192         stts values starting with 0 :(
1193
1194 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1195
1196         * gst/avi/gstavidemux.c:
1197         * gst/qtdemux/qtdemux.c:
1198           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
1199           previous commit messed up.
1200
1201 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1202
1203         * gst/avi/gstavidemux.c:
1204         * gst/qtdemux/qtdemux.c:
1205           Sync _handle_src_event() with oggdemux. In avidemux also ref the
1206           element when we should, but not when we its not needed.
1207
1208 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
1209
1210         * gst/wavparse/gstwavparse.c:
1211           Return FALSE if we can't handle a query instead of changing the
1212           format. Ignore fact when dealing with mpeg audio.
1213
1214 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1215
1216         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1217
1218         * configure.ac:
1219         * gst/udp/gstdynudpsink.c:
1220         * gst/udp/gstdynudpsink.h:
1221         * gst/udp/gstmultiudpsink.c:
1222         * gst/udp/gstmultiudpsink.h:
1223         * gst/udp/gstudpsink.c:
1224         * gst/udp/gstudpsink.h:
1225           Fix includes for MSVC and GLib-2.14.0 (#492388).
1226
1227         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1228           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
1229
1230 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
1231
1232         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
1233         (gst_mulawdec_chain):
1234         * gst/law/mulaw-decode.h:
1235         Calculate outgoing buffer duration if incoming buffer didn't have a
1236         valid duration.
1237
1238 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1239
1240         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
1241         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
1242         Smarter combine_flow code that also deals with downstream elements
1243         returning UNEXPECTED when they receive data out of the segment
1244         boundaries. Fixes #491305.
1245
1246 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1247
1248         * sys/v4l2/v4l2src_calls.c:
1249           Fix 'unused variable' compiler warning when compiling against
1250           older kernel headers.
1251
1252 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
1253
1254         * ext/taglib/gstid3v2mux.cc (add_funcs):
1255           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
1256
1257 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
1258
1259         * tests/check/pipelines/simple-launch-lines.c:
1260            Improve the tests a little more.
1261
1262 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
1263
1264         patch by: Yun Zheng Hu
1265
1266         * sys/osxaudio/gstosxaudiosrc.c:
1267         Use default input device instead of default output device and
1268         only memcpy actual available bytes.
1269
1270 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
1271
1272         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1273           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
1274           early. It is temporary until we find something better.
1275
1276 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1277
1278         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1279
1280         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
1281         Fix race when pausing a RTSP stream in interleaved.
1282         Fixes #475784.
1283
1284 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1285
1286         Patch by: Peter Kjellerstedt <pkj at axis com>
1287
1288         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
1289         Use correct unref function for buffers. #488844.
1290
1291 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
1292
1293         * gst/avi/gstavimux.c:
1294         * tests/check/elements/avimux.c:
1295           Add some debug and sync tests with the fix.     
1296
1297 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1298
1299         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1300
1301         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1302         When the socket is used by the app for other purposes, don't generate an
1303         error if there is activaty on the socket that is not data related.
1304         Fixes #487488.
1305
1306 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1307
1308         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1309         (gst_v4l2src_grab_frame):
1310         Add some more debug info. Generate an error when we run out of buffers
1311         for some reason. See #480557.
1312
1313 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1314
1315         Patch by: Anders Skargren <anders dot skargren at axis dot com>
1316
1317         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
1318         Set marker bit correctly.
1319
1320 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
1321
1322         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1323         Use allowed name for the GstStructure.
1324
1325 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
1326
1327         * ext/gconf/gstswitchsink.c:
1328         * gst/autodetect/gstautoaudiosink.c:
1329           Use new gst_bus_pop_filtered().
1330
1331 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1332
1333         * sys/v4l2/gstv4l2src.c:
1334         * sys/v4l2/v4l2src_calls.c:
1335           When probing the formats and sizes a camera supports, make
1336           sure the best ones (highest resolution, prefered format)
1337           end up at the beginning of the probed caps and the less
1338           desirable ones at the end.  This is important because the
1339           order within the caps matters for things like fixation and
1340           negotiation, ie. what format is chosen in the end.
1341           With recent kernels, the current probing code will end up
1342           querying the supported sizes from lowest resolution to
1343           highest resolution, adding them to the probed caps in that
1344           order, resulting to v4l2src fixating to the lowest possible
1345           resolution if downstream does not express a size preference.
1346           Also make up a somewhat random ranking of prefered output
1347           formats for the same reason. Fixes #485828.
1348         
1349 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1350
1351         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
1352
1353         * gst/id3demux/id3v2frames.c:
1354           Extract license/copyright URIs from ID3v2 WCOP frames
1355           (Fixes #447000).
1356
1357         * tests/check/elements/id3demux.c:
1358         * tests/files/Makefile.am:
1359         * tests/files/id3-447000-wcop.tag:
1360           Add simple unit test.
1361
1362 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1363
1364         * ext/taglib/gstid3v2mux.cc:
1365           Add support for license/copyright URI tags (ID3v2 WCOP frame).
1366           Prerequisite for #447000.
1367
1368 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
1369
1370         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
1371         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
1372         a GstClockTime.
1373
1374 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1375
1376         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1377         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
1378         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
1379         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
1380         (gst_rtspsrc_change_state):
1381         More seeking fixes, mostly passing around the new playback segment in
1382         order to configure it properly.
1383         Also reset base_time of udp sources when setting them back to PLAYING as
1384         a temporary hack until core supports seek in live sources properly.
1385
1386 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1387
1388         * gst/rtp/gstrtpmp4adepay.c:
1389         Fix caps as to not confuse autopluggers.
1390
1391 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1392
1393         * gst/id3demux/gstid3demux.c:
1394         * gst/id3demux/gstid3demux.h:
1395         * gst/id3demux/id3tags.c:
1396         * gst/id3demux/id3tags.h:
1397         * gst/id3demux/id3v2frames.c:
1398           Port ID3 tag demuxer over to the new GstTagDemux in -base
1399           (now would be a good time to test re-importing your music
1400           collection).
1401
1402 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1403
1404         * gst/apetag/Makefile.am:
1405         * gst/apetag/gstapedemux.c:
1406         * gst/apetag/gstapedemux.h:
1407         * gst/apetag/gsttagdemux.c:
1408         * gst/apetag/gsttagdemux.h:
1409           Port APE tag demuxer over to the new GstTagDemux in -base.
1410
1411 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
1412
1413         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1414         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
1415         (gst_rtspsrc_handle_internal_src_query),
1416         (gst_rtspsrc_handle_src_query), (new_session_pad),
1417         (gst_rtspsrc_stream_configure_tcp),
1418         (gst_rtspsrc_stream_configure_transport),
1419         (gst_rtspsrc_loop_send_cmd):
1420         Improve flushing behaviour.
1421         Set state of the udp sources to PAUSE/PLAYING correctly.
1422         Handle events and queries for UDP and TCP transport now.
1423
1424 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1425
1426         * gst/rtp/gstrtpgsmdepay.c:
1427         * gst/rtp/gstrtpgsmpay.c:
1428           Add log category.
1429
1430 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1431
1432         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
1433
1434         * tests/check/Makefile.am:
1435         * tests/check/pipelines/simple-launch-lines.c:
1436           Add unit tests for payloaders/depayloaders.
1437
1438 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1439
1440         * gst/avi/gstavimux.c:
1441         * gst/avi/gstavimux.h:
1442           Also save codec data for audio streams. Fixes #482495.
1443
1444 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1445
1446         * gst/avi/gstavimux.c:
1447           Fix "Index entry has invalid stream nr 1".
1448           Add support for muxing aac - work in progress (see #482495).
1449
1450 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1451
1452         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
1453         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
1454         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1455         * gst/rtsp/gstrtspsrc.h:
1456         Parse bandwidth modifiers, they are not yet configured in the session
1457         manager because we don't have an API for that yet.
1458
1459 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1460
1461         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
1462         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1463         Use shiny new function in -base to get the default clock-rate.
1464         Update some docs.
1465
1466 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
1467
1468         * win32/MANIFEST:
1469         Add files to win32 manifest.
1470         * win32/vs6/libgstaudiofx.dsp:
1471         * win32/vs6/libgstqtdemux.dsp:
1472         * win32/vs6/libgstrtp.dsp:
1473         * win32/vs6/libgstrtsp.dsp:
1474         Update project files.
1475
1476 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
1477
1478         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
1479         (gst_rtspsrc_play):
1480         * gst/rtsp/gstrtspsrc.h:
1481         In TCP mode, only timestamp the first buffer. TCP is not real time and
1482         it does not make sense to try to skew compensate, also some servers send
1483         the first batch of data in a burst.
1484
1485 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
1486
1487         * gst/matroska/matroska-demux.c:
1488           Fix setting the discont flag on the first buffer
1489           pushed downstream for formats with private codec
1490           data that needs to be deserialised into buffers
1491           (such as vorbis and FLAC when in a matroska container).
1492
1493 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
1494
1495         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1496
1497         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
1498         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
1499         (gst_rtp_mp4v_pay_handle_buffer):
1500         * gst/rtp/gstrtpmp4vpay.h:
1501         Free the config string. Fixes #480707.
1502         Clean up the timestamp code a little.
1503
1504 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1505
1506         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1507         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
1508         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
1509         * gst/rtsp/gstrtspsrc.h:
1510         Set timestamps on RTP buffers in interleaved mode.
1511         Mark first buffers with a DISCONT.
1512         Remove flush hack now that sync for live sources has been figured out.
1513
1514 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1515
1516         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1517         Update documentation.
1518
1519 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1520
1521         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
1522         (gst_rtp_xqt_depay_change_state):
1523         * gst/qtdemux/gstrtpxqtdepay.h:
1524         Fail if we don't know the quicktime format.
1525
1526 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
1527
1528         * ext/flac/gstflacenc.c:
1529         * ext/flac/gstflacenc.h:
1530           Save the flow return from the last gst_pad_push() and
1531           make sure we pass the right flow return value upstream
1532           in the case of failure; minor clean-ups.
1533
1534 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1535
1536         * ext/taglib/gstapev2mux.cc:
1537         * ext/taglib/gstid3v2mux.cc:
1538         * gst/apetag/gstapedemux.c:
1539           Add support for the new GST_TAG_COMPOSER (#459809).
1540
1541 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1542
1543         * gst/law/alaw-decode.c:
1544         * gst/law/alaw-decode.h:
1545         * gst/law/alaw-encode.c:
1546         * gst/law/alaw-encode.h:
1547         * gst/law/alaw.c:
1548         * gst/law/mulaw-conversion.h:
1549           Compulsive clean-ups: use boilerplate macros, add debug
1550           categories, fix up things to conform to symbol nomenklatura,
1551           etc.
1552
1553 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1554
1555         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1556
1557         * gst/law/alaw-decode.c:
1558         * gst/law/alaw-encode.c:
1559           Use static tables for A-Law decoding and encoding; this makes
1560           A-Law decoding and encoding less CPU-intensive, but increases
1561           the binary size a bit. Leaving old code around for now,
1562           selectable by a define in the code. Fixes #435435.
1563
1564 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1565
1566         * configure.ac:
1567         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
1568         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
1569         in configure.ac.
1570
1571 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1572
1573         Patch by: <j at bootlab dot org>
1574
1575         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1576         Add fourccs for MPEG2 HDV streams. Fixes #479960.
1577
1578 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
1579
1580         * sys/oss/gstosshelper.c:
1581           Use GST_WARNING instead of a g_critical. This situation is not caused
1582           by the application.
1583
1584 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1585
1586         * po/LINGUAS:
1587         * po/nl.po:
1588           Updated translations.
1589
1590 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1591
1592         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
1593
1594         * po/eu.po:
1595           Added Basque translation.
1596
1597 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1598
1599         translated by: Abel Cheung <abelcheung@gmail.com>
1600
1601         * po/zh_HK.po:
1602         * po/zh_TW.po:
1603           Added Chinese (traditional and Hong Kong) translation.
1604
1605 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1606
1607         translated by: Jakub Bogusz <qboosh@pld-linux.org>
1608
1609         * po/pl.po:
1610           Added Polish translation.
1611
1612 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1613
1614         translated by: Ilkka Tuohela <hile@iki.fi>
1615
1616         * po/fi.po:
1617           Added Finnish translation.
1618
1619 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1620
1621         translated by: Jorge González González <aloriel@gmail.com>
1622
1623         * po/es.po:
1624           Added Spanish translation.
1625
1626 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1627
1628         translated by: Mogens Jaeger <mogens@jaeger.tf>
1629
1630         * po/da.po:
1631           Added Danish translation.
1632
1633 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1634
1635         translated by: Funda Wang <fundawang@linux.net.cn>
1636
1637         * po/zh_CN.po:
1638           Added Chinese (simplified) translation.
1639
1640 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1641
1642         translated by: Alexander Shopov <ash@contact.bg>
1643
1644         * po/bg.po:
1645           Added Bulgarian translation.
1646
1647 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
1648
1649         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
1650         Set outgoing packet duration because we can. Fixes #478244 some more.
1651
1652 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
1653
1654         * ext/cairo/gsttextoverlay.c:
1655           Add info about static leak.
1656         
1657         * tests/check/Makefile.am:
1658         * tests/check/generic/states.c:
1659           Improved state change unit test.
1660
1661 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
1662
1663         * docs/plugins/.cvsignore:
1664         * tests/check/.cvsignore:
1665           Ignore registries in any format.
1666
1667 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
1668
1669         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
1670         Removed some unused code.
1671
1672         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1673         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
1674         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
1675         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
1676         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
1677         (gst_rtp_theora_pay_flush_packet):
1678         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
1679         Try to preserve the incomming buffer duration on the outgoing
1680         packets. Fixes #478244.
1681
1682 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
1683
1684         * ext/taglib/gstapev2mux.cc:
1685         * ext/taglib/gstid3v2mux.cc:
1686           Work around compiler warnings with g++-4.2 when assigning a
1687           string constant to a gchar * (partially fixes #478092).
1688
1689 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
1690
1691         * configure.ac:
1692           We require core CVS now for gst_base_src_set_do_timestamp().
1693
1694 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1695
1696         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
1697         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1698         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
1699         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
1700         (gst_rtspsrc_handle_message):
1701         Fix compiler warnings shown with Forte.
1702
1703 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1704
1705         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
1706         (gst_rtspsrc_dup_printf):
1707         Give meaningfull error when all streams failed to configure for some
1708         reason.
1709
1710 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1711
1712         * gst/rtp/README:
1713         Update README with the design for synchronisation rules of RTP on
1714         sender and receiver.
1715
1716 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
1717
1718         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
1719         (gst_wavparse_chain):
1720         Don't push EOS from the chain function, the element
1721         driving the pipeline is responsible for this. The bug
1722         this was meant to fix seems to be queue not forwarding
1723         EOS in all cases (see #476514).
1724
1725 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
1726
1727         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
1728         (gst_level_transform_ip):
1729         * gst/level/gstlevel.h:
1730         Use basetransform segment so that it is correctly managed on flushes and
1731         start/stop.
1732         Report message timestamp as stream time, which is what an application
1733         can understand.
1734
1735 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
1736
1737         * ext/taglib/gstapev2mux.cc:
1738         * ext/taglib/gstapev2mux.h:
1739         * ext/taglib/gsttaglibmux.c:
1740         * tests/check/elements/apev2mux.c:
1741         Update my mail address.
1742
1743 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
1744
1745         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
1746         (gst_wavparse_loop), (gst_wavparse_chain):
1747         Add EOS logic for the push-based mode too. Fixes #476514.
1748
1749 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
1750
1751         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
1752         * gst/law/alaw-encode.h:
1753         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1754         (gst_mulawenc_chain):
1755         * gst/law/mulaw-encode.h:
1756         Fix law encoder timestamps.
1757
1758 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
1759
1760         * ext/gconf/gstgconfaudiosink.c:
1761           Fix warning when building without debug.
1762
1763         * sys/oss/gstossmixertrack.c:
1764           Use const like in alsamixertrack.c (fixes warnings).
1765
1766 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
1767
1768         * sys/v4l2/v4l2src_calls.c:
1769         (gst_v4l2src_probe_caps_for_format_and_size):
1770         Fix framerate detection code some more.
1771         Handle the case where there is a weird step in the stepwise framerates.
1772         Don't overwrite the min interval with the framerate, use a temp variable
1773         instead.
1774         Use max in the Continuous framerate intervals instead of step, which is
1775         1 according to the docs. Fixes #475424.
1776
1777 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
1778
1779         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
1780         Make udpsrc timestamp outgoing buffers based on when they were received.
1781         Also make it output a segment in time.
1782
1783 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
1784
1785         * gst/avi/gstavidemux.c:
1786           Plug a little leak. Little code cleanups.
1787
1788 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
1789
1790         * configure.ac:
1791           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
1792           flac versions, 's good for cross-compilation karma.
1793
1794 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
1795
1796         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
1797
1798         * gst/rtp/gstrtph263pay.c:
1799           Fix up header structure so that compilers don't add padding
1800           between the structure fields, since that would lead to us
1801           sending RTP packets with broken headers (as is currently the
1802           case when compiling with MSVC). Also see similar fixes in
1803           libgstrtp in gst-plugins-base. (#474616; #471194)
1804
1805 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
1806
1807         * sys/v4l2/v4l2src_calls.c:
1808         (gst_v4l2src_probe_caps_for_format_and_size):
1809         Don't overwrite our GValue with 0 but instead use the previously
1810         computed value. Fixes #471823 some more.
1811
1812 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
1813
1814         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1815           No tabs in this file please, or gtk-doc will end up documenting
1816           rather absurd class hierarchies.
1817
1818 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
1819
1820         * ext/gconf/gstswitchsink.c:
1821           If the new kid element fails to change state for some reason
1822           (e.g. esdsink not being able to connect to the sound server),
1823           forward the error message it posted on the bus instead of just
1824           posting a generic 'Internal state change error: please file a
1825           bug' error message. Fixes #471364.
1826
1827 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1828
1829         * gst/qtdemux/Makefile.am:
1830         * gst/qtdemux/qtdemux.c:
1831           Don't assume tags are encoded as UTF-8 (#473670).
1832
1833 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1834
1835         * sys/v4l2/gstv4l2src.c:
1836         * sys/v4l2/gstv4l2src.h:
1837         * sys/v4l2/v4l2src_calls.c:
1838           Implement LATENCY queries in the crudest way possible so I don't
1839           have to use sync=false any longer when testing with videosinks.
1840
1841 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1842
1843         * configure.ac:
1844           Fix build.
1845
1846 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1847
1848         * sys/v4l2/v4l2src_calls.c:
1849         (gst_v4l2src_probe_caps_for_format_and_size):
1850         Add some more debugging in the framerate function.
1851         Iterate stepwise framerate up to and _including_ the max and if nothing
1852         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
1853         don't end up with an empty list. Fixes #471823
1854
1855 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1856
1857         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
1858         (gst_multiudpsink_set_clients_string),
1859         (gst_multiudpsink_get_clients_string),
1860         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
1861         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
1862         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
1863         (gst_multiudpsink_clear):
1864         Add property do configure destination address/port pairs
1865         API:GstMultiUDPSink::clients
1866
1867 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1868
1869         * tests/examples/Makefile.am:
1870         * tests/examples/rtp/Makefile.am:
1871         * tests/examples/rtp/client-H263p-AMR.sh:
1872         * tests/examples/rtp/client-H263p-PCMA.sdp:
1873         * tests/examples/rtp/client-H263p-PCMA.sh:
1874         * tests/examples/rtp/client-H264-PCMA.sdp:
1875         * tests/examples/rtp/client-H264-PCMA.sh:
1876         * tests/examples/rtp/client-PCMA.sh:
1877         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
1878         * tests/examples/rtp/server-alsasrc-PCMA.sh:
1879         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
1880         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
1881         Added some RTP example scripts for sending and receiving RTP streams.
1882
1883 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1884
1885         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
1886         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
1887         Restructure the setcaps function so that we can also compute the
1888         expected GStreamer output size of the video frames.
1889         Set frame_byte_size correctly so that read-based devices have a chance
1890         of working correctly.
1891         When grabbing a frame, discard frames that are not of the expected size.
1892         Some cameras don't output the right framesize for the first buffer.
1893         Try only a couple of times to get a valid frame, else error out.
1894
1895         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
1896         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
1897         Add some more debug info when scanning the device.
1898
1899         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
1900         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
1901         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
1902         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
1903         Add some more debug info when dequeing a frame.
1904
1905 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
1906
1907         * gst/wavparse/gstwavparse.c:
1908           More code cleanups. Add some more comment and improve debugs logs.
1909
1910 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
1911
1912         * gst/wavparse/gstwavparse.c:
1913         * gst/wavparse/gstwavparse.h:
1914           Implement seek-query. Refactor duration calculations. Appropriate use
1915           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
1916           out of loops.
1917
1918 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
1919
1920         * gst/avi/gstavidemux.c:
1921           Implement seek-query.
1922
1923 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
1924
1925         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
1926         (gst_rtspsrc_dup_printf):
1927         Use new basesink async property to make sparse RTCP packet not wait for
1928         preroll.
1929
1930 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
1931
1932         * gst/audiofx/Makefile.am:
1933         Dist the right file.
1934
1935 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
1936
1937         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
1938         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
1939         Make sure we generate and parse floating point values in the POSIX
1940         locale instead of the current locale. 
1941
1942 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
1943
1944         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
1945         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
1946         (gst_rtspsrc_play):
1947         * gst/rtsp/gstrtspsrc.h:
1948         Fix method detection again.
1949         Keep track of when we must send a Range header.
1950         Use segment values for Range, Speed and Scale headers.
1951         Parse Speed and Scale headers to update the segment values.
1952
1953 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
1954
1955         patch by: Mark Nauwelaerts <manauw@skynet.be>
1956
1957         * sys/v4l2/v4l2src_calls.c:
1958           Handle optional v4l2 ioctls gracefully.
1959
1960 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
1961
1962         * gst/rtp/Makefile.am:
1963         * gst/rtp/gstrtp.c: (plugin_init):
1964         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
1965         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
1966         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
1967         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
1968         (gst_rtp_h263_depay_get_property),
1969         (gst_rtp_h263_depay_change_state),
1970         (gst_rtp_h263_depay_plugin_init):
1971         * gst/rtp/gstrtph263depay.h:
1972         Added an H263 depayloader. Fixes #369392.
1973
1974         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
1975         (gst_rtp_h263p_depay_process):
1976         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
1977         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
1978         Make the H263+ pay/depayloader support H263-1998 and H263-2000
1979         payloads.
1980         Also alow plain H263 on the h263p payloaders. Fixes #465040.
1981
1982 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
1983
1984         * gst/audiofx/audiochebyshevfreqband.c:
1985         * gst/audiofx/audiochebyshevfreqlimit.c:
1986         Add small comparision with the windowed sinc filters in the docs.
1987
1988 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
1989
1990         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
1991         (audiochebyshevfreqband_suite):
1992         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
1993         (audiochebyshevfreqlimit_suite):
1994         Also test 32 bit float mode and the type 2 variants of the filters.
1995
1996 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
1997
1998         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
1999         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2000         (gst_rtspsrc_loop):
2001         Refactor the udp and interleaved loop function a bit.
2002
2003 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2004
2005         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2006         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
2007         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
2008         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2009         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2010         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
2011         * gst/rtsp/gstrtspsrc.h:
2012         Protect connection activity with a new lock, avoids deadlocks when going
2013         to PAUSED. Fixes #455808.
2014
2015 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2016
2017         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
2018         Fix debug statement.
2019
2020 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2021
2022         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
2023         Fix stray %u in debug line as spotted by Saur on IRC.
2024
2025 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
2026
2027         * gst/audiofx/audiochebyshevfreqband.c:
2028         (gst_audio_chebyshev_freq_band_class_init):
2029         * gst/audiofx/audiochebyshevfreqlimit.c:
2030         (gst_audio_chebyshev_freq_limit_class_init):
2031         Use generator macros for the process functions for the different
2032         sample types, add lower upper boundaries for the GObject properties
2033         so automatically generated UIs can use sliders and add a note about
2034         the number of poles as a too high number of poles combined with
2035         very low or very high frequencies will produce only noise.
2036         * docs/plugins/gst-plugins-good-plugins.args:
2037         Regenerated for the property changes.
2038
2039 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2040
2041         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
2042         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
2043         (gst_rtspsrc_stream_configure_udp_sink),
2044         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
2045         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2046         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2047         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
2048         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
2049         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2050         * gst/rtsp/gstrtspsrc.h:
2051         Improve timeout handling.
2052         Use the same socket for sending and receiving RTCP packets so that some
2053         servers can track clients better.
2054         Improve connection closed handling. Try to reconnect.
2055         Don't overwrite our content base with NULL.
2056         Improve debugging.
2057         Improve range parsing and handling.
2058         Remove flushing hack now that core does the right thing.
2059
2060 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2061
2062         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2063         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
2064         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
2065         (gst_multiudpsink_close), (gst_multiudpsink_add):
2066         * gst/udp/gstmultiudpsink.h:
2067         Add support for getting and setting the socket to use.
2068
2069         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2070         (gst_udpsrc_create), (gst_udpsrc_get_property):
2071         Add support for getting the currently used socket.
2072
2073 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
2074
2075         reviewed by: Stefan Kost  <ensonic@users.sf.net>
2076
2077         * gst/audiofx/Makefile.am:
2078         * gst/audiofx/audiochebyshevfreqband.c:
2079         (gst_audio_chebyshev_freq_band_mode_get_type),
2080         (gst_audio_chebyshev_freq_band_base_init),
2081         (gst_audio_chebyshev_freq_band_dispose),
2082         (gst_audio_chebyshev_freq_band_class_init),
2083         (gst_audio_chebyshev_freq_band_init),
2084         (generate_biquad_coefficients), (calculate_gain),
2085         (generate_coefficients),
2086         (gst_audio_chebyshev_freq_band_set_property),
2087         (gst_audio_chebyshev_freq_band_get_property),
2088         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
2089         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
2090         (gst_audio_chebyshev_freq_band_start):
2091         * gst/audiofx/audiochebyshevfreqband.h:
2092         * gst/audiofx/audiochebyshevfreqlimit.c:
2093         (gst_audio_chebyshev_freq_limit_mode_get_type),
2094         (gst_audio_chebyshev_freq_limit_base_init),
2095         (gst_audio_chebyshev_freq_limit_dispose),
2096         (gst_audio_chebyshev_freq_limit_class_init),
2097         (gst_audio_chebyshev_freq_limit_init),
2098         (generate_biquad_coefficients), (calculate_gain),
2099         (generate_coefficients),
2100         (gst_audio_chebyshev_freq_limit_set_property),
2101         (gst_audio_chebyshev_freq_limit_get_property),
2102         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
2103         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
2104         (gst_audio_chebyshev_freq_limit_start):
2105         * gst/audiofx/audiochebyshevfreqlimit.h:
2106         * gst/audiofx/audiofx.c: (plugin_init):
2107         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
2108         Fixes #464800.
2109
2110         * tests/check/Makefile.am:
2111         * tests/check/elements/.cvsignore:
2112         * tests/check/elements/audiochebyshevfreqband.c:
2113         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
2114         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
2115         * tests/check/elements/audiochebyshevfreqlimit.c:
2116         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
2117         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
2118         Add unit tests for the chebyshev filters.
2119
2120         * docs/plugins/Makefile.am:
2121         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2122         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2123         * docs/plugins/gst-plugins-good-plugins.args:
2124         * docs/plugins/inspect/plugin-1394.xml:
2125         * docs/plugins/inspect/plugin-audiofx.xml:
2126         * docs/plugins/inspect/plugin-dv.xml:
2127         * docs/plugins/inspect/plugin-flac.xml:
2128         * docs/plugins/inspect/plugin-jpeg.xml:
2129         * docs/plugins/inspect/plugin-png.xml:
2130         * docs/plugins/inspect/plugin-rtp.xml:
2131         * docs/plugins/inspect/plugin-shout2send.xml:
2132         * docs/plugins/inspect/plugin-wavpack.xml:
2133         And add docs for the chebyshev filters. While doing
2134         that also run make update in docs/plugins.
2135
2136 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2137
2138         * ext/annodex/gstcmmltag.c:
2139         * gst/rtp/gstrtpvorbispay.c:
2140           Make ro memory to share.
2141
2142 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2143
2144         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2145         Improve UDP performance by avoiding a select() when we have data
2146         available immediatly.
2147
2148 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2149
2150         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
2151         (gst_rtp_dec_class_init):
2152         * gst/rtsp/gstrtpdec.h:
2153         Add (dummy) SSRC management signals.
2154
2155         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2156         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2157         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
2158         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
2159         (on_timeout), (gst_rtspsrc_stream_configure_manager),
2160         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
2161         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2162         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2163         * gst/rtsp/gstrtspsrc.h:
2164         Add connection-speed property.
2165         Add find_stream helper functions.
2166         Handle stream EOS based on BYE messages or SSRC timeout.
2167         Returns SUCCESS from the state change function as we hide our async
2168         elements from the parent.
2169
2170 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2171
2172         * gst/debug/rndbuffersize.c:
2173           Fix da leak.
2174
2175 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
2176
2177         * gst/debug/Makefile.am:
2178         * gst/debug/breakmydata.c:
2179         * gst/debug/gstdebug.c:
2180         * gst/debug/negotiation.c:
2181         * gst/debug/progressreport.c:
2182         * gst/debug/rndbuffersize.c:
2183         * gst/debug/testplugin.c:
2184           Add new test element and clean-up the others a little.
2185
2186 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2187
2188         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2189         Fix parsing of mp4a version 0 atoms. Fixes #465774.
2190
2191 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2192
2193         * gst/rtp/gstrtpilbcdepay.c:
2194           Include stdlib.
2195
2196 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
2197
2198         * gst/rtp/gstrtpmpvdepay.c:
2199         Set the mpegversion in the caps so that autoplugging does not get
2200         confused.
2201
2202 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2203
2204         * po/hu.po:
2205         * po/uk.po:
2206         * po/vi.po:
2207           Updated translations.
2208
2209 2007-08-08  Michael Smith <msmith@fluendo.com>
2210
2211         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2212           Render right border in the correct location.
2213
2214 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
2215
2216         Patch by: Olivier Crete <tester at tester dot ca>
2217
2218         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
2219         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2220         Make mode property a string. Fixes #464475.
2221
2222 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2223
2224         * ext/flac/gstflacenc.c:
2225           Widen caps to match decoder a bit and add more FIXMEs.
2226
2227 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2228
2229         patch by: Mark Nauwelaerts <manauw@skynet.be>
2230
2231         * gst/avi/gstavimux.c:
2232           Fix ODML index tag numbering. Fixes #463624.
2233
2234 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2235
2236         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
2237         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2238         (gst_rtspsrc_stream_configure_tcp),
2239         (gst_rtspsrc_stream_configure_udp_sink):
2240         Fix default clock-rate for realmedia.
2241         Fix parsing of transport.
2242         Don't try to link NULL pads.
2243
2244 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
2245
2246         * po/POTFILES.skip:
2247           Add POTFILES.skip with list of source files that aren't disted at the
2248           moment but contain translatable strings. Should hopefully pacify
2249           broken tools and make it clearer that these files are left out
2250           intentionally (#461600).
2251
2252 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
2253
2254         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
2255         If the buffer was entirely clipped ... don't try sending it :)
2256
2257 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2258
2259         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
2260         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
2261         (gst_rtspsrc_create_transports_string),
2262         (gst_rtspsrc_prepare_transports):
2263         If we don't hav a session manager, set the caps on outgoing buffers
2264         ourselves.
2265         Force PAUSE/PLAY methods for now until the extensions can overwrite.
2266         Append final bit of the transport string even when it does not contain a
2267         placeholder.
2268
2269 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2270
2271         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
2272         (gst_rtsp_ext_list_connect):
2273         * gst/rtsp/gstrtspext.h:
2274         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2275         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
2276         Clean up the interface list.
2277         Allow connecting to interface signals for the extensions.
2278         Remove old extension code.
2279         Free list on cleanup.
2280         Allow extensions to send additional RTSP messages.
2281
2282 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2283
2284         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
2285         Handle a NULL gconf key gracefully by rendering the default element.
2286
2287 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2288
2289         * gst/rtsp/gstrtspext.h:
2290         Fix include path for extension interface.
2291
2292 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2293
2294         * gst/audiofx/audioamplify.h:
2295         Also remove a now unecessary variable here.
2296
2297 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2298
2299         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
2300         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
2301         * gst/audiofx/audiodynamic.c:
2302         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
2303         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
2304         * gst/audiofx/audiodynamic.h:
2305         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
2306         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
2307         * gst/audiofx/audioinvert.h:
2308         Don't save format information ourselves, this is already saved in
2309         GstAudioFilter.
2310
2311 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2312
2313         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2314         (gst_rtsp_ext_list_stream_select):
2315         * gst/rtsp/gstrtspext.h:
2316         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
2317         Use rank to filter out extensions.
2318         Add url to stream_select interface call.
2319
2320 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2321
2322         * gst/rtsp/Makefile.am:
2323         * gst/rtsp/base64.c:
2324         * gst/rtsp/base64.h:
2325         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2326         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
2327         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
2328         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
2329         (gst_rtsp_ext_list_setup_media),
2330         (gst_rtsp_ext_list_configure_stream),
2331         (gst_rtsp_ext_list_get_transports),
2332         (gst_rtsp_ext_list_stream_select):
2333         * gst/rtsp/gstrtspext.h:
2334         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
2335         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
2336         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
2337         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2338         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
2339         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
2340         (gst_rtspsrc_stream_configure_tcp),
2341         (gst_rtspsrc_stream_configure_mcast),
2342         (gst_rtspsrc_stream_configure_udp),
2343         (gst_rtspsrc_stream_configure_udp_sink),
2344         (gst_rtspsrc_stream_configure_transport),
2345         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2346         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2347         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
2348         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
2349         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2350         (gst_rtspsrc_parse_methods),
2351         (gst_rtspsrc_create_transports_string),
2352         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
2353         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
2354         (gst_rtspsrc_play), (gst_rtspsrc_pause),
2355         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
2356         * gst/rtsp/gstrtspsrc.h:
2357         * gst/rtsp/rtsp.h:
2358         * gst/rtsp/rtspconnection.c:
2359         * gst/rtsp/rtspconnection.h:
2360         * gst/rtsp/rtspdefs.c:
2361         * gst/rtsp/rtspdefs.h:
2362         * gst/rtsp/rtspext.h:
2363         * gst/rtsp/rtspextwms.c:
2364         * gst/rtsp/rtspextwms.h:
2365         * gst/rtsp/rtspmessage.c:
2366         * gst/rtsp/rtspmessage.h:
2367         * gst/rtsp/rtsprange.c:
2368         * gst/rtsp/rtsprange.h:
2369         * gst/rtsp/rtsptransport.c:
2370         * gst/rtsp/rtsptransport.h:
2371         * gst/rtsp/rtspurl.c:
2372         * gst/rtsp/rtspurl.h:
2373         * gst/rtsp/sdp.h:
2374         * gst/rtsp/sdpmessage.c:
2375         * gst/rtsp/sdpmessage.h:
2376         * gst/rtsp/test.c:
2377         Use shiny new RTSP and SDP library.
2378         Implement RTSP extensions using the new interface.
2379         Remove a lot of old code.
2380
2381 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
2382
2383         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2384         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
2385
2386 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2387
2388         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2389         Don't unref the outgoing buffer twice when dropping it because it's
2390         outside of the segment.
2391
2392 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2393
2394         * configure.ac:
2395         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
2396         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
2397         Use the new buffer clipping function from gstaudio here and
2398         require gst-plugins-base CVS.
2399         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2400         For framed Wavpack buffers we require a valid timestamp.
2401
2402 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
2403
2404         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
2405         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
2406         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
2407         Clip raw audio and video when we can, keep track of current output
2408         segment.
2409         Don't leak buffers and events when there is no output pad.
2410         Improve debugging here and there.
2411
2412 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
2413
2414         * configure.ac:
2415           Sync liboil check with plugins-base.
2416
2417 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
2418
2419         * ext/annodex/Makefile.am:
2420           Fix CFLAGS/LIBS.
2421
2422         * ext/cdio/gstcdiocddasrc.c:
2423         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
2424           Include stdlib
2425
2426         * ext/cairo/Makefile.am:
2427         * gst/videofilter/Makefile.am:
2428         * tests/examples/level/Makefile.am:
2429           Use $(LIBM) instead of -lm
2430
2431 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2432
2433         * sys/v4l2/gstv4l2src.c:
2434           Add another example pipeline.
2435
2436 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2437
2438         Patch by: Alexander Eichner <alexeichi@yahoo.de>
2439
2440         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2441           Use define here.
2442
2443         * sys/v4l2/gstv4l2tuner.c:
2444         (gst_v4l2_tuner_set_frequency_and_notify):
2445           Don't touch the property - its still disabled.
2446
2447         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
2448         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
2449         * sys/v4l2/v4l2src_calls.h:
2450           Improve fallback format negotionation. Fixes #451388
2451
2452 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2453
2454         * tests/check/elements/videocrop.c: (GST_START_TEST):
2455           Fix the test.
2456
2457 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2458
2459         * docs/plugins/Makefile.am:
2460         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2461         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2462         * docs/plugins/inspect/plugin-jpeg.xml:
2463         * docs/plugins/inspect/plugin-png.xml:
2464         * ext/jpeg/gstjpegdec.c:
2465         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
2466         (gst_pngdec_sink_setcaps):
2467           More docs. More logs in pngdec.
2468
2469 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
2470
2471         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2472           Initialize num_buffers with minimum value.
2473
2474         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
2475         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
2476           Handle frame-size query failure gracefully.
2477
2478 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
2479
2480         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2481         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
2482         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
2483         of qt/aac files.
2484
2485 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
2486
2487         * ext/wavpack/gstwavpackdec.c:
2488         (gst_wavpack_dec_clip_outgoing_buffer):
2489         Fix buffer clipping to correctly clip to the segment stop.
2490
2491 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
2492
2493         * configure.ac:
2494         * tests/Makefile.am:
2495         Remove bogus check for libcheck, since we check for
2496         gstreamer-check and it pulls in the required info from there,
2497         and we weren't actually _using_ the information for libcheck
2498         ourselves anyway.
2499
2500 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
2501
2502         * configure.ac:
2503           Use pkg-config to locate check.
2504
2505 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
2506
2507         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
2508         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
2509         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
2510         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2511         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
2512         * gst/effectv/gstaging.c: (gst_agingtv_transform):
2513         * gst/effectv/gstdice.c: (gst_dicetv_transform):
2514         * gst/effectv/gstedge.c: (gst_edgetv_transform):
2515         * gst/effectv/gstquark.c: (gst_quarktv_transform):
2516         * gst/effectv/gstrev.c: (gst_revtv_transform):
2517         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
2518         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
2519         * gst/effectv/gstwarp.c: (gst_warptv_transform):
2520         * gst/matroska/matroska-demux.c:
2521         (gst_matroska_demux_add_wvpk_header),
2522         (gst_matroska_demux_check_subtitle_buffer),
2523         (gst_matroska_decode_buffer):
2524         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
2525           Fix build against core CVS.
2526
2527 2007-07-10  Edward Hervey  <bilboed@gmail.com>
2528
2529         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
2530         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
2531         don't have enough granularity to convert that boolean into a
2532         GstFlowReturn.
2533
2534 2007-07-06  Michael Smith <msmith@fluendo.com>
2535
2536         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
2537         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
2538         (gst_alawdec_change_state):
2539         * gst/law/alaw-decode.h:
2540         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
2541         (gst_mulawdec_class_init), (gst_mulawdec_init),
2542         (gst_mulawdec_chain), (gst_mulawdec_change_state):
2543         * gst/law/mulaw-decode.h:
2544           Fix capsnego bogosity in *law decoders. 
2545
2546 2007-07-06  Michael Smith <msmith@fluendo.com>
2547
2548         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
2549         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
2550         (gst_smokeenc_change_state):
2551         * ext/jpeg/gstsmokeenc.h:
2552           Remove stupidity in get/set caps functions.
2553           Fix some refcounting problems.
2554
2555 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
2556
2557         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
2558         Remove endianness-flipping hack that seems to have been required
2559         only because of a bug in ffmpegcolorspace.
2560         Partially Fixes: #451908
2561
2562 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
2563
2564         * docs/plugins/Makefile.am:
2565           Simplify --extra-dir as gtkdoc scans recursively.
2566
2567 2007-07-03  Wim Taymans,,,  <set EMAIL_ADDRESS environment variable>
2568
2569         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2570
2571         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2572         Set the encoding-name in the rtp caps to all uppercase, as required by
2573         the caps spec.
2574         Some small cleanups in the error paths. Fixes #453037.
2575
2576 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
2577
2578         * ext/wavpack/gstwavpackparse.c:
2579         (gst_wavpack_parse_index_get_last_entry),
2580         (gst_wavpack_parse_index_get_entry_from_sample),
2581         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
2582         (gst_wavpack_parse_scan_to_find_sample):
2583         * ext/wavpack/gstwavpackparse.h:
2584         Use a GSList for the GArray that is used like a list anyway.
2585
2586 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
2587
2588         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
2589         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
2590         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
2591           Add state change function where we set 0/1 as default framerate in
2592           case our setcaps function isn't called, like it might not in a
2593           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
2594           gdkpixbufdec trying to create caps with a 0/0 framerate.
2595           Also post an error message on the bus if gst_pad_push() fails when
2596           called from our sink event handler (+1 for flow returns for event
2597           functions in 0.11) instead of failing silently.
2598
2599 2007-06-27  Wim Taymans  <wim@fluendo.com>
2600
2601         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
2602         Cast stack args to the proper types. Fixes #451249.
2603
2604 2007-06-27  Wim Taymans  <wim@fluendo.com>
2605
2606         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2607         (new_session_pad), (gst_rtspsrc_setup_streams):
2608         * gst/rtsp/gstrtspsrc.h:
2609         For container formats we only need to activate one of the streams so
2610         that we correctly signal no-more-pads. Fixes #451015.
2611
2612 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
2613
2614         * docs/plugins/gst-plugins-good-plugins.args:
2615         * docs/plugins/inspect/plugin-aasink.xml:
2616         * docs/plugins/inspect/plugin-alaw.xml:
2617         * docs/plugins/inspect/plugin-alpha.xml:
2618         * docs/plugins/inspect/plugin-alphacolor.xml:
2619         * docs/plugins/inspect/plugin-annodex.xml:
2620         * docs/plugins/inspect/plugin-apetag.xml:
2621         * docs/plugins/inspect/plugin-audiofx.xml:
2622         * docs/plugins/inspect/plugin-auparse.xml:
2623         * docs/plugins/inspect/plugin-autodetect.xml:
2624         * docs/plugins/inspect/plugin-avi.xml:
2625         * docs/plugins/inspect/plugin-cacasink.xml:
2626         * docs/plugins/inspect/plugin-cairo.xml:
2627         * docs/plugins/inspect/plugin-cdio.xml:
2628         * docs/plugins/inspect/plugin-cutter.xml:
2629         * docs/plugins/inspect/plugin-debug.xml:
2630         * docs/plugins/inspect/plugin-efence.xml:
2631         * docs/plugins/inspect/plugin-effectv.xml:
2632         * docs/plugins/inspect/plugin-esdsink.xml:
2633         * docs/plugins/inspect/plugin-flac.xml:
2634         * docs/plugins/inspect/plugin-flxdec.xml:
2635         * docs/plugins/inspect/plugin-gconfelements.xml:
2636         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2637         * docs/plugins/inspect/plugin-goom.xml:
2638         * docs/plugins/inspect/plugin-halelements.xml:
2639         * docs/plugins/inspect/plugin-icydemux.xml:
2640         * docs/plugins/inspect/plugin-id3demux.xml:
2641         * docs/plugins/inspect/plugin-jpeg.xml:
2642         * docs/plugins/inspect/plugin-ladspa.xml:
2643         * docs/plugins/inspect/plugin-level.xml:
2644         * docs/plugins/inspect/plugin-matroska.xml:
2645         * docs/plugins/inspect/plugin-mulaw.xml:
2646         * docs/plugins/inspect/plugin-multipart.xml:
2647         * docs/plugins/inspect/plugin-navigationtest.xml:
2648         * docs/plugins/inspect/plugin-ossaudio.xml:
2649         * docs/plugins/inspect/plugin-png.xml:
2650         * docs/plugins/inspect/plugin-quicktime.xml:
2651         * docs/plugins/inspect/plugin-rtp.xml:
2652         * docs/plugins/inspect/plugin-rtsp.xml:
2653         * docs/plugins/inspect/plugin-smpte.xml:
2654         * docs/plugins/inspect/plugin-speex.xml:
2655         * docs/plugins/inspect/plugin-taglib.xml:
2656         * docs/plugins/inspect/plugin-udp.xml:
2657         * docs/plugins/inspect/plugin-videobalance.xml:
2658         * docs/plugins/inspect/plugin-videobox.xml:
2659         * docs/plugins/inspect/plugin-videocrop.xml:
2660         * docs/plugins/inspect/plugin-videoflip.xml:
2661         * docs/plugins/inspect/plugin-videomixer.xml:
2662         * docs/plugins/inspect/plugin-wavenc.xml:
2663         * docs/plugins/inspect/plugin-wavparse.xml:
2664         * docs/plugins/inspect/plugin-ximagesrc.xml:
2665           Update docs with caps info.
2666
2667 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
2668
2669         * po/POTFILES.in:
2670           Add more files with translatable strings (#450878).
2671
2672 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
2673
2674         * MAINTAINERS:
2675         Updating all the maintainers files
2676
2677 2007-06-22  Edward Hervey  <edward@fluendo.com>
2678
2679         * ext/flac/gstflactag.c: (gst_flac_tag_init):
2680         * gst/interleave/deinterleave.c: (deinterleave_init),
2681         (deinterleave_sink_link):
2682         * gst/interleave/interleave.c: (interleave_init):
2683         * gst/median/gstmedian.c: (gst_median_init):
2684         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
2685         Fix memory leaks.
2686         * tests/check/elements/id3demux.c: (pad_added_cb):
2687         Remove unused variable.
2688
2689 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
2690
2691         * ext/gconf/gconf.h:
2692         Make the prototype of gst_gconf_get_key_for_sink_profile
2693         match the implementation.
2694         Patch by: Damien Carbery <damien dot carbery at sun dot com>
2695         Fixes: #449747
2696
2697 2007-06-20  Michael Smith <msmith@fluendo.com>
2698
2699         * gst/rtp/gstrtpdepay.c:
2700           Fix description - rtpdepay is not a payloader.
2701
2702 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
2703
2704         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
2705         (qtdemux_video_caps):
2706         * gst/qtdemux/qtdemux_fourcc.h:
2707           Add MJPG to the variants of motion jpeg.
2708
2709 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
2710
2711         * tests/check/Makefile.am:
2712         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
2713         * tests/check/elements/videocrop.c: (GST_START_TEST):
2714         * tests/check/elements/videofilter.c:
2715         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2716         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
2717           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
2718           error flags are included and it errors out on compiler warnings
2719           for CVS builds; remove unused variables in various unit tests.
2720
2721 2007-06-19  Wim Taymans  <wim@fluendo.com>
2722
2723         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2724         (rtsp_connection_close), (rtsp_connection_free):
2725         Use threadsafe inet_ntop to convert an ip number to a string. 
2726         Fixes #447961.
2727         Don't leak fd (and ip) when freeing a connection without first closing
2728         it.
2729
2730 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
2731
2732         * configure.ac:
2733         Back to CVS
2734
2735         * gst-plugins-good.doap:
2736         Add 0.10.6 to the doap file.
2737
2738 === release 0.10.6 ===
2739
2740 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
2741
2742         * configure.ac:
2743           releasing 0.10.6, "Wobble Board"
2744
2745 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
2746
2747         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2748         (rtsp_connection_free):
2749           Revert previous commit again, since we are frozen (sorry).
2750
2751 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
2752
2753         Patch by: Peter Kjellerstedt <pkj at axis com>
2754
2755         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2756         (rtsp_connection_free):
2757           inet_ntoa() uses a static buffer internally, so we need to copy the
2758           returned string if we want to store it for later (#447961).
2759
2760 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
2761
2762         * win32/vs6/autogen.dsp:
2763         * win32/vs6/gst_plugins_good.dsw:
2764         * win32/vs6/libgstalaw.dsp:
2765         * win32/vs6/libgstalpha.dsp:
2766         * win32/vs6/libgstalphacolor.dsp:
2767         * win32/vs6/libgstapetag.dsp:
2768         * win32/vs6/libgstaudiofx.dsp:
2769         * win32/vs6/libgstauparse.dsp:
2770         * win32/vs6/libgstautodetect.dsp:
2771         * win32/vs6/libgstavi.dsp:
2772         * win32/vs6/libgstcutter.dsp:
2773         * win32/vs6/libgstdirectdraw.dsp:
2774         * win32/vs6/libgstdirectsound.dsp:
2775         * win32/vs6/libgsteffectv.dsp:
2776         * win32/vs6/libgstflx.dsp:
2777         * win32/vs6/libgstgoom.dsp:
2778         * win32/vs6/libgsticydemux.dsp:
2779         * win32/vs6/libgstid3demux.dsp:
2780         * win32/vs6/libgstinterleave.dsp:
2781         * win32/vs6/libgstjpeg.dsp:
2782         * win32/vs6/libgstlevel.dsp:
2783         * win32/vs6/libgstmatroska.dsp:
2784         * win32/vs6/libgstmedian.dsp:
2785         * win32/vs6/libgstmonoscope.dsp:
2786         * win32/vs6/libgstmulaw.dsp:
2787         * win32/vs6/libgstmultipart.dsp:
2788         * win32/vs6/libgstqtdemux.dsp:
2789         * win32/vs6/libgstrtp.dsp:
2790         * win32/vs6/libgstrtsp.dsp:
2791         * win32/vs6/libgstsmpte.dsp:
2792         * win32/vs6/libgstspeex.dsp:
2793         * win32/vs6/libgstudp.dsp:
2794         * win32/vs6/libgstvideobalance.dsp:
2795         * win32/vs6/libgstvideobox.dsp:
2796         * win32/vs6/libgstvideocrop.dsp:
2797         * win32/vs6/libgstvideoflip.dsp:
2798         * win32/vs6/libgstvideomixer.dsp:
2799         * win32/vs6/libgstwaveform.dsp:
2800         * win32/vs6/libgstwavenc.dsp:
2801         * win32/vs6/libgstwavparse.dsp:
2802         Mark *.dsp & *.dsw as binary files and convert to DOS line
2803         endings, as they don't load into VS6 correctly otherwise.
2804
2805 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
2806
2807         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
2808         (rtsp_connection_connect):
2809         Fix the MingW build. 
2810         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
2811         Fixes: #446981
2812
2813 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
2814
2815         * tests/check/elements/.cvsignore:
2816         * tests/icles/.cvsignore:
2817         Hush the buildbots up
2818
2819 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
2820
2821         * configure.ac:
2822         * sys/Makefile.am:
2823         * sys/directdraw/Makefile.am:
2824         * sys/directsound/Makefile.am:
2825         * sys/waveform/Makefile.am:
2826         Make sure to dist everything needed for win32 builds.
2827
2828 2007-06-14  Edward Hervey  <edward@fluendo.com>
2829
2830         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
2831         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
2832         caps.
2833         Fixes #447458
2834
2835 2007-06-13  Wim Taymans  <wim@fluendo.com>
2836
2837         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
2838         Make sure we allocate enough memory for the codec_data.
2839         Fixes #447210.
2840
2841 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
2842
2843         * win32/MANIFEST:
2844         Add videocrop project file to the win32 manifest.
2845         * win32/vs6/gst_plugins_good.dsw:
2846         Add qtdemux,videocrop and waveform projects to the workspace.
2847         * win32/vs6/libgstqtdemux.dsp:
2848         Add zlib to the link list of qtdemux.
2849         * win32/vs6/libgstvideocrop.dsp:
2850         Add a project file for videocrop.
2851
2852 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2853
2854         * po/POTFILES.in:
2855         Add qtdemux for translation
2856
2857 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2858
2859         * configure.ac:
2860         * docs/plugins/Makefile.am:
2861         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2862         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2863         * docs/plugins/inspect/plugin-videocrop.xml:
2864         * gst-plugins-good.spec.in:
2865         * sys/Makefile.am:
2866         * tests/check/Makefile.am:
2867         * tests/icles/Makefile.am:
2868         * tests/icles/videocrop-test.c:
2869         Move videocrop and osxvideo from -bad.
2870
2871 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2872
2873         * configure.ac:
2874         * docs/plugins/Makefile.am:
2875         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2876         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2877         * docs/plugins/gst-plugins-good-plugins.args:
2878         * docs/plugins/inspect/plugin-qtdemux.xml:
2879         * docs/plugins/inspect/plugin-quicktime.xml:
2880         * win32/MANIFEST:
2881         Move qtdemux from -bad.
2882
2883         * gst-plugins-good.spec.in:
2884         Update spec file to reflect moving of qtdemux and wavpack
2885
2886 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2887         
2888         * win32/MANIFEST:
2889         * docs/plugins/Makefile.am:
2890         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2891         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2892         * docs/plugins/inspect/plugin-directdraw.xml:
2893         * docs/plugins/inspect/plugin-directsound.xml:
2894         * docs/plugins/inspect/plugin-waveform.xml:
2895         Move the waveform plugin from -bad too. Update the inspect xml
2896         files to mention Plugins Good instead of Plugins Bad.
2897
2898 2007-06-12  Andy Wingo  <wingo@pobox.com>
2899
2900         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
2901         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
2902         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
2903         finalization and resuscitation. No longer public.
2904         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
2905         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
2906         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
2907         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
2908         miniobject semantics, and be threadsafe.
2909         (gst_v4l2src_queue_frame): Remove this function, as we just call
2910         the ioctls directly in the two places where we queue buffers.
2911         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
2912         directly.
2913         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
2914         to allocate the pool, which also preallocates the GstBuffers.
2915         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
2916         queueing the frames directly.
2917         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
2918         mmap buffers have been dequeued.
2919
2920         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
2921         real MiniObject instead of rolling our own refcounting and
2922         finalizing. Give it a lock.
2923         (struct _GstV4l2Buffer): Remove one intermediary object, having
2924         the buffers hold the struct v4l2_buffer directly.
2925
2926         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
2927         capture_init so that it can set them on the buffers that it will
2928         create.
2929         (gst_v4l2src_get_read): For better or for worse, include the
2930         timestamping and offsetting code here; really we should be using
2931         bufferalloc though.
2932         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
2933         preallocated, mmap'd buffers.
2934
2935 2007-06-11  Wim Taymans  <wim@fluendo.com>
2936
2937         Patch by: daniel fischer <dan at f3c dot com>
2938
2939         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
2940         (gst_ximage_src_get_caps):
2941         Actually use the display_name property so that we can dump any
2942         available X display. Fixes #445905.
2943
2944 2007-06-11  Wim Taymans  <wim@fluendo.com>
2945
2946         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2947
2948         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
2949         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
2950         Add missing rate fields to caps. Fixes #441118.
2951
2952 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
2953
2954         * win32/vs6/gst_plugins_good.dsw:
2955         * win32/vs8/gst-plugins-good.sln:
2956         Add DirectSound and DirectDraw sinks project files to
2957         workspace and solution files.
2958
2959 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2960
2961         Patch by: Josh Coalson <xflac at yahoo dot com>,
2962         updated by Alexis Ballier <aballier at gentoo dot org>:
2963
2964         * configure.ac:
2965         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
2966         (gst_flac_dec_setup_seekable_decoder),
2967         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
2968         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
2969         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
2970         * ext/flac/gstflacdec.h:
2971         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2972         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
2973         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
2974         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
2975         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
2976         (gst_flac_enc_chain), (gst_flac_enc_set_property),
2977         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
2978         * ext/flac/gstflacenc.h:
2979         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
2980         
2981 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
2982
2983         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
2984         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
2985         not necessary anymore as we need at least that core version. 
2986
2987 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
2988
2989         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
2990         (gst_wavpack_dec_chain):
2991         * ext/wavpack/gstwavpackdec.h:
2992         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
2993         (gst_wavpack_parse_push_buffer):
2994         * ext/wavpack/gstwavpackparse.h:
2995         Improve discont handling by checking if the next Wavpack block has
2996         the expected, following block index.
2997
2998 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2999
3000         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
3001           Fix element description.
3002
3003 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3004
3005         * configure.ac:
3006         * docs/plugins/Makefile.am:
3007         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3008         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3009         * docs/plugins/gst-plugins-good-plugins.args:
3010         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3011         * docs/plugins/gst-plugins-good-plugins.signals:
3012         * docs/plugins/inspect/plugin-autodetect.xml:
3013         * docs/plugins/inspect/plugin-gconfelements.xml:
3014         * docs/plugins/inspect/plugin-ladspa.xml:
3015         * docs/plugins/inspect/plugin-rtp.xml:
3016         * docs/plugins/inspect/plugin-wavpack.xml:
3017         * ext/Makefile.am:
3018         * tests/check/Makefile.am:
3019           move wavpack plugin.  See #352605.
3020
3021 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
3022
3023         * configure.ac:
3024         * docs/plugins/Makefile.am:
3025         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3026         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3027         * docs/plugins/gst-plugins-good-plugins.args:
3028         * sys/Makefile.am:
3029         * win32/MANIFEST:
3030         Add DirectDraw & DirectSound plugins to the build and docs.
3031
3032 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
3033
3034         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
3035         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
3036           When operating in pull mode, error out correct on not-linked.
3037
3038 2007-06-06  Andy Wingo  <wingo@pobox.com>
3039
3040         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
3041         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
3042         format and size if the ioctls are defined; should fix compilation
3043         on Linux < 2.16.19.
3044
3045 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
3046
3047         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
3048           Printf fixes in debug statements; use LOG level for debug statements
3049           that are printed for each and every frame; convert c++ comments to
3050           C-style comments; not much point using g_try_malloc() if we then not
3051           even check the return value.
3052
3053 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
3054
3055         * configure.ac:
3056           Bump requirements to released versions (core and base 0.10.13).
3057
3058         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
3059           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
3060           own implementation.
3061
3062 2007-06-05  Andy Wingo  <wingo@pobox.com>
3063
3064         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
3065         some useless comments.
3066
3067         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
3068         frames before calling STREAMON, that might leave them in a state
3069         where they can't be dequeued if we go back to NULL without calling
3070         STREAMON, according to the docs.
3071         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
3072         before we call STREAMON.
3073         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
3074         failures. (For me this code hung.) The pool refcounting is still
3075         crack; added a note to that effect.
3076
3077 2007-06-05  Wim Taymans  <wim@fluendo.com>
3078
3079         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
3080         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
3081         Add support for mapping gst structure names to the MIME type equivalent.
3082         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
3083
3084 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3085
3086         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3087         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
3088         (gst_wavenc_chain), (gst_wavenc_change_state):
3089         * gst/wavenc/gstwavenc.h:
3090         Properly write wav files with width!=depth by having the depth most
3091         significant bytes set and all others zero. Fixes #442535.
3092
3093 2007-06-01  Wim Taymans  <wim@fluendo.com>
3094
3095         * gst/rtsp/rtspconnection.c:
3096         Add include to make buildbot happy.
3097
3098 2007-06-01  Wim Taymans  <wim@fluendo.com>
3099
3100         Patch by: Peter Kjellerstedt  <pkj at axis com>
3101
3102         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3103         (rtsp_connection_connect), (add_date_header),
3104         (rtsp_connection_send), (parse_response_status),
3105         (parse_request_line), (parse_line), (rtsp_connection_receive):
3106         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
3107         * gst/rtsp/rtspdefs.h:
3108         * gst/rtsp/rtspmessage.c: (key_value_foreach),
3109         (rtsp_message_init_request), (rtsp_message_init_response),
3110         (rtsp_message_remove_header), (rtsp_message_append_headers),
3111         (rtsp_message_dump):
3112         * gst/rtsp/rtspmessage.h:
3113         Improves version checking, allowing an RTSP server to reply with "505
3114         RTSP Version not supported.
3115         Adds a Date header to all messages.
3116         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
3117         want to be able to send a response even if something in the request was
3118         invalid. EINVAL is only used when passing wrong arguments to functions.
3119         Do not handle an invalid method in parse_request_line(). Defer this to
3120         the caller so it can respond with "405 Method Not Allowed".
3121         Improves parsing of the timeout parameter to the Session header,
3122         allowing whitespace after the semicolon. 
3123         Avoids a compiler warning due to variables shadowing a function argument.
3124
3125 2007-06-01  Wim Taymans  <wim@fluendo.com>
3126
3127         Based on Patch by: Daniel Charles <dcharles at ti dot com>
3128
3129         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3130         (gst_rtp_amr_depay_process):
3131         * gst/rtp/gstrtpamrdepay.h:
3132         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
3133         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
3134         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
3135         * gst/rtp/gstrtpamrpay.h:
3136         Add support for AMR-WB.
3137         Small cleanups such as using BOILERPLATE.
3138
3139 2007-05-31  Wim Taymans  <wim@fluendo.com>
3140
3141         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
3142         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
3143
3144 2007-05-30  Andy Wingo  <wingo@pobox.com>
3145
3146         * sys/v4l2/gstv4l2object.h: 
3147         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
3148         unintended changes.
3149
3150         * sys/v4l2/v4l2src_calls.h: 
3151         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
3152         the format list in the order that the driver gives it to us.
3153         (gst_v4l2src_probe_caps_for_format_and_size)
3154         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
3155         based on the capabilities of the device.
3156         (gst_v4l2src_grab_frame): Update for object variable renaming.
3157         (gst_v4l2src_set_capture): Update to be strict in its parameters,
3158         as in the set_caps below.
3159         (gst_v4l2src_capture_init): Update for object variable renaming,
3160         and reflow.
3161         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
3162         (gst_v4l2src_capture_deinit): Update for object variable renaming.
3163         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
3164         (gst_v4l2src_get_fps): Remove; these functions don't have much
3165         meaning outside of an atomic set_caps method.
3166         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
3167         known.
3168
3169         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
3170         call to update_fps; not sure about this change.
3171         (gst_v4l2_tuner_set_norm): Work around the fact that for the
3172         moment we don't have an update_fps_func.
3173
3174         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
3175         structures in the object, just store what we need. Do store the
3176         probed caps of the device. Don't store the current frame rate.
3177
3178         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
3179         update_fps_function, for now. Update for new object variable
3180         naming.
3181         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
3182         new object variable naming.
3183         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
3184         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
3185         (gst_v4l2src_get_caps): Rework to probe the device for supported
3186         frame sizes and frame rates.
3187         (gst_v4l2src_set_caps): Rework to be strict in the given
3188         parameters: if someone asks us to have a certain size and rate,
3189         that is what we configure.
3190         (gst_v4l2src_get_read): Update for object variable naming. Don't
3191         leak buffers on short reads.
3192         (gst_v4l2src_get_mmap): Update for object variable naming, and add
3193         comments.
3194         (gst_v4l2src_create): Update for object variable naming.
3195
3196 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3197
3198         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
3199         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
3200         * gst/avi/gstavidemux.h:
3201           Parse subtitle text streams instead of erroring out (#442034). Still
3202           needs a parser for the subtitles to actually show up.
3203
3204 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3205
3206         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
3207         (gst_avi_demux_loop):
3208           Make _push_event() return TRUE if the event could be pushed on at
3209           least one pad and not only if it could be pushed on all pads,
3210           otherwise we'll end up posting an error message on EOS if one or
3211           more source pads are not connected.
3212
3213 2007-05-28  Wim Taymans  <wim@fluendo.com>
3214
3215         * gst/rtsp/rtsptransport.c:
3216         Use renamed RTP bin.
3217
3218 2007-05-28  Wim Taymans  <wim@fluendo.com>
3219
3220         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
3221
3222         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
3223         (gst_video_box_set_property), (gst_video_box_transform_caps),
3224         (video_box_recalc_transform), (gst_video_box_set_caps),
3225         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
3226         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
3227         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
3228         (gst_video_box_i420_i420), (gst_video_box_transform),
3229         (plugin_init):
3230         Add AYUV->AYUV and AYUV->I420 formats. 
3231         Fix negotiation and I420->AYUV conversion.
3232         Fixes #429329.
3233
3234 2007-05-26  Wim Taymans  <wim@fluendo.com>
3235
3236         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
3237         Use different variables for nested for loops so that the outer loop
3238         functions properly and speex files with multiple frames per buffer work
3239         properly.
3240         Fixes #441408.
3241
3242 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3243
3244         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
3245           Don't leak newsegment events.
3246
3247 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3248
3249         * gst/wavparse/Makefile.am:
3250           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
3251           drags it in.
3252
3253 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3254
3255         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3256         (notgst_value_array_append_buffer),
3257         (gst_flac_enc_process_stream_headers),
3258         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
3259         (gst_flac_enc_change_state):
3260         * ext/flac/gstflacenc.h:
3261           Collect headers, add "streamheader" field to output caps and set
3262           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
3263           produces output according to the official FLAC-to-Ogg mapping
3264           instead of completely broken files. Fixes #426044.
3265
3266 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3267
3268         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
3269         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
3270         (gst_id3demux_sink_event):
3271         * gst/id3demux/gstid3demux.h:
3272         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
3273         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
3274         (gst_tag_demux_send_new_segment):
3275         Handle and adjust new-segment events so that downstream really
3276         sees a stream with the tag pieces stripped off the front and back.
3277         Fixes strangeness in seeking when mp3 decoders use the new-segment
3278         byte position to estimate their current playback position timestamp
3279         and then the arriving buffers don't match up.
3280
3281 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3282
3283         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
3284           Don't unnecessarily perform a READY->NULL->READY transition on the
3285           detected audio sink when starting up. Fixes: #440127
3286
3287 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
3288
3289         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
3290         (gst_flac_enc_chain):
3291           Don't crash in chain function if setcaps hasn't been called.
3292
3293 2007-05-24  Wim Taymans  <wim@fluendo.com>
3294
3295         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
3296         Init value to avoid infinte loops.
3297
3298 2007-05-24  Wim Taymans  <wim@fluendo.com>
3299
3300         Patch by: Peter Kjellerstedt  <pkj at axis com>
3301
3302         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
3303         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
3304         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3305         (gst_rtspsrc_play):
3306         (rtsp_connection_send), (rtsp_connection_receive):
3307         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
3308         Fix for new API.
3309
3310         * gst/rtsp/rtspconnection.c: (add_auth_header),
3311         Only add authorisation and session headers when sending messages.
3312
3313         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
3314         (rtsp_message_init_request), (rtsp_message_init_response),
3315         (rtsp_message_unset), (rtsp_message_add_header),
3316         (rtsp_message_remove_header), (rtsp_message_get_header),
3317         (rtsp_message_append_headers), (dump_key_value),
3318         (rtsp_message_dump):
3319         * gst/rtsp/rtspmessage.h:
3320         Add support for multiple headers of the same type by storing the parsed
3321         headers in a GArray instaed of a hashtable.
3322
3323 2007-05-21  Wim Taymans  <wim@fluendo.com>
3324
3325         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
3326         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
3327         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
3328         safer shutdown.
3329
3330 2007-05-21  Wim Taymans  <wim@fluendo.com>
3331
3332         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
3333         * gst/rtsp/gstrtpdec.h:
3334         Added signal for backwards compat.
3335
3336 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3337         
3338         Patch by: René Stadler <mail at renestadler dot de>
3339
3340         * configure.ac:
3341         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
3342         (gst_au_parse_parse_header), (gst_au_parse_chain):
3343         * gst/auparse/gstauparse.h:
3344         Use audioconvert for converting from non-native endianness floats
3345         in auparse instead of doing it ourself. Fixes #424527.
3346         This needs the audioconvert from plugins-base CVS.
3347         
3348 2007-05-21  Wim Taymans  <wim@fluendo.com>
3349
3350         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3351         (gst_rtp_h263p_pay_flush):
3352         Fix enum registration.
3353
3354 2007-05-21  Wim Taymans  <wim@fluendo.com>
3355
3356         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
3357
3358         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3359         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
3360         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
3361         (gst_rtp_h263p_pay_flush):
3362         * gst/rtp/gstrtph263ppay.h:
3363         Add new fragmentation mode base on GOB headers. Fixes #438940.
3364
3365 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
3366
3367         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
3368           Printf format fix.
3369
3370 2007-05-18  Wim Taymans  <wim@fluendo.com>
3371
3372         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
3373         Don't crash when an unsupported transport error was returned by the
3374         server, just try to configure the next stream. Fixes #439255.
3375
3376 2007-05-18  Wim Taymans  <wim@fluendo.com>
3377
3378         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3379         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
3380         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
3381         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3382         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
3383         * gst/rtsp/gstrtspsrc.h:
3384         Add TCP timeout property and use it for all TCP connection.
3385
3386         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3387         (rtsp_connection_write), (rtsp_connection_next_timeout),
3388         (rtsp_connection_reset_timeout):
3389         Make connect and writes cancelable and make them use the timeout.
3390
3391 2007-05-18  Wim Taymans  <wim@fluendo.com>
3392
3393         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3394         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
3395         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3396         (gst_rtspsrc_setup_streams):
3397         Refactor timeout handling.
3398         Also send keep-alive when dealing with TCP transport.
3399
3400         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3401         (rtsp_connection_free), (rtsp_connection_next_timeout),
3402         (rtsp_connection_reset_timeout):
3403         * gst/rtsp/rtspconnection.h:
3404         Use a timer to handle the session timeouts, add some methods to deal
3405         with timeouts.
3406
3407 2007-05-17  Wim Taymans  <wim@fluendo.com>
3408
3409         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
3410         (gst_rtspsrc_setup_streams):
3411         Ignore streams that fail the setup command, we will retry with a
3412         different transport later on.
3413
3414         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
3415         (rtsp_ext_wms_configure_stream):
3416         Fix encoding name case.
3417
3418 2007-05-16  Edward Hervey  <edward@fluendo.com>
3419
3420         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
3421         Fix build on macosx.
3422
3423 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3424
3425         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
3426         Replace direct comparison of a string with the string literal "" with
3427         a comparison of the first character with '\0'. Fixes #438926.
3428
3429 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3430
3431         * gst/debug/breakmydata.c (gst_break_my_data_init):
3432           One more try. This should be the proper fix now.
3433
3434 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3435
3436         * gst/debug/breakmydata.c:
3437           Ooops, no // comments please.
3438
3439 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3440
3441         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
3442         (gst_break_my_data_init):
3443           Fix gst_buffer_is_writable() assertion.
3444
3445 2007-05-14  David Schleef  <ds@schleef.org>
3446
3447         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
3448           video/x-raw-bayer.  Fixes #314160.
3449
3450 2007-05-14  Wim Taymans  <wim@fluendo.com>
3451
3452         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
3453         (gst_rtp_theora_depay_parse_configuration):
3454         * gst/rtp/gstrtptheorapay.c: (encode_base64),
3455         (gst_rtp_theora_pay_finish_headers),
3456         (gst_rtp_theora_pay_handle_buffer):
3457         Update theora pay/depayloader in a similar to vorbis.
3458
3459         * gst/rtp/gstrtpvorbisdepay.c:
3460         (gst_rtp_vorbis_depay_parse_configuration):
3461         Update docs.
3462
3463 2007-05-14  Wim Taymans  <wim@fluendo.com>
3464
3465         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
3466         When we try to execute a method that is not supported by the server,
3467         don't error out but remove the method from the accepted methods so that
3468         we never try to perform this method again.
3469
3470 2007-05-14  Wim Taymans  <wim@fluendo.com>
3471
3472         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
3473         Remove annoying _dump_mem.
3474
3475 2007-05-14  Wim Taymans  <wim@fluendo.com>
3476
3477         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
3478         Parse range correctly.
3479
3480         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
3481         The baseurl now always has a '/' at the start.
3482
3483 2007-05-14  Wim Taymans  <wim@fluendo.com>
3484
3485         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
3486         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
3487         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3488         Factor out caps configuration and configure more stuff such as the time
3489         ranges and speed/scale values.
3490
3491         * gst/rtsp/rtsptransport.c:
3492         Add Copyright after non-trival fixes.
3493
3494 2007-05-12  Wim Taymans  <wim@fluendo.com>
3495
3496         Patch by: Peter Kjellerstedt  <pkj at axis com>
3497
3498         * gst/rtsp/gstrtspsrc.h:
3499         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
3500         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
3501         (rtsp_message_get_header):
3502         * gst/rtsp/rtspmessage.h:
3503         Make channel guint8 where possible.
3504         Make rtsp_message_init_data() take the channel as a guint8.
3505
3506         * gst/rtsp/rtspdefs.c:
3507         Fixed a typo: Timout -> Timeout
3508
3509         * gst/rtsp/rtspdefs.h:
3510         Make RTSP_CHECK() behave as a statement.
3511
3512         * gst/rtsp/sdpmessage.c:
3513         Avoid a compiler warning in INIT_ARRAY().
3514         Fixes #437692.
3515
3516 2007-05-12  Wim Taymans  <wim@fluendo.com>
3517
3518         Patch by: Peter Kjellerstedt  <pkj at axis com>
3519
3520         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
3521         (rtsp_url_get_request_uri):
3522         * gst/rtsp/rtspurl.h:
3523         Add support for query parameters to RTSP URLs.
3524
3525 2007-05-12  Wim Taymans  <wim@fluendo.com>
3526
3527         Patch by: Peter Kjellerstedt  <pkj at axis com>
3528
3529         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
3530         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
3531         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
3532         (rtsp_transport_parse), (rtsp_transport_as_text):
3533         * gst/rtsp/rtsptransport.h:
3534         Add validation to rtsp_transport_parse().
3535         Add rtsp_transport_as_text() to generate an RTSP header from an
3536         RTSPTransport.
3537         Change ssrc to guint (was a string) since that is what it is, even
3538         though it is sent as a hex string.
3539         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
3540         incorrect, which can be seen when looking at the examples in the RFC).
3541         Fixes #437670.
3542
3543 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3544
3545         Patch by: Eric Anholt
3546
3547         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
3548           gst_ximage_src_ximage_get):
3549         Use union of all damage between frames to make it faster.
3550         Fixes bug #342463.
3551         Also fix crasher when cursor is at bottom right of window.
3552
3553 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
3554
3555         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3556           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
3557           streaming mode regression for file from #343837 with 'bext' chunk
3558           before the 'fmt' chunk.
3559
3560 2007-05-11  Wim Taymans  <wim@fluendo.com>
3561
3562         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
3563         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
3564         (gst_rtspsrc_handle_src_event),
3565         (gst_rtspsrc_stream_configure_manager),
3566         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
3567         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
3568         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3569         * gst/rtsp/gstrtspsrc.h:
3570         * gst/rtsp/rtspdefs.h:
3571         Preliminary seek support.
3572         Activate internal pads so that we can receive events on them.
3573         Don't try to parse a range string when it's NULL.
3574
3575 2007-05-11  Wim Taymans  <wim@fluendo.com>
3576
3577         * gst/rtp/README:
3578         Update README with new RTP variables that will be used for
3579         synchronisation.
3580
3581         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
3582         (gst_rtp_vorbis_depay_parse_configuration),
3583         (gst_rtp_vorbis_depay_process):
3584         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
3585         (gst_rtp_vorbis_pay_finish_headers),
3586         (gst_rtp_vorbis_pay_handle_buffer):
3587         Update vorbis pay and depayloader to draft-04.
3588
3589 2007-05-11  Wim Taymans  <wim@fluendo.com>
3590
3591         * gst/rtsp/rtsptransport.c:
3592         UDP MCAST is actually the default for RTP/AVP.
3593 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
3594
3595         * gst/level/gstlevel.c: (gst_level_transform_ip):
3596         Use guint8 * instead of gpointer then vs6 can build 
3597         in_data += (filter->width / 8).
3598
3599 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3600
3601         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
3602           gst_ximage_src_ximage_get):
3603         * sys/ximage/gstximagesrc.h (last_ximage):
3604         When using Damage actually keep the last frame, and not assume
3605         that the buffer we get already has the last frame on it.
3606         Copy the cursor over if we specify a non-zero start x and
3607         start y.
3608
3609 2007-05-11  Wim Taymans  <wim@fluendo.com>
3610
3611         * gst/rtsp/rtsptransport.c:
3612         Make UDP the default transport when not specified.
3613
3614 2007-05-09  David Schleef  <ds@schleef.org>
3615
3616         * gst/level/gstlevel.c:
3617           Revert last change.
3618
3619 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
3620
3621         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
3622         (gst_level_transform_ip):
3623         Use guint8 * instead of gpointer then vs6 know the size of data
3624         pointed when moving the pointer.
3625         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
3626         Move instructions after variables declaration.
3627         * win32/vs6/autogen.dsp:
3628         * win32/vs6/libgstrtp.dsp:
3629         * win32/vs6/libgstrtsp.dsp:
3630         Update vs6 project files.
3631
3632 2007-05-09  Wim Taymans  <wim@fluendo.com>
3633
3634         * gst/rtsp/Makefile.am:
3635         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
3636         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
3637         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
3638         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
3639         (rtsp_range_free):
3640         * gst/rtsp/rtsprange.h:
3641         Add code to parse time ranges.
3642         Report DURATION on the stream when possible.
3643
3644 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
3645
3646         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
3647         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
3648         (gst_videomixer_collected):
3649           Fix strides calculation for AYUV (it's just width*4) (#436910).
3650
3651 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3652
3653         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
3654         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
3655         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
3656         Sync the GObject properties before each processing step to properly
3657         work with the controller.
3658
3659 2007-05-04  Wim Taymans  <wim@fluendo.com>
3660
3661         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3662         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3663         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3664         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
3665         (gst_rtspsrc_change_state):
3666         Let more error state trickle down so that we can catch more error
3667         cases.
3668         Handle keep-alive a little smarter by selecting a method the server
3669         actually supports.
3670         Fix a race in UDP streaming shutdown.
3671
3672 2007-05-04  Wim Taymans  <wim@fluendo.com>
3673
3674         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
3675         Ignore errors when trying to use the keep-alive messages.
3676
3677 2007-05-04  Wim Taymans  <wim@fluendo.com>
3678
3679         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
3680         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
3681         (gst_rtspsrc_stream_configure_manager),
3682         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
3683         (gst_rtspsrc_stream_configure_mcast),
3684         (gst_rtspsrc_stream_configure_udp),
3685         (gst_rtspsrc_stream_configure_udp_sink),
3686         (gst_rtspsrc_stream_configure_transport):
3687         Send RTCP messages back to the server over the TCP connection.
3688
3689         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
3690         (rtsp_connection_send), (rtsp_connection_read), (read_body),
3691         (rtsp_connection_receive):
3692         * gst/rtsp/rtspconnection.h:
3693         Factor out and expose lowlevel _write and _read methods.
3694         Implement sending data messages to the server.
3695
3696 2007-05-03  Wim Taymans  <wim@fluendo.com>
3697
3698         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
3699         (gst_multipart_mux_collected):
3700         Fix timestamps on outgoing buffers.
3701
3702 2007-05-03  Wim Taymans  <wim@fluendo.com>
3703
3704         * gst/multipart/multipartmux.c:
3705         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
3706         (gst_multipart_mux_change_state):
3707         Emit NEWSEGMENT events before pushing the first buffer.
3708
3709 2007-05-03  Wim Taymans  <wim@fluendo.com>
3710
3711         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
3712         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
3713         (gst_rtspsrc_handle_src_query),
3714         (gst_rtspsrc_stream_configure_manager),
3715         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
3716         (gst_rtspsrc_stream_configure_mcast),
3717         (gst_rtspsrc_stream_configure_udp),
3718         (gst_rtspsrc_stream_configure_udp_sink),
3719         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
3720         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
3721         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3722         (gst_rtspsrc_pause):
3723         Refactor transport configuration code.
3724         Create internal pads for TCP transport so that we can implement events
3725         and queries.
3726         Handle events and queries.
3727         Parse range from the SDP.
3728         Fix race in pause handler where the connection could still be flushing.
3729
3730 2007-05-02  Wim Taymans  <wim@fluendo.com>
3731
3732         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3733         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
3734         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
3735         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
3736         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
3737         (gst_rtspsrc_change_state):
3738         * gst/rtsp/gstrtspsrc.h:
3739         Fix race when multiple udp sources post timeouts, just act on the first
3740         received timeout.
3741         Protect stream list with a recursive lock to fix some races.
3742         Flush connection when we need to do a reconnect or stop.
3743         Make state lock recursive.
3744
3745         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3746         (rtsp_connection_close):
3747         Some small cleanups.
3748
3749 2007-05-02  Wim Taymans  <wim@fluendo.com>
3750
3751         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3752         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
3753         Only set DISCONT when there actually is a discont or when we just
3754         started.
3755
3756 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3757
3758         * ext/flac/gstflac.c: (plugin_init):
3759         Call bindtextdomain() to get localized strings.
3760
3761 2007-05-02  Wim Taymans  <wim@fluendo.com>
3762
3763         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3764         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
3765         (gst_wavparse_stream_data):
3766         * gst/wavparse/gstwavparse.h:
3767         Be a bit more clever when dealing with VBR files with FACT tags, we
3768         don't want to timestamp buffers in that case but the estimated BPS can
3769         be used for seeking.
3770         Only send close segment in the streaming thread.
3771
3772 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3773
3774         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
3775         Correctly post an error on the bus if something went wrong in the loop
3776         function. This fixes a few cases where the task was paused and nothing
3777         happened anymore.
3778
3779 2007-05-02  Wim Taymans  <wim@fluendo.com>
3780
3781         * gst/rtsp/test.c: (main):
3782         Fix compilation of deprecated test just because I'm too lazy to delete
3783         it.
3784
3785 2007-05-02  Wim Taymans  <wim@fluendo.com>
3786
3787         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3788         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
3789         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
3790         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
3791         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
3792         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
3793         * gst/rtsp/gstrtspsrc.h:
3794         Fix sending RTCP to the right place.
3795         Fix bug in reffing the wrong UDP element.
3796         Use new pad names for the session manager.
3797         Implement handling server requests in interleaved and UDP modes.
3798         Handle session keep-alive in UDP modes.
3799         Remove GCond for handling UDP timeouts.
3800
3801         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3802         (rtsp_connection_send), (rtsp_connection_read), (read_body),
3803         (rtsp_connection_receive), (rtsp_connection_close):
3804         * gst/rtsp/rtspconnection.h:
3805         Store connection IP address for later.
3806         Add timeout args to all operations that might block forever.
3807         Parse session timeout.
3808         Only close sockets when not already closed.
3809
3810         * gst/rtsp/rtspdefs.c:
3811         * gst/rtsp/rtspdefs.h:
3812         Add timeout return value and error string.
3813
3814         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
3815         Add small comment.
3816
3817 2007-05-01  Wim Taymans  <wim@fluendo.com>
3818
3819         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3820
3821         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
3822         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
3823         * gst/rtp/gstrtpmp4vpay.h:
3824         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
3825
3826 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
3827
3828         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3829           Remove v4l2src from docs, since it breaks the docs build, and the
3830           plugin is only built if --enable-experimental is used anyway.
3831
3832         * docs/plugins/Makefile.am:
3833           Spaces => tab.
3834
3835 2007-04-29  Wim Taymans  <wim@fluendo.com>
3836
3837         * gst/udp/gstmultiudpsink.c: (leave_multicast),
3838         (gst_multiudpsink_add), (gst_multiudpsink_remove):
3839         Add code to drop membership of a multicast group.
3840
3841         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
3842         (gst_udpsink_set_uri):
3843         Implement URI handler.
3844
3845         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
3846         (gst_rtspsrc_parse_rtpinfo):
3847         Use URI handler to make udpsink instace.
3848         Improve code to configure port and destination.
3849
3850 2007-04-29  Wim Taymans  <wim@fluendo.com>
3851
3852         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
3853         Fix multicast detection.
3854         Don't try to join a multicast group if the address is not multicast.
3855
3856         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
3857         Small debug improvement.
3858
3859 2007-04-27  Wim Taymans  <wim@fluendo.com>
3860
3861         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
3862         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3863         (gst_rtspsrc_handle_message):
3864         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
3865         parent.
3866
3867 2007-04-27  Wim Taymans  <wim@fluendo.com>
3868
3869         * gst/rtp/gstrtpilbcdepay.h:
3870         Fix mode property when specified as an arg.
3871
3872 2007-04-26  Edward Hervey  <edward@fluendo.com>
3873
3874         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3875         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3876         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3877         * docs/plugins/inspect/plugin-osxaudio.xml:
3878         Add documentation for osxaudio plugin.
3879
3880 2007-04-26  Wim Taymans  <wim@fluendo.com>
3881
3882         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3883         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
3884         (gst_rtspsrc_open), (gst_rtspsrc_close),
3885         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3886         (gst_rtspsrc_pause):
3887         * gst/rtsp/gstrtspsrc.h:
3888         Protect state changes with a lock.
3889
3890         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3891         (parse_line):
3892         * gst/rtsp/rtspconnection.h:
3893         Remove some unused stuff.
3894
3895 2007-04-26  Wim Taymans  <wim@fluendo.com>
3896
3897         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
3898         Handle the case where there are exactly 0 bytes to read and the ioctl
3899         did not report an error. Fixes #433530.
3900
3901 2007-04-26  Wim Taymans  <wim@fluendo.com>
3902
3903         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3904         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
3905         * gst/wavparse/gstwavparse.h:
3906         Apply DISCONT to buffers.
3907         Only apply timestamp to the first sample after a DISCONT, too many VBR
3908         files cause random jitter in the timestamps. Fixes #433119.
3909
3910 2007-04-25  Wim Taymans  <wim@fluendo.com>
3911
3912         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
3913         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
3914         (gst_rtp_dec_get_property):
3915         * gst/rtsp/gstrtpdec.h:
3916         Add dummy latency property to be backwards compat with rtpbin.
3917
3918         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3919         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
3920         (gst_rtspsrc_stream_configure_transport),
3921         (gst_rtspsrc_parse_rtpinfo):
3922         * gst/rtsp/gstrtspsrc.h:
3923         Add latency property and configure in the session manager.
3924         Don't set invalid clock-base and seqnum-base on caps, some servers
3925         sometimes don't send them.
3926
3927 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3928
3929         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
3930         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
3931           Double-check that RGB input caps are really RGBA caps (apparently
3932           the core doesn't always catch it if those caps aren't a subset of
3933           our template caps, also see #421543). Fixes #429319 in a way.
3934           Also, don't leak the pad template in the transform_caps function.
3935
3936         * tests/check/Makefile.am:
3937         * tests/check/elements/.cvsignore:
3938         * tests/check/elements/alphacolor.c: (setup_alphacolor),
3939         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
3940         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
3941         (GST_START_TEST), (alphacolor_suite):
3942           Add some basic unit tests for alphacolor.
3943
3944 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3945
3946         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
3947           If we get a fatal flow return in the loop function, first post the
3948           error message and only then send the EOS event downstream, otherwise
3949           applications might get an eos message before the error message and
3950           think everything was ok (related to #429319).
3951
3952 2007-04-25  Wim Taymans  <wim@fluendo.com>
3953
3954         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
3955         Read the channel byte as an unsigned byte.
3956
3957 2007-04-25  Wim Taymans  <wim@fluendo.com>
3958
3959         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
3960         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
3961         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
3962         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
3963         (gst_rtp_gsm_depay_setcaps):
3964         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
3965         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
3966         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
3967         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
3968         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
3969         (gst_ilbc_depay_get_property):
3970         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
3971         * gst/rtp/gstrtpmp4adepay.c:
3972         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
3973         (gst_rtp_pcma_depay_setcaps):
3974         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
3975         (gst_rtp_pcmu_depay_setcaps):
3976         Make sure we configure the clock_rate in the baseclass in the setcaps
3977         function. Fixes #431282.
3978
3979 2007-04-25  Wim Taymans  <wim@fluendo.com>
3980
3981         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
3982         (gst_rtspsrc_stream_free), (request_pt_map),
3983         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
3984         * gst/rtsp/gstrtspsrc.h:
3985         Parse server address from SDP.
3986         Hook up a udpsink to send RTCP back to the server.
3987
3988         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3989         * gst/rtsp/rtsptransport.h:
3990         Add some docs.
3991
3992 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
3993
3994         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3995           Make header field check conditional. Fixes #433135
3996
3997 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
3998
3999         * docs/plugins/Makefile.am:
4000         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4001         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4002         * docs/plugins/inspect/plugin-alphacolor.xml:
4003         * gst/alpha/Makefile.am:
4004         * gst/alpha/gstalphacolor.c:
4005         * gst/alpha/gstalphacolor.h:
4006           Add minimal docs blurb to alphacolor; split out headers into
4007           separate header file for gtk-doc.
4008
4009 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
4010
4011         * gst/debug/progressreport.c: (gst_progress_report_report):
4012           Don't try to post NULL message (in case we can't query upstream
4013           position or duration).
4014
4015 2007-04-18  Michael Smith  <msmith@fluendo.com>
4016
4017         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
4018         (gst_cutter_get_caps):
4019         * gst/cutter/gstcutter.h:
4020           Fix some of the most obvious bugs in cutter. Now doesn't leak
4021           everything if input is silent.
4022
4023 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
4024
4025         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4026         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
4027         * gst/wavenc/gstwavenc.h:
4028         Wav apparently only supports width==GST_ROUND_UP(depth), everything
4029         else results in a invalid block align and invalid files.
4030
4031 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
4032
4033         Patch by: Snaik <snaik32 gmail com>
4034
4035         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
4036           Add missing break statement for BOX_HORIZONTAL case.
4037
4038 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4039
4040         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
4041
4042         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4043         Use correct format strings for integer types.
4044
4045 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4046
4047         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
4048         (gst_wavparse_create_sourcepad):
4049         Use gst_riff_create_audio_template_caps () instead of the local caps.
4050         This makes updates of the local caps unecessary whenever libgstriff
4051         gets support for new formats.
4052
4053 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4054
4055         Patch by: Brian Cameron  <brian.cameron at sun dot com>
4056
4057         * sys/sunaudio/gstsunaudio.c:
4058         * sys/sunaudio/gstsunaudiomixer.c:
4059         * sys/sunaudio/gstsunaudiomixer.h:
4060         * sys/sunaudio/gstsunaudiomixerctrl.c:
4061         * sys/sunaudio/gstsunaudiomixerctrl.h:
4062         * sys/sunaudio/gstsunaudiomixertrack.h:
4063         * sys/sunaudio/gstsunaudiosink.c:
4064         * sys/sunaudio/gstsunaudiosink.h:
4065         * sys/sunaudio/gstsunaudiosrc.c:
4066         * sys/sunaudio/gstsunaudiosrc.h:
4067           Fix and/or update copyright attributions (#430228).
4068
4069 2007-04-13  Wim Taymans  <wim@fluendo.com>
4070
4071         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4072         Fix docs.
4073
4074         * gst/rtsp/URLS:
4075         Add some more example urls.
4076
4077         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4078         (gst_rtp_dec_chain_rtp):
4079         Better debugging.
4080
4081         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
4082         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4083         (gst_rtspsrc_parse_rtpinfo):
4084         Remove unused code.
4085
4086 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4087
4088         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4089         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4090         (gst_wavparse_stream_data):
4091           Relax the audio/mpeg caps again and add FIXME: comment.
4092
4093 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4094
4095         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4096         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4097         (gst_wavparse_stream_data):
4098         * gst/wavparse/gstwavparse.h:
4099           More sanity check for the header fields. Fix type for 'rate' header
4100           field.
4101
4102 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4103
4104         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
4105         (gst_icydemux_unicodify):
4106           If the metadata strings we get in the stream are not UTF-8, try to
4107           interpret them according to the character encodings specified in the
4108           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
4109           only fall back to locale/ISO-8859-1 if those aren't set or don't
4110           work. Should fix #428901.
4111
4112 2007-04-12  Wim Taymans  <wim@fluendo.com>
4113
4114         * gst/rtp/gstrtph264depay.c:
4115         Use the proper sync word for SPS and PPS.
4116
4117 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4118
4119         * gst/rtp/Makefile.am:
4120         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
4121           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
4122         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
4123           Add a simple hashing implementation that we can use to generate
4124           a 24-bit ident value based on the codebooks for vorbis and theora.
4125         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
4126           gst_rtp_theora_pay_handle_buffer):
4127         * gst/rtp/gstrtpvorbisdepay.c
4128           (gst_rtp_vorbis_depay_parse_configuration,
4129           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
4130         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
4131           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
4132           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
4133           Use the hashing function, ensuring that the same codebooks result
4134           in the same ident and thus the same SDP description.
4135           Various log fixes/changes.
4136
4137 2007-04-12  Wim Taymans  <wim@fluendo.com>
4138
4139         Patch by: jerry tan <jerry dot tan at sun dot com>
4140
4141         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
4142         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
4143         application's responsibility to make sure it open the device once.
4144         Remove a careless error if AUDIODEV is set. Fixes #392620.
4145
4146 2007-04-12  Wim Taymans  <wim@fluendo.com>
4147
4148         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4149         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
4150         * gst/rtsp/gstrtpdec.h:
4151         Make backward compat with rtpbin by adding the request-pt-map signals.
4152
4153         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
4154         (new_session_pad), (request_pt_map),
4155         (gst_rtspsrc_stream_configure_transport),
4156         (gst_rtspsrc_stream_configure_caps),
4157         (gst_rtspsrc_activate_streams):
4158         * gst/rtsp/gstrtspsrc.h:
4159         Implement request-pt-map signals instead of setting caps on the buffers
4160         for the session manager.
4161
4162 2007-04-11  Wim Taymans  <wim@fluendo.com>
4163
4164         * gst/udp/gstudp.c: (plugin_init):
4165         Register GstNetBuffer in plugin_init so that the type can be used from
4166         multiple threads without races.
4167
4168 2007-04-10  Wim Taymans  <wim@fluendo.com>
4169
4170         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
4171         (gst_rtp_amr_depay_process):
4172         Fix depayloader clock_rate and some cleanups.
4173
4174         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
4175         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4176         * gst/rtp/gstrtph264depay.h:
4177         Don't push codec_data in the adapter because it might get flushed when
4178         we get a discont.
4179
4180         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4181         Handle multiple AU per packet.
4182
4183         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
4184         (gst_rtp_sv3v_depay_plugin_init):
4185         Disable rank, this one does not work.
4186         Remove timestamping, base class does that.
4187
4188 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
4189
4190         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
4191           limit caps to the formats we announce in the template
4192
4193         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4194         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4195         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
4196           fix some crashers/asserts when dealing with broken files
4197
4198 2007-04-10  Wim Taymans  <wim@fluendo.com>
4199
4200         Patch by: Peter Kjellerstedt  <pkj at axis com>
4201
4202         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4203         * gst/rtp/gstrtpL16depay.c:
4204         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4205         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
4206         (gst_rtp_speex_depay_setcaps):
4207         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4208         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
4209         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
4210         Fix some compiler warnings. Fixes #428182.
4211
4212 2007-04-06  Wim Taymans  <wim@fluendo.com>
4213
4214         * gst/rtsp/Makefile.am:
4215         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
4216         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
4217         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
4218         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
4219         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
4220         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
4221         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
4222         (create_rtcp), (gst_rtp_dec_request_new_pad),
4223         (gst_rtp_dec_release_pad):
4224         * gst/rtsp/gstrtpdec.h:
4225         * gst/rtsp/gstrtsp.c: (plugin_init):
4226         Morph RTPDec into something compatible with RTPBin as a fallback.
4227         Various other style fixes.
4228
4229         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
4230         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
4231         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
4232         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
4233         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4234         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
4235         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4236         * gst/rtsp/gstrtspsrc.h:
4237         Implement RTPBin session manager handling.
4238         Don't try to add empty properties to caps.
4239         Implement fallback session manager, handling.
4240         Don't combine errors from RTCP streams, just ignore them.
4241
4242         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
4243         * gst/rtsp/rtsptransport.h:
4244         Implement fallback session manager.
4245         Make RTPBin the default one when available.
4246
4247 2007-04-05  Wim Taymans  <wim@fluendo.com>
4248
4249         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4250         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
4251         This element is ready to be autoplugged.
4252
4253 2007-04-05  Julien MOUTTE  <julien@moutte.net>
4254
4255         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
4256         Don't leave the offsets defined by upstream element on the
4257         compressed data buffer we are pushing downstream. Make them
4258         GST_BUFFER_OFFSET_NONE.
4259
4260 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
4261
4262         * gst/avi/README:
4263         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4264         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
4265         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
4266         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
4267         (gst_avi_demux_calculate_durations_from_index),
4268         (gst_avi_demux_stream_header_push),
4269         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
4270         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
4271           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
4272
4273 2007-04-03  Wim Taymans  <wim@fluendo.com>
4274
4275         * gst/smpte/barboxwipes.c:
4276         Fix error as spotted by Snaik <snaik32 at gmail dot com>
4277
4278 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4279
4280         * gst/wavparse/gstwavparse.c:
4281         Support audio/x-raw-float in wav files. This only works with
4282         plugins-base CVS, using an older version doesn't have any
4283         disadvantages though.
4284
4285 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4286
4287         * configure.ac:
4288         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4289         (gst_au_parse_parse_header), (gst_au_parse_chain):
4290         * gst/auparse/gstauparse.h:
4291         Revert last change as we don't want plugins-good to depend on
4292         plugins-base CVS now.
4293
4294 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4295
4296         * configure.ac:
4297         Require gst-plugins-base CVS for audioconvert with non-native
4298         float support and width/depth fix in libgstriff.
4299
4300         Patch by: René Stadler <mail at renestadler dot de>
4301
4302         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4303         (gst_au_parse_parse_header), (gst_au_parse_chain):
4304         * gst/auparse/gstauparse.h:
4305         Don't swap the floats ourself if they're not in native endianness.
4306         Instead let audioconvert handle this. Fixes #339838.
4307
4308 2007-03-29  Wim Taymans  <wim@fluendo.com>
4309
4310         * gst/rtp/gstasteriskh263.h:
4311         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
4312         (gst_rtp_h263p_depay_change_state):
4313         * gst/rtp/gstrtph263pdepay.h:
4314         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4315         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
4316         (gst_rtp_h264_depay_change_state):
4317         * gst/rtp/gstrtph264depay.h:
4318         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4319         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
4320         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4321         Flush adapter on disconts.
4322
4323 2007-03-29  Wim Taymans  <wim@fluendo.com>
4324
4325         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
4326         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
4327         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
4328         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
4329         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4330         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
4331         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4332         (gst_rtp_mp4v_depay_process):
4333         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
4334         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
4335         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
4336         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
4337         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
4338         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4339         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
4340         Use more efficient adapter and rtpbuffer methods when possible.
4341
4342 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4343
4344         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4345         (gst_wavenc_sink_setcaps):
4346         Correctly handle width!=depth input.
4347         * gst/wavparse/gstwavparse.c:
4348         Already export in the caps that width==8 uses unsigned samples and
4349         everything else uses signed samples.
4350
4351 2007-03-29  Wim Taymans  <wim@fluendo.com>
4352
4353         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4354
4355         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
4356         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
4357         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
4358         (gst_dynudpsink_close):
4359         * gst/udp/gstdynudpsink.h:
4360         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
4361         (gst_udpsrc_create), (gst_udpsrc_set_property),
4362         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
4363         * gst/udp/gstudpsrc.h:
4364         Rework the socket allocation a bit based on the sockfd argument so that
4365         it becomes usable.
4366         Add a closefd property to instruct the udp elements to close the custom
4367         file descriptors when going to READY. Fixes #423304.
4368         API:GstUDPSrc::closefd property
4369         API:GstDynUDPSink::closefd property
4370
4371 2007-03-29  Wim Taymans  <wim@fluendo.com>
4372
4373         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4374
4375         * gst/rtp/Makefile.am:
4376         * gst/rtp/gstrtp.c: (plugin_init):
4377         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
4378         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4379         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
4380         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4381         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
4382         (gst_rtp_h264_pay_plugin_init):
4383         * gst/rtp/gstrtph264pay.h:
4384         Added H264 payloader. Fixes #423782.
4385
4386         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4387         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4388         Small fixes.
4389
4390 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4391
4392         * gst/wavparse/gstwavparse.c:
4393         Actually support depths from 1 to 32, not only 8 to 32.
4394
4395 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4396
4397         * gst/wavparse/gstwavparse.c:
4398         Add support for wav files containing audio/x-raw-int with random
4399         depths between 1 and 32 bits.
4400
4401 2007-03-28  Wim Taymans  <wim@fluendo.com>
4402
4403         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
4404
4405         * gst/rtp/Makefile.am:
4406         * gst/rtp/gstrtp.c: (plugin_init):
4407         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
4408         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
4409         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
4410         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
4411         (gst_rtp_mp4a_depay_get_property),
4412         (gst_rtp_mp4a_depay_change_state),
4413         (gst_rtp_mp4a_depay_plugin_init):
4414         * gst/rtp/gstrtpmp4adepay.h:
4415         Added MP4A-LATM depayloader. Fixes #417792.
4416
4417         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4418         (gst_rtp_mp4v_depay_process):
4419         Fixup depayloader, setting codec_data, using more efficient adaptor and
4420         rtpbuffer handling.
4421
4422         * gst/rtsp/URLS:
4423         Add url to test above.
4424
4425 2007-03-25  Wim Taymans  <wim@fluendo.com>
4426
4427         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
4428         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
4429         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
4430         (gst_rtspsrc_media_to_caps),
4431         (gst_rtspsrc_stream_configure_transport),
4432         (gst_rtspsrc_stream_configure_caps),
4433         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
4434         * gst/rtsp/gstrtspsrc.h:
4435         Handle default clock-rates for static payload types, rearrange stuff so
4436         that the rtpmap field in the sdp can override the defaults.
4437         Parse RTP-Info field to get the seqnum and timebase fields that should
4438         go in the caps.
4439         Delay configuring caps after we got the RTP-Info from the PLAY reply from
4440         the server. 
4441
4442 2007-03-22  Wim Taymans  <wim@fluendo.com>
4443
4444         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
4445
4446         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
4447         Accept complex pipeline descriptions as an audio profile instead of just
4448         a single element. Fixes #420658.
4449
4450 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
4451
4452         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
4453           Rename registered type in preparation of GstTagDemux moving to
4454           -base at some point in the future.
4455
4456 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
4457
4458         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4459           Streaming mode fixes: don't unref buffer we don't own any longer;
4460           remove bogus adapter flush. Fixes #419338.
4461
4462 2007-03-17  David Schleef  <ds@schleef.org>
4463
4464         * REQUIREMENTS: Change the format to key/value, add a bunch of
4465           information, remove a bunch of requirements that are for
4466           other GStreamer packages.
4467
4468 2007-03-17  David Schleef  <ds@schleef.org>
4469
4470         * REQUIREMENTS: Fix a few things.  This file really needs a
4471         good once-over.
4472
4473 2007-03-15  Edward Hervey  <edward@fluendo.com>
4474
4475         * sys/Makefile.am:
4476         Don't forget to distribute the sys/osxaudio/ directory.
4477
4478 2007-03-15  Edward Hervey  <edward@fluendo.com>
4479
4480         * configure.ac:
4481         * sys/Makefile.am:
4482         * sys/osxaudio/Makefile.am:
4483         * sys/osxaudio/gstosxaudio.c:
4484         * sys/osxaudio/gstosxaudiosink.c:
4485         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
4486         (gst_osx_audio_sink_getcaps),
4487         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
4488         * sys/osxaudio/gstosxaudiosrc.c:
4489         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
4490         (gst_osx_audio_src_create_ringbuffer):
4491         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
4492         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
4493         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
4494         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
4495         * sys/osxaudio/gstosxringbuffer.h:
4496         Activate osxaudio in gst-plugins-good with proper build setup.
4497         Add inlined documentation.
4498         Fix debug statements
4499         Fix ringbuffer when pausing.
4500         Fixes #323471
4501
4502 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4503         * gst/rtp/gstrtppcmapay.c:
4504         * gst/rtp/gstrtppcmapay.h:
4505         * gst/rtp/gstrtppcmupay.c:
4506         * gst/rtp/gstrtppcmupay.h:
4507         Ported mulaw and alaw payloaders to use new base class
4508
4509 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4510
4511         * po/af.po:
4512         * po/az.po:
4513         * po/cs.po:
4514         * po/en_GB.po:
4515         * po/it.po:
4516         * po/nl.po:
4517         * po/or.po:
4518         * po/sq.po:
4519         * po/sr.po:
4520         * po/sv.po:
4521         * po/uk.po:
4522         * po/vi.po:
4523           Update translations.
4524
4525 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
4526
4527         * configure.ac:
4528           Fix string replace error (AG_AG_GST_* => AG_GST_*).
4529
4530 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4531
4532         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
4533           Fix handling of -1 values for start and stop values when seeking,
4534           and SEEK_CUR+SEEK_END here as well.
4535
4536 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
4537
4538         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
4539           Fix handling of -1 values for start and stop values when seeking, 
4540           and SEEK_CUR+SEEK_END.
4541
4542 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4543
4544         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
4545           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
4546           the image format a variable-length NUL-terminated string; in
4547           versions before that the image format is a fixed-length string of
4548           3 characters (see #348644 for a sample tag).
4549           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
4550
4551 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
4552
4553         * win32/MANIFEST:
4554         Add new project files to MANIFEST.
4555         * win32/vs6/libgstaudiofx.dsp:
4556         * win32/vs6/libgstrtp.dsp:
4557         * win32/vs6/libgstrtsp.dsp:
4558         Update project files.
4559         
4560 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
4561
4562         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
4563         (gst_avi_demux_parse_index):
4564         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4565         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
4566           Printf format fixes; also add some missing quotes in translated
4567           strings. Fixes #416728 and #416727.
4568
4569 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4570
4571         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
4572           Tim and I can't think of any reason the child audio sink needs to 
4573           be set back to NULL after successfully determining that it can 
4574           reach READY - it gets immediately set back to READY by the caller
4575           anyway, causing an unnecessary close/open of any audio devices
4576           involved.
4577
4578 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4579
4580         * po/LINGUAS:
4581         * po/ja.po:
4582           Add ja.po file from #377306.
4583
4584 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4585
4586         * sys/sunaudio/gstsunaudio.c: (plugin_init):
4587         * sys/sunaudio/gstsunaudiomixertrack.c:
4588         (gst_sunaudiomixer_track_new):
4589           Actually translate sunaudio mixer track labels instead of just
4590           marking the strings as translatable (#377306); clean up weird
4591           label string mapping code that serves no apparent purpose. Also
4592           set the 'untranslated-label' property when creating mixer tracks
4593           if the GstMixerTrack base class supports this.
4594
4595         * tests/check/Makefile.am:
4596         * tests/check/elements/.cvsignore:
4597         * tests/check/elements/sunaudio.c: (GST_START_TEST),
4598         (sunaudio_suite):
4599           Very minimalistic unit test for sunaudiomixer element (compiles, but not
4600           actually tested on a system where sunaudiomixer is available).
4601
4602 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4603
4604         * tests/check/Makefile.am:
4605         Re-enable the states test and see if it works on the buildbots.
4606
4607 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4608
4609         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
4610         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
4611         (gst_dvdec_change_state):
4612         * ext/dv/gstdvdec.h:
4613         Infer pixel-aspect-ratio from the video frame format if it isn't
4614         provided by the container, as happens when playing DV from AVI
4615         or Quicktime containers.
4616
4617         Patch by: Wim Taymans <wim@fluendo.com>
4618         Fixes #380944
4619
4620 2007-03-09  Wim Taymans  <wim@fluendo.com>
4621
4622         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
4623         When activated, remove the udpsrc timeout, we have dataflow and timeouts
4624         will later be handled by the jitterbuffer.
4625
4626 2007-03-09  Wim Taymans  <wim@fluendo.com>
4627
4628         * ext/taglib/gstid3v2mux.cc:
4629         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
4630         Fixes #414496.
4631         
4632         Patch by: Alex Lancaster <alexl at users sourceforge net>
4633
4634 2007-03-09  Wim Taymans  <wim@fluendo.com>
4635
4636         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4637         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
4638         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
4639         (gst_avi_demux_chain):
4640         Fix stream position reporting after a seek. Fixes #416445.
4641
4642 2007-03-08  Wim Taymans  <wim@fluendo.com>
4643
4644         Patch by: René Stadler <mail at renestadler dot de>
4645
4646         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4647         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
4648         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
4649         Make avidemux accept optional header chunks in any order.
4650         Fixes #415446.
4651
4652 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
4653
4654         * tests/check/Makefile.am:
4655         Disable the states check until the remaining Valgrind errors
4656         are fixed or suppressed.
4657
4658 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4659
4660         * tests/check/elements/.cvsignore:
4661           Add audiodynamic check to .cvsignore
4662
4663 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4664
4665         reviewed by: Stefan Kost  <ensonic@users.sf.net>
4666
4667         * gst/audiofx/Makefile.am:
4668         * gst/audiofx/audiodynamic.c:
4669         (gst_audio_dynamic_characteristics_get_type),
4670         (gst_audio_dynamic_mode_get_type),
4671         (gst_audio_dynamic_set_process_function),
4672         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
4673         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
4674         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
4675         (gst_audio_dynamic_transform_hard_knee_compressor_int),
4676         (gst_audio_dynamic_transform_hard_knee_compressor_float),
4677         (gst_audio_dynamic_transform_soft_knee_compressor_int),
4678         (gst_audio_dynamic_transform_soft_knee_compressor_float),
4679         (gst_audio_dynamic_transform_hard_knee_expander_int),
4680         (gst_audio_dynamic_transform_hard_knee_expander_float),
4681         (gst_audio_dynamic_transform_soft_knee_expander_int),
4682         (gst_audio_dynamic_transform_soft_knee_expander_float),
4683         (gst_audio_dynamic_transform_ip):
4684         * gst/audiofx/audiodynamic.h:
4685         * gst/audiofx/audiofx.c: (plugin_init):
4686         Add new audiodynamic element which can act as a compressor or
4687         expander. Supported are hard-knee and soft-knee operation modes with
4688         user-specified ratio and threshold.
4689         Attack and release parameters are not yet implemented but will follow.
4690         * docs/plugins/Makefile.am:
4691         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4692         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4693         * docs/plugins/gst-plugins-good-plugins.args:
4694         * docs/plugins/inspect/plugin-audiofx.xml:
4695         Integrate audiodynamic into the docs.
4696         * tests/check/Makefile.am:
4697         * tests/check/elements/audiodynamic.c: (setup_dynamic),
4698         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
4699         Add unit test for audiodynamic.
4700
4701 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
4702
4703         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
4704         Free handles that we allocated when exiting via the error paths.
4705
4706 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
4707
4708         * gst/level/gstlevel.c: (gst_level_class_init),
4709         (gst_level_set_caps), (gst_level_start), (gst_level_event),
4710         (gst_level_transform_ip):
4711         * gst/level/gstlevel.h:
4712           Resolve message timestamps against the playback segment.
4713
4714 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4715
4716         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
4717         (gst_id3demux_sink_activate):
4718           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
4719           caps passed to it (previously one code path assumed it took ownership
4720           while another one assumed it didn't, while in fact it sometimes did and
4721           sometimes didn't ...).
4722
4723         * configure.ac:
4724         * tests/files/Makefile.am:
4725         * tests/files/id3-407349-1.tag:
4726         * tests/files/id3-407349-2.tag:
4727           Add directory where data for unit tests can be stored.
4728
4729         * tests/Makefile.am:
4730         * tests/check/Makefile.am:
4731         * tests/check/elements/.cvsignore:
4732         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
4733         (read_tags_from_file), (run_check_for_file),
4734         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
4735           Add unit test for id3demux, and in particular for bug #407349. Only
4736           testing pull-mode for now; push mode doesn't work yet because the test
4737           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
4738
4739 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4740
4741         * tests/check/Makefile.am:
4742           Add missing backslash at end of line.
4743
4744 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
4745
4746         Trigger rebuild.
4747
4748 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4749
4750         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
4751         * gst/id3demux/id3tags.h:
4752         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
4753         (parse_obsolete_tdat_frame):
4754           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
4755           the four-digit number will be interpreted as a year, whereas it is
4756           month and day in DDMM format. Instead, parse TDAT frames and fix up
4757           the date in the GST_TAG_DATE tag later if we also extracted a year.
4758           Fixes #407349.
4759
4760 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
4761
4762         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
4763         (gst_switch_commit_new_kid):
4764         Fix up the dispose logic so it doesn't leak, and fix setting of 
4765         the child state so that we don't set a child to our current state 
4766         just as we are changing it to something else.
4767
4768 2007-03-06  Wim Taymans  <wim@fluendo.com>
4769
4770         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
4771         (gst_goom_chain):
4772         * gst/goom/gstgoom.h:
4773         Document, fix and improve goom adapter behaviour.
4774         Fixes #407006.
4775
4776 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4777
4778         * ext/esd/esdsink.c: (gst_esdsink_open):
4779         Unref static pad template after using it.
4780
4781 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4782
4783         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
4784         (gst_switch_commit_new_kid):
4785         Fix up the reference counting of the child elements.
4786
4787 2007-03-05  Wim Taymans  <wim@fluendo.com>
4788
4789         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
4790         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
4791         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
4792         Fix encoding-name case.
4793
4794 2007-03-05  Wim Taymans  <wim@fluendo.com>
4795
4796         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
4797         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
4798         (gst_rtp_speex_depay_process):
4799         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
4800         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
4801         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
4802         (gst_rtp_speex_pay_change_state):
4803         * gst/rtp/gstrtpspeexpay.h:
4804         Fix speex (de)payloader. Fixes #358040.
4805
4806 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4807
4808         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4809         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
4810         Install fakesink in NULL by fixing some broken logic. This obviates
4811         the need to manually set _IS_SINK.
4812         Add some comments and remove a little cruft while I'm at it.
4813
4814 2007-03-05  Wim Taymans  <wim@fluendo.com>
4815
4816         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
4817         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
4818
4819 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
4820
4821         * po/POTFILES.in:
4822           Update.
4823
4824 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4825
4826         * tests/check/Makefile.am:
4827         Gah! Also disable gconfvideosink from the tests, otherwise
4828         it will instantiate autovideosink, and dfbvideosink and
4829         leak on the buildbots.
4830
4831 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4832
4833         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
4834         (gst_cdio_cdda_src_finalize):
4835         Make sure we always destroy our libcdio handle.
4836
4837 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4838
4839         * tests/check/Makefile.am:
4840         Disable autovideosink so the buildbots don't barf over memory
4841         leaked in the directfb sink.
4842
4843 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4844
4845         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
4846         Chain up in dispose
4847
4848 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4849
4850         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
4851         (gst_multipart_find_pad_by_mime):
4852         Use gst_pad_new_from_static_template instead of
4853         static_pad_template_get+pad_new.
4854
4855 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4856
4857         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
4858         Catch the case where no clock has been set.
4859
4860 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4861
4862         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
4863         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
4864         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
4865         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
4866         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
4867         (gst_gconf_audio_src_finalize), (do_toggle_element):
4868         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
4869         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
4870         (do_toggle_element):
4871         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
4872         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
4873         (gst_gconf_video_src_finalize), (do_toggle_element):
4874         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
4875         (gst_switch_sink_reset), (gst_switch_sink_set_child):
4876         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
4877         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
4878         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
4879         (gst_shout2send_init), (gst_shout2send_finalize):
4880         * gst/debug/testplugin.c: (gst_test_class_init),
4881         (gst_test_finalize):
4882         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
4883         (gst_flxdec_dispose):
4884         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
4885         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
4886         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4887         (gst_rtspsrc_finalize):
4888         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
4889         * gst/rtsp/rtspextwms.h:
4890         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
4891         (gst_smpte_finalize):
4892         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
4893         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
4894         (gst_udpsink_finalize):
4895         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
4896         (gst_wavparse_sink_activate):
4897         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
4898         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
4899         (gst_oss_src_finalize):
4900         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
4901         * sys/v4l2/gstv4l2object.h:
4902         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
4903         (gst_v4l2src_finalize):
4904         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
4905
4906         Fix a bunch of leaks shown by the newly-added states test.
4907
4908 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4909
4910         * ext/dv/gstdvdec.c: (gst_dvdec_init):
4911         Use gst_pad_new_from_static_template instead of 
4912         static_pad_template_get+pad_new.
4913
4914 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4915
4916         Patch by: Loïc Minier <lool+gnome at via ecp fr>
4917
4918         * ext/libcaca/Makefile.am:
4919         * gst/debug/Makefile.am:
4920           Don't mix tabs and spaces (#414168).
4921
4922 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
4923
4924         * tests/check/generic/.cvsignore:
4925           Ignore files to please buildbot.
4926
4927 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
4928
4929         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
4930         (gst_wavparse_stream_data):
4931           Unbreak my previous commit (swapped nominator & denominator). Tim,
4932           thanks for spotting.
4933
4934 2007-03-02  Wim Taymans  <wim@fluendo.com>
4935
4936         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
4937         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
4938         (gst_cdio_cdda_src_finalize):
4939         Small code cleanups.
4940         Don't use pad_alloc as the base class cannot deal with the error codes.
4941
4942 2007-03-02  Wim Taymans  <wim@fluendo.com>
4943
4944         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
4945         (gst_udpsrc_create):
4946         Fix doc.
4947
4948 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
4949
4950         Patch by: René Stadler <mail@renestadler.de>
4951
4952         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4953         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4954         (gst_wavparse_stream_data):
4955           Handle rounding better to not drop last sample frame. Fixes #356692
4956
4957 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
4958
4959         * tests/check/Makefile.am:
4960         Disable cacasink from the states check too - it also calls exit(1)
4961         on us when it can't find a terminal to talk to.
4962
4963 2007-03-02  Wim Taymans  <wim@fluendo.com>
4964
4965         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4966
4967         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
4968         (gst_udpsrc_create), (gst_udpsrc_set_property),
4969         (gst_udpsrc_get_property):
4970         * gst/udp/gstudpsrc.h:
4971         Add support to strip proprietary headers. Fixes #350296.
4972
4973 2007-03-02  Wim Taymans  <wim@fluendo.com>
4974
4975         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
4976         Fix compilation.
4977
4978 2007-03-02  Wim Taymans  <wim@fluendo.com>
4979
4980         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4981
4982         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
4983         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
4984         (gst_rtp_mp2t_depay_set_property),
4985         (gst_rtp_mp2t_depay_get_property):
4986         * gst/rtp/gstrtpmp2tdepay.h:
4987         Add support to strip off proprietary headers. Fixes #350278.
4988
4989 2007-03-02  Wim Taymans  <wim@fluendo.com>
4990
4991         * ext/hal/hal.c:
4992         Fix compilation.
4993
4994 2007-03-02  Wim Taymans  <wim@fluendo.com>
4995
4996         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
4997         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
4998         (gst_sunaudiosrc_open):
4999         * sys/sunaudio/gstsunaudiosrc.h:
5000         Remove device-name from GstSunAudioSrc. Fixes #412597.
5001
5002 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5003
5004         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5005         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5006         Having NULL as UDI previously selected the default sink/src. Change
5007         this back but mention it in the debug output.
5008         * ext/hal/hal.c: (gst_hal_get_alsa_element),
5009         (gst_hal_get_oss_element), (gst_hal_get_string),
5010         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
5011         (gst_hal_get_audio_src):
5012         * ext/hal/hal.h:
5013         Refactor a bit, check all error conditions, greatly improve debugging
5014         and fix some possible memory leaks. Also implement OSS support
5015         and allow specifying an UDI that points to a real device. For this the
5016         child device which supports ALSA (preferred) or OSS is used.
5017         As a side effect this makes it impossible now to get a alsasink in
5018         halaudiosrc and a alsasrc in halaudiosink.
5019
5020 2007-03-01  Wim Taymans  <wim@fluendo.com>
5021
5022         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
5023         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
5024         Errors from the udp sources are not fatal unless all of them are in
5025         error.
5026
5027 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5028
5029         * tests/check/Makefile.am:
5030         Disable aasink in the states test. I suspect this is the element that
5031         is calling exit(1) when it can't proceed.
5032
5033 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5034
5035         * tests/check/Makefile.am:
5036         Draw plugins in from the build tree sys/ dir, rather than picking
5037         up the already installed versions.
5038
5039 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5040
5041         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
5042         Error out correctly when getting xcontext fails.
5043
5044 2007-03-01  Wim Taymans  <wim@fluendo.com>
5045
5046         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
5047         Make state change to PAUSED NO_PREROLL because that's what it will be in
5048         the future and rtspsrc relies on it.
5049
5050         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
5051         (gst_rtspsrc_change_state):
5052         Don't error out when we don't get an error from the state change
5053         function.
5054
5055 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5056
5057         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5058         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5059           Check if the device UDI is set before trying to query HAL
5060           about it and give a useful error message if it wasn't set.
5061         * ext/hal/hal.c: (gst_hal_get_string):
5062           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
5063           gives an assertion failure in D-Bus when running with
5064           DBUS_FATAL_WARNINGS=1.
5065
5066 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5067
5068         * configure.ac:
5069           Convert to new AG_GST style.
5070
5071 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5072
5073         * tests/check/Makefile.am:
5074         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
5075           add test for states
5076
5077 2007-02-28  Wim Taymans  <wim@fluendo.com>
5078
5079         * tests/check/elements/.cvsignore:
5080         Add new videofilter check to .cvsignore.
5081
5082 2007-02-28  Wim Taymans  <wim@fluendo.com>
5083
5084         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
5085         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5086         (gst_avi_demux_loop), (gst_avi_demux_chain):
5087         Fix combined flow return. Fixes #412608.
5088
5089 2007-02-28  Wim Taymans  <wim@fluendo.com>
5090
5091         * gst/videofilter/Makefile.am:
5092         Dist header..
5093
5094 2007-02-28  Wim Taymans  <wim@fluendo.com>
5095
5096         * gst/videofilter/gstgamma.h:
5097         Add header too.
5098
5099 2007-02-28  Wim Taymans  <wim@fluendo.com>
5100
5101         Patch by: Mark Nauwelaerts <manauw at skynet be>
5102
5103         * gst/videofilter/Makefile.am:
5104         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
5105         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
5106         (gst_gamma_get_property), (gst_gamma_calculate_tables),
5107         (oil_tablelookup_u8), (gst_gamma_set_caps),
5108         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
5109         Port gamma filter to 0.10. Fixes #412704.
5110
5111         * tests/check/Makefile.am:
5112         * tests/check/elements/videofilter.c: (setup_filter),
5113         (cleanup_filter), (check_filter), (GST_START_TEST),
5114         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
5115         Add unit tests for videofilters.
5116
5117 2007-02-28  Wim Taymans  <wim@fluendo.com>
5118
5119         * gst/rtsp/URLS:
5120         Add another interesting test url.
5121
5122         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
5123         Don't allow getting header fields from data packets.
5124
5125 2007-02-28  Michael Smith  <msmith@fluendo.com>
5126
5127         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5128         (gst_shout2send_init), (gst_shout2send_start),
5129         (gst_shout2send_set_property), (gst_shout2send_get_property):
5130         * ext/shout2/gstshout2.h:
5131           Add a property for username.
5132
5133 2007-02-27  Christian Schallerr <christian@fluendo.com>
5134
5135         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
5136
5137 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5138
5139         * gst/rtsp/Makefile.am:
5140         Fix make check too.
5141
5142 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5143
5144         * gst/rtsp/base64.c: (util_base64_encode):
5145         * gst/rtsp/base64.h:
5146         Commit missing files for base64 encoding.
5147
5148 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5149
5150         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5151
5152         * configure.ac:
5153         * ext/annodex/Makefile.am:
5154         * ext/jpeg/Makefile.am:
5155         * ext/speex/Makefile.am:
5156         * gst/alpha/Makefile.am:
5157         * gst/cutter/Makefile.am:
5158         * gst/debug/Makefile.am:
5159         * gst/effectv/Makefile.am:
5160         * gst/goom/Makefile.am:
5161         * gst/level/Makefile.am:
5162         * gst/smpte/Makefile.am:
5163         * gst/videofilter/Makefile.am:
5164           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
5165
5166 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5167
5168         * gst/rtsp/Makefile.am:
5169         * gst/rtsp/rtspconnection.c: (append_auth_header),
5170         (rtsp_connection_send), (rtsp_connection_set_auth):
5171         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
5172         from icecast to replace it. Relicensed from GPL courtesy of Mike
5173         Smith.
5174
5175 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5176
5177         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
5178         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
5179         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
5180         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
5181         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
5182         (gst_rtspsrc_uri_set_uri):
5183         * gst/rtsp/gstrtspsrc.h:
5184         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5185         (append_auth_header), (rtsp_connection_send),
5186         (rtsp_connection_free), (rtsp_connection_set_auth):
5187         * gst/rtsp/rtspconnection.h:
5188         * gst/rtsp/rtspdefs.h:
5189         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
5190         * gst/rtsp/rtspurl.h:
5191
5192         Implement simple Basic Authentication support so that urls like
5193         rtsp://user:pass@hostname/rtspstream work on hosts that require
5194         authentication.
5195
5196 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
5197
5198         * sys/v4l2/gstv4l2object.c:
5199         * sys/v4l2/gstv4l2tuner.c:
5200         * sys/v4l2/v4l2_calls.c:
5201         Fix segfault when oppening a radio device.
5202         
5203 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
5204
5205         * gst/level/gstlevel.c: (gst_level_set_caps),
5206         (gst_level_transform_ip):
5207         * sys/v4l2/README:
5208         * tests/check/elements/level.c: (GST_START_TEST):
5209           Fix level for multi-channel case.
5210
5211 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5212
5213         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
5214         (gst_level_transform_ip):
5215         * gst/level/gstlevel.h:
5216           Use function pointer for process function and add process functions
5217           for float audio.
5218
5219 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
5220
5221         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5222         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5223         (gst_v4l2src_capture_init):
5224           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
5225           fixes #407369
5226
5227 2007-02-18  Wim Taymans  <wim@fluendo.com>
5228
5229         * gst/rtp/Makefile.am:
5230         * gst/rtp/gstrtp.c: (plugin_init):
5231         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
5232         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
5233         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
5234         (gst_rtp_mp2t_pay_plugin_init):
5235         * gst/rtp/gstrtpmp2tpay.h:
5236         Added simple mpeg transport stream payloader.
5237
5238 2007-02-16  Wim Taymans  <wim@fluendo.com>
5239
5240         * gst/rtsp/URLS:
5241         Add example H264 rtsp url.
5242
5243         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5244         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5245         Don't convert values to lowercase or we might mess up base64 encoded
5246         properties.
5247
5248 2007-02-16  Wim Taymans  <wim@fluendo.com>
5249
5250         * gst/rtp/README:
5251         Fix case of string params.
5252
5253         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5254         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5255         Fix depayloader, support more packet types.
5256         Add sync codes to make sure the packetizer can do its job.
5257
5258         * gst/rtp/gstrtpmp4gdepay.c:
5259         * gst/rtp/gstrtpmp4gpay.c:
5260         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5261         Fix caps case again.
5262
5263 2007-02-15  Wim Taymans  <wim@fluendo.com>
5264
5265         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
5266         Set right caps on output buffers.
5267
5268 2007-02-14  Wim Taymans  <wim@fluendo.com>
5269
5270         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
5271         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
5272         Clear stack allocated SDPMedia struct before calling _init() on it.
5273         Clarify this in the docs as well.
5274
5275 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
5276
5277         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
5278         (do_change_child):
5279         Don't reset the profile when going switching states, as it makes
5280         the element non-reusable.
5281
5282 2007-02-14  Wim Taymans  <wim@fluendo.com>
5283
5284         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
5285         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
5286         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
5287         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
5288         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
5289         (sdp_parse_line):
5290         * gst/rtsp/sdpmessage.h:
5291         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
5292         Fix memory management of SDP messages. Fixes #407793.
5293
5294 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
5295
5296         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
5297
5298         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
5299         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
5300
5301 2007-02-14  Wim Taymans  <wim@fluendo.com>
5302
5303         Patch by: jp.liu <jp_liu at astrocom dot cn>
5304
5305         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
5306         Fix parsing of password field in url. Fixes #407797.
5307
5308 2007-02-14  Wim Taymans  <wim@fluendo.com>
5309
5310         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
5311         (gst_wavparse_reset), (gst_wavparse_init),
5312         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
5313         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
5314         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
5315         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
5316         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
5317         (gst_wavparse_loop), (gst_wavparse_chain),
5318         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
5319         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
5320         (plugin_init):
5321         * gst/wavparse/gstwavparse.h:
5322         Update docs.
5323         Use boilerplate.
5324         Various code cleanups.
5325         When the bitrate is not known (bps == 0 or compressed formats) let
5326         downstream element guestimate the duration and position and don't
5327         generate timestamps or durations. Fixes #405213.
5328         Fix EOS and ERROR conditions in chain mode, we just need to forward the
5329         error flowreturn upstream.
5330
5331 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
5332
5333         * ext/gconf/Makefile.am:
5334         * ext/gconf/gconf.c: (gst_gconf_get_string),
5335         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
5336         (gst_gconf_render_bin_with_default):
5337         * ext/gconf/gconf.h:
5338         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
5339         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
5340         (gst_gconf_audio_sink_dispose), (do_change_child),
5341         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
5342         (cb_change_child), (gst_gconf_audio_sink_change_state):
5343         * ext/gconf/gstgconfaudiosink.h:
5344         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
5345         (gst_switch_sink_class_init), (gst_switch_sink_reset),
5346         (gst_switch_sink_init), (gst_switch_sink_dispose),
5347         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
5348         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
5349         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
5350         * ext/gconf/gstswitchsink.h:
5351         * gst/autodetect/gstautoaudiosink.c:
5352         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
5353         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
5354         (gst_auto_audio_sink_detect):
5355         * gst/autodetect/gstautovideosink.c:
5356         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
5357         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
5358         (gst_auto_video_sink_detect):
5359         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
5360         and a child that implements the GConf key monitoring. The end goal of
5361         this is an audio sink that can be changed on the fly, but at the 
5362         moment it still only changes on the next READY transition.
5363
5364 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5365
5366         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5367         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5368         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
5369         (gst_avi_demux_calculate_durations_from_index),
5370         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5371         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5372         (gst_avi_demux_loop):
5373           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
5374
5375 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5376
5377         * configure.ac:
5378         * docs/plugins/Makefile.am:
5379           Add crossreferences to glib/gobject/gstream docs.
5380
5381 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5382
5383         * gst/monoscope/Makefile.am:
5384         * gst/monoscope/gstmonoscope.c:
5385           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
5386           (but no LIBS, since we only use defines from the headers).
5387
5388 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5389
5390         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
5391
5392         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
5393         (gst_wavparse_stream_data):
5394           Fix massive memory leak when operating in streaming mode due to
5395           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
5396           Fixes #407057.
5397
5398 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5399
5400         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
5401         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
5402         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
5403         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
5404         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5405         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
5406         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
5407         (gst_avi_demux_calculate_durations_from_index),
5408         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5409         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
5410         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
5411         * gst/avi/gstavidemux.h:
5412           Save some memory (8%) by repacking the index entry structure (more to
5413           come). Add more FIXMEs to questionable parts.
5414
5415 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5416
5417         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
5418         (gst_v4l2src_get_caps):
5419         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5420         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5421         (gst_v4l2src_capture_init):
5422           More FIXME comments and messaging changes.
5423
5424 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5425
5426         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
5427         (gst_goom_change_state):
5428         * gst/goom/gstgoom.h:
5429           Improved docs and use GST_DEBUG_FUNCPTR.
5430
5431         * gst/level/gstlevel.c: (gst_level_class_init):
5432           Use GST_DEBUG_FUNCPTR.
5433
5434         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
5435         (gst_monoscope_chain), (gst_monoscope_change_state):
5436           Improved docs source cleanups.
5437
5438 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5439
5440         * gst/debug/Makefile.am:
5441         * gst/debug/gstdebug.c: (plugin_init):
5442         * gst/debug/gstpushfilesrc.c:
5443         * gst/debug/gstpushfilesrc.h:
5444           Add code for a pushfilesrc element that implements a pushfile:// URI
5445           handler, to make debugging push-mode operation of demuxer/decoders
5446           that support both easier in connection with seek/playbin/etc.
5447           The element isn't registered at the moment.
5448
5449 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
5450
5451         * gst/avi/gstavimux.c:
5452           Comment a #if 0 in caps template definition as VS6 seems to 
5453         do not support it.
5454         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
5455           Use gst_guint64_to_gdouble for conversion.
5456         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
5457           Move variables declaration before the first instruction.
5458         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
5459           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
5460           And don't include netdb.h for G_OS_WIN32
5461         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
5462           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
5463           by VS6 then use an other way to initialize SDPMedia structure.
5464         * gst/udp/gstdynudpsink.h:
5465         * gst/udp/gstdynudpnetutils.h:
5466           Do not include <sys/time.h> for G_OS_WIN32
5467         * gst/udp/gstudpsrc.c:
5468           Define socklen_t as int for G_OS_WIN32
5469         * win/common/config.h.in:
5470           Undef HAVE_NETINET_IN_H
5471         * win32/vs6/gst_plugins_good.dsw:
5472         * win32/vs6/libgstrtp.dsp:
5473         * win32/vs6/libgstrtsp.dsp:
5474         * win32/vs6/libgstautogen.dsp:
5475         * win32/vs6/libgstaudiofx.dsp:
5476         * win32/vs6/libgstudp.dsp:
5477           Add and update project files.
5478         * win32/common/gstudp-enumtypes.c:
5479         * win32/common/gstudp-enumtypes.h:
5480           Add a copy of udp enumtypes to win32/common as in core 
5481           and base.
5482         
5483 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
5484
5485         * configure.ac:
5486           Activate monoscope when building with --enable-experimental. Fix
5487           --enable-external configure switch description.
5488
5489         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
5490         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
5491           Help gst-indent.
5492
5493 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
5494
5495         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
5496           Explicitly cast result of pointer arithmetic to integer in order to
5497           avoid compiler warnings on some 64-bit systems. Should fix #406018.
5498
5499 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5500
5501         * gst/debug/progressreport.c:
5502           Some more docs.
5503
5504 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5505
5506         * docs/plugins/inspect/plugin-rtp.xml:
5507           Update for new elements.
5508
5509         * gst/debug/progressreport.h:
5510           Commit newly-created header file as well.
5511
5512 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5513
5514         * docs/plugins/Makefile.am:
5515         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5516         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5517         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5518         * gst/debug/Makefile.am:
5519         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
5520         (gst_progress_report_do_query), (gst_progress_report_report):
5521           Make progressreport element post messages with the current progress
5522           on the bus. Also add some basic docs for it.
5523
5524 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5525
5526         * ext/hal/hal.c: (gst_hal_get_string):
5527         * ext/hal/hal.h:
5528           Some small cleanups; deal with errors when parsing the HAL ALSA
5529           capabilities a bit better.
5530
5531 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5532
5533         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5534           Let's try this again and use the right cast this time.
5535
5536 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5537
5538         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5539           Add cast to avoid compiler warnings with older GLib versions
5540           where the nick/name members in GEnumValue are not declared as
5541           constant strings.
5542
5543 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5544
5545         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
5546         (gst_gconf_render_bin_from_key),
5547         (gst_gconf_get_default_audio_sink):
5548         * ext/gconf/gconf.h:
5549         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
5550         (do_toggle_element), (gst_gconf_audio_sink_set_property),
5551         (gst_gconf_audio_sink_get_property):
5552           In gconfaudiosink, get the right key as the old key in do_toggle
5553           (ie. one dependent on the profile selected). Log some more stuff so
5554           we can see what's actually going on.
5555
5556 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
5557
5558         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
5559         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
5560         (gst_audio_amplify_set_process_function),
5561         (gst_audio_amplify_setup):
5562         * gst/audiofx/audioamplify.h:
5563         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
5564         (gst_audio_invert_class_init), (gst_audio_invert_setup):
5565         * gst/audiofx/audioinvert.h:
5566         Some small cleanups and port both elements to the new GstAudioFilter
5567         base class to save a few lines of common code.
5568         * gst/audiofx/Makefile.am:
5569         Link against libgstaudio for the above changes
5570
5571 2007-01-29  Wim Taymans  <wim@fluendo.com>
5572
5573         * tests/check/elements/.cvsignore:
5574         Some more ignores.
5575
5576 2007-01-26  Wim Taymans  <wim@fluendo.com>
5577
5578         Patch by: charles <charlesg3 at gmail dot com>
5579
5580         * ext/shout2/gstshout2.c: (gst_shout2send_init),
5581         (set_shout_metadata), (gst_shout2send_event):
5582         * ext/shout2/gstshout2.h:
5583         Properly handle tags in shout2send. Fixes #399825.
5584
5585 2007-01-25  Wim Taymans  <wim@fluendo.com>
5586
5587         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5588         (gst_rtspsrc_activate_streams):
5589         Convert SDP fields to upper/lowercase following the rules in the SDP to
5590         caps document. 
5591
5592 2007-01-25  Wim Taymans  <wim@fluendo.com>
5593
5594         * gst/rtp/README:
5595         * gst/rtp/gstrtpilbcdepay.c:
5596         * gst/rtp/gstrtpilbcpay.c:
5597         * gst/rtp/gstrtpmp4gdepay.c:
5598         * gst/rtp/gstrtpmp4gpay.c:
5599         * gst/rtp/gstrtpspeexdepay.c:
5600         * gst/rtp/gstrtpspeexpay.c:
5601         * gst/rtp/gstrtpsv3vdepay.c:
5602         * gst/rtp/gstrtptheoradepay.c:
5603         * gst/rtp/gstrtptheorapay.c:
5604         * gst/rtp/gstrtpvorbisdepay.c:
5605         * gst/rtp/gstrtpvorbispay.c:
5606         Fix case of encoding-name and key/value pairs to match the document.
5607         This is to make interoperation with SDP case-insensitive as required by
5608         the relevant RFCs.
5609
5610 2007-01-25  Wim Taymans  <wim@fluendo.com>
5611
5612         * configure.ac:
5613         Bump required -core/-base to CVS
5614
5615 2007-01-25  Wim Taymans  <wim@fluendo.com>
5616
5617         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
5618         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
5619         * gst/rtp/gstrtpL16pay.h:
5620         Fill up to MTU using adapter.
5621         Timestamp rtp packets.
5622
5623 2007-01-25  Edward Hervey  <edward@fluendo.com>
5624
5625         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5626         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
5627         Use G_GSIZE_FORMAT in print statements for portability.
5628         Fixes build on macosx.
5629
5630 2007-01-24  Wim Taymans  <wim@fluendo.com>
5631
5632         * gst/rtp/Makefile.am:
5633         * gst/rtp/gstrtp.c: (plugin_init):
5634         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
5635         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
5636         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
5637         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
5638         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
5639         (gst_rtp_L16_depay_plugin_init):
5640         * gst/rtp/gstrtpL16depay.h:
5641         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
5642         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
5643         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
5644         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
5645         (gst_rtp_L16_pay_plugin_init):
5646         * gst/rtp/gstrtpL16pay.h:
5647         Port and enable raw audio payloader/depayloader. Needs a bit more work
5648         on the payloader side.
5649
5650 2007-01-24  Wim Taymans  <wim@fluendo.com>
5651
5652         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
5653         (gst_rtspsrc_stream_configure_transport),
5654         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
5655         * gst/rtsp/gstrtspsrc.h:
5656         Only unblock the udp pads when we linked and activated them all.
5657         Fixes #395688.
5658
5659 2007-01-24  Wim Taymans  <wim@fluendo.com>
5660
5661         * gst/rtp/Makefile.am:
5662         * gst/rtp/gstrtp.c: (plugin_init):
5663         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
5664         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
5665         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
5666         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
5667         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
5668         * gst/rtp/gstrtpac3depay.h:
5669         Added simple AC3 depayloader (RFC 4184).
5670
5671         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
5672         Fix a leak.
5673
5674 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
5675
5676         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5677
5678         * gst/audiofx/Makefile.am:
5679         * gst/audiofx/audioamplify.c:
5680         (gst_audio_amplify_clipping_method_get_type),
5681         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
5682         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
5683         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
5684         (gst_audio_amplify_set_caps),
5685         (gst_audio_amplify_transform_int_clip),
5686         (gst_audio_amplify_transform_int_wrap_negative),
5687         (gst_audio_amplify_transform_int_wrap_positive),
5688         (gst_audio_amplify_transform_float_clip),
5689         (gst_audio_amplify_transform_float_wrap_negative),
5690         (gst_audio_amplify_transform_float_wrap_positive),
5691         (gst_audio_amplify_transform_ip):
5692         * gst/audiofx/audioamplify.h:
5693         * gst/audiofx/audiofx.c: (plugin_init):
5694         Add new element "audioamplify". This allows scaling of raw audio
5695         samples, similar to the "volume" element, but provides different modes
5696         for clipping and allows unlimited amplification. It's mainly targeted
5697         for creative sound design and not as a replacement of the "volume"
5698         element. Fixes #397162
5699         * docs/plugins/Makefile.am:
5700         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5701         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5702         * docs/plugins/gst-plugins-good-plugins.args:
5703         * docs/plugins/inspect/plugin-audiofx.xml:
5704         Add docs for audioamplify and integrate them into the build system
5705         * tests/check/Makefile.am:
5706         * tests/check/elements/audioamplify.c: (setup_amplify),
5707         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
5708         Add fairly extensive unit test suite for audioamplify
5709
5710 2007-01-24  Wim Taymans  <wim@fluendo.com>
5711
5712         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
5713         Unblock pads after adding the pads to the element so that autopluggers
5714         get a change to link something. Possibly fixes #395688.
5715
5716 2007-01-24  Wim Taymans  <wim@fluendo.com>
5717
5718         * gst/rtp/gstrtpamrdepay.c:
5719         * gst/rtp/gstrtpgsmdepay.c:
5720         * gst/rtp/gstrtph263pdepay.c:
5721         * gst/rtp/gstrtph263ppay.c:
5722         * gst/rtp/gstrtph264depay.c:
5723         * gst/rtp/gstrtpilbcdepay.c:
5724         * gst/rtp/gstrtpmp2tdepay.c:
5725         * gst/rtp/gstrtpmp4gdepay.c:
5726         * gst/rtp/gstrtpmp4gpay.c:
5727         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
5728         * gst/rtp/gstrtpmp4vpay.c:
5729         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
5730         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
5731         (gst_rtp_mpa_depay_process):
5732         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
5733         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
5734         * gst/rtp/gstrtppcmadepay.c:
5735         * gst/rtp/gstrtppcmudepay.c:
5736         * gst/rtp/gstrtpspeexdepay.c:
5737         * gst/rtp/gstrtpspeexpay.c:
5738         * gst/rtp/gstrtpsv3vdepay.c:
5739         * gst/rtp/gstrtptheoradepay.c:
5740         * gst/rtp/gstrtptheorapay.c:
5741         * gst/rtp/gstrtpvorbisdepay.c:
5742         * gst/rtp/gstrtpvorbispay.c:
5743         Fix caps with payload numbers.
5744         Add some fixed payload numbers to caps when possible.
5745
5746 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
5747
5748         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5749
5750         * gst/audiofx/Makefile.am:
5751         * gst/audiofx/audiofx.c: (plugin_init):
5752         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
5753         (gst_audio_invert_class_init), (gst_audio_invert_init),
5754         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
5755         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
5756         (gst_audio_invert_transform_float),
5757         (gst_audio_invert_transform_ip):
5758         * gst/audiofx/audioinvert.h:
5759         Add new audiofx element "audioinvert". This element swaps the upper
5760         and lower half of samples and can be used for example for a
5761         wide-stereo effect. Fixes #396057
5762         * docs/plugins/Makefile.am:
5763         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5764         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5765         * docs/plugins/gst-plugins-good-plugins.args:
5766         * docs/plugins/inspect/plugin-audiofx.xml:
5767         Add docs for the audioinvert element and add them to the build system.
5768         * tests/check/Makefile.am:
5769         * tests/check/elements/audioinvert.c: (setup_invert),
5770         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
5771         Add unit test suite for the audioinvert element.
5772
5773 2007-01-23  Wim Taymans  <wim@fluendo.com>
5774
5775         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
5776         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
5777         Parse config params as string and int.
5778         Parse and use AU header length
5779
5780 2007-01-23  Wim Taymans  <wim@fluendo.com>
5781
5782         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
5783         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
5784         * gst/smpte/gstmask.c: (_gst_mask_register):
5785         * gst/smpte/gstmask.h:
5786         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
5787         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
5788         (gst_smpte_paint_triangle_clock):
5789         constify some static structs.
5790         Don't update the mask if nothing changed to the params.
5791         Make sure we never draw outside of the picture. Fixes #398325.
5792
5793 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
5794
5795         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
5796           Error out properly when pull_range fails while we're reading the
5797           headers, instead of just pausing the task silently. Fixes #399338.
5798
5799 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
5800
5801         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
5802           Some more sanity checks to make sure the input formats match and the
5803           input pads are actually negotiated, in case someone tries to feed
5804           buffers from fakesrc or filesrc. Fixes #398299.
5805           Also const-ify an array, just because we can.
5806
5807 2007-01-19  Edward Hervey  <edward@fluendo.com>
5808
5809         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
5810         Ignore previous commit, that was only valid for widths and heights
5811         that are multiples of 4.
5812         Copy over size/stride macros from jpegdec. This allows the element
5813         to work with any width,height...
5814         ... but puts in evidence that the actual transformations only work
5815         with width/height that are multiples of 4.
5816
5817 2007-01-19  Edward Hervey  <edward@fluendo.com>
5818
5819         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
5820         Allocate buffers of the right size.
5821         The proper size of a I420 buffer in bytes is:
5822         
5823             width * height * 3
5824             ------------------
5825                     2
5826
5827 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
5828
5829         * gst/smpte/gstsmpte.c: (gst_smpte_init):
5830           Proxy getcaps on sink pads too, so that we either end up with the
5831           same dimensions on all pads or error out if that's not possible
5832           (seems to work even!). Fixes #398086, I think.
5833
5834 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
5835
5836         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5837         * docs/plugins/gst-plugins-good-plugins.args:
5838         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5839           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
5840           fix integer properties with -1 as minimum value.
5841
5842         * docs/plugins/inspect/plugin-1394.xml:
5843         * docs/plugins/inspect/plugin-aasink.xml:
5844         * docs/plugins/inspect/plugin-alaw.xml:
5845         * docs/plugins/inspect/plugin-alpha.xml:
5846         * docs/plugins/inspect/plugin-alphacolor.xml:
5847         * docs/plugins/inspect/plugin-annodex.xml:
5848         * docs/plugins/inspect/plugin-apetag.xml:
5849         * docs/plugins/inspect/plugin-audiofx.xml:
5850         * docs/plugins/inspect/plugin-auparse.xml:
5851         * docs/plugins/inspect/plugin-autodetect.xml:
5852         * docs/plugins/inspect/plugin-avi.xml:
5853         * docs/plugins/inspect/plugin-cacasink.xml:
5854         * docs/plugins/inspect/plugin-cairo.xml:
5855         * docs/plugins/inspect/plugin-cdio.xml:
5856         * docs/plugins/inspect/plugin-cutter.xml:
5857         * docs/plugins/inspect/plugin-debug.xml:
5858         * docs/plugins/inspect/plugin-dv.xml:
5859         * docs/plugins/inspect/plugin-efence.xml:
5860         * docs/plugins/inspect/plugin-effectv.xml:
5861         * docs/plugins/inspect/plugin-esdsink.xml:
5862         * docs/plugins/inspect/plugin-flac.xml:
5863         * docs/plugins/inspect/plugin-flxdec.xml:
5864         * docs/plugins/inspect/plugin-gconfelements.xml:
5865         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5866         * docs/plugins/inspect/plugin-goom.xml:
5867         * docs/plugins/inspect/plugin-halelements.xml:
5868         * docs/plugins/inspect/plugin-icydemux.xml:
5869         * docs/plugins/inspect/plugin-id3demux.xml:
5870         * docs/plugins/inspect/plugin-jpeg.xml:
5871         * docs/plugins/inspect/plugin-level.xml:
5872         * docs/plugins/inspect/plugin-matroska.xml:
5873         * docs/plugins/inspect/plugin-mulaw.xml:
5874         * docs/plugins/inspect/plugin-multipart.xml:
5875         * docs/plugins/inspect/plugin-navigationtest.xml:
5876         * docs/plugins/inspect/plugin-ossaudio.xml:
5877         * docs/plugins/inspect/plugin-png.xml:
5878         * docs/plugins/inspect/plugin-rtp.xml:
5879         * docs/plugins/inspect/plugin-rtsp.xml:
5880         * docs/plugins/inspect/plugin-shout2send.xml:
5881         * docs/plugins/inspect/plugin-smpte.xml:
5882         * docs/plugins/inspect/plugin-speex.xml:
5883         * docs/plugins/inspect/plugin-taglib.xml:
5884         * docs/plugins/inspect/plugin-udp.xml:
5885         * docs/plugins/inspect/plugin-videobalance.xml:
5886         * docs/plugins/inspect/plugin-videobox.xml:
5887         * docs/plugins/inspect/plugin-videoflip.xml:
5888         * docs/plugins/inspect/plugin-videomixer.xml:
5889         * docs/plugins/inspect/plugin-wavenc.xml:
5890         * docs/plugins/inspect/plugin-wavparse.xml:
5891         * docs/plugins/inspect/plugin-ximagesrc.xml:
5892           Update to CVS.
5893
5894 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
5895
5896         Patch by: Sebastian Dröge <slomo circular-chaos org>
5897
5898         * gst/audiofx/audiopanorama.c:
5899           Fix doc section name (Fixes #397946)
5900
5901 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
5902
5903         * sys/v4l2/gstv4l2object.c:
5904         (gst_v4l2_object_install_properties_helper),
5905         (gst_v4l2_object_set_property_helper),
5906         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
5907         * sys/v4l2/gstv4l2object.h:
5908         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5909         (gst_v4l2src_init), (gst_v4l2src_set_property),
5910         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
5911         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5912         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5913         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
5914         (gst_v4l2src_capture_deinit):
5915           Fix EIO handing when capturing. Add new property to specify the number of
5916           buffers to enque (and remove the borked num-buffers usage).
5917
5918 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
5919
5920         Patch by: Sebastian Dröge <slomo circular-chaos org>
5921
5922         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
5923         (gst_audio_panorama_set_process_function):
5924           Use a function array for process methods, add more docs and define the
5925           startindex of enums.
5926
5927 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
5928
5929         Patch by: Mark Nauwelaerts <manauw at skynet be>
5930
5931         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
5932         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
5933         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
5934         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
5935         (gst_avi_mux_riff_get_avi_header),
5936         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
5937         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
5938         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
5939         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
5940         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
5941         (gst_avi_mux_change_state):
5942         * gst/avi/gstavimux.h:
5943         * tests/check/elements/avimux.c: (teardown_src_pad):
5944           Add support for more than one audio stream; write better AVIX
5945           header; refactor code a bit; don't announce vorbis caps on our audio
5946           sink pads since we don't support it anyway. Closes #379298.
5947
5948 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
5949
5950         Patch by: Sebastian Dröge <slomo circular-chaos org>
5951
5952         * gst/audiofx/audiopanorama.c:
5953         (gst_audio_panorama_method_get_type),
5954         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
5955         (gst_audio_panorama_set_process_function),
5956         (gst_audio_panorama_set_property),
5957         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
5958         (gst_audio_panorama_transform_m2s_int_simple),
5959         (gst_audio_panorama_transform_s2s_int_simple),
5960         (gst_audio_panorama_transform_m2s_float_simple),
5961         (gst_audio_panorama_transform_s2s_float_simple):
5962         * gst/audiofx/audiopanorama.h:
5963           Add 'method' property and provide a simple (non-psychoacustic)
5964           processing method (#394859).
5965
5966         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
5967         (panorama_suite):
5968           Tests for new method.
5969
5970 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
5971
5972         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
5973         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
5974           Set correct caps on outgoing pulled buffers, or things blow up
5975           after recent core changes.
5976
5977 2007-01-11  Wim Taymans  <wim@fluendo.com>
5978
5979         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
5980
5981         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
5982         (gst_multipart_mux_request_new_pad),
5983         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
5984         (gst_multipart_mux_change_state):
5985         Return FLOW errors ASAP. Fixes #394977.
5986         Misc cleanups.
5987
5988 2007-01-11  Wim Taymans  <wim@fluendo.com>
5989
5990         Patch by: Lutz Mueller <lutz at topfrose dot de>
5991
5992         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
5993         Check for stream pad before activating. 
5994
5995 2007-01-10  Wim Taymans  <wim@fluendo.com>
5996
5997         Patch by: Peter Kjellerstedt  <pkj at axis com>
5998
5999         * gst/rtsp/COPYING.MIT:
6000         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6001         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
6002         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
6003         (gst_rtspsrc_stream_configure_transport),
6004         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
6005         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
6006         (gst_rtspsrc_parse_methods),
6007         (gst_rtspsrc_create_transports_string),
6008         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
6009         (gst_rtspsrc_open), (gst_rtspsrc_close):
6010         * gst/rtsp/gstrtspsrc.h:
6011         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6012         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
6013         (parse_request_line), (parse_line), (rtsp_connection_read),
6014         (rtsp_connection_close):
6015         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
6016         (rtsp_method_as_text), (rtsp_header_as_text),
6017         (rtsp_status_as_text), (rtsp_find_header_field),
6018         (rtsp_find_method):
6019         * gst/rtsp/rtspdefs.h:
6020         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
6021         (rtsp_ext_wms_configure_stream):
6022         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
6023         (rtsp_message_new_request), (rtsp_message_init_request),
6024         (rtsp_message_new_response), (rtsp_message_init_response),
6025         (rtsp_message_init_data), (rtsp_message_unset),
6026         (rtsp_message_free), (rtsp_message_add_header),
6027         (rtsp_message_get_header), (rtsp_message_set_body),
6028         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
6029         * gst/rtsp/rtspmessage.h:
6030         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
6031         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
6032         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
6033         (sdp_message_dump):
6034         Allow url to be NULL to be able to use it for server connections.
6035         Can now send responses as well as requests.
6036         No longer hangs in an endless loop if EOF is received.
6037         Can now convert a status code to a text string.
6038         Return RTSP_HDR_INVALID for unknown headers.
6039         Return RTSP_INVALID for unknown methods.
6040         Copy CSeq and Session headers from the request.
6041         Only free memory corresponding to the currently set message type.
6042         Added const to function arguments as appropriate.
6043         Avoid a compiler warning when initializing nmedia.
6044         Use guint rather than gint to avoid compiler warnings.
6045         Fix crasher in wms extension.
6046         Factor out stream setup from open_connection.
6047         Delay activation of streams when actual data is received from the
6048         server, this prepares us to do proper protocol switching.
6049         Added new license.
6050         Fixes #380895.
6051
6052
6053 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
6054
6055         Patch by: Sebastian Dröge <slomo ubuntu com>
6056
6057         * docs/plugins/Makefile.am:
6058         * gst/audiofx/audiopanorama.c:
6059           Some small docs fixes (#394851).
6060
6061 2007-01-09  Wim Taymans  <wim@fluendo.com>
6062
6063         * gst/avi/gstavidemux.c:
6064         Fix docs.
6065
6066 2007-01-09  Wim Taymans  <wim@fluendo.com>
6067
6068         * gst/rtp/Makefile.am:
6069         * gst/rtp/gstrtp.c: (plugin_init):
6070         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
6071         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
6072         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
6073         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
6074         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
6075         * gst/rtp/gstrtpmpvdepay.h:
6076           Added RFC 2250 MPEG Video Depayloader.
6077
6078         * gst/rtp/gstrtpL16depay.h:
6079         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
6080         (gst_rtp_h263p_depay_process):
6081         Fix Header file. Small cleanups.
6082
6083         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
6084         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
6085         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
6086         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
6087         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
6088         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
6089         (gst_rtp_mp4v_depay_change_state):
6090         Remove usused code. Remove Adapter from state Change. Added debug.
6091
6092         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
6093         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
6094         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
6095         * gst/rtp/gstrtpmpadepay.h:
6096         Subclass base depayloader.
6097         Added debug.
6098         Support static payload type assignment as well.
6099
6100         * gst/rtp/gstrtpmpapay.c:
6101         Fix caps.
6102
6103 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6104
6105         Patch by: Vincent Torri  <vtorri at univ-evry fr>
6106
6107         * ext/jpeg/gstjpegdec.c:
6108         * ext/jpeg/gstjpegenc.c:
6109         * ext/jpeg/smokecodec.c:
6110           These libjpeg callbacks should return a 'boolean' (unsigned char
6111           apparently) and not a 'gboolean' (which maps to gint). Fixes
6112           warnings when compiling with MingW (#393427).
6113
6114         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6115           Use ioctlsocket on win32.
6116
6117         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6118           Some printf format fixes for win32.
6119
6120 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
6121
6122         * gst/cutter/gstcutter.c: (gst_cutter_chain):
6123           Use gst_guint64_to_gdouble for conversion.
6124         * win32/vs6/libgstmatroska.dsp:
6125           Add zlib to the link.
6126         * win32/vs6/libgstvideobox.dsp:
6127           Update liboil library name (project is linked to 
6128           liboil-0.3-0.lib now).
6129           
6130 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6131
6132         * gst/matroska/Makefile.am:
6133           If zlib is available and used, we must link it explicitly for
6134           things to work on MingW (fixes #392855).
6135
6136 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
6137
6138         * ext/esd/esdsink.c: (gst_esdsink_delay):
6139           Don't return bogus values when esd_get_delay() fails for some
6140           reason (#392189).
6141
6142 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6143
6144         * sys/ximage/gstximagesrc.c: (composite_pixel):
6145           Fix presumably copy'n'pasto for 16bpp depth.
6146
6147 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6148
6149         * gst/matroska/matroska-mux.c:
6150         (gst_matroska_mux_audio_pad_setcaps):
6151           The "signed" field in audio caps is of boolean type, trying to use
6152           gst_structure_get_int() to extract it will fail. Fixing this makes
6153           matroskamux accept raw audio input (#387121) (use at your own risk
6154           though, due to the matroska spec being not entirely useful in this
6155           respect).
6156           Also fix up raw audio structures in template caps so that they
6157           represent what our setcaps function will actually accept, so that
6158           converters know what to convert to.
6159           Finally, don't fail if there isn't an "endianness" field in 8-bit
6160           PCM caps.
6161
6162 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
6163
6164         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6165         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6166         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6167         (teardown_cmmldec):
6168         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6169         (teardown_cmmlenc):
6170         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6171           reapply consistent pad (de)activation
6172
6173 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
6174
6175         * configure.ac:
6176         Back to CVS
6177
6178         * gst-plugins-good.doap:
6179         Add 0.10.5 doap entry
6180
6181 === release 0.10.5 ===
6182
6183 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
6184
6185         * configure.ac:
6186           releasing 0.10.5, "The Path of Thorns"
6187
6188 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6189
6190         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6191         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6192         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6193         (teardown_cmmldec):
6194         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6195         (teardown_cmmlenc):
6196         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6197           revert my freeze breakage
6198
6199 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6200
6201         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6202         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6203         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6204         (teardown_cmmldec):
6205         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6206         (teardown_cmmlenc):
6207         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6208           consistent pad (de)activation
6209
6210 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
6211
6212         * configure.ac:
6213         * ext/Makefile.am:
6214         Disable LADPSA, as it has moved to the -bad module for the duration.
6215
6216 2006-12-18  Wim Taymans  <wim@fluendo.com>
6217
6218         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
6219         (gst_signal_processor_event):
6220         Reset flow_state back to _OK after a flush stop so that we exit our
6221         error state after the flush. Fixes #374213
6222
6223 2006-12-16  David Schleef  <ds@schleef.org>
6224
6225         * sys/osxvideo/osxvideosink.h:
6226         * sys/osxvideo/osxvideosink.m:
6227           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
6228
6229 2006-12-16  David Schleef  <ds@schleef.org>
6230
6231         Patch by: Vijay Santhanam <vijay santhanam gmail com>
6232
6233         * sys/osxvideo/Makefile.am:
6234         * sys/osxvideo/osxvideosink.h:
6235         * sys/osxvideo/osxvideosink.m:
6236           Preliminary patch for porting osxvideosink
6237
6238 2006-12-16  Wim Taymans  <wim@fluendo.com>
6239
6240         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6241
6242         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
6243         (gst_videomixer_set_master_geometry),
6244         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
6245         (gst_videomixer_reset), (gst_videomixer_init),
6246         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
6247         (gst_videomixer_release_pad), (gst_videomixer_collected),
6248         (gst_videomixer_change_state):
6249         Introduce some locking around the videomixer state so that it does not
6250         crash when adding/removing pads. Fixes #383043.
6251
6252 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6253
6254         * configure.ac:
6255           Make sure libcaca can actually be used instead of just checking for
6256           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
6257           cross-compiling (fixes #384587).
6258
6259 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6260
6261         * Makefile.am:
6262         * gst-plugins-good.doap:
6263         * gst-plugins-good.spec.in:
6264           adding doap file
6265
6266 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6267
6268         * configure.ac:
6269           libflac-1.1.3 changed API again, but we can't build against it yet,
6270           so make sure our check doesn't use libflac-1.1.3 and add a comment
6271           to this effect.
6272
6273 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6274
6275         * gst/effectv/gstquark.c: (gst_quarktv_transform),
6276         (gst_quarktv_planetable_clear):
6277           Add some NULL pointer checks (possibly related to #385623).
6278
6279 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
6280
6281         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
6282         (gst_tag_demux_chain):
6283         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
6284           In streaming mode, if the first buffer we get doesn't have an
6285           offset, fix it up to be 0, otherwise trimming won't work later on
6286           and we'll be typefinding application/x-id3, which may result in
6287           decodebin plugging an endless number of id3demux elements as a
6288           consequence. Fixes #385031.
6289           
6290 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6291
6292         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
6293           Ignore the buffer_time the sound device reports. Turns out it is 
6294           sometimes completely bogus and we're better off without it.
6295
6296 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6297
6298         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6299         (gst_matroska_demux_video_caps):
6300         * gst/matroska/matroska-ids.c:
6301         (gst_matroska_track_init_video_context):
6302         * gst/matroska/matroska-ids.h:
6303           Try harder to extract the framerate for video tracks correctly and
6304           save it directly instead of converting it back and forth a few
6305           times. Mostly makes a difference for very small framerates (<1).
6306           Fixes #380199.
6307
6308 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6309
6310         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
6311         (gst_gconf_audio_src_dispose), (do_toggle_element):
6312         * ext/gconf/gstgconfaudiosrc.h:
6313           Remove gconf notify hook when the gconfaudiosrc element is
6314           destroyed, otherwise the callback may be called on an
6315           already-destroyed instance and bad things happen. Should fix
6316           #378184.
6317           Also ignore gconf key changes when the source is already running.
6318
6319 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6320
6321         Patch by: Sebastian Dröge  <mail at slomosnail de>
6322
6323         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6324           We need to be able to read and parse any possible floating point string
6325           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
6326           will parse the former only in certain locales though, so we really need
6327           to canonicalise the separator to '.' and then use g_ascii_strtod() to
6328           make sure we can parse either version at all times.
6329           Fixes #382982 for real.
6330
6331 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6332
6333         * sys/sunaudio/gstsunaudiomixerctrl.c:
6334         * sys/sunaudio/gstsunaudiosrc.c:
6335
6336         Use the sunaudio debug category.
6337
6338         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
6339         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
6340         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
6341         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
6342         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
6343         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
6344         (gst_sunaudiosink_reset):
6345         * sys/sunaudio/gstsunaudiosink.h:
6346
6347         Uses the sunaudio debug category for all debug output
6348         Implements the _delay() callback to synchronise video playback better
6349         Change the segtotal and segsize values back to the parent class 
6350           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
6351           respectively)
6352         Measure the samples written to the device vs. played.
6353         Keep track of segments in the device by writing empty eof frames, and
6354         sleep using a GCond when we get too far ahead and risk overrunning the
6355         sink's ringbuffer.
6356
6357         Fixes: #360673
6358
6359 2006-12-08  Wim Taymans  <wim@fluendo.com>
6360
6361         Patch by: Sebastian Dröge  <mail at slomosnail de >
6362
6363         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6364         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
6365         * gst/audiofx/audiopanorama.h:
6366         Fix audiopanorame with float samples. Fixes #383726.
6367
6368 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6369
6370         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
6371         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
6372         (gst_sunaudiosrc_reset):
6373
6374         Implement reset functions to unblock the src/sink more quickly on 
6375         state change requests.
6376         Patch by: Brian Cameron <brian dot cameron at sun com>
6377
6378 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6379
6380         * sys/sunaudio/gstsunaudiomixer.c:
6381         (gst_sunaudiomixer_change_state):
6382         Construct the correct mixer device name when the AUDIODEV env var
6383         is set.
6384
6385         Patch by: Jerry Tan <jerry.tan at sun dot com>
6386         Fixes: #383596
6387
6388 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6389
6390         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
6391         Apply patch to open the mixer control and set the MULTIPLE_OPEN
6392         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
6393         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
6394         Patch by: Jerry Tan <jerry.tan at sun dot com>
6395         Fixes: #349015
6396
6397 2006-12-07  Wim Taymans  <wim@fluendo.com>
6398
6399         * gst/smpte/gstmask.h:
6400         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
6401         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
6402         (gst_smpte_collected), (gst_smpte_set_property),
6403         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
6404         * gst/smpte/gstsmpte.h:
6405         Port to 0.10 some more. 
6406         Added duration property to specify the duration of the transition.
6407         Make framerate a fraction.
6408         Deprecate fps property, we only use negotiated fps.
6409         Added docs.
6410         Fix collectpad usage.
6411         Reset state in READY.
6412         Send NEWSEGMENT event.
6413         Fix racy updates of object properties.
6414         Added debug category.
6415         Fixes #383323.
6416
6417 2006-12-06  Wim Taymans  <wim@fluendo.com>
6418
6419         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6420
6421         * gst/videomixer/videomixer.c:
6422         (gst_videomixer_set_master_geometry),
6423         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
6424         Don't reset xpos and ypos in the setcaps function because causes
6425         unexpected behaviour.
6426         Fixes #382179.
6427
6428 2006-12-06  Wim Taymans  <wim@fluendo.com>
6429
6430         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
6431         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
6432         Keep track of the buffer timestamp in the collectdata member instead
6433         of modifying the buffer without making the metadata writable first.
6434         Fixes #382277.
6435
6436 2006-12-06  Wim Taymans  <wim@fluendo.com>
6437
6438         Patch by: Rob Taylor <robtaylor at floopily dot org>
6439
6440         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6441         If using multicast in udpsrc, bind to the multicast address rather than
6442         IN_ADDR_ANY.
6443         This allows the simultanous use of multiple udpsrcs listening on
6444         different multicat addresses. Without this all udpsrcs will receive all
6445         packets from all subscribed multicast addresses.
6446         Fixes #383001.
6447
6448 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6449
6450         * ext/taglib/gstid3v2mux.cc:
6451         Don't attempt to write a NULL frame into the ID3 tag set when the 
6452         createFrame method returned NULL.
6453         Fixes: #381857
6454         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
6455
6456 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6457
6458         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6459         Use g_strtod() instead of sscanf to parse doubles, so that it will
6460         try parsing in the C locale if the current locale fails.
6461         Fixes: #382982
6462         Patch by: Sebastian Dröge  <mail at slomosnail de >
6463
6464 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
6465
6466         * win32/MANIFEST:
6467         Fix compilation on win32 under VS8
6468         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
6469         Partially fixes #381175
6470
6471 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6472
6473         * gst/avi/gstavimux.c:
6474           accept all mpegversions,fixes #380825
6475           spotted by: Jerome Alet  
6476
6477 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6478
6479         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6480         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
6481         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
6482         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
6483           cleanup the error message a bit more
6484
6485 2006-11-28  Wim Taymans  <wim@fluendo.com>
6486
6487         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
6488         Fix width and height properties.
6489
6490         * ext/libcaca/gstcacasink.h:
6491         Fix compilation on newer libcaca that require us to include a new
6492         header. Fixes #379918.
6493
6494 2006-11-28  Wim Taymans  <wim@fluendo.com>
6495
6496         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6497         * gst/rtsp/gstrtspsrc.h:
6498         * gst/rtsp/rtspext.h:
6499         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
6500         (rtsp_ext_wms_get_context):
6501         Add method so that extensions can choose to disable the setup of
6502         a stream.
6503         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
6504
6505 2006-11-27  Wim Taymans  <wim@fluendo.com>
6506
6507         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6508
6509         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6510         Push header in a separate buffer instead of memcpy:ing all data.
6511         Change LF => CRLF in headers.
6512         Move trailing LF to header. Fixes #379792.
6513
6514 2006-11-27  Wim Taymans  <wim@fluendo.com>
6515
6516         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
6517         Small buffer overflow fix and improve debugging.
6518
6519 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6520
6521         * ext/esd/esdmon.h:
6522         * ext/esd/esdsink.h:
6523           remove obsolete _factory_init protos
6524
6525 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6526
6527         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
6528         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
6529         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
6530         (gst_avi_demux_read_subindexes_push),
6531         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
6532         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6533         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
6534         (gst_avi_demux_massage_index),
6535         (gst_avi_demux_calculate_durations_from_index),
6536         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
6537         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
6538         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
6539           remove dead code, tweak debugs statements, add comments, use
6540           _uint64_scale instead _uint64_scale_int when using guint64 values,
6541           small optimizations, reflow some error handling
6542
6543 2006-11-22  Edward Hervey  <edward@fluendo.com>
6544
6545         * po/.cvsignore:
6546         We never put .pot files in cvs. Let's ignore them all.
6547
6548 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6549
6550         * po/POTFILES.in:
6551           ... but better exclude files that aren't disted.
6552
6553 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6554
6555         * po/POTFILES.in:
6556           Add v4l2 source files to list of files with translations, so the
6557           strings are actually extracted (however bad they still may be).
6558
6559 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6560
6561         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
6562           Minor clean-ups: const-ify static array, remove trailing comma from
6563           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
6564
6565 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
6566
6567         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
6568         Make sure that g_free always gets called on the same pointer that was 
6569         returned by g_malloc.  Fixes #376594.
6570         Do not leak memory if decompressed size is wrong.
6571         Remove unneeded check of return value of g_malloc.
6572         Patch by: René Stadler <mail@renestadler.de>
6573
6574 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
6575
6576         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
6577           Add missing curly brackets.
6578
6579 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
6580
6581         * sys/v4l2/v4l2src_calls.c:
6582         Fix capture_deinit.
6583
6584 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6585
6586         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
6587         (gst_matroska_mux_request_new_pad):
6588           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
6589
6590         * tests/check/elements/matroskamux.c: (setup_src_pad),
6591         (setup_sink_pad), (GST_START_TEST):
6592         Activate pads before using them.
6593
6594 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6595
6596         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
6597           Initialise variable to get rid of bogus compiler warning.
6598
6599 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
6600
6601         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
6602
6603         * gst/rtp/gstrtph263pay.c:
6604         * gst/rtp/gstrtph263pdepay.c:
6605         * gst/rtp/gstrtph263ppay.c:
6606           Specify H.263 variant and version in the caps (fixes #361637)
6607
6608 2006-11-15  Wim Taymans  <wim@fluendo.com>
6609
6610         * gst/rtsp/rtspconnection.c: (read_body):
6611         Don't set a data pointer to NULL and a size > 0 when we deal
6612         with empty packets.
6613
6614         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
6615         (rtsp_message_init_response), (rtsp_message_init_data),
6616         (rtsp_message_unset), (rtsp_message_free),
6617         (rtsp_message_take_body):
6618         Check that we can't create invalid empty packets. 
6619
6620 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6621
6622         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6623
6624         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
6625         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
6626         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
6627         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6628         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
6629         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
6630         * gst/matroska/matroska-mux.h:
6631           Add basic tag writing support; implement releasing pads (#374658).
6632
6633 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6634
6635         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6636         (gst_matroska_demux_audio_caps):
6637           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
6638
6639 2006-11-14  David Schleef  <ds@schleef.org>
6640
6641         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
6642
6643 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6644
6645         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6646
6647         * win32/vs8/gst-plugins-good.sln:
6648         * win32/vs8/libgst1394.vcproj:
6649         * win32/vs8/libgstaasink.vcproj:
6650         * win32/vs8/libgstalaw.vcproj:
6651         * win32/vs8/libgstalpha.vcproj:
6652         * win32/vs8/libgstalphacolor.vcproj:
6653         * win32/vs8/libgstannodex.vcproj:
6654         * win32/vs8/libgstapetag.vcproj:
6655         * win32/vs8/libgstaudiofx.vcproj:
6656         * win32/vs8/libgstauparse.vcproj:
6657         * win32/vs8/libgstautodetect.vcproj:
6658         * win32/vs8/libgstavi.vcproj:
6659         * win32/vs8/libgstcacasink.vcproj:
6660         * win32/vs8/libgstcdio.vcproj:
6661         * win32/vs8/libgstcutter.vcproj:
6662         * win32/vs8/libgstdv.vcproj:
6663         * win32/vs8/libgsteffectv.vcproj:
6664         * win32/vs8/libgstflac.vcproj:
6665         * win32/vs8/libgstflxdec.vcproj:
6666         * win32/vs8/libgstgoom.vcproj:
6667         * win32/vs8/libgsticydemux.vcproj:
6668         * win32/vs8/libgstid3demux.vcproj:
6669         * win32/vs8/libgstjpeg.vcproj:
6670         * win32/vs8/libgstladspa.vcproj:
6671         * win32/vs8/libgstlevel.vcproj:
6672         * win32/vs8/libgstmatroska.vcproj:
6673         * win32/vs8/libgstmikmod.vcproj:
6674         * win32/vs8/libgstmng.vcproj:
6675         * win32/vs8/libgstmonoscope.vcproj:
6676         * win32/vs8/libgstmulaw.vcproj:
6677         * win32/vs8/libgstmultipart.vcproj:
6678         * win32/vs8/libgstpng.vcproj:
6679         * win32/vs8/libgstrtp.vcproj:
6680         * win32/vs8/libgstrtsp.vcproj:
6681         * win32/vs8/libgstshout2.vcproj:
6682         * win32/vs8/libgstsmpte.vcproj:
6683         * win32/vs8/libgstspeex.vcproj:
6684         * win32/vs8/libgsttaglib.vcproj:
6685         * win32/vs8/libgstudp.vcproj:
6686         * win32/vs8/libgstvideobalance.vcproj:
6687         * win32/vs8/libgstvideobox.vcproj:
6688         * win32/vs8/libgstvideoflip.vcproj:
6689         * win32/vs8/libgstvideomixer.vcproj:
6690         * win32/vs8/libgstwavenc.vcproj:
6691         * win32/vs8/libgstwavparse.vcproj:
6692           Make end-of-line returns unixy, so that when the files are checked
6693           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
6694           Hopefully fixes #366492.
6695
6696 2006-11-14  Wim Taymans  <wim@fluendo.com>
6697
6698         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
6699         Disable init_frames delay timestamp adjustment, it does not
6700         seem to be needed at all. Fixes #369621.
6701
6702 2006-11-13  Wim Taymans  <wim@fluendo.com>
6703
6704         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6705
6706         * gst/videomixer/videomixer.c:
6707         (gst_videomixer_set_master_geometry),
6708         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
6709         (gst_videomixer_collect_free), (gst_videomixer_reset),
6710         (gst_videomixer_init), (gst_videomixer_finalize),
6711         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
6712         (gst_videomixer_collected), (gst_videomixer_change_state):
6713         Fix memleak by unref'ing collectpads instance (when finalizing)
6714         Implement releasing a request pad. Fixes #374479.
6715
6716 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
6717
6718         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6719
6720         * win32/vs8/gst-plugins-good.sln:
6721         * win32/vs8/libgst1394.vcproj:
6722         * win32/vs8/libgstaasink.vcproj:
6723         * win32/vs8/libgstalaw.vcproj:
6724         * win32/vs8/libgstalpha.vcproj:
6725         * win32/vs8/libgstalphacolor.vcproj:
6726         * win32/vs8/libgstannodex.vcproj:
6727         * win32/vs8/libgstapetag.vcproj:
6728         * win32/vs8/libgstaudiofx.vcproj:
6729         * win32/vs8/libgstauparse.vcproj:
6730         * win32/vs8/libgstautodetect.vcproj:
6731         * win32/vs8/libgstavi.vcproj:
6732         * win32/vs8/libgstcacasink.vcproj:
6733         * win32/vs8/libgstcdio.vcproj:
6734         * win32/vs8/libgstcutter.vcproj:
6735         * win32/vs8/libgstdv.vcproj:
6736         * win32/vs8/libgsteffectv.vcproj:
6737         * win32/vs8/libgstflac.vcproj:
6738         * win32/vs8/libgstflxdec.vcproj:
6739         * win32/vs8/libgstgoom.vcproj:
6740         * win32/vs8/libgsticydemux.vcproj:
6741         * win32/vs8/libgstid3demux.vcproj:
6742         * win32/vs8/libgstjpeg.vcproj:
6743         * win32/vs8/libgstladspa.vcproj:
6744         * win32/vs8/libgstlevel.vcproj:
6745         * win32/vs8/libgstmatroska.vcproj:
6746         * win32/vs8/libgstmikmod.vcproj:
6747         * win32/vs8/libgstmng.vcproj:
6748         * win32/vs8/libgstmonoscope.vcproj:
6749         * win32/vs8/libgstmulaw.vcproj:
6750         * win32/vs8/libgstmultipart.vcproj:
6751         * win32/vs8/libgstpng.vcproj:
6752         * win32/vs8/libgstrtp.vcproj:
6753         * win32/vs8/libgstrtsp.vcproj:
6754         * win32/vs8/libgstshout2.vcproj:
6755         * win32/vs8/libgstsmpte.vcproj:
6756         * win32/vs8/libgstspeex.vcproj:
6757         * win32/vs8/libgsttaglib.vcproj:
6758         * win32/vs8/libgstudp.vcproj:
6759         * win32/vs8/libgstvideobalance.vcproj:
6760         * win32/vs8/libgstvideobox.vcproj:
6761         * win32/vs8/libgstvideoflip.vcproj:
6762         * win32/vs8/libgstvideomixer.vcproj:
6763         * win32/vs8/libgstwavenc.vcproj:
6764         * win32/vs8/libgstwavparse.vcproj:
6765           Add VS8 project files (note that many of the plugins in ext are
6766           disabled by default). Fixes #366492.
6767
6768 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
6769
6770         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6771           we do not translate debug messages
6772
6773 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
6774
6775         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
6776           fix categorisation, make short desc more explicit, remove unused code
6777           Fixes #372021
6778
6779 2006-11-08  Wim Taymans  <wim@fluendo.com>
6780
6781         * gst/rtp/gstrtpL16depay.c:
6782         * gst/rtp/gstrtpamrdepay.c:
6783         * gst/rtp/gstrtpamrpay.c:
6784         * gst/rtp/gstrtpgsmdepay.c:
6785         * gst/rtp/gstrtph263pay.c:
6786         * gst/rtp/gstrtph263pdepay.c:
6787         * gst/rtp/gstrtph263ppay.c:
6788         * gst/rtp/gstrtph264depay.c:
6789         * gst/rtp/gstrtpmp2tdepay.c:
6790         * gst/rtp/gstrtpmp4gdepay.c:
6791         * gst/rtp/gstrtpmp4gpay.c:
6792         * gst/rtp/gstrtpmp4vdepay.c:
6793         * gst/rtp/gstrtpmp4vpay.c:
6794         * gst/rtp/gstrtpmpadepay.c:
6795         * gst/rtp/gstrtpmpapay.c:
6796         * gst/rtp/gstrtppcmadepay.c:
6797         * gst/rtp/gstrtppcmapay.c:
6798         * gst/rtp/gstrtppcmudepay.c:
6799         * gst/rtp/gstrtppcmupay.c:
6800         * gst/rtp/gstrtpspeexdepay.c:
6801         * gst/rtp/gstrtpspeexpay.c:
6802         * gst/rtp/gstrtpsv3vdepay.c:
6803         Fix element descriptions.
6804
6805 2006-11-08  Wim Taymans  <wim@fluendo.com>
6806
6807         * gst/rtp/gstrtpvorbisdepay.c:
6808         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
6809         Fix description.
6810         Small cleanup in the payloader.
6811
6812 2006-11-08  Wim Taymans  <wim@fluendo.com>
6813
6814         * gst/rtp/Makefile.am:
6815         * gst/rtp/gstrtp.c: (plugin_init):
6816         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
6817         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
6818         (gst_rtp_theora_depay_finalize),
6819         (gst_rtp_theora_depay_parse_configuration),
6820         (gst_rtp_theora_depay_setcaps),
6821         (gst_rtp_theora_depay_switch_codebook),
6822         (gst_rtp_theora_depay_process),
6823         (gst_rtp_theora_depay_set_property),
6824         (gst_rtp_theora_depay_get_property),
6825         (gst_rtp_theora_depay_change_state),
6826         (gst_rtp_theora_depay_plugin_init):
6827         * gst/rtp/gstrtptheoradepay.h:
6828         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
6829         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
6830         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
6831         (gst_rtp_theora_pay_init_packet),
6832         (gst_rtp_theora_pay_flush_packet),
6833         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
6834         (gst_rtp_theora_pay_handle_buffer),
6835         (gst_rtp_theora_pay_plugin_init):
6836         * gst/rtp/gstrtptheorapay.h:
6837         Add theora pay/depayloaders.
6838
6839 2006-11-06  Wim Taymans  <wim@fluendo.com>
6840
6841         * gst/rtp/Makefile.am:
6842         We depend on gsttag to generate the vorbis comments.
6843
6844         * gst/rtp/gstrtpvorbisdepay.c:
6845         (gst_rtp_vorbis_depay_parse_configuration),
6846         (gst_rtp_vorbis_depay_setcaps),
6847         (gst_rtp_vorbis_depay_switch_codebook),
6848         (gst_rtp_vorbis_depay_process):
6849         * gst/rtp/gstrtpvorbisdepay.h:
6850         Parse configuration string in the depayloader.
6851         Implement selecting and switching to a new codebook.
6852         Receiving vorbis over RTP now works.
6853
6854         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
6855         (gst_rtp_vorbis_pay_init_packet),
6856         (gst_rtp_vorbis_pay_finish_headers),
6857         (gst_rtp_vorbis_pay_handle_buffer):
6858         * gst/rtp/gstrtpvorbispay.h:
6859         Set timestamps on outgoing buffers and RTP packets.
6860         Fix configuration string, prepend number of Packet headers.
6861         Fix encoding of ident string.
6862         Add delivery-method to caps.
6863         Streaming vorbis over RTP now works.
6864
6865 2006-11-06  Wim Taymans  <wim@fluendo.com>
6866
6867         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
6868         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
6869         (gst_rtp_vorbis_pay_handle_buffer):
6870         * gst/rtp/gstrtpvorbispay.h:
6871         Generate a valid configuration string in the caps based on the
6872         vorbis headers.
6873
6874 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6875
6876         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
6877         * ext/cdio/gstcdio.h:
6878         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
6879           Move CD-TEXT utility function into common file so it can also be
6880           used by a future cdioparanoiasrc.
6881
6882 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
6883         
6884         * sys/v4l2/Makefile.am:
6885         * sys/v4l2/gstv4l2object.c:
6886         * sys/v4l2/gstv4l2src.c:
6887         * sys/v4l2/gstv4l2xoverlay.c:
6888         * sys/v4l2/v4l2_calls.c:
6889         * sys/v4l2/v4l2src_calls.c:
6890         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
6891         xoverlay code that is still not implemented.
6892
6893 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6894
6895         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6896           We require a -base more recent than 0.10.9, so it's safe to use
6897           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
6898
6899         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
6900         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
6901           Use _newsegment_full() now that we depend on a recent enough core.
6902
6903         * gst/wavparse/gstwavparse.c:
6904           Remove cruft that we don't need any longer now that we depend on
6905           a recent enough -base.
6906
6907 2006-10-31  Wim Taymans  <wim@fluendo.com>
6908
6909         * gst/rtp/Makefile.am:
6910         * gst/rtp/gstrtp.c: (plugin_init):
6911         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
6912         (gst_rtpilbcpay_setcaps):
6913         Fix and activate ILBC pay and depayloaders. Fixes #368162.
6914
6915 2006-10-31  Wim Taymans  <wim@fluendo.com>
6916
6917         * ext/speex/gstspeexdec.c: (speex_dec_convert),
6918         (speex_dec_sink_event), (speex_dec_chain_parse_header):
6919         Some small cleanups, use _scale.
6920
6921 2006-10-31  Wim Taymans  <wim@fluendo.com>
6922
6923         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
6924         Use higher precision scale function.
6925
6926 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
6927
6928         Patch by: Michal Benes  <michal dot benes at itonis tv>
6929
6930         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
6931         (gst_matroska_demux_read_track_encodings),
6932         (gst_matroska_decode_buffer):
6933           Fix several issues with encoded/compressed/encrypted/signed tracks;
6934           also, remove superfluous newline characters from some debug
6935           statements. (#366155)
6936
6937 2006-10-30  Wim Taymans  <wim@fluendo.com>
6938
6939         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
6940         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
6941         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
6942         (gst_smokedec_change_state):
6943         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
6944         (gst_smokeenc_init), (gst_smokeenc_finalize),
6945         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
6946         (gst_smokeenc_resync), (gst_smokeenc_chain),
6947         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
6948         (gst_smokeenc_change_state):
6949         Various cleanups, capsnego and leak fixes.
6950
6951 2006-10-30  Wim Taymans  <wim@fluendo.com>
6952
6953         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6954
6955         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
6956         Fix videomixer so that it can handle any combination of framerates.
6957         Fixes #367221.
6958
6959 2006-10-28  Wim Taymans  <wim@fluendo.com>
6960
6961         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
6962         (gst_avi_demux_parse_file_header),
6963         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
6964         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
6965         (gst_avi_demux_chain):
6966         Fix position query for audio. also fixes timestamps in streaming
6967         mode and bug #364958.
6968         Small cleanups.
6969
6970 2006-10-27  Wim Taymans  <wim@fluendo.com>
6971
6972         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
6973         * ext/libpng/gstpngenc.h:
6974         Fix strides. Fixes #364856.
6975         Cleanup capsnego.
6976         Set caps on outgoing buffers.
6977
6978 2006-10-18  Wim Taymans  <wim@fluendo.com>
6979
6980         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
6981
6982         * gst/rtp/gstrtpgsmpay.c:
6983         * gst/rtp/gstrtph263pay.c:
6984         * gst/rtp/gstrtpmpapay.c:
6985         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
6986         (gst_rtp_pcma_pay_handle_buffer):
6987         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
6988         Add static payload numbers in addition to the dynamic ones.
6989         Fixes #361639.
6990
6991 2006-10-18  Wim Taymans  <wim@fluendo.com>
6992
6993         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
6994         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
6995         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
6996         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
6997         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
6998         * gst/rtsp/rtspdefs.h:
6999         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7000         * gst/rtsp/rtspurl.h:
7001         Reuse already existing enum for lower transport.
7002         Add rtspt and rtspu protocols.
7003         Send redirect to rtspt when udp times out.
7004
7005 2006-10-18  Wim Taymans  <wim@fluendo.com>
7006
7007         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7008         (gst_wavparse_stream_data):
7009         Fix seeking some more, mostly for speed changes.
7010
7011 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7012
7013         Patch by: Fredrik Persson  <frepe at bredband net>
7014
7015         * sys/v4l2/gstv4l2tuner.c:
7016         * sys/v4l2/gstv4l2tuner.h:
7017           Fix _set_channel(): remove useless g_object_notify() for "channel"
7018           property that doesn't exist any longer and therefore now also
7019           useless redirect (#338818).
7020
7021 2006-10-17  Wim Taymans  <wim@fluendo.com>
7022
7023         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
7024         Some drivers do not support unsetting the non-blocking flag once the
7025         device is opened. In those cases, close/open the device in
7026         non-blocking mode. Fixes #362673.
7027
7028 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7029
7030         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7031         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7032         (gst_v4l2src_get_fps):
7033           dear stefan, framespersecond is not frameperiod, reverting but adding
7034           comment
7035
7036 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7037
7038         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7039         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7040         (gst_v4l2src_get_fps):
7041           Numerator is numerator and denominator is denominator. Say that aloud
7042           5 times and retry after next beer.
7043
7044 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
7045
7046         Patch by: Josep Torra Valles  <josep at fluendo com>
7047
7048         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7049         * ext/esd/esdsink.c: (gst_esdsink_write):
7050         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
7051         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
7052         (gst_flac_dec_send_newsegment):
7053         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
7054         (gst_flac_enc_tell_callback):
7055         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
7056         (smokecodec_parse_header), (smokecodec_decode):
7057         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
7058         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
7059         * gst/goom/Makefile.am:
7060         * gst/goom/gstgoom.c:
7061         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
7062         * gst/rtsp/gstrtspsrc.c:
7063         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7064         * gst/udp/gstudpsink.c:
7065         * gst/udp/gstudpsrc.c:
7066         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
7067         * sys/sunaudio/gstsunaudiomixertrack.h:
7068           Fix a bunch of problems discovered by the Forte compiler, mostly type
7069           mixups and pointer arithmetics with void pointers. Fixes #362603.
7070
7071 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7072
7073         * ext/speex/gstspeex.c: (plugin_init):
7074         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
7075         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
7076         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
7077         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
7078         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
7079         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
7080         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
7081         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
7082         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
7083         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
7084         (gst_speex_enc_chain), (gst_speex_enc_get_property),
7085         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
7086         * ext/speex/gstspeexenc.h:
7087           Miscellaneous clean-ups, among other things: speexenc => enc to
7088           enhance code readability; change speexenc => speex_enc; in chain
7089           function unref input buffer in case of error; take reference in
7090           event function; use boilerplate macro; use gst_pad_query_peer_*
7091           convenience functions.
7092
7093 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7094
7095         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
7096         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
7097         (gst_speexenc_set_header_on_caps):
7098           Fix some mem leaks.
7099
7100 2006-10-11  Wim Taymans  <wim@fluendo.com>
7101
7102         * gst/rtsp/URLS:
7103         Added some other URL.
7104
7105         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
7106         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
7107         (gst_rtspsrc_open), (gst_rtspsrc_play),
7108         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7109         * gst/rtsp/gstrtspsrc.h:
7110         Work on fallback to TCP connection when the UDP socket times out.
7111         Handler server requests, just reply with OK for now.
7112
7113         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7114         * gst/rtsp/rtspdefs.h:
7115         Added some more Real extension headers.
7116
7117         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7118         Fix parsing of urls with a ':' that is not part of the hostname:port
7119         part of the url.
7120
7121 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7122
7123         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
7124         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
7125         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
7126           Activate pad before adding it to the already-running element.
7127
7128         * tests/check/elements/icydemux.c: (icydemux_found_pad):
7129           Activate newly-created pad too.
7130
7131 2006-10-11  Wim Taymans  <wim@fluendo.com>
7132
7133         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
7134
7135         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7136         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
7137         (gst_udpsrc_start):
7138         Fix some leaks in caps and uris. Fixes #361252.
7139
7140 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
7141
7142         * gst/wavparse/Makefile.am:
7143           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
7144
7145 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
7146
7147         * sys/v4l2/gstv4l2xoverlay.c:
7148         * sys/v4l2/gstv4l2xoverlay.h:
7149         Fix build as per the patch in #338818 comment 36.
7150
7151 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
7152
7153         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
7154           Activate pads before adding them to the source.
7155
7156 2006-10-06  Wim Taymans  <wim@fluendo.com>
7157
7158         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
7159         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
7160         Activate pads before adding.
7161
7162 2006-10-06  Wim Taymans  <wim@fluendo.com>
7163
7164         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
7165         (gst_multipart_find_pad_by_mime):
7166         Activate pads before adding.
7167
7168         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
7169         BOILERPLATE sets parent_class for us.
7170
7171 2006-10-06  Wim Taymans  <wim@fluendo.com>
7172
7173         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
7174         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7175         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
7176         (gst_rtspsrc_alloc_udp_ports),
7177         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7178         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
7179         (gst_rtspsrc_create_transports_string),
7180         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
7181         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7182         * gst/rtsp/gstrtspsrc.h:
7183         Rework how the transport string is constructed, try to share channels
7184         and udp ports.
7185         Make most of the stuff less dependant on RTP as we are also going to use
7186         it for RDT.
7187         Add support for transport specific session managers.
7188
7189         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
7190         Implement _flush().
7191
7192         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7193         * gst/rtsp/rtspdefs.h:
7194         Add generic error return code.
7195
7196         * gst/rtsp/rtspext.h:
7197         Add support for pluggable tranport strings.
7198
7199         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
7200         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
7201         (rtsp_ext_wms_get_context):
7202         Detect WMServer and activate the extension.
7203
7204         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
7205         (rtsp_transport_get_manager), (rtsp_transport_parse):
7206         * gst/rtsp/rtsptransport.h:
7207         Added methods to get mime/manager for certain transports.
7208
7209 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
7210
7211         * ext/cairo/gsttimeoverlay.c:
7212         (gst_cairo_time_overlay_update_font_height):
7213         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
7214         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
7215         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7216         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7217         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
7218         * ext/libpng/gstpngdec.c: (user_endrow_callback):
7219         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
7220         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
7221         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
7222         (gst_avi_demux_stream_data):
7223         * gst/cutter/gstcutter.c: (gst_cutter_chain):
7224         * gst/debug/efence.c: (gst_efence_buffer_alloc),
7225         (gst_fenced_buffer_copy):
7226         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7227         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
7228         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
7229         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
7230         (gst_rtspsrc_handle_message):
7231         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
7232         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
7233           Printf format fixes.
7234
7235 2006-10-04  Wim Taymans  <wim@fluendo.com>
7236
7237         * gst/rtsp/Makefile.am:
7238         Dist new .h file too.
7239
7240 2006-10-04  Wim Taymans  <wim@fluendo.com>
7241
7242         * gst/rtsp/Makefile.am:
7243         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
7244         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
7245         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7246         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7247         (gst_rtspsrc_parse_rtpmap),
7248         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
7249         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7250         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
7251         * gst/rtsp/gstrtspsrc.h:
7252         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7253         * gst/rtsp/rtspdefs.h:
7254         * gst/rtsp/rtspext.h:
7255         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
7256         (rtsp_ext_wms_get_context):
7257         * gst/rtsp/rtspextwms.h:
7258         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
7259         (rtsp_transport_parse):
7260         * gst/rtsp/rtsptransport.h:
7261         Factor out extension in separate module.
7262         Fix getcaps to filter against the padtemplate.
7263         Use Content-Base if the server gives one.
7264         Rework the transport parsing a bit for future extensions.
7265         Added some Real Header field definitions.
7266
7267 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7268
7269         * docs/plugins/Makefile.am:
7270         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7271         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7272           added v4l2 stubs
7273         * gst-plugins-good.spec.in:
7274           add v4l2
7275
7276 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
7277
7278         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7279           Extract disc/album/medium number and count and try harder
7280           to extract track number/count.
7281
7282 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7283
7284         * configure.ac:
7285         * sys/Makefile.am:
7286           add build stuff for v4l2, needs --enable-experimental until
7287           the last bits are resolved
7288
7289 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7290
7291         * tests/check/Makefile.am:
7292           Disable autodetect test temporarily, so that the build bots
7293           update -bad and the ranks of unreliable video sinks in there.
7294
7295         * tests/check/elements/autodetect.c: (GST_START_TEST):
7296           Skip test if no usable videosink is found.
7297
7298 2006-09-29  Wim Taymans  <wim@fluendo.com>
7299
7300         * gst/rtsp/URLS:
7301         Add some more URLs.
7302
7303         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7304         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
7305         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7306         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
7307         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7308         (gst_rtspsrc_loop), (gst_rtspsrc_send),
7309         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7310         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
7311         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7312         * gst/rtsp/gstrtspsrc.h:
7313         Add timeout property to control UDP timeouts.
7314         Fix error messages.
7315         Also start a loop function when operating in UDP mode so that we can
7316         do some more stuff async.
7317         Handle element messages from udpsrc to detect timeouts. If a timeout
7318         happens we currently generate an error.
7319         API: rtspsrc::timeout property.
7320
7321         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7322         (gst_udpsrc_create):
7323         Really implement the timeout in microseconds and not milliseconds.
7324
7325 2006-09-29  Wim Taymans  <wim@fluendo.com>
7326
7327         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7328         (gst_udpsrc_create), (gst_udpsrc_set_property),
7329         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
7330         * gst/udp/gstudpsrc.h:
7331         Added property to post a message on timeout.
7332         Updated docs.
7333         When restarting the select, initialize the fdsets again.
7334         Init control sockets so we don't accidentally close a random socket.
7335         API: GstUDPSrc::timeout property
7336
7337 2006-09-29  Wim Taymans  <wim@fluendo.com>
7338
7339         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
7340         Fix flag registration.
7341
7342         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7343         Reading 0 also means 'no more commands'
7344
7345 2006-09-29  Wim Taymans  <wim@fluendo.com>
7346
7347         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7348
7349         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7350         Fix possible infinite loop when shutting down, a read can also return
7351         0 to indicate no more messages are available. Fixes #358156.
7352
7353 2006-09-25  Wim Taymans  <wim@fluendo.com>
7354
7355         * gst/autodetect/gstautoaudiosink.c:
7356         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
7357         (gst_auto_audio_sink_find_best):
7358         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
7359         Small cleanups.
7360         don't try to set "sync" property when it is not available.
7361
7362 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7363
7364         Patch by: Peter Kjellerstedt  <pkj at axis com>
7365
7366         * gst/alpha/gstalpha.c:
7367         * gst/rtp/gstrtpamrdepay.c:
7368         * gst/rtsp/gstrtspsrc.c:
7369         * gst/udp/gstudpsrc.c:
7370         * gst/videomixer/videomixer.c:
7371           Include stdlib.h in some more places, makes things compile
7372           with uClibc and -Werror (#357592).
7373
7374 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7375
7376         * ext/jpeg/gstjpegdec.c:
7377           Set minimum height to 8 (from 16), our code should handle
7378           that fine. Some of the buttons on the apple trailer site
7379           are apparently only 15 pixels high (see #357470).
7380
7381 2006-09-23  Wim Taymans  <wim@fluendo.com>
7382
7383         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
7384         (gst_rtspsrc_open):
7385         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7386         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7387         (rtsp_connection_receive):
7388         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7389         * gst/rtsp/rtspdefs.h:
7390         Improve error reporting.
7391
7392 2006-09-23  Wim Taymans  <wim@fluendo.com>
7393
7394         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
7395         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
7396         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
7397         * gst/rtp/gstrtpdepay.c:
7398         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
7399         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
7400         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
7401         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
7402         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
7403         (gst_rtp_mp2t_depay_plugin_init):
7404         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
7405         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
7406         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
7407         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
7408         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
7409         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
7410         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
7411         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
7412         Fix klass typos.
7413         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
7414
7415 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7416
7417         * configure.ac:
7418           Need  -base CVS for gst_base_rtp_depayload_push_ts().
7419
7420 2006-09-22  Wim Taymans  <wim@fluendo.com>
7421
7422         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
7423         Don't check for a tag that is never there and check if we read the
7424         correct tag. Fixes seeking again.
7425         We must post an error when all pads are unlinked.
7426
7427 2006-09-22  Wim Taymans  <wim@fluendo.com>
7428
7429         * gst/rtp/Makefile.am:
7430         * gst/rtp/gstrtp.c: (plugin_init):
7431         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
7432         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7433         (gst_rtp_vorbis_pay_reset_packet),
7434         (gst_rtp_vorbis_pay_init_packet),
7435         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
7436         (gst_rtp_vorbis_pay_handle_buffer):
7437         More fixage, set endoder-params correctly in the payloader.
7438
7439 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7440
7441         * gst/autodetect/gstautoaudiosink.c:
7442         (gst_auto_audio_sink_base_init):
7443         * gst/autodetect/gstautovideosink.c:
7444         (gst_auto_video_sink_base_init):
7445           Make static pad templates static to appease valgrind's leak
7446           detector.
7447
7448         * tests/check/Makefile.am:
7449         * tests/check/elements/.cvsignore:
7450         * tests/check/elements/autodetect.c: (GST_START_TEST),
7451         (autodetect_suite):
7452           Add simple test for the ghostpad lockup on shutdown fixed in core
7453           CVS (audio bit disabled because it would need dozens of alsa
7454           suppressions and I'm too lazy to add those now).
7455
7456 2006-09-22  Wim Taymans  <wim@fluendo.com>
7457
7458         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
7459         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
7460         Small cleanups.
7461
7462         * gst/rtp/Makefile.am:
7463         * gst/rtp/gstrtp.c: (plugin_init):
7464         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
7465         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
7466         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
7467         (gst_rtp_vorbis_depay_process),
7468         (gst_rtp_vorbis_depay_set_property),
7469         (gst_rtp_vorbis_depay_get_property),
7470         (gst_rtp_vorbis_depay_change_state),
7471         (gst_rtp_vorbis_depay_plugin_init):
7472         * gst/rtp/gstrtpvorbisdepay.h:
7473         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
7474         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
7475         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
7476         (gst_rtp_vorbis_pay_flush_packet),
7477         (gst_rtp_vorbis_pay_append_buffer),
7478         (gst_rtp_vorbis_pay_handle_buffer),
7479         (gst_rtp_vorbis_pay_plugin_init):
7480         * gst/rtp/gstrtpvorbispay.h:
7481         Add experimental vorbis pay and depayloaders.
7482
7483 2006-09-21  Wim Taymans  <wim@fluendo.com>
7484
7485         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
7486         Fix profile-level-id parsing and setup.
7487
7488 2006-09-21  Wim Taymans  <wim@fluendo.com>
7489
7490         * gst/udp/README:
7491         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
7492         Update README, simple cleanup.
7493
7494 2006-09-21  Wim Taymans  <wim@fluendo.com>
7495
7496         * gst/rtp/README:
7497         Update README with some examples.
7498
7499         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
7500         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
7501         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
7502         (gst_rtp_mp4g_pay_setcaps):
7503         * gst/rtp/gstrtpmp4gpay.h:
7504         Make optional RTP parameters of type STRING, as required by the
7505         application/x-rtp caps specification.
7506
7507 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
7508
7509         * gst/rtp/gstrtph263pdepay.c:
7510         * gst/rtp/gstrtph263ppay.c:
7511         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
7512         RTP header.
7513
7514 2006-09-20  Wim Taymans  <wim@fluendo.com>
7515
7516         * gst/rtp/Makefile.am:
7517         And makefile too.
7518
7519 2006-09-20  Wim Taymans  <wim@fluendo.com>
7520
7521         * gst/rtp/gstrtp.c: (plugin_init):
7522         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
7523         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
7524         (decode_base64), (gst_rtp_asf_depay_setcaps),
7525         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
7526         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
7527         (gst_rtp_asf_depay_plugin_init):
7528         * gst/rtp/gstrtpasfdepay.h:
7529         Added preliminary ASF depayloader.
7530
7531         * gst/rtp/gstrtph264depay.c: (decode_base64):
7532         Fix base64 decoding.
7533
7534 2006-09-20  Wim Taymans  <wim@fluendo.com>
7535
7536         * gst/rtsp/URLS:
7537         Added some test URLS.
7538
7539         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7540         (gst_rtspsrc_loop), (gst_rtspsrc_open):
7541         * gst/rtsp/gstrtspsrc.h:
7542         When creating streams, give access to the complete SDP.
7543         Fix some leaks.
7544         Collect and merge global stream properties in stream caps.
7545         Preliminary support for WMServer.
7546
7547         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7548         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7549         (rtsp_connection_receive):
7550         * gst/rtsp/rtspconnection.h:
7551         Make connection interruptable.
7552         Refactor to make it reconnectable.
7553         Don't fail on short reads when reading data packets.
7554
7555         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
7556         (rtsp_url_get_port):
7557         * gst/rtsp/rtspurl.h:
7558         Add methods for getting/setting the port.
7559
7560         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
7561         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
7562         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
7563         (sdp_media_get_format), (sdp_parse_line),
7564         (sdp_message_parse_buffer):
7565         Fix headers. 
7566         Add methods for getting multiple attributes with the same name.
7567         Increase buffer size when parsing.
7568         Fix parsing of a=foo fields.
7569
7570         * gst/rtsp/test.c: (main):
7571         Update to new connection API.
7572
7573         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
7574         (rtsp_message_init_response), (rtsp_message_init_data),
7575         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
7576         * gst/rtsp/rtspmessage.h:
7577         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
7578         * gst/rtsp/rtsptransport.h:
7579         * gst/rtsp/sdp.h:
7580         * gst/rtsp/sdpmessage.h:
7581         * gst/rtsp/gstrtsp.c:
7582         * gst/rtsp/gstrtsp.h:
7583         * gst/rtsp/gstrtpdec.c:
7584         * gst/rtsp/gstrtpdec.h:
7585         * gst/rtsp/rtsp.h:
7586         * gst/rtsp/rtspdefs.c:
7587         * gst/rtsp/rtspdefs.h:
7588         Dual licensed under MIT and LGPL now.
7589
7590 2006-09-19  Wim Taymans  <wim@fluendo.com>
7591
7592         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
7593         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
7594         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7595         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7596         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
7597         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7598         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
7599         * gst/rtsp/gstrtspsrc.h:
7600         Reorganize stream parsing and creation.
7601         Detect container formats in interleaved mode.
7602         Keep more state about the streams.
7603         Assume a server also supports PLAY if it does not say.
7604         Add unicast and interleaved properties to TCP transport requests to make
7605         some servers happy (WMServer).
7606
7607         * gst/rtsp/sdpmessage.h:
7608         Add some defines for the standard Bandwidth types.
7609
7610 2006-09-19  Wim Taymans  <wim@fluendo.com>
7611
7612         * gst/rtsp/test.c: (main):
7613         Fix build.
7614
7615 2006-09-19  Wim Taymans  <wim@fluendo.com>
7616
7617         * gst/wavparse/gstwavparse.c:
7618         Add ms-gsm to the src template.
7619
7620 2006-09-18  Wim Taymans  <wim@fluendo.com>
7621
7622         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
7623         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
7624         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
7625         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
7626         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7627         * gst/rtsp/gstrtspsrc.h:
7628         Small cleanups, added documentation.
7629         Try to clean up the requests and responses.
7630         Refactor parsing the supported methods.
7631
7632         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
7633         (rtsp_connection_create), (rtsp_connection_send),
7634         (parse_response_status), (parse_request_line),
7635         (rtsp_connection_receive), (rtsp_connection_close),
7636         (rtsp_connection_free):
7637         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
7638         (rtsp_transport_init), (rtsp_transport_parse),
7639         (rtsp_transport_free):
7640         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7641         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
7642         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
7643         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
7644         Use g_return_val some more.
7645
7646         * gst/rtsp/rtspdefs.h:
7647         Add more enum values to track initial states.
7648
7649         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
7650         (rtsp_message_init_request), (rtsp_message_new_response),
7651         (rtsp_message_init_response), (rtsp_message_init_data),
7652         (rtsp_message_unset), (rtsp_message_free),
7653         (rtsp_message_add_header), (rtsp_message_remove_header),
7654         (rtsp_message_get_header), (rtsp_message_set_body),
7655         (rtsp_message_take_body), (rtsp_message_get_body),
7656         (rtsp_message_steal_body), (rtsp_message_dump):
7657         * gst/rtsp/rtspmessage.h:
7658         Reorder arguments, object goes as the first one.
7659         Use g_return_val some more.
7660
7661 2006-09-18  Wim Taymans  <wim@fluendo.com>
7662
7663         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
7664         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
7665         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
7666         * gst/rtsp/gstrtspsrc.h:
7667         Export sometimes source pad with correct caps on the template, create
7668         the ghostpad from the template.
7669         Remove RTCP template as we never expose RTCP.
7670         Protect against invalid body size.
7671         Avoid memcpy when creating the output buffer.
7672         Properly post an error and send EOS when the loop function is shut down.
7673
7674 2006-09-18  Wim Taymans  <wim@fluendo.com>
7675
7676         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
7677
7678         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7679         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
7680         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7681         * gst/rtsp/gstrtspsrc.h:
7682         Make sure we can never set an invalid location.
7683
7684         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
7685         * gst/rtsp/rtspmessage.h:
7686         Added _steal_body method for future use.
7687
7688         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
7689         Make freeing of NULL url return immediatly.
7690
7691 2006-09-18  Wim Taymans  <wim@fluendo.com>
7692
7693         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
7694
7695         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
7696         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
7697         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
7698         (gst_rtspsrc_change_state):
7699         * gst/rtsp/gstrtspsrc.h:
7700         Use boilerplate.
7701         Make rtspsrc subclass GstBin to make state changes easier.
7702         Add Range header field on the PLAY request.
7703
7704 2006-09-18  Wim Taymans  <wim@fluendo.com>
7705
7706         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
7707
7708         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
7709         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7710         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
7711         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
7712         * gst/rtsp/rtspconnection.c: (inet_aton):
7713         Small cleanups.
7714         when multicast is selected as the transport, create UDP sources and
7715         connect to the multicast group.
7716         Move parsing and setting of caps to a common place.
7717         Fixes #349894.
7718
7719 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
7720
7721         * ext/flac/gstflactag.c:
7722         * gst/alpha/gstalpha.c:
7723         * gst/debug/breakmydata.c:
7724         * gst/debug/negotiation.c:
7725         * gst/debug/testplugin.c:
7726         * gst/effectv/gstaging.c:
7727         * gst/effectv/gstdice.c:
7728         * gst/effectv/gstedge.c:
7729         * gst/effectv/gstquark.c:
7730         * gst/effectv/gstrev.c:
7731         * gst/effectv/gstshagadelic.c:
7732         * gst/effectv/gstvertigo.c:
7733         * gst/effectv/gstwarp.c:
7734         * gst/multipart/multipartdemux.c:
7735         * gst/multipart/multipartmux.c:
7736         * gst/videobox/gstvideobox.c:
7737         * gst/videofilter/gstgamma.c:
7738         * gst/videofilter/gstvideotemplate.c:
7739         * gst/videomixer/videomixer.c:
7740         * sys/sunaudio/gstsunaudiosrc.h:
7741         More G_OBJECT macro fixing.
7742
7743 2006-09-16  Wim Taymans  <wim@fluendo.com>
7744
7745         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
7746
7747         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
7748         Correctly set the dwLength in strh.
7749         With this patch, the file duration is now displayed correctly in window
7750         media player and the AVI plays completely. Fixes #356147
7751
7752 2006-09-15  Wim Taymans  <wim@fluendo.com>
7753
7754         Patch by: Darren Kenny <darren dot kenny at sun dot com>
7755
7756         * sys/sunaudio/gstsunaudiomixerctrl.c:
7757         (gst_sunaudiomixer_ctrl_build_list):
7758         Set the output track as the MASTER so that the gnome-settings-daemon
7759         keybindings for changing the volume using the keyboard works.
7760         Fixes #356142.
7761
7762 2006-09-15  Wim Taymans  <wim@fluendo.com>
7763
7764         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
7765         Fix documentation, it is not possible to control the framerate of jpegdec
7766         using filtered caps yet. Fixes #355210.
7767         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
7768         stop when there is an error.
7769
7770 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
7771
7772         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
7773         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
7774           Don't interpret a first buffer with an offset of NONE as
7775           'from the middle of the stream', but only a first buffer
7776           that has a valid buffer offset that's non-zero (see #345449).
7777
7778 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
7779
7780         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
7781         (gst_icydemux_typefind_or_forward):
7782         * gst/icydemux/gsticydemux.h:
7783           When we merge/collect multiple incoming buffers for typefinding
7784           purposes, keep an initial 0 offset on the first outgoing buffer
7785           as well (otherwise id3demux won't work right). Fixes #345449.
7786           Also Make buffer metadata writable before setting buffer caps.
7787
7788         * tests/check/elements/icydemux.c: (typefind_succeed),
7789         (cleanup_icydemux), (push_data), (GST_START_TEST),
7790         (icydemux_suite):
7791           Small test case for the above.
7792
7793 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
7794
7795         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
7796         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
7797         (gst_avi_demux_stream_header_push),
7798         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
7799         (gst_avi_demux_loop):
7800           More code reuse and better logging in _peek_chunk(). Reintroduce check
7801           for chunk sizes before reading them (avoid oom). Better handling for 
7802           invalid chunksizes when streaming.
7803
7804 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
7805
7806         * gst/level/gstlevel.c: (gst_level_set_property):
7807         * gst/level/gstlevel.h:
7808           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
7809           René Stadler
7810
7811 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
7812
7813         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
7814         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
7815         (gst_avi_demux_stream_data):
7816           Revert one change to fix streaming avi (adapter size != data size).
7817
7818 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
7819
7820         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
7821
7822         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
7823         (gst_matroska_demux_reset),
7824         (gst_matroska_demux_read_track_encodings),
7825         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
7826         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7827         (gst_matroska_demux_subtitle_caps):
7828         * gst/matroska/matroska-ids.h:
7829           Add support for VOBSUB subtitle tracks and zlib-compressed
7830           tracks. Make sure we start on a keyframe after a seek. (#343348)
7831
7832 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
7833
7834         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
7835         (gst_matroska_demux_push_flac_codec_priv_data),
7836         (gst_matroska_demux_push_xiph_codec_priv_data),
7837         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7838         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
7839         * gst/matroska/matroska-ids.h:
7840           Add basic FLAC support (#311586), not perfect yet though, needs some
7841           tweaking in flacdec; also, seeking could be better.
7842           Do better bounds checking when deserialising vorbis stream headers
7843           to make sure we don't read beyond the end of the buffer on bad input.
7844
7845 2006-09-04  Wim Taymans  <wim@fluendo.com>
7846
7847         Patch by: Alessandro Decina <alessandro at nnva dot org>
7848
7849         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
7850         Seeking back in a file containing a CMML stream errors out if the seek
7851         goes back up to the CMML headers. This is because after the seek the xml
7852         processing instruction <?xml ...?> is submitted to the xml parser again, 
7853         which results in an error. The attached patch fixes the problem. 
7854         Fixes #353908.
7855
7856         * ext/annodex/gstcmmlenc.h:
7857         Fix authors name.
7858
7859
7860 2006-08-28  Andy Wingo  <wingo@pobox.com>
7861
7862         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
7863         New helper function to lessen the ifdefs.
7864         (GST_INFO_OBJECT): 
7865         (gst_dv1394src_iso_receive): Use it.
7866         (gst_dv1394src_create): Also use the control sockets in iec61883
7867         mode.
7868         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
7869         handle for AVC operations; fixes #348233.
7870
7871 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
7872
7873         * configure.ac:
7874         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7875         * docs/plugins/inspect/plugin-audiofx.xml:
7876         * docs/plugins/inspect/plugin-audiofxgood.xml:
7877         * gst/audiofx/Makefile.am:
7878         * gst/audiofx/audiofx.c:
7879         * gst/audiofxgood/.cvsignore:
7880         * gst/audiofxgood/Makefile.am:
7881         * gst/audiofxgood/audiofx.c:
7882         * gst/audiofxgood/audiopanorama.c:
7883         * gst/audiofxgood/audiopanorama.h:
7884           Rename again (audiofxgood -> audiofx).
7885
7886 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
7887
7888         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
7889         (gst_avi_demux_stream_scan):
7890           Initialze variables.
7891
7892 2006-08-25  Wim Taymans  <wim@fluendo.com>
7893
7894         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
7895         (gst_avi_demux_init), (gst_avi_demux_finalize),
7896         (gst_avi_demux_reset), (gst_avi_demux_index_last),
7897         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
7898         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
7899         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
7900         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
7901         (gst_avi_demux_massage_index),
7902         (gst_avi_demux_calculate_durations_from_index),
7903         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
7904         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
7905         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
7906         (gst_avi_demux_change_state):
7907         * gst/avi/gstavidemux.h:
7908         More attempts to turn this into readable code.
7909         Don't leak adapters.
7910         Calculate duration according to index more efficiently.
7911         Don't try to act like we drive the pipeline in chain mode.
7912
7913 2006-08-25  Wim Taymans  <wim@fluendo.com>
7914
7915         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
7916         Fix build.
7917
7918 2006-08-25  Wim Taymans  <wim@fluendo.com>
7919
7920         Patch by: Alessandro Decina <alessandro at nnva dot org>
7921
7922         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
7923         Do some extra sanity checks.
7924         Fixes #350340.
7925
7926         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
7927         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
7928         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
7929         Check if clip->start_time is valid before adding the clip to the
7930         track list.
7931         Reset enc->preamble going from PAUSED to READY.
7932         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
7933         only used for EOS.
7934         Only post an error message if we were the one that created the fatal
7935         GstFlowReturn value.
7936
7937         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
7938         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
7939         Parse the seconds field of the npt-sec time format using %llu rather than
7940         %d and check that the value scaled by GST_SECOND doesn't overflow.
7941         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
7942         Lookup a clip's track with clip->track rather than clip->id which
7943         makes no sense.
7944         Identify a clip by its track and start time and not its xml id.
7945         do some more input checking and make sure we don't do undefined shifts.
7946
7947         * tests/check/elements/cmmldec.c: (setup_cmmldec),
7948         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
7949         (cmml_tag_message_pop), (check_headers), (push_clip_full),
7950         (push_clip), (push_empty_clip), (check_output_clip),
7951         (GST_START_TEST), (cmmldec_suite):
7952         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
7953         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
7954         (check_headers), (push_clip), (check_clip_times), (check_clip),
7955         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
7956         Added some more checks.
7957
7958 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
7959
7960         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
7961         (gst_audio_panorama_set_property),
7962         (gst_audio_panorama_get_property),
7963         (gst_audio_panorama_transform_m2s_int),
7964         (gst_audio_panorama_transform_s2s_int),
7965         (gst_audio_panorama_transform_m2s_float),
7966         (gst_audio_panorama_transform_s2s_float):
7967         * gst/audiofxgood/audiopanorama.h:
7968         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
7969           Make also the pan-property float (saves scaling and yields better
7970           resolution)
7971
7972 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
7973
7974         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
7975         (gst_audio_panorama_transform_m2s_float),
7976         (gst_audio_panorama_transform_s2s_float):
7977           ChangeLog surgery to add cymax's real name
7978
7979
7980 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
7981
7982         Patch by: René Stadler <mail@renestadler.de>
7983
7984         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
7985         (gst_audio_panorama_transform_m2s_int),
7986         (gst_audio_panorama_transform_s2s_int),
7987         (gst_audio_panorama_transform_m2s_float),
7988         (gst_audio_panorama_transform_s2s_float),
7989         (gst_audio_panorama_transform):
7990         * gst/audiofxgood/audiopanorama.h:
7991           Added float support
7992
7993 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
7994
7995         * gst/audiofxgood/audiopanorama.c:
7996         (gst_audio_panorama_transform_m2s):
7997           Fix docs & debug category. Add Fixme for volume pan levels.
7998
7999 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8000
8001         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8002         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8003         (gst_avi_demux_stream_header_pull),
8004         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8005         (gst_avi_demux_chain):
8006           unbreak AVI index handling, some more debug, remove an obsolete
8007           adapter_flush that caused streaming to wander off in the wild
8008
8009 2006-08-24  Wim Taymans  <wim@fluendo.com>
8010
8011         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8012         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
8013         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
8014         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8015         (gst_avi_demux_calculate_durations_from_index),
8016         (gst_avi_demux_stream_header_push),
8017         (gst_avi_demux_stream_header_pull):
8018         * gst/avi/gstavidemux.h:
8019         Some more cleanups. 
8020         Fix totalFrames parsing in ODML.
8021         Disable use of index for length calculation in case of ODML as this is
8022         broken now.
8023
8024 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
8025
8026         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
8027           Use libgsttag helper function here too.
8028
8029 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
8030
8031         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8032         (gst_avi_demux_init), (gst_avi_demux_dispose),
8033         (gst_avi_demux_reset), (gst_avi_demux_index_next),
8034         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
8035         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8036         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
8037         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
8038         (gst_avi_demux_parse_subindex),
8039         (gst_avi_demux_read_subindexes_push),
8040         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
8041         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8042         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
8043         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
8044         (gst_avi_demux_stream_header_pull),
8045         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8046         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
8047         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
8048         (gst_avi_demux_change_state):
8049         * gst/avi/gstavidemux.h:
8050           Initial streaming support for avidemux (fixes #336465)
8051
8052 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8053
8054         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8055           There is no taglibmux element ...
8056
8057         * gst/rtsp/gstrtspsrc.c:
8058           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
8059           was complaining about unknown entity here.
8060
8061 2006-08-22  Wim Taymans  <wim@fluendo.com>
8062
8063         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8064         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
8065         (gst_avi_demux_process_next_entry):
8066         * gst/avi/gstavidemux.h:
8067         Mark DISCONT.
8068         Remove old unused fields and reorder the struct a bit.
8069
8070 2006-08-22  Wim Taymans  <wim@fluendo.com>
8071
8072         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8073         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
8074         (gst_rtspsrc_pause):
8075         * gst/rtsp/gstrtspsrc.h:
8076         * sys/oss/gstosssink.c: (gst_oss_sink_open),
8077         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
8078         Small documentation updates.
8079
8080 2006-08-22  Wim Taymans  <wim@fluendo.com>
8081
8082         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8083         (gst_avi_demux_index_entry_for_time),
8084         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8085         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
8086         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8087         (gst_avi_demux_next_data_buffer),
8088         (gst_avi_demux_calculate_durations_from_index),
8089         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
8090         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
8091         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8092         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
8093         * gst/avi/gstavidemux.h:
8094         Precalc most of the duration query for each stream.
8095         Make seeking more correct.
8096         Use GstSegment to track position and duration.
8097         Code cleanups and leak fixes.
8098         Calculate correct total duration based on index length.
8099
8100 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
8101
8102         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
8103         (parse_insert_string_field):
8104           If strings in text fields are marked ISO8859-1, but contain
8105           valid UTF-8 already, then handle them as UTF-8 and ignore
8106           the encoding. (#351794)
8107
8108 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8109
8110         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
8111         (gst_flac_dec_write), (gst_flac_dec_loop),
8112         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
8113         (gst_flac_dec_src_query):
8114         * ext/flac/gstflacdec.h:
8115           Make flac-in-ogg work (#352100).
8116
8117 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8118
8119         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8120           Don't unref buffers of which we've already given away
8121           ownership to the adapter.
8122
8123 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8124
8125         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
8126           Make metadata extraction actually work.
8127
8128         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
8129         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
8130         (gst_speexenc_chain):
8131           Fix metadata writing: replace old code which wrote completely
8132           broken tags with libgsttag-based code. Plus miscellaneous
8133           code cleanups (use static pad templates etc.) and a bunch
8134           of leak fixes.
8135
8136 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8137
8138         * gst/audiopanorama/.cvsignore:
8139         * gst/audiopanorama/Makefile.am:
8140         * gst/audiopanorama/audiofx.c:
8141         * gst/audiopanorama/audiopanorama.c:
8142         * gst/audiopanorama/audiopanorama.h:
8143           die! die! die! you should never have been there
8144
8145 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8146
8147         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8148         Fix invalid memory access in audiopanorama test suite.
8149
8150 2006-08-21  Edward Hervey  <edward@fluendo.com>
8151
8152         * tests/check/elements/.cvsignore:
8153         ignore built file
8154
8155 2006-08-21  Wim Taymans  <wim@fluendo.com>
8156
8157         * gst/rtp/Makefile.am:
8158         Fix the build again.
8159
8160 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8161
8162         * gst/audiofxgood/.cvsignore:
8163         * gst/audiofxgood/Makefile.am:
8164         * gst/audiofxgood/audiofx.c: (plugin_init):
8165         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8166         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8167         (gst_audio_panorama_set_property),
8168         (gst_audio_panorama_get_property),
8169         (gst_audio_panorama_get_unit_size),
8170         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8171         (gst_audio_panorama_transform_m2s),
8172         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8173         * gst/audiofxgood/audiopanorama.h:
8174           resubmit with the desired name *again*
8175
8176 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8177
8178         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
8179         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
8180           use g_assert in _get_unit_size
8181
8182 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8183
8184         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8185         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8186         * docs/plugins/inspect/plugin-audiofxgood.xml:
8187           cleanup -unused.txt to make it useful, add previously missing docs
8188
8189         * ext/Makefile.am:
8190           Quietly (accidentally) enable LADSPA for building by default, 
8191           despite the fact that it doesn't meet the plugin checklist.
8192             -- Added by Jan Schmidt 18 Dec 2006
8193
8194         * ext/esd/esdmon.c:
8195         * ext/esd/esdsink.c:
8196         * ext/esd/gstesd.c: (plugin_init):
8197           reflow to get rid of two external symbols
8198
8199         * gst/audiofxgood/audiofx.c: (plugin_init):
8200           re-add
8201
8202 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8203
8204         * configure.ac:
8205         * gst/audiofxgood/.cvsignore:
8206         * gst/audiofxgood/Makefile.am:
8207         * gst/audiofxgood/audiofx.c
8208         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8209         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8210         (gst_audio_panorama_set_property),
8211         (gst_audio_panorama_get_property),
8212         (gst_audio_panorama_get_unit_size),
8213         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8214         (gst_audio_panorama_transform_m2s),
8215         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8216         * gst/audiofxgood/audiopanorama.h:
8217         * tests/check/Makefile.am:
8218         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
8219         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
8220         (panorama_suite), (main):
8221         Add audiofxgood plugin with audiopanorama element
8222
8223 2006-08-18  Wim Taymans  <wim@fluendo.com>
8224
8225         * docs/plugins/Makefile.am:
8226         More Oss docs fixage. 
8227
8228 2006-08-18  Wim Taymans  <wim@fluendo.com>
8229
8230         * gst/rtp/Makefile.am:
8231         * gst/rtp/gstrtp.c: (plugin_init):
8232         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
8233         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
8234         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
8235         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
8236         (gst_rtp_sv3v_depay_get_property),
8237         (gst_rtp_sv3v_depay_change_state),
8238         (gst_rtp_sv3v_depay_plugin_init):
8239         * gst/rtp/gstrtpsv3vdepay.h:
8240         Added experimental SVQ3 depayloader.
8241
8242 2006-08-18  Edward Hervey  <edward@fluendo.com>
8243
8244         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
8245         (gst_dvdemux_loop), (gst_dvdemux_change_state):
8246         * ext/dv/gstdvdemux.h:
8247         When handling seek requests, don't send the newsegment event from the
8248         calling thread. Instead save it so it can be sent from the streaming
8249         thread.
8250
8251 2006-08-17  Wim Taymans  <wim@fluendo.com>
8252
8253         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8254
8255         * gst/multipart/multipartdemux.c: (multipart_parse_header):
8256         Accept leading whitespace before the boundary
8257         This patch makes the demuxer allow some whitespace before the actual
8258         boundary. This makes the demuxer work with the ``old'' gstreamer
8259         multipartmuxer again (which placed an extra \n before the start
8260         of the stream) Fixes #349068.
8261
8262 2006-08-17  Wim Taymans  <wim@fluendo.com>
8263
8264         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
8265         Error out on non-implemented stuff.
8266
8267 2006-08-16  Wim Taymans  <wim@fluendo.com>
8268
8269         Patch by: Andy Wingo <wingo at pobox dot com>
8270
8271         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
8272         (gst_signal_processor_start), (gst_signal_processor_stop),
8273         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
8274         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
8275         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
8276         (gst_signal_processor_change_state):
8277         Make ladspa elements reusable. Fixes #350006.
8278
8279 2006-08-16  Wim Taymans  <wim@fluendo.com>
8280
8281         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
8282         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
8283         names as possible. Fixes #349901.
8284
8285 2006-08-16  Wim Taymans  <wim@fluendo.com>
8286
8287         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
8288         (gst_signal_processor_do_pushes):
8289         A push() gives away our refcount so we should not use the buffer on the
8290         pen anymore.
8291
8292 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8293
8294         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8295         (gst_oss_mixer_element_finalize):
8296           Don't leak device string.
8297
8298 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8299
8300         * configure.ac:
8301           Require CVS of GStreamer core and -base (for
8302           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
8303
8304         * ext/taglib/gstid3v2mux.cc:
8305           Write extended comment tags properly (#348762).
8306
8307         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8308         (parse_comment_frame):
8309           Extract COMM frames into extended comments, which makes it
8310           easier to properly retain the description bit of the tag
8311           and maintain this information when re-tagging (#348762).
8312
8313 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8314
8315         * tests/check/Makefile.am:
8316           Don't try to run annodex unit tests if the annodex
8317           plugin has not been built (Fixes #351116).
8318
8319 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8320
8321         * gst/autodetect/gstautoaudiosink.c:
8322         (gst_auto_audio_sink_find_best):
8323           When we can't find a usable audiosink, don't error out,
8324           but use a fake sink instead and post a warning message
8325           on the bus (#341278).
8326
8327 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8328
8329         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
8330         * sys/oss/gstosssink.c:
8331         * sys/oss/gstosssrc.c:
8332           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
8333           ossmixer's new device property.
8334
8335         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8336         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8337           Add docs for OSS elements.
8338
8339         * docs/plugins/inspect/plugin-aasink.xml:
8340         * docs/plugins/inspect/plugin-alaw.xml:
8341         * docs/plugins/inspect/plugin-alpha.xml:
8342         * docs/plugins/inspect/plugin-alphacolor.xml:
8343         * docs/plugins/inspect/plugin-annodex.xml:
8344         * docs/plugins/inspect/plugin-apetag.xml:
8345         * docs/plugins/inspect/plugin-auparse.xml:
8346         * docs/plugins/inspect/plugin-autodetect.xml:
8347         * docs/plugins/inspect/plugin-avi.xml:
8348         * docs/plugins/inspect/plugin-cacasink.xml:
8349         * docs/plugins/inspect/plugin-cairo.xml:
8350         * docs/plugins/inspect/plugin-cdio.xml:
8351         * docs/plugins/inspect/plugin-cutter.xml:
8352         * docs/plugins/inspect/plugin-debug.xml:
8353         * docs/plugins/inspect/plugin-dv.xml:
8354         * docs/plugins/inspect/plugin-efence.xml:
8355         * docs/plugins/inspect/plugin-effectv.xml:
8356         * docs/plugins/inspect/plugin-esdsink.xml:
8357         * docs/plugins/inspect/plugin-flac.xml:
8358         * docs/plugins/inspect/plugin-flxdec.xml:
8359         * docs/plugins/inspect/plugin-gconfelements.xml:
8360         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8361         * docs/plugins/inspect/plugin-goom.xml:
8362         * docs/plugins/inspect/plugin-halelements.xml:
8363         * docs/plugins/inspect/plugin-icydemux.xml:
8364         * docs/plugins/inspect/plugin-id3demux.xml:
8365         * docs/plugins/inspect/plugin-jpeg.xml:
8366         * docs/plugins/inspect/plugin-level.xml:
8367         * docs/plugins/inspect/plugin-matroska.xml:
8368         * docs/plugins/inspect/plugin-mulaw.xml:
8369         * docs/plugins/inspect/plugin-multipart.xml:
8370         * docs/plugins/inspect/plugin-navigationtest.xml:
8371         * docs/plugins/inspect/plugin-ossaudio.xml:
8372         * docs/plugins/inspect/plugin-png.xml:
8373         * docs/plugins/inspect/plugin-rtp.xml:
8374         * docs/plugins/inspect/plugin-rtsp.xml:
8375         * docs/plugins/inspect/plugin-shout2send.xml:
8376         * docs/plugins/inspect/plugin-smpte.xml:
8377         * docs/plugins/inspect/plugin-speex.xml:
8378         * docs/plugins/inspect/plugin-taglib.xml:
8379         * docs/plugins/inspect/plugin-udp.xml:
8380         * docs/plugins/inspect/plugin-videobalance.xml:
8381         * docs/plugins/inspect/plugin-videobox.xml:
8382         * docs/plugins/inspect/plugin-videoflip.xml:
8383         * docs/plugins/inspect/plugin-videomixer.xml:
8384         * docs/plugins/inspect/plugin-wavenc.xml:
8385         * docs/plugins/inspect/plugin-wavparse.xml:
8386         * docs/plugins/inspect/plugin-ximagesrc.xml:
8387           Update to CVS version.
8388           
8389 2006-08-16  Wim Taymans  <wim@fluendo.com>
8390
8391         * gst/rtp/gstrtpamrdepay.c:
8392         * gst/rtp/gstrtpmp4gdepay.c:
8393         Caps extra properties must be defined as strings for
8394         depayloaders because they are generated from an SDP.
8395
8396         * gst/rtp/Makefile.am:
8397         * gst/rtp/gstrtp.c: (plugin_init):
8398         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
8399         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
8400         (gst_rtp_h264_depay_finalize), (decode_base64),
8401         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
8402         (gst_rtp_h264_depay_set_property),
8403         (gst_rtp_h264_depay_get_property),
8404         (gst_rtp_h264_depay_change_state),
8405         (gst_rtp_h264_depay_plugin_init):
8406         * gst/rtp/gstrtph264depay.h:
8407         Added basic, not completely functional RFC 3984 H264 depayloader.
8408
8409 2006-08-16  Wim Taymans  <wim@fluendo.com>
8410
8411         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
8412         Add pads after setting them up.
8413
8414         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8415         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
8416         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
8417         (gst_rtspsrc_stream_setup_rtp),
8418         (gst_rtspsrc_stream_configure_transport),
8419         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
8420         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8421         (gst_rtspsrc_pause):
8422         * gst/rtsp/gstrtspsrc.h:
8423         Fix interleaved mode.
8424          - Protect streaming with lock.
8425          - Combine flows
8426          - set caps on outgoing buffers.
8427          - strip trailing \0 from data packets.
8428          - Configure RTP/RTCP in stream.
8429         Use DEBUG_OBJECT more.
8430
8431 2006-08-16  Wim Taymans  <wim@fluendo.com>
8432
8433         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
8434         Turn a g_print into a DEBUG line.
8435
8436 2006-08-13  Wim Taymans  <wim@fluendo.com>
8437
8438         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
8439         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8440         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
8441         (gst_oss_mixer_element_get_property),
8442         (gst_oss_mixer_element_change_state):
8443         * sys/oss/gstossmixerelement.h:
8444         Small cleanups. Better error reporting.
8445         Add device property for the mixer instead of the hardcoded
8446         /dev/mixer. Fixes #350785.
8447         API: GstOssMixerElement::device property
8448
8449 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
8450
8451         Patch by: Jens Granseuer <jensgr at gmx net>
8452
8453         * gconf/Makefile.am:
8454           Make --disable-schemas work right (they still need
8455           to be copied to the installation directory, just not
8456           applied). Fixes #351347 (also #344100).
8457           
8458 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8459
8460         * configure.ac: back to HEAD
8461
8462 === release 0.10.4 ===
8463
8464 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
8465
8466         * configure.ac:
8467           releasing 0.10.4, "Dear Leader"
8468
8469 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8470
8471         Patch by: Edward Hervey <edward@fluendo.com>
8472
8473         * configure.ac:
8474         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8475         (gst_wavparse_stream_data):
8476         Send the newsegment event in the streaming thread.
8477         Fixes #347529
8478
8479 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
8480
8481         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
8482         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
8483         (gst_smokeenc_resync), (gst_smokeenc_chain):
8484           Refuse sink caps in the encoder if width or height is not a
8485           multiple of 16, the encoder does not support that yet (#349939);
8486           along the same lines, check the return value of the encoder
8487           setup function; also remove some debug log clutter.
8488
8489 2006-08-04  Andy Wingo  <wingo@pobox.com>
8490
8491         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
8492         whether a processor can work in place or not, and for keeping
8493         track of its state. Change the FlowReturn instance variable from
8494         "state" to "flow_state", all callers changed.
8495
8496         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
8497         (gst_signal_processor_start, gst_signal_processor_stop)
8498         (gst_signal_processor_cleanup): New functions to manage the
8499         processor's state.
8500         (gst_signal_processor_setcaps): start() as well as setup() here.
8501         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
8502         (gst_signal_processor_change_state): Stop and cleanup the
8503         processor as we go to NULL.
8504
8505         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
8506         INPLACE_BROKEN is not set.
8507
8508         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
8509         Do the alloc_buffer in bytes, not frames.
8510         
8511 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8512
8513         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
8514         Fix rgb masks when recording in < 24bpp.
8515
8516 2006-08-04  Andy Wingo  <wingo@pobox.com>
8517
8518         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
8519         (gst_signal_processor_prepare)
8520         (gst_signal_processor_update_inputs)
8521         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
8522         (gst_signal_processor_flush)
8523         (gst_signal_processor_sink_activate_push)
8524         (gst_signal_processor_src_activate_pull)
8525         (gst_signal_processor_change_state): Remove the last of the code
8526         that assumes that we process whole buffers at a time. Fix some
8527         debugging. Seems to work now in some cases.
8528         (gst_signal_processor_src_activate_pull): BPB
8529
8530 2006-08-01  Andy Wingo  <wingo@pobox.com>
8531
8532         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
8533         Fix nframes-choosing.
8534         (gst_signal_processor_init): Init pending_in and pending_out.
8535
8536         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
8537         more default sample rate, although we never check that the sample
8538         rate actually gets set. Something for the future.
8539         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
8540         (gst_signal_processor_event): Refcount fixen.
8541         (gst_signal_processor_process): Pull the number of frames to
8542         process from the sizes of the buffers in the input pens.
8543         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
8544         (gst_signal_processor_do_pulls): Add an nframes argument, and use
8545         it instead of buffer_frames.
8546         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
8547         to do_pulls.
8548         (gst_signal_processor_chain)
8549         (gst_signal_processor_sink_activate_push)
8550         (gst_signal_processor_src_activate_pull):  Refcount fixen.
8551
8552         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
8553
8554 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
8555
8556         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
8557         (gst_signal_processor_process):
8558           don't query buffer-frames from caps, add lots of debug-log,
8559           try fix for assert (#349189)
8560
8561 2006-07-31  Wim Taymans  <wim@fluendo.com>
8562
8563         * gst/udp/gstudpsrc.c:
8564         Fix docs.
8565
8566 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
8567
8568         * ext/ladspa/gstsignalprocessor.c:
8569         (gst_signal_processor_add_pad_from_template),
8570         (gst_signal_processor_init), (gst_signal_processor_setcaps),
8571         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
8572         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
8573         (gst_signal_processor_sink_activate_push),
8574         (gst_signal_processor_src_activate_pull),
8575         (gst_signal_processor_change_state):
8576          Add debugs logs here and there, add more error handling, add some
8577          FIXME comments, filed #349189
8578
8579 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8580
8581         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
8582         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
8583         Set caps on buffer correctly.  Fixes bug #349155.
8584
8585 2006-07-28  Wim Taymans  <wim@fluendo.com>
8586
8587         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8588
8589         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
8590         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
8591         (gst_multipart_demux_finalize), (get_line_end),
8592         (multipart_parse_header), (multipart_find_boundary),
8593         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
8594         (gst_multipart_set_property), (gst_multipart_get_property):
8595         Uses GstAdapter instead of own buffering.
8596         Actually parses the mime-type correctly (In tests the mime-type was
8597         always "" with the old version).
8598         Uses the Content-length header if available to speed up things.
8599         Reliably autoscans the boundary name by default.
8600         Fixes #349068.
8601
8602         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
8603         Don't start the stream with a \n.
8604
8605 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
8606
8607         Patch by: Brian Cameron <brian dot cameron at sun com>
8608
8609         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
8610           Open source with O_NONBLOCK (#349015).
8611
8612 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
8613
8614         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8615         (gst_avi_demux_massage_index):
8616         * gst/avi/gstavidemux.h:
8617           Whitespace fixes and more debug
8618
8619 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8620
8621         * gst/autodetect/gstautoaudiosink.c:
8622         (gst_auto_audio_sink_create_element_with_pretty_name),
8623         (gst_auto_audio_sink_find_best),
8624         (gst_auto_audio_sink_change_state):
8625           Get rid of old and unused magic sound-server properties stuff.
8626           Add suffix to child sink's name that makes it easy to see from
8627           the name alone which type it actually is (alsa, oss, esd, etc.).
8628
8629 2006-07-27  Wim Taymans  <wim@fluendo.com>
8630
8631         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8632         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
8633         (gst_udpsrc_start):
8634         * gst/udp/gstudpsrc.h:
8635         Rename "buffer" to "buffer-size" to make clear it is a size we set and
8636         not some sort of feature we enable.
8637
8638 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8639
8640         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
8641           Use CLOSE_SOCKET() here instead of close() to maintain
8642           win32 workiness.
8643
8644 2006-07-27  Wim Taymans  <wim@fluendo.com>
8645
8646         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8647
8648         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8649         (gst_udpsrc_create), (gst_udpsrc_set_property),
8650         (gst_udpsrc_get_property), (gst_udpsrc_start):
8651         * gst/udp/gstudpsrc.h:
8652         Added "buffer-size" property to control the kernel receive buffer size.
8653         Update documentation.
8654         Small cleanups. Fixes #348752.
8655         API: buffer-size property
8656
8657 2006-07-26  Wim Taymans  <wim@fluendo.com>
8658
8659         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
8660
8661         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
8662         (gst_rtp_pcma_pay_handle_buffer):
8663         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
8664         (gst_rtp_pcmu_pay_handle_buffer):
8665         Fix timestamp calculation on outgoing RTP packets.
8666         Fixes #348675.
8667
8668 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8669
8670         * ext/taglib/gstid3v2mux.cc:
8671           Fix writing of comment frames (should be COMM not TCOM),
8672           is still sub-optimal though, since we don't retain or
8673           extract the comment descriptions properly (#334375,
8674           also see #334375).
8675
8676 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8677
8678         * gst/wavparse/gstwavparse.c:
8679           #define 'fact' RIFF chunk if we are not compiling against
8680           -base CVS (we don't want to depend on -base CVS for this
8681           one define only, and also not for release order reasons).
8682
8683 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8684
8685         * ext/taglib/gstid3v2mux.cc:
8686           Handle multiple tags of the same type properly. Re-inject
8687           unparsed ID3v2 frames that we get as binary blobs from
8688           id3demux into the tag again so we don't lose information
8689           when retagging (#334375).
8690
8691 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
8692
8693         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
8694           Document newly-added properties properly, so that there is a
8695           'Since: 0.10.4' in the plugin docs. Convert some property
8696           names into canonical GObject style (GObject will do that
8697           internally anyway).
8698
8699 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
8700
8701         * gst/id3demux/id3tags.c:
8702         (id3demux_add_id3v2_frame_blob_to_taglist):
8703           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
8704           well, and add the version to the blob's buffer caps, since that
8705           information will be needed for deserialisation later on (#348644).
8706
8707 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
8708
8709         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
8710         (gst_avi_demux_parse_stream):
8711          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
8712          indentation and spacing.
8713
8714 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8715
8716         * docs/plugins/Makefile.am:
8717         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8718         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8719         * docs/plugins/gst-plugins-good-plugins.args:
8720         * docs/plugins/inspect/plugin-1394.xml:
8721         * docs/plugins/inspect/plugin-aasink.xml:
8722         * docs/plugins/inspect/plugin-alaw.xml:
8723         * docs/plugins/inspect/plugin-alpha.xml:
8724         * docs/plugins/inspect/plugin-alphacolor.xml:
8725         * docs/plugins/inspect/plugin-annodex.xml:
8726         * docs/plugins/inspect/plugin-apetag.xml:
8727         * docs/plugins/inspect/plugin-auparse.xml:
8728         * docs/plugins/inspect/plugin-autodetect.xml:
8729         * docs/plugins/inspect/plugin-avi.xml:
8730         * docs/plugins/inspect/plugin-cacasink.xml:
8731         * docs/plugins/inspect/plugin-cairo.xml:
8732         * docs/plugins/inspect/plugin-cdio.xml:
8733         * docs/plugins/inspect/plugin-cutter.xml:
8734         * docs/plugins/inspect/plugin-debug.xml:
8735         * docs/plugins/inspect/plugin-dv.xml:
8736         * docs/plugins/inspect/plugin-efence.xml:
8737         * docs/plugins/inspect/plugin-effectv.xml:
8738         * docs/plugins/inspect/plugin-esdsink.xml:
8739         * docs/plugins/inspect/plugin-flac.xml:
8740         * docs/plugins/inspect/plugin-flxdec.xml:
8741         * docs/plugins/inspect/plugin-gconfelements.xml:
8742         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8743         * docs/plugins/inspect/plugin-goom.xml:
8744         * docs/plugins/inspect/plugin-halelements.xml:
8745         * docs/plugins/inspect/plugin-icydemux.xml:
8746         * docs/plugins/inspect/plugin-id3demux.xml:
8747         * docs/plugins/inspect/plugin-jpeg.xml:
8748         * docs/plugins/inspect/plugin-level.xml:
8749         * docs/plugins/inspect/plugin-matroska.xml:
8750         * docs/plugins/inspect/plugin-mulaw.xml:
8751         * docs/plugins/inspect/plugin-multipart.xml:
8752         * docs/plugins/inspect/plugin-navigationtest.xml:
8753         * docs/plugins/inspect/plugin-ossaudio.xml:
8754         * docs/plugins/inspect/plugin-png.xml:
8755         * docs/plugins/inspect/plugin-rtp.xml:
8756         * docs/plugins/inspect/plugin-rtsp.xml:
8757         * docs/plugins/inspect/plugin-shout2send.xml:
8758         * docs/plugins/inspect/plugin-smpte.xml:
8759         * docs/plugins/inspect/plugin-speex.xml:
8760         * docs/plugins/inspect/plugin-udp.xml:
8761         * docs/plugins/inspect/plugin-videobalance.xml:
8762         * docs/plugins/inspect/plugin-videobox.xml:
8763         * docs/plugins/inspect/plugin-videoflip.xml:
8764         * docs/plugins/inspect/plugin-videomixer.xml:
8765         * docs/plugins/inspect/plugin-wavenc.xml:
8766         * docs/plugins/inspect/plugin-wavparse.xml:
8767         * docs/plugins/inspect/plugin-ximagesrc.xml:
8768           Update files to CVS/Prerelease version, add esdsink docs.
8769
8770         * ext/esd/esdsink.c:
8771           Add gtk-doc blurb.
8772
8773         * gst/rtp/gstrtpmp4vpay.c:
8774           Fix typo in element description.
8775
8776 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8777
8778         * ext/esd/esdsink.c: (gst_esdsink_open),
8779         (gst_esdsink_factory_init):
8780           Prevent libesd from auto-spawning a sound daemon if it
8781           is not already running. Now that we don't do evil stuff
8782           like that any longer we can give esdsink a rank so that
8783           autoaudiosink will try it as well if all other audio
8784           sinks fail (#343051).
8785
8786 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8787
8788         * ext/esd/Makefile.am:
8789           Oops, need to remove README from EXTRA_DIST as well.
8790
8791 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8792
8793         * ext/esd/README:
8794           Remove, it contains nothing useful anyway.
8795
8796         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
8797         (gst_esdsink_delay):
8798           Some small clean-ups; use GST_BOILERPLATE etc.
8799
8800 2006-07-24  Wim Taymans  <wim@fluendo.com>
8801
8802         * gst/law/alaw-decode.c: (alawdec_getcaps):
8803         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
8804         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
8805         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
8806         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
8807
8808 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
8809
8810         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
8811         (gst_wavparse_other), (gst_wavparse_perform_seek),
8812         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
8813         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
8814         (gst_wavparse_pad_query):
8815         * gst/wavparse/gstwavparse.h:
8816           Use information from 'fact' chunk for length calculation of compressed
8817           samples. Calculate bps if bogus value is found in wav header (embeded
8818           mp2/mp3).
8819           
8820
8821 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8822
8823         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
8824
8825         * configure.ac:
8826         * gst/udp/Makefile.am:
8827         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
8828         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
8829         * gst/udp/gstdynudpsink.h:
8830         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
8831         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
8832         * gst/udp/gstmultiudpsink.h:
8833         * gst/udp/gstudp.c: (plugin_init):
8834         * gst/udp/gstudpsink.h:
8835         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
8836         (gst_udpsrc_start), (gst_udpsrc_stop):
8837         * gst/udp/gstudpsrc.h:
8838         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
8839         (gst_udp_net_utils_win32_wsa_startup):
8840         * gst/udp/gstudpnetutils.h:
8841           Port udp plugin to win32 (#345288).
8842
8843 2006-07-24  Wim Taymans  <wim@fluendo.com>
8844
8845         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
8846         Remove unwanted DEBUG line.
8847
8848 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
8849
8850         * gst/id3demux/gstid3demux.c: (plugin_init):
8851         * gst/id3demux/id3tags.c:
8852         (id3demux_add_id3v2_frame_blob_to_taglist):
8853         * gst/id3demux/id3tags.h:
8854           On second thought, it might be wiser and more efficient
8855           not to do tag registration from a streaming thread.
8856
8857 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
8858
8859         * gst/id3demux/id3tags.c:
8860         (id3demux_add_id3v2_frame_blob_to_taglist),
8861         (id3demux_id3v2_frames_to_tag_list):
8862           Put ID3v2 frames we can't parse as binary blobs into private
8863           tags, so that they are not lost when retagging, at least once
8864           id3v2mux has been taught to re-inject those frames again.
8865           See bug #334375.
8866
8867 2006-07-21  Wim Taymans  <wim@fluendo.com>
8868
8869         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8870         (gst_avi_demux_process_next_entry):
8871         Fix some leaks.
8872
8873         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
8874         Don't use \n in debug lines.
8875
8876 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
8877
8878         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8879         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8880           Add annodex and icydemux, cleanup the sections a bit
8881
8882 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
8883
8884         Patch by: Alex Lancaster <alexl at users sourceforge net>
8885
8886         * ext/taglib/gstid3v2mux.cc:
8887           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
8888           ID3v2 TSSE frames (#347898).
8889
8890 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
8891
8892         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
8893           Respect mpegversion for "video/mpeg" and give message in case of
8894           unhandled versions.
8895
8896 2006-07-17  Wim Taymans  <wim@fluendo.com>
8897
8898         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
8899         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
8900         (gst_pngdec_chain), (gst_pngdec_sink_event),
8901         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
8902         (gst_pngdec_sink_activate_push):
8903         * ext/libpng/gstpngdec.h:
8904         Use statically allocated segment instead of leaking.
8905         Various cleanups.
8906         Fix flush and seek handling.
8907
8908 2006-07-16  Wim Taymans  <wim@fluendo.com>
8909
8910         * gst/rtp/Makefile.am:
8911         * gst/rtp/gstrtp.c: (plugin_init):
8912         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
8913         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
8914         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
8915         (gst_rtp_mp4g_depay_set_property),
8916         (gst_rtp_mp4g_depay_get_property),
8917         (gst_rtp_mp4g_depay_change_state),
8918         (gst_rtp_mp4g_depay_plugin_init):
8919         * gst/rtp/gstrtpmp4gdepay.h:
8920         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
8921         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
8922         (gst_rtp_mp4g_pay_flush):
8923         Added simple generic mpeg4 depayloader.
8924         Fix generic mpeg4 payloader.
8925
8926 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
8927
8928         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
8929           Don't try doing state changes on a NULL pointer.
8930
8931 2006-07-14  Wim Taymans  <wim@fluendo.com>
8932
8933         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
8934
8935         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
8936         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
8937         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
8938         * gst/rtp/gstrtpamrdepay.h:
8939         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
8940         Fixes #321191
8941
8942 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8943
8944         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
8945         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
8946         Fix segfault when moving mouse pointer to the bottom right corner.
8947
8948 2006-07-12  Wim Taymans  <wim@fluendo.com>
8949
8950         * gst/rtp/Makefile.am:
8951         * gst/rtp/gstrtp.c: (plugin_init):
8952         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
8953         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
8954         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
8955         (gst_rtp_mp2t_depay_set_property),
8956         (gst_rtp_mp2t_depay_get_property),
8957         (gst_rtp_mp2t_depay_change_state),
8958         (gst_rtp_mp2t_depay_plugin_init):
8959         * gst/rtp/gstrtpmp2tdepay.h:
8960         Added mpeg2 TS depayloader. Closing #347234.
8961
8962 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8963
8964         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
8965           Remove g_assert that shouldn't be there and was triggered
8966           after trying to open a device that doesn't exist or can't
8967           be opened for some other reason (#347972).
8968
8969 2006-07-10  Edward Hervey  <edward@fluendo.com>
8970
8971         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8972         (gst_avi_demux_stream_header), (push_tag_lists):
8973         * gst/avi/gstavidemux.h:
8974         Don't push tag events found by gst_riff_parse_info() before outputting
8975         GST_EVENT_NEWSEGMENT.
8976
8977 2006-07-10  Wim Taymans  <wim@fluendo.com>
8978
8979         * gst/rtsp/Makefile.am:
8980         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
8981         (rtsp_connection_close):
8982         * gst/rtsp/rtspdefs.h:
8983         replaced closesocket and close in code with one CLOSE_SOCKET. 
8984         Some more cleanups. Fixes #345301.
8985
8986 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
8987
8988         * gst/autodetect/gstautoaudiosink.c:
8989           Fix example pipeline in docs.
8990
8991 2006-07-10  Wim Taymans  <wim@fluendo.com>
8992
8993         Patch by: Rob Taylor <robtaylor at floopily dot org>
8994
8995         * gst/udp/gstmultiudpsink.c: (join_multicast),
8996         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
8997         If a destination is added before the stream is set to PAUSED, the
8998         multicast group is not joined as the socket is not created yet. 
8999         Also TTL and LOOP should also be set. Fixes #346921.
9000
9001 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9002
9003         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9004         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9005         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
9006         (gst_ximage_src_init):
9007         * sys/ximage/gstximagesrc.h:
9008         Fix use-damage property to actually work :)
9009         Add startx, starty, endx, endy properties so screencasts other than full
9010         screen ones can work.
9011
9012 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9013
9014         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9015         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9016         (gst_ximage_src_class_init), (gst_ximage_src_init):
9017         * sys/ximage/gstximagesrc.h:
9018         Add use_damage property to offer ability to choose whether to use
9019         XDamage or not.
9020
9021 2006-07-07  Wim Taymans  <wim@fluendo.com>
9022
9023         * gst/goom/filters.c: (zoomFilterSetResolution):
9024         Avoid goom coredumping by clearing memory. 
9025         Fixes 345679.
9026
9027 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
9028
9029         * win32/vs6/libgstid3demux.dsp:
9030         Add a link to libgsttag-0.10.lib.
9031
9032 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9033
9034         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9035         (gst_tag_demux_read_range):
9036         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9037         (gst_id3demux_read_range):
9038           Don't return FLOW_UNEXPECTED when a buffer is before
9039           the start of the stream (which might happen with
9040           large ID3v2 tags if the tag reading was done pullrange
9041           based and we then switched to push mode later on).
9042           Fixes regression introduced by commit from June 29th.
9043
9044 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9045
9046         * ext/taglib/gstid3v2mux.cc:
9047           Make UTF-8 the default encoding when writing string
9048           tags (before, our UTF-8 strings would automatically
9049           be converted to ISO-8859-1 by taglib and written as
9050           ISO-8859-1 fields if that was possible).
9051
9052         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
9053         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
9054         (test_taglib_id3mux_with_tags):
9055           Add test case that makes sure our UTF-8 strings have
9056           actually been written into the tag as UTF-8.
9057
9058 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9059
9060         * configure.ac:
9061           Let's try that again.
9062
9063 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9064
9065         * configure.ac:
9066           Disable monoscope plugin for now until it fulfills
9067           all the requirements.
9068
9069 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9070
9071         * configure.ac:
9072         * gst/monoscope/Makefile.am:
9073         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
9074         (gst_monoscope_class_init), (gst_monoscope_init),
9075         (gst_monoscope_finalize), (gst_monoscope_reset),
9076         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
9077         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
9078         (gst_monoscope_sink_event), (gst_monoscope_src_event),
9079         (gst_monoscope_change_state), (plugin_init):
9080         * gst/monoscope/gstmonoscope.h:
9081           Port monoscope visualisation to 0.10.
9082
9083 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9084
9085         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
9086         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
9087           Return FLOW_UNEXPECTED when at the end of the file, not
9088           FLOW_ERROR. Fixes 'internal stream error' errors that
9089           would sometimes occur in totem when scrubbing to the
9090           end of an ID3v1 tagged mp3 file.
9091
9092 2006-07-03  Edward Hervey  <edward@fluendo.com>
9093
9094         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
9095         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
9096         (gst_pngdec_sink_event), (gst_pngdec_change_state):
9097         * ext/libpng/gstpngdec.h:
9098         Implement buffer clipping/dropping using GstSegment.
9099         This provides accurate seeking.
9100
9101 2006-07-03  Edward Hervey  <edward@fluendo.com>
9102
9103         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9104         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
9105         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
9106         (gst_avi_demux_process_next_entry), (push_tag_lists),
9107         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
9108         * gst/avi/gstavidemux.h:
9109         Proper aggregation of each stream's GstFlowReturn in order to figure out
9110         whether the task should stop or not.
9111         Don't send inline events before pushing out a NEW_SEGMENT, more
9112         specifically for GST_TAG_EVENT.
9113         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
9114         sub-indexes.
9115
9116 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
9117
9118         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9119
9120         * sys/sunaudio/gstsunaudiomixerctrl.c:
9121         (gst_sunaudiomixer_ctrl_build_list):
9122           Move "Monitor" slider to input tab so it works more like
9123           sdtaudiocontrol, which is what people on Solaris are used
9124           to using for their mixer program (#346259).
9125
9126 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9127
9128         * tests/check/elements/level.c: (GST_START_TEST):
9129           fix a leak, clean up at the end
9130
9131 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9132
9133         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9134         (gst_matroska_demux_send_event),
9135         (gst_matroska_demux_loop_stream_parse_id):
9136         * gst/matroska/matroska-ids.h:
9137           Send tag event after newsegment event.
9138
9139 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9140
9141         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9142         (gst_id3demux_read_range):
9143           Make sure we don't return GST_FLOW_OK with a NULL buffer in
9144           certain cases where a read beyond the end of the file is
9145           requested. Fixes #345930.
9146
9147         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9148         (gst_tag_demux_read_range):
9149           Fix same issue here as well.
9150
9151 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9152
9153         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9154         
9155         Fix hypothetical crash.
9156
9157 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9158
9159         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9160
9161         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
9162           Do not modify the ports value. If the user has turned off the
9163           built-in speakers, then we should not reset it in the prepare
9164           function, since this causes the built-in speakers to turn
9165           back on anytime the user changes a track in totem, rhythmbox,
9166           etc. (#346066).
9167
9168 2006-06-23  Wim Taymans  <wim@fluendo.com>
9169
9170         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
9171         Fix double caps unref when negotiation fails.
9172
9173 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9174
9175         * ext/annodex/gstcmmldec.c:
9176         * ext/annodex/gstcmmlenc.c:
9177         * ext/annodex/gstcmmlparser.c:
9178         * ext/dv/gstdvdec.c:
9179         * ext/dv/gstdvdemux.c:
9180         * ext/gdk_pixbuf/pixbufscale.c:
9181         * ext/jpeg/gstjpegenc.c:
9182         * ext/jpeg/gstsmokedec.c:
9183         * ext/jpeg/gstsmokeenc.c:
9184         * ext/libpng/gstpngdec.c:
9185         * ext/libpng/gstpngenc.c:
9186         * ext/speex/gstspeexenc.c:
9187         * gst/alpha/gstalphacolor.c:
9188         * gst/cutter/gstcutter.c:
9189         * gst/debug/gstnavigationtest.c:
9190         * gst/icydemux/gsticydemux.c:
9191         * gst/level/gstlevel.c:
9192         * gst/multipart/multipart.c:
9193         * gst/rtp/gstrtpamrpay.c:
9194         * gst/rtp/gstrtpdepay.c:
9195         * gst/rtp/gstrtpilbcpay.c:
9196         * gst/rtp/gstrtpmp4gpay.c:
9197         * gst/rtp/gstrtpmp4vpay.c:
9198         * gst/rtsp/gstrtpdec.c:
9199         * gst/rtsp/gstrtspsrc.c:
9200         * gst/udp/gstdynudpsink.c:
9201         * gst/udp/gstmultiudpsink.c:
9202         * gst/udp/gstudpsrc.c:
9203         * gst/videobox/gstvideobox.c:
9204         * gst/videofilter/gstvideoflip.c:
9205           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
9206           plus two minor macro fixes.
9207
9208 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9209
9210         * gst/matroska/matroska-demux.c:
9211         (gst_matroska_demux_check_subtitle_buffer),
9212         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9213         (gst_matroska_demux_subtitle_caps):
9214         * gst/matroska/matroska-ids.c:
9215         (gst_matroska_track_init_subtitle_context):
9216         * gst/matroska/matroska-ids.h:
9217           Try to fix up broken matroska files containing subtitle
9218           streams with non-UTF8 character encodings (courtesy of
9219           mkvmerge) using either the encoding specified in the
9220           GST_SUBTITLE_ENCODING environment variable or the
9221           current locale's character set if it is non-UTF8.
9222           Fixes #337076.
9223
9224 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9225
9226         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9227           Set image type from APIC frame as "image-type" field
9228           of GST_TAG_IMAGE buffer caps (#344605).
9229
9230 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
9231
9232         * ext/flac/Makefile.am:
9233         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
9234         (gst_flac_dec_reset_decoders),
9235         (gst_flac_dec_setup_seekable_decoder),
9236         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
9237         (gst_flac_dec_metadata_callback),
9238         (gst_flac_dec_metadata_callback_seekable),
9239         (gst_flac_dec_metadata_callback_stream),
9240         (gst_flac_dec_error_callback),
9241         (gst_flac_dec_error_callback_seekable),
9242         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
9243         (gst_flac_dec_read_stream), (gst_flac_dec_write),
9244         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
9245         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
9246         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
9247         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
9248         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
9249         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
9250         (gst_flac_dec_sink_activate_push),
9251         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
9252         * ext/flac/gstflacdec.h:
9253           Support chain-based operation, should make flac-over-DAAP
9254           work (#340492).
9255
9256 2006-06-20  Wim Taymans  <wim@fluendo.com>
9257
9258         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9259         Doc updates, merge some unused symbols.
9260
9261 2006-06-20  Wim Taymans  <wim@fluendo.com>
9262
9263         * docs/plugins/Makefile.am:
9264         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9265         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9266         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
9267         * gst/rtsp/gstrtspsrc.c:
9268         * gst/rtsp/gstrtspsrc.h:
9269         Added documentation for the rtsp plugin. Fixes #345393.
9270
9271 2006-06-20  Wim Taymans  <wim@fluendo.com>
9272
9273         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9274         (rtsp_connection_close), (rtsp_connection_free):
9275         Use better G_OS_* macros. Fixes #345301 some more.
9276
9277 2006-06-20  Wim Taymans  <wim@fluendo.com>
9278
9279         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9280
9281         * sys/sunaudio/Makefile.am:
9282         * sys/sunaudio/gstsunaudio.c: (plugin_init):
9283         * sys/sunaudio/gstsunaudiomixerctrl.c:
9284         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
9285         (gst_sunaudiomixer_ctrl_list_tracks),
9286         (gst_sunaudiomixer_ctrl_get_volume),
9287         (gst_sunaudiomixer_ctrl_set_volume),
9288         (gst_sunaudiomixer_ctrl_set_mute),
9289         (gst_sunaudiomixer_ctrl_set_record):
9290         * sys/sunaudio/gstsunaudiomixerctrl.h:
9291         * sys/sunaudio/gstsunaudiomixertrack.c:
9292         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
9293         * sys/sunaudio/gstsunaudiomixertrack.h:
9294         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
9295         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
9296         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
9297         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
9298         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
9299         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
9300         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
9301         (gst_sunaudiosrc_reset):
9302         * sys/sunaudio/gstsunaudiosrc.h:
9303         Add a SunAudio source plugin.
9304         Support stereo and right/left channel gain in the mixer plugin.
9305         Support the RECORD flag so that you can switch between line-input and
9306         microphone in gnome-volume-control.
9307         Code cleanups like using an enumerator for track number instead of an 
9308         integer. Fixes #344923.
9309
9310 2006-06-20  Wim Taymans  <wim@fluendo.com>
9311
9312         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
9313
9314         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9315         (rtsp_connection_close):
9316         Make RTSP plugin compile on windows. Fixes #345301.
9317         Some changes to original patch to catch errors better.
9318         use ifdef WIN32 instead of ifndef.
9319
9320 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9321
9322         * configure.ac:
9323         If we have libraw1394 >= 1.2.1, then we need libiec61883.
9324
9325 2006-06-18  Edward Hervey  <edward@fluendo.com>
9326
9327         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
9328         After a failed buffer alloc, we need to abort the jpeg decoding (it
9329         started when parsing headers to figure out how many bytes we need
9330         to request downstream).
9331
9332 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
9333
9334         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9335
9336         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
9337           Make sure we don't read beyond the end of the file (#345232).
9338
9339 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9340
9341         * configure.ac:
9342           Fix --disable-external (can't set conditionals conditionally,
9343           #343602).
9344
9345 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9346
9347         * autogen.sh:
9348         * configure.ac:
9349         * docs/Makefile.am:
9350           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
9351
9352         * docs/plugins/Makefile.am:
9353         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9354         * docs/plugins/inspect/plugin-taglib.xml:
9355           Add/fix apev2mux docs.
9356
9357 2006-06-14  Wim Taymans  <wim@fluendo.com>
9358
9359         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
9360         (gst_dvdec_finalize), (gst_dvdec_sink_event),
9361         (gst_dvdec_change_state):
9362         Reset segment info on flush.
9363         Alloc segment in _init, free in _finalize.
9364
9365         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
9366         Don't send segments twice.
9367
9368 2006-06-14  Wim Taymans  <wim@fluendo.com>
9369
9370         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
9371         Respect segment.stop. Fixes #342592.
9372
9373 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9374
9375         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
9376           No language specified means the implied language is English
9377           according to the matroska spec (partially fixes #344708);
9378           add some more debug output.
9379
9380 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9381
9382         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
9383         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
9384         (gst_wavparse_chain):
9385           When operating chain-based, don't make any assumptions about the
9386           chunking of the incoming data and make streaming work on days other
9387           than the second Thursday after a full moon. Also fix up debug
9388           messages here and there and make use of the most excellent new
9389           gst_pad_query_peer_duration() utility function.
9390           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
9391
9392         * gst/wavparse/gstwavparse.h:
9393           Remove trailing comma after last enum value, some compilers don't
9394           like that.
9395
9396 2006-06-13  Wim Taymans  <wim@fluendo.com>
9397
9398         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
9399         Handle premature EOS gracefully.
9400
9401 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
9402
9403         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
9404           Prevent out of bounds array access when scrubbing towards
9405           the end of the file between the last index entry and the
9406           end. Fixes occasional 'start <= stop' newsegment event
9407           assertions when scrubbing in MJPEG files.
9408
9409 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
9410
9411         * tests/check/elements/.cvsignore:
9412           And another one.
9413
9414 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9415
9416         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9417         (scan_encoded_string), (parse_picture_frame):
9418           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
9419
9420         * configure.ac:
9421           Require core >= 0.10.8 (for GST_TAG_IMAGE and
9422           GST_TAG_PPEVIEW_IMAGE used in the patch above).
9423
9424 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9425
9426         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
9427           gratuitous comment changes
9428         * tests/check/elements/level.c: (GST_START_TEST):
9429           fix level test leaks
9430
9431 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9432
9433         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
9434         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
9435           Use gst_pad_query_peer_duration() utility function here.
9436
9437 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9438
9439         * autogen.sh:
9440           require am17
9441         * configure.ac:
9442         * ext/annodex/Makefile.am:
9443         * ext/cdio/Makefile.am:
9444         * ext/dv/Makefile.am:
9445         * ext/esd/Makefile.am:
9446         * ext/flac/Makefile.am:
9447         * ext/gdk_pixbuf/Makefile.am:
9448         * ext/ladspa/Makefile.am:
9449         * ext/libcaca/Makefile.am:
9450         * ext/speex/Makefile.am:
9451         * ext/taglib/Makefile.am:
9452         * sys/oss/Makefile.am:
9453         * sys/sunaudio/Makefile.am:
9454         * sys/ximage/Makefile.am:
9455           clean up build further
9456
9457 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9458
9459         * gconf/Makefile.am:
9460           Honour --disable-schemas-install configure option. Fixes #344100.
9461
9462 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9463
9464         * tests/examples/level/Makefile.am:
9465           Add -lm to LIBS for pow() function, don't assume one of our
9466           dependencies (such as libxml-2.0) drags it in automatically
9467           (#343603).
9468
9469 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9470
9471         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
9472
9473         * configure.ac:
9474           We should use $SED and not $(SED) in configure.ac (#343678).
9475
9476 2006-06-09  Wim Taymans  <wim@fluendo.com>
9477
9478         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9479
9480         * sys/sunaudio/gstsunaudiomixerctrl.c:
9481         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
9482         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
9483         (gst_sunaudiomixer_ctrl_set_mute):
9484         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
9485         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
9486         (gst_sunaudiosink_write):
9487         Attached find a patch that fixes a number of bugs with the SunAudio
9488         mixer plugin and fixes #344101:
9489         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
9490            tracks onto the tracklist causing gnome-volume-control's preferences
9491            dialog to be messed up and would core dump if you checked/unchecked
9492            any item.
9493         2. We weren't previously setting the MUTE flag properly.  Fixing this
9494            makes gnome-volume-control work better.
9495         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
9496            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
9497            gnome-volume-control look better.
9498         Also some minor cleanup in gstsunaudiosink.c.
9499
9500 2006-06-09  Wim Taymans  <wim@fluendo.com>
9501
9502         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
9503         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
9504         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
9505         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
9506         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
9507         * ext/jpeg/gstjpegdec.h:
9508         API: Added IDCT method property
9509         Small cleanups.
9510         Avoid dynamic allocation of trivial fixed structure.
9511         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
9512
9513 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9514
9515         * configure.ac:
9516         We now require libraw1394 >= 1.1.0 and that version onwards all
9517         have .pc files.
9518
9519 2006-06-02  Edward Hervey  <edward@fluendo.com>
9520
9521         * gst/law/alaw-decode.c: (alawdec_getcaps): 
9522         Trying to get items from an ANY or EMPTY caps is ... stupid.
9523
9524 2006-06-02  Edward Hervey  <edward@fluendo.com>
9525
9526         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
9527         (gst_dvdec_chain), (gst_dvdec_change_state):
9528         * ext/dv/gstdvdec.h:
9529         Added GstSegment handling, now implements dropping/clipping.
9530
9531 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
9532
9533         * ext/aalib/gstaasink.h:
9534         * ext/annodex/gstcmmldec.h:
9535         * ext/cairo/gsttimeoverlay.h:
9536         * ext/dv/gstdvdec.h:
9537         * ext/dv/gstdvdemux.h:
9538         * ext/esd/esdmon.h:
9539         * ext/esd/esdsink.h:
9540         * ext/flac/gstflacenc.h:
9541         * ext/gconf/gstgconfaudiosink.h:
9542         * ext/gconf/gstgconfaudiosrc.h:
9543         * ext/gconf/gstgconfvideosink.h:
9544         * ext/gconf/gstgconfvideosrc.h:
9545         * ext/gdk_pixbuf/gstgdkanimation.h:
9546         * ext/gdk_pixbuf/pixbufscale.h:
9547         * ext/hal/gsthalaudiosink.h:
9548         * ext/hal/gsthalaudiosrc.h:
9549         * ext/jpeg/gstjpegenc.h:
9550         * ext/jpeg/gstsmokedec.h:
9551         * ext/jpeg/gstsmokeenc.h:
9552         * ext/libcaca/gstcacasink.h:
9553         * ext/libmng/gstmngdec.h:
9554         * ext/libmng/gstmngenc.h:
9555         * ext/libpng/gstpngdec.h:
9556         * ext/libpng/gstpngenc.h:
9557         * ext/raw1394/gstdv1394src.h:
9558         * ext/speex/gstspeexenc.h:
9559         * gst/autodetect/gstautoaudiosink.h:
9560         * gst/autodetect/gstautovideosink.h:
9561         * gst/avi/gstavidemux.h:
9562         * gst/cutter/gstcutter.h:
9563         * gst/debug/efence.h:
9564         * gst/debug/gstnavigationtest.h:
9565         * gst/debug/gstnavseek.h:
9566         * gst/flx/gstflxdec.h:
9567         * gst/goom/gstgoom.h:
9568         * gst/icydemux/gsticydemux.h:
9569         * gst/id3demux/gstid3demux.h:
9570         * gst/law/alaw-decode.h:
9571         * gst/law/alaw-encode.h:
9572         * gst/law/mulaw-decode.h:
9573         * gst/law/mulaw-encode.h:
9574         * gst/matroska/matroska-mux.h:
9575         * gst/median/gstmedian.h:
9576         * gst/oldcore/gstaggregator.h:
9577         * gst/oldcore/gstfdsink.h:
9578         * gst/oldcore/gstmd5sink.h:
9579         * gst/oldcore/gstmultifilesrc.h:
9580         * gst/oldcore/gstpipefilter.h:
9581         * gst/oldcore/gstshaper.h:
9582         * gst/oldcore/gststatistics.h:
9583         * gst/rtp/gstasteriskh263.h:
9584         * gst/rtp/gstrtpL16depay.h:
9585         * gst/rtp/gstrtpL16pay.h:
9586         * gst/rtp/gstrtpamrdepay.h:
9587         * gst/rtp/gstrtpamrpay.h:
9588         * gst/rtp/gstrtpdepay.h:
9589         * gst/rtp/gstrtpgsmdepay.h:
9590         * gst/rtp/gstrtpgsmpay.h:
9591         * gst/rtp/gstrtph263pay.h:
9592         * gst/rtp/gstrtph263pdepay.h:
9593         * gst/rtp/gstrtph263ppay.h:
9594         * gst/rtp/gstrtpmp4gpay.h:
9595         * gst/rtp/gstrtpmp4vdepay.h:
9596         * gst/rtp/gstrtpmp4vpay.h:
9597         * gst/rtp/gstrtpmpadepay.h:
9598         * gst/rtp/gstrtpmpapay.h:
9599         * gst/rtp/gstrtppcmadepay.h:
9600         * gst/rtp/gstrtppcmapay.h:
9601         * gst/rtp/gstrtppcmudepay.h:
9602         * gst/rtp/gstrtppcmupay.h:
9603         * gst/rtp/gstrtpspeexdepay.h:
9604         * gst/rtp/gstrtpspeexpay.h:
9605         * gst/rtsp/gstrtpdec.h:
9606         * gst/rtsp/gstrtspsrc.h:
9607         * gst/smpte/gstsmpte.h:
9608         * gst/udp/gstdynudpsink.h:
9609         * gst/udp/gstmultiudpsink.h:
9610         * gst/udp/gstudpsink.h:
9611         * gst/udp/gstudpsrc.h:
9612         * gst/videofilter/gstvideobalance.h:
9613         * gst/videofilter/gstvideoflip.h:
9614         * sys/oss/gstossdmabuffer.h:
9615         * sys/oss/gstossmixerelement.h:
9616         * sys/oss/gstosssink.h:
9617         * sys/oss/gstosssrc.h:
9618         * sys/osxvideo/osxvideosink.h:
9619         * sys/sunaudio/gstsunaudiomixer.h:
9620         * sys/sunaudio/gstsunaudiosink.h:
9621         * sys/ximage/gstximagesrc.h:
9622         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
9623
9624 2006-05-31  Wim Taymans  <wim@fluendo.com>
9625
9626         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
9627         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
9628         (gst_goom_src_setcaps), (gst_goom_src_event),
9629         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
9630         (gst_goom_change_state):
9631         * gst/goom/gstgoom.h:
9632         Handle QoS.
9633         Handle flushing, discont and events.
9634         Fix timestamps and various other cleanups.
9635
9636 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9637
9638         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
9639         Fix bus reset when using libiec61883
9640
9641 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9642
9643         * configure.ac:
9644         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
9645         * ext/raw1394/Makefile.am:
9646         Add CFLAGS.
9647         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
9648         New method, to receive using libiec61883.
9649         (gst_dv1394src_iso_receive),
9650         #ifdef'd out if libiec61883 is present.
9651         (gst_dv1394src_bus_reset),
9652         Get userdata correctly if using libiec61883. 
9653         (gst_dv1394src_create),
9654         When using libiec61883, only poll one fd and no need to read.
9655         (gst_dv1394src_discover_avc_node),
9656         Replace g_warnings.
9657         (gst_dv1394src_start),
9658         Create new handle when we know which dv port.  More reliable
9659         than setting port on an existing handle.  Initialise libiec61883.
9660         (gst_dv1394src_stop):
9661         If using libiec61883, then cleanup its handle properly.
9662         * ext/raw1394/gstdv1394src.h:
9663         Add libiec61883 handle.
9664
9665 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
9666
9667         * gst/avi/gstavidemux.c:
9668           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
9669         * win32/MANIFEST:
9670           sort file listing
9671         * win32/vs6/libgstavi.dsp:
9672           add gstavimux.c to the project
9673         * win32/vs6/libgstid3demux.dsp:
9674           add link to zlib library
9675         * win32/vs6/libgstmatroska.dsp:
9676           add matroska-ids.c to the project
9677
9678 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9679
9680         Patch by: Sebastian Dröge  <mail at slomosnail de >
9681
9682         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9683         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9684         * ext/taglib/Makefile.am:
9685         * ext/taglib/gstapev2mux.cc:
9686         * ext/taglib/gstapev2mux.h:
9687         * ext/taglib/gstid3v2mux.cc:
9688         * ext/taglib/gsttaglibmux.c: (plugin_init):
9689         * ext/taglib/gsttaglibmux.h:
9690           Add apev2mux element (#343122).
9691         
9692         * tests/check/Makefile.am:
9693         * tests/check/elements/apev2mux.c:
9694         (test_taglib_apev2mux_create_tags),
9695         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
9696         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
9697         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
9698         (apev2mux_suite), (main):
9699           Add unit test for apev2mux element.
9700
9701 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9702
9703         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
9704         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
9705         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
9706           GST_PTR_FORMAT should be used to print caps in debug statements.
9707
9708 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9709
9710         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
9711
9712         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
9713         (ape_demux_parse_tags):
9714           Some clean-ups and additions: map APE 'file' tag to
9715           GST_TAG_LOCATION (#343123); add support for extracting
9716           the track count and clean up parsing a bit (#343127).
9717
9718 2006-05-28  Edward Hervey  <edward@fluendo.com>
9719
9720         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
9721         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
9722
9723 2006-05-28  Edward Hervey  <edward@fluendo.com>
9724
9725         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
9726         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
9727         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
9728         * ext/jpeg/gstjpegdec.h:
9729         Clip outgoing buffers according to currently configured segment.
9730
9731 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9732
9733         * ext/taglib/gstid3v2mux.cc:
9734           Handle  writing of track-count or album-volume-count without
9735           track-number or albume-volume-number (in this case the number
9736           will just be set to 0).
9737
9738         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
9739           It would be nice if we actually checked the values received for
9740           track/album-volume number/count in  _check_tags(), rather than
9741           setting them again ...
9742
9743 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9744
9745         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
9746           A track/volume number or count of 0 does not make sense,
9747           just ignore it along with negative numbers (a tag might
9748           only contain a track count without a track number).
9749
9750 2006-05-27  Edward Hervey  <edward@fluendo.com>
9751
9752         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
9753         (gst_jpeg_dec_sink_event):
9754         Abort decompression when receiving FLUSH_STOP. This should avoid
9755         issues when interrupting decoding with flushes.
9756
9757 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
9758
9759         * ext/flac/gstflac.c:
9760           Don't #include file we don't dist any longer.
9761
9762 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
9763
9764         * README:
9765           Replace current README (containing the release notes from
9766           some 0.9.x version) with a proper README taken from the core.
9767
9768 2006-05-24  Wim Taymans  <wim@fluendo.com>
9769
9770         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
9771         Implement EOS correctly by either posting
9772         SEGMENT_DONE or pushing an EOS message depending
9773         on the seek type. Fixes #342592
9774
9775 2006-05-24  Wim Taymans  <wim@fluendo.com>
9776
9777         * gst/law/alaw-decode.c: (gst_alawdec_chain):
9778         * gst/law/alaw-decode.h:
9779         * gst/law/alaw-encode.c: (gst_alawenc_chain):
9780         * gst/law/alaw-encode.h:
9781         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
9782         * gst/law/mulaw-decode.h:
9783         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
9784         * gst/law/mulaw-encode.h:
9785         Some cleanups in the chain functions.
9786         Remove some GStreamer 0.0.2 bits.
9787
9788 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9789
9790         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9791
9792         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
9793           gst_collect_pads_stop() needs to be called before chaining up
9794           to the parent class (#342734).
9795
9796 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9797
9798         * ext/flac/Makefile.am:
9799         * ext/flac/flac_compat.h:
9800         * ext/flac/gstflac.c:
9801         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
9802         * ext/flac/gstflacenc.c:
9803           Remove backwards compatibility cruft for dealing with FLAC API
9804           changes in the 1.0.x series - we require 1.1.1 or newer these days.
9805
9806 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9807
9808         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9809         (gst_matroska_demux_push_xiph_codec_priv_data),
9810         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9811         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
9812         * gst/matroska/matroska-ids.h:
9813         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
9814         (gst_matroska_mux_video_pad_setcaps),
9815         (xiph3_streamheader_to_codecdata),
9816         (vorbis_streamheader_to_codecdata),
9817         (theora_streamheader_to_codecdata),
9818         (gst_matroska_mux_audio_pad_setcaps),
9819         (gst_matroska_mux_write_data):
9820           Add support for muxing/demuxing theora video (#342448; too bad
9821           none of the usual linux players can actually play this). Playback
9822           in GStreamer will require additional changes to theoradec in -base.
9823           Refactor streamheaders <=> CodecPrivateData code a bit; some small
9824           cleanups.
9825
9826 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9827
9828         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
9829         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
9830           Fix crashes when the horizontal subsampling is 1.
9831           Fixes #342097.
9832
9833 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9834
9835         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9836
9837         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
9838         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
9839         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
9840         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
9841         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
9842         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
9843         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
9844         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
9845         (gst_avi_mux_change_state):
9846         * gst/avi/gstavimux.h:
9847           Some enhancements for avimux (#342526):
9848            - add odml (large file) index support
9849            - store codec init data (e.g. huffyuv)
9850            - miscellaneous other fixes/cleanups
9851
9852 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
9853
9854         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
9855         Don't output any tag when we encounter a negative track number - the
9856         tag type is uint, so we end up outputting huge positive numbers
9857         instead. (Fixes: #342029)
9858
9859 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9860
9861         * configure.ac:
9862           update for new GSTPB_PLUGINS_DIR
9863
9864 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
9865
9866         * rtp/gst/gstrtph263pay.c:
9867         Properly set static caps for H263 at 34.
9868
9869 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
9870
9871         Patch by: James "Doc" Livingston  <doclivingston gmail com>
9872
9873         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
9874           Merge event tags and tag setter tags correctly (#339918). Also,
9875           don't leak taglist in case of an error.
9876           
9877 2006-05-17  Edward Hervey  <edward@fluendo.com>
9878
9879         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
9880         We can only do caps intersection if the othercaps are non-empty and not
9881         ANY. Else we return the pad template (base_caps).
9882
9883 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
9884
9885         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
9886           Fix crash when outputting debugging information for certain
9887           pictures (always good to use the right struct member for
9888           the number of records in an array).
9889
9890 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
9891
9892         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
9893
9894         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
9895         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
9896         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
9897         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
9898         (gst_ebml_read_float), (gst_ebml_read_ascii),
9899         (gst_ebml_read_binary):
9900           Don't create unnecessary sub-buffers all the time. Dramatically
9901           improves performance with multiple concurrently running
9902           matroskademux instances (#341818) (and avoids doing
9903           unnecessarily inefficient things in the general case).
9904
9905 2006-05-16  Edward Hervey  <edward@fluendo.com>
9906
9907         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
9908         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
9909         return value of gst_pad_push_event().
9910
9911 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
9912
9913         * gst/autodetect/gstautoaudiosink.c:
9914         (gst_auto_audio_sink_find_best):
9915         * gst/autodetect/gstautovideosink.c:
9916         (gst_auto_video_sink_find_best):
9917         Make the name of the child element be based on the name of the
9918         parent, so that debug output is more useful.
9919         
9920         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
9921         (parse_insert_string_field), (parse_split_strings):
9922         Rework string parsing to always walk over BOM markers in UTF16
9923         strings, using the endianness indicated by the innermost one,
9924         then trying the opposite endianness if that fails to convert
9925         to valid UTF-8. Fixes #341774
9926
9927 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9928
9929         Patch from: Matthieu <matthieu at fluendo dot com>
9930
9931         * ext/libpng/Makefile.am:
9932         Add LIBPNG_CFLAGS.
9933
9934 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
9935
9936         * ext/taglib/gstid3v2mux.cc:
9937           Add support for writing images (APIC frames) into ID3v2
9938           tags (picture type always set to 'other' for now though).
9939
9940 2006-05-14  Michael Smith  <msmith@fluendo.com>
9941
9942         * gst/wavparse/gstwavparse.c:
9943           Update docs; wavparse implements push and pull modes.
9944
9945 2006-05-12  Wim Taymans  <wim@fluendo.com>
9946
9947         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
9948         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
9949         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
9950         Ooops, bitten by the copy-and-paste design paradigm, fixes
9951         seek again.
9952
9953 2006-05-12  Wim Taymans  <wim@fluendo.com>
9954
9955         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9956         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
9957         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
9958         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
9959         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
9960         (gst_avi_demux_massage_index),
9961         (gst_avi_demux_calculate_durations_from_index),
9962         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
9963         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
9964         (gst_avi_demux_loop):
9965         * gst/avi/gstavidemux.h:
9966         Some cleanups, prepare to use GstSegment.
9967         Fix error in entry walking code.
9968         Fix VBR detection.
9969         Smarter timestamp calculation code.
9970         Uniform error/eos handling.
9971
9972 2006-05-12  Michael Smith  <msmith@fluendo.com>
9973
9974         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
9975         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
9976           Fix use of uninitialised values if we're NOT seeking in ready.
9977           Fix typos.
9978
9979 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
9980
9981         * gst/wavparse/Makefile.am:
9982           Add CFLAGS and LIBS for libgstbase, fixes build on
9983           Cygwin (#341489).
9984
9985 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
9986
9987         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
9988           Some more debug info. No need to check whether the string
9989           returned by g_convert() is really UTF-8 - either it is or
9990           we get NULL returned.
9991
9992 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
9993
9994         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
9995           Fix parsing of numeric genre strings some more, by ensuring that
9996           we only try and parse strings that a) Start with '(' and b) Consist
9997           only of digits.
9998           Also, when finding an escaping '((' sequence, bust it back to '(' by
9999           swallowing the first parenthesis
10000
10001 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10002
10003         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
10004         (gst_esdsink_open), (gst_esdsink_close):
10005         * ext/esd/esdsink.h:
10006           Move the esd_get_server_info() into gst_esdsink_open() and fail
10007           with a decent error message on errors.
10008
10009 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10010
10011         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
10012         (gst_esdmon_channels_get_type):
10013         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
10014         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
10015         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
10016         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
10017         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
10018         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
10019         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
10020         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
10021         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
10022         * gst/videomixer/videomixer.c:
10023         (gst_video_mixer_background_get_type):
10024           Const-ify GEnumValue arrays.
10025
10026 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10027
10028         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
10029
10030         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
10031         (gst_avi_mux_do_video_buffer):
10032           Work around gst_buffer_make_metadata_writable() bug that
10033           results in avimux marking all frames in the index as
10034           keyframes (#340859).
10035           
10036 2006-05-08  Wim Taymans  <wim@fluendo.com>
10037
10038         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10039         Make parsing of urls suck slightly less.
10040
10041 2006-05-08  Edward Hervey  <edward@fluendo.com>
10042
10043         * autogen.sh: (CONFIGURE_DEF_OPT): 
10044         libtoolize on Darwin/MacOSX is called glibtoolize.
10045
10046 2006-05-08  Wim Taymans  <wim@fluendo.com>
10047
10048         Patch by: Jens Granseuer <jensgr at gmx dot net>
10049
10050         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
10051         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
10052         C89 compliance fixes. Fixes #340980
10053
10054 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
10055
10056         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10057         * ext/flac/gstflacdec.h:
10058           Handle segment seeks that include the end of the file as stop point
10059           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
10060           message instead of an EOS event in case we're in segment seek
10061           mode (fixes #340699).
10062           
10063 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
10064
10065         * ext/cairo/gsttextoverlay.c:
10066         * ext/flac/gstflacdec.c:
10067         * ext/gdk_pixbuf/pixbufscale.c:
10068         * gst/apetag/gstapedemux.c:
10069         * gst/debug/breakmydata.c:
10070         * gst/debug/testplugin.c:
10071         * gst/matroska/ebml-write.c:
10072         * gst/multipart/multipartdemux.c:
10073         * sys/osxaudio/gstosxaudiosink.c:
10074         * sys/osxaudio/gstosxaudiosrc.c:
10075         Add semicolons after GST_BOILERPLATE[_FULL] so that
10076         indent doesn't mess up following lines.
10077
10078 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
10079
10080         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
10081
10082         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
10083           Don't leak caps when freeing the stream context (#340623).
10084
10085 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
10086
10087         * configure.ac:
10088           Back to CVS
10089
10090 === release 0.10.3 ===
10091
10092 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
10093
10094         * configure.ac:
10095           releasing 0.10.3, "Desplazado"
10096
10097 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10098
10099         * gst/matroska/matroska-mux.c:
10100         (gst_matroska_mux_stream_is_vorbis_header),
10101         (gst_matroska_mux_write_data):
10102           Don't strcmp() NULL strings.
10103           Only start new clusters on video keyframes, not on any
10104           random audio buffer that doesn't have the DELTA_UNIT
10105           flag set (fixes 'make check' again).
10106
10107 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10108
10109         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10110
10111         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
10112         (gst_matroska_mux_stream_is_vorbis_header),
10113         (gst_matroska_mux_write_data):
10114           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
10115           value and then dead-lock when muxing vorbis audio streams
10116           (the three vorbis header buffers carry no timestamp, and it
10117           would try to mux these after all video buffers). Fixes #340346.
10118
10119           Improve clustering: start a new cluster also whenever we get
10120           a keyframe.     
10121
10122 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10123
10124         * win32/common/config.h:
10125         * win32/MANIFEST
10126           add the generated file as well
10127
10128 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10129
10130         * Makefile.am:
10131         * configure.ac:
10132         * win32/common/config.h.in:
10133           add win32 stuff
10134
10135 2006-05-03  Michael Smith  <msmith@fluendo.com>
10136
10137         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
10138           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
10139           SUCKS.
10140
10141 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10142
10143         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10144         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10145         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10146           don't leak caps-string
10147
10148 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10149
10150         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10151         (gst_id3demux_sink_activate):
10152           Let core insert default error message for TYPE_NOT_FOUND
10153           errors, it's just as good as our own and has the added
10154           bonus of being translated.
10155
10156 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10157
10158         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
10159         (gst_tag_demux_sink_event):
10160         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
10161         (gst_id3demux_sink_event):
10162           Post an error message when we get an EOS event and were not
10163           able to find out the type of stream.
10164
10165         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
10166         (test_taglib_id3mux_with_tags):
10167           Decrease num-buffers to 16 per iteration again, otherwise the
10168           many memcpy()s and reallocations in the test will hammer slow
10169           CPUs completely and make the test timeout.
10170
10171 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10172
10173         * configure.ac:
10174           figure out where plugins-base plugins are
10175         * tests/check/Makefile.am:
10176           use plugins-base plugins, so we have typefind functions
10177         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
10178           increase num-buffers, this makes sure the test errors out instead
10179           of timing out when no typefind functions are present
10180
10181 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10182
10183         * docs/plugins/Makefile.am:
10184           also check .cc files for gtk-doc markup
10185         * configure.ac:
10186         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10187         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10188         * tests/check/Makefile.am:
10189         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
10190         * ext/Makefile.am:
10191         * ext/taglib/Makefile.am:
10192         * ext/taglib/gstid3v2mux.h:
10193         * ext/taglib/gsttaglibmux.c:
10194         * ext/taglib/gsttaglibmux.h:
10195           move taglib-based id3v2muxer to -good.  Fixes #336110.
10196
10197 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10198
10199         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10200           ... and fix multichannel/WAVFORMATEX support again.
10201
10202 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
10203
10204         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10205         (gst_wavparse_class_init), (gst_wavparse_dispose),
10206         (gst_wavparse_reset), (gst_wavparse_init),
10207         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
10208         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
10209         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
10210         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
10211         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10212         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10213         (gst_wavparse_stream_data), (gst_wavparse_loop),
10214         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10215         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10216         (gst_wavparse_change_state), (plugin_init):
10217         * gst/wavparse/gstwavparse.h:
10218           Add push (streaming) mode to wavparse (fixes #337625)
10219
10220 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10221
10222         * configure.ac:
10223         * tests/Makefile.am:
10224           add ximagesrc icles test
10225
10226 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10227
10228         * configure.ac:
10229         * docs/plugins/Makefile.am:
10230         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10231         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10232         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
10233         (gst_cmml_enc_push_clip):
10234         * sys/Makefile.am:
10235         * sys/ximage/Makefile.am:
10236         * sys/ximage/gstximagesrc.c:
10237           Move ximagesrc plug-in to good after review.  Fixes #336756.
10238
10239 2006-04-28  Michael Smith  <msmith@fluendo.com>
10240
10241         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
10242         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
10243         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
10244         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
10245         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10246         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
10247         * gst/icydemux/gsticydemux.h:
10248           Fix event handling: cache events when typefinding and forward later.
10249
10250 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10251
10252         * sys/osxaudio/gstosxaudiosink.c:
10253         (plugin_init):
10254          Register osxaudiosrc to the plugin.
10255         * sys/osxaudio/gstosxaudiosrc.c:
10256         (gst_osx_audio_src_osxelement_do_init),
10257         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
10258         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
10259         (gst_osx_audio_src_get_property),
10260         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
10261         (gst_osx_audio_src_osxelement_init):
10262         * sys/osxaudio/gstosxaudiosrc.h:
10263           Port of osxaudiosrc to 0.10.
10264         * sys/osxaudio/Makefile.am:
10265           Add osxaudiosrc
10266
10267 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10268
10269         * sys/osxaudio/gstosxringbuffer.c:
10270         * sys/osxaudio/gstosxringbuffer.h:
10271           Forgot to commit earlier, part of the OSX audio plugin port
10272
10273 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10274
10275         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
10276         (parse_split_strings):
10277           Recognise and skip any byte order marker (BOM) in
10278           UTF-16 strings.
10279
10280 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10281
10282         * docs/plugins/Makefile.am:
10283         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10284         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10285         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10286         * docs/plugins/inspect/plugin-avi.xml:
10287         * gst/avi/gstavidemux.c:
10288         * gst/avi/gstavimux.c:
10289           Add docs for both avidemux and avimux.
10290
10291 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10292
10293         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10294
10295         * gst/avi/Makefile.am:
10296         * gst/avi/gstavi.c: (plugin_init):
10297         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
10298         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
10299         (gst_avi_mux_class_init), (gst_avi_mux_init),
10300         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10301         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
10302         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
10303         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10304         (gst_avi_mux_riff_get_avix_header),
10305         (gst_avi_mux_riff_get_video_header),
10306         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
10307         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
10308         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10309         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
10310         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
10311         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
10312         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10313         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
10314         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
10315         (gst_avi_mux_change_state):
10316         * gst/avi/gstavimux.h:
10317           Port AVI muxer to GStreamer-0.10 (#332031).
10318
10319         * tests/check/Makefile.am:
10320         * tests/check/elements/avimux.c:
10321         * tests/check/elements/.cvsignore:
10322           Add unit test for AVI muxer.
10323
10324 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
10325
10326         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10327         (gst_wavparse_class_init), (gst_wavparse_reset),
10328         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10329         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10330         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10331         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10332         (gst_wavparse_stream_data), (gst_wavparse_loop),
10333         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
10334         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
10335         (plugin_init):
10336         * gst/wavparse/gstwavparse.h:
10337           reverted patch #337625 for the price of 1 hour sleep
10338
10339 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10340
10341         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10342         (gst_wavparse_class_init), (gst_wavparse_reset),
10343         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10344         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
10345         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10346         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10347         (gst_wavparse_stream_data), (gst_wavparse_loop),
10348         (gst_wavparse_chain), (plugin_init):
10349         * gst/wavparse/gstwavparse.h:
10350           correct partial implementation of push mode
10351           (from my last commit)
10352
10353 2006-04-26  Wim Taymans  <wim@fluendo.com>
10354
10355         * ext/esd/esdsink.c:
10356         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
10357         it is not in esd.h
10358
10359 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
10360
10361         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
10362         (gst_au_parse_class_init), (gst_au_parse_init),
10363         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
10364         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
10365         (gst_au_parse_chain), (gst_au_parse_src_convert),
10366         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
10367         (gst_au_parse_sink_event), (gst_au_parse_src_event),
10368         (gst_au_parse_change_state):
10369         * gst/auparse/gstauparse.h:
10370           Rewrite auparse to suck a little bit less: make source pad
10371           dynamic, so decodebin/playbin work with non-raw formats
10372           like alaw/mulaw; add query function for duration/position
10373           queries; check whether we have enough data before attempting
10374           to parse the header (instead of crashing when that is not the
10375           case); work around audioconvert sucking by swapping endianness
10376           to the native endianness ourselves for float formats; send
10377           initial newsegment event. Fixes #161712.
10378
10379 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10380
10381         * sys/osxaudio/Makefile.am:
10382         * sys/osxaudio/gstosxaudioelement.c:
10383         (gst_osx_audio_element_get_type),
10384         (gst_osx_audio_element_class_init):
10385         * sys/osxaudio/gstosxaudioelement.h:
10386         * sys/osxaudio/gstosxaudiosink.c:
10387         (gst_osx_audio_sink_osxelement_do_init),
10388         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
10389         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
10390         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
10391         (gst_osx_audio_sink_create_ringbuffer),
10392         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
10393         (plugin_init):
10394         * sys/osxaudio/gstosxaudiosink.h:
10395         Port of osxaudiosink to 0.10
10396
10397 2006-04-26  Wim Taymans  <wim@fluendo.com>
10398
10399         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
10400         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
10401         the size of the ringbuffer. This should fix hangs with older 
10402         esd sound servers.
10403
10404 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10405
10406         * ext/aalib/gstaasink.c:
10407         * ext/annodex/gstcmmldec.c:
10408         * ext/annodex/gstcmmlenc.c:
10409         * ext/cairo/gsttextoverlay.c:
10410         * ext/cairo/gsttimeoverlay.c:
10411         * ext/cdio/gstcdiocddasrc.c:
10412         * ext/dv/gstdvdec.c:
10413         * ext/dv/gstdvdemux.c:
10414         * ext/esd/esdmon.c:
10415         * ext/esd/esdsink.c:
10416         * ext/flac/gstflacenc.c:
10417         * ext/flac/gstflactag.c:
10418         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
10419         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
10420         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
10421         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
10422         * ext/gdk_pixbuf/pixbufscale.c:
10423         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10424         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10425         * ext/jpeg/gstjpegdec.c:
10426         * ext/jpeg/gstjpegenc.c:
10427         * ext/jpeg/gstsmokedec.c:
10428         * ext/jpeg/gstsmokeenc.c:
10429         * ext/libcaca/gstcacasink.c:
10430         * ext/libmng/gstmngdec.c:
10431         * ext/libmng/gstmngenc.c:
10432         * ext/libpng/gstpngdec.c:
10433         * ext/libpng/gstpngenc.c:
10434         * ext/mikmod/gstmikmod.c:
10435         * ext/raw1394/gstdv1394src.c:
10436         * ext/shout2/gstshout2.c: (gst_shout2send_init):
10437         * ext/shout2/gstshout2.h:
10438         * ext/speex/gstspeexdec.c:
10439         * ext/speex/gstspeexenc.c:
10440         * gst/alpha/gstalpha.c:
10441         * gst/alpha/gstalphacolor.c:
10442         * gst/apetag/gstapedemux.c:
10443         * gst/auparse/gstauparse.c:
10444         * gst/autodetect/gstautoaudiosink.c:
10445         (gst_auto_audio_sink_base_init):
10446         * gst/autodetect/gstautovideosink.c:
10447         (gst_auto_video_sink_base_init):
10448         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
10449         * gst/avi/gstavimux.c: (gst_avimux_base_init):
10450         * gst/cutter/gstcutter.c:
10451         * gst/debug/breakmydata.c:
10452         * gst/debug/efence.c:
10453         * gst/debug/gstnavigationtest.c:
10454         * gst/debug/gstnavseek.c:
10455         * gst/debug/negotiation.c:
10456         * gst/debug/progressreport.c:
10457         * gst/debug/testplugin.c:
10458         * gst/effectv/gstaging.c:
10459         * gst/effectv/gstdice.c:
10460         * gst/effectv/gstedge.c:
10461         * gst/effectv/gstquark.c:
10462         * gst/effectv/gstrev.c:
10463         * gst/effectv/gstshagadelic.c:
10464         * gst/effectv/gstvertigo.c:
10465         * gst/effectv/gstwarp.c:
10466         * gst/flx/gstflxdec.c:
10467         * gst/goom/gstgoom.c:
10468         * gst/icydemux/gsticydemux.c:
10469         * gst/id3demux/gstid3demux.c:
10470         * gst/interleave/deinterleave.c:
10471         * gst/interleave/interleave.c:
10472         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
10473         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
10474         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
10475         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
10476         * gst/level/gstlevel.c:
10477         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
10478         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
10479         * gst/median/gstmedian.c:
10480         * gst/monoscope/gstmonoscope.c:
10481         * gst/multipart/multipartdemux.c:
10482         * gst/multipart/multipartmux.c:
10483         * gst/oldcore/gstaggregator.c:
10484         * gst/oldcore/gstfdsink.c:
10485         * gst/oldcore/gstmd5sink.c:
10486         * gst/oldcore/gstmultifilesrc.c:
10487         * gst/oldcore/gstpipefilter.c:
10488         * gst/oldcore/gstshaper.c:
10489         * gst/oldcore/gststatistics.c:
10490         * gst/rtp/gstasteriskh263.c:
10491         * gst/rtp/gstrtpL16depay.c:
10492         * gst/rtp/gstrtpL16pay.c:
10493         * gst/rtp/gstrtpamrdepay.c:
10494         * gst/rtp/gstrtpamrpay.c:
10495         * gst/rtp/gstrtpdepay.c:
10496         * gst/rtp/gstrtpgsmpay.c:
10497         * gst/rtp/gstrtph263pay.c:
10498         * gst/rtp/gstrtph263pdepay.c:
10499         * gst/rtp/gstrtph263ppay.c:
10500         * gst/rtp/gstrtpilbcdepay.c:
10501         * gst/rtp/gstrtpmp4gpay.c:
10502         * gst/rtp/gstrtpmp4vdepay.c:
10503         * gst/rtp/gstrtpmp4vpay.c:
10504         * gst/rtp/gstrtpmpadepay.c:
10505         * gst/rtp/gstrtpmpapay.c:
10506         * gst/rtp/gstrtppcmadepay.c:
10507         * gst/rtp/gstrtppcmapay.c:
10508         * gst/rtp/gstrtppcmudepay.c:
10509         * gst/rtp/gstrtppcmupay.c:
10510         * gst/rtp/gstrtpspeexdepay.c:
10511         * gst/rtp/gstrtpspeexpay.c:
10512         * gst/rtsp/gstrtpdec.c:
10513         * gst/rtsp/gstrtspsrc.c:
10514         * gst/smpte/gstsmpte.c:
10515         * gst/udp/gstdynudpsink.c:
10516         * gst/udp/gstmultiudpsink.c:
10517         * gst/udp/gstudpsink.c:
10518         * gst/udp/gstudpsrc.c:
10519         * gst/videobox/gstvideobox.c:
10520         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
10521         * gst/videofilter/gstvideobalance.c:
10522         * gst/videofilter/gstvideoflip.c:
10523         * gst/videofilter/gstvideotemplate.c:
10524         (gst_videotemplate_base_init):
10525         * gst/videomixer/videomixer.c:
10526         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10527         (gst_wavparse_class_init), (gst_wavparse_dispose),
10528         (gst_wavparse_reset), (gst_wavparse_init),
10529         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10530         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
10531         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
10532         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10533         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10534         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10535         (gst_wavparse_change_state):
10536         * gst/wavparse/gstwavparse.h:
10537         * sys/oss/gstossmixerelement.c:
10538         * sys/oss/gstosssink.c:
10539         * sys/oss/gstosssrc.c:
10540         * sys/osxaudio/gstosxaudioelement.c:
10541         * sys/osxaudio/gstosxaudiosink.c:
10542         * sys/osxaudio/gstosxaudiosrc.c:
10543         * sys/sunaudio/gstsunaudiomixer.c:
10544         * sys/sunaudio/gstsunaudiosink.c:
10545           Define GstElementDetails as const and also static (when defined as
10546           global)
10547
10548 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10549
10550         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10551           Source pad has fixed caps. If we don't set this, bad
10552           things happen when the window is resized.
10553
10554 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10555
10556         * gst/matroska/Makefile.am:
10557         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10558         (gst_matroska_demux_handle_src_event):
10559         * gst/matroska/matroska-ids.c:
10560         (gst_matroska_track_init_video_context),
10561         (gst_matroska_track_init_audio_context),
10562         (gst_matroska_track_init_subtitle_context),
10563         (gst_matroska_track_init_complex_context):
10564         * gst/matroska/matroska-ids.h:
10565           Handle case where the TrackType ebml chunk does not come before the
10566           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
10567           events.
10568
10569 2006-04-25  Wim Taymans  <wim@fluendo.com>
10570
10571         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10572         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
10573         It's codec_data, not codec_info.
10574
10575 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10576
10577         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10578
10579         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
10580           Handle codec_data for VfW compatibility codec IDs (#339451)
10581
10582         * gst/matroska/matroska-mux.c:
10583         (gst_matroska_mux_video_pad_setcaps):
10584           Same here, handle codec_data and add additional caps we can handle
10585           now to the pad template (huffyuv, dv and h263 video) (#339451)
10586
10587 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10588
10589         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
10590
10591         * gst/matroska/matroska-mux.c:
10592         (gst_matroska_mux_create_buffer_header),
10593         (gst_matroska_mux_write_data):
10594           Fix timestamping of B-frames, use signed integers, do
10595           some rounding (#339678).
10596
10597 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
10598
10599         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
10600         just make it compile with --disable-gst-debug.
10601
10602 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
10603
10604         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10605         Fix a bad conversion using gst_guint64_to_gdouble.
10606         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
10607         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
10608         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
10609     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
10610         mistake.
10611
10612 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
10613
10614         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10615         Use gst_guint64_to_gdouble for conversions
10616         * win32/vs6/gst_plugins_good.dsw:
10617         * win32/vs6/libgsticydemux.dsp:
10618         Add a project file for icydemux
10619
10620 2006-04-21  Wim Taymans  <wim@fluendo.com>
10621
10622         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
10623
10624         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10625         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
10626         When splitting audio chunks, the block alignment is not taken in
10627         consideration, so the smaller chunks could be of size which is 
10628         not a multiple of the block alignment. Fixes #336904
10629
10630 2006-04-21  Wim Taymans  <wim@fluendo.com>
10631
10632         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
10633         Use scale functions
10634
10635 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10636
10637         * ext/dv/gstdv.c: (plugin_init):
10638           Fix build.
10639
10640 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10641
10642         * gst/debug/progressreport.c: (gst_progress_report_finalize),
10643         (gst_progress_report_class_init), (gst_progress_report_init),
10644         (gst_progress_report_do_query), (gst_progress_report_report),
10645         (gst_progress_report_set_property),
10646         (gst_progress_report_get_property):
10647           Add 'format' property to force querying to a particular format.
10648
10649 2006-04-21  Andy Wingo  <wingo@pobox.com>
10650
10651         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
10652         best, on big endian systems. Drop its rank in that case. OTOH on
10653         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
10654
10655 2006-04-21  Michael Smith  <msmith@fluendo.com>
10656
10657         * configure.ac:
10658         * gst/icydemux/Makefile.am:
10659         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
10660         (gst_icydemux_base_init), (gst_icydemux_class_init),
10661         (gst_icydemux_reset), (gst_icydemux_init),
10662         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
10663         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
10664         (unicodify), (gst_icydemux_unicodify),
10665         (gst_icydemux_parse_and_send_tags),
10666         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10667         (gst_icydemux_chain), (gst_icydemux_change_state),
10668         (gst_icydemux_send_tag_event), (plugin_init):
10669         * gst/icydemux/gsticydemux.h:
10670         * tests/check/Makefile.am:
10671         * tests/check/elements/icydemux.c: (typefind_succeed),
10672         (plugin_init), (icydemux_found_pad), (create_icydemux),
10673         (cleanup_icydemux), (push_data), (GST_START_TEST),
10674         (icydemux_suite), (main):
10675           Add icydemux, and tests.
10676
10677 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10678
10679         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10680           Post SEGMENT_DONE message in TIME format.
10681
10682 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10683
10684         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
10685
10686         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
10687         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
10688           Fix index creation when we have to scan the file to create
10689           an index. There may be other types of RIFF 'LIST' chunks than
10690           'movi' and we need to skip them properly as well or we'll end up
10691           reading garbage (#336889). Some other cosmetic changes.
10692           
10693 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10694
10695         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
10696         (gst_flac_dec_handle_seek_event):
10697           Add support for segment seeks (fixes #338290). Also demote
10698           some recurring debug message from DEBUG to LOG level.
10699
10700 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10701
10702         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10703         (gst_matroskademux_do_index_seek),
10704         (gst_matroska_demux_handle_seek_event),
10705         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
10706         * gst/matroska/matroska-ids.h:
10707           Set DISCONT flag on first buffer after a discontinuity.
10708           Fix newsegment events sent when seeking and honour KEY_UNIT
10709           seek flag. Create pad with bogus caps if we don't recognise
10710           the stream codec id.
10711
10712         * gst/matroska/matroska-demux.h:
10713           Fix GObject macros.
10714
10715 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10716
10717         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10718
10719         * gst/matroska/matroska-demux.c:
10720         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
10721           Handle end of segment properly when set; don't dead-lock when
10722           posting start of segment message when doing a segment seek.
10723           Fixes #338810.
10724
10725 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10726
10727         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
10728         (gst_matroska_demux_plugin_init):
10729           Make mpeg2 aac audio work: create artificial private codec data
10730           chunk which faad2 seems to require, just as we do for mpeg4 aac.
10731           Also call gst_riff_init(). Partially fixes #338767.
10732
10733 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
10734
10735         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
10736         (gst_wavenc_class_init), (gst_wavenc_init),
10737         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
10738         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
10739         (gst_wavenc_chain), (gst_wavenc_change_state):
10740         * gst/wavenc/gstwavenc.h:
10741           Set caps on first outgoing buffer, so that it doesn't error out
10742           immediately with a non-negotiated error (#338716). Rewrite and
10743           clean up a bit; fix setcaps function to parse things properly;
10744           fix sink caps (8bit audio is unsigned and doesn't have depth);
10745           use boilerplate macros; remove unused properties stuff.
10746
10747 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10748
10749         * ext/gdk_pixbuf/gstgdkpixbuf.c:
10750           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
10751           handle MJPEG streams and might be autoplugged for those if the
10752           user doesn't have jpegdec installed (resulting in a cryptic error
10753           message about huffman tables). Better to disable JPEG decoding here
10754           and let the user figure out that she needs to install jpegdec.
10755
10756 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10757
10758         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
10759         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
10760         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
10761         * ext/gdk_pixbuf/gstgdkpixbuf.h:
10762           Make work with packetised/framed input (e.g. png-in-quicktime). Use
10763           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
10764           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
10765           debug messages. Fix boilerplate macros.
10766
10767 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10768
10769         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
10770         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
10771           No need to special-case for Gdk-2.0 any longer, we require
10772           Gdk 2.2 or newer; minor clean-ups.
10773
10774 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10775
10776         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
10777         (gst_shout2send_class_init), (gst_shout2send_init),
10778         (set_shout_metadata), (gst_shout2send_set_metadata),
10779         (gst_shout2send_event), (gst_shout2send_start),
10780         (gst_shout2send_connect), (gst_shout2send_stop),
10781         (gst_shout2send_render), (gst_shout2send_set_property),
10782         (gst_shout2send_get_property), (gst_shout2send_setcaps),
10783         (plugin_init):
10784         * ext/shout2/gstshout2.h:
10785         * po/POTFILES.in:
10786           Rewrite a bit: use GstBaseSink::start and stop instead of a state
10787           change function; use GST_ELEMENT_ERROR for error reporting, not
10788           g_error() or GST_ERROR(); don't unref caps in setcaps function,
10789           will cause crashes or assertion failures; remove (unused) "sync"
10790           property, basesink already has such a property; misc. other
10791           minor fixes and cleanups.
10792
10793 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10794
10795         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
10796         * ext/esd/gstesd.c: (plugin_init):
10797         * po/POTFILES.in:
10798           Add translatable error message for when we cannot
10799           connect to the sound server, as "Cannot open resource
10800           for writing" isn't really an acceptable message to show
10801           to the user in this case.
10802
10803 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10804
10805         * sys/oss/gst-i18n-plugin.h:
10806           Remove bogus file that doesn't belong here.
10807
10808 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10809
10810         Patch by: Philippe Valembois
10811
10812         * ext/shout2/gstshout2.c: (gst_shout2send_init),
10813         (gst_shout2send_set_metadata), (gst_shout2send_event),
10814         (gst_shout2send_render), (gst_shout2send_change_state):
10815         * ext/shout2/gstshout2.h:
10816           Handle tags being received before the connection to
10817           the server is established properly (see #338636).
10818
10819 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10820
10821         * ext/shout2/gstshout2.c: (gst_shout2send_render):
10822           Don't crash in case the connection to the server fails:
10823           don't set pointer to NULL by assigning FALSE; error out
10824           properly by using GST_ELEMENT_ERROR and returning
10825           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
10826           before resetting the pointer.
10827
10828 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
10829
10830         * gst/id3demux/id3tags.c:
10831         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
10832         (Fixes #338713)
10833
10834 2006-04-12  Wim Taymans  <wim@fluendo.com>
10835
10836         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
10837         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
10838         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
10839         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
10840         (gst_gdk_pixbuf_chain):
10841         Some cleanups.
10842         Added RGBA as a possible output format.
10843         Correctly free the supported mimetypes.
10844         deprecate silent arg, it's not used.
10845         Return result from _alloc_buffer to peer.
10846
10847 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
10848
10849         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
10850           Don't leak memory allocated by gst_buffer_new_and_alloc() by
10851           overwriting GST_BUFFER_MALLOCDATA.
10852
10853 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
10854
10855         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
10856         (user_endrow_callback), (user_end_callback),
10857         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
10858         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
10859         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
10860         * ext/libpng/gstpngdec.h:
10861           Handle more than one frame if the content is framed,
10862           like with png-in-quicktime (#331917).
10863
10864 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10865
10866         * sys/oss/Makefile.am:
10867         * sys/oss/common.h:
10868         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
10869         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
10870         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
10871         (gst_oss_src_unprepare):
10872           - the user-visible error strings were in the wrong category
10873           - and the messages were not marked for translation
10874           - which is actually a good thing, because they were exactly
10875             the kind of message you would never want anyone to see
10876           - the macros were using variables that didn't exist in the macro
10877             arguments
10878           - and they were obviously copied from each other and then modified
10879           - so a common header makes sense
10880
10881 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
10882
10883         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
10884           Don't try to modify read-only data.
10885
10886         * gst/matroska/matroska-demux.c:
10887         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
10888           Fix comment (won't crash any longer now).
10889
10890 2006-04-10  Michael Smith  <msmith@fluendo.com>
10891
10892         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
10893           Use copies of header buffers for caps to avoid circular refcounting
10894           problems (as in theoradec, vorbisdec).
10895
10896         * tests/check/elements/cmmldec.c: (GST_START_TEST):
10897           Fix a typo in test that meant it was testing the wrong thing.
10898
10899         * tests/check/elements/cmmlenc.c: (check_headers):
10900           Fix refcount checks now that we use buffer-copies for caps.
10901
10902 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
10903
10904         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
10905         (gst_matroska_demux_handle_seek_event),
10906         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
10907         (gst_matroska_demux_subtitle_caps),
10908         (gst_matroska_demux_plugin_init):
10909           Use static pad templates with ANY caps for audio and video
10910           source pads and get rid of a lot of unnecessary (and partially
10911           broken) code for the template caps. Clean up caps finding
10912           functions. Fixes playback of audio files/streams that do not
10913           contain the sample rate and/or number of channels in the audio
10914           context (happens a lot with vorbis/mp3 .mka files it seems).
10915           Fixes #337183.
10916           Also add myself to copyright holders.
10917
10918 2006-04-10  Michael Smith  <msmith@fluendo.com>
10919
10920         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
10921           Use g_list_delete_link () instead of g_list_remove_link () so that
10922           we free the link as well as the contained data.
10923
10924 2006-04-10  Wim Taymans  <wim@fluendo.com>
10925
10926         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
10927
10928         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
10929         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10930         (gst_avi_demux_stream_header):
10931         Fix some crashers with empty chunks. (Fixes #337749)
10932
10933 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
10934
10935         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
10936           use G_GINT64_CONSTANT for INT64 constants
10937         * gst/videofilter/gstvideobalance.c:
10938           define rint for WIN32 #define rint(x) (floor((x)+0.5))
10939         * win32/vs6/libgstavi.dsp:
10940          add missing libraries for the link and remove avimux.c from
10941          the project as it isn't ported to 0.10 yet
10942         
10943 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
10944
10945         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
10946           Even better would be if we actually did the right thing
10947           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
10948
10949 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
10950
10951         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
10952           Can't just replace 1LL with 1L here just because MSVC doesn't
10953           support it, as it might lead to incorrect results when doing the
10954           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
10955           force a 64-bit constant in a way that all compilers are happy with.
10956
10957 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
10958
10959         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
10960         * ext/esd/esdsink.c: (gst_esdsink_class_init):
10961         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
10962         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
10963         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
10964         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
10965         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
10966         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
10967         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
10968         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
10969         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
10970         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
10971         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
10972         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
10973         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
10974         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
10975         * gst/avi/gstavimux.c: (gst_avimux_class_init):
10976         * gst/debug/efence.c: (gst_efence_class_init):
10977         * gst/debug/negotiation.c: (gst_negotiation_class_init):
10978         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
10979         * gst/goom/gstgoom.c: (gst_goom_class_init):
10980         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
10981         * gst/interleave/deinterleave.c: (deinterleave_class_init):
10982         * gst/interleave/interleave.c: (interleave_class_init):
10983         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
10984         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
10985         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
10986         * gst/median/gstmedian.c: (gst_median_class_init):
10987         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
10988         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
10989         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
10990         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
10991         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
10992         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
10993         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
10994         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
10995         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
10996         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
10997         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
10998         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
10999         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
11000         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
11001         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11002         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
11003         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
11004         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
11005         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
11006         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
11007         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
11008         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
11009         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
11010         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
11011         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
11012         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
11013         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
11014         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11015         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
11016         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
11017         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
11018         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
11019         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
11020         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
11021         * sys/osxaudio/gstosxaudioelement.c:
11022         (gst_osxaudioelement_class_init):
11023         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
11024         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
11025         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
11026         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
11027
11028 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11029
11030         * ext/mikmod/gstmikmod.h:
11031         * gst/level/gstlevel.h:
11032         Fix more broken GObject macros
11033
11034 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11035
11036         * ext/annodex/gstcmmldec.h:
11037         * ext/annodex/gstcmmlenc.h:
11038         * ext/annodex/gstcmmltag.h:
11039         * ext/cairo/gsttextoverlay.h:
11040         * ext/ladspa/gstsignalprocessor.h:
11041         * gst/matroska/ebml-read.h:
11042         * gst/matroska/ebml-write.h:
11043         * sys/osxaudio/gstosxaudioelement.h:
11044         Fix broken GObject macros
11045
11046 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11047
11048         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11049           Don't try to seek beyond the end of the file (would
11050           occasionally display error dialogs in totem when seeking
11051           to the end) (#335869). Will still throw an error though
11052           if the file is truncated and the total_samples value in
11053           the stream header is wrong.
11054
11055 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
11056
11057         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
11058         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
11059         (gst_flac_dec_metadata_callback):
11060         * ext/flac/gstflacdec.h:
11061           If the stream header doesn't contain the total number of samples,
11062           search for the last flac frame at the end of the file and calculate
11063           the total duration from that frame's offset (fixes #337609).
11064
11065 2006-04-07  Edward Hervey  <edward@fluendo.com>
11066
11067         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
11068         Don't unref the GstPadTemplate returned by
11069         gst_element_class_get_pad_template().
11070
11071 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11072
11073         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
11074
11075         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
11076         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
11077         * sys/sunaudio/gstsunaudiosink.h:
11078           Use spec->segsize and spec->segtotal in the prepare function
11079           to initialise the ring buffer instead of using the buffer-time
11080           property (#337421).
11081
11082 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11083
11084         * configure.ac:
11085           Bump core requirements to CVS for gst_pad_query_peer_duration()
11086           which is used by speexdec.
11087
11088 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
11089
11090         * ext/speex/gstspeex.c: (plugin_init):
11091         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
11092         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
11093         (speex_get_sink_query_types), (speex_dec_sink_query),
11094         (speex_get_src_query_types), (speex_dec_src_query),
11095         (speex_dec_src_event), (speex_dec_sink_event),
11096         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
11097         (speex_dec_chain_parse_data), (speex_dec_chain),
11098         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
11099         (speex_dec_change_state):
11100         * ext/speex/gstspeexdec.h:
11101           Fix seeking and duration queries (#337033); clean up and
11102           refactor a bit.
11103
11104 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11105
11106         * ext/raw1394/gstdv1394src.c:
11107           distinguish between device not found and could not open for
11108           reading
11109
11110 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11111
11112         * Makefile.am:
11113         * configure.ac:
11114         * pkgconfig/.cvsignore:
11115         * pkgconfig/Makefile.am:
11116         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
11117           add a .pc file so other modules can use good plugins in tests
11118
11119 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11120
11121         * configure.ac:
11122           clean up, use AS_VERSION and AS_NANO
11123         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11124           use PACKAGE_VERSION define
11125         * po/af.po:
11126         * po/az.po:
11127         * po/cs.po:
11128         * po/en_GB.po:
11129         * po/hu.po:
11130         * po/it.po:
11131         * po/nb.po:
11132         * po/nl.po:
11133         * po/or.po:
11134         * po/sq.po:
11135         * po/sr.po:
11136         * po/sv.po:
11137         * po/uk.po:
11138         * po/vi.po:
11139           updated
11140
11141 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
11142
11143         * ext\jpeg\smokecodec.c:
11144           use of GST_DEBUG instead of DEBUG(a...) for WIN32
11145         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
11146           move first instruction after all variables declarations
11147         * gst\alpha\gstalpha.c:
11148         * gst\effectv\gstshagadelic.c:
11149         * gst\smpte\paint.c:
11150         * gst\videofilter\gstvideobalance.c:
11151           define M_PI if it's not defined (it's not defined on WIN32)
11152         * gst\cutter\gstcutter.c: (gst_cutter_chain):
11153         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
11154         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
11155         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
11156         (gst_matroska_demux_video_caps):
11157         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
11158         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
11159           use gst_guint64_to_gdouble for conversions
11160         * gst\goom\filters.c: (setPixelRGB_):
11161           fix a debug which was using undefined variable
11162         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
11163         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
11164           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
11165         * win32/vs6:
11166           add vs6 projects files for most of plugins-good
11167         
11168 2006-03-30  j^  <j@bootlab.org>
11169
11170         * ext/aalib/gstaasink.c:
11171         * ext/annodex/gstcmmldec.c:
11172         * ext/annodex/gstcmmlenc.c:
11173         * ext/cairo/gsttextoverlay.c:
11174         * ext/cairo/gsttimeoverlay.c:
11175         * ext/cdio/gstcdiocddasrc.c:
11176         * ext/dv/gstdvdec.c:
11177         * ext/esd/esdmon.c:
11178         * ext/esd/esdsink.c:
11179         * ext/flac/gstflacdec.c:
11180         * ext/flac/gstflacenc.c:
11181         * ext/flac/gstflactag.c:
11182         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11183         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11184         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11185         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11186         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11187         * ext/gdk_pixbuf/pixbufscale.c:
11188         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11189         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11190         * ext/jpeg/gstjpegdec.c:
11191         * ext/jpeg/gstjpegenc.c:
11192         * ext/jpeg/gstsmokedec.c:
11193         * ext/jpeg/gstsmokeenc.c:
11194         * ext/libcaca/gstcacasink.c:
11195         * ext/libmng/gstmngdec.c:
11196         * ext/libmng/gstmngenc.c:
11197         * ext/libpng/gstpngdec.c:
11198         * ext/libpng/gstpngenc.c:
11199         * ext/mikmod/gstmikmod.c:
11200         * ext/raw1394/gstdv1394src.c:
11201         * ext/shout2/gstshout2.c:
11202         * ext/speex/gstspeexdec.c:
11203         * ext/speex/gstspeexenc.c:
11204         * gst/alpha/gstalpha.c:
11205         * gst/alpha/gstalphacolor.c:
11206         * gst/auparse/gstauparse.c:
11207         * gst/autodetect/gstautoaudiosink.c:
11208         (gst_auto_audio_sink_base_init):
11209         * gst/autodetect/gstautovideosink.c:
11210         (gst_auto_video_sink_base_init):
11211         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11212         * gst/cutter/gstcutter.c:
11213         * gst/debug/breakmydata.c:
11214         * gst/debug/efence.c:
11215         * gst/debug/gstnavigationtest.c:
11216         * gst/debug/negotiation.c:
11217         * gst/debug/progressreport.c:
11218         * gst/debug/testplugin.c:
11219         * gst/effectv/gstaging.c:
11220         * gst/effectv/gstdice.c:
11221         * gst/effectv/gstedge.c:
11222         * gst/effectv/gstquark.c:
11223         * gst/effectv/gstrev.c:
11224         * gst/effectv/gstvertigo.c:
11225         * gst/effectv/gstwarp.c:
11226         * gst/flx/gstflxdec.c:
11227         * gst/goom/gstgoom.c:
11228         * gst/interleave/deinterleave.c:
11229         * gst/interleave/interleave.c:
11230         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11231         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11232         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11233         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11234         * gst/level/gstlevel.c:
11235         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11236         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11237         * gst/median/gstmedian.c:
11238         * gst/monoscope/gstmonoscope.c:
11239         * gst/multipart/multipartdemux.c:
11240         * gst/multipart/multipartmux.c:
11241         * gst/oldcore/gstmd5sink.c:
11242         * gst/oldcore/gstmultifilesrc.c:
11243         * gst/oldcore/gstpipefilter.c:
11244         * gst/oldcore/gstshaper.c:
11245         * gst/oldcore/gststatistics.c:
11246         * gst/rtp/gstasteriskh263.c:
11247         * gst/rtp/gstrtpL16depay.c:
11248         * gst/rtp/gstrtpL16pay.c:
11249         * gst/rtp/gstrtpamrdepay.c:
11250         * gst/rtp/gstrtpamrpay.c:
11251         * gst/rtp/gstrtpdepay.c:
11252         * gst/rtp/gstrtpgsmpay.c:
11253         * gst/rtp/gstrtph263pay.c:
11254         * gst/rtp/gstrtph263pdepay.c:
11255         * gst/rtp/gstrtph263ppay.c:
11256         * gst/rtp/gstrtpmp4gpay.c:
11257         * gst/rtp/gstrtpmp4vdepay.c:
11258         * gst/rtp/gstrtpmp4vpay.c:
11259         * gst/rtp/gstrtpmpadepay.c:
11260         * gst/rtp/gstrtpmpapay.c:
11261         * gst/rtp/gstrtppcmadepay.c:
11262         * gst/rtp/gstrtppcmapay.c:
11263         * gst/rtp/gstrtppcmudepay.c:
11264         * gst/rtp/gstrtppcmupay.c:
11265         * gst/rtp/gstrtpspeexdepay.c:
11266         * gst/rtp/gstrtpspeexpay.c:
11267         * gst/rtsp/gstrtpdec.c:
11268         * gst/smpte/gstsmpte.c:
11269         * gst/videobox/gstvideobox.c:
11270         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11271         * gst/videofilter/gstvideobalance.c:
11272         * gst/videofilter/gstvideoflip.c:
11273         * gst/videofilter/gstvideotemplate.c:
11274         (gst_videotemplate_base_init):
11275         * gst/videomixer/videomixer.c:
11276         * gst/wavenc/gstwavenc.c:
11277         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
11278          better/unified long descriptions
11279          Fixed #336602
11280          Some cleanups to auparse, don't send multiple newsegments.
11281
11282 2006-03-29  Wim Taymans  <wim@fluendo.com>
11283
11284         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
11285
11286         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
11287         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
11288         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
11289         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
11290         * ext/dv/gstdvdemux.h:
11291         Seek in READY patch. Only works for pull based mode.
11292         Fixes #323880
11293
11294 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11295
11296         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
11297         (gst_gdk_pixbuf_event):
11298           Fix two crashers: don't unref the same caps twice, and
11299           set pixbuf loader to NULL after freeing it.
11300
11301 2006-03-27  Wim Taymans  <wim@fluendo.com>
11302
11303         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
11304         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
11305         (gst_speexenc_chain):
11306         * ext/speex/gstspeexenc.h:
11307         Don't leak adapter.
11308         A push *always* takes ownership of the buffer, even on
11309         errors.
11310         Small cleanups.
11311
11312 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
11313
11314         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
11315           Create source pad without leaking.
11316
11317 2006-03-24  Wim Taymans  <wim@fluendo.com>
11318
11319         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11320         * ext/flac/gstflacdec.h:
11321         * ext/flac/gstflacenc.h:
11322         Spifify a bit.
11323         Fix deadly lock order error in seeking code, STREAM_LOCK
11324         cannot be taken within LOCK and the streaming variables are
11325         protected with the STREAM_LOCK anyway.
11326
11327 2006-03-24  Wim Taymans  <wim@fluendo.com>
11328
11329         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
11330         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
11331         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
11332         this patch combines the global init_frames with the stream
11333         init_frames. Rationale being that the global delay should 
11334         be subtracted from any stream delay.
11335         Fixes #335858.
11336
11337 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
11338
11339         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
11340         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
11341         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11342         * gst/videomixer/videomixer.c: (gst_videomixer_init):
11343         use DEBUG_FUNCPTR for collectpads
11344
11345 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
11346
11347         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
11348           Don't crash when encoding images where the number of rows isn't
11349           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
11350
11351 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11352
11353         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
11354         * gst/interleave/deinterleave.c: (deinterleave_change_state):
11355         * gst/interleave/interleave.c: (interleave_change_state):
11356         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
11357           More state change function fixes.
11358
11359 2006-03-23  Wim Taymans  <wim@fluendo.com>
11360
11361         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11362         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
11363         (gst_esdsink_prepare), (gst_esdsink_unprepare),
11364         (gst_esdsink_delay), (gst_esdsink_reset):
11365         * ext/esd/esdsink.h:
11366         Fix esd choppy playback by configuring audiosink
11367         correctly. Fixes #325191
11368
11369 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11370
11371         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
11372           Make state change function thread-safe.
11373
11374 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11375
11376         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
11377         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
11378           Don't try to read beyond the end of the file just because
11379           the header claims a bigger size (like with truncated files).
11380
11381 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11382
11383         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11384         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
11385         (gst_wavparse_stream_data), (gst_wavparse_loop):
11386         * gst/wavparse/gstwavparse.h:
11387           Delay source pad creation until we have the first chunk of
11388           media data, so the we can examine the data and adjust the
11389           caps accordingly if required. This makes playback of .wav
11390           files with DTS-declared-as-PCM content work (#313266).
11391
11392 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
11393
11394         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11395         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11396         Don't attempt typefinding on too-short buffers that have been
11397         completely trimmed away. (Fixes #330239)
11398
11399         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
11400         Improve the debug output
11401
11402 2006-03-21  Wim Taymans  <wim@fluendo.com>
11403
11404         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
11405         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
11406         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
11407         (gst_esdsink_set_property), (gst_esdsink_get_property):
11408         Some cleanups.
11409         Reset fd to -1 when we close them.
11410
11411 2006-03-21  Wim Taymans  <wim@fluendo.com>
11412
11413         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
11414         the OPTIONS request result is optional so don't
11415         fail on it.
11416
11417 2006-03-21  Edward Hervey  <edward@fluendo.com>
11418
11419         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
11420         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
11421         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
11422         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11423         (gst_wavparse_change_state):
11424         gcc 4.1 unreferenced pointer fixes.
11425
11426 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
11427
11428         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11429
11430         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
11431           Fix block alignment calculation. Alignment should be done before
11432           adding the byte offset where the data starts (#335231).
11433
11434 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11435
11436         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
11437           Ensure that we set correct caps on buffers that are transferred
11438           direct from the input.
11439
11440 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11441
11442         * gst/goom/filters.c: (zoomFilterDestroy):
11443         * gst/goom/goom_core.c: (goom_close):
11444           Free filter data when cleaning up. (Fixes: #334995)
11445
11446 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
11447
11448         * configure.ac:
11449           Don't compile udp and rtsp plugins on win32 (mingw) or other
11450           systems that don't have <sys/socket.h> for some reason (#316203).
11451
11452 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11453
11454         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
11455         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
11456         * ext/raw1394/gstdv1394src.h:
11457           Change bus reset handler so it reports useful information such as
11458           whether the device being used connected or disconnected
11459
11460 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11461
11462         * gst/id3demux/id3v2frames.c:
11463         (parse_relative_volume_adjustment_two):
11464           We only care about gain and peak data for the master volume.
11465
11466 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11467
11468         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11469         (parse_id_string), (parse_unique_file_identifier),
11470         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
11471           Read replay gain tags (#323721).
11472
11473 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11474
11475         * configure.ac:
11476           Bump requirements to gst-plugins-base CVS because
11477           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
11478
11479 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
11480
11481         * rtp/gst/gstrtppcmadepay.c:
11482         Fixed one of the caps in the code from mulaw to alaw.
11483
11484 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
11485
11486         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11487           Ensure that we set caps on the buffers we pass.
11488
11489         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
11490         (gst_id3demux_sink_activate):
11491           Ensure that we set caps on the buffers we pass.
11492
11493           Use STREAM, TYPE_NOT_FOUND as the error class when
11494           typefinding fails.
11495
11496 2006-03-15  Edward Hervey  <edward@fluendo.com>
11497
11498         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
11499         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
11500         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
11501         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
11502         (gst_jpeg_dec_setcaps):
11503         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
11504         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
11505         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
11506         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
11507         (gst_mngdec_src_getcaps):
11508         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11509         (gst_pngdec_caps_create_and_set):
11510         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
11511         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
11512         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
11513         * gst/alpha/gstalpha.c: (gst_alpha_init):
11514         * gst/auparse/gstauparse.c: (gst_au_parse_init):
11515         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
11516         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
11517         * gst/cutter/gstcutter.c: (gst_cutter_init):
11518         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
11519         (gst_efence_checkgetrange):
11520         * gst/debug/negotiation.c: (gst_negotiation_init):
11521         * gst/flx/gstflxdec.c: (gst_flxdec_init):
11522         * gst/goom/gstgoom.c: (gst_goom_init):
11523         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
11524         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
11525         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
11526         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
11527         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
11528         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
11529         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
11530         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11531         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
11532         (gst_wavparse_create_sourcepad):
11533         Fix memleak with gst_static_pad_template_get().
11534         This uses gst_pad_new_from_static_template() instead.
11535         Fixes #333512
11536
11537 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11538
11539         * configure.ac:
11540           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
11541           used by id3demux.
11542
11543         * gst/id3demux/gstid3demux.c: (plugin_init):
11544         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11545         (parse_user_text_identification_frame),
11546         (parse_unique_file_identifier):
11547           Add support for UFID and TXXX frames and extract musicbrainz tags.
11548
11549 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11550
11551         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
11552           Catch short reads, like they might happen with truncated
11553           files (see #305279); remove unnecessary indentation.
11554
11555 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11556
11557         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
11558           Fix DIB image inversion for pictures with a
11559           depth != 8 (#305279).
11560
11561 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11562
11563         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
11564         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
11565         * ext/jpeg/gstjpegdec.h:
11566           Fix durations on outgoing buffers after seeking
11567           in MJPEG files (#334083); some minor clean-ups.
11568
11569 2006-03-13  Wim Taymans  <wim@fluendo.com>
11570
11571         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
11572         (gst_wavparse_change_state):
11573         Implement seek in READY (re-fixes #327658)
11574
11575 2006-03-13  Wim Taymans  <wim@fluendo.com>
11576
11577         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
11578         * ext/esd/esdmon.c: (gst_esdmon_get):
11579         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
11580         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11581         (gst_gdk_pixbuf_sink_getcaps):
11582         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
11583         (gst_jpegenc_setcaps):
11584         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
11585         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
11586         (gst_smokeenc_setcaps):
11587         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
11588         (gst_mngdec_src_getcaps):
11589         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
11590         (gst_mngenc_chain):
11591         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
11592         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
11593         * ext/speex/gstspeexdec.c: (speex_dec_convert),
11594         (speex_dec_src_event), (speex_dec_chain):
11595         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
11596         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
11597         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
11598         (gst_negotiation_pad_link), (gst_negotiation_chain):
11599         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
11600         (gst_flxdec_chain):
11601         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
11602         (deinterleave_chain):
11603         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
11604         * gst/median/gstmedian.c: (gst_median_link):
11605         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
11606         (gst_monoscope_chain):
11607         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
11608         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
11609         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
11610         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
11611         close #333784 unref the result of gst_pad_get_parent()
11612         by: Christophe Fergeau.
11613
11614 2006-03-09  Wim Taymans  <wim@fluendo.com>
11615
11616         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
11617         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
11618         Handle events in push mode better, can now do non-flushing
11619         seeks in push mode as well.
11620
11621 2006-03-07  Wim Taymans  <wim@fluendo.com>
11622
11623         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11624         Applied patch from Kai Vehmanen, fixes #333624.
11625
11626 2006-03-06  Julien MOUTTE  <julien@moutte.net>
11627
11628         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
11629         Implement paletted and grayscale png files handling.
11630         (#150363).
11631
11632 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11633
11634         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
11635         (gst_speexenc_chain):
11636           fix a tag list assert
11637           follow gst-plugins-base/ext/ogg/README; set OFFSET
11638           and OFFSET_END.  Muxes correctly with gst-plugins-base
11639           > 0.9.3
11640
11641 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11642
11643         * gst/id3demux/Makefile.am:
11644         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
11645         (gst_id3demux_chain), (gst_id3demux_sink_activate):
11646           Use new typefind helper functions here as well, and
11647           do typefinding in pull-mode if upstream supports that.
11648
11649 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11650
11651         * sys/sunaudio/gstsunaudiomixerctrl.c:
11652         (gst_sunaudiomixer_ctrl_get_volume),
11653         (gst_sunaudiomixer_ctrl_set_volume):
11654         * sys/sunaudio/gstsunaudiomixertrack.c:
11655         (gst_sunaudiomixer_track_new):
11656           Remove unused variables, breaks build from CVS
11657           with -Werror (#333392, patch by: Benjamin Pineau)
11658
11659 2006-03-03  Wim Taymans  <wim@fluendo.com>
11660
11661         * docs/plugins/Makefile.am:
11662         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11663         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11664         Added wavparse docs.
11665
11666         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11667         (gst_wavparse_reset), (gst_wavparse_init),
11668         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
11669         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
11670         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11671         (gst_wavparse_stream_data), (gst_wavparse_loop),
11672         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
11673         (gst_wavparse_change_state):
11674         * gst/wavparse/gstwavparse.h:
11675         Implement seek in READY (fixes #327658)
11676         Added docs and did some cleanups.
11677
11678 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
11679
11680         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11681         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
11682         (gst_avi_demux_calculate_durations_from_index),
11683         (gst_avi_demux_stream_header):
11684         * gst/avi/gstavidemux.h:
11685           If we have an index, use a duration based on the index instead
11686           of blindly trusting the information in the stream headers
11687           (fixes #331817).
11688
11689 2006-03-03  Wim Taymans  <wim@fluendo.com>
11690
11691         * docs/plugins/Makefile.am:
11692         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11693         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11694         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11695         Added smoke and jpeg to the docs.
11696
11697         * ext/jpeg/Makefile.am:
11698         * ext/jpeg/gstjpeg.c: (plugin_init):
11699         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
11700         * ext/jpeg/gstjpegenc.h:
11701         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
11702         (gst_smokedec_chain):
11703         * ext/jpeg/gstsmokedec.h:
11704         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
11705         * ext/jpeg/gstsmokeenc.h:
11706         * ext/jpeg/smokecodec.h:
11707         Port smokedec (fixes #331905).
11708         Added some docs.
11709         Some cleanups.
11710
11711 2006-03-03  Wim Taymans  <wim@fluendo.com>
11712
11713         * docs/plugins/Makefile.am:
11714         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11715         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11716         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11717         Added videobalance and videoflip to the docs.
11718
11719         * gst/videofilter/Makefile.am:
11720         * gst/videofilter/gstvideobalance.c:
11721         (gst_video_balance_update_tables_planar411),
11722         (gst_video_balance_is_passthrough),
11723         (gst_video_balance_update_properties), (oil_tablelookup_u8),
11724         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
11725         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
11726         (gst_video_balance_finalize), (gst_video_balance_class_init),
11727         (gst_video_balance_init), (gst_video_balance_interface_supported),
11728         (gst_video_balance_interface_init),
11729         (gst_video_balance_colorbalance_list_channels),
11730         (gst_video_balance_colorbalance_set_value),
11731         (gst_video_balance_colorbalance_get_value),
11732         (gst_video_balance_colorbalance_init),
11733         (gst_video_balance_set_property), (gst_video_balance_get_property),
11734         (gst_video_balance_get_type), (plugin_init):
11735         * gst/videofilter/gstvideobalance.h:
11736         Ported to 0.10. (Fixes #326160)
11737         Added docs.
11738
11739         * gst/videofilter/gstvideoflip.c:
11740         * gst/videofilter/gstvideoflip.h:
11741         Added docs.
11742
11743 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
11744
11745         * configure.ac:
11746           Bump requirements to current core and -base CVS
11747           (core for new typefind helper API, and -base for the
11748           WAVFORMATEX support that was added to libgstriff and
11749           is needed by wavparse).
11750         
11751         * gst/apetag/Makefile.am:
11752         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
11753         (gst_tag_demux_sink_activate):
11754           Use new typefind helpers for typefinding instead of our
11755           home-grown stuff; also, do typefinding in pull-mode if
11756           upstream supports that.
11757
11758 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
11759
11760         Reviewed by: Christian Schaller <christian@fluendo.com>
11761
11762         This patch fixes bug: 329107
11763
11764         This Changelog entry is for a commit done on February 17
11765
11766         * ext/gconf/gconf.c
11767         * ext/gconf/gconf.h
11768         * ext/gconf/gstgconfaudiosink.c
11769         * ext/gconf/gstgconfaudiosink.h
11770         * gconf/gstreamer.schemas.in
11771
11772 2006-02-28  Wim Taymans  <wim@fluendo.com>
11773
11774         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11775         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
11776         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
11777         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
11778         Use DEBUG_OBJECT more.
11779
11780 2006-02-28  Wim Taymans  <wim@fluendo.com>
11781
11782         * docs/plugins/Makefile.am:
11783         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11784         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11785         Added dvdec and dvdemux to docs.
11786
11787         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
11788         Added docs.
11789         Check frame sizes so we don't crash when don't have enough
11790         data.
11791         Send nice error messages on error.
11792
11793         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
11794         (gst_dvdemux_class_init), (gst_dvdemux_init),
11795         (gst_dvdemux_finalize), (gst_dvdemux_reset),
11796         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
11797         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
11798         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
11799         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
11800         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
11801         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
11802         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
11803         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
11804         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
11805         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
11806         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
11807         * ext/dv/gstdvdemux.h:
11808         Added docs.
11809         Implement pull mode.
11810         Fix memleaks.
11811         Reduce memcpy for the video demuxing.
11812
11813 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
11814
11815         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
11816         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
11817         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
11818         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
11819           Add a little extra debug. Make the decoder not return NOT_LINKED,
11820           as we want to continue decoding all CMML and emitting tags.
11821
11822 2006-02-27  Michael Smith  <msmith@fluendo.com>
11823
11824         * ext/annodex/gstskeltag.c:
11825         * ext/annodex/gstskeltag.h:
11826           Deleted; these files aren't used any more either.
11827
11828 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11829
11830         * ext/Makefile.am: Fix dist-check.
11831
11832 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11833
11834         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
11835         memleak.
11836
11837 2006-02-25  Alessandro Decina <alessandro@nnva.org>
11838
11839         * ext/annodex/Makefile.am:
11840         * ext/annodex/gstannodex.c:
11841         * ext/annodex/gstcmmldec.c:
11842         * ext/annodex/gstcmmlenc.c:
11843         * ext/annodex/gstcmmlparser.c:
11844         * ext/annodex/gstcmmlparser.h:
11845         * ext/annodex/gstcmmlutils.c:
11846         * tests/check/elements/cmmldec.c:
11847         * tests/check/elements/cmmlenc.c:
11848           Fix a memleak in gst_cmml_track_list_add_clip.
11849           Handle overflows in clip's start and end times.
11850           Add the "encoded" parameter to cmmldec and cmmlenc caps.
11851           Do not parse junk at the end of a CMML preamble buffer.
11852           Register a libxml error handler to not print stuff on stderr.
11853           Check for bad clip start and end times in the testsuites.
11854
11855 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11856
11857         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
11858         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
11859         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
11860         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
11861         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
11862         possible memleaks.
11863
11864 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11865
11866         * tests/check/Makefile.am:
11867         * tests/check/elements/cmmldec.c:
11868         * tests/check/elements/cmmlenc.c: Fix tests so that they use
11869         the plugins-base tags.
11870
11871 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11872
11873         * ext/Makefile.am: Re-enable module.
11874
11875 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11876
11877         * tests/check/Makefile.am: Forgot to remove that test.
11878
11879 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11880
11881         * ext/annodex/Makefile.am:
11882         * ext/annodex/gstannodex.c: (plugin_init):
11883         * ext/annodex/gstcmmldec.c:
11884         * ext/annodex/gstskeldec.c:
11885         * ext/annodex/gstskeldec.h:
11886         * tests/check/Makefile.am:
11887         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
11888
11889 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11890
11891         * tests/check/Makefile.am: Disable those checks as well.
11892
11893 2006-02-24  Julien MOUTTE  <julien@moutte.net>
11894
11895         * ext/Makefile.am: Disable annodex for now until we figure out
11896         how to make it build.
11897         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
11898         Add a rule to your checklist : "please try to at least build 
11899         what you are going to commit into -good, or if you are too lazy
11900         to do that, please check that the buildbots are not crying because
11901         of your commit."
11902
11903 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
11904
11905         * configure.ac:
11906         * ext/Makefile.am:
11907         * ext/gdk_pixbuf/Makefile.am:
11908         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11909         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11910         * ext/gdk_pixbuf/pixbufscale.c:
11911         * ext/gdk_pixbuf/pixbufscale.h:
11912           Gdkpixbuf ported from 0.8 to 0.10 by
11913           Renato Filho <renato.filho@indt.org.br>.
11914           gst_loader and gdkpixbufanimation still need port.
11915
11916 2006-02-24  Michael Smith  <msmith@fluendo.com>
11917
11918         * configure.ac:
11919         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11920         * ext/Makefile.am:
11921         * ext/annodex/Makefile.am:
11922         * ext/annodex/gstannodex.c:
11923         * ext/annodex/gstannodex.h:
11924         * ext/annodex/gstcmmldec.c:
11925         * ext/annodex/gstcmmldec.h:
11926         * ext/annodex/gstcmmlenc.c:
11927         * ext/annodex/gstcmmlenc.h:
11928         * ext/annodex/gstcmmlparser.c:
11929         * ext/annodex/gstcmmlparser.h:
11930         * ext/annodex/gstcmmltag.c:
11931         * ext/annodex/gstcmmltag.h:
11932         * ext/annodex/gstcmmlutils.c:
11933         * ext/annodex/gstcmmlutils.h:
11934         * ext/annodex/gstskeldec.c:
11935         * ext/annodex/gstskeldec.h:
11936         * ext/annodex/gstskeltag.c:
11937         * ext/annodex/gstskeltag.h:
11938         * tests/check/Makefile.am:
11939         * tests/check/elements/cmmldec.c:
11940         * tests/check/elements/cmmlenc.c:
11941         * tests/check/elements/skeldec.c:
11942           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
11943           Includes tests & docs, oh my! Passes Thomas's -good checklist
11944           entirely. Wow.
11945
11946 2006-02-24  Michael Smith  <msmith@fluendo.com>
11947
11948         * autogen.sh:
11949           Check for automake 1.9 as well.
11950
11951 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
11952
11953         * ext/flac/gstflacenc.c:
11954           Change min. sample rate to 8kHz to match flacdec's.
11955           
11956 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
11957
11958         * ext/cdio/Makefile.am:
11959           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
11960           required for Cygwin, see #317048)
11961
11962         * gst/rtp/gstasteriskh263.c:
11963           Cygwin has includes for both the unix network socket API
11964           and the windows API, but only one can be included, so fix
11965           includes to only use one or the other, prefering the unxi
11966           one (#317048).
11967
11968 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
11969
11970         * rtp/gst/gstrtppcmadepay.c:
11971         * rtp/gst/gstrtppcmadepay.h:
11972         * rtp/gst/gstgstrtppcmapay.c:
11973         * rtp/gst/gstgstrtppcmapay.h:
11974         * rtp/gst/gstrtppcmudepay.c:
11975         * rtp/gst/gstrtppcmudepay.h:
11976         * rtp/gst/gstrtppcmupay.c:
11977         * rtp/gst/gstrtppcmupay.h:
11978         * rtp/gst/Makefile.am:
11979         * rtp/gst/gstrtp.c:
11980         * rtp/gst/README:
11981         Separated the G711 payloaders/depayloaders into separate elements for
11982         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
11983
11984 2006-02-22  Wim Taymans  <wim@fluendo.com>
11985
11986         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
11987         (gst_dvdec_change_state):
11988         * ext/dv/gstdvdec.h:
11989         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
11990         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
11991         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
11992         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
11993         (gst_dvdemux_flush), (gst_dvdemux_chain),
11994         (gst_dvdemux_change_state):
11995         * ext/dv/gstdvdemux.h:
11996         Ueber spiffify some more, added debug category.
11997         Use _scale.
11998         Use segments, respect playback rate from newsegment.
11999         Fix refcount issue.
12000
12001 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
12002
12003         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
12004         (gst_signal_processor_process):
12005         Fix compilation of LADPSA. It doesn't seem to work, and isn't
12006         enabled for the build, but it helps me win the feature-count
12007         competitions ooh yeah.
12008
12009 2006-02-19  Wim Taymans  <wim@fluendo.com>
12010
12011         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
12012         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12013         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
12014         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
12015         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12016         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
12017         Use scaling code for added precission and more correct stop
12018         position in case scale==0.
12019
12020 2006-02-19  Wim Taymans  <wim@fluendo.com>
12021
12022         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12023         (gst_flxdec_chain):
12024         * gst/flx/gstflxdec.h:
12025         Implement DURATION query.
12026
12027 2006-02-19  Wim Taymans  <wim@fluendo.com>
12028
12029         * gst/flx/flx_color.h:
12030         * gst/flx/flx_fmt.h:
12031         * gst/flx/gstflxdec.c: (gst_flxdec_init),
12032         (gst_flxdec_src_query_handler), (flx_decode_color),
12033         (gst_flxdec_chain):
12034         * gst/flx/gstflxdec.h:
12035         Set MALLOCDATA for the temp buffers so we don't leak.
12036         Some debug cleanups.
12037         Consume all data in the adapter before leaving the chain
12038         function. Fixes #330678.
12039
12040 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
12041
12042         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12043         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
12044          Handle 0 data size in otherwise valid frames.
12045          Handle numeric strings in 2.4.0 even when not in parentheses 
12046
12047 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
12048
12049         * gst/matroska/matroska-demux.c:
12050         (gst_matroska_demux_subtitle_caps),
12051         (gst_matroska_demux_plugin_init):
12052         * gst/matroska/matroska-ids.h:
12053           Recognise SSA/ASS and USF subtitle formats and
12054           set proper caps when they are found.
12055
12056 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12057
12058         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
12059         (gst_jpeg_dec_chain):
12060           Fix invalid memory access for some odd-sized images
12061           (see image contained in quicktime stream in #327083);
12062           use g_malloc() instead of g_alloca().
12063
12064 2006-02-17  Wim Taymans  <wim@fluendo.com>
12065
12066         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12067         Patch from Sebastien Cote, fixes #319884
12068
12069 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12070
12071         * ext/cdio/gstcdio.c: (plugin_init):
12072           Init debug category (#331253).
12073
12074 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12075
12076         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12077           Pass extra_data to gst_riff_create_audio_caps(), so that
12078           WAVEFORMATEX stuff works. Post audio codec name and post
12079           it as taglist on the bus. Allow up to 8 channesl for raw
12080           PCM in the source pad template caps.
12081
12082 2006-02-16  Wim Taymans  <wim@fluendo.com>
12083
12084         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12085         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12086         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
12087         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
12088         (gst_multipart_set_property), (gst_multipart_get_property):
12089         Applied #318663. Gives quite a few false positives in
12090         autoscan mode, but it's better than nothing. Not closing yet.
12091
12092 2006-02-16  Wim Taymans  <wim@fluendo.com>
12093
12094         * docs/plugins/Makefile.am:
12095         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12096         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12097         * docs/plugins/gst-plugins-good-plugins.args:
12098         * docs/plugins/inspect/plugin-udp.xml:
12099         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12100         (gst_udpsrc_start):
12101         Update documentation.
12102         Fix args.
12103
12104 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
12105
12106         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12107         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
12108         frame size. (Fixes #331368)
12109
12110 2006-02-16  Wim Taymans  <wim@fluendo.com>
12111
12112         * gst/rtsp/README:
12113         Updated README.
12114
12115         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
12116         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
12117         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
12118         * gst/rtsp/gstrtspsrc.h:
12119         Make sure the RTP port is an even port an try to allocate 
12120         another if not.
12121         Added retry property to control max retries for port allocation.
12122         Make sure RTCP port is RTP port+1.
12123         Cleanup when port allocation fails.
12124         Fixes #319183.
12125         
12126 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12127
12128         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
12129           Don't ignore return value of the parent class's state
12130           change function (#331385, patch by: Wouter Paesen).
12131
12132 2006-02-15  Wim Taymans  <wim@fluendo.com>
12133
12134         * configure.ac:
12135         * docs/plugins/Makefile.am:
12136         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12137         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12138         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12139         * ext/Makefile.am:
12140         * ext/hal/Makefile.am:
12141         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
12142         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
12143         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
12144         (do_toggle_element), (gst_hal_audio_sink_set_property),
12145         (gst_hal_audio_sink_get_property),
12146         (gst_hal_audio_sink_change_state):
12147         * ext/hal/gsthalaudiosink.h:
12148         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
12149         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
12150         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
12151         (do_toggle_element), (gst_hal_audio_src_set_property),
12152         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
12153         * ext/hal/gsthalaudiosrc.h:
12154         * ext/hal/gsthalelements.c: (plugin_init):
12155         * ext/hal/gsthalelements.h:
12156         * ext/hal/hal.c: (gst_hal_get_string),
12157         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
12158         (gst_hal_get_audio_src):
12159         * ext/hal/hal.h:
12160         Add HAL sound device wrapper plugins. Closes #329106
12161
12162 2006-02-15  Wim Taymans  <wim@fluendo.com>
12163
12164         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12165         Add comment in a fultile attempt to stop the copy-and-paste 
12166         paradigm leading to duplication of bad code.
12167
12168         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
12169         Mime parameters have to be checked case insensitive
12170
12171 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12172
12173         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
12174           Advance stream time for lagging subtitle streams by sending
12175           newsegment events with the update flag set.
12176
12177 2006-02-14  Edward Hervey  <edward@fluendo.com>
12178
12179         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
12180         There can be bogus data before the hdrl LIST tag in the RIFF header.
12181         It's hard to say if it's not respecting the AVI specifications or not,
12182         but since Google Video is producing AVIs like that and the other player
12183         don't seem to complain, I guess we should do the same.
12184
12185 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
12186
12187         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
12188         (parse_split_strings):
12189         Add more validation to ensure that a char encoding conversion
12190         produced a valid UTF-8 string.
12191
12192 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
12193
12194         Reviewed by: Edward Hervey  <edward@fluendo.com>
12195
12196         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12197         Properly handle end of segment. Closes #330885.
12198
12199 2006-02-13  Wim Taymans  <wim@fluendo.com>
12200
12201         * gst/rtp/gstrtpmp4gpay.h:
12202         For got to commit this one.
12203
12204 2006-02-12  Wim Taymans  <wim@fluendo.com>
12205
12206         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
12207         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
12208         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12209         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
12210         * gst/rtp/gstrtpmp4gpay.h:
12211         Make more things work.
12212         Handle ACC config strings.
12213
12214 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12215
12216         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
12217           set timestamps if no incoming timestamps set
12218
12219 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
12220
12221         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
12222         (gst_tag_demux_do_typefind):
12223           ... and fix the very same leaks in GstTagDemux.
12224
12225 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
12226
12227         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
12228         (gst_id3demux_do_typefind):
12229         Fix a couple of mem leaks. (Patch by Jonathan Matthew
12230         <jonathan at kaolin dot wh9 dot net>)
12231
12232 2006-02-10  Wim Taymans  <wim@fluendo.com>
12233
12234         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
12235         First set options, then set caps or else the baseclass
12236         will not know about the options, duh.
12237
12238 2006-02-10  Wim Taymans  <wim@fluendo.com>
12239
12240         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
12241         (gst_rtp_mp4v_pay_setcaps):
12242         Don't waste time looking for a config string if we have codec_info
12243         on the incomming caps.
12244
12245 2006-02-10  Wim Taymans  <wim@fluendo.com>
12246
12247         * gst/rtp/README:
12248         Say something about case-sensitivity of caps vs mime-attributes.
12249
12250         * gst/rtp/Makefile.am:
12251         * gst/rtp/gstrtp.c: (plugin_init):
12252         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12253         (gst_rtp_amr_pay_handle_buffer):
12254         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
12255         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
12256         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
12257         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
12258         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
12259         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
12260         (gst_rtp_mp4g_pay_plugin_init):
12261         * gst/rtp/gstrtpmp4gpay.h:
12262         Added beginnings of mpeg4-generic payloader (RFC 3640)
12263
12264 2006-02-09  Wim Taymans  <wim@fluendo.com>
12265
12266         * gst/rtsp/Makefile.am:
12267         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
12268         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
12269         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
12270         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
12271         (gst_rtpdec_change_state):
12272         * gst/rtsp/gstrtpdec.h:
12273         * gst/rtsp/gstrtsp.c: (plugin_init):
12274         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12275         * gst/rtsp/rtspconnection.c: (read_body),
12276         (rtsp_connection_receive):
12277         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
12278         Resurected rtpdec to make rtspsrc happy again.
12279         Skip attributes from the session id.
12280         Don't crash when dumping a message with an empty body.
12281
12282
12283 2006-02-09  Wim Taymans  <wim@fluendo.com>
12284
12285         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12286         Added more meaningfull warnings when something goes wrong.
12287         Clear F bit on outgoing AMR packets.
12288
12289         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12290         (gst_rtp_amr_pay_handle_buffer):
12291         Added debugging category
12292         Support payloading of multiple AMR frames.
12293
12294         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
12295         Added some debugging.
12296
12297 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
12298
12299         * configure.ac:
12300           Back to CVS
12301
12302 === release 0.10.2 ===
12303
12304 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
12305
12306         * configure.ac:
12307           releasing 0.10.2, "Papa was a rolling stone"
12308
12309 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12310
12311         * configure.ac:
12312           Bump core and plugins-base requirement to 0.10.2.2
12313           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
12314
12315 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12316
12317         * ext/flac/gstflac.c: (plugin_init):
12318         * ext/speex/gstspeex.c: (plugin_init):
12319           Register musicbrainz tags.
12320
12321 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12322
12323         * ext/gconf/gconf.h:
12324           Remove declaration of function that no longer exists.
12325
12326 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12327
12328         * ext/shout2/gstshout2.c: (gst_shout2send_render),
12329         (gst_shout2send_setcaps), (gst_shout2send_change_state):
12330         Make shout2 work for non ogg streams
12331
12332 2006-02-06  Wim Taymans  <wim@fluendo.com>
12333
12334         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12335         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
12336         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
12337         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
12338         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
12339         * gst/udp/gstmultiudpsink.h:
12340         Updated docs.
12341         Added properties bytes-served, bytes_to_serve.
12342         Post proper error messages,
12343         Emit client added signal too.
12344
12345 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12346
12347         * docs/plugins/Makefile.am:
12348         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12349         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12350         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12351         (gst_multiudpsink_get_stats):
12352           adding docs for multiudpsink
12353
12354 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12355
12356         * gst/level/gstlevel.c: (gst_level_transform_ip):
12357           peak below decay is not necessarily an error, so don't ERROR log
12358
12359 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12360
12361         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
12362         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
12363         (gst_ebml_write_seek):
12364         * gst/matroska/ebml-write.h:
12365           Make sure we send a newsegment event in BYTES format
12366           before sending buffers (#328531).
12367
12368 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12369
12370         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
12371         (gst_dvdemux_sink_query):
12372         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
12373         * ext/speex/gstspeexdec.c: (speex_get_query_types),
12374         (speex_dec_src_query):
12375         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
12376         (gst_speexenc_sink_query):
12377         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12378         * gst/matroska/matroska-demux.c:
12379         (gst_matroska_demux_get_src_query_types),
12380         (gst_matroska_demux_handle_src_query):
12381         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
12382         (gst_wavparse_pad_query):
12383           Pass unhandled queries upstream instead of just dropping
12384           them (#326446). Update query type arrays here and there.
12385
12386 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12387
12388         * tests/check/elements/matroskamux.c: (setup_src_pad):
12389           Collectpads in core got changed and now also holds a
12390           reference to any pad that is part of it. Fix refcount
12391           checks in test case accordingly.
12392
12393 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12394
12395         * gst/apetag/gstapedemux.h:
12396           Fix include, for now GstTagDemux is in the apetag dir.
12397
12398 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12399
12400         * docs/plugins/Makefile.am:
12401         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12402         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12403         * docs/plugins/inspect/plugin-cdio.xml:
12404           Add cdio plugin to docs.
12405
12406         * ext/cdio/gstcdiocddasrc.c:
12407           Add gtk-doc blurb.
12408
12409         * ext/cdio/gstcdio.c:
12410           The plugin is called 'cdio' not 'cddio'.
12411
12412 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12413
12414         * configure.ac:
12415         * docs/plugins/Makefile.am:
12416         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12417         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12418         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12419         * docs/plugins/inspect/plugin-apetag.xml:
12420         * gst/apetag/Makefile.am:
12421         * gst/apetag/gstapedemux.c:
12422         * gst/apetag/gstapedemux.h:
12423         * gst/apetag/gsttagdemux.c:
12424         * gst/apetag/gsttagdemux.h:
12425           Add APE tag demuxer (#325649).
12426
12427 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12428
12429         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
12430         (gst_gconf_get_default_video_sink),
12431         (gst_gconf_get_default_audio_src),
12432         (gst_gconf_get_default_video_src):
12433         * ext/gconf/gconf.h:
12434         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
12435         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
12436         (do_toggle_element):
12437         * ext/gconf/gstgconfaudiosink.h:
12438         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
12439         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
12440         (do_toggle_element):
12441         * ext/gconf/gstgconfaudiosrc.h:
12442         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
12443         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
12444         (do_toggle_element):
12445         * ext/gconf/gstgconfvideosink.h:
12446         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
12447         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
12448         (do_toggle_element):
12449         * ext/gconf/gstgconfvideosrc.h:
12450           Ignore changing the GConf key to "". Ignore GConf key updates
12451           that don't actually change the string.
12452           For now, ignore the GConf key when the state is > READY, as
12453           it breaks streaming. Sometime it will be nice to bring the
12454           new sink online even mid-stream, by sending NEWSEGMENT info
12455           and possibly prerolling.
12456           (Fixes #326736)
12457
12458 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12459
12460         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
12461         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
12462         (zoomFilterSetResolution), (zoomFilterDestroy),
12463         (zoomFilterFastRGB), (pointFilter):
12464         * gst/goom/filters.h:
12465         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
12466         (goom_update), (goom_close):
12467         * gst/goom/goom_core.h:
12468         * gst/goom/goom_tools.h:
12469         * gst/goom/graphic.c:
12470         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
12471         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
12472         * gst/goom/gstgoom.h:
12473         * gst/goom/lines.c: (goom_lines):
12474         * gst/goom/lines.h:
12475           Make goom reentrant by moving all important static variables
12476           into instance structures.
12477           (Fixes #329181)
12478
12479 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
12480
12481         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
12482         (gst_avi_demux_all_source_pads_unlinked),
12483         (gst_avi_demux_process_next_entry):
12484         * gst/avi/gstavidemux.h:
12485           Third attempt, use gst_pad_is_linked() this time.
12486
12487 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
12488
12489         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12490         (parse_split_strings):
12491         Adjust for data length indicators when parsing (Fixes #329810)
12492         Fix stupid bug parsing UTF-8 tag text.
12493         Output tag strings with multiple fields as multiple tags, so the
12494         app gets all the data.
12495
12496 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12497
12498         * ext/flac/gstflacenc.c:
12499         Fixed a bug add in last commit, where no event is send. Thanks Tim to
12500         show me.
12501         
12502 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12503
12504         * ext/flac/gstflacenc.c:
12505         * gst/matroska/ebml-read.c:
12506         Just make it compile with --disable-gst-debug.
12507
12508 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
12509
12510         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
12511         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
12512         (id3v2_genre_fields_to_taglist):
12513           Never output a tag with a null contents string.
12514
12515 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12516
12517         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
12518           Only pause if all pads are unlinked AND we've tried to send data
12519           on all of them at least once.
12520
12521 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12522
12523         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
12524         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
12525           Make loop function/task pause itself when all source pads are
12526           unlinked.
12527
12528 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12529
12530         * configure.ac:
12531         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
12532           Use new functions from core to render a bin from a
12533           string. Fixes build. Up requirements to core CVS.
12534
12535 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12536
12537         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
12538           Don't push buffers into the adapter that we are going to
12539           push downstream again without framing anyway. Also, the
12540           adaptor takes ownership of buffers put into it (fixes
12541           auparse pushing invalid buffers for .au files with
12542           ADPCM contents). Finally, set caps on all outgoing buffers.
12543
12544 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
12545
12546         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
12547         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
12548         (gst_id3demux_send_tag_event):
12549         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
12550         Someone should kick my butt. Remove ID3v1 tags from the end of the
12551         file.
12552
12553         Improve error messages. Send the TAG message as soon as we complete
12554         typefinding, instead of waiting until we send the first buffer.
12555         Downstream tag event is still sent before the first buffer.
12556
12557 2006-01-27  Jan Gerber  <j@bootlab.org>
12558
12559         Reviewed by: Andy Wingo <wingo@pobox.com>
12560
12561         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
12562         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
12563         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
12564         to not have warings flooding stderr. this is the suggested way
12565         also used in dvgrab and kino. (#328336)
12566
12567 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
12568
12569         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
12570         (gst_oss_sink_init), (gst_oss_sink_finalise):
12571           Free the device name string when finalised.
12572
12573 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
12574
12575         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
12576           Don't put function calls in g_return_if_fail() statements,
12577           or they'll be replaced with NOOPs if someone compiles with
12578           G_DISABLE_CHECKS defined.
12579           
12580 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
12581
12582         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12583         Never trust ANY information encoded in a media file, especially
12584         when it's giving you sizes. (Fixes #328452)
12585
12586 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
12587
12588         * gst/rtp/gstrtpg711pay.c:
12589         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
12590         bug #325148.
12591
12592 2006-01-23  Edward Hervey  <edward@fluendo.com>
12593
12594         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
12595         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
12596         * gst/matroska/matroska-ids.h:
12597         Added recognition of Real Audio and Video streams in matroska demuxer.
12598
12599 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12600
12601         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
12602           Remove errant break statement, and fix compilation with
12603           older GCC.
12604
12605 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
12606
12607         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12608
12609         * sys/sunaudio/gstsunaudiomixerctrl.c:
12610         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
12611           Export functions that are needed in other parts of the code,
12612           makes the mixer actually work; adjust magic minimum buffer-time
12613           value from 3ms to 5ms to work around stuttering during mp3
12614           playback (#327765).
12615
12616 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
12617
12618         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12619
12620         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
12621         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
12622           Fix possible deadlock in matroska muxer (#327825).
12623
12624 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
12625
12626         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
12627         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
12628         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
12629         * gst/rtsp/sdpmessage.h:
12630         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
12631         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
12632           C89 fixes: declare variables at the beginning of a block and
12633           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
12634           <jensgr at gmx dot net>).
12635
12636 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12637
12638         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12639         * gst/id3demux/id3tags.h:
12640         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12641         (parse_comment_frame), (parse_text_identification_frame),
12642         (id3v2_tag_to_taglist), (id3v2_are_digits),
12643         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
12644         (parse_split_strings), (free_tag_strings):
12645           Rewrite parsing of text tags to handle multiple NULL terminated
12646           strings. Parse numeric genre strings and ID3v2 type
12647           "(3)(6)Alternative" style genre strings.
12648           Parse dates that are only YYYY or YYYY-mm format.
12649           (Fixes #328241 and #322154)
12650
12651 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
12652
12653         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12654           Don't forget to initialize liboil, otherwise our oil functions
12655           will crash (fixes #327871; patch by: Christoph Burghardt
12656           <hawkes at web dot de>).
12657
12658 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12659
12660         * configure.ac:
12661           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
12662           like in the core and gst-plugins-base. Fixes #324367 and #326683;
12663           patch by: Brian Cameron <brian dot cameron at sun dot com>
12664
12665 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12666
12667         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
12668         * ext/cdio/gstcdio.h:
12669         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
12670           Fix build for libcdio versions >= 76; give slightly lower rank
12671           than cdparanoia.
12672
12673 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12674
12675         * configure.ac:
12676         * ext/Makefile.am:
12677         * ext/cdio/Makefile.am:
12678         * ext/cdio/gstcdio.c:
12679         * ext/cdio/gstcdio.h:
12680         * ext/cdio/gstcdiocddasrc.c:
12681         * ext/cdio/gstcdiocddasrc.h:
12682           Port libcdio cdda source, formerly known as cddasrc, now known as
12683           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
12684           but that's not tested (fixes #317658).
12685
12686 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12687
12688         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
12689           Fix conversion from TIME to BYTES format (fixes #326864;
12690           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
12691
12692 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
12693
12694         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12695           Fix compilation of id3demux when zlib is not present.
12696           (Fixes #326602; patch by: Sergey Scobich)
12697
12698 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
12699
12700         * ext/esd/Makefile.am:
12701           Add $(ESD_CFLAGS), otherwise build will fail for folks
12702           with libesd in a non-standard prefix (#327009).
12703
12704 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12705
12706         * configure.ac:
12707           back to HEAD
12708
12709 === release 0.10.1 ===
12710
12711 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
12712
12713         * configure.ac:
12714           releasing 0.10.1, "Li"
12715
12716 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12717
12718           patch by: Wim Taymans
12719
12720         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12721           fix memleak.  Fixes #326618
12722
12723 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12724
12725           patch by: Mike Smith
12726
12727         * gst/level/gstlevel.c: (gst_level_message_new),
12728         (gst_level_message_append_channel):
12729           Fix memleak.  Fixes #326612
12730
12731 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12732
12733         * configure.ac:
12734           prereleasing
12735         * po/af.po:
12736         * po/az.po:
12737         * po/cs.po:
12738         * po/en_GB.po:
12739         * po/hu.po:
12740         * po/it.po:
12741         * po/nb.po:
12742         * po/nl.po:
12743         * po/or.po:
12744         * po/sq.po:
12745         * po/sr.po:
12746         * po/sv.po:
12747         * po/uk.po:
12748         * po/vi.po:
12749           update translations
12750
12751 2006-01-10  Michael Smith  <msmith@fluendo.com>
12752
12753         * gst/level/gstlevel.c: (gst_level_class_init),
12754         (gst_level_dispose):
12755           Don't leak filter arrays.
12756
12757 2006-01-09 Brian Cameron <brian.cameron@sun.com>
12758
12759         reviewed by: Christian Schaller <uraeus@gnome.org>
12760         
12761         * configure.ac:
12762         * gst-plugins-good.spec.in:
12763         * sys/Makefile.am:
12764         * sys/sunaudio/Makefile.am:
12765         * sys/sunaudio/gstsunaudio.c: (plugin_init):
12766         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
12767         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
12768         (gst_sunaudiomixer_change_state):
12769         * sys/sunaudio/gstsunaudiomixer.h:
12770         * sys/sunaudio/gstsunaudiomixerctrl.c:
12771         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
12772         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
12773         (gst_sunaudiomixer_ctrl_list_tracks),
12774         (gst_sunaudiomixer_ctrl_get_volume),
12775         (gst_sunaudiomixer_ctrl_set_volume),
12776         (gst_sunaudiomixer_ctrl_set_mute),
12777         (gst_sunaudiomixer_ctrl_set_record):
12778         * sys/sunaudio/gstsunaudiomixerctrl.h:
12779         * sys/sunaudio/gstsunaudiomixertrack.c:
12780         (gst_sunaudiomixer_track_class_init),
12781         (gst_sunaudiomixer_track_init), (fill_labels),
12782         (gst_sunaudiomixer_track_new):
12783         * sys/sunaudio/gstsunaudiomixertrack.h:
12784         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
12785         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
12786         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12787         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
12788         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
12789         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
12790         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
12791         * sys/sunaudio/gstsunaudiosink.h:
12792
12793         Add SunAudio plugin - tested to make sure it doesn't break
12794         the build under GNU/Linux.      
12795
12796 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
12797
12798         * gst-plugins-good/gst/udp/gstdynudpsink.c:
12799         * gst-plugins-good/gst/udp/gstudpsrc.c:
12800         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
12801         overrides the port or multicast parameters. Fixes bugs #323021.
12802         API addition: adds GstUDPSrc::sockfd property   
12803
12804 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
12805
12806         * ext/gconf/Makefile.am:
12807         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
12808         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
12809         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
12810         (do_toggle_element), (cb_toggle_element),
12811         (gst_gconf_audio_src_change_state):
12812         * ext/gconf/gstgconfaudiosrc.h:
12813         * ext/gconf/gstgconfelements.c: (plugin_init):
12814         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
12815         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
12816         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
12817         (do_toggle_element), (cb_toggle_element),
12818         (gst_gconf_video_src_change_state):
12819         * ext/gconf/gstgconfvideosrc.h:
12820           Add new gconfaudiosrc and gconfvideosrc elements
12821           (needed for gnome-sound-recorder).
12822
12823 2006-01-06  Edward Hervey  <edward@fluendo.com>
12824
12825         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
12826         Add gst_element_no_more_pads() for proper decodebin behaviour.
12827         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
12828         (parse_text_identification_frame), (parse_split_strings):
12829         Failure to decode some tags is not a GST_ERROR() but a
12830         GST_WARNING()
12831         When iterating over a chunk of text, check that we haven't gone too
12832         far.
12833
12834 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
12835
12836         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
12837         (plugin_init):
12838           call oil_init() when using liboil
12839
12840 2006-01-04  Wim Taymans  <wim@fluendo.com>
12841
12842         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12843         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12844         Fix leaks.
12845
12846 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
12847
12848         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12849
12850         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
12851         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
12852         (gst_flac_dec_change_state):
12853           Don't g_assert() where we should just return FALSE; remove
12854           unnecessary g_assert(); initialize some fields properly in
12855           state change function (fixes #325504). Also, use
12856           GST_DEBUG_OBJECT in two more places.
12857
12858 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
12859
12860         * configure.ac:
12861           also remove smoothwave's Makefile.am
12862         * docs/plugins/Makefile.am:
12863           fix plugin docs
12864
12865 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
12866
12867         * tests/examples/Makefile.am:
12868           added missing Makefile.am
12869
12870 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
12871
12872         * configure.ac:
12873         * gst/level/Makefile.am:
12874         * gst/level/level-example.c:
12875         * tests/Makefile.am:
12876         * tests/examples/level/Makefile.am:
12877         * tests/examples/level/level-example.c: (message_handler), (main):
12878           moved level-example to tests/examples/level-example
12879         * tests/old/examples/level/demo.c: (main):
12880         * tests/old/examples/level/plot.c: (main):
12881           some initial fixes
12882
12883 2005-12-29  Michael Smith  <msmith@fluendo.com>
12884
12885         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
12886         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
12887         * gst/udp/gstmultiudpsink.h:
12888           Track packets sent per client in addition to bytes sent; provide
12889           this info through get-stats signal
12890
12891 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
12892
12893         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
12894           Can't use gst_object_unref() on a GstAdapter (#325191).
12895
12896 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
12897
12898         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12899         If a broken tag has 0 bytes payload, at least still skip
12900         the 10 byte header
12901
12902 2005-12-22  Philippe Khalaf  <burger@speedy.org>
12903
12904         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
12905         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
12906         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
12907         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
12908           Making these depayloaders (H263+ and mpeg4 video) inherit from
12909           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
12910
12911 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12912
12913         * docs/plugins/gst-plugins-good-plugins.args:
12914         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12915         Regenerate the plugin hiearchy.
12916
12917 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12918
12919         * docs/plugins/Makefile.am:
12920         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12921         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12922         * docs/plugins/gst-plugins-good-plugins.args:
12923         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
12924         (gst_id3demux_base_init), (gst_id3demux_class_init),
12925         (gst_id3demux_chain):
12926         * gst/id3demux/gstid3demux.h:
12927           Add documentation for id3demux.
12928           Don't fail if the first buffer is not at offset 0, just
12929           attempt to typefind and do pass through
12930           Rename the gst_type function from gst_gst_id3demux..
12931
12932 2005-12-20  Michael Smith  <msmith@fluendo.com>
12933
12934         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
12935         (gst_multiudpsink_add), (gst_multiudpsink_remove),
12936         (gst_multiudpsink_get_stats):
12937         * gst/udp/gstmultiudpsink.h:
12938           Collect statistics; return them from get_stats.
12939
12940 2005-12-19  Edward Hervey  <edward@fluendo.com>
12941
12942         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12943         Stupid signedness issue...
12944
12945 2005-12-19  Edward Hervey  <edward@fluendo.com>
12946
12947         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
12948         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
12949         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
12950         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
12951         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
12952         Construct index for indexless files.
12953         Make sure pad/buffers are correctly reset to NULL once we don't need
12954         them anymore, else we get lovely segfaults/assertions.
12955         * gst/wavparse/gstwavparse.c:
12956         Yes, you can have 96KHz audio and wma in wav :(
12957
12958 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12959
12960         * configure.ac:
12961           Check for optional dependency on zlib for id3demux
12962
12963         * gst/id3demux/Makefile.am:
12964         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
12965         (gst_id3demux_base_init), (gst_id3demux_class_init),
12966         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
12967         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
12968         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
12969         (gst_id3demux_set_property), (gst_id3demux_get_property),
12970         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
12971         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
12972         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
12973         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
12974         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
12975         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
12976         (simple_find_peek), (simple_find_suggest),
12977         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
12978         (plugin_init):
12979         * gst/id3demux/gstid3demux.h:
12980         * gst/id3demux/id3tags.c: (read_synch_uint),
12981         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
12982         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
12983         (id3demux_id3v2_frames_to_tag_list):
12984         * gst/id3demux/id3tags.h:
12985         * gst/id3demux/id3v2.4.0-frames.txt:
12986         * gst/id3demux/id3v2.4.0-structure.txt:
12987         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12988         (parse_comment_frame), (parse_text_identification_frame),
12989         (id3v2_tag_to_taglist), (parse_split_strings):
12990           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
12991           otherwise it discards them. Works on my test files. 
12992
12993         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
12994           Don't send EOS to a non-existing srcpad
12995           The debug category can be static
12996
12997 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
12998
12999         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
13000         * ext/esd/esdsink.c: (gst_esdsink_prepare):
13001         * gst/multipart/multipartdemux.c:
13002           change some char* into char[]
13003
13004 2005-12-16  Wim Taymans  <wim@fluendo.com>
13005
13006         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13007         (gst_wavparse_other), (gst_wavparse_perform_seek),
13008         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
13009         (gst_wavparse_loop), (gst_wavparse_pad_convert),
13010         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
13011         * gst/wavparse/gstwavparse.h:
13012         Use GstSegment to implement more seeking features.
13013
13014 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13015
13016         * gst/rtsp/rtspconnection.c:
13017           Add <netinet/in.h> include and move <arpa/inet.h> include
13018           to make things work on OpenBSD as well (fixes #323717;
13019           patch by: Benjamin Pineau)
13020
13021 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
13022
13023         * gst/rtp/gstrtpspeexdepay.c:
13024         * gst/rtp/gstrtpspeexpay.c:
13025         Set clock rate to be fixed in 8000. It fixes bug #324012.
13026
13027 2005-12-14  Philippe Khalaf  <burger@speedy.org>
13028
13029         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
13030         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
13031         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
13032         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13033         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13034         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
13035         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
13036         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13037         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
13038         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13039         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
13040         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
13041         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
13042         * gst-plugins-good/gst/rtp/README:
13043         Fixed payload range in payloder caps. Removed payload range completely
13044         from depayloaders as they don't require payload type in their caps.
13045         In effect, there isn't any specific payload type for any given codec,
13046         only suggestions.
13047         Fixes bug #324011.
13048
13049 2005-12-13  Julien MOUTTE  <julien@moutte.net>
13050
13051         * gst/videomixer/videomixer.c: (gst_videomixer_init),
13052         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13053         (gst_videomixer_collected): Code cleanup and re-enabling 
13054         queued time validity check for correct EOS handling.
13055
13056 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
13057
13058         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13059         (gst_oss_mixer_element_get_property),
13060         (gst_oss_mixer_element_change_state):
13061         Add 'device-name' property and fix state change function.
13062
13063 2005-12-13  Edward Hervey  <edward@fluendo.com>
13064
13065         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
13066         If the speed of the file is null in the header, set the frame_time to
13067         the default setting of GST_SECOND / 70. Which is the default
13068         frame_delay for .fli files as stated in this document :
13069         http://www.compuphase.com/flic.htm
13070         Would be nice to have the time conversion done properly too (duration =
13071         flxh->frames * flxdec->frame_time)
13072
13073 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13074
13075         * docs/plugins/Makefile.am:
13076         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13077         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13078         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13079         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13080         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13081         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
13082         documentation for videomixer on my way with a funny sample
13083         pipeline.
13084
13085 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13086
13087         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13088         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13089         (gst_videomixer_update_queues), (gst_videomixer_collected):
13090         Fix caps negotiation. (#323896)
13091
13092 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
13093
13094         * gst/matroska/matroska-demux.c:
13095         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
13096           Set correct timestamps on audio laces, fixes playback of mp3 from
13097                 matroska.
13098
13099 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13100
13101         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
13102         (gst_au_parse_class_init), (gst_au_parse_init),
13103         (gst_au_parse_dispose), (gst_au_parse_chain),
13104         (gst_au_parse_change_state), (plugin_init):
13105         * gst/auparse/gstauparse.h:
13106           Use gst_object_unref() for GstObjects instead of
13107           g_object_unref() and fix a mem leak in a debug
13108           statement; while we're at it, also borgify, use
13109           boilerplate macros and clean up a little bit.
13110
13111 2005-12-11  Edward Hervey  <edward@fluendo.com>
13112
13113         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
13114         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
13115         Added pull mode.
13116
13117 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13118
13119         * gst/goom/gstgoom.c:
13120         * gst/level/level-example.c: (main):
13121         * gst/smoothwave/demo-osssrc.c: (main):
13122           Use audiotestsrc instead of sinesrc (#323798).
13123
13124 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
13125
13126         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
13127           more debug-func-ptr usage
13128
13129 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
13130
13131         * gst/flx/flx_color.c: (flx_colorspace_convert):
13132         * gst/flx/flx_color.h:
13133         * gst/flx/flx_fmt.h:
13134         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
13135         * gst/flx/gstflxdec.h:
13136           Now flxdec works on big-endian machines as well.
13137
13138 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13139
13140         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
13141         (gst_fenced_buffer_copy):
13142           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
13143           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
13144           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
13145           and use GST_DEBUG_FUNCPTR for pad functions.
13146
13147 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13148
13149         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
13150         (gst_flac_dec_class_init), (gst_flac_dec_init),
13151         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
13152         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
13153         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
13154         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
13155         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
13156         (gst_flac_dec_change_state):
13157         * ext/flac/gstflacdec.h:
13158           Rewrite flacdec a bit, so that even seeking might work now. Most
13159           importantly, don't act upon any flow return values we get, just tell
13160           the decoder everything's dandy and act on the flow return values
13161           later on in the loop function. We don't want to mess up the internal
13162           decoder state for non-fatal things like flushing pads etc. Other
13163           than that, use GstSegment (segment seeks don't work yet though, but
13164           should be easy to add), use boilerplate macros, drop the superfluous
13165           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
13166           lots of other things.
13167
13168 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13169
13170         * configure.ac:
13171           Update comment in OSS includes check.
13172
13173         * sys/oss/gstossdmabuffer.c:
13174         * sys/oss/gstosshelper.c:
13175         * sys/oss/gstossmixer.c:
13176         * sys/oss/gstossmixertrack.c:
13177         * sys/oss/gstosssink.c:
13178         * sys/oss/gstosssrc.c:
13179         * sys/oss/oss_probe.c:
13180           Don't assume the OSS soundcard.h include is always in
13181           the sys/ directory. Instead, use the existing defines
13182           from config.h to include the right file. Fixes
13183           compilation on OpenBSD 3.8 (#323718).
13184
13185 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13186
13187         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13188         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13189         * docs/plugins/inspect/plugin-1394.xml:
13190         * docs/plugins/inspect/plugin-aasink.xml:
13191         * docs/plugins/inspect/plugin-alaw.xml:
13192         * docs/plugins/inspect/plugin-alpha.xml:
13193         * docs/plugins/inspect/plugin-alphacolor.xml:
13194         * docs/plugins/inspect/plugin-auparse.xml:
13195         * docs/plugins/inspect/plugin-autodetect.xml:
13196         * docs/plugins/inspect/plugin-avi.xml:
13197         * docs/plugins/inspect/plugin-cacasink.xml:
13198         * docs/plugins/inspect/plugin-cairo.xml:
13199         * docs/plugins/inspect/plugin-cutter.xml:
13200         * docs/plugins/inspect/plugin-debug.xml:
13201         * docs/plugins/inspect/plugin-dv.xml:
13202         * docs/plugins/inspect/plugin-efence.xml:
13203         * docs/plugins/inspect/plugin-effectv.xml:
13204         * docs/plugins/inspect/plugin-esdsink.xml:
13205         * docs/plugins/inspect/plugin-flac.xml:
13206         * docs/plugins/inspect/plugin-flxdec.xml:
13207         * docs/plugins/inspect/plugin-gconfelements.xml:
13208         * docs/plugins/inspect/plugin-goom.xml:
13209         * docs/plugins/inspect/plugin-jpeg.xml:
13210         * docs/plugins/inspect/plugin-level.xml:
13211         * docs/plugins/inspect/plugin-matroska.xml:
13212         * docs/plugins/inspect/plugin-mulaw.xml:
13213         * docs/plugins/inspect/plugin-multipart.xml:
13214         * docs/plugins/inspect/plugin-navigationtest.xml:
13215         * docs/plugins/inspect/plugin-ossaudio.xml:
13216         * docs/plugins/inspect/plugin-png.xml:
13217         * docs/plugins/inspect/plugin-rtp.xml:
13218         * docs/plugins/inspect/plugin-rtsp.xml:
13219         * docs/plugins/inspect/plugin-shout2send.xml:
13220         * docs/plugins/inspect/plugin-smpte.xml:
13221         * docs/plugins/inspect/plugin-speex.xml:
13222         * docs/plugins/inspect/plugin-udp.xml:
13223         * docs/plugins/inspect/plugin-videobox.xml:
13224         * docs/plugins/inspect/plugin-videoflip.xml:
13225         * docs/plugins/inspect/plugin-videomixer.xml:
13226         * docs/plugins/inspect/plugin-wavenc.xml:
13227         * docs/plugins/inspect/plugin-wavparse.xml:
13228         * ext/flac/gstflac.c: (plugin_init):
13229         * ext/flac/gstflacdec.c: (flacdec_get_type),
13230         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
13231         (gst_flac_dec_init), (gst_flac_dec_finalize),
13232         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
13233         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
13234         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
13235         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
13236         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
13237         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
13238         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
13239         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
13240         * ext/flac/gstflacdec.h:
13241         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
13242         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
13243         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
13244         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
13245         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
13246         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
13247         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
13248         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
13249         (gst_flac_enc_change_state):
13250         * ext/flac/gstflacenc.h:
13251           borgify and fix up documentation
13252
13253 2005-12-09  Michael Smith  <msmith@fluendo.com>
13254
13255         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
13256           Accept a wider range of flac files, more closely matching flac spec.
13257
13258 2005-12-08  Julien MOUTTE  <julien@moutte.net>
13259
13260         * docs/plugins/Makefile.am: Add multipart elements.
13261         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13262         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
13263         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13264         * gst/multipart/multipartdemux.c:
13265         * gst/multipart/multipartmux.c: Add docs.
13266
13267 2005-12-07  Edward Hervey  <edward@fluendo.com>
13268
13269         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
13270         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
13271         (gst_avi_demux_invert):
13272         Memleak and crasher fixes.
13273         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
13274         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
13275         Memleak fixes
13276
13277 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13278
13279         * ext/aalib/gstaasink.h:
13280         * ext/cairo/gsttextoverlay.h:
13281         * ext/dv/gstdvdec.h:
13282         * ext/dv/gstdvdemux.c:
13283         * ext/dv/gstdvdemux.h:
13284         * ext/esd/esdsink.h:
13285         * ext/flac/flac_compat.h:
13286         * ext/flac/gstflacdec.h:
13287         * ext/flac/gstflacenc.h:
13288         * ext/gconf/gconf.h:
13289         * ext/gconf/gstgconfaudiosink.h:
13290         * ext/gconf/gstgconfvideosink.h:
13291         * ext/gdk_pixbuf/gstgdkanimation.h:
13292         * ext/jpeg/gstjpegdec.h:
13293         * ext/jpeg/smokecodec.h:
13294         * ext/jpeg/smokeformat.h:
13295         * ext/ladspa/gstsignalprocessor.h:
13296         * ext/ladspa/search.c: (LADSPAPluginSearch):
13297         * ext/ladspa/utils.h:
13298         * ext/libmng/gstmng.c:
13299         * ext/libmng/gstmngdec.h:
13300         * ext/libmng/gstmngenc.c:
13301         * ext/libmng/gstmngenc.h:
13302         * ext/libpng/gstpng.c:
13303         * ext/libpng/gstpngenc.c:
13304         * ext/libpng/gstpngenc.h:
13305         * ext/shout2/gstshout2.h:
13306         * ext/speex/gstspeexdec.h:
13307         * ext/speex/gstspeexenc.c:
13308         * ext/speex/gstspeexenc.h:
13309         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13310         * gst/autodetect/gstautoaudiosink.h:
13311         * gst/autodetect/gstautovideosink.h:
13312         * gst/avi/gstavidemux.h:
13313         * gst/cutter/gstcutter.c: (gst_cutter_chain),
13314         (gst_cutter_set_property), (gst_cutter_get_caps):
13315         * gst/cutter/gstcutter.h:
13316         * gst/debug/tests.c: (md5_process_block):
13317         * gst/debug/tests.h:
13318         * gst/effectv/gstwarp.c:
13319         * gst/flx/flx_fmt.h:
13320         * gst/flx/gstflxdec.h:
13321         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
13322         (zoomFilterFastRGB):
13323         * gst/goom/filters.h:
13324         * gst/goom/goom_tools.h:
13325         * gst/law/alaw-encode.c:
13326         * gst/level/gstlevel.c:
13327         * gst/level/gstlevel.h:
13328         * gst/matroska/ebml-write.h:
13329         * gst/matroska/matroska-demux.h:
13330         * gst/matroska/matroska-ids.h:
13331         * gst/matroska/matroska-mux.h:
13332         * gst/monoscope/convolve.c: (convolve_match):
13333         * gst/monoscope/convolve.h:
13334         * gst/multipart/multipartmux.c:
13335         * gst/oldcore/gstaggregator.c:
13336         * gst/oldcore/gstaggregator.h:
13337         * gst/oldcore/gstmd5sink.c: (md5_process_block):
13338         * gst/oldcore/gstmd5sink.h:
13339         * gst/oldcore/gstmultifilesrc.c:
13340         * gst/oldcore/gstmultifilesrc.h:
13341         * gst/oldcore/gstpipefilter.h:
13342         * gst/oldcore/gstshaper.h:
13343         * gst/rtp/gstrtpL16depay.h:
13344         * gst/rtp/gstrtpL16pay.h:
13345         * gst/rtp/gstrtpdepay.h:
13346         * gst/rtp/gstrtpmp4vpay.c:
13347         * gst/rtp/gstrtpmp4vpay.h:
13348         * gst/rtsp/gstrtspsrc.c:
13349         * gst/rtsp/gstrtspsrc.h:
13350         * gst/rtsp/rtspconnection.h:
13351         * gst/rtsp/rtspdefs.h:
13352         * gst/rtsp/rtspmessage.h:
13353         * gst/rtsp/rtsptransport.h:
13354         * gst/rtsp/rtspurl.c:
13355         * gst/rtsp/rtspurl.h:
13356         * gst/rtsp/sdpmessage.c:
13357         * gst/rtsp/sdpmessage.h:
13358         * gst/smpte/barboxwipes.c:
13359         * gst/smpte/gstmask.h:
13360         * gst/smpte/gstsmpte.h:
13361         * gst/smpte/paint.c:
13362         * gst/smpte/paint.h:
13363         * gst/udp/gstdynudpsink.h:
13364         * gst/udp/gstmultiudpsink.h:
13365         * gst/udp/gstudpsink.c:
13366         * gst/udp/gstudpsink.h:
13367         * gst/udp/gstudpsrc.c:
13368         * gst/videomixer/videomixer.c:
13369         * gst/wavenc/riff.h:
13370         * gst/wavparse/gstwavparse.h:
13371         * sys/oss/gstossdmabuffer.h:
13372         * sys/oss/gstossmixer.h:
13373         * sys/oss/gstossmixerelement.h:
13374         * sys/oss/gstossmixertrack.h:
13375         * sys/oss/gstosssink.c:
13376         * sys/oss/gstosssink.h:
13377         * sys/oss/gstosssrc.c:
13378         * sys/oss/gstosssrc.h:
13379         * sys/osxaudio/gstosxaudioelement.h:
13380         * sys/osxaudio/gstosxaudiosink.h:
13381         * sys/osxaudio/gstosxaudiosrc.h:
13382           expand tabs
13383
13384 === release 0.10.0 ===
13385
13386 2005-12-05   <thomas (at) apestaart (dot) org>
13387
13388         * configure.ac:
13389           releasing 0.10.0, "Abondance"
13390
13391 2005-12-05  Andy Wingo  <wingo@pobox.com>
13392
13393         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13394         * ext/flac/gstflacdec.c: (gst_flacdec_write):
13395         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
13396         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
13397         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
13398         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
13399         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13400         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
13401         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
13402         * ext/speex/gstspeexdec.c: (speex_dec_chain):
13403         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
13404         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13405         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
13406         * gst/goom/gstgoom.c: (gst_goom_chain):
13407         * gst/matroska/matroska-demux.c:
13408         (gst_matroska_demux_push_vorbis_codec_priv_data),
13409         (gst_matroska_demux_add_wvpk_header):
13410         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13411         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
13412         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
13413         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
13414         alloc_buffer changes.
13415
13416 2005-12-05  Michael Smith  <msmith@fluendo.com>
13417
13418         * docs/plugins/gst-plugins-good-plugins.args:
13419           Remove args for plugins that aren't in -good.
13420
13421 === release 0.9.7 ===
13422
13423 2005-12-01   <thomas (at) apestaart (dot) org>
13424
13425         * configure.ac:
13426           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
13427
13428 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13429
13430         * docs/plugins/.cvsignore:
13431         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13432         * docs/plugins/inspect/plugin-multipart.xml:
13433         * docs/plugins/inspect/plugin-rtp.xml:
13434           add multipart plugin to docs
13435
13436 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13437
13438         * configure.ac:
13439         * ext/Makefile.am:
13440         * ext/pango/Makefile.am:
13441         * ext/pango/gstclockoverlay.c:
13442         * ext/pango/gstclockoverlay.h:
13443         * ext/pango/gsttextoverlay.c:
13444         * ext/pango/gsttextoverlay.h:
13445         * ext/pango/gsttextrender.c:
13446         * ext/pango/gsttextrender.h:
13447         * ext/pango/gsttimeoverlay.c:
13448         * ext/pango/gsttimeoverlay.h:
13449           move pango to base
13450
13451 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13452
13453         * gst/rtp/Makefile.am:
13454         * gst/rtp/gstrtpL16depay.c:
13455         * gst/rtp/gstrtpL16depay.h:
13456         * gst/rtp/gstrtpL16parse.c:
13457         * gst/rtp/gstrtpL16parse.h:
13458         * gst/rtp/gstrtpgsmdepay.c:
13459         * gst/rtp/gstrtpgsmdepay.h:
13460         * gst/rtp/gstrtpgsmparse.c:
13461         * gst/rtp/gstrtpgsmparse.h:
13462           parsers are depayers
13463
13464 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13465
13466         * gst/rtp/Makefile.am:
13467         * gst/rtp/gstasteriskh263.c:
13468         * gst/rtp/gstrtp.c:
13469         * gst/rtp/gstrtpL16enc.c:
13470         * gst/rtp/gstrtpL16enc.h:
13471         * gst/rtp/gstrtpL16parse.c:
13472         * gst/rtp/gstrtpL16parse.h:
13473         * gst/rtp/gstrtpL16pay.c:
13474         * gst/rtp/gstrtpL16pay.h:
13475         * gst/rtp/gstrtpamrdec.c:
13476         * gst/rtp/gstrtpamrdec.h:
13477         * gst/rtp/gstrtpamrdepay.c:
13478         * gst/rtp/gstrtpamrdepay.h:
13479         * gst/rtp/gstrtpamrenc.c:
13480         * gst/rtp/gstrtpamrenc.h:
13481         * gst/rtp/gstrtpamrpay.c:
13482         * gst/rtp/gstrtpamrpay.h:
13483         * gst/rtp/gstrtpdec.c:
13484         * gst/rtp/gstrtpdec.h:
13485         * gst/rtp/gstrtpdepay.c:
13486         * gst/rtp/gstrtpdepay.h:
13487         * gst/rtp/gstrtpg711dec.c:
13488         * gst/rtp/gstrtpg711dec.h:
13489         * gst/rtp/gstrtpg711depay.c:
13490         * gst/rtp/gstrtpg711depay.h:
13491         * gst/rtp/gstrtpg711enc.c:
13492         * gst/rtp/gstrtpg711enc.h:
13493         * gst/rtp/gstrtpg711pay.c:
13494         * gst/rtp/gstrtpg711pay.h:
13495         * gst/rtp/gstrtpgsmenc.c:
13496         * gst/rtp/gstrtpgsmenc.h:
13497         * gst/rtp/gstrtpgsmparse.c:
13498         * gst/rtp/gstrtpgsmparse.h:
13499         * gst/rtp/gstrtpgsmpay.c:
13500         * gst/rtp/gstrtpgsmpay.h:
13501         * gst/rtp/gstrtph263enc.c:
13502         * gst/rtp/gstrtph263enc.h:
13503         * gst/rtp/gstrtph263pay.c:
13504         * gst/rtp/gstrtph263pay.h:
13505         * gst/rtp/gstrtph263pdec.c:
13506         * gst/rtp/gstrtph263pdec.h:
13507         * gst/rtp/gstrtph263pdepay.c:
13508         * gst/rtp/gstrtph263pdepay.h:
13509         * gst/rtp/gstrtph263penc.c:
13510         * gst/rtp/gstrtph263penc.h:
13511         * gst/rtp/gstrtph263ppay.c:
13512         * gst/rtp/gstrtph263ppay.h:
13513         * gst/rtp/gstrtpmp4vdec.c:
13514         * gst/rtp/gstrtpmp4vdec.h:
13515         * gst/rtp/gstrtpmp4vdepay.c:
13516         * gst/rtp/gstrtpmp4vdepay.h:
13517         * gst/rtp/gstrtpmp4venc.c:
13518         * gst/rtp/gstrtpmp4venc.h:
13519         * gst/rtp/gstrtpmp4vpay.c:
13520         * gst/rtp/gstrtpmp4vpay.h:
13521         * gst/rtp/gstrtpmpadec.c:
13522         * gst/rtp/gstrtpmpadec.h:
13523         * gst/rtp/gstrtpmpadepay.c:
13524         * gst/rtp/gstrtpmpadepay.h:
13525         * gst/rtp/gstrtpmpaenc.c:
13526         * gst/rtp/gstrtpmpaenc.h:
13527         * gst/rtp/gstrtpmpapay.c:
13528         * gst/rtp/gstrtpmpapay.h:
13529         * gst/rtp/gstrtpspeexdec.c:
13530         * gst/rtp/gstrtpspeexdec.h:
13531         * gst/rtp/gstrtpspeexdepay.c:
13532         * gst/rtp/gstrtpspeexdepay.h:
13533         * gst/rtp/gstrtpspeexenc.c:
13534         * gst/rtp/gstrtpspeexenc.h:
13535         * gst/rtp/gstrtpspeexpay.c:
13536         * gst/rtp/gstrtpspeexpay.h:
13537           Do burger's rename for rtp payloaders and depayloaders
13538
13539 2005-11-30  Wim Taymans  <wim@fluendo.com>
13540
13541         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13542         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
13543         * ext/dv/gstdvdemux.h:
13544         Fix seeking in dvdemux again, add some more debug info.
13545
13546 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13547
13548         * configure.ac:
13549           fix tests
13550
13551 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13552
13553         * PORTED_09:
13554         * docs/random/PORTED_09:
13555           move
13556         * tests/Makefile.am:
13557           add
13558         * win32/gst.sln:
13559           remove
13560
13561 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13562
13563         * Makefile.am:
13564         * check/.cvsignore:
13565         * check/Makefile.am:
13566         * check/elements/.cvsignore:
13567         * check/elements/level.c:
13568         * check/elements/matroskamux.c:
13569         * configure.ac:
13570         * examples/Makefile.am:
13571         * examples/capsfilter/Makefile.am:
13572         * examples/capsfilter/capsfilter1.c:
13573         * examples/gob/Makefile.am:
13574         * examples/gob/gst-identity2.gob:
13575         * examples/gstplay/.cvsignore:
13576         * examples/gstplay/Makefile.am:
13577         * examples/gstplay/player.c:
13578         * examples/indexing/.cvsignore:
13579         * examples/indexing/Makefile.am:
13580         * examples/indexing/indexmpeg.c:
13581         * examples/level/Makefile.am:
13582         * examples/level/README:
13583         * examples/level/demo.c:
13584         * examples/level/plot.c:
13585         * examples/stats/Makefile.am:
13586         * examples/stats/mp2ogg.c:
13587         * examples/switch/.cvsignore:
13588         * examples/switch/Makefile.am:
13589         * examples/switch/switcher.c:
13590           move under tests/
13591
13592 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13593
13594         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
13595         (gst_text_render_class_init), (resize_bitmap),
13596         (gst_text_render_render_text), (gst_text_render_setcaps),
13597         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
13598         (gst_text_render_chain), (gst_text_render_finalize),
13599         (gst_text_render_init), (gst_text_render_set_property):
13600         * ext/pango/gsttextrender.h:
13601           Add missing files.
13602
13603 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13604
13605         * configure.ac:
13606         * ext/Makefile.am:
13607         * ext/pango/Makefile.am:
13608         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
13609         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
13610         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
13611         * ext/pango/gstclockoverlay.h:
13612         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
13613         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
13614         (gst_text_overlay_finalize), (gst_text_overlay_init),
13615         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
13616         (gst_text_overlay_text_pad_linked),
13617         (gst_text_overlay_text_pad_unlinked),
13618         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
13619         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
13620         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
13621         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13622         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13623         (gst_text_overlay_change_state), (plugin_init):
13624         * ext/pango/gsttextoverlay.h:
13625         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
13626         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
13627         (gst_time_overlay_class_init), (gst_time_overlay_init):
13628         * ext/pango/gsttimeoverlay.h:
13629           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
13630           and add background shading and text wrapping modes. Make 
13631           timoverlay derive from textoverlay. Also add new clockoverlay
13632           element.
13633
13634 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13635
13636         * gst/udp/Makefile.am: Moved to netbuffer.
13637
13638 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13639
13640         * configure.ac:
13641         * PORTED_O9:
13642         * gst/multipart/Makefile.am:
13643         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
13644         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
13645         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
13646         (gst_multipart_demux_change_state),
13647         (gst_multipart_demux_plugin_init):
13648         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
13649         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
13650         (gst_multipart_mux_sinkconnect),
13651         (gst_multipart_mux_request_new_pad),
13652         (gst_multipart_mux_handle_src_event),
13653         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
13654         (gst_multipart_mux_change_state): Ported multipart mux/demux to
13655         0.9.
13656
13657 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13658
13659         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
13660         * gst/debug/gstnavigationtest.h:
13661         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
13662         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
13663         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
13664         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
13665         * gst/effectv/gstrev.c: (gst_revtv_get_type):
13666         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
13667         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
13668         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
13669         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
13670         (gst_video_flip_get_type):
13671         * gst/videofilter/gstvideoflip.h:
13672           update for symbols change
13673
13674 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13675
13676         * gst/udp/gstdynudpsink.c:
13677         * gst/udp/gstudpsrc.c:
13678           the old gstnet lib was renamed gstnetbuffer (#322257)
13679
13680 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
13681
13682         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
13683         (gst_text_overlay_collected):
13684           Actually render the text from the text pad.
13685
13686 2005-11-29  Edward Hervey  <edward@fluendo.com>
13687
13688         * gst/debug/gstnavseek.c: (gst_navseek_event):
13689         * gst/debug/progressreport.c: (gst_progress_report_event):
13690         Update for GstBaseTransform event virtual method
13691
13692 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13693
13694         * ext/cairo/Makefile.am:
13695           no need to link to videofilter
13696
13697 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13698
13699         * gst/debug/Makefile.am:
13700         * gst/debug/gstnavigationtest.h:
13701         * gst/effectv/Makefile.am:
13702         * gst/effectv/gstaging.c:
13703         * gst/effectv/gstdice.c:
13704         * gst/effectv/gstedge.c:
13705         * gst/effectv/gstquark.c:
13706         * gst/effectv/gstrev.c:
13707         * gst/effectv/gstshagadelic.c:
13708         * gst/effectv/gstvertigo.c:
13709         * gst/effectv/gstwarp.c:
13710         * gst/videofilter/Makefile.am:
13711         * gst/videofilter/gstvideofilter.c:
13712         * gst/videofilter/gstvideofilter.h:
13713         * gst/videofilter/gstvideoflip.h:
13714           remove the videofilter library and link to the one in base
13715
13716 2005-11-28  Edward Hervey  <edward@fluendo.com>
13717
13718         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
13719         Useless check now we're setting the current entry correctly.
13720
13721 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
13722
13723         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
13724         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
13725         (gst_jpegenc_change_state):
13726           Don't leak input buffer in chain function (fixes #322667); make 
13727           state change function thread-safe; don't repeat the current function
13728           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
13729           gst_pad_alloc_buffer(); misc. minor cleanups.
13730
13731 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
13732
13733         * gst/matroska/matroska-mux.c:
13734         (gst_matroska_mux_video_pad_setcaps):
13735         Look for pixel-aspect-ratio in caps, not pixel_width and
13736         pixel_height (Fixes: #322645)
13737
13738 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
13739
13740         * gst/matroska/matroska-mux.c:
13741         (gst_matroska_mux_video_pad_setcaps):
13742         From Michal Benes:
13743         frame duration should be GST_SECOND / framerate, not
13744         GST_SECOND * framerate. (Fixes: #322643)
13745
13746 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13747
13748         * configure.ac:
13749           fix up GST_PLUGIN_LDFLAGS
13750         * gst/rtsp/rtspconnection.c:
13751           fix includes (see #317043)
13752         * gst/videofilter/Makefile.am:
13753           stop installing this library
13754
13755 2005-11-26  Edward Hervey  <edward@fluendo.com>
13756
13757         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
13758         Handle the case where the incoming Video dv stream doesn't have
13759         a pixel aspect ratio set.
13760
13761 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13762
13763         * docs/plugins/Makefile.am:
13764         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13765         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13766         * ext/flac/gstflacdec.c:
13767           document flacdec
13768
13769 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13770
13771         * docs/plugins/Makefile.am:
13772         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13773         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13774         * docs/plugins/inspect/plugin-autodetect.xml:
13775         * ext/cairo/gstcairo.c: (plugin_init):
13776         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
13777         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
13778         (gst_text_overlay_init), (gst_text_overlay_font_init),
13779         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
13780         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
13781         (gst_text_overlay_text_pad_linked),
13782         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
13783         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
13784         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13785         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13786         (gst_text_overlay_change_state):
13787         * ext/cairo/gsttextoverlay.h:
13788         * ext/cairo/gsttimeoverlay.c:
13789         (gst_cairo_time_overlay_update_font_height),
13790         (gst_cairo_time_overlay_set_caps),
13791         (gst_cairo_time_overlay_get_unit_size),
13792         (gst_cairo_time_overlay_print_smpte_time),
13793         (gst_cairo_time_overlay_transform),
13794         (gst_cairo_time_overlay_base_init),
13795         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
13796         (gst_cairo_time_overlay_get_type):
13797         * ext/cairo/gsttimeoverlay.h:
13798           do some name borgifying
13799           document
13800
13801 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13802
13803         * docs/plugins/Makefile.am:
13804         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13805         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13806         * gst/autodetect/gstautoaudiosink.c:
13807         (gst_auto_audio_sink_base_init):
13808         * gst/autodetect/gstautovideosink.c:
13809         (gst_auto_video_sink_base_init),
13810         (gst_auto_video_sink_factory_filter):
13811           documenting auto*sink
13812           using strstr for the video sink lookup, class field is not ordered
13813         * docs/plugins/inspect/plugin-1394.xml:
13814         * docs/plugins/inspect/plugin-aasink.xml:
13815         * docs/plugins/inspect/plugin-alaw.xml:
13816         * docs/plugins/inspect/plugin-alpha.xml:
13817         * docs/plugins/inspect/plugin-alphacolor.xml:
13818         * docs/plugins/inspect/plugin-auparse.xml:
13819         * docs/plugins/inspect/plugin-autodetect.xml:
13820         * docs/plugins/inspect/plugin-avi.xml:
13821         * docs/plugins/inspect/plugin-cacasink.xml:
13822         * docs/plugins/inspect/plugin-cairo.xml:
13823         * docs/plugins/inspect/plugin-cutter.xml:
13824         * docs/plugins/inspect/plugin-debug.xml:
13825         * docs/plugins/inspect/plugin-dv.xml:
13826         * docs/plugins/inspect/plugin-efence.xml:
13827         * docs/plugins/inspect/plugin-effectv.xml:
13828         * docs/plugins/inspect/plugin-esdsink.xml:
13829         * docs/plugins/inspect/plugin-flac.xml:
13830         * docs/plugins/inspect/plugin-flxdec.xml:
13831         * docs/plugins/inspect/plugin-gconfelements.xml:
13832         * docs/plugins/inspect/plugin-goom.xml:
13833         * docs/plugins/inspect/plugin-jpeg.xml:
13834         * docs/plugins/inspect/plugin-level.xml:
13835         * docs/plugins/inspect/plugin-matroska.xml:
13836         * docs/plugins/inspect/plugin-mulaw.xml:
13837         * docs/plugins/inspect/plugin-navigationtest.xml:
13838         * docs/plugins/inspect/plugin-ossaudio.xml:
13839         * docs/plugins/inspect/plugin-png.xml:
13840         * docs/plugins/inspect/plugin-rtp.xml:
13841         * docs/plugins/inspect/plugin-rtsp.xml:
13842         * docs/plugins/inspect/plugin-shout2send.xml:
13843         * docs/plugins/inspect/plugin-smpte.xml:
13844         * docs/plugins/inspect/plugin-speex.xml:
13845         * docs/plugins/inspect/plugin-udp.xml:
13846         * docs/plugins/inspect/plugin-videobox.xml:
13847         * docs/plugins/inspect/plugin-videoflip.xml:
13848         * docs/plugins/inspect/plugin-videomixer.xml:
13849         * docs/plugins/inspect/plugin-wavenc.xml:
13850         * docs/plugins/inspect/plugin-wavparse.xml:
13851           update for HEAD version
13852
13853 2005-11-25  Michael Smith  <msmith@fluendo.com>
13854
13855         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
13856           Patch from Sebastien Cote to close control sockets in udpsrc.
13857
13858 2005-11-24  Julien MOUTTE  <julien@moutte.net>
13859
13860         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
13861         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
13862         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
13863         (gst_quarktv_base_init), (gst_quarktv_class_init),
13864         (gst_quarktv_init): Flush the planes list on reverse caps
13865         negotiation. This was crashing because of differently sized
13866         buffers.
13867
13868 2005-11-24  Julien MOUTTE  <julien@moutte.net>
13869
13870         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
13871         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
13872         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
13873         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
13874         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
13875         (gst_videoflip_set_property), (gst_videoflip_base_init),
13876         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
13877         correctly, fix identity flipping, convert navigation event 
13878         correctly again.
13879
13880 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13881
13882         * configure.ac: back to HEAD
13883
13884 === release 0.9.6 ===
13885
13886 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
13887
13888         * configure.ac:
13889           releasing 0.9.6, "Everything's Not Lost"
13890
13891 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13892
13893         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
13894         Oops, initialise the framerate GValue
13895
13896 2005-11-23  Julien MOUTTE  <julien@moutte.net>
13897
13898         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
13899         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
13900         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
13901         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
13902         (gst_timeoverlay_get_type):
13903         * ext/cairo/gsttimeoverlay.h:
13904         * gst/debug/Makefile.am:
13905         * gst/debug/gstnavigationtest.c:
13906         (gst_navigationtest_handle_src_event),
13907         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
13908         (gst_navigationtest_transform), (gst_navigationtest_change_state),
13909         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
13910         (gst_navigationtest_init), (gst_navigationtest_get_type),
13911         (plugin_init):
13912         * gst/debug/gstnavigationtest.h:
13913         * gst/effectv/Makefile.am:
13914         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
13915         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
13916         (gst_agingtv_base_init), (gst_agingtv_class_init),
13917         (gst_agingtv_init), (gst_agingtv_get_type):
13918         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
13919         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
13920         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
13921         (gst_dicetv_get_type):
13922         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
13923         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
13924         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
13925         (gst_edgetv_get_type):
13926         * gst/effectv/gsteffectv.c:
13927         * gst/effectv/gsteffectv.h:
13928         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
13929         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
13930         (gst_quarktv_change_state), (gst_quarktv_base_init),
13931         (gst_quarktv_class_init), (gst_quarktv_init),
13932         (gst_quarktv_get_type):
13933         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
13934         (gst_revtv_get_unit_size), (gst_revtv_transform),
13935         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
13936         (gst_revtv_get_type):
13937         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
13938         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
13939         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
13940         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
13941         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
13942         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
13943         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
13944         (gst_vertigotv_init), (gst_vertigotv_get_type):
13945         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
13946         (gst_warptv_get_unit_size), (gst_warptv_transform),
13947         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
13948         (gst_warptv_get_type):
13949         * gst/videofilter/Makefile.am:
13950         * gst/videofilter/gstvideobalance.c:
13951         * gst/videofilter/gstvideobalance.h:
13952         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
13953         (gst_videofilter_class_init), (gst_videofilter_init):
13954         * gst/videofilter/gstvideofilter.h:
13955         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
13956         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
13957         (gst_videoflip_flip), (gst_videoflip_transform),
13958         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
13959         (gst_videoflip_base_init), (gst_videoflip_class_init),
13960         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
13961         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
13962         BaseTransform, it's just a place holder for now and every video
13963         effect plugin has been ported to use BaseTransform features 
13964         directly. QuarkTV was fixed too (was broken), navigationtest works
13965         and best for the end, videoflip converts navigation events depending
13966         on flip method ! Fixes #320953
13967
13968 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13969
13970         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
13971         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
13972         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
13973         (gst_goom_src_negotiate), (gst_goom_chain):
13974         * gst/matroska/matroska-mux.c:
13975         (gst_matroska_mux_video_pad_setcaps):
13976         * sys/osxvideo/osxvideosink.m:
13977           Fixes for API changes
13978
13979 2005-11-23  Michael Smith <msmith@fluendo.com>
13980
13981         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
13982         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
13983         * ext/jpeg/gstjpegdec.h:
13984         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
13985         * ext/jpeg/gstjpegenc.h:
13986         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
13987         (gst_smokeenc_resync):
13988         * ext/jpeg/gstsmokeenc.h:
13989           JPEG fractiony goodness.
13990
13991 2005-11-22  Michael Smith <msmith@fluendo.com>
13992
13993         * gst/goom/filters.c:
13994         * gst/goom/graphic.h:
13995           Fix compilation by making some functions static inline instead of
13996           extern inline, matching the way they're used.
13997
13998 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
13999
14000         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
14001         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
14002         * ext/cairo/gsttextoverlay.h:
14003         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
14004         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14005         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
14006         (gst_pngdec_caps_create_and_set):
14007         * ext/libpng/gstpngdec.h:
14008         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
14009         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
14010         * gst/avi/gstavimux.c: (gst_avimux_init),
14011         (gst_avimux_vidsinkconnect):
14012         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14013         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14014         (gst_goom_src_negotiate), (gst_goom_chain):
14015         * gst/goom/gstgoom.h:
14016         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14017         * gst/matroska/matroska-mux.c:
14018         (gst_matroska_mux_video_pad_setcaps):
14019         * sys/osxvideo/osxvideosink.h:
14020         * sys/osxvideo/osxvideosink.m:
14021           More fractional framerate conversions 
14022
14023 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14024
14025         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14026         * gst/debug/gstnavigationtest.c:
14027         (gst_navigationtest_handle_src_event):
14028         * gst/videofilter/gstvideofilter.c:
14029         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
14030         (gst_videofilter_init):
14031         * gst/videofilter/gstvideofilter.h:
14032           Convert to fractional framerates.
14033
14034 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14035
14036         * ext/aalib/gstaasink.c:
14037         * ext/dv/gstdvdec.c:
14038         * ext/esd/esdmon.c:
14039         * ext/flac/gstflacenc.c:
14040         * ext/gdk_pixbuf/pixbufscale.c:
14041         * ext/libcaca/gstcacasink.c:
14042         * ext/shout2/gstshout2.c:
14043         * gst/alpha/gstalpha.c:
14044         * gst/oldcore/gstaggregator.c:
14045         * gst/oldcore/gstshaper.c:
14046         * gst/smpte/barboxwipes.c:
14047         * gst/smpte/gstsmpte.c:
14048         * gst/videobox/gstvideobox.c:
14049         * gst/videofilter/gstvideoflip.c:
14050         * gst/videomixer/videomixer.c:
14051           fix up more enums
14052
14053 2005-11-22  Michael Smith <msmith@fluendo.com>
14054
14055         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
14056         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
14057         (gst_videomixer_update_queues):
14058           Fractional framerates, videomixer.
14059
14060 2005-11-22  Michael Smith <msmith@fluendo.com>
14061
14062         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
14063         * ext/dv/gstdvdec.h:
14064         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
14065         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
14066         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
14067         (gst_dvdemux_flush):
14068         * ext/dv/gstdvdemux.h:
14069           Fractional framerates for DV. 
14070
14071 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14072
14073         * gst/autodetect/gstautoaudiosink.c:
14074         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14075         * gst/autodetect/gstautovideosink.c:
14076         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
14077           Use gst_plugin_feature_list_free() to free feature list and
14078           in the case of autovideosink free the list at all. Also
14079           miscellaneous cosmetic fixes.
14080
14081 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14082
14083         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14084         (gst_cutter_set_property), (gst_cutter_get_caps):
14085           copy calculation code from level; remove use of some audio
14086           functions
14087
14088 2005-11-22  Andy Wingo  <wingo@pobox.com>
14089
14090         * Update for gst_tag_setter API changes.
14091
14092 2005-11-22  Andy Wingo  <wingo@pobox.com>
14093
14094         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
14095         (gst_dvdemux_demux_frame)
14096         * ext/flac/gstflacdec.c (gst_flacdec_write)
14097         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
14098         (gst_flacenc_sink_event)
14099         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
14100         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
14101         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
14102         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
14103         * gst/auparse/gstauparse.c (gst_auparse_chain)
14104         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
14105         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
14106         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
14107         (gst_avi_demux_handle_seek)
14108         * gst/goom/gstgoom.c (gst_goom_event)
14109         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
14110         * gst/matroska/matroska-demux.c
14111         (gst_matroska_demux_handle_seek_event)
14112         (gst_matroska_demux_loop_stream_parse_id)
14113         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
14114         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
14115         (gst_wavparse_stream_headers): Run update-funcnames.
14116
14117 2005-11-22  Edward Hervey  <edward@fluendo.com>
14118
14119         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
14120         (gst_dv1394src_init), (gst_dv1394src_dispose),
14121         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
14122         (gst_dv1394src_uri_set_uri):
14123         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14124         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
14125         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
14126         URIHandler interface and element properties are now properly
14127         synchronized for DV1394src and UDPSrc
14128
14129 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14130
14131         * ext/flac/Makefile.am:
14132         * ext/speex/Makefile.am:
14133           libgsttagedit has been renamed to libgsttag.
14134
14135 2005-11-21  Wim Taymans  <wim@fluendo.com>
14136
14137         * gst/rtsp/rtspconnection.c: (read_body):
14138         Apply patch from Sebastien Cote to fix #319184.
14139
14140 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14141
14142         * configure.ac:
14143         * gst/cutter/Makefile.am:
14144         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
14145         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
14146         (gst_cutter_set_property), (gst_cutter_get_property),
14147         (plugin_init), (gst_cutter_get_caps):
14148           port cutter
14149         * gst/level/gstlevel.c:
14150           fix up plugin details
14151
14152 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14153
14154         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
14155         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
14156         (gst_flacdec_src_event):
14157         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
14158         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
14159         (gst_signal_processor_getrange), (gst_signal_processor_chain):
14160         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14161         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
14162         (gst_flxdec_sink_event_handler):
14163         * gst/matroska/matroska-demux.c:
14164         (gst_matroska_demux_handle_seek_event):
14165         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
14166           Update for stream lock API changes: don't take stream log
14167           in sink event handlers any longer and change GST_STREAM_LOCK
14168           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
14169           functions.
14170
14171 2005-11-21  Michael Smith <msmith@fluendo.com>
14172
14173         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
14174           gst_object_unref, not g_object_unref
14175
14176 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14177
14178         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
14179         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
14180           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
14181
14182 2005-11-21  Michael Smith <msmith@fluendo.com>
14183
14184         * gst/auparse/Makefile.am:
14185         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
14186         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
14187         (gst_auparse_change_state):
14188         * gst/auparse/gstauparse.h:
14189           Partially fix #161712. playbin still doesn't work on these files,
14190           (on the bug report, Andy says we aren't typefinding it for some
14191           reason?) but at least auparse isn't totally busted like it was before.
14192
14193 2005-11-21  Andy Wingo  <wingo@pobox.com>
14194
14195         * *.h:
14196         * *.c: Ran scripts/update-macros. Oh yes.
14197
14198 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14199
14200         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
14201           Filler events are gone for now, comment out section generating
14202           them.
14203
14204 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
14205
14206         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14207         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
14208         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14209         * sys/osxvideo/osxvideosink.m:
14210           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
14211           (#322027)
14212
14213 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14214
14215         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
14216         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
14217         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14218         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
14219         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
14220         (gst_avi_demux_stream_data):
14221         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14222         * gst/wavenc/gstwavenc.c: (write_metadata):
14223         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
14224         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
14225         Fixes for GST_FOURCC_FORMAT API change.
14226
14227 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14228
14229         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
14230         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
14231         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
14232         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14233         (gst_text_overlay_change_state):
14234         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14235         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
14236         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
14237         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
14238         * gst/videomixer/videomixer.c: (gst_videomixer_init),
14239         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14240         (gst_videomixer_change_state):
14241           Fix for collect pads API change. Also fix textoverlay state
14242           change function.
14243
14244 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14245
14246         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
14247         GST_PAD_IS_USABLE by something approaching it.
14248
14249 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14250
14251         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
14252         API changes.
14253         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
14254         but also fix the code that was not checking return values from
14255         pad_push neither using pad_alloc_buffer.
14256
14257 2005-11-18  Edward Hervey  <edward@fluendo.com>
14258
14259         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14260         (gst_pngenc_chain):
14261         Added debug category
14262         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
14263         goes to EOS.
14264
14265 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
14266
14267         * gst/rtp/Makefile.am
14268         * gst/rtp/gstrtp.c
14269         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
14270         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
14271         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
14272         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
14273         * gst/rtp/gstrtpg711enc.h:
14274         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
14275         * gst/rtp/gstrtpspeexenc.c:
14276         * gst/rtp/gstrtpspeexenc.h:
14277         * gst/rtp/gstrtpspeexdec.c:
14278         * gst/rtp/gstrtpspeexdec.h:
14279         Created Speex payloader and depayloader; Optimize G711 payloader to
14280         use adapter and send packets until MTU size.
14281
14282 2005-11-16  Wim Taymans  <wim@fluendo.com>
14283
14284         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
14285         Fix leak in check.
14286
14287 2005-11-16  Wim Taymans  <wim@fluendo.com>
14288
14289         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
14290         Fix state change.
14291
14292 2005-11-16  Andy Wingo  <wingo@pobox.com>
14293
14294         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
14295         (gst_udpsrc_create): Move comment.
14296
14297 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
14298
14299         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14300
14301         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
14302           When seeking, seek to closest index entry at or before the requested
14303           seek position, not just the closest one (#321001).
14304
14305 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14306
14307         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
14308         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
14309           Invert DIB images again (see #132341).
14310
14311 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14312
14313         * configure.ac:
14314           rework configure.ac file
14315         * ext/aalib/gstaasink.c:
14316         * ext/cairo/gstcairo.c:
14317         * ext/dv/gstdv.c:
14318         * ext/esd/gstesd.c:
14319         * ext/flac/gstflac.c:
14320         * ext/gconf/gstgconfelements.c:
14321         * ext/gdk_pixbuf/gstgdkpixbuf.c:
14322         * ext/jpeg/gstjpeg.c:
14323         * ext/ladspa/gstladspa.c:
14324         * ext/libcaca/gstcacasink.c:
14325         * ext/libmng/gstmng.c:
14326         * ext/libpng/gstpng.c:
14327         * ext/mikmod/gstmikmod.c:
14328         * ext/pango/gsttextoverlay.c:
14329         * ext/pango/gsttimeoverlay.c:
14330         * ext/raw1394/gst1394.c:
14331         * ext/speex/gstspeex.c:
14332         * gst/alpha/Makefile.am:
14333         * gst/alpha/gstalpha.c:
14334         * gst/alpha/gstalphacolor.c:
14335         * gst/auparse/gstauparse.c:
14336         * gst/autodetect/gstautoaudiosink.c:
14337         (gst_auto_audio_sink_factory_filter),
14338         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14339         * gst/autodetect/gstautodetect.c:
14340         * gst/avi/gstavi.c:
14341         * gst/cutter/gstcutter.c:
14342         * gst/debug/efence.c:
14343         * gst/debug/gstdebug.c:
14344         * gst/debug/gstnavigationtest.c:
14345         * gst/effectv/gsteffectv.c:
14346         * gst/flx/gstflxdec.c:
14347         * gst/goom/gstgoom.c:
14348         * gst/interleave/plugin.c:
14349         * gst/law/alaw.c:
14350         * gst/law/mulaw.c:
14351         * gst/level/gstlevel.c:
14352         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14353         * gst/matroska/matroska.c:
14354         * gst/median/gstmedian.c:
14355         * gst/monoscope/gstmonoscope.c:
14356         * gst/multipart/multipart.c:
14357         * gst/oldcore/gstelements.c:
14358         * gst/rtp/gstrtp.c:
14359         * gst/rtsp/gstrtsp.c:
14360         * gst/smoothwave/gstsmoothwave.c:
14361         * gst/smpte/gstsmpte.c:
14362         * gst/udp/gstudp.c:
14363         * gst/videobox/gstvideobox.c:
14364         * gst/videofilter/gstgamma.c:
14365         * gst/videofilter/gstvideobalance.c:
14366         * gst/videofilter/gstvideoflip.c:
14367         * gst/videofilter/gstvideotemplate.c:
14368         * gst/videomixer/videomixer.c:
14369         * gst/wavenc/gstwavenc.c:
14370         * gst/wavparse/gstwavparse.c:
14371         * sys/oss/gstossaudio.c:
14372         * sys/osxaudio/gstosxaudio.c:
14373           update GST_PLUGIN_DEFINE
14374         * gst/rtp/Makefile.am:
14375         * gst/rtp/gstasteriskh263.c:
14376           check for htons/htonl headers and possibly link to winsock2 lib
14377
14378 2005-11-12  Edward Hervey  <edward@fluendo.com>
14379
14380         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14381         Only GST_DEBUG() information on the valid components.
14382
14383 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14384
14385         * configure.ac: back to HEAD
14386
14387 === release 0.9.5 ===
14388
14389 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
14390
14391         * configure.ac:
14392           releasing 0.9.5, "Phone Alarm"
14393
14394 2005-11-11  Edward Hervey  <edward@fluendo.com>
14395
14396         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14397         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
14398         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
14399         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14400         (gst_avi_demux_loop):
14401         * gst/avi/gstavidemux.h:
14402         Yeah, implement proper seeking. Exact seeking and segment seeking.
14403         Still need to do some checks for segment_stop.
14404
14405 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14406
14407         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14408
14409         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14410           Don't try to ready buffer duration from buffer that we don't
14411           own any  longer and that might already have been unreffed.
14412           (#321136)
14413
14414 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
14415
14416         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
14417         (flx_decode_delta_flc), (gst_flxdec_chain):
14418         Attempting to optimize the code for embedded systems.
14419
14420 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
14421
14422         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14423
14424         * sys/oss/gstosssink.c: (gst_oss_sink_close):
14425           Don't re-use already closed file descriptor. (#320920)
14426
14427 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14428
14429         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
14430         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
14431         (gst_oss_sink_prepare):
14432         * sys/oss/gstosssink.h:
14433           Cache probed caps; fix debug output for SET_PARAM macros.
14434
14435 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14436
14437         * ext/cairo/Makefile.am:
14438         * ext/cairo/gstcairo.c: (plugin_init):
14439         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14440         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14441         (gst_text_overlay_init), (gst_text_overlay_font_init),
14442         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14443         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14444         (gst_text_overlay_text_pad_linked),
14445         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14446         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14447         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14448         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14449         (gst_text_overlay_change_state):
14450         * ext/cairo/gsttextoverlay.h:
14451           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
14452           property and redo positioning. Doesn't handle upstream renegotiation
14453           yet though.
14454
14455 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14456
14457         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14458         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14459         (gst_avi_demux_loop):
14460           No need to take the STREAM_LOCK in the loop function. Improve
14461           some debug messages. Don't leak pad names in debug messages.
14462
14463 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14464
14465         * gst/matroska/matroska-demux.c:
14466         (gst_matroska_demux_push_vorbis_codec_priv_data),
14467         (gst_matroska_demux_add_wvpk_header):
14468           Don't error out when the source pad isn't linked.
14469
14470 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
14471
14472         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
14473         (gst_gconf_audio_sink_change_state):
14474         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
14475         (gst_gconf_video_sink_change_state):
14476           Fix state change functions here as well and set kid
14477           to NULL state before removing it.
14478
14479 2005-11-01  Edward Hervey  <edward@fluendo.com>
14480
14481         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
14482         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
14483         Added proper event handlind, 
14484         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
14485         ignored),
14486         and don't set a duration of 0 for buffers otherwise they are discarded
14487         by GstBaseSink.
14488
14489         GstWavEnc needs some serious loving, after going through the code I'm
14490         really wondering how this can stay in -good ...
14491
14492 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14493
14494         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
14495         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
14496         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
14497         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
14498         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
14499         (gst_matroska_mux_collected):
14500           Fix leaks and invalid memory access as reported by valgrind
14501
14502 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14503
14504         Patch by: Michal Benes <michal.benes@xeris.cz>
14505
14506         * check/Makefile.am:
14507         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14508         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
14509         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
14510           add a unit test for matroskamux
14511           fix the bugs that the unit test exposed
14512
14513 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
14514
14515         * gst/autodetect/gstautoaudiosink.c:
14516         (gst_auto_audio_sink_class_init),
14517         (gst_auto_audio_sink_change_state):
14518         * gst/autodetect/gstautovideosink.c:
14519         (gst_auto_video_sink_class_init),
14520         (gst_auto_video_sink_change_state):
14521           Fix state change function and use GST_DEBUG_FUNCPTR in
14522           class_init.
14523
14524 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14525
14526         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14527
14528         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
14529         (gst_ebml_write_reset), (gst_ebml_write_element_new):
14530         * gst/matroska/ebml-write.h:
14531         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14532           Set timestamps on outgoing ebml headers as well, so that the
14533           element after matroskamux can get the timestamp already when
14534           reading the first ebml element and doesn't have to wait for
14535           the actual data buffer for that (#320308).
14536           
14537 2005-10-31  Andy Wingo  <wingo@pobox.com>
14538
14539         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
14540         (gst_videomixer_pad_link): Kill some memleaks.
14541         (gst_videomixer_pad_get_property): Style fix.
14542         (gst_videomixer_pad_set_property): Style fix.
14543         (gst_videomixer_pad_init): Style fix.
14544         (gst_videomixer_update_queues): Kill memleak.
14545         (gst_videomixer_loop): Kill memleak.
14546         (gst_videomixer_collected): Kill memleak.
14547
14548 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14549
14550         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
14551         gst_auparse_change_state:
14552         Just some cleanup.
14553
14554 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14555
14556         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
14557         Add checks to GST_FLOW_NOT_LINKED for values returned
14558         from gst_pad_push.
14559         
14560 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14561
14562         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
14563         (gst_rtpg711dec_process):
14564         * gst/rtp/gstrtpgsmenc.c:
14565         Payloader now sets some default caps on the srcpad if caps on the sinkpad
14566         are never set. This is important for the g711 to work with burger's rtpbin
14567         element.
14568
14569 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
14570
14571         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
14572         (gst_speexenc_push_buffer):
14573         Add checks for return values from gst_pad_push and
14574         gst_pad_alloc_buffer.
14575
14576 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
14577
14578         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14579
14580         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
14581         (gst_matroska_demux_parse_info),
14582         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14583         (gst_matroska_demux_parse_cluster):
14584         * gst/matroska/matroska-ids.h:
14585         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
14586         (gst_matroska_mux_init), (gst_matroska_mux_start),
14587         (gst_matroska_mux_create_buffer_header),
14588         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
14589         (gst_matroska_mux_get_property):
14590         * gst/matroska/matroska-mux.h:
14591           Add SimpleBlock support to matroska demuxer and muxer (part of
14592           Matroska v2). (#319731)
14593
14594 2005-10-28  Wim Taymans  <wim@fluendo.com>
14595
14596         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
14597         (gst_jpeg_dec_change_state):
14598         * ext/jpeg/gstjpegdec.h:
14599         Cleanups. Don't create caps for every chain.
14600
14601 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
14602
14603         * gst/law/alaw-encode.c: (gst_alawenc_init),
14604         (alawenc_setcaps), (gst_alawenc_chain)
14605         * gst/law/alaw-encode.h:
14606         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
14607         (mulawenc_setcaps), (gst_mulawenc_chain)
14608         * gst/law/mulaw-encode.h:
14609         Set timestamp on buffer and it allows RTP G711 elements
14610         work properly.
14611
14612 2005-10-27  Wim Taymans  <wim@fluendo.com>
14613
14614         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
14615         Set correct format on oss instead of a silly value. 
14616
14617 2005-10-27  Julien MOUTTE  <julien@moutte.net>
14618
14619         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14620         (gst_video_box_transform_caps), (gst_video_box_set_caps),
14621         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
14622         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
14623         I420 rendering as well, doesn't bring much for my platform.
14624         Might help on some other platforms.
14625
14626 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
14627
14628         * gst/rtp/gstrtpgsmenc.c:
14629         * gst/rtp/gstrtpgsmparse.c:
14630         Declaring the padtemplate correctly.
14631
14632 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14633
14634         * gst/rtp/gstrtpg711dec.c:
14635         * gst/rtp/gstrtpg711enc.c:
14636         * gst/rtp/gstrtpgsmenc.c:
14637         * gst/rtp/gstrtpgsmparse.c:
14638         Setting the proper copyright notice.
14639
14640 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14641
14642         * gst/videobox/Makefile.am: Use liboil.
14643         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14644         (gst_video_box_set_property), (gst_video_box_transform_caps),
14645         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
14646         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
14647         using liboil. Will dot the same to I420 border generation
14648         tomorrow.
14649
14650 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14651
14652         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
14653         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
14654         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
14655         * gst/rtp/gstrtpg711dec.h:
14656         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
14657         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
14658         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
14659         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
14660         (gst_rtpgsmenc_handle_buffer):
14661         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
14662         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
14663         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
14664         * gst/rtp/gstrtpgsmparse.h:
14665         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
14666         inherits from the basertpdepayloader.
14667
14668 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14669
14670         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14671         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
14672         (gst_video_box_ayuv): Removing this forgotten debug.
14673
14674 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14675
14676         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14677         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
14678         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
14679
14680 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
14681
14682         * sys/oss/gstossaudio.c:
14683         * sys/oss/gstossdmabuffer.c:
14684         * sys/oss/gstosshelper.c:
14685         * sys/oss/gstossmixer.c:
14686         * sys/oss/gstossmixerelement.c:
14687         * sys/oss/gstossmixertrack.c:
14688         * sys/oss/gstosssink.c:
14689         * sys/oss/gstosssrc.c:
14690           Actually use the 'oss' debug category we register.
14691
14692 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14693
14694         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
14695         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
14696         Use gst_pad_get_parent and drop the ref that was added through
14697         that call.
14698
14699 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14700
14701         * gst/rtp/gstrtpgsmenc.c:
14702           Fix compilation
14703
14704 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
14705
14706         * gst/rtp/gstrtpg711dec.c
14707         Just removed a couple of lines of weird code used during
14708         development/test time.
14709
14710 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
14711
14712         * gst/rtp/Makefile.am
14713         * gst/rtp/gstrtp.c
14714         * gst/rtp/gstrtpg711enc.c
14715         * gst/rtp/gstrtpg711enc.h
14716         * gst/rtp/gstrtpg711dec.c
14717         * gst/rtp/gstrtpg711dec.h
14718         Created G711 payloader and depayloader (it supports mulaw and alaw
14719         (dec)encoders)
14720
14721 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14722
14723         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14724         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
14725         Doh ! I introduced wingo's bug again ! Sorry...
14726
14727 2005-10-25  Christian Schaller <christian@fluendo.com> 
14728
14729         * gst/rtp/Makefile.am: add missing header files for disting
14730
14731 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
14732
14733         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
14734         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
14735         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
14736         (gst_rtpgsmenc_handle_buffer):
14737         * gst/rtp/gstrtpgsmenc.h:
14738         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
14739         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
14740         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
14741         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
14742         * gst/rtp/gstrtpgsmparse.h:
14743         Getting the GSM (de)payloader working and compatible with our plans for RTP.
14744
14745 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14746
14747         * ext/libpng/gstpngdec.c: (user_info_callback),
14748         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
14749         a newsegment event, move some redundant code in a single place.
14750
14751 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14752
14753         * ext/libpng/gstpngdec.c: (user_info_callback),
14754         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
14755         hack to get correct colors order when we have a png image with
14756         alpha channel.
14757
14758 2005-10-24  Edward Hervey  <edward@fluendo.com>
14759
14760         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
14761         Call gst_element_no_more_pads when there will be no more pads.
14762
14763 2005-10-24  Wim Taymans  <wim@fluendo.com>
14764
14765         * gst/rtp/Makefile.am:
14766         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
14767         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
14768         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
14769         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
14770         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
14771         (gst_asteriskh263_plugin_init):
14772         * gst/rtp/gstasteriskh263.h:
14773         * gst/rtp/gstrtp.c: (plugin_init):
14774         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
14775         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
14776         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
14777         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
14778         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
14779         (gst_rtph263enc_plugin_init):
14780         * gst/rtp/gstrtph263enc.h:
14781         Added two new payloaders, an RFC 2190 payloader for h263 and
14782         a payload convertor for an asterisk server.
14783
14784 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
14785
14786         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
14787           Set bytes_per_sample correctly (is not always 4, but 
14788           depends on width and number of channels).
14789
14790 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
14791
14792         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
14793         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
14794         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
14795         (gst_flacenc_sink_event), (gst_flacenc_chain),
14796         (gst_flacenc_set_property), (gst_flacenc_get_property),
14797         (gst_flacenc_change_state):
14798         * ext/flac/gstflacenc.h:
14799           Fix seeking, so that flacenc can rewrite the header with the
14800           correct duration and amount of samples and all that at EOS;
14801           also set timestamps and granulepos on outgoing buffers; add
14802           debug category; fix state change function.
14803           
14804 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14805
14806         * gst/videomixer/videomixer.c: Don't restrict video geometry
14807         from 16 to 4096.
14808
14809 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14810
14811         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14812         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
14813         Fix caps negotiation correctly, add debugging category.
14814
14815 2005-10-24  Christian Schaller  <christian@fluendo.com>
14816
14817         * configure.ac: Port over Thomas's change from base listing all plugins
14818
14819 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14820
14821         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
14822         a sink pad.
14823
14824 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14825
14826         * configure.ac:
14827         * docs/upload.mak:
14828           back to HEAD
14829
14830 === release 0.9.4 ===
14831
14832 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14833
14834         * configure.ac:
14835           Releasing 0.9.4, "Dromiceiomimus"
14836
14837 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
14838
14839         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
14840         (gst_speexenc_src_query):
14841           Add position and duration query, fix query type function.
14842           
14843         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14844         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
14845           Let's not set non-fixed caps on source pads.
14846
14847 2005-10-21  Wim Taymans  <wim@fluendo.com>
14848
14849         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14850         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
14851         (gst_avi_demux_handle_seek):
14852         Set correct stream_time in newsegment event.
14853         avi can also handle a duration query now.
14854
14855 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14856
14857         * gst/matroska/matroska-demux.c:
14858         (gst_matroska_demux_handle_src_query),
14859         (gst_matroska_demux_handle_seek_event),
14860         (gst_matroska_demux_loop_stream_parse_id):
14861           Fix duration query; fix basetime in newsegment event after
14862           seek; fix duration in initial newsegment event.
14863
14864         * gst/matroska/matroska-mux.c:
14865         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
14866           Extract number of channels and samplerate from vorbis headers;
14867           add some debug messages when querying the durations of the
14868           input streams.
14869
14870 2005-10-20  Wim Taymans  <wim@fluendo.com>
14871
14872         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
14873         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14874         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
14875         Set stream time correctly in newsegment.
14876
14877 2005-10-20  Wim Taymans  <wim@fluendo.com>
14878
14879         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14880         Correctly fill in the stream time.
14881
14882 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14883
14884         * check/elements/level.c: (GST_START_TEST):
14885         * gst/level/gstlevel.c: (gst_level_message_new):
14886         * gst/level/level-example.c: (message_handler):
14887           use ELEMENT messages instead
14888
14889 2005-10-19  Wim Taymans  <wim@fluendo.com>
14890
14891         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
14892         (gst_dvdemux_src_query):
14893         * ext/flac/gstflacdec.c: (gst_flacdec_length),
14894         (gst_flacdec_src_query):
14895         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
14896         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
14897         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
14898         * gst/debug/gstnavseek.c: (gst_navseek_seek):
14899         * gst/debug/progressreport.c: (gst_progress_report_report):
14900         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
14901         * gst/matroska/matroska-demux.c:
14902         (gst_matroska_demux_handle_src_query):
14903         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
14904         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
14905         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14906         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
14907         (gst_wavparse_srcpad_event):
14908         API change fix.
14909
14910 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
14911
14912         * gst/goom/filters.c:
14913         * gst/goom/graphic.h:
14914         * gst/goom/lines.c:
14915           Make inline functions either 'static inline' or 'extern inline',
14916           otherwise the Forte compiler apparently won't inline them (#317300).
14917
14918 2005-10-19  Julien MOUTTE  <julien@moutte.net>
14919
14920         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
14921         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
14922         (user_info_callback), (user_endrow_callback), (user_end_callback),
14923         (user_read_data), (gst_pngdec_caps_create_and_set),
14924         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
14925         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
14926         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
14927         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
14928         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
14929         very nice and handle push/pull based model. if you have filesrc
14930         connected to it, it will do random access to load the png file.
14931         If you have a network source that can't do _getrange, it does 
14932         progressive loading through the chain function.
14933         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
14934         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
14935         thanks to Master Wim Taymans ;-)
14936
14937 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
14938
14939         * gst/matroska/Makefile.am:
14940         * gst/matroska/ebml-read.c:
14941         * gst/matroska/ebml-read.h:
14942         * gst/matroska/matroska-demux.c:
14943         * gst/matroska/matroska-demux.h:
14944         * gst/matroska/matroska.c: (plugin_init):
14945           Ported matroska demuxer to 0.9.
14946
14947 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
14948
14949         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14950
14951         * gst/matroska/matroska-mux.c:
14952         (gst_matroska_mux_video_pad_setcaps),
14953         (gst_matroska_mux_audio_pad_setcaps):
14954           Fix mpeg4 input handling (#318847); also, while we're at it,
14955           fix media type for Motion-JPEG: should be image/jpeg.
14956
14957 2005-10-18  Wim Taymans  <wim@fluendo.com>
14958
14959         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
14960         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14961         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
14962         Fix for segment-start/stop API change.
14963
14964 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14965
14966         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
14967         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
14968         way.
14969
14970 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14971
14972         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
14973         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
14974         output declared in transform_caps.
14975
14976 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14977
14978         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
14979
14980 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14981
14982         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
14983         (gst_video_box_get_unit_size): Fix wrong size calculations and
14984         implement get_unit_size correctly.
14985
14986 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
14987
14988         * configure.ac:
14989           Enable flx plugin.
14990
14991         * gst/flx/gstflxdec.c: (flx_decode_chunks):
14992           Fix gcc4 signedness issue.
14993
14994 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14995
14996         * configure.ac: Adding videomixer.
14997         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
14998         (user_read_data), (gst_pngdec_chain): More debugging.
14999         * gst/alpha/Makefile.am: Adding alphacolor
15000         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
15001         (gst_alpha_color_class_init), (gst_alpha_color_init),
15002         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
15003         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
15004         (plugin_init): Ported to 0.9 using in place base tranform.
15005         * gst/videomixer/Makefile.am:
15006         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15007         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
15008         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
15009         (gst_videomixer_pad_init), (gst_videomixer_class_init),
15010         (gst_videomixer_init), (gst_videomixer_getcaps),
15011         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
15012         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15013         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
15014         to 0.9 using collectpads.
15015
15016 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
15017
15018         * configure.ac:
15019         * gst/flx/Makefile.am:
15020         * gst/flx/gstflxdec.c: (gst_flxdec_init),
15021         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
15022         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
15023         * gst/flx/gstflxdec.h:
15024         flx plugin ported to 0.9
15025
15026 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15027
15028         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
15029           use new gst_version_string()
15030
15031 2005-10-16  Andy Wingo  <wingo@pobox.com>
15032
15033         * configure.ac: GLIB_CHECK.
15034
15035 2005-10-15  Julien MOUTTE  <julien@moutte.net>
15036
15037         * ext/libpng/Makefile.am:
15038         * ext/libpng/gstpng.c: (plugin_init):
15039         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15040         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
15041         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
15042
15043 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
15044
15045         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15046
15047         * configure.ac:
15048         * gst/matroska/Makefile.am:
15049         * gst/matroska/ebml-ids.h:
15050         * gst/matroska/ebml-write.c:
15051         * gst/matroska/ebml-write.h:
15052         * gst/matroska/matroska-ids.h:
15053         * gst/matroska/matroska-mux.c:
15054         * gst/matroska/matroska-mux.h:
15055         * gst/matroska/matroska.c: (plugin_init):
15056           Port matroska muxer to 0.9 (#318847).
15057
15058 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
15059
15060         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
15061         (comment_init), (comment_add):
15062           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
15063           use GST_READ_UINT32_LE() and friends rather than the private
15064           implementation of those same macros.
15065
15066 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
15067
15068         * examples/stats/mp2ogg.c:
15069           more typo fixes
15070
15071 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
15072
15073         * examples/indexing/indexmpeg.c: (main):
15074         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
15075         (gst_esdmon_close_audio), (gst_esdmon_change_state):
15076         * ext/esd/esdmon.h:
15077         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
15078         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
15079         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15080         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15081         * gst/avi/gstavimux.c: (gst_avimux_init):
15082         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
15083         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
15084         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
15085         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
15086         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
15087         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
15088         * gst/oldcore/gstmultifilesrc.h:
15089         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
15090         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
15091         (gst_pipefilter_change_state):
15092         * gst/oldcore/gstpipefilter.h:
15093         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
15094         * gst/videomixer/videomixer.c: (gst_videomixer_init):
15095         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
15096         * sys/osxaudio/gstosxaudiosink.h:
15097         * sys/osxaudio/gstosxaudiosrc.h:
15098           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
15099           moved bitshift from macro to enum definition
15100
15101 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15102
15103         * ext/Makefile.am:
15104         * ext/cairo/Makefile.am:
15105         * ext/cairo/gstcairo.c: (plugin_init):
15106         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
15107         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
15108         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
15109         * ext/cairo/gsttimeoverlay.h:
15110           update of cairo-based timeoverlay to 1.0 Cairo API
15111           doesn't work yet for resizing of output sink
15112
15113 2005-10-11  Wim Taymans  <wim@fluendo.com>
15114
15115         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
15116         newsegment API fix.
15117
15118 2005-10-11  Wim Taymans  <wim@fluendo.com>
15119
15120         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
15121         (gst_dvdemux_demux_frame):
15122         * ext/flac/gstflacdec.c: (gst_flacdec_write):
15123         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15124         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
15125         (gst_avi_demux_handle_seek):
15126         * gst/goom/gstgoom.c: (gst_goom_event):
15127         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15128         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15129         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15130         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15131         (gst_wavparse_srcpad_event):
15132         newsegment API update.
15133
15134 2005-10-11  Andy Wingo  <wingo@pobox.com>
15135
15136         * ext/speex/gstspeexenc.c: Signedness cleanups.
15137
15138 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
15139
15140         * PORTED_09:
15141         * ext/speex/Makefile.am:
15142         * ext/speex/gstspeex.c:
15143         * ext/speex/gstspeexenc.c:
15144         Speexenc ported to 0.9
15145
15146 2005-10-10  Wim Taymans  <wim@fluendo.com>
15147
15148         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
15149         (gst_oss_sink_init), (gst_oss_sink_set_property),
15150         (gst_oss_sink_get_property), (gst_oss_sink_open),
15151         (gst_oss_sink_prepare), (gst_oss_sink_reset):
15152         * sys/oss/gstosssink.h:
15153         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
15154         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
15155         (gst_oss_src_prepare):
15156         Cleanups, make device configurable in the sink, handle and report
15157         errors.
15158
15159 2005-10-10  Wim Taymans  <wim@fluendo.com>
15160
15161         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
15162         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
15163         Make sure element is NULL before removing from the bin.
15164
15165 2005-10-07  Andy Wingo  <wingo@pobox.com>
15166
15167         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
15168         block forever in a read().
15169         (gst_dv1394src_bus_reset): Post a message when the cable is
15170         unplugged.
15171         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
15172         (gst_dv1394src_bus_reset): Don't unref the message.
15173
15174         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
15175         hacking. The only change should be that the state change stuff was
15176         put into basesrc's start() and stop() routines, which coalesces
15177         some steps.
15178
15179 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15180
15181         * configure.ac:
15182           Add check for mmap
15183           
15184         * gst/debug/Makefile.am:
15185           Only compile efence plugin on systems that have mmap.
15186
15187 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15188
15189         * gst/debug/Makefile.am:
15190         * gst/debug/breakmydata.c:
15191         * gst/debug/gstdebug.c:
15192         * gst/debug/gstnavigationtest.c:
15193         * gst/debug/gstnavseek.c: 
15194         * gst/debug/gstnavseek.h:
15195         * gst/debug/progressreport.c: 
15196         * gst/debug/testplugin.c:
15197           Port progressreport, navseek, navigationtest, testsink and
15198           breakmydata.
15199
15200 2005-10-05  Edward Hervey  <edward@fluendo.com>
15201
15202         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
15203         (gst_dvdemux_src_query):
15204         Fixes for better conversion
15205
15206 2005-10-04  Michael Smith <msmith@fluendo.com>
15207
15208         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
15209         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15210         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
15211         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
15212           Set state of elements to NULL before removing from bins.
15213           Set state of test element to NULL if we failed to move it to READY
15214
15215 2005-10-04  Edward Hervey  <edward@fluendo.com>
15216
15217         * ext/dv/Makefile.am:
15218         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
15219         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
15220         Corrected the query function for position so it doesn't forget what
15221         format was asked, and calls the conversion functions on the correct pad.
15222
15223 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15224
15225         * configure.ac:
15226           back to development
15227
15228 === release 0.9.3 ===
15229
15230 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15231
15232         * configure.ac:
15233           Releasing 0.9.3, "Aramis"
15234
15235 2005-10-03  Andy Wingo  <wingo@pobox.com>
15236
15237         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
15238         error returns.
15239
15240 2005-10-02  Andy Wingo  <wingo@pobox.com>
15241
15242         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
15243
15244         * ext/flac/gstflacenc.c: Ported to 0.9.
15245
15246         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
15247
15248         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
15249         and link to gsttagedit. Enable flacenc.
15250
15251         * ext/flac/gstflacdec.c: Re-enable tag reading.
15252
15253 2005-09-30  Wim Taymans  <wim@fluendo.com>
15254
15255         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15256         * gst/rtp/gstrtpgsmparse.c:
15257         * gst/rtp/gstrtph263penc.c:
15258         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15259         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15260         (gst_rtpmp4venc_set_property):
15261         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15262         Various class and caps fixes from Andre Magalhaes (andrunko)
15263
15264 2005-09-29  Wim Taymans  <wim@fluendo.com>
15265
15266         * gst/level/level-example.c: (main):
15267         Update for new bus API.
15268
15269 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15270
15271         * configure.ac:
15272           Fix unexpanded autoconf macro GST_DOC, which has been renamed
15273           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
15274
15275 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
15276
15277         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
15278           Fix playback of mono streams (bytes_per_sample should be set
15279           from the sample width and the number of channels negotiated,
15280           and not just be set to 4) (#317338)
15281
15282 2005-09-26  Wim Taymans  <wim@fluendo.com>
15283
15284         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
15285         (gst_rtpmpaenc_handle_buffer):
15286         Set buffer duration correctly.
15287
15288 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
15289
15290         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
15291         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
15292         (gst_avi_demux_change_state):
15293           Don't crash when encountering a stream with an unknown fourcc or
15294           codec id. Instead, create a pad of type video/x-avi-unknown or
15295           audio/x-avi-unknown, which as a side-effect also results in less
15296           confusing error messages in players ('no decoder' vs. 'no streams');
15297           minor fixes to state change function and class_init function.
15298
15299 2005-09-24  Wim Taymans  <wim@fluendo.com>
15300
15301         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15302         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15303         These are sinks.
15304
15305 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15306
15307         * check/elements/level.c: (GST_START_TEST):
15308           fix test for new GstClockTime use
15309         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
15310         (gst_level_transform_ip):
15311         * gst/level/gstlevel.h:
15312           fix up the decay peak, ensuring the decay peak is never lower
15313           than the peak for that interval
15314
15315 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15316
15317         * docs/plugins/gst-plugins-good-plugins.args:
15318         * docs/plugins/inspect/plugin-alpha.xml:
15319         * docs/plugins/inspect/plugin-rtp.xml:
15320         * gst/level/gstlevel.c: (gst_level_set_caps),
15321         (gst_level_transform_ip):
15322           updating docs
15323
15324 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15325
15326         * Makefile.am:
15327         * check/elements/level.c: (GST_START_TEST):
15328         * gst/level/Makefile.am:
15329         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
15330         (gst_level_set_property), (gst_level_get_property),
15331         (gst_level_set_caps), (gst_level_message_new),
15332         (gst_level_transform_ip):
15333         * gst/level/gstlevel.h:
15334         * gst/level/level-example.c: (message_handler), (main):
15335           convert to using GstClockTime for all time values, finally.
15336
15337 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15338
15339         * gst/auparse/Makefile.am:
15340         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15341           fix up build
15342         * configure.ac:
15343         * ext/cairo/Makefile.am:
15344         * ext/dv/Makefile.am:
15345         * ext/esd/Makefile.am:
15346         * ext/flac/Makefile.am:
15347         * ext/gconf/Makefile.am:
15348         * ext/gdk_pixbuf/Makefile.am:
15349         * ext/jpeg/Makefile.am:
15350         * ext/ladspa/Makefile.am:
15351         * ext/libcaca/Makefile.am:
15352         * ext/libmng/Makefile.am:
15353         * ext/libpng/Makefile.am:
15354         * ext/mikmod/Makefile.am:
15355         * ext/pango/Makefile.am:
15356         * ext/raw1394/Makefile.am:
15357         * ext/shout2/Makefile.am:
15358         * ext/speex/Makefile.am:
15359         * gst/alpha/Makefile.am:
15360         * gst/autodetect/Makefile.am:
15361         * gst/avi/Makefile.am:
15362         * gst/cutter/Makefile.am:
15363         * gst/debug/Makefile.am:
15364         * gst/effectv/Makefile.am:
15365         * gst/flx/Makefile.am:
15366         * gst/goom/Makefile.am:
15367         * gst/interleave/Makefile.am:
15368         * gst/law/Makefile.am:
15369         * gst/matroska/Makefile.am:
15370         * gst/median/Makefile.am:
15371         * gst/monoscope/Makefile.am:
15372         * gst/multipart/Makefile.am:
15373         * gst/oldcore/Makefile.am:
15374         * gst/rtp/Makefile.am:
15375         * gst/rtsp/Makefile.am:
15376         * gst/smoothwave/Makefile.am:
15377         * gst/smpte/Makefile.am:
15378         * gst/videobox/Makefile.am:
15379         * gst/videofilter/Makefile.am:
15380         * gst/videomixer/Makefile.am:
15381         * gst/wavenc/Makefile.am:
15382         * gst/wavparse/Makefile.am:
15383         * sys/oss/Makefile.am:
15384         * sys/osxaudio/Makefile.am:
15385         * sys/osxvideo/Makefile.am:
15386           fix up GST_LIBS use
15387
15388 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15389
15390         * gst/auparse/Makefile.am:
15391         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15392           fix build of auparse
15393
15394 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
15395
15396         * configure.ac:
15397         * PORTED_09:
15398         * gst/auparse/gstauparse.c:
15399         * gst/auparse/gstauparse.h:
15400         Auparse ported to 0.9.
15401
15402 2005-09-22  Wim Taymans  <wim@fluendo.com>
15403
15404         * gst/rtp/TODO:
15405         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
15406         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15407         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15408         (gst_rtpmp4venc_set_property):
15409         * gst/rtp/gstrtpmp4venc.h:
15410         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15411         * gst/rtp/gstrtpmpaenc.h:
15412         Use is_filled to both check MTU and max-ptime of base class.
15413
15414 2005-09-22  Wim Taymans  <wim@fluendo.com>
15415
15416         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15417         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15418         (gst_rtpmp4venc_set_property):
15419         Don't fragment packets with multiple frames.
15420
15421 2005-09-22  Wim Taymans  <wim@fluendo.com>
15422
15423         * gst/rtp/TODO:
15424         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15425         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15426         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
15427         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
15428         (gst_rtpmp4venc_get_property):
15429         * gst/rtp/gstrtpmp4venc.h:
15430         Remove g_print.
15431         Update TODO
15432         Make payload encoder a bit smarter and more correct with
15433         timestamps.
15434         Added option in payloader to include config string in-band.
15435
15436 2005-09-21  Wim Taymans  <wim@fluendo.com>
15437
15438         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15439         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15440         (gst_rtspsrc_send):
15441         Strip spaces for key/value pairs.
15442
15443 2005-09-21  Wim Taymans  <wim@fluendo.com>
15444
15445         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15446         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15447         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
15448         (gst_rtspsrc_change_state):
15449         More SDP parsing and caps setting.
15450         Do NO_PREROLL differently.
15451         add pads only after negotiated.
15452
15453         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
15454         (gst_udpsrc_getcaps):
15455         Implement the getcaps function.
15456
15457 2005-09-21  Wim Taymans  <wim@fluendo.com>
15458
15459         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
15460         (gst_rtpamrdec_chain):
15461         Handle multiple AMr packets per payload. Handle CRC and
15462         parse ILL/ILP.
15463
15464         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15465         Make caps params strings for easy SDP mapping.
15466         
15467         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
15468         Handle capsnego better.
15469
15470         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15471         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
15472         Generate and parse config string in the caps.
15473
15474 2005-09-21  Wim Taymans  <wim@fluendo.com>
15475
15476         * gst/rtp/README:
15477         Update README
15478
15479         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
15480         Make extra params as strings.
15481
15482         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
15483         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15484         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
15485         Make state change return NO_PREROLL as this is a live
15486         source.
15487
15488         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15489         Don't unref old caps when NULL.
15490
15491 2005-09-20  Wim Taymans  <wim@fluendo.com>
15492
15493         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
15494         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15495         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
15496         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
15497         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
15498         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
15499         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
15500         * gst/rtsp/sdpmessage.h:
15501         Add URI handler.
15502         Parse SDP and create caps.
15503
15504 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
15505
15506         * gst/alpha/gstalpha.c:
15507           fix element description
15508
15509 2005-09-19  Wim Taymans  <wim@fluendo.com>
15510
15511         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
15512         Don't check payload for now.
15513
15514 2005-09-19  Wim Taymans  <wim@fluendo.com>
15515
15516         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
15517         (gst_wavparse_init), (gst_wavparse_parse_file_header),
15518         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
15519         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15520         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15521         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
15522         (gst_wavparse_change_state):
15523         * gst/wavparse/gstwavparse.h:
15524         Fix wavparse some more.
15525
15526 2005-09-19  Wim Taymans  <wim@fluendo.com>
15527
15528         * check/elements/level.c: (GST_START_TEST):
15529         Fix for bus API change.
15530
15531 2005-09-19  Wim Taymans  <wim@fluendo.com>
15532
15533         * gst/level/level-example.c: (main):
15534         Fix for new bus API.
15535
15536         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15537         Set caps on pads.
15538
15539 2005-09-15  Wim Taymans  <wim@fluendo.com>
15540
15541         * gst/rtp/Makefile.am:
15542         * gst/rtp/README:
15543         * gst/rtp/gstrtp.c: (plugin_init):
15544         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
15545         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
15546         (gst_rtpamrdec_change_state):
15547         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
15548         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
15549         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
15550         * gst/rtp/gstrtpamrenc.h:
15551         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15552         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
15553         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
15554         * gst/rtp/gstrtpgsmenc.h:
15555         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
15556         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
15557         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
15558         (gst_rtpgsmparse_change_state):
15559         * gst/rtp/gstrtpgsmparse.h:
15560         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
15561         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
15562         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
15563         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
15564         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
15565         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
15566         * gst/rtp/gstrtph263penc.h:
15567         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
15568         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
15569         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15570         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
15571         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
15572         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
15573         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
15574         * gst/rtp/gstrtpmp4venc.h:
15575         * gst/rtp/gstrtpmpadec.c:
15576         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
15577         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
15578         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
15579         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
15580         * gst/rtp/gstrtpmpaenc.h:
15581         Updates to payloader/depayloaders, make payloaders use
15582         the base classes.
15583         Updated README with suggested RTP caps and how to convert
15584         to/from SDP.
15585         Added config descriptor in mp4v payloader.
15586
15587 2005-09-15  Andy Wingo  <wingo@pobox.com>
15588
15589         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
15590         * gst/autodetect/gstautovideosink.c
15591         (gst_auto_video_sink_find_best): Update for new registry API.
15592
15593 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15594
15595         * common/c-to-xml.py:
15596         * common/gtk-doc-plugins.mak:
15597           a simple py script to generate valid xml from a C example
15598           probably also need to strip an MIT license when we decide
15599         * docs/plugins/Makefile.am:
15600         * gst/level/Makefile.am:
15601         * gst/level/gstlevel.c: (gst_level_init):
15602         * gst/level/level-example.c: (message_handler), (main):
15603           add an example to level that will show up in the docs
15604         * gst/rtp/TODO:
15605           add a note for the future
15606
15607 2005-09-14  Michael Smith <msmith@fluendo.com>
15608
15609         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
15610           Actually define the debug object being used in wavenc. Fixes #316205
15611
15612 2005-09-14  Michael Smith <msmith@fluendo.com>
15613
15614         * gst/smpte/Makefile.am:
15615           Link against GST_BASE_LIBS, to get it linked against libgstbase;
15616           needed to build on windows (bug 316204)
15617
15618 2005-09-12  Andy Wingo  <wingo@pobox.com>
15619
15620         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
15621
15622 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
15623
15624         * configure.ac:
15625         * gst/fdsrc/Makefile.am:
15626         * gst/fdsrc/gstfdsrc.c:
15627         * gst/fdsrc/gstfdsrc.h:
15628           Move fdsrc back into gstreamer core elements.
15629
15630         * gst/level/gstlevel.c: (gst_level_class_init),
15631         (gst_level_transform_ip):
15632         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
15633           Basetransform changes.
15634
15635 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15636
15637         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
15638         * ext/jpeg/smokecodec.c: (find_best_size):
15639           fix compiler warnings
15640
15641 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15642
15643         * gst-plugins-good.spec.in:
15644           spec file fixes
15645         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
15646         (gst_multiudpsink_render), (gst_multiudpsink_add),
15647         (gst_multiudpsink_clear):
15648           it actually helps to actually stream if we hook up the
15649           "add" signal to an actual implementation
15650         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
15651           some debugging
15652
15653 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
15654
15655         * ext/jpeg/Makefile.am:
15656         * ext/jpeg/gstjpeg.c
15657         * ext/jpeg/gstjpegenc.c:
15658         * ext/jpeg/gstsmokeenc.c:
15659
15660 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15661
15662         * ext/flac/gstflacdec.c:
15663         * ext/flac/gstflacenc.c:
15664         * ext/flac/gstflactag.c:
15665         * ext/speex/gstspeexenc.c:
15666           gsttaginterface.h -> gsttagsetter.h
15667
15668 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15669
15670         * configure.ac:
15671         * gst/debug/Makefile.am:
15672         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
15673         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
15674         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
15675         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
15676         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
15677           Port to 0.9 and re-enable efence plugin.
15678
15679 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
15680
15681         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
15682         (gst_flacdec_write), (gst_flacdec_convert_src):
15683         * ext/flac/gstflacdec.h:
15684           Add support for flac files with 24/32 bits per sample; and misc.
15685           minor clean-ups. Seeking is still partly broken (for me at least).
15686
15687 2005-09-06  Wim Taymans  <wim@fluendo.com>
15688
15689         * gst/rtp/Makefile.am:
15690         * gst/rtp/gstrtp.c: (plugin_init):
15691         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
15692         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
15693         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
15694         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
15695         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
15696         (gst_rtpmp4vdec_plugin_init):
15697         * gst/rtp/gstrtpmp4vdec.h:
15698         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15699         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
15700         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
15701         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
15702         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
15703         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
15704         * gst/rtp/gstrtpmp4venc.h:
15705         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
15706         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
15707         Added mpeg4 video payload encoder/decoder.
15708         Added some docs in mpa payloader.
15709
15710 === release 0.9.1 ===
15711
15712 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15713
15714         * NEWS:
15715         * README:
15716         * RELEASE:
15717         * autogen.sh:
15718         * configure.ac:
15719           releasing 0.9.1, "Blondie"
15720
15721 2005-09-05  Andy Wingo  <wingo@pobox.com>
15722
15723         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
15724         here from the state change handler, so we fire signals without
15725         holding the state lock.
15726
15727 2005-09-02  Andy Wingo  <wingo@pobox.com>
15728
15729         * All plugins updated for element state changes.
15730
15731 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15732
15733         * Makefile.am:
15734         * check/.cvsignore:
15735         * check/Makefile.am:
15736         * check/elements/.cvsignore:
15737         * check/elements/level.c: (setup_level), (cleanup_level),
15738         (GST_START_TEST), (level_suite), (main):
15739           add a test for level
15740         * common/release.mak:
15741           move the enum checking to release.mak
15742         * configure.ac:
15743           add valgrind and check checking
15744         * gst/level/gstlevel.c: (gst_level_transform):
15745         * gst/level/gstlevel.h:
15746           fix Andy's cast bug
15747           convert a field to int
15748           fix the arithmetic to int when checking for emit so that a
15749           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
15750
15751 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15752
15753         * Makefile.am:
15754         * configure.ac:
15755           add docs to build
15756         * common/plugins.xsl:
15757           wrap Description into a refsect2
15758         * docs/Makefile.am:
15759         * docs/plugins/Makefile.am:
15760         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15761         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15762         * gst/goom/Makefile.am:
15763         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
15764         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
15765         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
15766         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
15767         (gst_goom_change_state):
15768         * gst/goom/gstgoom.h:
15769           GstGOOM -> GstGoom
15770           add an example launch line
15771         * gst/level/gstlevel.h:
15772         * gst/monoscope/gstmonoscope.c:
15773           cleanups
15774
15775 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15776
15777         * configure.ac:
15778         * docs/plugins/Makefile.am:
15779         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15780         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15781         * docs/plugins/gst-plugins-good-plugins.types:
15782           document elements and plugins.  Shazam !
15783
15784 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15785
15786         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
15787           be found under doc/random/ChangeLog-0.8