configure.ac: Bump requirements to (good) released versions to avoid confusion and...
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
2
3         * configure.ac:
4           Bump requirements to (good) released versions to avoid
5           confusion and make implicit core requirement explicit.
6
7 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
8
9         * docs/plugins/Makefile.am:
10         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12         * docs/plugins/gst-plugins-good-plugins.args:
13         * docs/plugins/inspect/plugin-audiofx.xml:
14         * gst/audiofx/Makefile.am:
15         * gst/audiofx/audiochebband.c:
16         * gst/audiofx/audiochebband.h:
17         * gst/audiofx/audiocheblimit.c:
18         * gst/audiofx/audiocheblimit.h:
19         * gst/audiofx/audiochebyshevfreqband.c:
20         * gst/audiofx/audiochebyshevfreqband.h:
21         * gst/audiofx/audiochebyshevfreqlimit.c:
22         * gst/audiofx/audiochebyshevfreqlimit.h:
23         * gst/audiofx/audiofx.c:
24         * tests/check/Makefile.am:
25         * tests/check/elements/.cvsignore:
26         * tests/check/elements/audiochebband.c:
27         * tests/check/elements/audiocheblimit.c:
28         * tests/check/elements/audiochebyshevfreqband.c:
29         * tests/check/elements/audiochebyshevfreqlimit.c:
30
31         Rename audiochebyshevfreqband -> audiochebband and
32         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
33         surgery.
34
35         Closes: #491811
36
37 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
38
39         Patch by: orjan <orjanf at axis dot com>
40
41         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
42         Fix caps memory leak. Fixes #514573.
43
44 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
45
46         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
47         If there's no entries in the subindex, don't try to do anything stupid,
48         just return.
49
50 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
51
52         Patch by: John Millikin <jmillikin at gmail dot com>
53
54         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
55           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
56           Fix extraction of picture blocks with newer libflac versions again:
57           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
58
59 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
60
61         * tests/check/Makefile.am:
62           Add rtp-payloading test to VALGRIND_TO_FIX.
63
64         * tests/check/elements/rtp-payloading.c:
65           Add semicolons after GST_TEST_END so gst-indent gets the
66           formatting right; make test less verbose in general, but
67           more verbose in the error case (which should probably
68           make the test fail anyway).
69
70 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
71
72         * docs/plugins/Makefile.am:
73         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
74         * docs/plugins/gst-plugins-good-plugins-sections.txt:
75         * gst/avi/gstavisubtitle.c:
76         Add documentation for avisubtitle and change class to
77         Codec/Parser/Subtitle
78
79 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
80
81         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
82         Treat ENOTTY (driver does not implement ioctl) the same as
83         EINVAL since it implies there are no available standards.
84
85         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
86         (gst_v4l2src_get_nearest_size):
87         Replace gst_v4l2src_get_size_limits with 2 calls to new function
88         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
89         probe if the driver does not support VIDIOC_TRY_FMT for whatever
90         reason, and if we aren't yet actively capturing.
91
92         * sys/v4l2/v4l2src_calls.h:
93         Remove replaced function declaration.
94
95 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
96
97         * configure.ac:
98         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
99         API.
100
101 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
102
103         * configure.ac:
104         Fix typo.
105
106 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
107
108         * gst/alpha/Makefile.am:
109         * gst/alpha/gstalpha.c:
110
111         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
112         some stuff, and making buffer-alloc and resizing work automatically.
113         No longer crashes on odd frame widths and heights, although there
114         seems to be a disagreement with ffmpegcolorspace about what size
115         an AYUV frame with odd height should be.
116
117 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
118
119         Patch by: Alessandro Decina <alessandro at nnva dot org>
120
121         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
122         * ext/libpng/gstpngenc.h:
123         Preallocate the output buffer so that g_memdup() and
124         gst_buffer_merge() aren't needed anymore. This greatly improves
125         performances and fixes #512544.
126
127 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
128
129         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
130         (gst_avi_demux_stream_data):
131         GStreamer timestamps are PTS values while AVI only knows about DTS
132         timestamps. Make sure we only copy the DTS as the buffer timestamp when
133         we are dealing with a key frame.
134
135 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
136
137         * tests/check/Makefile.am:
138         * tests/check/elements/.cvsignore:
139         * tests/check/elements/rtp-payloading.c:
140           Add add testsuite for the rtp-payloader that tries simulating
141           dataflow. Needs more test data.
142
143 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
144
145         * tests/check/elements/alphacolor.c:
146           Remove two unused variables.
147
148 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
149
150         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
151           Use g_ascii_strtoll() instead of atoll, which is only
152           available in C99.
153
154 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
155
156         * gst/rtp/Makefile.am:
157         * gst/rtp/gstrtp.c:
158         * gst/rtp/gstrtpmpvpay.c:
159         * gst/rtp/gstrtpmpvpay.h:
160         Add MPEG2 video payloader
161
162 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
163
164         * gst/level/gstlevel.c:
165         Use #include <math.h> instead of #include "math.h".
166
167 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
168
169         * tests/check/Makefile.am:
170         Fix up some CFLAGS sets.
171         Don't include gconfvideosrc in the states test.
172
173         * tests/check/elements/autodetect.c: (GST_START_TEST):
174         Add some error strings to fail_unless arguments to fix some weird
175         compiler errors on Solaris.
176
177 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
178
179         * configure.ac:
180         Detect video4linux headers on Solaris too.
181         * sys/v4l2/gstv4l2colorbalance.h:
182         * sys/v4l2/gstv4l2object.h:
183         * sys/v4l2/v4l2_calls.c:
184         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
185         (gst_v4l2_buffer_new):
186
187         Make v4l2 build on Solaris.
188         Patch by: Brian Cameron  <brian.cameron at sun dot com>
189         Fixes: #510505
190
191 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
192
193         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
194           Update list from (still local) scanning script.
195
196 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
197
198         Based on a patch by:
199             Victor STINNER <victor dot stinner at haypocalc dot com>
200
201         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
202         Set variable to NULL after freeing it to prevent double frees
203         or make failures by another use of it afterwards more obvious
204         and fix use of it after the freeing. Fixes bug #510592.
205
206 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
207
208         * gst/udp/gstmultiudpsink.c:
209         use GST_WARNING for logging
210
211 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
212
213         * gst/udp/gstmultiudpsink.c:
214         Don't try to leave a multicast group with an invalid socket
215
216 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
217
218         * ext/flac/gstflacdec.c:
219           Fix compilation against flac 1.1.2 (as on debian stable), where
220           the picture metadata defines and structs don't exist yet.
221           Fixes #509301.
222
223 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
224
225         Patch by: Olivier Crete <tester at tester dot ca>
226
227         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
228         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
229         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
230         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
231         * gst/udp/gstmultiudpsink.h:
232         Add property to automatically join a multicast group or not. This can be
233         useful when sharing a socket between multiple elements.
234         Fixes #509531.
235
236 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
237
238         * gst/videomixer/Makefile.am:
239           Add controller flags.
240
241 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
242
243         * gst/videomixer/videomixer.c:
244           Also commit the missing gst_object_sync_values().
245
246 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
247
248         * docs/plugins/Makefile.am:
249           Remove duplicate entry.
250
251 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
252
253         * docs/plugins/Makefile.am:
254         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
255         * docs/plugins/gst-plugins-good-plugins-sections.txt:
256         * docs/plugins/inspect/plugin-gamma.xml:
257         * docs/plugins/inspect/plugin-monoscope.xml:
258         * docs/plugins/inspect/plugin-video4linux2.xml:
259           Add 3 more plugins to docs.
260
261 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
262
263         * docs/plugins/gst-plugins-good-plugins-sections.txt:
264         * sys/osxvideo/osxvideosink.h:
265           Revert previous change caused by a file that got stuck on an old
266           revision.
267
268 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
269
270         * docs/plugins/gst-plugins-good-plugins-sections.txt:
271         * gst/multipart/Makefile.am:
272         * gst/multipart/multipartdemux.c:
273         * gst/multipart/multipartdemux.h:
274         * gst/multipart/multipartmux.c:
275         * gst/multipart/multipartmux.h:
276           Re-add multipartdemux to the docs. Last round of section cleanup.
277
278 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
279
280         * docs/plugins/Makefile.am:
281         * docs/plugins/gst-plugins-good-plugins-sections.txt:
282         * sys/osxaudio/gstosxaudiosink.h:
283         * sys/osxvideo/osxvideosink.h:
284           Managed to resolve most unused declarations. Filed a bug for one left.          
285
286 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
287
288         * docs/plugins/gst-plugins-good-plugins-sections.txt:
289           Cleanup section file.
290
291 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
292
293         * docs/plugins/Makefile.am:
294         * docs/plugins/gst-plugins-good-plugins.args:
295         * docs/plugins/gst-plugins-good-plugins.signals:
296         * docs/plugins/inspect/plugin-alaw.xml:
297         * docs/plugins/inspect/plugin-alpha.xml:
298         * docs/plugins/inspect/plugin-alphacolor.xml:
299         * docs/plugins/inspect/plugin-annodex.xml:
300         * docs/plugins/inspect/plugin-apetag.xml:
301         * docs/plugins/inspect/plugin-audiofx.xml:
302         * docs/plugins/inspect/plugin-auparse.xml:
303         * docs/plugins/inspect/plugin-autodetect.xml:
304         * docs/plugins/inspect/plugin-avi.xml:
305         * docs/plugins/inspect/plugin-cairo.xml:
306         * docs/plugins/inspect/plugin-cdio.xml:
307         * docs/plugins/inspect/plugin-cutter.xml:
308         * docs/plugins/inspect/plugin-debug.xml:
309         * docs/plugins/inspect/plugin-dv.xml:
310         * docs/plugins/inspect/plugin-efence.xml:
311         * docs/plugins/inspect/plugin-effectv.xml:
312         * docs/plugins/inspect/plugin-flac.xml:
313         * docs/plugins/inspect/plugin-flxdec.xml:
314         * docs/plugins/inspect/plugin-gconfelements.xml:
315         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
316         * docs/plugins/inspect/plugin-goom.xml:
317         * docs/plugins/inspect/plugin-halelements.xml:
318         * docs/plugins/inspect/plugin-icydemux.xml:
319         * docs/plugins/inspect/plugin-id3demux.xml:
320         * docs/plugins/inspect/plugin-jpeg.xml:
321         * docs/plugins/inspect/plugin-ladspa.xml:
322         * docs/plugins/inspect/plugin-level.xml:
323         * docs/plugins/inspect/plugin-matroska.xml:
324         * docs/plugins/inspect/plugin-mulaw.xml:
325         * docs/plugins/inspect/plugin-multipart.xml:
326         * docs/plugins/inspect/plugin-navigationtest.xml:
327         * docs/plugins/inspect/plugin-png.xml:
328         * docs/plugins/inspect/plugin-quicktime.xml:
329         * docs/plugins/inspect/plugin-rtp.xml:
330         * docs/plugins/inspect/plugin-rtsp.xml:
331         * docs/plugins/inspect/plugin-shout2send.xml:
332         * docs/plugins/inspect/plugin-smpte.xml:
333         * docs/plugins/inspect/plugin-speex.xml:
334         * docs/plugins/inspect/plugin-taglib.xml:
335         * docs/plugins/inspect/plugin-udp.xml:
336         * docs/plugins/inspect/plugin-videobalance.xml:
337         * docs/plugins/inspect/plugin-videobox.xml:
338         * docs/plugins/inspect/plugin-videocrop.xml:
339         * docs/plugins/inspect/plugin-videoflip.xml:
340         * docs/plugins/inspect/plugin-videomixer.xml:
341         * docs/plugins/inspect/plugin-wavenc.xml:
342         * docs/plugins/inspect/plugin-wavpack.xml:
343         * docs/plugins/inspect/plugin-wavparse.xml:
344           Update plugin docs.
345
346         * gst/videomixer/Makefile.am:
347         * gst/videomixer/videomixer.c:
348         * gst/videomixer/videomixer.h:
349         * gst/videomixer/videomixerpad.h:
350           Split out header to fix warnings from the doc-build.
351
352 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
353
354         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
355
356         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
357         Use atoll to parse the rtptime with enough precision. Fixes #509329.
358
359 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
360
361         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
362         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
363           Initialise variables to work around (false) 'foo might be used
364           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
365
366 2008-01-11  David Schleef  <ds@schleef.org>
367
368         * docs/plugins/.cvsignore:
369         * tests/check/pipelines/.cvsignore:
370           Ignore more files for the buildbot.
371
372 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
373
374         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
375         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
376         Generate the image-type values correctly. Leave them out of the caps
377         when outputting a "preview image" tag, since it only makes sense
378         to have one of those - the type is irrelevant.
379
380         * sys/sunaudio/gstsunaudiomixerctrl.c:
381         (gst_sunaudiomixer_ctrl_open):
382         If we can, mark the mixer multiple open when we use it, in case
383         (for some reason) the process wants to open it again elsewhere.
384
385 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
386
387         Patch by: Olivier Crete <tester at tester dot ca>
388
389         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
390         * gst/rtp/gstrtptheorapay.c:
391         Fix the clock rate to 90000 as required by the RFC.
392         Fixes #508644.
393
394 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
395
396         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
397           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
398
399 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
400
401         * autogen.sh:
402           Add -Wno-portability to the automake parameters to stop warnings
403           about GNU make extensions being used. We require GNU make in almost
404           every Makefile anyway.
405           
406         * configure.ac:
407           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
408           at the same time is required for per target flags.
409
410 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
411
412         * gst/videomixer/videomixer.c: (gst_videomixer_init):
413         Fix error from my last commit.
414
415 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
416
417         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
418
419         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
420           Make sure the ISO 639-X language code in ID3v2 COMM frames
421           is actually valid UTF-8 (or rather: ASCII), so we don't end
422           up with non-UTF8 strings in tags if there's garbage in the
423           language field. Also make sure the language code is always
424           lower case. Fixes: #508291.
425
426 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
427
428         * ChangeLog:
429           Fix ChangeLog typo.
430
431 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
432
433         * Makefile.am:
434           Include lcov.mak to allow building coverage reports. Guard
435           check-torture target like in the other packages.
436
437 2008-01-09  Sameer Naik  <sameer@damagehead.com>
438
439         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
440
441         * gst/videomixer/videomixer.c:
442         (gst_videomixer_set_master_geometry), (_do_init),
443         (gst_videomixer_child_proxy_get_child_by_index),
444         (gst_videomixer_child_proxy_get_children_count),
445         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
446         (gst_videomixer_init), (gst_videomixer_request_new_pad),
447         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
448         Implement GstChildProxy interface.
449         Send newsegment at the right moment
450         Fixes #488879
451
452 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
453
454         * gst/alpha/Makefile.am:
455         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
456         (gst_alpha_sink_event), (gst_alpha_chain),
457         (gst_alpha_change_state), (plugin_init):
458         Make the various properties of 'alpha' controllable. This allows doing
459         niceties like fade-in/fade-out.
460
461 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
462
463         * gst/rtp/gstasteriskh263.c:
464         * gst/rtp/gstrtpL16depay.c:
465         * gst/rtp/gstrtpac3depay.c:
466         * gst/rtp/gstrtpamrpay.c:
467         * gst/rtp/gstrtpdepay.c:
468         * gst/rtp/gstrtpgsmdepay.c:
469         * gst/rtp/gstrtph263depay.c:
470         * gst/rtp/gstrtph263pdepay.c:
471         * gst/rtp/gstrtph263ppay.c:
472         * gst/rtp/gstrtph264depay.c:
473         * gst/rtp/gstrtph264pay.c:
474         * gst/rtp/gstrtpmp2tdepay.c:
475         * gst/rtp/gstrtpmp4adepay.c:
476         * gst/rtp/gstrtpmp4gdepay.c:
477         * gst/rtp/gstrtpmp4gpay.c:
478         * gst/rtp/gstrtpmp4vdepay.c:
479         * gst/rtp/gstrtpmpadepay.c:
480         * gst/rtp/gstrtpmpvdepay.c:
481         * gst/rtp/gstrtpsv3vdepay.c:
482         * gst/rtp/gstrtptheoradepay.c:
483         * gst/rtp/gstrtptheorapay.c:
484         * gst/rtp/gstrtpvorbisdepay.c:
485         * gst/rtp/gstrtpvorbispay.c:
486           Remove copy/paste unused code (property setters and getter) found by
487           the coverage suite (yay, saves ~20k on disk).
488
489 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
490
491         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
492           (videosink_templ):
493           Also fix up pad templates to indicate that image/jpeg doesn't
494           absolutely require the framerate property to be set (#504081).
495
496 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
497
498         Based on patch by: Wouter Cloetens  <wouter at mind be>
499
500         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
501           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
502           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
503         * gst/matroska/matroska-mux.h:
504           Keep track of first and last timestamps for each incoming stream,
505           so we can calculate the total duration for live sources and other
506           input where we can't query the duration from the start or where
507           there's no constant framerate from which we can deduce the
508           duration; also use calculated/observed duration if it is bigger
509           than the previously queried duration. Furthermore, use
510           gst_pad_query_peer_duration() and take into account that it may
511           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
512           screws up comparisons when using unsigned integers. Fixes #504081.
513
514 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
515
516         * configure.ac:
517         * gst/audiofx/audioamplify.c:
518         (gst_audio_amplify_clipping_method_get_type),
519         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
520         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
521         (gst_audio_dynamic_transform_ip):
522         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
523         (gst_audio_invert_transform_ip):
524         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
525         (gst_audio_panorama_transform):
526         * gst/level/gstlevel.c: (gst_level_init):
527         Make elements GST_BUFFER_FLAG_GAP aware and call
528         gst_base_transform_set_gap_aware for this.
529         Bump core requirement to CVS.
530         
531         * gst/audiofx/audiochebyshevfreqband.c:
532         (gst_audio_chebyshev_freq_band_transform_ip):
533         * gst/audiofx/audiochebyshevfreqlimit.c:
534         (gst_audio_chebyshev_freq_limit_transform_ip):
535         Also sync GObject properties to the controller if operating
536         in passthrough mode.
537
538 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
539
540         * sys/directdraw/gstdirectdrawsink.c:
541           (gst_directdraw_sink_window_thread):
542           FALSE is not a gpointer.
543
544 2008-01-05  Julien Moutte  <julien@fluendo.com>
545
546         * sys/directdraw/gstdirectdrawsink.c:
547         (gst_directdraw_sink_set_window_id),
548         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
549         (gst_directdraw_sink_buffer_alloc),
550         (gst_directdraw_sink_draw_borders),
551         (gst_directdraw_sink_show_frame),
552         (gst_directdraw_sink_setup_ddraw),
553         (gst_directdraw_sink_window_thread),
554         (gst_directdraw_sink_get_ddrawcaps),
555         (gst_directdraw_sink_surface_create): Make sure we create our
556         internal window only when we need it. That will give a chance to
557         the application to get the prepare-xwindow-id bus message. Draw
558         black borders when keeping aspect ratio. Handle the case where our
559         rendering window disappears (closed or errors) like other sinks
560         do. Various 80 columns fixes, improve state change order. That
561         element could need some more love.
562
563 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
564
565         * ext/taglib/gstapev2mux.h:
566         * ext/taglib/gstid3v2mux.h:
567         Remove useless typedefs without new type name. Fixes a warning with
568         gcc 4.3.
569
570 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
571
572         Patch by: John Millikin <jmillikin at gmail dot com>
573
574         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
575         (gst_flac_dec_setup_stream_decoder),
576         (gst_flac_normalize_picture_mime_type),
577         (gst_flac_extract_picture_buffer),
578         (gst_flac_dec_metadata_callback):
579         Emit metadata messages when a PICTURE block is encountered.
580         Fixes #506715.
581
582 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
583
584         * gst/avi/gstavi.c:
585         increase rank because no known issues anymore ...
586         * gst/avi/gstavisubtitle.c:
587         send subtitle name to the srcpad
588
589 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
590
591         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
592         * gst/rtsp/gstrtspsrc.h:
593         Implement redirect for the DESCRIBE reply. Fixes #506025.
594
595 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
596
597         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
598         Fix 'xyz may be used uninitialized' compiler warnings caused
599         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
600         abort() in any case but properly report the error.
601
602 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
603
604         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
605         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
606         * sys/ximage/gstximagesrc.c: (composite_pixel):
607           Fix 'xyz may be used uninitialized' compiler warnings caused
608           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
609           not really nice to abort in any case). Fixes #505745.
610
611 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
612
613         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
614           Small unit test fix (has no practical impact at the moment,
615           since we're only feeding utf8 and hence just create a sub-
616           buffer for the output).
617
618 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
619
620         * gst/avi/gstavisubtitle.c:
621         * tests/check/elements/avisubtitle.c:
622         Add seeking support for avi subtitle
623
624 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
625
626         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
627         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
628         (gst_flac_dec_write):
629         * ext/flac/gstflacdec.h:
630         Remove some unused vars.
631         Do more cleanup of leftover events and tags.
632         Output tags after the segment event. Fixes #504018.
633
634 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
635
636         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
637           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
638           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
639           Detect other UTF byte order markers and convert to UTF-8 as
640           appropriate.
641
642 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
643
644         * gst/avi/gstavisubtitle.c: (src_template),
645           (gst_avi_subtitle_extract_utf8_file),
646           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
647           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
648           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
649         * gst/avi/gstavisubtitle.h:
650           Refactor a bit; fix name extraction; don't assume all the data
651           in the chunk is actually subtitle data, there may be padding at
652           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
653           file so it's there to send again after a seek (for future use).
654
655 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
656
657         * gst/avi/Makefile.am:
658         * gst/avi/gstavi.c:
659         * gst/avi/gstavisubtitle.c:
660         * gst/avi/gstavisubtitle.h:
661         * tests/check/Makefile.am:
662         * tests/check/elements/avisubtitle.c:
663         * win32/common/config.h:
664                 Add avi subtitle element for bug #442034. Need seeking support
665                 and more support for character conversion.
666
667 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
668
669         * Makefile.am:
670           Include common/win32.mak for CRLF check of win32 project
671           files (see #393626).
672
673         * win32/vs6/libgstpng.dsp:
674           Fix line endings and do cvs admin -kb.
675
676 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
677
678         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
679         Actually drop the buffers which are outside the currently configured
680         segment instead of just emitting a WARNING.
681
682 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
683
684         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
685         (gst_flac_dec_write):
686         * ext/flac/gstflacdec.h:
687         Send segments from the streaming thread. Fixes #502187.
688         Fix segment seeking and a bunch of other seeking cases.
689
690 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
691
692         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
693           Parse WOAF frames and put the result into GST_TAG_CONTACT,
694           which is where it would end up if the same information was
695           put in a vorbis comment (don't think it's worth adding a
696           new URI tag for this). Fixes #488112.
697
698 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
699
700         * configure.ac:
701           We need core/base 0.10.15 or later.
702
703 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
704
705         Patch by: Mark Nauwelaerts <manauw skynet be>
706
707         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
708         Fix regression in stream numbering. Fixes #502655.
709
710 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
711
712         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
713
714         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
715         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
716         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
717         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
718         (gst_rtp_h264_pay_handle_buffer):
719         * gst/rtp/gstrtph264pay.h:
720         Use higher performance start-code searching.
721         Parse NALs and store SPS, PPS and profile in the caps so that they can
722         be used in the SDP. Fixes #502814.
723
724 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
725
726         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
727         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
728           Init some structs to zero before we pass them to ioctl, which
729           avoids valgrind warnings.  Also fix a small memory leak.
730
731 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
732
733         Patch by: Wouter Cloetens <wouter at mind dot be>
734
735         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
736         Copy timestamp from input to output. Not very perfect yet but better
737         than nothing. Fixes #503023.
738
739 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
740
741         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
742           Also print a useful error message with the old Wavpack API
743           if possible.
744
745 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
746
747         * ext/wavpack/gstwavpackdec.c:
748           More build fixes for old libwavpack versions: include config.h so
749           that WAVPACK_OLD_API is actually defined as detected; only use
750           WavpackGetErrorMessage if it is available. This fixes the build
751           on debian stable for me.
752
753 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
754
755         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
756         * ext/wavpack/gstwavpackparse.c:
757           (gst_wavpack_parse_create_src_pad):
758           Workaround the non-existance of WavpackGetChannelMask in Wavpack
759           versions below 4.40.0.
760
761 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
762
763         * configure.ac:
764           And now do it right for real...
765
766 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
767
768         * configure.ac:
769           Correctly reset $LIBS to not contain -lm.
770
771 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
772
773         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
774
775         * configure.ac:
776         * ext/cairo/gsttimeoverlay.c:
777           (gst_cairo_time_overlay_print_smpte_time):
778           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
779           and checking for rint() and implementing it ourself if it doesn't
780           exist. Fixes #497293.
781
782 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
783
784         * configure.ac:
785           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
786
787 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
788
789         * sys/oss/gstosshelper.c:
790         Verify that the format returned after the ioctl is the one
791         we requested. It is valid for the ioctl to succeed while
792         substituting an alternate 'supported' sample format.
793
794 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
795
796         * sys/oss/gstossaudio.c: (plugin_init):
797         * sys/oss/gstosssink.c: (gst_oss_sink_open):
798         * sys/oss/gstosssrc.c: (gst_oss_src_open):
799           Post decent (and translated) error message when we can't
800           open the audio device for some reason.
801
802 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
803
804         * sys/oss/gstosssink.c:
805         * sys/oss/gstosssrc.c:
806         Allow the AUDIODEV environment variable to redirect us
807         to a different default OSS device, like sunaudiosink does
808         on Solaris (makes audio play automatically on SunRays).
809
810 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
811
812         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
813         * gst/audiofx/audiochebyshevfreqband.c:
814         (gst_audio_chebyshev_freq_band_transform_ip):
815         * gst/audiofx/audiochebyshevfreqlimit.c:
816         (gst_audio_chebyshev_freq_limit_transform_ip):
817         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
818         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
819         The transform_ip() methods should do nothing if in passthrough mode.
820         It might get non-writable buffers in that case but the buffer might
821         as well be writable.
822
823         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
824         The transform() methods won't be called in passthrough mode and
825         otherwise the buffer is always writable so don't check here.
826
827 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
828
829         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
830           Fix seeking in .wav files again (#501775).  Some people seem to think
831           they don't need to test their changes when they're just 'reflowing'
832           some code.
833
834 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
835
836         * gst/autodetect/gstautovideosink.c:
837         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
838         (gst_auto_video_sink_init),
839         (gst_auto_video_sink_create_element_with_pretty_name),
840         (gst_auto_video_sink_find_best),
841         (gst_auto_video_sink_set_property),
842         (gst_auto_video_sink_get_property):
843         * gst/autodetect/gstautovideosink.h:
844         Fix docs.
845         Use same error reporting code as autoaudiosink.
846         Add property to filter sinks based on caps. Only select raw video sinks
847         by default for backwards compat.
848         API: GstAutoVideoSink::filter-caps
849
850 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
851
852         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
853
854         * gst/autodetect/gstautoaudiosink.c:
855         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
856         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
857         (gst_auto_audio_sink_set_property),
858         (gst_auto_audio_sink_get_property):
859         * gst/autodetect/gstautoaudiosink.h:
860         Add property to filter sinks based on caps. Only select raw audio sinks
861         by default for backwards compat.  Fixes #417420.
862         API: GstAutoAudioSink::filter-caps
863
864 2007-11-29  Michael Smith <msmith@fluendo.com>
865
866         Patch by: Arek Korbik <arkadini@gmail.com>
867
868         * gst/videobox/gstvideobox.c: (plugin_init):
869           Initialise liboil in plugin_init()
870
871 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
872
873         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
874         Post error before sending EOS. Fixes #499178.
875
876 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
877
878         * win32/vs6/gst_plugins_good.dsw:
879         * win32/vs6/libgstpng.dsp:
880         Add a project file for libgstpng
881
882 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
883
884         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
885         (gst_rtp_h263_depay_process):
886         Code beautification.
887         Added debug statements.
888         Don't bit-shift everything, just do operations on last/first byte
889         instead.
890
891 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
892
893         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
894
895         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
896         Fix wrong comparison in overrun check. Fixes #499239 some more.
897
898 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
899
900         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
901         (gst_rtp_h263_depay_process):
902         * gst/rtp/gstrtph263depay.h:
903         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
904         stream.
905
906 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
907
908         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
909
910         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
911         (gst_rtp_mp4a_depay_process):
912         * gst/rtp/gstrtpmp4adepay.h:
913         Fix depayloading when multiple frames are inside one RTP packet.
914         Fixes #499239.
915
916 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
917
918         * gst/level/gstlevel.c:
919           Add GAP-flag support.
920
921 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
922
923         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
924         Read the I flag for Mode A h263 rtp stream and set the
925         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
926         Fixes #499383
927
928 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
929
930         * gst/level/gstlevel.c:
931           Remove some dead code and do cleanups.
932
933 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
934
935         * tests/check/pipelines/simple-launch-lines.c:
936           Improve the tests by allowing to set a target state.
937
938 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
939
940         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
941         Don't check the caps of the output buffer if they're equal some
942         other caps. The caps can change in a backward compatible way
943         and did at this point.
944
945 2007-11-24  Julien MOUTTE  <julien@moutte.net>
946
947         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
948         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
949         (gst_qtdemux_seek_to_previous_keyframe),
950         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
951         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
952         reverse playback support.
953
954 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
955
956         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
957         Also set the channel layout on the Wavpack caps if we're having
958         a mono layout. Of course only do it for "audio/x-wavpack".
959
960 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
961
962         * ext/wavpack/gstwavpackcommon.c:
963         (gst_wavpack_get_default_channel_mask),
964         (gst_wavpack_set_channel_layout),
965         (gst_wavpack_get_default_channel_positions),
966         (gst_wavpack_get_channel_mask_from_positions),
967         (gst_wavpack_set_channel_mapping):
968         * ext/wavpack/gstwavpackcommon.h:
969         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
970         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
971         * ext/wavpack/gstwavpackdec.h:
972         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
973         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
974         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
975         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
976         (gst_wavpack_enc_rewrite_first_block),
977         (gst_wavpack_enc_sink_event):
978         * ext/wavpack/gstwavpackenc.h:
979         * ext/wavpack/gstwavpackparse.c:
980         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
981         (gst_wavpack_parse_scan_to_find_sample),
982         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
983         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
984         * ext/wavpack/gstwavpackparse.h:
985         Add support for encoding, parsing and decoding multichannel
986         files with up to 8 channels. This also improves the robustness
987         of parsing quite a bit.
988
989         * ext/wavpack/gstwavpackstreamreader.c:
990         (gst_wavpack_stream_reader_read_bytes),
991         (gst_wavpack_stream_reader_get_pos),
992         (gst_wavpack_stream_reader_set_pos_abs),
993         (gst_wavpack_stream_reader_set_pos_rel),
994         (gst_wavpack_stream_reader_push_back_byte),
995         (gst_wavpack_stream_reader_get_length),
996         (gst_wavpack_stream_reader_can_seek),
997         (gst_wavpack_stream_reader_write_bytes):
998         Improve debugging.
999
1000 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1001
1002         * ext/libpng/gstpngdec.c:
1003         * ext/libpng/gstpngdec.h:
1004           Don't release the png-memory from within the callback.
1005
1006 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1007
1008         Patch by: René Stadler <mail at renestadler dot de>
1009
1010         * ext/libpng/gstpngenc.c:
1011           Don't leak buffer data memory. Fixes #498395.
1012
1013 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1014
1015         Patch by: René Stadler <mail at renestadler dot de>
1016
1017         * tests/check/pipelines/simple-launch-lines.c:
1018           Tests for #498395.
1019
1020 2007-11-20  Julien MOUTTE  <julien@moutte.net>
1021
1022         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
1023         (gst_tag_lib_mux_adjust_event_offsets):
1024         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
1025         * sys/osxaudio/Makefile.am:
1026         * sys/osxvideo/cocoawindow.h:
1027         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
1028
1029 2007-11-15  David Schleef  <ds@schleef.org>
1030
1031         * ext/cairo/gsttextoverlay.c:
1032           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
1033
1034 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1035
1036         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
1037
1038         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
1039         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
1040         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
1041         * gst/rtp/gstrtpmp2tpay.h:
1042         Fill the MTU with as many packets as possible. Fixes #491323.
1043
1044 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1045
1046         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1047
1048         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1049         Fix some more leaks. Fixes #497007.
1050
1051 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1052
1053         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1054
1055         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
1056         (gst_rtspsrc_stream_configure_tcp):
1057         Fix 3 pad leaks. Fixes #496983.
1058
1059 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1060
1061         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1062
1063         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
1064         Fix small leak. Fixes #497017.
1065
1066 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1067
1068         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1069         (gst_qtdemux_prepare_current_sample),
1070         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
1071         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
1072         * gst/qtdemux/qtdemux_fourcc.h:
1073         * gst/qtdemux/qtdemux_types.c:
1074         Add suppport for theora in quicktime according to XiphQT.
1075
1076 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
1077
1078         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
1079         (gst_v4l2src_init), (gst_v4l2src_set_property),
1080         (gst_v4l2src_get_property):
1081         * sys/v4l2/gstv4l2src.h:
1082         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1083           Always copy buffers by default (handle safer with bugged drivers)
1084           and added a property to make it possible to use mmap effectively (no
1085           copy if possible) when application wants to. Fixes: #480557.
1086
1087 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1088
1089         * gst/id3demux/id3tags.c:
1090         * gst/id3demux/id3tags.h:
1091         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
1092           We don't want the same string multiple times in a tag list for the
1093           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
1094           this doesn't happen and remove special-case code for GST_TAG_GENRE.
1095
1096 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1097
1098         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
1099           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
1100           into ID3v2 TXXX frames (fixes #347848).
1101
1102 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1103
1104         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1105           Don't leak sdp message contents (fixes #496773).
1106
1107         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
1108           Don't leak URI string.
1109
1110 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1111
1112         Patch by: Julien Puydt <julien dot puydt at laposte net>
1113
1114         * ext/raw1394/Makefile.am:
1115         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
1116           (gst_1394_property_probe_get_properties),
1117           (gst_1394_property_probe_probe_property),
1118           (gst_1394_property_probe_needs_probe),
1119           (gst_1394_property_probe_get_values),
1120           (gst_1394_property_probe_interface_init),
1121           (gst_1394_type_add_property_probe_interface):
1122         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
1123         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
1124           (gst_dv1394src_init), (gst_dv1394src_dispose),
1125           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
1126           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
1127           (gst_dv1394src_update_device_name):
1128         * ext/raw1394/gstdv1394src.h:
1129           Implement GstPropertyProbe interface and add "device-name" property,
1130           so applications can use this to probe for available devices in the
1131           same way they can already with v4lsrc and v4l2src (however horrible
1132           this property probe interface may be). Fixes #358841.
1133
1134 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1135
1136         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1137
1138         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
1139           (gst_rtspsrc_parse_range):
1140           Don't leak event, don't leak range (fixes #496752).
1141
1142 2007-11-14  Michael Smith <msmith@fluendo.com>
1143
1144         Patch by: Arek Korbik <arkadini@gmail.com>
1145
1146         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
1147           Detect RGBA/BGRA correctly on little endian systems.
1148
1149 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1150
1151         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1152           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
1153           corresponding ioctl() call fails even though the driver claims to
1154           support this format, just fall back to the pre-2.6.19 kernel
1155           routine that creates caps with suitable height and width ranges
1156           (see #448278).
1157
1158 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1159
1160         Patch by: Mark Nauwelaerts <manauw skynet be>
1161
1162         * gst/matroska/matroska-demux.c:
1163           (gst_matroska_demux_push_dvd_clut_change_event),
1164           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1165           (gst_matroska_demux_subtitle_caps):
1166         * gst/matroska/matroska-ids.h:
1167           Extract palette data for dvd subpicture streams and send it
1168           downstream as custom gstreamer dvd event (fixes #453417).
1169
1170 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1171
1172         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
1173           Implement minimal parsing of the passed pango font description
1174           string, so passing a font size works the same as with the
1175           pango textoverlay plugin; fixes #455086.
1176           (Maybe we could just use pangocairo here at some point).
1177
1178 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1179
1180         * gst/avi/gstavidemux.c:
1181         * gst/wavparse/gstwavparse.c:
1182           Return the result in _activate_pull(). Don't ref element there.
1183
1184 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1185
1186         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
1187         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1188         (gst_wavparse_srcpad_event):
1189           Ref the element when we should, but not when we its not needed. Reflow
1190           the event_handling to not leak the event.       
1191
1192 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
1193
1194         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1195         (qtdemux_parse_samples):
1196         Properly free QTDemuxSamples array.
1197         Protect table write with a sensible check, some files apparently DO contain
1198         stts values starting with 0 :(
1199
1200 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1201
1202         * gst/avi/gstavidemux.c:
1203         * gst/qtdemux/qtdemux.c:
1204           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
1205           previous commit messed up.
1206
1207 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1208
1209         * gst/avi/gstavidemux.c:
1210         * gst/qtdemux/qtdemux.c:
1211           Sync _handle_src_event() with oggdemux. In avidemux also ref the
1212           element when we should, but not when we its not needed.
1213
1214 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
1215
1216         * gst/wavparse/gstwavparse.c:
1217           Return FALSE if we can't handle a query instead of changing the
1218           format. Ignore fact when dealing with mpeg audio.
1219
1220 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1221
1222         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1223
1224         * configure.ac:
1225         * gst/udp/gstdynudpsink.c:
1226         * gst/udp/gstdynudpsink.h:
1227         * gst/udp/gstmultiudpsink.c:
1228         * gst/udp/gstmultiudpsink.h:
1229         * gst/udp/gstudpsink.c:
1230         * gst/udp/gstudpsink.h:
1231           Fix includes for MSVC and GLib-2.14.0 (#492388).
1232
1233         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1234           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
1235
1236 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
1237
1238         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
1239         (gst_mulawdec_chain):
1240         * gst/law/mulaw-decode.h:
1241         Calculate outgoing buffer duration if incoming buffer didn't have a
1242         valid duration.
1243
1244 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1245
1246         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
1247         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
1248         Smarter combine_flow code that also deals with downstream elements
1249         returning UNEXPECTED when they receive data out of the segment
1250         boundaries. Fixes #491305.
1251
1252 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1253
1254         * sys/v4l2/v4l2src_calls.c:
1255           Fix 'unused variable' compiler warning when compiling against
1256           older kernel headers.
1257
1258 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
1259
1260         * ext/taglib/gstid3v2mux.cc (add_funcs):
1261           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
1262
1263 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
1264
1265         * tests/check/pipelines/simple-launch-lines.c:
1266            Improve the tests a little more.
1267
1268 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
1269
1270         patch by: Yun Zheng Hu
1271
1272         * sys/osxaudio/gstosxaudiosrc.c:
1273         Use default input device instead of default output device and
1274         only memcpy actual available bytes.
1275
1276 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
1277
1278         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1279           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
1280           early. It is temporary until we find something better.
1281
1282 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1283
1284         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1285
1286         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
1287         Fix race when pausing a RTSP stream in interleaved.
1288         Fixes #475784.
1289
1290 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1291
1292         Patch by: Peter Kjellerstedt <pkj at axis com>
1293
1294         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
1295         Use correct unref function for buffers. #488844.
1296
1297 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
1298
1299         * gst/avi/gstavimux.c:
1300         * tests/check/elements/avimux.c:
1301           Add some debug and sync tests with the fix.     
1302
1303 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1304
1305         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1306
1307         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1308         When the socket is used by the app for other purposes, don't generate an
1309         error if there is activaty on the socket that is not data related.
1310         Fixes #487488.
1311
1312 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1313
1314         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1315         (gst_v4l2src_grab_frame):
1316         Add some more debug info. Generate an error when we run out of buffers
1317         for some reason. See #480557.
1318
1319 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1320
1321         Patch by: Anders Skargren <anders dot skargren at axis dot com>
1322
1323         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
1324         Set marker bit correctly.
1325
1326 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
1327
1328         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1329         Use allowed name for the GstStructure.
1330
1331 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
1332
1333         * ext/gconf/gstswitchsink.c:
1334         * gst/autodetect/gstautoaudiosink.c:
1335           Use new gst_bus_pop_filtered().
1336
1337 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1338
1339         * sys/v4l2/gstv4l2src.c:
1340         * sys/v4l2/v4l2src_calls.c:
1341           When probing the formats and sizes a camera supports, make
1342           sure the best ones (highest resolution, prefered format)
1343           end up at the beginning of the probed caps and the less
1344           desirable ones at the end.  This is important because the
1345           order within the caps matters for things like fixation and
1346           negotiation, ie. what format is chosen in the end.
1347           With recent kernels, the current probing code will end up
1348           querying the supported sizes from lowest resolution to
1349           highest resolution, adding them to the probed caps in that
1350           order, resulting to v4l2src fixating to the lowest possible
1351           resolution if downstream does not express a size preference.
1352           Also make up a somewhat random ranking of prefered output
1353           formats for the same reason. Fixes #485828.
1354         
1355 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1356
1357         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
1358
1359         * gst/id3demux/id3v2frames.c:
1360           Extract license/copyright URIs from ID3v2 WCOP frames
1361           (Fixes #447000).
1362
1363         * tests/check/elements/id3demux.c:
1364         * tests/files/Makefile.am:
1365         * tests/files/id3-447000-wcop.tag:
1366           Add simple unit test.
1367
1368 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1369
1370         * ext/taglib/gstid3v2mux.cc:
1371           Add support for license/copyright URI tags (ID3v2 WCOP frame).
1372           Prerequisite for #447000.
1373
1374 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
1375
1376         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
1377         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
1378         a GstClockTime.
1379
1380 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1381
1382         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1383         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
1384         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
1385         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
1386         (gst_rtspsrc_change_state):
1387         More seeking fixes, mostly passing around the new playback segment in
1388         order to configure it properly.
1389         Also reset base_time of udp sources when setting them back to PLAYING as
1390         a temporary hack until core supports seek in live sources properly.
1391
1392 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1393
1394         * gst/rtp/gstrtpmp4adepay.c:
1395         Fix caps as to not confuse autopluggers.
1396
1397 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1398
1399         * gst/id3demux/gstid3demux.c:
1400         * gst/id3demux/gstid3demux.h:
1401         * gst/id3demux/id3tags.c:
1402         * gst/id3demux/id3tags.h:
1403         * gst/id3demux/id3v2frames.c:
1404           Port ID3 tag demuxer over to the new GstTagDemux in -base
1405           (now would be a good time to test re-importing your music
1406           collection).
1407
1408 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1409
1410         * gst/apetag/Makefile.am:
1411         * gst/apetag/gstapedemux.c:
1412         * gst/apetag/gstapedemux.h:
1413         * gst/apetag/gsttagdemux.c:
1414         * gst/apetag/gsttagdemux.h:
1415           Port APE tag demuxer over to the new GstTagDemux in -base.
1416
1417 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
1418
1419         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1420         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
1421         (gst_rtspsrc_handle_internal_src_query),
1422         (gst_rtspsrc_handle_src_query), (new_session_pad),
1423         (gst_rtspsrc_stream_configure_tcp),
1424         (gst_rtspsrc_stream_configure_transport),
1425         (gst_rtspsrc_loop_send_cmd):
1426         Improve flushing behaviour.
1427         Set state of the udp sources to PAUSE/PLAYING correctly.
1428         Handle events and queries for UDP and TCP transport now.
1429
1430 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1431
1432         * gst/rtp/gstrtpgsmdepay.c:
1433         * gst/rtp/gstrtpgsmpay.c:
1434           Add log category.
1435
1436 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1437
1438         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
1439
1440         * tests/check/Makefile.am:
1441         * tests/check/pipelines/simple-launch-lines.c:
1442           Add unit tests for payloaders/depayloaders.
1443
1444 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1445
1446         * gst/avi/gstavimux.c:
1447         * gst/avi/gstavimux.h:
1448           Also save codec data for audio streams. Fixes #482495.
1449
1450 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1451
1452         * gst/avi/gstavimux.c:
1453           Fix "Index entry has invalid stream nr 1".
1454           Add support for muxing aac - work in progress (see #482495).
1455
1456 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1457
1458         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
1459         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
1460         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1461         * gst/rtsp/gstrtspsrc.h:
1462         Parse bandwidth modifiers, they are not yet configured in the session
1463         manager because we don't have an API for that yet.
1464
1465 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1466
1467         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
1468         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1469         Use shiny new function in -base to get the default clock-rate.
1470         Update some docs.
1471
1472 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
1473
1474         * win32/MANIFEST:
1475         Add files to win32 manifest.
1476         * win32/vs6/libgstaudiofx.dsp:
1477         * win32/vs6/libgstqtdemux.dsp:
1478         * win32/vs6/libgstrtp.dsp:
1479         * win32/vs6/libgstrtsp.dsp:
1480         Update project files.
1481
1482 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
1483
1484         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
1485         (gst_rtspsrc_play):
1486         * gst/rtsp/gstrtspsrc.h:
1487         In TCP mode, only timestamp the first buffer. TCP is not real time and
1488         it does not make sense to try to skew compensate, also some servers send
1489         the first batch of data in a burst.
1490
1491 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
1492
1493         * gst/matroska/matroska-demux.c:
1494           Fix setting the discont flag on the first buffer
1495           pushed downstream for formats with private codec
1496           data that needs to be deserialised into buffers
1497           (such as vorbis and FLAC when in a matroska container).
1498
1499 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
1500
1501         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1502
1503         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
1504         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
1505         (gst_rtp_mp4v_pay_handle_buffer):
1506         * gst/rtp/gstrtpmp4vpay.h:
1507         Free the config string. Fixes #480707.
1508         Clean up the timestamp code a little.
1509
1510 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1511
1512         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1513         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
1514         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
1515         * gst/rtsp/gstrtspsrc.h:
1516         Set timestamps on RTP buffers in interleaved mode.
1517         Mark first buffers with a DISCONT.
1518         Remove flush hack now that sync for live sources has been figured out.
1519
1520 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1521
1522         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1523         Update documentation.
1524
1525 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1526
1527         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
1528         (gst_rtp_xqt_depay_change_state):
1529         * gst/qtdemux/gstrtpxqtdepay.h:
1530         Fail if we don't know the quicktime format.
1531
1532 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
1533
1534         * ext/flac/gstflacenc.c:
1535         * ext/flac/gstflacenc.h:
1536           Save the flow return from the last gst_pad_push() and
1537           make sure we pass the right flow return value upstream
1538           in the case of failure; minor clean-ups.
1539
1540 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1541
1542         * ext/taglib/gstapev2mux.cc:
1543         * ext/taglib/gstid3v2mux.cc:
1544         * gst/apetag/gstapedemux.c:
1545           Add support for the new GST_TAG_COMPOSER (#459809).
1546
1547 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1548
1549         * gst/law/alaw-decode.c:
1550         * gst/law/alaw-decode.h:
1551         * gst/law/alaw-encode.c:
1552         * gst/law/alaw-encode.h:
1553         * gst/law/alaw.c:
1554         * gst/law/mulaw-conversion.h:
1555           Compulsive clean-ups: use boilerplate macros, add debug
1556           categories, fix up things to conform to symbol nomenklatura,
1557           etc.
1558
1559 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1560
1561         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1562
1563         * gst/law/alaw-decode.c:
1564         * gst/law/alaw-encode.c:
1565           Use static tables for A-Law decoding and encoding; this makes
1566           A-Law decoding and encoding less CPU-intensive, but increases
1567           the binary size a bit. Leaving old code around for now,
1568           selectable by a define in the code. Fixes #435435.
1569
1570 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1571
1572         * configure.ac:
1573         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
1574         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
1575         in configure.ac.
1576
1577 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1578
1579         Patch by: <j at bootlab dot org>
1580
1581         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1582         Add fourccs for MPEG2 HDV streams. Fixes #479960.
1583
1584 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
1585
1586         * sys/oss/gstosshelper.c:
1587           Use GST_WARNING instead of a g_critical. This situation is not caused
1588           by the application.
1589
1590 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1591
1592         * po/LINGUAS:
1593         * po/nl.po:
1594           Updated translations.
1595
1596 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1597
1598         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
1599
1600         * po/eu.po:
1601           Added Basque translation.
1602
1603 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1604
1605         translated by: Abel Cheung <abelcheung@gmail.com>
1606
1607         * po/zh_HK.po:
1608         * po/zh_TW.po:
1609           Added Chinese (traditional and Hong Kong) translation.
1610
1611 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1612
1613         translated by: Jakub Bogusz <qboosh@pld-linux.org>
1614
1615         * po/pl.po:
1616           Added Polish translation.
1617
1618 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1619
1620         translated by: Ilkka Tuohela <hile@iki.fi>
1621
1622         * po/fi.po:
1623           Added Finnish translation.
1624
1625 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1626
1627         translated by: Jorge González González <aloriel@gmail.com>
1628
1629         * po/es.po:
1630           Added Spanish translation.
1631
1632 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1633
1634         translated by: Mogens Jaeger <mogens@jaeger.tf>
1635
1636         * po/da.po:
1637           Added Danish translation.
1638
1639 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1640
1641         translated by: Funda Wang <fundawang@linux.net.cn>
1642
1643         * po/zh_CN.po:
1644           Added Chinese (simplified) translation.
1645
1646 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1647
1648         translated by: Alexander Shopov <ash@contact.bg>
1649
1650         * po/bg.po:
1651           Added Bulgarian translation.
1652
1653 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
1654
1655         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
1656         Set outgoing packet duration because we can. Fixes #478244 some more.
1657
1658 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
1659
1660         * ext/cairo/gsttextoverlay.c:
1661           Add info about static leak.
1662         
1663         * tests/check/Makefile.am:
1664         * tests/check/generic/states.c:
1665           Improved state change unit test.
1666
1667 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
1668
1669         * docs/plugins/.cvsignore:
1670         * tests/check/.cvsignore:
1671           Ignore registries in any format.
1672
1673 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
1674
1675         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
1676         Removed some unused code.
1677
1678         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1679         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
1680         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
1681         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
1682         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
1683         (gst_rtp_theora_pay_flush_packet):
1684         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
1685         Try to preserve the incomming buffer duration on the outgoing
1686         packets. Fixes #478244.
1687
1688 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
1689
1690         * ext/taglib/gstapev2mux.cc:
1691         * ext/taglib/gstid3v2mux.cc:
1692           Work around compiler warnings with g++-4.2 when assigning a
1693           string constant to a gchar * (partially fixes #478092).
1694
1695 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
1696
1697         * configure.ac:
1698           We require core CVS now for gst_base_src_set_do_timestamp().
1699
1700 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1701
1702         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
1703         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1704         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
1705         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
1706         (gst_rtspsrc_handle_message):
1707         Fix compiler warnings shown with Forte.
1708
1709 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1710
1711         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
1712         (gst_rtspsrc_dup_printf):
1713         Give meaningfull error when all streams failed to configure for some
1714         reason.
1715
1716 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1717
1718         * gst/rtp/README:
1719         Update README with the design for synchronisation rules of RTP on
1720         sender and receiver.
1721
1722 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
1723
1724         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
1725         (gst_wavparse_chain):
1726         Don't push EOS from the chain function, the element
1727         driving the pipeline is responsible for this. The bug
1728         this was meant to fix seems to be queue not forwarding
1729         EOS in all cases (see #476514).
1730
1731 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
1732
1733         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
1734         (gst_level_transform_ip):
1735         * gst/level/gstlevel.h:
1736         Use basetransform segment so that it is correctly managed on flushes and
1737         start/stop.
1738         Report message timestamp as stream time, which is what an application
1739         can understand.
1740
1741 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
1742
1743         * ext/taglib/gstapev2mux.cc:
1744         * ext/taglib/gstapev2mux.h:
1745         * ext/taglib/gsttaglibmux.c:
1746         * tests/check/elements/apev2mux.c:
1747         Update my mail address.
1748
1749 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
1750
1751         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
1752         (gst_wavparse_loop), (gst_wavparse_chain):
1753         Add EOS logic for the push-based mode too. Fixes #476514.
1754
1755 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
1756
1757         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
1758         * gst/law/alaw-encode.h:
1759         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1760         (gst_mulawenc_chain):
1761         * gst/law/mulaw-encode.h:
1762         Fix law encoder timestamps.
1763
1764 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
1765
1766         * ext/gconf/gstgconfaudiosink.c:
1767           Fix warning when building without debug.
1768
1769         * sys/oss/gstossmixertrack.c:
1770           Use const like in alsamixertrack.c (fixes warnings).
1771
1772 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
1773
1774         * sys/v4l2/v4l2src_calls.c:
1775         (gst_v4l2src_probe_caps_for_format_and_size):
1776         Fix framerate detection code some more.
1777         Handle the case where there is a weird step in the stepwise framerates.
1778         Don't overwrite the min interval with the framerate, use a temp variable
1779         instead.
1780         Use max in the Continuous framerate intervals instead of step, which is
1781         1 according to the docs. Fixes #475424.
1782
1783 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
1784
1785         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
1786         Make udpsrc timestamp outgoing buffers based on when they were received.
1787         Also make it output a segment in time.
1788
1789 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
1790
1791         * gst/avi/gstavidemux.c:
1792           Plug a little leak. Little code cleanups.
1793
1794 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
1795
1796         * configure.ac:
1797           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
1798           flac versions, 's good for cross-compilation karma.
1799
1800 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
1801
1802         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
1803
1804         * gst/rtp/gstrtph263pay.c:
1805           Fix up header structure so that compilers don't add padding
1806           between the structure fields, since that would lead to us
1807           sending RTP packets with broken headers (as is currently the
1808           case when compiling with MSVC). Also see similar fixes in
1809           libgstrtp in gst-plugins-base. (#474616; #471194)
1810
1811 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
1812
1813         * sys/v4l2/v4l2src_calls.c:
1814         (gst_v4l2src_probe_caps_for_format_and_size):
1815         Don't overwrite our GValue with 0 but instead use the previously
1816         computed value. Fixes #471823 some more.
1817
1818 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
1819
1820         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1821           No tabs in this file please, or gtk-doc will end up documenting
1822           rather absurd class hierarchies.
1823
1824 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
1825
1826         * ext/gconf/gstswitchsink.c:
1827           If the new kid element fails to change state for some reason
1828           (e.g. esdsink not being able to connect to the sound server),
1829           forward the error message it posted on the bus instead of just
1830           posting a generic 'Internal state change error: please file a
1831           bug' error message. Fixes #471364.
1832
1833 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1834
1835         * gst/qtdemux/Makefile.am:
1836         * gst/qtdemux/qtdemux.c:
1837           Don't assume tags are encoded as UTF-8 (#473670).
1838
1839 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1840
1841         * sys/v4l2/gstv4l2src.c:
1842         * sys/v4l2/gstv4l2src.h:
1843         * sys/v4l2/v4l2src_calls.c:
1844           Implement LATENCY queries in the crudest way possible so I don't
1845           have to use sync=false any longer when testing with videosinks.
1846
1847 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1848
1849         * configure.ac:
1850           Fix build.
1851
1852 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1853
1854         * sys/v4l2/v4l2src_calls.c:
1855         (gst_v4l2src_probe_caps_for_format_and_size):
1856         Add some more debugging in the framerate function.
1857         Iterate stepwise framerate up to and _including_ the max and if nothing
1858         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
1859         don't end up with an empty list. Fixes #471823
1860
1861 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1862
1863         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
1864         (gst_multiudpsink_set_clients_string),
1865         (gst_multiudpsink_get_clients_string),
1866         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
1867         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
1868         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
1869         (gst_multiudpsink_clear):
1870         Add property do configure destination address/port pairs
1871         API:GstMultiUDPSink::clients
1872
1873 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1874
1875         * tests/examples/Makefile.am:
1876         * tests/examples/rtp/Makefile.am:
1877         * tests/examples/rtp/client-H263p-AMR.sh:
1878         * tests/examples/rtp/client-H263p-PCMA.sdp:
1879         * tests/examples/rtp/client-H263p-PCMA.sh:
1880         * tests/examples/rtp/client-H264-PCMA.sdp:
1881         * tests/examples/rtp/client-H264-PCMA.sh:
1882         * tests/examples/rtp/client-PCMA.sh:
1883         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
1884         * tests/examples/rtp/server-alsasrc-PCMA.sh:
1885         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
1886         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
1887         Added some RTP example scripts for sending and receiving RTP streams.
1888
1889 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1890
1891         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
1892         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
1893         Restructure the setcaps function so that we can also compute the
1894         expected GStreamer output size of the video frames.
1895         Set frame_byte_size correctly so that read-based devices have a chance
1896         of working correctly.
1897         When grabbing a frame, discard frames that are not of the expected size.
1898         Some cameras don't output the right framesize for the first buffer.
1899         Try only a couple of times to get a valid frame, else error out.
1900
1901         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
1902         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
1903         Add some more debug info when scanning the device.
1904
1905         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
1906         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
1907         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
1908         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
1909         Add some more debug info when dequeing a frame.
1910
1911 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
1912
1913         * gst/wavparse/gstwavparse.c:
1914           More code cleanups. Add some more comment and improve debugs logs.
1915
1916 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
1917
1918         * gst/wavparse/gstwavparse.c:
1919         * gst/wavparse/gstwavparse.h:
1920           Implement seek-query. Refactor duration calculations. Appropriate use
1921           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
1922           out of loops.
1923
1924 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
1925
1926         * gst/avi/gstavidemux.c:
1927           Implement seek-query.
1928
1929 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
1930
1931         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
1932         (gst_rtspsrc_dup_printf):
1933         Use new basesink async property to make sparse RTCP packet not wait for
1934         preroll.
1935
1936 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
1937
1938         * gst/audiofx/Makefile.am:
1939         Dist the right file.
1940
1941 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
1942
1943         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
1944         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
1945         Make sure we generate and parse floating point values in the POSIX
1946         locale instead of the current locale. 
1947
1948 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
1949
1950         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
1951         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
1952         (gst_rtspsrc_play):
1953         * gst/rtsp/gstrtspsrc.h:
1954         Fix method detection again.
1955         Keep track of when we must send a Range header.
1956         Use segment values for Range, Speed and Scale headers.
1957         Parse Speed and Scale headers to update the segment values.
1958
1959 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
1960
1961         patch by: Mark Nauwelaerts <manauw@skynet.be>
1962
1963         * sys/v4l2/v4l2src_calls.c:
1964           Handle optional v4l2 ioctls gracefully.
1965
1966 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
1967
1968         * gst/rtp/Makefile.am:
1969         * gst/rtp/gstrtp.c: (plugin_init):
1970         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
1971         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
1972         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
1973         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
1974         (gst_rtp_h263_depay_get_property),
1975         (gst_rtp_h263_depay_change_state),
1976         (gst_rtp_h263_depay_plugin_init):
1977         * gst/rtp/gstrtph263depay.h:
1978         Added an H263 depayloader. Fixes #369392.
1979
1980         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
1981         (gst_rtp_h263p_depay_process):
1982         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
1983         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
1984         Make the H263+ pay/depayloader support H263-1998 and H263-2000
1985         payloads.
1986         Also alow plain H263 on the h263p payloaders. Fixes #465040.
1987
1988 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
1989
1990         * gst/audiofx/audiochebyshevfreqband.c:
1991         * gst/audiofx/audiochebyshevfreqlimit.c:
1992         Add small comparision with the windowed sinc filters in the docs.
1993
1994 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
1995
1996         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
1997         (audiochebyshevfreqband_suite):
1998         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
1999         (audiochebyshevfreqlimit_suite):
2000         Also test 32 bit float mode and the type 2 variants of the filters.
2001
2002 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
2003
2004         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2005         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2006         (gst_rtspsrc_loop):
2007         Refactor the udp and interleaved loop function a bit.
2008
2009 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2010
2011         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2012         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
2013         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
2014         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2015         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2016         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
2017         * gst/rtsp/gstrtspsrc.h:
2018         Protect connection activity with a new lock, avoids deadlocks when going
2019         to PAUSED. Fixes #455808.
2020
2021 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2022
2023         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
2024         Fix debug statement.
2025
2026 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2027
2028         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
2029         Fix stray %u in debug line as spotted by Saur on IRC.
2030
2031 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
2032
2033         * gst/audiofx/audiochebyshevfreqband.c:
2034         (gst_audio_chebyshev_freq_band_class_init):
2035         * gst/audiofx/audiochebyshevfreqlimit.c:
2036         (gst_audio_chebyshev_freq_limit_class_init):
2037         Use generator macros for the process functions for the different
2038         sample types, add lower upper boundaries for the GObject properties
2039         so automatically generated UIs can use sliders and add a note about
2040         the number of poles as a too high number of poles combined with
2041         very low or very high frequencies will produce only noise.
2042         * docs/plugins/gst-plugins-good-plugins.args:
2043         Regenerated for the property changes.
2044
2045 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2046
2047         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
2048         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
2049         (gst_rtspsrc_stream_configure_udp_sink),
2050         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
2051         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2052         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2053         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
2054         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
2055         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2056         * gst/rtsp/gstrtspsrc.h:
2057         Improve timeout handling.
2058         Use the same socket for sending and receiving RTCP packets so that some
2059         servers can track clients better.
2060         Improve connection closed handling. Try to reconnect.
2061         Don't overwrite our content base with NULL.
2062         Improve debugging.
2063         Improve range parsing and handling.
2064         Remove flushing hack now that core does the right thing.
2065
2066 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2067
2068         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2069         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
2070         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
2071         (gst_multiudpsink_close), (gst_multiudpsink_add):
2072         * gst/udp/gstmultiudpsink.h:
2073         Add support for getting and setting the socket to use.
2074
2075         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2076         (gst_udpsrc_create), (gst_udpsrc_get_property):
2077         Add support for getting the currently used socket.
2078
2079 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
2080
2081         reviewed by: Stefan Kost  <ensonic@users.sf.net>
2082
2083         * gst/audiofx/Makefile.am:
2084         * gst/audiofx/audiochebyshevfreqband.c:
2085         (gst_audio_chebyshev_freq_band_mode_get_type),
2086         (gst_audio_chebyshev_freq_band_base_init),
2087         (gst_audio_chebyshev_freq_band_dispose),
2088         (gst_audio_chebyshev_freq_band_class_init),
2089         (gst_audio_chebyshev_freq_band_init),
2090         (generate_biquad_coefficients), (calculate_gain),
2091         (generate_coefficients),
2092         (gst_audio_chebyshev_freq_band_set_property),
2093         (gst_audio_chebyshev_freq_band_get_property),
2094         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
2095         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
2096         (gst_audio_chebyshev_freq_band_start):
2097         * gst/audiofx/audiochebyshevfreqband.h:
2098         * gst/audiofx/audiochebyshevfreqlimit.c:
2099         (gst_audio_chebyshev_freq_limit_mode_get_type),
2100         (gst_audio_chebyshev_freq_limit_base_init),
2101         (gst_audio_chebyshev_freq_limit_dispose),
2102         (gst_audio_chebyshev_freq_limit_class_init),
2103         (gst_audio_chebyshev_freq_limit_init),
2104         (generate_biquad_coefficients), (calculate_gain),
2105         (generate_coefficients),
2106         (gst_audio_chebyshev_freq_limit_set_property),
2107         (gst_audio_chebyshev_freq_limit_get_property),
2108         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
2109         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
2110         (gst_audio_chebyshev_freq_limit_start):
2111         * gst/audiofx/audiochebyshevfreqlimit.h:
2112         * gst/audiofx/audiofx.c: (plugin_init):
2113         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
2114         Fixes #464800.
2115
2116         * tests/check/Makefile.am:
2117         * tests/check/elements/.cvsignore:
2118         * tests/check/elements/audiochebyshevfreqband.c:
2119         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
2120         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
2121         * tests/check/elements/audiochebyshevfreqlimit.c:
2122         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
2123         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
2124         Add unit tests for the chebyshev filters.
2125
2126         * docs/plugins/Makefile.am:
2127         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2128         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2129         * docs/plugins/gst-plugins-good-plugins.args:
2130         * docs/plugins/inspect/plugin-1394.xml:
2131         * docs/plugins/inspect/plugin-audiofx.xml:
2132         * docs/plugins/inspect/plugin-dv.xml:
2133         * docs/plugins/inspect/plugin-flac.xml:
2134         * docs/plugins/inspect/plugin-jpeg.xml:
2135         * docs/plugins/inspect/plugin-png.xml:
2136         * docs/plugins/inspect/plugin-rtp.xml:
2137         * docs/plugins/inspect/plugin-shout2send.xml:
2138         * docs/plugins/inspect/plugin-wavpack.xml:
2139         And add docs for the chebyshev filters. While doing
2140         that also run make update in docs/plugins.
2141
2142 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2143
2144         * ext/annodex/gstcmmltag.c:
2145         * gst/rtp/gstrtpvorbispay.c:
2146           Make ro memory to share.
2147
2148 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2149
2150         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2151         Improve UDP performance by avoiding a select() when we have data
2152         available immediatly.
2153
2154 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2155
2156         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
2157         (gst_rtp_dec_class_init):
2158         * gst/rtsp/gstrtpdec.h:
2159         Add (dummy) SSRC management signals.
2160
2161         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2162         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2163         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
2164         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
2165         (on_timeout), (gst_rtspsrc_stream_configure_manager),
2166         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
2167         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2168         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2169         * gst/rtsp/gstrtspsrc.h:
2170         Add connection-speed property.
2171         Add find_stream helper functions.
2172         Handle stream EOS based on BYE messages or SSRC timeout.
2173         Returns SUCCESS from the state change function as we hide our async
2174         elements from the parent.
2175
2176 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2177
2178         * gst/debug/rndbuffersize.c:
2179           Fix da leak.
2180
2181 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
2182
2183         * gst/debug/Makefile.am:
2184         * gst/debug/breakmydata.c:
2185         * gst/debug/gstdebug.c:
2186         * gst/debug/negotiation.c:
2187         * gst/debug/progressreport.c:
2188         * gst/debug/rndbuffersize.c:
2189         * gst/debug/testplugin.c:
2190           Add new test element and clean-up the others a little.
2191
2192 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2193
2194         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2195         Fix parsing of mp4a version 0 atoms. Fixes #465774.
2196
2197 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2198
2199         * gst/rtp/gstrtpilbcdepay.c:
2200           Include stdlib.
2201
2202 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
2203
2204         * gst/rtp/gstrtpmpvdepay.c:
2205         Set the mpegversion in the caps so that autoplugging does not get
2206         confused.
2207
2208 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2209
2210         * po/hu.po:
2211         * po/uk.po:
2212         * po/vi.po:
2213           Updated translations.
2214
2215 2007-08-08  Michael Smith <msmith@fluendo.com>
2216
2217         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2218           Render right border in the correct location.
2219
2220 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
2221
2222         Patch by: Olivier Crete <tester at tester dot ca>
2223
2224         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
2225         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2226         Make mode property a string. Fixes #464475.
2227
2228 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2229
2230         * ext/flac/gstflacenc.c:
2231           Widen caps to match decoder a bit and add more FIXMEs.
2232
2233 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2234
2235         patch by: Mark Nauwelaerts <manauw@skynet.be>
2236
2237         * gst/avi/gstavimux.c:
2238           Fix ODML index tag numbering. Fixes #463624.
2239
2240 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2241
2242         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
2243         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2244         (gst_rtspsrc_stream_configure_tcp),
2245         (gst_rtspsrc_stream_configure_udp_sink):
2246         Fix default clock-rate for realmedia.
2247         Fix parsing of transport.
2248         Don't try to link NULL pads.
2249
2250 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
2251
2252         * po/POTFILES.skip:
2253           Add POTFILES.skip with list of source files that aren't disted at the
2254           moment but contain translatable strings. Should hopefully pacify
2255           broken tools and make it clearer that these files are left out
2256           intentionally (#461600).
2257
2258 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
2259
2260         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
2261         If the buffer was entirely clipped ... don't try sending it :)
2262
2263 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2264
2265         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
2266         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
2267         (gst_rtspsrc_create_transports_string),
2268         (gst_rtspsrc_prepare_transports):
2269         If we don't hav a session manager, set the caps on outgoing buffers
2270         ourselves.
2271         Force PAUSE/PLAY methods for now until the extensions can overwrite.
2272         Append final bit of the transport string even when it does not contain a
2273         placeholder.
2274
2275 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2276
2277         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
2278         (gst_rtsp_ext_list_connect):
2279         * gst/rtsp/gstrtspext.h:
2280         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2281         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
2282         Clean up the interface list.
2283         Allow connecting to interface signals for the extensions.
2284         Remove old extension code.
2285         Free list on cleanup.
2286         Allow extensions to send additional RTSP messages.
2287
2288 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2289
2290         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
2291         Handle a NULL gconf key gracefully by rendering the default element.
2292
2293 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2294
2295         * gst/rtsp/gstrtspext.h:
2296         Fix include path for extension interface.
2297
2298 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2299
2300         * gst/audiofx/audioamplify.h:
2301         Also remove a now unecessary variable here.
2302
2303 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2304
2305         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
2306         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
2307         * gst/audiofx/audiodynamic.c:
2308         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
2309         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
2310         * gst/audiofx/audiodynamic.h:
2311         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
2312         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
2313         * gst/audiofx/audioinvert.h:
2314         Don't save format information ourselves, this is already saved in
2315         GstAudioFilter.
2316
2317 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2318
2319         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2320         (gst_rtsp_ext_list_stream_select):
2321         * gst/rtsp/gstrtspext.h:
2322         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
2323         Use rank to filter out extensions.
2324         Add url to stream_select interface call.
2325
2326 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2327
2328         * gst/rtsp/Makefile.am:
2329         * gst/rtsp/base64.c:
2330         * gst/rtsp/base64.h:
2331         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2332         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
2333         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
2334         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
2335         (gst_rtsp_ext_list_setup_media),
2336         (gst_rtsp_ext_list_configure_stream),
2337         (gst_rtsp_ext_list_get_transports),
2338         (gst_rtsp_ext_list_stream_select):
2339         * gst/rtsp/gstrtspext.h:
2340         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
2341         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
2342         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
2343         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2344         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
2345         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
2346         (gst_rtspsrc_stream_configure_tcp),
2347         (gst_rtspsrc_stream_configure_mcast),
2348         (gst_rtspsrc_stream_configure_udp),
2349         (gst_rtspsrc_stream_configure_udp_sink),
2350         (gst_rtspsrc_stream_configure_transport),
2351         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2352         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2353         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
2354         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
2355         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2356         (gst_rtspsrc_parse_methods),
2357         (gst_rtspsrc_create_transports_string),
2358         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
2359         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
2360         (gst_rtspsrc_play), (gst_rtspsrc_pause),
2361         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
2362         * gst/rtsp/gstrtspsrc.h:
2363         * gst/rtsp/rtsp.h:
2364         * gst/rtsp/rtspconnection.c:
2365         * gst/rtsp/rtspconnection.h:
2366         * gst/rtsp/rtspdefs.c:
2367         * gst/rtsp/rtspdefs.h:
2368         * gst/rtsp/rtspext.h:
2369         * gst/rtsp/rtspextwms.c:
2370         * gst/rtsp/rtspextwms.h:
2371         * gst/rtsp/rtspmessage.c:
2372         * gst/rtsp/rtspmessage.h:
2373         * gst/rtsp/rtsprange.c:
2374         * gst/rtsp/rtsprange.h:
2375         * gst/rtsp/rtsptransport.c:
2376         * gst/rtsp/rtsptransport.h:
2377         * gst/rtsp/rtspurl.c:
2378         * gst/rtsp/rtspurl.h:
2379         * gst/rtsp/sdp.h:
2380         * gst/rtsp/sdpmessage.c:
2381         * gst/rtsp/sdpmessage.h:
2382         * gst/rtsp/test.c:
2383         Use shiny new RTSP and SDP library.
2384         Implement RTSP extensions using the new interface.
2385         Remove a lot of old code.
2386
2387 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
2388
2389         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2390         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
2391
2392 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2393
2394         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2395         Don't unref the outgoing buffer twice when dropping it because it's
2396         outside of the segment.
2397
2398 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2399
2400         * configure.ac:
2401         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
2402         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
2403         Use the new buffer clipping function from gstaudio here and
2404         require gst-plugins-base CVS.
2405         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2406         For framed Wavpack buffers we require a valid timestamp.
2407
2408 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
2409
2410         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
2411         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
2412         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
2413         Clip raw audio and video when we can, keep track of current output
2414         segment.
2415         Don't leak buffers and events when there is no output pad.
2416         Improve debugging here and there.
2417
2418 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
2419
2420         * configure.ac:
2421           Sync liboil check with plugins-base.
2422
2423 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
2424
2425         * ext/annodex/Makefile.am:
2426           Fix CFLAGS/LIBS.
2427
2428         * ext/cdio/gstcdiocddasrc.c:
2429         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
2430           Include stdlib
2431
2432         * ext/cairo/Makefile.am:
2433         * gst/videofilter/Makefile.am:
2434         * tests/examples/level/Makefile.am:
2435           Use $(LIBM) instead of -lm
2436
2437 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2438
2439         * sys/v4l2/gstv4l2src.c:
2440           Add another example pipeline.
2441
2442 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2443
2444         Patch by: Alexander Eichner <alexeichi@yahoo.de>
2445
2446         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2447           Use define here.
2448
2449         * sys/v4l2/gstv4l2tuner.c:
2450         (gst_v4l2_tuner_set_frequency_and_notify):
2451           Don't touch the property - its still disabled.
2452
2453         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
2454         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
2455         * sys/v4l2/v4l2src_calls.h:
2456           Improve fallback format negotionation. Fixes #451388
2457
2458 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2459
2460         * tests/check/elements/videocrop.c: (GST_START_TEST):
2461           Fix the test.
2462
2463 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2464
2465         * docs/plugins/Makefile.am:
2466         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2467         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2468         * docs/plugins/inspect/plugin-jpeg.xml:
2469         * docs/plugins/inspect/plugin-png.xml:
2470         * ext/jpeg/gstjpegdec.c:
2471         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
2472         (gst_pngdec_sink_setcaps):
2473           More docs. More logs in pngdec.
2474
2475 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
2476
2477         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2478           Initialize num_buffers with minimum value.
2479
2480         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
2481         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
2482           Handle frame-size query failure gracefully.
2483
2484 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
2485
2486         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2487         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
2488         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
2489         of qt/aac files.
2490
2491 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
2492
2493         * ext/wavpack/gstwavpackdec.c:
2494         (gst_wavpack_dec_clip_outgoing_buffer):
2495         Fix buffer clipping to correctly clip to the segment stop.
2496
2497 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
2498
2499         * configure.ac:
2500         * tests/Makefile.am:
2501         Remove bogus check for libcheck, since we check for
2502         gstreamer-check and it pulls in the required info from there,
2503         and we weren't actually _using_ the information for libcheck
2504         ourselves anyway.
2505
2506 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
2507
2508         * configure.ac:
2509           Use pkg-config to locate check.
2510
2511 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
2512
2513         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
2514         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
2515         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
2516         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2517         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
2518         * gst/effectv/gstaging.c: (gst_agingtv_transform):
2519         * gst/effectv/gstdice.c: (gst_dicetv_transform):
2520         * gst/effectv/gstedge.c: (gst_edgetv_transform):
2521         * gst/effectv/gstquark.c: (gst_quarktv_transform):
2522         * gst/effectv/gstrev.c: (gst_revtv_transform):
2523         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
2524         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
2525         * gst/effectv/gstwarp.c: (gst_warptv_transform):
2526         * gst/matroska/matroska-demux.c:
2527         (gst_matroska_demux_add_wvpk_header),
2528         (gst_matroska_demux_check_subtitle_buffer),
2529         (gst_matroska_decode_buffer):
2530         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
2531           Fix build against core CVS.
2532
2533 2007-07-10  Edward Hervey  <bilboed@gmail.com>
2534
2535         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
2536         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
2537         don't have enough granularity to convert that boolean into a
2538         GstFlowReturn.
2539
2540 2007-07-06  Michael Smith <msmith@fluendo.com>
2541
2542         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
2543         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
2544         (gst_alawdec_change_state):
2545         * gst/law/alaw-decode.h:
2546         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
2547         (gst_mulawdec_class_init), (gst_mulawdec_init),
2548         (gst_mulawdec_chain), (gst_mulawdec_change_state):
2549         * gst/law/mulaw-decode.h:
2550           Fix capsnego bogosity in *law decoders. 
2551
2552 2007-07-06  Michael Smith <msmith@fluendo.com>
2553
2554         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
2555         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
2556         (gst_smokeenc_change_state):
2557         * ext/jpeg/gstsmokeenc.h:
2558           Remove stupidity in get/set caps functions.
2559           Fix some refcounting problems.
2560
2561 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
2562
2563         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
2564         Remove endianness-flipping hack that seems to have been required
2565         only because of a bug in ffmpegcolorspace.
2566         Partially Fixes: #451908
2567
2568 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
2569
2570         * docs/plugins/Makefile.am:
2571           Simplify --extra-dir as gtkdoc scans recursively.
2572
2573 2007-07-03  Wim Taymans,,,  <set EMAIL_ADDRESS environment variable>
2574
2575         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2576
2577         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2578         Set the encoding-name in the rtp caps to all uppercase, as required by
2579         the caps spec.
2580         Some small cleanups in the error paths. Fixes #453037.
2581
2582 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
2583
2584         * ext/wavpack/gstwavpackparse.c:
2585         (gst_wavpack_parse_index_get_last_entry),
2586         (gst_wavpack_parse_index_get_entry_from_sample),
2587         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
2588         (gst_wavpack_parse_scan_to_find_sample):
2589         * ext/wavpack/gstwavpackparse.h:
2590         Use a GSList for the GArray that is used like a list anyway.
2591
2592 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
2593
2594         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
2595         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
2596         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
2597           Add state change function where we set 0/1 as default framerate in
2598           case our setcaps function isn't called, like it might not in a
2599           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
2600           gdkpixbufdec trying to create caps with a 0/0 framerate.
2601           Also post an error message on the bus if gst_pad_push() fails when
2602           called from our sink event handler (+1 for flow returns for event
2603           functions in 0.11) instead of failing silently.
2604
2605 2007-06-27  Wim Taymans  <wim@fluendo.com>
2606
2607         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
2608         Cast stack args to the proper types. Fixes #451249.
2609
2610 2007-06-27  Wim Taymans  <wim@fluendo.com>
2611
2612         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2613         (new_session_pad), (gst_rtspsrc_setup_streams):
2614         * gst/rtsp/gstrtspsrc.h:
2615         For container formats we only need to activate one of the streams so
2616         that we correctly signal no-more-pads. Fixes #451015.
2617
2618 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
2619
2620         * docs/plugins/gst-plugins-good-plugins.args:
2621         * docs/plugins/inspect/plugin-aasink.xml:
2622         * docs/plugins/inspect/plugin-alaw.xml:
2623         * docs/plugins/inspect/plugin-alpha.xml:
2624         * docs/plugins/inspect/plugin-alphacolor.xml:
2625         * docs/plugins/inspect/plugin-annodex.xml:
2626         * docs/plugins/inspect/plugin-apetag.xml:
2627         * docs/plugins/inspect/plugin-audiofx.xml:
2628         * docs/plugins/inspect/plugin-auparse.xml:
2629         * docs/plugins/inspect/plugin-autodetect.xml:
2630         * docs/plugins/inspect/plugin-avi.xml:
2631         * docs/plugins/inspect/plugin-cacasink.xml:
2632         * docs/plugins/inspect/plugin-cairo.xml:
2633         * docs/plugins/inspect/plugin-cdio.xml:
2634         * docs/plugins/inspect/plugin-cutter.xml:
2635         * docs/plugins/inspect/plugin-debug.xml:
2636         * docs/plugins/inspect/plugin-efence.xml:
2637         * docs/plugins/inspect/plugin-effectv.xml:
2638         * docs/plugins/inspect/plugin-esdsink.xml:
2639         * docs/plugins/inspect/plugin-flac.xml:
2640         * docs/plugins/inspect/plugin-flxdec.xml:
2641         * docs/plugins/inspect/plugin-gconfelements.xml:
2642         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2643         * docs/plugins/inspect/plugin-goom.xml:
2644         * docs/plugins/inspect/plugin-halelements.xml:
2645         * docs/plugins/inspect/plugin-icydemux.xml:
2646         * docs/plugins/inspect/plugin-id3demux.xml:
2647         * docs/plugins/inspect/plugin-jpeg.xml:
2648         * docs/plugins/inspect/plugin-ladspa.xml:
2649         * docs/plugins/inspect/plugin-level.xml:
2650         * docs/plugins/inspect/plugin-matroska.xml:
2651         * docs/plugins/inspect/plugin-mulaw.xml:
2652         * docs/plugins/inspect/plugin-multipart.xml:
2653         * docs/plugins/inspect/plugin-navigationtest.xml:
2654         * docs/plugins/inspect/plugin-ossaudio.xml:
2655         * docs/plugins/inspect/plugin-png.xml:
2656         * docs/plugins/inspect/plugin-quicktime.xml:
2657         * docs/plugins/inspect/plugin-rtp.xml:
2658         * docs/plugins/inspect/plugin-rtsp.xml:
2659         * docs/plugins/inspect/plugin-smpte.xml:
2660         * docs/plugins/inspect/plugin-speex.xml:
2661         * docs/plugins/inspect/plugin-taglib.xml:
2662         * docs/plugins/inspect/plugin-udp.xml:
2663         * docs/plugins/inspect/plugin-videobalance.xml:
2664         * docs/plugins/inspect/plugin-videobox.xml:
2665         * docs/plugins/inspect/plugin-videocrop.xml:
2666         * docs/plugins/inspect/plugin-videoflip.xml:
2667         * docs/plugins/inspect/plugin-videomixer.xml:
2668         * docs/plugins/inspect/plugin-wavenc.xml:
2669         * docs/plugins/inspect/plugin-wavparse.xml:
2670         * docs/plugins/inspect/plugin-ximagesrc.xml:
2671           Update docs with caps info.
2672
2673 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
2674
2675         * po/POTFILES.in:
2676           Add more files with translatable strings (#450878).
2677
2678 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
2679
2680         * MAINTAINERS:
2681         Updating all the maintainers files
2682
2683 2007-06-22  Edward Hervey  <edward@fluendo.com>
2684
2685         * ext/flac/gstflactag.c: (gst_flac_tag_init):
2686         * gst/interleave/deinterleave.c: (deinterleave_init),
2687         (deinterleave_sink_link):
2688         * gst/interleave/interleave.c: (interleave_init):
2689         * gst/median/gstmedian.c: (gst_median_init):
2690         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
2691         Fix memory leaks.
2692         * tests/check/elements/id3demux.c: (pad_added_cb):
2693         Remove unused variable.
2694
2695 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
2696
2697         * ext/gconf/gconf.h:
2698         Make the prototype of gst_gconf_get_key_for_sink_profile
2699         match the implementation.
2700         Patch by: Damien Carbery <damien dot carbery at sun dot com>
2701         Fixes: #449747
2702
2703 2007-06-20  Michael Smith <msmith@fluendo.com>
2704
2705         * gst/rtp/gstrtpdepay.c:
2706           Fix description - rtpdepay is not a payloader.
2707
2708 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
2709
2710         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
2711         (qtdemux_video_caps):
2712         * gst/qtdemux/qtdemux_fourcc.h:
2713           Add MJPG to the variants of motion jpeg.
2714
2715 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
2716
2717         * tests/check/Makefile.am:
2718         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
2719         * tests/check/elements/videocrop.c: (GST_START_TEST):
2720         * tests/check/elements/videofilter.c:
2721         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2722         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
2723           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
2724           error flags are included and it errors out on compiler warnings
2725           for CVS builds; remove unused variables in various unit tests.
2726
2727 2007-06-19  Wim Taymans  <wim@fluendo.com>
2728
2729         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2730         (rtsp_connection_close), (rtsp_connection_free):
2731         Use threadsafe inet_ntop to convert an ip number to a string. 
2732         Fixes #447961.
2733         Don't leak fd (and ip) when freeing a connection without first closing
2734         it.
2735
2736 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
2737
2738         * configure.ac:
2739         Back to CVS
2740
2741         * gst-plugins-good.doap:
2742         Add 0.10.6 to the doap file.
2743
2744 === release 0.10.6 ===
2745
2746 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
2747
2748         * configure.ac:
2749           releasing 0.10.6, "Wobble Board"
2750
2751 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
2752
2753         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2754         (rtsp_connection_free):
2755           Revert previous commit again, since we are frozen (sorry).
2756
2757 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
2758
2759         Patch by: Peter Kjellerstedt <pkj at axis com>
2760
2761         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2762         (rtsp_connection_free):
2763           inet_ntoa() uses a static buffer internally, so we need to copy the
2764           returned string if we want to store it for later (#447961).
2765
2766 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
2767
2768         * win32/vs6/autogen.dsp:
2769         * win32/vs6/gst_plugins_good.dsw:
2770         * win32/vs6/libgstalaw.dsp:
2771         * win32/vs6/libgstalpha.dsp:
2772         * win32/vs6/libgstalphacolor.dsp:
2773         * win32/vs6/libgstapetag.dsp:
2774         * win32/vs6/libgstaudiofx.dsp:
2775         * win32/vs6/libgstauparse.dsp:
2776         * win32/vs6/libgstautodetect.dsp:
2777         * win32/vs6/libgstavi.dsp:
2778         * win32/vs6/libgstcutter.dsp:
2779         * win32/vs6/libgstdirectdraw.dsp:
2780         * win32/vs6/libgstdirectsound.dsp:
2781         * win32/vs6/libgsteffectv.dsp:
2782         * win32/vs6/libgstflx.dsp:
2783         * win32/vs6/libgstgoom.dsp:
2784         * win32/vs6/libgsticydemux.dsp:
2785         * win32/vs6/libgstid3demux.dsp:
2786         * win32/vs6/libgstinterleave.dsp:
2787         * win32/vs6/libgstjpeg.dsp:
2788         * win32/vs6/libgstlevel.dsp:
2789         * win32/vs6/libgstmatroska.dsp:
2790         * win32/vs6/libgstmedian.dsp:
2791         * win32/vs6/libgstmonoscope.dsp:
2792         * win32/vs6/libgstmulaw.dsp:
2793         * win32/vs6/libgstmultipart.dsp:
2794         * win32/vs6/libgstqtdemux.dsp:
2795         * win32/vs6/libgstrtp.dsp:
2796         * win32/vs6/libgstrtsp.dsp:
2797         * win32/vs6/libgstsmpte.dsp:
2798         * win32/vs6/libgstspeex.dsp:
2799         * win32/vs6/libgstudp.dsp:
2800         * win32/vs6/libgstvideobalance.dsp:
2801         * win32/vs6/libgstvideobox.dsp:
2802         * win32/vs6/libgstvideocrop.dsp:
2803         * win32/vs6/libgstvideoflip.dsp:
2804         * win32/vs6/libgstvideomixer.dsp:
2805         * win32/vs6/libgstwaveform.dsp:
2806         * win32/vs6/libgstwavenc.dsp:
2807         * win32/vs6/libgstwavparse.dsp:
2808         Mark *.dsp & *.dsw as binary files and convert to DOS line
2809         endings, as they don't load into VS6 correctly otherwise.
2810
2811 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
2812
2813         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
2814         (rtsp_connection_connect):
2815         Fix the MingW build. 
2816         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
2817         Fixes: #446981
2818
2819 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
2820
2821         * tests/check/elements/.cvsignore:
2822         * tests/icles/.cvsignore:
2823         Hush the buildbots up
2824
2825 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
2826
2827         * configure.ac:
2828         * sys/Makefile.am:
2829         * sys/directdraw/Makefile.am:
2830         * sys/directsound/Makefile.am:
2831         * sys/waveform/Makefile.am:
2832         Make sure to dist everything needed for win32 builds.
2833
2834 2007-06-14  Edward Hervey  <edward@fluendo.com>
2835
2836         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
2837         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
2838         caps.
2839         Fixes #447458
2840
2841 2007-06-13  Wim Taymans  <wim@fluendo.com>
2842
2843         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
2844         Make sure we allocate enough memory for the codec_data.
2845         Fixes #447210.
2846
2847 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
2848
2849         * win32/MANIFEST:
2850         Add videocrop project file to the win32 manifest.
2851         * win32/vs6/gst_plugins_good.dsw:
2852         Add qtdemux,videocrop and waveform projects to the workspace.
2853         * win32/vs6/libgstqtdemux.dsp:
2854         Add zlib to the link list of qtdemux.
2855         * win32/vs6/libgstvideocrop.dsp:
2856         Add a project file for videocrop.
2857
2858 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2859
2860         * po/POTFILES.in:
2861         Add qtdemux for translation
2862
2863 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2864
2865         * configure.ac:
2866         * docs/plugins/Makefile.am:
2867         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2868         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2869         * docs/plugins/inspect/plugin-videocrop.xml:
2870         * gst-plugins-good.spec.in:
2871         * sys/Makefile.am:
2872         * tests/check/Makefile.am:
2873         * tests/icles/Makefile.am:
2874         * tests/icles/videocrop-test.c:
2875         Move videocrop and osxvideo from -bad.
2876
2877 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2878
2879         * configure.ac:
2880         * docs/plugins/Makefile.am:
2881         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2882         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2883         * docs/plugins/gst-plugins-good-plugins.args:
2884         * docs/plugins/inspect/plugin-qtdemux.xml:
2885         * docs/plugins/inspect/plugin-quicktime.xml:
2886         * win32/MANIFEST:
2887         Move qtdemux from -bad.
2888
2889         * gst-plugins-good.spec.in:
2890         Update spec file to reflect moving of qtdemux and wavpack
2891
2892 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2893         
2894         * win32/MANIFEST:
2895         * docs/plugins/Makefile.am:
2896         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2897         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2898         * docs/plugins/inspect/plugin-directdraw.xml:
2899         * docs/plugins/inspect/plugin-directsound.xml:
2900         * docs/plugins/inspect/plugin-waveform.xml:
2901         Move the waveform plugin from -bad too. Update the inspect xml
2902         files to mention Plugins Good instead of Plugins Bad.
2903
2904 2007-06-12  Andy Wingo  <wingo@pobox.com>
2905
2906         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
2907         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
2908         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
2909         finalization and resuscitation. No longer public.
2910         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
2911         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
2912         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
2913         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
2914         miniobject semantics, and be threadsafe.
2915         (gst_v4l2src_queue_frame): Remove this function, as we just call
2916         the ioctls directly in the two places where we queue buffers.
2917         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
2918         directly.
2919         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
2920         to allocate the pool, which also preallocates the GstBuffers.
2921         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
2922         queueing the frames directly.
2923         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
2924         mmap buffers have been dequeued.
2925
2926         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
2927         real MiniObject instead of rolling our own refcounting and
2928         finalizing. Give it a lock.
2929         (struct _GstV4l2Buffer): Remove one intermediary object, having
2930         the buffers hold the struct v4l2_buffer directly.
2931
2932         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
2933         capture_init so that it can set them on the buffers that it will
2934         create.
2935         (gst_v4l2src_get_read): For better or for worse, include the
2936         timestamping and offsetting code here; really we should be using
2937         bufferalloc though.
2938         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
2939         preallocated, mmap'd buffers.
2940
2941 2007-06-11  Wim Taymans  <wim@fluendo.com>
2942
2943         Patch by: daniel fischer <dan at f3c dot com>
2944
2945         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
2946         (gst_ximage_src_get_caps):
2947         Actually use the display_name property so that we can dump any
2948         available X display. Fixes #445905.
2949
2950 2007-06-11  Wim Taymans  <wim@fluendo.com>
2951
2952         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2953
2954         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
2955         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
2956         Add missing rate fields to caps. Fixes #441118.
2957
2958 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
2959
2960         * win32/vs6/gst_plugins_good.dsw:
2961         * win32/vs8/gst-plugins-good.sln:
2962         Add DirectSound and DirectDraw sinks project files to
2963         workspace and solution files.
2964
2965 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2966
2967         Patch by: Josh Coalson <xflac at yahoo dot com>,
2968         updated by Alexis Ballier <aballier at gentoo dot org>:
2969
2970         * configure.ac:
2971         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
2972         (gst_flac_dec_setup_seekable_decoder),
2973         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
2974         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
2975         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
2976         * ext/flac/gstflacdec.h:
2977         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2978         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
2979         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
2980         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
2981         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
2982         (gst_flac_enc_chain), (gst_flac_enc_set_property),
2983         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
2984         * ext/flac/gstflacenc.h:
2985         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
2986         
2987 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
2988
2989         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
2990         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
2991         not necessary anymore as we need at least that core version. 
2992
2993 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
2994
2995         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
2996         (gst_wavpack_dec_chain):
2997         * ext/wavpack/gstwavpackdec.h:
2998         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
2999         (gst_wavpack_parse_push_buffer):
3000         * ext/wavpack/gstwavpackparse.h:
3001         Improve discont handling by checking if the next Wavpack block has
3002         the expected, following block index.
3003
3004 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3005
3006         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
3007           Fix element description.
3008
3009 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3010
3011         * configure.ac:
3012         * docs/plugins/Makefile.am:
3013         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3014         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3015         * docs/plugins/gst-plugins-good-plugins.args:
3016         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3017         * docs/plugins/gst-plugins-good-plugins.signals:
3018         * docs/plugins/inspect/plugin-autodetect.xml:
3019         * docs/plugins/inspect/plugin-gconfelements.xml:
3020         * docs/plugins/inspect/plugin-ladspa.xml:
3021         * docs/plugins/inspect/plugin-rtp.xml:
3022         * docs/plugins/inspect/plugin-wavpack.xml:
3023         * ext/Makefile.am:
3024         * tests/check/Makefile.am:
3025           move wavpack plugin.  See #352605.
3026
3027 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
3028
3029         * configure.ac:
3030         * docs/plugins/Makefile.am:
3031         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3032         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3033         * docs/plugins/gst-plugins-good-plugins.args:
3034         * sys/Makefile.am:
3035         * win32/MANIFEST:
3036         Add DirectDraw & DirectSound plugins to the build and docs.
3037
3038 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
3039
3040         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
3041         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
3042           When operating in pull mode, error out correct on not-linked.
3043
3044 2007-06-06  Andy Wingo  <wingo@pobox.com>
3045
3046         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
3047         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
3048         format and size if the ioctls are defined; should fix compilation
3049         on Linux < 2.16.19.
3050
3051 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
3052
3053         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
3054           Printf fixes in debug statements; use LOG level for debug statements
3055           that are printed for each and every frame; convert c++ comments to
3056           C-style comments; not much point using g_try_malloc() if we then not
3057           even check the return value.
3058
3059 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
3060
3061         * configure.ac:
3062           Bump requirements to released versions (core and base 0.10.13).
3063
3064         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
3065           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
3066           own implementation.
3067
3068 2007-06-05  Andy Wingo  <wingo@pobox.com>
3069
3070         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
3071         some useless comments.
3072
3073         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
3074         frames before calling STREAMON, that might leave them in a state
3075         where they can't be dequeued if we go back to NULL without calling
3076         STREAMON, according to the docs.
3077         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
3078         before we call STREAMON.
3079         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
3080         failures. (For me this code hung.) The pool refcounting is still
3081         crack; added a note to that effect.
3082
3083 2007-06-05  Wim Taymans  <wim@fluendo.com>
3084
3085         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
3086         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
3087         Add support for mapping gst structure names to the MIME type equivalent.
3088         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
3089
3090 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3091
3092         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3093         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
3094         (gst_wavenc_chain), (gst_wavenc_change_state):
3095         * gst/wavenc/gstwavenc.h:
3096         Properly write wav files with width!=depth by having the depth most
3097         significant bytes set and all others zero. Fixes #442535.
3098
3099 2007-06-01  Wim Taymans  <wim@fluendo.com>
3100
3101         * gst/rtsp/rtspconnection.c:
3102         Add include to make buildbot happy.
3103
3104 2007-06-01  Wim Taymans  <wim@fluendo.com>
3105
3106         Patch by: Peter Kjellerstedt  <pkj at axis com>
3107
3108         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3109         (rtsp_connection_connect), (add_date_header),
3110         (rtsp_connection_send), (parse_response_status),
3111         (parse_request_line), (parse_line), (rtsp_connection_receive):
3112         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
3113         * gst/rtsp/rtspdefs.h:
3114         * gst/rtsp/rtspmessage.c: (key_value_foreach),
3115         (rtsp_message_init_request), (rtsp_message_init_response),
3116         (rtsp_message_remove_header), (rtsp_message_append_headers),
3117         (rtsp_message_dump):
3118         * gst/rtsp/rtspmessage.h:
3119         Improves version checking, allowing an RTSP server to reply with "505
3120         RTSP Version not supported.
3121         Adds a Date header to all messages.
3122         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
3123         want to be able to send a response even if something in the request was
3124         invalid. EINVAL is only used when passing wrong arguments to functions.
3125         Do not handle an invalid method in parse_request_line(). Defer this to
3126         the caller so it can respond with "405 Method Not Allowed".
3127         Improves parsing of the timeout parameter to the Session header,
3128         allowing whitespace after the semicolon. 
3129         Avoids a compiler warning due to variables shadowing a function argument.
3130
3131 2007-06-01  Wim Taymans  <wim@fluendo.com>
3132
3133         Based on Patch by: Daniel Charles <dcharles at ti dot com>
3134
3135         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3136         (gst_rtp_amr_depay_process):
3137         * gst/rtp/gstrtpamrdepay.h:
3138         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
3139         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
3140         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
3141         * gst/rtp/gstrtpamrpay.h:
3142         Add support for AMR-WB.
3143         Small cleanups such as using BOILERPLATE.
3144
3145 2007-05-31  Wim Taymans  <wim@fluendo.com>
3146
3147         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
3148         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
3149
3150 2007-05-30  Andy Wingo  <wingo@pobox.com>
3151
3152         * sys/v4l2/gstv4l2object.h: 
3153         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
3154         unintended changes.
3155
3156         * sys/v4l2/v4l2src_calls.h: 
3157         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
3158         the format list in the order that the driver gives it to us.
3159         (gst_v4l2src_probe_caps_for_format_and_size)
3160         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
3161         based on the capabilities of the device.
3162         (gst_v4l2src_grab_frame): Update for object variable renaming.
3163         (gst_v4l2src_set_capture): Update to be strict in its parameters,
3164         as in the set_caps below.
3165         (gst_v4l2src_capture_init): Update for object variable renaming,
3166         and reflow.
3167         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
3168         (gst_v4l2src_capture_deinit): Update for object variable renaming.
3169         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
3170         (gst_v4l2src_get_fps): Remove; these functions don't have much
3171         meaning outside of an atomic set_caps method.
3172         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
3173         known.
3174
3175         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
3176         call to update_fps; not sure about this change.
3177         (gst_v4l2_tuner_set_norm): Work around the fact that for the
3178         moment we don't have an update_fps_func.
3179
3180         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
3181         structures in the object, just store what we need. Do store the
3182         probed caps of the device. Don't store the current frame rate.
3183
3184         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
3185         update_fps_function, for now. Update for new object variable
3186         naming.
3187         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
3188         new object variable naming.
3189         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
3190         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
3191         (gst_v4l2src_get_caps): Rework to probe the device for supported
3192         frame sizes and frame rates.
3193         (gst_v4l2src_set_caps): Rework to be strict in the given
3194         parameters: if someone asks us to have a certain size and rate,
3195         that is what we configure.
3196         (gst_v4l2src_get_read): Update for object variable naming. Don't
3197         leak buffers on short reads.
3198         (gst_v4l2src_get_mmap): Update for object variable naming, and add
3199         comments.
3200         (gst_v4l2src_create): Update for object variable naming.
3201
3202 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3203
3204         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
3205         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
3206         * gst/avi/gstavidemux.h:
3207           Parse subtitle text streams instead of erroring out (#442034). Still
3208           needs a parser for the subtitles to actually show up.
3209
3210 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3211
3212         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
3213         (gst_avi_demux_loop):
3214           Make _push_event() return TRUE if the event could be pushed on at
3215           least one pad and not only if it could be pushed on all pads,
3216           otherwise we'll end up posting an error message on EOS if one or
3217           more source pads are not connected.
3218
3219 2007-05-28  Wim Taymans  <wim@fluendo.com>
3220
3221         * gst/rtsp/rtsptransport.c:
3222         Use renamed RTP bin.
3223
3224 2007-05-28  Wim Taymans  <wim@fluendo.com>
3225
3226         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
3227
3228         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
3229         (gst_video_box_set_property), (gst_video_box_transform_caps),
3230         (video_box_recalc_transform), (gst_video_box_set_caps),
3231         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
3232         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
3233         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
3234         (gst_video_box_i420_i420), (gst_video_box_transform),
3235         (plugin_init):
3236         Add AYUV->AYUV and AYUV->I420 formats. 
3237         Fix negotiation and I420->AYUV conversion.
3238         Fixes #429329.
3239
3240 2007-05-26  Wim Taymans  <wim@fluendo.com>
3241
3242         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
3243         Use different variables for nested for loops so that the outer loop
3244         functions properly and speex files with multiple frames per buffer work
3245         properly.
3246         Fixes #441408.
3247
3248 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3249
3250         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
3251           Don't leak newsegment events.
3252
3253 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3254
3255         * gst/wavparse/Makefile.am:
3256           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
3257           drags it in.
3258
3259 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3260
3261         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3262         (notgst_value_array_append_buffer),
3263         (gst_flac_enc_process_stream_headers),
3264         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
3265         (gst_flac_enc_change_state):
3266         * ext/flac/gstflacenc.h:
3267           Collect headers, add "streamheader" field to output caps and set
3268           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
3269           produces output according to the official FLAC-to-Ogg mapping
3270           instead of completely broken files. Fixes #426044.
3271
3272 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3273
3274         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
3275         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
3276         (gst_id3demux_sink_event):
3277         * gst/id3demux/gstid3demux.h:
3278         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
3279         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
3280         (gst_tag_demux_send_new_segment):
3281         Handle and adjust new-segment events so that downstream really
3282         sees a stream with the tag pieces stripped off the front and back.
3283         Fixes strangeness in seeking when mp3 decoders use the new-segment
3284         byte position to estimate their current playback position timestamp
3285         and then the arriving buffers don't match up.
3286
3287 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3288
3289         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
3290           Don't unnecessarily perform a READY->NULL->READY transition on the
3291           detected audio sink when starting up. Fixes: #440127
3292
3293 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
3294
3295         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
3296         (gst_flac_enc_chain):
3297           Don't crash in chain function if setcaps hasn't been called.
3298
3299 2007-05-24  Wim Taymans  <wim@fluendo.com>
3300
3301         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
3302         Init value to avoid infinte loops.
3303
3304 2007-05-24  Wim Taymans  <wim@fluendo.com>
3305
3306         Patch by: Peter Kjellerstedt  <pkj at axis com>
3307
3308         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
3309         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
3310         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3311         (gst_rtspsrc_play):
3312         (rtsp_connection_send), (rtsp_connection_receive):
3313         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
3314         Fix for new API.
3315
3316         * gst/rtsp/rtspconnection.c: (add_auth_header),
3317         Only add authorisation and session headers when sending messages.
3318
3319         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
3320         (rtsp_message_init_request), (rtsp_message_init_response),
3321         (rtsp_message_unset), (rtsp_message_add_header),
3322         (rtsp_message_remove_header), (rtsp_message_get_header),
3323         (rtsp_message_append_headers), (dump_key_value),
3324         (rtsp_message_dump):
3325         * gst/rtsp/rtspmessage.h:
3326         Add support for multiple headers of the same type by storing the parsed
3327         headers in a GArray instaed of a hashtable.
3328
3329 2007-05-21  Wim Taymans  <wim@fluendo.com>
3330
3331         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
3332         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
3333         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
3334         safer shutdown.
3335
3336 2007-05-21  Wim Taymans  <wim@fluendo.com>
3337
3338         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
3339         * gst/rtsp/gstrtpdec.h:
3340         Added signal for backwards compat.
3341
3342 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3343         
3344         Patch by: René Stadler <mail at renestadler dot de>
3345
3346         * configure.ac:
3347         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
3348         (gst_au_parse_parse_header), (gst_au_parse_chain):
3349         * gst/auparse/gstauparse.h:
3350         Use audioconvert for converting from non-native endianness floats
3351         in auparse instead of doing it ourself. Fixes #424527.
3352         This needs the audioconvert from plugins-base CVS.
3353         
3354 2007-05-21  Wim Taymans  <wim@fluendo.com>
3355
3356         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3357         (gst_rtp_h263p_pay_flush):
3358         Fix enum registration.
3359
3360 2007-05-21  Wim Taymans  <wim@fluendo.com>
3361
3362         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
3363
3364         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3365         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
3366         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
3367         (gst_rtp_h263p_pay_flush):
3368         * gst/rtp/gstrtph263ppay.h:
3369         Add new fragmentation mode base on GOB headers. Fixes #438940.
3370
3371 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
3372
3373         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
3374           Printf format fix.
3375
3376 2007-05-18  Wim Taymans  <wim@fluendo.com>
3377
3378         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
3379         Don't crash when an unsupported transport error was returned by the
3380         server, just try to configure the next stream. Fixes #439255.
3381
3382 2007-05-18  Wim Taymans  <wim@fluendo.com>
3383
3384         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3385         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
3386         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
3387         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3388         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
3389         * gst/rtsp/gstrtspsrc.h:
3390         Add TCP timeout property and use it for all TCP connection.
3391
3392         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3393         (rtsp_connection_write), (rtsp_connection_next_timeout),
3394         (rtsp_connection_reset_timeout):
3395         Make connect and writes cancelable and make them use the timeout.
3396
3397 2007-05-18  Wim Taymans  <wim@fluendo.com>
3398
3399         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3400         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
3401         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3402         (gst_rtspsrc_setup_streams):
3403         Refactor timeout handling.
3404         Also send keep-alive when dealing with TCP transport.
3405
3406         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3407         (rtsp_connection_free), (rtsp_connection_next_timeout),
3408         (rtsp_connection_reset_timeout):
3409         * gst/rtsp/rtspconnection.h:
3410         Use a timer to handle the session timeouts, add some methods to deal
3411         with timeouts.
3412
3413 2007-05-17  Wim Taymans  <wim@fluendo.com>
3414
3415         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
3416         (gst_rtspsrc_setup_streams):
3417         Ignore streams that fail the setup command, we will retry with a
3418         different transport later on.
3419
3420         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
3421         (rtsp_ext_wms_configure_stream):
3422         Fix encoding name case.
3423
3424 2007-05-16  Edward Hervey  <edward@fluendo.com>
3425
3426         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
3427         Fix build on macosx.
3428
3429 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3430
3431         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
3432         Replace direct comparison of a string with the string literal "" with
3433         a comparison of the first character with '\0'. Fixes #438926.
3434
3435 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3436
3437         * gst/debug/breakmydata.c (gst_break_my_data_init):
3438           One more try. This should be the proper fix now.
3439
3440 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3441
3442         * gst/debug/breakmydata.c:
3443           Ooops, no // comments please.
3444
3445 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3446
3447         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
3448         (gst_break_my_data_init):
3449           Fix gst_buffer_is_writable() assertion.
3450
3451 2007-05-14  David Schleef  <ds@schleef.org>
3452
3453         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
3454           video/x-raw-bayer.  Fixes #314160.
3455
3456 2007-05-14  Wim Taymans  <wim@fluendo.com>
3457
3458         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
3459         (gst_rtp_theora_depay_parse_configuration):
3460         * gst/rtp/gstrtptheorapay.c: (encode_base64),
3461         (gst_rtp_theora_pay_finish_headers),
3462         (gst_rtp_theora_pay_handle_buffer):
3463         Update theora pay/depayloader in a similar to vorbis.
3464
3465         * gst/rtp/gstrtpvorbisdepay.c:
3466         (gst_rtp_vorbis_depay_parse_configuration):
3467         Update docs.
3468
3469 2007-05-14  Wim Taymans  <wim@fluendo.com>
3470
3471         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
3472         When we try to execute a method that is not supported by the server,
3473         don't error out but remove the method from the accepted methods so that
3474         we never try to perform this method again.
3475
3476 2007-05-14  Wim Taymans  <wim@fluendo.com>
3477
3478         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
3479         Remove annoying _dump_mem.
3480
3481 2007-05-14  Wim Taymans  <wim@fluendo.com>
3482
3483         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
3484         Parse range correctly.
3485
3486         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
3487         The baseurl now always has a '/' at the start.
3488
3489 2007-05-14  Wim Taymans  <wim@fluendo.com>
3490
3491         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
3492         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
3493         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3494         Factor out caps configuration and configure more stuff such as the time
3495         ranges and speed/scale values.
3496
3497         * gst/rtsp/rtsptransport.c:
3498         Add Copyright after non-trival fixes.
3499
3500 2007-05-12  Wim Taymans  <wim@fluendo.com>
3501
3502         Patch by: Peter Kjellerstedt  <pkj at axis com>
3503
3504         * gst/rtsp/gstrtspsrc.h:
3505         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
3506         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
3507         (rtsp_message_get_header):
3508         * gst/rtsp/rtspmessage.h:
3509         Make channel guint8 where possible.
3510         Make rtsp_message_init_data() take the channel as a guint8.
3511
3512         * gst/rtsp/rtspdefs.c:
3513         Fixed a typo: Timout -> Timeout
3514
3515         * gst/rtsp/rtspdefs.h:
3516         Make RTSP_CHECK() behave as a statement.
3517
3518         * gst/rtsp/sdpmessage.c:
3519         Avoid a compiler warning in INIT_ARRAY().
3520         Fixes #437692.
3521
3522 2007-05-12  Wim Taymans  <wim@fluendo.com>
3523
3524         Patch by: Peter Kjellerstedt  <pkj at axis com>
3525
3526         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
3527         (rtsp_url_get_request_uri):
3528         * gst/rtsp/rtspurl.h:
3529         Add support for query parameters to RTSP URLs.
3530
3531 2007-05-12  Wim Taymans  <wim@fluendo.com>
3532
3533         Patch by: Peter Kjellerstedt  <pkj at axis com>
3534
3535         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
3536         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
3537         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
3538         (rtsp_transport_parse), (rtsp_transport_as_text):
3539         * gst/rtsp/rtsptransport.h:
3540         Add validation to rtsp_transport_parse().
3541         Add rtsp_transport_as_text() to generate an RTSP header from an
3542         RTSPTransport.
3543         Change ssrc to guint (was a string) since that is what it is, even
3544         though it is sent as a hex string.
3545         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
3546         incorrect, which can be seen when looking at the examples in the RFC).
3547         Fixes #437670.
3548
3549 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3550
3551         Patch by: Eric Anholt
3552
3553         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
3554           gst_ximage_src_ximage_get):
3555         Use union of all damage between frames to make it faster.
3556         Fixes bug #342463.
3557         Also fix crasher when cursor is at bottom right of window.
3558
3559 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
3560
3561         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3562           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
3563           streaming mode regression for file from #343837 with 'bext' chunk
3564           before the 'fmt' chunk.
3565
3566 2007-05-11  Wim Taymans  <wim@fluendo.com>
3567
3568         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
3569         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
3570         (gst_rtspsrc_handle_src_event),
3571         (gst_rtspsrc_stream_configure_manager),
3572         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
3573         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
3574         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3575         * gst/rtsp/gstrtspsrc.h:
3576         * gst/rtsp/rtspdefs.h:
3577         Preliminary seek support.
3578         Activate internal pads so that we can receive events on them.
3579         Don't try to parse a range string when it's NULL.
3580
3581 2007-05-11  Wim Taymans  <wim@fluendo.com>
3582
3583         * gst/rtp/README:
3584         Update README with new RTP variables that will be used for
3585         synchronisation.
3586
3587         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
3588         (gst_rtp_vorbis_depay_parse_configuration),
3589         (gst_rtp_vorbis_depay_process):
3590         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
3591         (gst_rtp_vorbis_pay_finish_headers),
3592         (gst_rtp_vorbis_pay_handle_buffer):
3593         Update vorbis pay and depayloader to draft-04.
3594
3595 2007-05-11  Wim Taymans  <wim@fluendo.com>
3596
3597         * gst/rtsp/rtsptransport.c:
3598         UDP MCAST is actually the default for RTP/AVP.
3599 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
3600
3601         * gst/level/gstlevel.c: (gst_level_transform_ip):
3602         Use guint8 * instead of gpointer then vs6 can build 
3603         in_data += (filter->width / 8).
3604
3605 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3606
3607         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
3608           gst_ximage_src_ximage_get):
3609         * sys/ximage/gstximagesrc.h (last_ximage):
3610         When using Damage actually keep the last frame, and not assume
3611         that the buffer we get already has the last frame on it.
3612         Copy the cursor over if we specify a non-zero start x and
3613         start y.
3614
3615 2007-05-11  Wim Taymans  <wim@fluendo.com>
3616
3617         * gst/rtsp/rtsptransport.c:
3618         Make UDP the default transport when not specified.
3619
3620 2007-05-09  David Schleef  <ds@schleef.org>
3621
3622         * gst/level/gstlevel.c:
3623           Revert last change.
3624
3625 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
3626
3627         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
3628         (gst_level_transform_ip):
3629         Use guint8 * instead of gpointer then vs6 know the size of data
3630         pointed when moving the pointer.
3631         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
3632         Move instructions after variables declaration.
3633         * win32/vs6/autogen.dsp:
3634         * win32/vs6/libgstrtp.dsp:
3635         * win32/vs6/libgstrtsp.dsp:
3636         Update vs6 project files.
3637
3638 2007-05-09  Wim Taymans  <wim@fluendo.com>
3639
3640         * gst/rtsp/Makefile.am:
3641         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
3642         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
3643         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
3644         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
3645         (rtsp_range_free):
3646         * gst/rtsp/rtsprange.h:
3647         Add code to parse time ranges.
3648         Report DURATION on the stream when possible.
3649
3650 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
3651
3652         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
3653         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
3654         (gst_videomixer_collected):
3655           Fix strides calculation for AYUV (it's just width*4) (#436910).
3656
3657 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3658
3659         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
3660         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
3661         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
3662         Sync the GObject properties before each processing step to properly
3663         work with the controller.
3664
3665 2007-05-04  Wim Taymans  <wim@fluendo.com>
3666
3667         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3668         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3669         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3670         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
3671         (gst_rtspsrc_change_state):
3672         Let more error state trickle down so that we can catch more error
3673         cases.
3674         Handle keep-alive a little smarter by selecting a method the server
3675         actually supports.
3676         Fix a race in UDP streaming shutdown.
3677
3678 2007-05-04  Wim Taymans  <wim@fluendo.com>
3679
3680         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
3681         Ignore errors when trying to use the keep-alive messages.
3682
3683 2007-05-04  Wim Taymans  <wim@fluendo.com>
3684
3685         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
3686         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
3687         (gst_rtspsrc_stream_configure_manager),
3688         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
3689         (gst_rtspsrc_stream_configure_mcast),
3690         (gst_rtspsrc_stream_configure_udp),
3691         (gst_rtspsrc_stream_configure_udp_sink),
3692         (gst_rtspsrc_stream_configure_transport):
3693         Send RTCP messages back to the server over the TCP connection.
3694
3695         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
3696         (rtsp_connection_send), (rtsp_connection_read), (read_body),
3697         (rtsp_connection_receive):
3698         * gst/rtsp/rtspconnection.h:
3699         Factor out and expose lowlevel _write and _read methods.
3700         Implement sending data messages to the server.
3701
3702 2007-05-03  Wim Taymans  <wim@fluendo.com>
3703
3704         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
3705         (gst_multipart_mux_collected):
3706         Fix timestamps on outgoing buffers.
3707
3708 2007-05-03  Wim Taymans  <wim@fluendo.com>
3709
3710         * gst/multipart/multipartmux.c:
3711         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
3712         (gst_multipart_mux_change_state):
3713         Emit NEWSEGMENT events before pushing the first buffer.
3714
3715 2007-05-03  Wim Taymans  <wim@fluendo.com>
3716
3717         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
3718         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
3719         (gst_rtspsrc_handle_src_query),
3720         (gst_rtspsrc_stream_configure_manager),
3721         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
3722         (gst_rtspsrc_stream_configure_mcast),
3723         (gst_rtspsrc_stream_configure_udp),
3724         (gst_rtspsrc_stream_configure_udp_sink),
3725         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
3726         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
3727         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3728         (gst_rtspsrc_pause):
3729         Refactor transport configuration code.
3730         Create internal pads for TCP transport so that we can implement events
3731         and queries.
3732         Handle events and queries.
3733         Parse range from the SDP.
3734         Fix race in pause handler where the connection could still be flushing.
3735
3736 2007-05-02  Wim Taymans  <wim@fluendo.com>
3737
3738         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3739         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
3740         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
3741         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
3742         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
3743         (gst_rtspsrc_change_state):
3744         * gst/rtsp/gstrtspsrc.h:
3745         Fix race when multiple udp sources post timeouts, just act on the first
3746         received timeout.
3747         Protect stream list with a recursive lock to fix some races.
3748         Flush connection when we need to do a reconnect or stop.
3749         Make state lock recursive.
3750
3751         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3752         (rtsp_connection_close):
3753         Some small cleanups.
3754
3755 2007-05-02  Wim Taymans  <wim@fluendo.com>
3756
3757         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3758         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
3759         Only set DISCONT when there actually is a discont or when we just
3760         started.
3761
3762 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3763
3764         * ext/flac/gstflac.c: (plugin_init):
3765         Call bindtextdomain() to get localized strings.
3766
3767 2007-05-02  Wim Taymans  <wim@fluendo.com>
3768
3769         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3770         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
3771         (gst_wavparse_stream_data):
3772         * gst/wavparse/gstwavparse.h:
3773         Be a bit more clever when dealing with VBR files with FACT tags, we
3774         don't want to timestamp buffers in that case but the estimated BPS can
3775         be used for seeking.
3776         Only send close segment in the streaming thread.
3777
3778 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3779
3780         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
3781         Correctly post an error on the bus if something went wrong in the loop
3782         function. This fixes a few cases where the task was paused and nothing
3783         happened anymore.
3784
3785 2007-05-02  Wim Taymans  <wim@fluendo.com>
3786
3787         * gst/rtsp/test.c: (main):
3788         Fix compilation of deprecated test just because I'm too lazy to delete
3789         it.
3790
3791 2007-05-02  Wim Taymans  <wim@fluendo.com>
3792
3793         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3794         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
3795         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
3796         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
3797         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
3798         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
3799         * gst/rtsp/gstrtspsrc.h:
3800         Fix sending RTCP to the right place.
3801         Fix bug in reffing the wrong UDP element.
3802         Use new pad names for the session manager.
3803         Implement handling server requests in interleaved and UDP modes.
3804         Handle session keep-alive in UDP modes.
3805         Remove GCond for handling UDP timeouts.
3806
3807         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3808         (rtsp_connection_send), (rtsp_connection_read), (read_body),
3809         (rtsp_connection_receive), (rtsp_connection_close):
3810         * gst/rtsp/rtspconnection.h:
3811         Store connection IP address for later.
3812         Add timeout args to all operations that might block forever.
3813         Parse session timeout.
3814         Only close sockets when not already closed.
3815
3816         * gst/rtsp/rtspdefs.c:
3817         * gst/rtsp/rtspdefs.h:
3818         Add timeout return value and error string.
3819
3820         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
3821         Add small comment.
3822
3823 2007-05-01  Wim Taymans  <wim@fluendo.com>
3824
3825         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3826
3827         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
3828         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
3829         * gst/rtp/gstrtpmp4vpay.h:
3830         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
3831
3832 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
3833
3834         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3835           Remove v4l2src from docs, since it breaks the docs build, and the
3836           plugin is only built if --enable-experimental is used anyway.
3837
3838         * docs/plugins/Makefile.am:
3839           Spaces => tab.
3840
3841 2007-04-29  Wim Taymans  <wim@fluendo.com>
3842
3843         * gst/udp/gstmultiudpsink.c: (leave_multicast),
3844         (gst_multiudpsink_add), (gst_multiudpsink_remove):
3845         Add code to drop membership of a multicast group.
3846
3847         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
3848         (gst_udpsink_set_uri):
3849         Implement URI handler.
3850
3851         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
3852         (gst_rtspsrc_parse_rtpinfo):
3853         Use URI handler to make udpsink instace.
3854         Improve code to configure port and destination.
3855
3856 2007-04-29  Wim Taymans  <wim@fluendo.com>
3857
3858         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
3859         Fix multicast detection.
3860         Don't try to join a multicast group if the address is not multicast.
3861
3862         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
3863         Small debug improvement.
3864
3865 2007-04-27  Wim Taymans  <wim@fluendo.com>
3866
3867         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
3868         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3869         (gst_rtspsrc_handle_message):
3870         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
3871         parent.
3872
3873 2007-04-27  Wim Taymans  <wim@fluendo.com>
3874
3875         * gst/rtp/gstrtpilbcdepay.h:
3876         Fix mode property when specified as an arg.
3877
3878 2007-04-26  Edward Hervey  <edward@fluendo.com>
3879
3880         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3881         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3882         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3883         * docs/plugins/inspect/plugin-osxaudio.xml:
3884         Add documentation for osxaudio plugin.
3885
3886 2007-04-26  Wim Taymans  <wim@fluendo.com>
3887
3888         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3889         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
3890         (gst_rtspsrc_open), (gst_rtspsrc_close),
3891         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3892         (gst_rtspsrc_pause):
3893         * gst/rtsp/gstrtspsrc.h:
3894         Protect state changes with a lock.
3895
3896         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3897         (parse_line):
3898         * gst/rtsp/rtspconnection.h:
3899         Remove some unused stuff.
3900
3901 2007-04-26  Wim Taymans  <wim@fluendo.com>
3902
3903         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
3904         Handle the case where there are exactly 0 bytes to read and the ioctl
3905         did not report an error. Fixes #433530.
3906
3907 2007-04-26  Wim Taymans  <wim@fluendo.com>
3908
3909         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3910         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
3911         * gst/wavparse/gstwavparse.h:
3912         Apply DISCONT to buffers.
3913         Only apply timestamp to the first sample after a DISCONT, too many VBR
3914         files cause random jitter in the timestamps. Fixes #433119.
3915
3916 2007-04-25  Wim Taymans  <wim@fluendo.com>
3917
3918         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
3919         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
3920         (gst_rtp_dec_get_property):
3921         * gst/rtsp/gstrtpdec.h:
3922         Add dummy latency property to be backwards compat with rtpbin.
3923
3924         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3925         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
3926         (gst_rtspsrc_stream_configure_transport),
3927         (gst_rtspsrc_parse_rtpinfo):
3928         * gst/rtsp/gstrtspsrc.h:
3929         Add latency property and configure in the session manager.
3930         Don't set invalid clock-base and seqnum-base on caps, some servers
3931         sometimes don't send them.
3932
3933 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3934
3935         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
3936         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
3937           Double-check that RGB input caps are really RGBA caps (apparently
3938           the core doesn't always catch it if those caps aren't a subset of
3939           our template caps, also see #421543). Fixes #429319 in a way.
3940           Also, don't leak the pad template in the transform_caps function.
3941
3942         * tests/check/Makefile.am:
3943         * tests/check/elements/.cvsignore:
3944         * tests/check/elements/alphacolor.c: (setup_alphacolor),
3945         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
3946         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
3947         (GST_START_TEST), (alphacolor_suite):
3948           Add some basic unit tests for alphacolor.
3949
3950 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3951
3952         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
3953           If we get a fatal flow return in the loop function, first post the
3954           error message and only then send the EOS event downstream, otherwise
3955           applications might get an eos message before the error message and
3956           think everything was ok (related to #429319).
3957
3958 2007-04-25  Wim Taymans  <wim@fluendo.com>
3959
3960         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
3961         Read the channel byte as an unsigned byte.
3962
3963 2007-04-25  Wim Taymans  <wim@fluendo.com>
3964
3965         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
3966         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
3967         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
3968         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
3969         (gst_rtp_gsm_depay_setcaps):
3970         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
3971         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
3972         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
3973         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
3974         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
3975         (gst_ilbc_depay_get_property):
3976         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
3977         * gst/rtp/gstrtpmp4adepay.c:
3978         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
3979         (gst_rtp_pcma_depay_setcaps):
3980         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
3981         (gst_rtp_pcmu_depay_setcaps):
3982         Make sure we configure the clock_rate in the baseclass in the setcaps
3983         function. Fixes #431282.
3984
3985 2007-04-25  Wim Taymans  <wim@fluendo.com>
3986
3987         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
3988         (gst_rtspsrc_stream_free), (request_pt_map),
3989         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
3990         * gst/rtsp/gstrtspsrc.h:
3991         Parse server address from SDP.
3992         Hook up a udpsink to send RTCP back to the server.
3993
3994         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3995         * gst/rtsp/rtsptransport.h:
3996         Add some docs.
3997
3998 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
3999
4000         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4001           Make header field check conditional. Fixes #433135
4002
4003 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
4004
4005         * docs/plugins/Makefile.am:
4006         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4007         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4008         * docs/plugins/inspect/plugin-alphacolor.xml:
4009         * gst/alpha/Makefile.am:
4010         * gst/alpha/gstalphacolor.c:
4011         * gst/alpha/gstalphacolor.h:
4012           Add minimal docs blurb to alphacolor; split out headers into
4013           separate header file for gtk-doc.
4014
4015 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
4016
4017         * gst/debug/progressreport.c: (gst_progress_report_report):
4018           Don't try to post NULL message (in case we can't query upstream
4019           position or duration).
4020
4021 2007-04-18  Michael Smith  <msmith@fluendo.com>
4022
4023         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
4024         (gst_cutter_get_caps):
4025         * gst/cutter/gstcutter.h:
4026           Fix some of the most obvious bugs in cutter. Now doesn't leak
4027           everything if input is silent.
4028
4029 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
4030
4031         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4032         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
4033         * gst/wavenc/gstwavenc.h:
4034         Wav apparently only supports width==GST_ROUND_UP(depth), everything
4035         else results in a invalid block align and invalid files.
4036
4037 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
4038
4039         Patch by: Snaik <snaik32 gmail com>
4040
4041         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
4042           Add missing break statement for BOX_HORIZONTAL case.
4043
4044 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4045
4046         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
4047
4048         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4049         Use correct format strings for integer types.
4050
4051 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4052
4053         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
4054         (gst_wavparse_create_sourcepad):
4055         Use gst_riff_create_audio_template_caps () instead of the local caps.
4056         This makes updates of the local caps unecessary whenever libgstriff
4057         gets support for new formats.
4058
4059 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4060
4061         Patch by: Brian Cameron  <brian.cameron at sun dot com>
4062
4063         * sys/sunaudio/gstsunaudio.c:
4064         * sys/sunaudio/gstsunaudiomixer.c:
4065         * sys/sunaudio/gstsunaudiomixer.h:
4066         * sys/sunaudio/gstsunaudiomixerctrl.c:
4067         * sys/sunaudio/gstsunaudiomixerctrl.h:
4068         * sys/sunaudio/gstsunaudiomixertrack.h:
4069         * sys/sunaudio/gstsunaudiosink.c:
4070         * sys/sunaudio/gstsunaudiosink.h:
4071         * sys/sunaudio/gstsunaudiosrc.c:
4072         * sys/sunaudio/gstsunaudiosrc.h:
4073           Fix and/or update copyright attributions (#430228).
4074
4075 2007-04-13  Wim Taymans  <wim@fluendo.com>
4076
4077         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4078         Fix docs.
4079
4080         * gst/rtsp/URLS:
4081         Add some more example urls.
4082
4083         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4084         (gst_rtp_dec_chain_rtp):
4085         Better debugging.
4086
4087         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
4088         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4089         (gst_rtspsrc_parse_rtpinfo):
4090         Remove unused code.
4091
4092 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4093
4094         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4095         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4096         (gst_wavparse_stream_data):
4097           Relax the audio/mpeg caps again and add FIXME: comment.
4098
4099 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4100
4101         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4102         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4103         (gst_wavparse_stream_data):
4104         * gst/wavparse/gstwavparse.h:
4105           More sanity check for the header fields. Fix type for 'rate' header
4106           field.
4107
4108 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4109
4110         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
4111         (gst_icydemux_unicodify):
4112           If the metadata strings we get in the stream are not UTF-8, try to
4113           interpret them according to the character encodings specified in the
4114           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
4115           only fall back to locale/ISO-8859-1 if those aren't set or don't
4116           work. Should fix #428901.
4117
4118 2007-04-12  Wim Taymans  <wim@fluendo.com>
4119
4120         * gst/rtp/gstrtph264depay.c:
4121         Use the proper sync word for SPS and PPS.
4122
4123 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4124
4125         * gst/rtp/Makefile.am:
4126         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
4127           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
4128         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
4129           Add a simple hashing implementation that we can use to generate
4130           a 24-bit ident value based on the codebooks for vorbis and theora.
4131         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
4132           gst_rtp_theora_pay_handle_buffer):
4133         * gst/rtp/gstrtpvorbisdepay.c
4134           (gst_rtp_vorbis_depay_parse_configuration,
4135           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
4136         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
4137           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
4138           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
4139           Use the hashing function, ensuring that the same codebooks result
4140           in the same ident and thus the same SDP description.
4141           Various log fixes/changes.
4142
4143 2007-04-12  Wim Taymans  <wim@fluendo.com>
4144
4145         Patch by: jerry tan <jerry dot tan at sun dot com>
4146
4147         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
4148         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
4149         application's responsibility to make sure it open the device once.
4150         Remove a careless error if AUDIODEV is set. Fixes #392620.
4151
4152 2007-04-12  Wim Taymans  <wim@fluendo.com>
4153
4154         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4155         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
4156         * gst/rtsp/gstrtpdec.h:
4157         Make backward compat with rtpbin by adding the request-pt-map signals.
4158
4159         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
4160         (new_session_pad), (request_pt_map),
4161         (gst_rtspsrc_stream_configure_transport),
4162         (gst_rtspsrc_stream_configure_caps),
4163         (gst_rtspsrc_activate_streams):
4164         * gst/rtsp/gstrtspsrc.h:
4165         Implement request-pt-map signals instead of setting caps on the buffers
4166         for the session manager.
4167
4168 2007-04-11  Wim Taymans  <wim@fluendo.com>
4169
4170         * gst/udp/gstudp.c: (plugin_init):
4171         Register GstNetBuffer in plugin_init so that the type can be used from
4172         multiple threads without races.
4173
4174 2007-04-10  Wim Taymans  <wim@fluendo.com>
4175
4176         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
4177         (gst_rtp_amr_depay_process):
4178         Fix depayloader clock_rate and some cleanups.
4179
4180         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
4181         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4182         * gst/rtp/gstrtph264depay.h:
4183         Don't push codec_data in the adapter because it might get flushed when
4184         we get a discont.
4185
4186         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4187         Handle multiple AU per packet.
4188
4189         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
4190         (gst_rtp_sv3v_depay_plugin_init):
4191         Disable rank, this one does not work.
4192         Remove timestamping, base class does that.
4193
4194 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
4195
4196         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
4197           limit caps to the formats we announce in the template
4198
4199         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4200         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4201         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
4202           fix some crashers/asserts when dealing with broken files
4203
4204 2007-04-10  Wim Taymans  <wim@fluendo.com>
4205
4206         Patch by: Peter Kjellerstedt  <pkj at axis com>
4207
4208         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4209         * gst/rtp/gstrtpL16depay.c:
4210         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4211         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
4212         (gst_rtp_speex_depay_setcaps):
4213         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4214         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
4215         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
4216         Fix some compiler warnings. Fixes #428182.
4217
4218 2007-04-06  Wim Taymans  <wim@fluendo.com>
4219
4220         * gst/rtsp/Makefile.am:
4221         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
4222         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
4223         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
4224         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
4225         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
4226         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
4227         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
4228         (create_rtcp), (gst_rtp_dec_request_new_pad),
4229         (gst_rtp_dec_release_pad):
4230         * gst/rtsp/gstrtpdec.h:
4231         * gst/rtsp/gstrtsp.c: (plugin_init):
4232         Morph RTPDec into something compatible with RTPBin as a fallback.
4233         Various other style fixes.
4234
4235         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
4236         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
4237         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
4238         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
4239         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4240         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
4241         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4242         * gst/rtsp/gstrtspsrc.h:
4243         Implement RTPBin session manager handling.
4244         Don't try to add empty properties to caps.
4245         Implement fallback session manager, handling.
4246         Don't combine errors from RTCP streams, just ignore them.
4247
4248         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
4249         * gst/rtsp/rtsptransport.h:
4250         Implement fallback session manager.
4251         Make RTPBin the default one when available.
4252
4253 2007-04-05  Wim Taymans  <wim@fluendo.com>
4254
4255         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4256         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
4257         This element is ready to be autoplugged.
4258
4259 2007-04-05  Julien MOUTTE  <julien@moutte.net>
4260
4261         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
4262         Don't leave the offsets defined by upstream element on the
4263         compressed data buffer we are pushing downstream. Make them
4264         GST_BUFFER_OFFSET_NONE.
4265
4266 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
4267
4268         * gst/avi/README:
4269         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4270         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
4271         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
4272         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
4273         (gst_avi_demux_calculate_durations_from_index),
4274         (gst_avi_demux_stream_header_push),
4275         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
4276         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
4277           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
4278
4279 2007-04-03  Wim Taymans  <wim@fluendo.com>
4280
4281         * gst/smpte/barboxwipes.c:
4282         Fix error as spotted by Snaik <snaik32 at gmail dot com>
4283
4284 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4285
4286         * gst/wavparse/gstwavparse.c:
4287         Support audio/x-raw-float in wav files. This only works with
4288         plugins-base CVS, using an older version doesn't have any
4289         disadvantages though.
4290
4291 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4292
4293         * configure.ac:
4294         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4295         (gst_au_parse_parse_header), (gst_au_parse_chain):
4296         * gst/auparse/gstauparse.h:
4297         Revert last change as we don't want plugins-good to depend on
4298         plugins-base CVS now.
4299
4300 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4301
4302         * configure.ac:
4303         Require gst-plugins-base CVS for audioconvert with non-native
4304         float support and width/depth fix in libgstriff.
4305
4306         Patch by: René Stadler <mail at renestadler dot de>
4307
4308         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4309         (gst_au_parse_parse_header), (gst_au_parse_chain):
4310         * gst/auparse/gstauparse.h:
4311         Don't swap the floats ourself if they're not in native endianness.
4312         Instead let audioconvert handle this. Fixes #339838.
4313
4314 2007-03-29  Wim Taymans  <wim@fluendo.com>
4315
4316         * gst/rtp/gstasteriskh263.h:
4317         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
4318         (gst_rtp_h263p_depay_change_state):
4319         * gst/rtp/gstrtph263pdepay.h:
4320         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4321         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
4322         (gst_rtp_h264_depay_change_state):
4323         * gst/rtp/gstrtph264depay.h:
4324         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4325         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
4326         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4327         Flush adapter on disconts.
4328
4329 2007-03-29  Wim Taymans  <wim@fluendo.com>
4330
4331         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
4332         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
4333         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
4334         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
4335         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4336         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
4337         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4338         (gst_rtp_mp4v_depay_process):
4339         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
4340         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
4341         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
4342         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
4343         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
4344         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4345         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
4346         Use more efficient adapter and rtpbuffer methods when possible.
4347
4348 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4349
4350         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4351         (gst_wavenc_sink_setcaps):
4352         Correctly handle width!=depth input.
4353         * gst/wavparse/gstwavparse.c:
4354         Already export in the caps that width==8 uses unsigned samples and
4355         everything else uses signed samples.
4356
4357 2007-03-29  Wim Taymans  <wim@fluendo.com>
4358
4359         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4360
4361         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
4362         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
4363         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
4364         (gst_dynudpsink_close):
4365         * gst/udp/gstdynudpsink.h:
4366         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
4367         (gst_udpsrc_create), (gst_udpsrc_set_property),
4368         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
4369         * gst/udp/gstudpsrc.h:
4370         Rework the socket allocation a bit based on the sockfd argument so that
4371         it becomes usable.
4372         Add a closefd property to instruct the udp elements to close the custom
4373         file descriptors when going to READY. Fixes #423304.
4374         API:GstUDPSrc::closefd property
4375         API:GstDynUDPSink::closefd property
4376
4377 2007-03-29  Wim Taymans  <wim@fluendo.com>
4378
4379         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4380
4381         * gst/rtp/Makefile.am:
4382         * gst/rtp/gstrtp.c: (plugin_init):
4383         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
4384         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4385         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
4386         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4387         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
4388         (gst_rtp_h264_pay_plugin_init):
4389         * gst/rtp/gstrtph264pay.h:
4390         Added H264 payloader. Fixes #423782.
4391
4392         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4393         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4394         Small fixes.
4395
4396 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4397
4398         * gst/wavparse/gstwavparse.c:
4399         Actually support depths from 1 to 32, not only 8 to 32.
4400
4401 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4402
4403         * gst/wavparse/gstwavparse.c:
4404         Add support for wav files containing audio/x-raw-int with random
4405         depths between 1 and 32 bits.
4406
4407 2007-03-28  Wim Taymans  <wim@fluendo.com>
4408
4409         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
4410
4411         * gst/rtp/Makefile.am:
4412         * gst/rtp/gstrtp.c: (plugin_init):
4413         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
4414         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
4415         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
4416         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
4417         (gst_rtp_mp4a_depay_get_property),
4418         (gst_rtp_mp4a_depay_change_state),
4419         (gst_rtp_mp4a_depay_plugin_init):
4420         * gst/rtp/gstrtpmp4adepay.h:
4421         Added MP4A-LATM depayloader. Fixes #417792.
4422
4423         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4424         (gst_rtp_mp4v_depay_process):
4425         Fixup depayloader, setting codec_data, using more efficient adaptor and
4426         rtpbuffer handling.
4427
4428         * gst/rtsp/URLS:
4429         Add url to test above.
4430
4431 2007-03-25  Wim Taymans  <wim@fluendo.com>
4432
4433         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
4434         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
4435         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
4436         (gst_rtspsrc_media_to_caps),
4437         (gst_rtspsrc_stream_configure_transport),
4438         (gst_rtspsrc_stream_configure_caps),
4439         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
4440         * gst/rtsp/gstrtspsrc.h:
4441         Handle default clock-rates for static payload types, rearrange stuff so
4442         that the rtpmap field in the sdp can override the defaults.
4443         Parse RTP-Info field to get the seqnum and timebase fields that should
4444         go in the caps.
4445         Delay configuring caps after we got the RTP-Info from the PLAY reply from
4446         the server. 
4447
4448 2007-03-22  Wim Taymans  <wim@fluendo.com>
4449
4450         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
4451
4452         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
4453         Accept complex pipeline descriptions as an audio profile instead of just
4454         a single element. Fixes #420658.
4455
4456 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
4457
4458         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
4459           Rename registered type in preparation of GstTagDemux moving to
4460           -base at some point in the future.
4461
4462 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
4463
4464         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4465           Streaming mode fixes: don't unref buffer we don't own any longer;
4466           remove bogus adapter flush. Fixes #419338.
4467
4468 2007-03-17  David Schleef  <ds@schleef.org>
4469
4470         * REQUIREMENTS: Change the format to key/value, add a bunch of
4471           information, remove a bunch of requirements that are for
4472           other GStreamer packages.
4473
4474 2007-03-17  David Schleef  <ds@schleef.org>
4475
4476         * REQUIREMENTS: Fix a few things.  This file really needs a
4477         good once-over.
4478
4479 2007-03-15  Edward Hervey  <edward@fluendo.com>
4480
4481         * sys/Makefile.am:
4482         Don't forget to distribute the sys/osxaudio/ directory.
4483
4484 2007-03-15  Edward Hervey  <edward@fluendo.com>
4485
4486         * configure.ac:
4487         * sys/Makefile.am:
4488         * sys/osxaudio/Makefile.am:
4489         * sys/osxaudio/gstosxaudio.c:
4490         * sys/osxaudio/gstosxaudiosink.c:
4491         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
4492         (gst_osx_audio_sink_getcaps),
4493         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
4494         * sys/osxaudio/gstosxaudiosrc.c:
4495         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
4496         (gst_osx_audio_src_create_ringbuffer):
4497         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
4498         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
4499         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
4500         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
4501         * sys/osxaudio/gstosxringbuffer.h:
4502         Activate osxaudio in gst-plugins-good with proper build setup.
4503         Add inlined documentation.
4504         Fix debug statements
4505         Fix ringbuffer when pausing.
4506         Fixes #323471
4507
4508 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4509         * gst/rtp/gstrtppcmapay.c:
4510         * gst/rtp/gstrtppcmapay.h:
4511         * gst/rtp/gstrtppcmupay.c:
4512         * gst/rtp/gstrtppcmupay.h:
4513         Ported mulaw and alaw payloaders to use new base class
4514
4515 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4516
4517         * po/af.po:
4518         * po/az.po:
4519         * po/cs.po:
4520         * po/en_GB.po:
4521         * po/it.po:
4522         * po/nl.po:
4523         * po/or.po:
4524         * po/sq.po:
4525         * po/sr.po:
4526         * po/sv.po:
4527         * po/uk.po:
4528         * po/vi.po:
4529           Update translations.
4530
4531 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
4532
4533         * configure.ac:
4534           Fix string replace error (AG_AG_GST_* => AG_GST_*).
4535
4536 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4537
4538         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
4539           Fix handling of -1 values for start and stop values when seeking,
4540           and SEEK_CUR+SEEK_END here as well.
4541
4542 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
4543
4544         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
4545           Fix handling of -1 values for start and stop values when seeking, 
4546           and SEEK_CUR+SEEK_END.
4547
4548 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4549
4550         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
4551           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
4552           the image format a variable-length NUL-terminated string; in
4553           versions before that the image format is a fixed-length string of
4554           3 characters (see #348644 for a sample tag).
4555           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
4556
4557 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
4558
4559         * win32/MANIFEST:
4560         Add new project files to MANIFEST.
4561         * win32/vs6/libgstaudiofx.dsp:
4562         * win32/vs6/libgstrtp.dsp:
4563         * win32/vs6/libgstrtsp.dsp:
4564         Update project files.
4565         
4566 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
4567
4568         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
4569         (gst_avi_demux_parse_index):
4570         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4571         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
4572           Printf format fixes; also add some missing quotes in translated
4573           strings. Fixes #416728 and #416727.
4574
4575 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4576
4577         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
4578           Tim and I can't think of any reason the child audio sink needs to 
4579           be set back to NULL after successfully determining that it can 
4580           reach READY - it gets immediately set back to READY by the caller
4581           anyway, causing an unnecessary close/open of any audio devices
4582           involved.
4583
4584 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4585
4586         * po/LINGUAS:
4587         * po/ja.po:
4588           Add ja.po file from #377306.
4589
4590 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4591
4592         * sys/sunaudio/gstsunaudio.c: (plugin_init):
4593         * sys/sunaudio/gstsunaudiomixertrack.c:
4594         (gst_sunaudiomixer_track_new):
4595           Actually translate sunaudio mixer track labels instead of just
4596           marking the strings as translatable (#377306); clean up weird
4597           label string mapping code that serves no apparent purpose. Also
4598           set the 'untranslated-label' property when creating mixer tracks
4599           if the GstMixerTrack base class supports this.
4600
4601         * tests/check/Makefile.am:
4602         * tests/check/elements/.cvsignore:
4603         * tests/check/elements/sunaudio.c: (GST_START_TEST),
4604         (sunaudio_suite):
4605           Very minimalistic unit test for sunaudiomixer element (compiles, but not
4606           actually tested on a system where sunaudiomixer is available).
4607
4608 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4609
4610         * tests/check/Makefile.am:
4611         Re-enable the states test and see if it works on the buildbots.
4612
4613 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4614
4615         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
4616         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
4617         (gst_dvdec_change_state):
4618         * ext/dv/gstdvdec.h:
4619         Infer pixel-aspect-ratio from the video frame format if it isn't
4620         provided by the container, as happens when playing DV from AVI
4621         or Quicktime containers.
4622
4623         Patch by: Wim Taymans <wim@fluendo.com>
4624         Fixes #380944
4625
4626 2007-03-09  Wim Taymans  <wim@fluendo.com>
4627
4628         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
4629         When activated, remove the udpsrc timeout, we have dataflow and timeouts
4630         will later be handled by the jitterbuffer.
4631
4632 2007-03-09  Wim Taymans  <wim@fluendo.com>
4633
4634         * ext/taglib/gstid3v2mux.cc:
4635         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
4636         Fixes #414496.
4637         
4638         Patch by: Alex Lancaster <alexl at users sourceforge net>
4639
4640 2007-03-09  Wim Taymans  <wim@fluendo.com>
4641
4642         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4643         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
4644         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
4645         (gst_avi_demux_chain):
4646         Fix stream position reporting after a seek. Fixes #416445.
4647
4648 2007-03-08  Wim Taymans  <wim@fluendo.com>
4649
4650         Patch by: René Stadler <mail at renestadler dot de>
4651
4652         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4653         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
4654         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
4655         Make avidemux accept optional header chunks in any order.
4656         Fixes #415446.
4657
4658 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
4659
4660         * tests/check/Makefile.am:
4661         Disable the states check until the remaining Valgrind errors
4662         are fixed or suppressed.
4663
4664 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4665
4666         * tests/check/elements/.cvsignore:
4667           Add audiodynamic check to .cvsignore
4668
4669 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4670
4671         reviewed by: Stefan Kost  <ensonic@users.sf.net>
4672
4673         * gst/audiofx/Makefile.am:
4674         * gst/audiofx/audiodynamic.c:
4675         (gst_audio_dynamic_characteristics_get_type),
4676         (gst_audio_dynamic_mode_get_type),
4677         (gst_audio_dynamic_set_process_function),
4678         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
4679         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
4680         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
4681         (gst_audio_dynamic_transform_hard_knee_compressor_int),
4682         (gst_audio_dynamic_transform_hard_knee_compressor_float),
4683         (gst_audio_dynamic_transform_soft_knee_compressor_int),
4684         (gst_audio_dynamic_transform_soft_knee_compressor_float),
4685         (gst_audio_dynamic_transform_hard_knee_expander_int),
4686         (gst_audio_dynamic_transform_hard_knee_expander_float),
4687         (gst_audio_dynamic_transform_soft_knee_expander_int),
4688         (gst_audio_dynamic_transform_soft_knee_expander_float),
4689         (gst_audio_dynamic_transform_ip):
4690         * gst/audiofx/audiodynamic.h:
4691         * gst/audiofx/audiofx.c: (plugin_init):
4692         Add new audiodynamic element which can act as a compressor or
4693         expander. Supported are hard-knee and soft-knee operation modes with
4694         user-specified ratio and threshold.
4695         Attack and release parameters are not yet implemented but will follow.
4696         * docs/plugins/Makefile.am:
4697         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4698         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4699         * docs/plugins/gst-plugins-good-plugins.args:
4700         * docs/plugins/inspect/plugin-audiofx.xml:
4701         Integrate audiodynamic into the docs.
4702         * tests/check/Makefile.am:
4703         * tests/check/elements/audiodynamic.c: (setup_dynamic),
4704         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
4705         Add unit test for audiodynamic.
4706
4707 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
4708
4709         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
4710         Free handles that we allocated when exiting via the error paths.
4711
4712 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
4713
4714         * gst/level/gstlevel.c: (gst_level_class_init),
4715         (gst_level_set_caps), (gst_level_start), (gst_level_event),
4716         (gst_level_transform_ip):
4717         * gst/level/gstlevel.h:
4718           Resolve message timestamps against the playback segment.
4719
4720 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4721
4722         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
4723         (gst_id3demux_sink_activate):
4724           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
4725           caps passed to it (previously one code path assumed it took ownership
4726           while another one assumed it didn't, while in fact it sometimes did and
4727           sometimes didn't ...).
4728
4729         * configure.ac:
4730         * tests/files/Makefile.am:
4731         * tests/files/id3-407349-1.tag:
4732         * tests/files/id3-407349-2.tag:
4733           Add directory where data for unit tests can be stored.
4734
4735         * tests/Makefile.am:
4736         * tests/check/Makefile.am:
4737         * tests/check/elements/.cvsignore:
4738         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
4739         (read_tags_from_file), (run_check_for_file),
4740         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
4741           Add unit test for id3demux, and in particular for bug #407349. Only
4742           testing pull-mode for now; push mode doesn't work yet because the test
4743           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
4744
4745 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4746
4747         * tests/check/Makefile.am:
4748           Add missing backslash at end of line.
4749
4750 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
4751
4752         Trigger rebuild.
4753
4754 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4755
4756         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
4757         * gst/id3demux/id3tags.h:
4758         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
4759         (parse_obsolete_tdat_frame):
4760           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
4761           the four-digit number will be interpreted as a year, whereas it is
4762           month and day in DDMM format. Instead, parse TDAT frames and fix up
4763           the date in the GST_TAG_DATE tag later if we also extracted a year.
4764           Fixes #407349.
4765
4766 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
4767
4768         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
4769         (gst_switch_commit_new_kid):
4770         Fix up the dispose logic so it doesn't leak, and fix setting of 
4771         the child state so that we don't set a child to our current state 
4772         just as we are changing it to something else.
4773
4774 2007-03-06  Wim Taymans  <wim@fluendo.com>
4775
4776         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
4777         (gst_goom_chain):
4778         * gst/goom/gstgoom.h:
4779         Document, fix and improve goom adapter behaviour.
4780         Fixes #407006.
4781
4782 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4783
4784         * ext/esd/esdsink.c: (gst_esdsink_open):
4785         Unref static pad template after using it.
4786
4787 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4788
4789         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
4790         (gst_switch_commit_new_kid):
4791         Fix up the reference counting of the child elements.
4792
4793 2007-03-05  Wim Taymans  <wim@fluendo.com>
4794
4795         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
4796         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
4797         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
4798         Fix encoding-name case.
4799
4800 2007-03-05  Wim Taymans  <wim@fluendo.com>
4801
4802         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
4803         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
4804         (gst_rtp_speex_depay_process):
4805         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
4806         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
4807         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
4808         (gst_rtp_speex_pay_change_state):
4809         * gst/rtp/gstrtpspeexpay.h:
4810         Fix speex (de)payloader. Fixes #358040.
4811
4812 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4813
4814         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4815         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
4816         Install fakesink in NULL by fixing some broken logic. This obviates
4817         the need to manually set _IS_SINK.
4818         Add some comments and remove a little cruft while I'm at it.
4819
4820 2007-03-05  Wim Taymans  <wim@fluendo.com>
4821
4822         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
4823         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
4824
4825 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
4826
4827         * po/POTFILES.in:
4828           Update.
4829
4830 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4831
4832         * tests/check/Makefile.am:
4833         Gah! Also disable gconfvideosink from the tests, otherwise
4834         it will instantiate autovideosink, and dfbvideosink and
4835         leak on the buildbots.
4836
4837 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4838
4839         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
4840         (gst_cdio_cdda_src_finalize):
4841         Make sure we always destroy our libcdio handle.
4842
4843 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4844
4845         * tests/check/Makefile.am:
4846         Disable autovideosink so the buildbots don't barf over memory
4847         leaked in the directfb sink.
4848
4849 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4850
4851         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
4852         Chain up in dispose
4853
4854 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4855
4856         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
4857         (gst_multipart_find_pad_by_mime):
4858         Use gst_pad_new_from_static_template instead of
4859         static_pad_template_get+pad_new.
4860
4861 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4862
4863         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
4864         Catch the case where no clock has been set.
4865
4866 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4867
4868         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
4869         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
4870         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
4871         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
4872         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
4873         (gst_gconf_audio_src_finalize), (do_toggle_element):
4874         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
4875         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
4876         (do_toggle_element):
4877         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
4878         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
4879         (gst_gconf_video_src_finalize), (do_toggle_element):
4880         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
4881         (gst_switch_sink_reset), (gst_switch_sink_set_child):
4882         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
4883         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
4884         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
4885         (gst_shout2send_init), (gst_shout2send_finalize):
4886         * gst/debug/testplugin.c: (gst_test_class_init),
4887         (gst_test_finalize):
4888         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
4889         (gst_flxdec_dispose):
4890         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
4891         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
4892         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4893         (gst_rtspsrc_finalize):
4894         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
4895         * gst/rtsp/rtspextwms.h:
4896         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
4897         (gst_smpte_finalize):
4898         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
4899         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
4900         (gst_udpsink_finalize):
4901         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
4902         (gst_wavparse_sink_activate):
4903         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
4904         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
4905         (gst_oss_src_finalize):
4906         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
4907         * sys/v4l2/gstv4l2object.h:
4908         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
4909         (gst_v4l2src_finalize):
4910         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
4911
4912         Fix a bunch of leaks shown by the newly-added states test.
4913
4914 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4915
4916         * ext/dv/gstdvdec.c: (gst_dvdec_init):
4917         Use gst_pad_new_from_static_template instead of 
4918         static_pad_template_get+pad_new.
4919
4920 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4921
4922         Patch by: Loïc Minier <lool+gnome at via ecp fr>
4923
4924         * ext/libcaca/Makefile.am:
4925         * gst/debug/Makefile.am:
4926           Don't mix tabs and spaces (#414168).
4927
4928 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
4929
4930         * tests/check/generic/.cvsignore:
4931           Ignore files to please buildbot.
4932
4933 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
4934
4935         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
4936         (gst_wavparse_stream_data):
4937           Unbreak my previous commit (swapped nominator & denominator). Tim,
4938           thanks for spotting.
4939
4940 2007-03-02  Wim Taymans  <wim@fluendo.com>
4941
4942         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
4943         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
4944         (gst_cdio_cdda_src_finalize):
4945         Small code cleanups.
4946         Don't use pad_alloc as the base class cannot deal with the error codes.
4947
4948 2007-03-02  Wim Taymans  <wim@fluendo.com>
4949
4950         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
4951         (gst_udpsrc_create):
4952         Fix doc.
4953
4954 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
4955
4956         Patch by: René Stadler <mail@renestadler.de>
4957
4958         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4959         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4960         (gst_wavparse_stream_data):
4961           Handle rounding better to not drop last sample frame. Fixes #356692
4962
4963 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
4964
4965         * tests/check/Makefile.am:
4966         Disable cacasink from the states check too - it also calls exit(1)
4967         on us when it can't find a terminal to talk to.
4968
4969 2007-03-02  Wim Taymans  <wim@fluendo.com>
4970
4971         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4972
4973         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
4974         (gst_udpsrc_create), (gst_udpsrc_set_property),
4975         (gst_udpsrc_get_property):
4976         * gst/udp/gstudpsrc.h:
4977         Add support to strip proprietary headers. Fixes #350296.
4978
4979 2007-03-02  Wim Taymans  <wim@fluendo.com>
4980
4981         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
4982         Fix compilation.
4983
4984 2007-03-02  Wim Taymans  <wim@fluendo.com>
4985
4986         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4987
4988         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
4989         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
4990         (gst_rtp_mp2t_depay_set_property),
4991         (gst_rtp_mp2t_depay_get_property):
4992         * gst/rtp/gstrtpmp2tdepay.h:
4993         Add support to strip off proprietary headers. Fixes #350278.
4994
4995 2007-03-02  Wim Taymans  <wim@fluendo.com>
4996
4997         * ext/hal/hal.c:
4998         Fix compilation.
4999
5000 2007-03-02  Wim Taymans  <wim@fluendo.com>
5001
5002         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
5003         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
5004         (gst_sunaudiosrc_open):
5005         * sys/sunaudio/gstsunaudiosrc.h:
5006         Remove device-name from GstSunAudioSrc. Fixes #412597.
5007
5008 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5009
5010         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5011         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5012         Having NULL as UDI previously selected the default sink/src. Change
5013         this back but mention it in the debug output.
5014         * ext/hal/hal.c: (gst_hal_get_alsa_element),
5015         (gst_hal_get_oss_element), (gst_hal_get_string),
5016         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
5017         (gst_hal_get_audio_src):
5018         * ext/hal/hal.h:
5019         Refactor a bit, check all error conditions, greatly improve debugging
5020         and fix some possible memory leaks. Also implement OSS support
5021         and allow specifying an UDI that points to a real device. For this the
5022         child device which supports ALSA (preferred) or OSS is used.
5023         As a side effect this makes it impossible now to get a alsasink in
5024         halaudiosrc and a alsasrc in halaudiosink.
5025
5026 2007-03-01  Wim Taymans  <wim@fluendo.com>
5027
5028         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
5029         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
5030         Errors from the udp sources are not fatal unless all of them are in
5031         error.
5032
5033 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5034
5035         * tests/check/Makefile.am:
5036         Disable aasink in the states test. I suspect this is the element that
5037         is calling exit(1) when it can't proceed.
5038
5039 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5040
5041         * tests/check/Makefile.am:
5042         Draw plugins in from the build tree sys/ dir, rather than picking
5043         up the already installed versions.
5044
5045 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5046
5047         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
5048         Error out correctly when getting xcontext fails.
5049
5050 2007-03-01  Wim Taymans  <wim@fluendo.com>
5051
5052         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
5053         Make state change to PAUSED NO_PREROLL because that's what it will be in
5054         the future and rtspsrc relies on it.
5055
5056         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
5057         (gst_rtspsrc_change_state):
5058         Don't error out when we don't get an error from the state change
5059         function.
5060
5061 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5062
5063         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5064         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5065           Check if the device UDI is set before trying to query HAL
5066           about it and give a useful error message if it wasn't set.
5067         * ext/hal/hal.c: (gst_hal_get_string):
5068           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
5069           gives an assertion failure in D-Bus when running with
5070           DBUS_FATAL_WARNINGS=1.
5071
5072 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5073
5074         * configure.ac:
5075           Convert to new AG_GST style.
5076
5077 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5078
5079         * tests/check/Makefile.am:
5080         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
5081           add test for states
5082
5083 2007-02-28  Wim Taymans  <wim@fluendo.com>
5084
5085         * tests/check/elements/.cvsignore:
5086         Add new videofilter check to .cvsignore.
5087
5088 2007-02-28  Wim Taymans  <wim@fluendo.com>
5089
5090         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
5091         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5092         (gst_avi_demux_loop), (gst_avi_demux_chain):
5093         Fix combined flow return. Fixes #412608.
5094
5095 2007-02-28  Wim Taymans  <wim@fluendo.com>
5096
5097         * gst/videofilter/Makefile.am:
5098         Dist header..
5099
5100 2007-02-28  Wim Taymans  <wim@fluendo.com>
5101
5102         * gst/videofilter/gstgamma.h:
5103         Add header too.
5104
5105 2007-02-28  Wim Taymans  <wim@fluendo.com>
5106
5107         Patch by: Mark Nauwelaerts <manauw at skynet be>
5108
5109         * gst/videofilter/Makefile.am:
5110         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
5111         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
5112         (gst_gamma_get_property), (gst_gamma_calculate_tables),
5113         (oil_tablelookup_u8), (gst_gamma_set_caps),
5114         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
5115         Port gamma filter to 0.10. Fixes #412704.
5116
5117         * tests/check/Makefile.am:
5118         * tests/check/elements/videofilter.c: (setup_filter),
5119         (cleanup_filter), (check_filter), (GST_START_TEST),
5120         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
5121         Add unit tests for videofilters.
5122
5123 2007-02-28  Wim Taymans  <wim@fluendo.com>
5124
5125         * gst/rtsp/URLS:
5126         Add another interesting test url.
5127
5128         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
5129         Don't allow getting header fields from data packets.
5130
5131 2007-02-28  Michael Smith  <msmith@fluendo.com>
5132
5133         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5134         (gst_shout2send_init), (gst_shout2send_start),
5135         (gst_shout2send_set_property), (gst_shout2send_get_property):
5136         * ext/shout2/gstshout2.h:
5137           Add a property for username.
5138
5139 2007-02-27  Christian Schallerr <christian@fluendo.com>
5140
5141         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
5142
5143 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5144
5145         * gst/rtsp/Makefile.am:
5146         Fix make check too.
5147
5148 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5149
5150         * gst/rtsp/base64.c: (util_base64_encode):
5151         * gst/rtsp/base64.h:
5152         Commit missing files for base64 encoding.
5153
5154 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5155
5156         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5157
5158         * configure.ac:
5159         * ext/annodex/Makefile.am:
5160         * ext/jpeg/Makefile.am:
5161         * ext/speex/Makefile.am:
5162         * gst/alpha/Makefile.am:
5163         * gst/cutter/Makefile.am:
5164         * gst/debug/Makefile.am:
5165         * gst/effectv/Makefile.am:
5166         * gst/goom/Makefile.am:
5167         * gst/level/Makefile.am:
5168         * gst/smpte/Makefile.am:
5169         * gst/videofilter/Makefile.am:
5170           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
5171
5172 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5173
5174         * gst/rtsp/Makefile.am:
5175         * gst/rtsp/rtspconnection.c: (append_auth_header),
5176         (rtsp_connection_send), (rtsp_connection_set_auth):
5177         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
5178         from icecast to replace it. Relicensed from GPL courtesy of Mike
5179         Smith.
5180
5181 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5182
5183         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
5184         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
5185         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
5186         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
5187         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
5188         (gst_rtspsrc_uri_set_uri):
5189         * gst/rtsp/gstrtspsrc.h:
5190         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5191         (append_auth_header), (rtsp_connection_send),
5192         (rtsp_connection_free), (rtsp_connection_set_auth):
5193         * gst/rtsp/rtspconnection.h:
5194         * gst/rtsp/rtspdefs.h:
5195         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
5196         * gst/rtsp/rtspurl.h:
5197
5198         Implement simple Basic Authentication support so that urls like
5199         rtsp://user:pass@hostname/rtspstream work on hosts that require
5200         authentication.
5201
5202 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
5203
5204         * sys/v4l2/gstv4l2object.c:
5205         * sys/v4l2/gstv4l2tuner.c:
5206         * sys/v4l2/v4l2_calls.c:
5207         Fix segfault when oppening a radio device.
5208         
5209 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
5210
5211         * gst/level/gstlevel.c: (gst_level_set_caps),
5212         (gst_level_transform_ip):
5213         * sys/v4l2/README:
5214         * tests/check/elements/level.c: (GST_START_TEST):
5215           Fix level for multi-channel case.
5216
5217 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5218
5219         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
5220         (gst_level_transform_ip):
5221         * gst/level/gstlevel.h:
5222           Use function pointer for process function and add process functions
5223           for float audio.
5224
5225 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
5226
5227         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5228         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5229         (gst_v4l2src_capture_init):
5230           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
5231           fixes #407369
5232
5233 2007-02-18  Wim Taymans  <wim@fluendo.com>
5234
5235         * gst/rtp/Makefile.am:
5236         * gst/rtp/gstrtp.c: (plugin_init):
5237         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
5238         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
5239         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
5240         (gst_rtp_mp2t_pay_plugin_init):
5241         * gst/rtp/gstrtpmp2tpay.h:
5242         Added simple mpeg transport stream payloader.
5243
5244 2007-02-16  Wim Taymans  <wim@fluendo.com>
5245
5246         * gst/rtsp/URLS:
5247         Add example H264 rtsp url.
5248
5249         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5250         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5251         Don't convert values to lowercase or we might mess up base64 encoded
5252         properties.
5253
5254 2007-02-16  Wim Taymans  <wim@fluendo.com>
5255
5256         * gst/rtp/README:
5257         Fix case of string params.
5258
5259         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5260         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5261         Fix depayloader, support more packet types.
5262         Add sync codes to make sure the packetizer can do its job.
5263
5264         * gst/rtp/gstrtpmp4gdepay.c:
5265         * gst/rtp/gstrtpmp4gpay.c:
5266         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5267         Fix caps case again.
5268
5269 2007-02-15  Wim Taymans  <wim@fluendo.com>
5270
5271         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
5272         Set right caps on output buffers.
5273
5274 2007-02-14  Wim Taymans  <wim@fluendo.com>
5275
5276         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
5277         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
5278         Clear stack allocated SDPMedia struct before calling _init() on it.
5279         Clarify this in the docs as well.
5280
5281 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
5282
5283         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
5284         (do_change_child):
5285         Don't reset the profile when going switching states, as it makes
5286         the element non-reusable.
5287
5288 2007-02-14  Wim Taymans  <wim@fluendo.com>
5289
5290         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
5291         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
5292         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
5293         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
5294         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
5295         (sdp_parse_line):
5296         * gst/rtsp/sdpmessage.h:
5297         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
5298         Fix memory management of SDP messages. Fixes #407793.
5299
5300 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
5301
5302         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
5303
5304         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
5305         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
5306
5307 2007-02-14  Wim Taymans  <wim@fluendo.com>
5308
5309         Patch by: jp.liu <jp_liu at astrocom dot cn>
5310
5311         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
5312         Fix parsing of password field in url. Fixes #407797.
5313
5314 2007-02-14  Wim Taymans  <wim@fluendo.com>
5315
5316         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
5317         (gst_wavparse_reset), (gst_wavparse_init),
5318         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
5319         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
5320         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
5321         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
5322         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
5323         (gst_wavparse_loop), (gst_wavparse_chain),
5324         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
5325         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
5326         (plugin_init):
5327         * gst/wavparse/gstwavparse.h:
5328         Update docs.
5329         Use boilerplate.
5330         Various code cleanups.
5331         When the bitrate is not known (bps == 0 or compressed formats) let
5332         downstream element guestimate the duration and position and don't
5333         generate timestamps or durations. Fixes #405213.
5334         Fix EOS and ERROR conditions in chain mode, we just need to forward the
5335         error flowreturn upstream.
5336
5337 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
5338
5339         * ext/gconf/Makefile.am:
5340         * ext/gconf/gconf.c: (gst_gconf_get_string),
5341         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
5342         (gst_gconf_render_bin_with_default):
5343         * ext/gconf/gconf.h:
5344         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
5345         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
5346         (gst_gconf_audio_sink_dispose), (do_change_child),
5347         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
5348         (cb_change_child), (gst_gconf_audio_sink_change_state):
5349         * ext/gconf/gstgconfaudiosink.h:
5350         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
5351         (gst_switch_sink_class_init), (gst_switch_sink_reset),
5352         (gst_switch_sink_init), (gst_switch_sink_dispose),
5353         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
5354         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
5355         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
5356         * ext/gconf/gstswitchsink.h:
5357         * gst/autodetect/gstautoaudiosink.c:
5358         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
5359         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
5360         (gst_auto_audio_sink_detect):
5361         * gst/autodetect/gstautovideosink.c:
5362         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
5363         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
5364         (gst_auto_video_sink_detect):
5365         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
5366         and a child that implements the GConf key monitoring. The end goal of
5367         this is an audio sink that can be changed on the fly, but at the 
5368         moment it still only changes on the next READY transition.
5369
5370 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5371
5372         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5373         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5374         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
5375         (gst_avi_demux_calculate_durations_from_index),
5376         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5377         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5378         (gst_avi_demux_loop):
5379           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
5380
5381 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5382
5383         * configure.ac:
5384         * docs/plugins/Makefile.am:
5385           Add crossreferences to glib/gobject/gstream docs.
5386
5387 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5388
5389         * gst/monoscope/Makefile.am:
5390         * gst/monoscope/gstmonoscope.c:
5391           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
5392           (but no LIBS, since we only use defines from the headers).
5393
5394 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5395
5396         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
5397
5398         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
5399         (gst_wavparse_stream_data):
5400           Fix massive memory leak when operating in streaming mode due to
5401           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
5402           Fixes #407057.
5403
5404 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5405
5406         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
5407         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
5408         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
5409         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
5410         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5411         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
5412         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
5413         (gst_avi_demux_calculate_durations_from_index),
5414         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5415         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
5416         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
5417         * gst/avi/gstavidemux.h:
5418           Save some memory (8%) by repacking the index entry structure (more to
5419           come). Add more FIXMEs to questionable parts.
5420
5421 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5422
5423         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
5424         (gst_v4l2src_get_caps):
5425         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5426         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5427         (gst_v4l2src_capture_init):
5428           More FIXME comments and messaging changes.
5429
5430 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5431
5432         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
5433         (gst_goom_change_state):
5434         * gst/goom/gstgoom.h:
5435           Improved docs and use GST_DEBUG_FUNCPTR.
5436
5437         * gst/level/gstlevel.c: (gst_level_class_init):
5438           Use GST_DEBUG_FUNCPTR.
5439
5440         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
5441         (gst_monoscope_chain), (gst_monoscope_change_state):
5442           Improved docs source cleanups.
5443
5444 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5445
5446         * gst/debug/Makefile.am:
5447         * gst/debug/gstdebug.c: (plugin_init):
5448         * gst/debug/gstpushfilesrc.c:
5449         * gst/debug/gstpushfilesrc.h:
5450           Add code for a pushfilesrc element that implements a pushfile:// URI
5451           handler, to make debugging push-mode operation of demuxer/decoders
5452           that support both easier in connection with seek/playbin/etc.
5453           The element isn't registered at the moment.
5454
5455 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
5456
5457         * gst/avi/gstavimux.c:
5458           Comment a #if 0 in caps template definition as VS6 seems to 
5459         do not support it.
5460         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
5461           Use gst_guint64_to_gdouble for conversion.
5462         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
5463           Move variables declaration before the first instruction.
5464         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
5465           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
5466           And don't include netdb.h for G_OS_WIN32
5467         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
5468           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
5469           by VS6 then use an other way to initialize SDPMedia structure.
5470         * gst/udp/gstdynudpsink.h:
5471         * gst/udp/gstdynudpnetutils.h:
5472           Do not include <sys/time.h> for G_OS_WIN32
5473         * gst/udp/gstudpsrc.c:
5474           Define socklen_t as int for G_OS_WIN32
5475         * win/common/config.h.in:
5476           Undef HAVE_NETINET_IN_H
5477         * win32/vs6/gst_plugins_good.dsw:
5478         * win32/vs6/libgstrtp.dsp:
5479         * win32/vs6/libgstrtsp.dsp:
5480         * win32/vs6/libgstautogen.dsp:
5481         * win32/vs6/libgstaudiofx.dsp:
5482         * win32/vs6/libgstudp.dsp:
5483           Add and update project files.
5484         * win32/common/gstudp-enumtypes.c:
5485         * win32/common/gstudp-enumtypes.h:
5486           Add a copy of udp enumtypes to win32/common as in core 
5487           and base.
5488         
5489 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
5490
5491         * configure.ac:
5492           Activate monoscope when building with --enable-experimental. Fix
5493           --enable-external configure switch description.
5494
5495         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
5496         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
5497           Help gst-indent.
5498
5499 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
5500
5501         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
5502           Explicitly cast result of pointer arithmetic to integer in order to
5503           avoid compiler warnings on some 64-bit systems. Should fix #406018.
5504
5505 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5506
5507         * gst/debug/progressreport.c:
5508           Some more docs.
5509
5510 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5511
5512         * docs/plugins/inspect/plugin-rtp.xml:
5513           Update for new elements.
5514
5515         * gst/debug/progressreport.h:
5516           Commit newly-created header file as well.
5517
5518 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5519
5520         * docs/plugins/Makefile.am:
5521         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5522         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5523         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5524         * gst/debug/Makefile.am:
5525         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
5526         (gst_progress_report_do_query), (gst_progress_report_report):
5527           Make progressreport element post messages with the current progress
5528           on the bus. Also add some basic docs for it.
5529
5530 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5531
5532         * ext/hal/hal.c: (gst_hal_get_string):
5533         * ext/hal/hal.h:
5534           Some small cleanups; deal with errors when parsing the HAL ALSA
5535           capabilities a bit better.
5536
5537 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5538
5539         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5540           Let's try this again and use the right cast this time.
5541
5542 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5543
5544         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5545           Add cast to avoid compiler warnings with older GLib versions
5546           where the nick/name members in GEnumValue are not declared as
5547           constant strings.
5548
5549 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5550
5551         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
5552         (gst_gconf_render_bin_from_key),
5553         (gst_gconf_get_default_audio_sink):
5554         * ext/gconf/gconf.h:
5555         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
5556         (do_toggle_element), (gst_gconf_audio_sink_set_property),
5557         (gst_gconf_audio_sink_get_property):
5558           In gconfaudiosink, get the right key as the old key in do_toggle
5559           (ie. one dependent on the profile selected). Log some more stuff so
5560           we can see what's actually going on.
5561
5562 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
5563
5564         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
5565         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
5566         (gst_audio_amplify_set_process_function),
5567         (gst_audio_amplify_setup):
5568         * gst/audiofx/audioamplify.h:
5569         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
5570         (gst_audio_invert_class_init), (gst_audio_invert_setup):
5571         * gst/audiofx/audioinvert.h:
5572         Some small cleanups and port both elements to the new GstAudioFilter
5573         base class to save a few lines of common code.
5574         * gst/audiofx/Makefile.am:
5575         Link against libgstaudio for the above changes
5576
5577 2007-01-29  Wim Taymans  <wim@fluendo.com>
5578
5579         * tests/check/elements/.cvsignore:
5580         Some more ignores.
5581
5582 2007-01-26  Wim Taymans  <wim@fluendo.com>
5583
5584         Patch by: charles <charlesg3 at gmail dot com>
5585
5586         * ext/shout2/gstshout2.c: (gst_shout2send_init),
5587         (set_shout_metadata), (gst_shout2send_event):
5588         * ext/shout2/gstshout2.h:
5589         Properly handle tags in shout2send. Fixes #399825.
5590
5591 2007-01-25  Wim Taymans  <wim@fluendo.com>
5592
5593         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5594         (gst_rtspsrc_activate_streams):
5595         Convert SDP fields to upper/lowercase following the rules in the SDP to
5596         caps document. 
5597
5598 2007-01-25  Wim Taymans  <wim@fluendo.com>
5599
5600         * gst/rtp/README:
5601         * gst/rtp/gstrtpilbcdepay.c:
5602         * gst/rtp/gstrtpilbcpay.c:
5603         * gst/rtp/gstrtpmp4gdepay.c:
5604         * gst/rtp/gstrtpmp4gpay.c:
5605         * gst/rtp/gstrtpspeexdepay.c:
5606         * gst/rtp/gstrtpspeexpay.c:
5607         * gst/rtp/gstrtpsv3vdepay.c:
5608         * gst/rtp/gstrtptheoradepay.c:
5609         * gst/rtp/gstrtptheorapay.c:
5610         * gst/rtp/gstrtpvorbisdepay.c:
5611         * gst/rtp/gstrtpvorbispay.c:
5612         Fix case of encoding-name and key/value pairs to match the document.
5613         This is to make interoperation with SDP case-insensitive as required by
5614         the relevant RFCs.
5615
5616 2007-01-25  Wim Taymans  <wim@fluendo.com>
5617
5618         * configure.ac:
5619         Bump required -core/-base to CVS
5620
5621 2007-01-25  Wim Taymans  <wim@fluendo.com>
5622
5623         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
5624         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
5625         * gst/rtp/gstrtpL16pay.h:
5626         Fill up to MTU using adapter.
5627         Timestamp rtp packets.
5628
5629 2007-01-25  Edward Hervey  <edward@fluendo.com>
5630
5631         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5632         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
5633         Use G_GSIZE_FORMAT in print statements for portability.
5634         Fixes build on macosx.
5635
5636 2007-01-24  Wim Taymans  <wim@fluendo.com>
5637
5638         * gst/rtp/Makefile.am:
5639         * gst/rtp/gstrtp.c: (plugin_init):
5640         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
5641         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
5642         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
5643         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
5644         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
5645         (gst_rtp_L16_depay_plugin_init):
5646         * gst/rtp/gstrtpL16depay.h:
5647         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
5648         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
5649         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
5650         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
5651         (gst_rtp_L16_pay_plugin_init):
5652         * gst/rtp/gstrtpL16pay.h:
5653         Port and enable raw audio payloader/depayloader. Needs a bit more work
5654         on the payloader side.
5655
5656 2007-01-24  Wim Taymans  <wim@fluendo.com>
5657
5658         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
5659         (gst_rtspsrc_stream_configure_transport),
5660         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
5661         * gst/rtsp/gstrtspsrc.h:
5662         Only unblock the udp pads when we linked and activated them all.
5663         Fixes #395688.
5664
5665 2007-01-24  Wim Taymans  <wim@fluendo.com>
5666
5667         * gst/rtp/Makefile.am:
5668         * gst/rtp/gstrtp.c: (plugin_init):
5669         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
5670         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
5671         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
5672         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
5673         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
5674         * gst/rtp/gstrtpac3depay.h:
5675         Added simple AC3 depayloader (RFC 4184).
5676
5677         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
5678         Fix a leak.
5679
5680 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
5681
5682         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5683
5684         * gst/audiofx/Makefile.am:
5685         * gst/audiofx/audioamplify.c:
5686         (gst_audio_amplify_clipping_method_get_type),
5687         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
5688         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
5689         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
5690         (gst_audio_amplify_set_caps),
5691         (gst_audio_amplify_transform_int_clip),
5692         (gst_audio_amplify_transform_int_wrap_negative),
5693         (gst_audio_amplify_transform_int_wrap_positive),
5694         (gst_audio_amplify_transform_float_clip),
5695         (gst_audio_amplify_transform_float_wrap_negative),
5696         (gst_audio_amplify_transform_float_wrap_positive),
5697         (gst_audio_amplify_transform_ip):
5698         * gst/audiofx/audioamplify.h:
5699         * gst/audiofx/audiofx.c: (plugin_init):
5700         Add new element "audioamplify". This allows scaling of raw audio
5701         samples, similar to the "volume" element, but provides different modes
5702         for clipping and allows unlimited amplification. It's mainly targeted
5703         for creative sound design and not as a replacement of the "volume"
5704         element. Fixes #397162
5705         * docs/plugins/Makefile.am:
5706         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5707         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5708         * docs/plugins/gst-plugins-good-plugins.args:
5709         * docs/plugins/inspect/plugin-audiofx.xml:
5710         Add docs for audioamplify and integrate them into the build system
5711         * tests/check/Makefile.am:
5712         * tests/check/elements/audioamplify.c: (setup_amplify),
5713         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
5714         Add fairly extensive unit test suite for audioamplify
5715
5716 2007-01-24  Wim Taymans  <wim@fluendo.com>
5717
5718         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
5719         Unblock pads after adding the pads to the element so that autopluggers
5720         get a change to link something. Possibly fixes #395688.
5721
5722 2007-01-24  Wim Taymans  <wim@fluendo.com>
5723
5724         * gst/rtp/gstrtpamrdepay.c:
5725         * gst/rtp/gstrtpgsmdepay.c:
5726         * gst/rtp/gstrtph263pdepay.c:
5727         * gst/rtp/gstrtph263ppay.c:
5728         * gst/rtp/gstrtph264depay.c:
5729         * gst/rtp/gstrtpilbcdepay.c:
5730         * gst/rtp/gstrtpmp2tdepay.c:
5731         * gst/rtp/gstrtpmp4gdepay.c:
5732         * gst/rtp/gstrtpmp4gpay.c:
5733         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
5734         * gst/rtp/gstrtpmp4vpay.c:
5735         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
5736         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
5737         (gst_rtp_mpa_depay_process):
5738         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
5739         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
5740         * gst/rtp/gstrtppcmadepay.c:
5741         * gst/rtp/gstrtppcmudepay.c:
5742         * gst/rtp/gstrtpspeexdepay.c:
5743         * gst/rtp/gstrtpspeexpay.c:
5744         * gst/rtp/gstrtpsv3vdepay.c:
5745         * gst/rtp/gstrtptheoradepay.c:
5746         * gst/rtp/gstrtptheorapay.c:
5747         * gst/rtp/gstrtpvorbisdepay.c:
5748         * gst/rtp/gstrtpvorbispay.c:
5749         Fix caps with payload numbers.
5750         Add some fixed payload numbers to caps when possible.
5751
5752 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
5753
5754         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5755
5756         * gst/audiofx/Makefile.am:
5757         * gst/audiofx/audiofx.c: (plugin_init):
5758         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
5759         (gst_audio_invert_class_init), (gst_audio_invert_init),
5760         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
5761         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
5762         (gst_audio_invert_transform_float),
5763         (gst_audio_invert_transform_ip):
5764         * gst/audiofx/audioinvert.h:
5765         Add new audiofx element "audioinvert". This element swaps the upper
5766         and lower half of samples and can be used for example for a
5767         wide-stereo effect. Fixes #396057
5768         * docs/plugins/Makefile.am:
5769         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5770         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5771         * docs/plugins/gst-plugins-good-plugins.args:
5772         * docs/plugins/inspect/plugin-audiofx.xml:
5773         Add docs for the audioinvert element and add them to the build system.
5774         * tests/check/Makefile.am:
5775         * tests/check/elements/audioinvert.c: (setup_invert),
5776         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
5777         Add unit test suite for the audioinvert element.
5778
5779 2007-01-23  Wim Taymans  <wim@fluendo.com>
5780
5781         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
5782         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
5783         Parse config params as string and int.
5784         Parse and use AU header length
5785
5786 2007-01-23  Wim Taymans  <wim@fluendo.com>
5787
5788         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
5789         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
5790         * gst/smpte/gstmask.c: (_gst_mask_register):
5791         * gst/smpte/gstmask.h:
5792         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
5793         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
5794         (gst_smpte_paint_triangle_clock):
5795         constify some static structs.
5796         Don't update the mask if nothing changed to the params.
5797         Make sure we never draw outside of the picture. Fixes #398325.
5798
5799 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
5800
5801         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
5802           Error out properly when pull_range fails while we're reading the
5803           headers, instead of just pausing the task silently. Fixes #399338.
5804
5805 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
5806
5807         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
5808           Some more sanity checks to make sure the input formats match and the
5809           input pads are actually negotiated, in case someone tries to feed
5810           buffers from fakesrc or filesrc. Fixes #398299.
5811           Also const-ify an array, just because we can.
5812
5813 2007-01-19  Edward Hervey  <edward@fluendo.com>
5814
5815         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
5816         Ignore previous commit, that was only valid for widths and heights
5817         that are multiples of 4.
5818         Copy over size/stride macros from jpegdec. This allows the element
5819         to work with any width,height...
5820         ... but puts in evidence that the actual transformations only work
5821         with width/height that are multiples of 4.
5822
5823 2007-01-19  Edward Hervey  <edward@fluendo.com>
5824
5825         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
5826         Allocate buffers of the right size.
5827         The proper size of a I420 buffer in bytes is:
5828         
5829             width * height * 3
5830             ------------------
5831                     2
5832
5833 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
5834
5835         * gst/smpte/gstsmpte.c: (gst_smpte_init):
5836           Proxy getcaps on sink pads too, so that we either end up with the
5837           same dimensions on all pads or error out if that's not possible
5838           (seems to work even!). Fixes #398086, I think.
5839
5840 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
5841
5842         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5843         * docs/plugins/gst-plugins-good-plugins.args:
5844         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5845           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
5846           fix integer properties with -1 as minimum value.
5847
5848         * docs/plugins/inspect/plugin-1394.xml:
5849         * docs/plugins/inspect/plugin-aasink.xml:
5850         * docs/plugins/inspect/plugin-alaw.xml:
5851         * docs/plugins/inspect/plugin-alpha.xml:
5852         * docs/plugins/inspect/plugin-alphacolor.xml:
5853         * docs/plugins/inspect/plugin-annodex.xml:
5854         * docs/plugins/inspect/plugin-apetag.xml:
5855         * docs/plugins/inspect/plugin-audiofx.xml:
5856         * docs/plugins/inspect/plugin-auparse.xml:
5857         * docs/plugins/inspect/plugin-autodetect.xml:
5858         * docs/plugins/inspect/plugin-avi.xml:
5859         * docs/plugins/inspect/plugin-cacasink.xml:
5860         * docs/plugins/inspect/plugin-cairo.xml:
5861         * docs/plugins/inspect/plugin-cdio.xml:
5862         * docs/plugins/inspect/plugin-cutter.xml:
5863         * docs/plugins/inspect/plugin-debug.xml:
5864         * docs/plugins/inspect/plugin-dv.xml:
5865         * docs/plugins/inspect/plugin-efence.xml:
5866         * docs/plugins/inspect/plugin-effectv.xml:
5867         * docs/plugins/inspect/plugin-esdsink.xml:
5868         * docs/plugins/inspect/plugin-flac.xml:
5869         * docs/plugins/inspect/plugin-flxdec.xml:
5870         * docs/plugins/inspect/plugin-gconfelements.xml:
5871         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5872         * docs/plugins/inspect/plugin-goom.xml:
5873         * docs/plugins/inspect/plugin-halelements.xml:
5874         * docs/plugins/inspect/plugin-icydemux.xml:
5875         * docs/plugins/inspect/plugin-id3demux.xml:
5876         * docs/plugins/inspect/plugin-jpeg.xml:
5877         * docs/plugins/inspect/plugin-level.xml:
5878         * docs/plugins/inspect/plugin-matroska.xml:
5879         * docs/plugins/inspect/plugin-mulaw.xml:
5880         * docs/plugins/inspect/plugin-multipart.xml:
5881         * docs/plugins/inspect/plugin-navigationtest.xml:
5882         * docs/plugins/inspect/plugin-ossaudio.xml:
5883         * docs/plugins/inspect/plugin-png.xml:
5884         * docs/plugins/inspect/plugin-rtp.xml:
5885         * docs/plugins/inspect/plugin-rtsp.xml:
5886         * docs/plugins/inspect/plugin-shout2send.xml:
5887         * docs/plugins/inspect/plugin-smpte.xml:
5888         * docs/plugins/inspect/plugin-speex.xml:
5889         * docs/plugins/inspect/plugin-taglib.xml:
5890         * docs/plugins/inspect/plugin-udp.xml:
5891         * docs/plugins/inspect/plugin-videobalance.xml:
5892         * docs/plugins/inspect/plugin-videobox.xml:
5893         * docs/plugins/inspect/plugin-videoflip.xml:
5894         * docs/plugins/inspect/plugin-videomixer.xml:
5895         * docs/plugins/inspect/plugin-wavenc.xml:
5896         * docs/plugins/inspect/plugin-wavparse.xml:
5897         * docs/plugins/inspect/plugin-ximagesrc.xml:
5898           Update to CVS.
5899
5900 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
5901
5902         Patch by: Sebastian Dröge <slomo circular-chaos org>
5903
5904         * gst/audiofx/audiopanorama.c:
5905           Fix doc section name (Fixes #397946)
5906
5907 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
5908
5909         * sys/v4l2/gstv4l2object.c:
5910         (gst_v4l2_object_install_properties_helper),
5911         (gst_v4l2_object_set_property_helper),
5912         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
5913         * sys/v4l2/gstv4l2object.h:
5914         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5915         (gst_v4l2src_init), (gst_v4l2src_set_property),
5916         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
5917         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5918         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5919         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
5920         (gst_v4l2src_capture_deinit):
5921           Fix EIO handing when capturing. Add new property to specify the number of
5922           buffers to enque (and remove the borked num-buffers usage).
5923
5924 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
5925
5926         Patch by: Sebastian Dröge <slomo circular-chaos org>
5927
5928         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
5929         (gst_audio_panorama_set_process_function):
5930           Use a function array for process methods, add more docs and define the
5931           startindex of enums.
5932
5933 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
5934
5935         Patch by: Mark Nauwelaerts <manauw at skynet be>
5936
5937         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
5938         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
5939         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
5940         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
5941         (gst_avi_mux_riff_get_avi_header),
5942         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
5943         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
5944         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
5945         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
5946         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
5947         (gst_avi_mux_change_state):
5948         * gst/avi/gstavimux.h:
5949         * tests/check/elements/avimux.c: (teardown_src_pad):
5950           Add support for more than one audio stream; write better AVIX
5951           header; refactor code a bit; don't announce vorbis caps on our audio
5952           sink pads since we don't support it anyway. Closes #379298.
5953
5954 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
5955
5956         Patch by: Sebastian Dröge <slomo circular-chaos org>
5957
5958         * gst/audiofx/audiopanorama.c:
5959         (gst_audio_panorama_method_get_type),
5960         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
5961         (gst_audio_panorama_set_process_function),
5962         (gst_audio_panorama_set_property),
5963         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
5964         (gst_audio_panorama_transform_m2s_int_simple),
5965         (gst_audio_panorama_transform_s2s_int_simple),
5966         (gst_audio_panorama_transform_m2s_float_simple),
5967         (gst_audio_panorama_transform_s2s_float_simple):
5968         * gst/audiofx/audiopanorama.h:
5969           Add 'method' property and provide a simple (non-psychoacustic)
5970           processing method (#394859).
5971
5972         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
5973         (panorama_suite):
5974           Tests for new method.
5975
5976 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
5977
5978         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
5979         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
5980           Set correct caps on outgoing pulled buffers, or things blow up
5981           after recent core changes.
5982
5983 2007-01-11  Wim Taymans  <wim@fluendo.com>
5984
5985         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
5986
5987         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
5988         (gst_multipart_mux_request_new_pad),
5989         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
5990         (gst_multipart_mux_change_state):
5991         Return FLOW errors ASAP. Fixes #394977.
5992         Misc cleanups.
5993
5994 2007-01-11  Wim Taymans  <wim@fluendo.com>
5995
5996         Patch by: Lutz Mueller <lutz at topfrose dot de>
5997
5998         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
5999         Check for stream pad before activating. 
6000
6001 2007-01-10  Wim Taymans  <wim@fluendo.com>
6002
6003         Patch by: Peter Kjellerstedt  <pkj at axis com>
6004
6005         * gst/rtsp/COPYING.MIT:
6006         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6007         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
6008         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
6009         (gst_rtspsrc_stream_configure_transport),
6010         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
6011         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
6012         (gst_rtspsrc_parse_methods),
6013         (gst_rtspsrc_create_transports_string),
6014         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
6015         (gst_rtspsrc_open), (gst_rtspsrc_close):
6016         * gst/rtsp/gstrtspsrc.h:
6017         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6018         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
6019         (parse_request_line), (parse_line), (rtsp_connection_read),
6020         (rtsp_connection_close):
6021         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
6022         (rtsp_method_as_text), (rtsp_header_as_text),
6023         (rtsp_status_as_text), (rtsp_find_header_field),
6024         (rtsp_find_method):
6025         * gst/rtsp/rtspdefs.h:
6026         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
6027         (rtsp_ext_wms_configure_stream):
6028         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
6029         (rtsp_message_new_request), (rtsp_message_init_request),
6030         (rtsp_message_new_response), (rtsp_message_init_response),
6031         (rtsp_message_init_data), (rtsp_message_unset),
6032         (rtsp_message_free), (rtsp_message_add_header),
6033         (rtsp_message_get_header), (rtsp_message_set_body),
6034         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
6035         * gst/rtsp/rtspmessage.h:
6036         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
6037         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
6038         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
6039         (sdp_message_dump):
6040         Allow url to be NULL to be able to use it for server connections.
6041         Can now send responses as well as requests.
6042         No longer hangs in an endless loop if EOF is received.
6043         Can now convert a status code to a text string.
6044         Return RTSP_HDR_INVALID for unknown headers.
6045         Return RTSP_INVALID for unknown methods.
6046         Copy CSeq and Session headers from the request.
6047         Only free memory corresponding to the currently set message type.
6048         Added const to function arguments as appropriate.
6049         Avoid a compiler warning when initializing nmedia.
6050         Use guint rather than gint to avoid compiler warnings.
6051         Fix crasher in wms extension.
6052         Factor out stream setup from open_connection.
6053         Delay activation of streams when actual data is received from the
6054         server, this prepares us to do proper protocol switching.
6055         Added new license.
6056         Fixes #380895.
6057
6058
6059 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
6060
6061         Patch by: Sebastian Dröge <slomo ubuntu com>
6062
6063         * docs/plugins/Makefile.am:
6064         * gst/audiofx/audiopanorama.c:
6065           Some small docs fixes (#394851).
6066
6067 2007-01-09  Wim Taymans  <wim@fluendo.com>
6068
6069         * gst/avi/gstavidemux.c:
6070         Fix docs.
6071
6072 2007-01-09  Wim Taymans  <wim@fluendo.com>
6073
6074         * gst/rtp/Makefile.am:
6075         * gst/rtp/gstrtp.c: (plugin_init):
6076         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
6077         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
6078         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
6079         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
6080         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
6081         * gst/rtp/gstrtpmpvdepay.h:
6082           Added RFC 2250 MPEG Video Depayloader.
6083
6084         * gst/rtp/gstrtpL16depay.h:
6085         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
6086         (gst_rtp_h263p_depay_process):
6087         Fix Header file. Small cleanups.
6088
6089         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
6090         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
6091         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
6092         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
6093         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
6094         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
6095         (gst_rtp_mp4v_depay_change_state):
6096         Remove usused code. Remove Adapter from state Change. Added debug.
6097
6098         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
6099         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
6100         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
6101         * gst/rtp/gstrtpmpadepay.h:
6102         Subclass base depayloader.
6103         Added debug.
6104         Support static payload type assignment as well.
6105
6106         * gst/rtp/gstrtpmpapay.c:
6107         Fix caps.
6108
6109 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6110
6111         Patch by: Vincent Torri  <vtorri at univ-evry fr>
6112
6113         * ext/jpeg/gstjpegdec.c:
6114         * ext/jpeg/gstjpegenc.c:
6115         * ext/jpeg/smokecodec.c:
6116           These libjpeg callbacks should return a 'boolean' (unsigned char
6117           apparently) and not a 'gboolean' (which maps to gint). Fixes
6118           warnings when compiling with MingW (#393427).
6119
6120         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6121           Use ioctlsocket on win32.
6122
6123         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6124           Some printf format fixes for win32.
6125
6126 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
6127
6128         * gst/cutter/gstcutter.c: (gst_cutter_chain):
6129           Use gst_guint64_to_gdouble for conversion.
6130         * win32/vs6/libgstmatroska.dsp:
6131           Add zlib to the link.
6132         * win32/vs6/libgstvideobox.dsp:
6133           Update liboil library name (project is linked to 
6134           liboil-0.3-0.lib now).
6135           
6136 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6137
6138         * gst/matroska/Makefile.am:
6139           If zlib is available and used, we must link it explicitly for
6140           things to work on MingW (fixes #392855).
6141
6142 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
6143
6144         * ext/esd/esdsink.c: (gst_esdsink_delay):
6145           Don't return bogus values when esd_get_delay() fails for some
6146           reason (#392189).
6147
6148 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6149
6150         * sys/ximage/gstximagesrc.c: (composite_pixel):
6151           Fix presumably copy'n'pasto for 16bpp depth.
6152
6153 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6154
6155         * gst/matroska/matroska-mux.c:
6156         (gst_matroska_mux_audio_pad_setcaps):
6157           The "signed" field in audio caps is of boolean type, trying to use
6158           gst_structure_get_int() to extract it will fail. Fixing this makes
6159           matroskamux accept raw audio input (#387121) (use at your own risk
6160           though, due to the matroska spec being not entirely useful in this
6161           respect).
6162           Also fix up raw audio structures in template caps so that they
6163           represent what our setcaps function will actually accept, so that
6164           converters know what to convert to.
6165           Finally, don't fail if there isn't an "endianness" field in 8-bit
6166           PCM caps.
6167
6168 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
6169
6170         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6171         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6172         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6173         (teardown_cmmldec):
6174         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6175         (teardown_cmmlenc):
6176         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6177           reapply consistent pad (de)activation
6178
6179 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
6180
6181         * configure.ac:
6182         Back to CVS
6183
6184         * gst-plugins-good.doap:
6185         Add 0.10.5 doap entry
6186
6187 === release 0.10.5 ===
6188
6189 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
6190
6191         * configure.ac:
6192           releasing 0.10.5, "The Path of Thorns"
6193
6194 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6195
6196         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6197         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6198         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6199         (teardown_cmmldec):
6200         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6201         (teardown_cmmlenc):
6202         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6203           revert my freeze breakage
6204
6205 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6206
6207         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6208         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6209         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6210         (teardown_cmmldec):
6211         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6212         (teardown_cmmlenc):
6213         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6214           consistent pad (de)activation
6215
6216 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
6217
6218         * configure.ac:
6219         * ext/Makefile.am:
6220         Disable LADPSA, as it has moved to the -bad module for the duration.
6221
6222 2006-12-18  Wim Taymans  <wim@fluendo.com>
6223
6224         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
6225         (gst_signal_processor_event):
6226         Reset flow_state back to _OK after a flush stop so that we exit our
6227         error state after the flush. Fixes #374213
6228
6229 2006-12-16  David Schleef  <ds@schleef.org>
6230
6231         * sys/osxvideo/osxvideosink.h:
6232         * sys/osxvideo/osxvideosink.m:
6233           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
6234
6235 2006-12-16  David Schleef  <ds@schleef.org>
6236
6237         Patch by: Vijay Santhanam <vijay santhanam gmail com>
6238
6239         * sys/osxvideo/Makefile.am:
6240         * sys/osxvideo/osxvideosink.h:
6241         * sys/osxvideo/osxvideosink.m:
6242           Preliminary patch for porting osxvideosink
6243
6244 2006-12-16  Wim Taymans  <wim@fluendo.com>
6245
6246         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6247
6248         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
6249         (gst_videomixer_set_master_geometry),
6250         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
6251         (gst_videomixer_reset), (gst_videomixer_init),
6252         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
6253         (gst_videomixer_release_pad), (gst_videomixer_collected),
6254         (gst_videomixer_change_state):
6255         Introduce some locking around the videomixer state so that it does not
6256         crash when adding/removing pads. Fixes #383043.
6257
6258 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6259
6260         * configure.ac:
6261           Make sure libcaca can actually be used instead of just checking for
6262           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
6263           cross-compiling (fixes #384587).
6264
6265 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6266
6267         * Makefile.am:
6268         * gst-plugins-good.doap:
6269         * gst-plugins-good.spec.in:
6270           adding doap file
6271
6272 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6273
6274         * configure.ac:
6275           libflac-1.1.3 changed API again, but we can't build against it yet,
6276           so make sure our check doesn't use libflac-1.1.3 and add a comment
6277           to this effect.
6278
6279 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6280
6281         * gst/effectv/gstquark.c: (gst_quarktv_transform),
6282         (gst_quarktv_planetable_clear):
6283           Add some NULL pointer checks (possibly related to #385623).
6284
6285 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
6286
6287         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
6288         (gst_tag_demux_chain):
6289         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
6290           In streaming mode, if the first buffer we get doesn't have an
6291           offset, fix it up to be 0, otherwise trimming won't work later on
6292           and we'll be typefinding application/x-id3, which may result in
6293           decodebin plugging an endless number of id3demux elements as a
6294           consequence. Fixes #385031.
6295           
6296 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6297
6298         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
6299           Ignore the buffer_time the sound device reports. Turns out it is 
6300           sometimes completely bogus and we're better off without it.
6301
6302 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6303
6304         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6305         (gst_matroska_demux_video_caps):
6306         * gst/matroska/matroska-ids.c:
6307         (gst_matroska_track_init_video_context):
6308         * gst/matroska/matroska-ids.h:
6309           Try harder to extract the framerate for video tracks correctly and
6310           save it directly instead of converting it back and forth a few
6311           times. Mostly makes a difference for very small framerates (<1).
6312           Fixes #380199.
6313
6314 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6315
6316         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
6317         (gst_gconf_audio_src_dispose), (do_toggle_element):
6318         * ext/gconf/gstgconfaudiosrc.h:
6319           Remove gconf notify hook when the gconfaudiosrc element is
6320           destroyed, otherwise the callback may be called on an
6321           already-destroyed instance and bad things happen. Should fix
6322           #378184.
6323           Also ignore gconf key changes when the source is already running.
6324
6325 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6326
6327         Patch by: Sebastian Dröge  <mail at slomosnail de>
6328
6329         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6330           We need to be able to read and parse any possible floating point string
6331           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
6332           will parse the former only in certain locales though, so we really need
6333           to canonicalise the separator to '.' and then use g_ascii_strtod() to
6334           make sure we can parse either version at all times.
6335           Fixes #382982 for real.
6336
6337 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6338
6339         * sys/sunaudio/gstsunaudiomixerctrl.c:
6340         * sys/sunaudio/gstsunaudiosrc.c:
6341
6342         Use the sunaudio debug category.
6343
6344         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
6345         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
6346         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
6347         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
6348         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
6349         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
6350         (gst_sunaudiosink_reset):
6351         * sys/sunaudio/gstsunaudiosink.h:
6352
6353         Uses the sunaudio debug category for all debug output
6354         Implements the _delay() callback to synchronise video playback better
6355         Change the segtotal and segsize values back to the parent class 
6356           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
6357           respectively)
6358         Measure the samples written to the device vs. played.
6359         Keep track of segments in the device by writing empty eof frames, and
6360         sleep using a GCond when we get too far ahead and risk overrunning the
6361         sink's ringbuffer.
6362
6363         Fixes: #360673
6364
6365 2006-12-08  Wim Taymans  <wim@fluendo.com>
6366
6367         Patch by: Sebastian Dröge  <mail at slomosnail de >
6368
6369         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6370         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
6371         * gst/audiofx/audiopanorama.h:
6372         Fix audiopanorame with float samples. Fixes #383726.
6373
6374 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6375
6376         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
6377         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
6378         (gst_sunaudiosrc_reset):
6379
6380         Implement reset functions to unblock the src/sink more quickly on 
6381         state change requests.
6382         Patch by: Brian Cameron <brian dot cameron at sun com>
6383
6384 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6385
6386         * sys/sunaudio/gstsunaudiomixer.c:
6387         (gst_sunaudiomixer_change_state):
6388         Construct the correct mixer device name when the AUDIODEV env var
6389         is set.
6390
6391         Patch by: Jerry Tan <jerry.tan at sun dot com>
6392         Fixes: #383596
6393
6394 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6395
6396         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
6397         Apply patch to open the mixer control and set the MULTIPLE_OPEN
6398         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
6399         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
6400         Patch by: Jerry Tan <jerry.tan at sun dot com>
6401         Fixes: #349015
6402
6403 2006-12-07  Wim Taymans  <wim@fluendo.com>
6404
6405         * gst/smpte/gstmask.h:
6406         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
6407         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
6408         (gst_smpte_collected), (gst_smpte_set_property),
6409         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
6410         * gst/smpte/gstsmpte.h:
6411         Port to 0.10 some more. 
6412         Added duration property to specify the duration of the transition.
6413         Make framerate a fraction.
6414         Deprecate fps property, we only use negotiated fps.
6415         Added docs.
6416         Fix collectpad usage.
6417         Reset state in READY.
6418         Send NEWSEGMENT event.
6419         Fix racy updates of object properties.
6420         Added debug category.
6421         Fixes #383323.
6422
6423 2006-12-06  Wim Taymans  <wim@fluendo.com>
6424
6425         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6426
6427         * gst/videomixer/videomixer.c:
6428         (gst_videomixer_set_master_geometry),
6429         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
6430         Don't reset xpos and ypos in the setcaps function because causes
6431         unexpected behaviour.
6432         Fixes #382179.
6433
6434 2006-12-06  Wim Taymans  <wim@fluendo.com>
6435
6436         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
6437         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
6438         Keep track of the buffer timestamp in the collectdata member instead
6439         of modifying the buffer without making the metadata writable first.
6440         Fixes #382277.
6441
6442 2006-12-06  Wim Taymans  <wim@fluendo.com>
6443
6444         Patch by: Rob Taylor <robtaylor at floopily dot org>
6445
6446         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6447         If using multicast in udpsrc, bind to the multicast address rather than
6448         IN_ADDR_ANY.
6449         This allows the simultanous use of multiple udpsrcs listening on
6450         different multicat addresses. Without this all udpsrcs will receive all
6451         packets from all subscribed multicast addresses.
6452         Fixes #383001.
6453
6454 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6455
6456         * ext/taglib/gstid3v2mux.cc:
6457         Don't attempt to write a NULL frame into the ID3 tag set when the 
6458         createFrame method returned NULL.
6459         Fixes: #381857
6460         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
6461
6462 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6463
6464         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6465         Use g_strtod() instead of sscanf to parse doubles, so that it will
6466         try parsing in the C locale if the current locale fails.
6467         Fixes: #382982
6468         Patch by: Sebastian Dröge  <mail at slomosnail de >
6469
6470 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
6471
6472         * win32/MANIFEST:
6473         Fix compilation on win32 under VS8
6474         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
6475         Partially fixes #381175
6476
6477 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6478
6479         * gst/avi/gstavimux.c:
6480           accept all mpegversions,fixes #380825
6481           spotted by: Jerome Alet  
6482
6483 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6484
6485         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6486         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
6487         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
6488         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
6489           cleanup the error message a bit more
6490
6491 2006-11-28  Wim Taymans  <wim@fluendo.com>
6492
6493         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
6494         Fix width and height properties.
6495
6496         * ext/libcaca/gstcacasink.h:
6497         Fix compilation on newer libcaca that require us to include a new
6498         header. Fixes #379918.
6499
6500 2006-11-28  Wim Taymans  <wim@fluendo.com>
6501
6502         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6503         * gst/rtsp/gstrtspsrc.h:
6504         * gst/rtsp/rtspext.h:
6505         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
6506         (rtsp_ext_wms_get_context):
6507         Add method so that extensions can choose to disable the setup of
6508         a stream.
6509         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
6510
6511 2006-11-27  Wim Taymans  <wim@fluendo.com>
6512
6513         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6514
6515         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6516         Push header in a separate buffer instead of memcpy:ing all data.
6517         Change LF => CRLF in headers.
6518         Move trailing LF to header. Fixes #379792.
6519
6520 2006-11-27  Wim Taymans  <wim@fluendo.com>
6521
6522         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
6523         Small buffer overflow fix and improve debugging.
6524
6525 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6526
6527         * ext/esd/esdmon.h:
6528         * ext/esd/esdsink.h:
6529           remove obsolete _factory_init protos
6530
6531 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6532
6533         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
6534         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
6535         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
6536         (gst_avi_demux_read_subindexes_push),
6537         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
6538         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6539         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
6540         (gst_avi_demux_massage_index),
6541         (gst_avi_demux_calculate_durations_from_index),
6542         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
6543         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
6544         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
6545           remove dead code, tweak debugs statements, add comments, use
6546           _uint64_scale instead _uint64_scale_int when using guint64 values,
6547           small optimizations, reflow some error handling
6548
6549 2006-11-22  Edward Hervey  <edward@fluendo.com>
6550
6551         * po/.cvsignore:
6552         We never put .pot files in cvs. Let's ignore them all.
6553
6554 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6555
6556         * po/POTFILES.in:
6557           ... but better exclude files that aren't disted.
6558
6559 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6560
6561         * po/POTFILES.in:
6562           Add v4l2 source files to list of files with translations, so the
6563           strings are actually extracted (however bad they still may be).
6564
6565 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6566
6567         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
6568           Minor clean-ups: const-ify static array, remove trailing comma from
6569           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
6570
6571 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
6572
6573         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
6574         Make sure that g_free always gets called on the same pointer that was 
6575         returned by g_malloc.  Fixes #376594.
6576         Do not leak memory if decompressed size is wrong.
6577         Remove unneeded check of return value of g_malloc.
6578         Patch by: René Stadler <mail@renestadler.de>
6579
6580 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
6581
6582         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
6583           Add missing curly brackets.
6584
6585 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
6586
6587         * sys/v4l2/v4l2src_calls.c:
6588         Fix capture_deinit.
6589
6590 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6591
6592         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
6593         (gst_matroska_mux_request_new_pad):
6594           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
6595
6596         * tests/check/elements/matroskamux.c: (setup_src_pad),
6597         (setup_sink_pad), (GST_START_TEST):
6598         Activate pads before using them.
6599
6600 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6601
6602         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
6603           Initialise variable to get rid of bogus compiler warning.
6604
6605 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
6606
6607         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
6608
6609         * gst/rtp/gstrtph263pay.c:
6610         * gst/rtp/gstrtph263pdepay.c:
6611         * gst/rtp/gstrtph263ppay.c:
6612           Specify H.263 variant and version in the caps (fixes #361637)
6613
6614 2006-11-15  Wim Taymans  <wim@fluendo.com>
6615
6616         * gst/rtsp/rtspconnection.c: (read_body):
6617         Don't set a data pointer to NULL and a size > 0 when we deal
6618         with empty packets.
6619
6620         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
6621         (rtsp_message_init_response), (rtsp_message_init_data),
6622         (rtsp_message_unset), (rtsp_message_free),
6623         (rtsp_message_take_body):
6624         Check that we can't create invalid empty packets. 
6625
6626 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6627
6628         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6629
6630         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
6631         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
6632         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
6633         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6634         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
6635         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
6636         * gst/matroska/matroska-mux.h:
6637           Add basic tag writing support; implement releasing pads (#374658).
6638
6639 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6640
6641         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6642         (gst_matroska_demux_audio_caps):
6643           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
6644
6645 2006-11-14  David Schleef  <ds@schleef.org>
6646
6647         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
6648
6649 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6650
6651         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6652
6653         * win32/vs8/gst-plugins-good.sln:
6654         * win32/vs8/libgst1394.vcproj:
6655         * win32/vs8/libgstaasink.vcproj:
6656         * win32/vs8/libgstalaw.vcproj:
6657         * win32/vs8/libgstalpha.vcproj:
6658         * win32/vs8/libgstalphacolor.vcproj:
6659         * win32/vs8/libgstannodex.vcproj:
6660         * win32/vs8/libgstapetag.vcproj:
6661         * win32/vs8/libgstaudiofx.vcproj:
6662         * win32/vs8/libgstauparse.vcproj:
6663         * win32/vs8/libgstautodetect.vcproj:
6664         * win32/vs8/libgstavi.vcproj:
6665         * win32/vs8/libgstcacasink.vcproj:
6666         * win32/vs8/libgstcdio.vcproj:
6667         * win32/vs8/libgstcutter.vcproj:
6668         * win32/vs8/libgstdv.vcproj:
6669         * win32/vs8/libgsteffectv.vcproj:
6670         * win32/vs8/libgstflac.vcproj:
6671         * win32/vs8/libgstflxdec.vcproj:
6672         * win32/vs8/libgstgoom.vcproj:
6673         * win32/vs8/libgsticydemux.vcproj:
6674         * win32/vs8/libgstid3demux.vcproj:
6675         * win32/vs8/libgstjpeg.vcproj:
6676         * win32/vs8/libgstladspa.vcproj:
6677         * win32/vs8/libgstlevel.vcproj:
6678         * win32/vs8/libgstmatroska.vcproj:
6679         * win32/vs8/libgstmikmod.vcproj:
6680         * win32/vs8/libgstmng.vcproj:
6681         * win32/vs8/libgstmonoscope.vcproj:
6682         * win32/vs8/libgstmulaw.vcproj:
6683         * win32/vs8/libgstmultipart.vcproj:
6684         * win32/vs8/libgstpng.vcproj:
6685         * win32/vs8/libgstrtp.vcproj:
6686         * win32/vs8/libgstrtsp.vcproj:
6687         * win32/vs8/libgstshout2.vcproj:
6688         * win32/vs8/libgstsmpte.vcproj:
6689         * win32/vs8/libgstspeex.vcproj:
6690         * win32/vs8/libgsttaglib.vcproj:
6691         * win32/vs8/libgstudp.vcproj:
6692         * win32/vs8/libgstvideobalance.vcproj:
6693         * win32/vs8/libgstvideobox.vcproj:
6694         * win32/vs8/libgstvideoflip.vcproj:
6695         * win32/vs8/libgstvideomixer.vcproj:
6696         * win32/vs8/libgstwavenc.vcproj:
6697         * win32/vs8/libgstwavparse.vcproj:
6698           Make end-of-line returns unixy, so that when the files are checked
6699           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
6700           Hopefully fixes #366492.
6701
6702 2006-11-14  Wim Taymans  <wim@fluendo.com>
6703
6704         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
6705         Disable init_frames delay timestamp adjustment, it does not
6706         seem to be needed at all. Fixes #369621.
6707
6708 2006-11-13  Wim Taymans  <wim@fluendo.com>
6709
6710         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6711
6712         * gst/videomixer/videomixer.c:
6713         (gst_videomixer_set_master_geometry),
6714         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
6715         (gst_videomixer_collect_free), (gst_videomixer_reset),
6716         (gst_videomixer_init), (gst_videomixer_finalize),
6717         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
6718         (gst_videomixer_collected), (gst_videomixer_change_state):
6719         Fix memleak by unref'ing collectpads instance (when finalizing)
6720         Implement releasing a request pad. Fixes #374479.
6721
6722 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
6723
6724         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6725
6726         * win32/vs8/gst-plugins-good.sln:
6727         * win32/vs8/libgst1394.vcproj:
6728         * win32/vs8/libgstaasink.vcproj:
6729         * win32/vs8/libgstalaw.vcproj:
6730         * win32/vs8/libgstalpha.vcproj:
6731         * win32/vs8/libgstalphacolor.vcproj:
6732         * win32/vs8/libgstannodex.vcproj:
6733         * win32/vs8/libgstapetag.vcproj:
6734         * win32/vs8/libgstaudiofx.vcproj:
6735         * win32/vs8/libgstauparse.vcproj:
6736         * win32/vs8/libgstautodetect.vcproj:
6737         * win32/vs8/libgstavi.vcproj:
6738         * win32/vs8/libgstcacasink.vcproj:
6739         * win32/vs8/libgstcdio.vcproj:
6740         * win32/vs8/libgstcutter.vcproj:
6741         * win32/vs8/libgstdv.vcproj:
6742         * win32/vs8/libgsteffectv.vcproj:
6743         * win32/vs8/libgstflac.vcproj:
6744         * win32/vs8/libgstflxdec.vcproj:
6745         * win32/vs8/libgstgoom.vcproj:
6746         * win32/vs8/libgsticydemux.vcproj:
6747         * win32/vs8/libgstid3demux.vcproj:
6748         * win32/vs8/libgstjpeg.vcproj:
6749         * win32/vs8/libgstladspa.vcproj:
6750         * win32/vs8/libgstlevel.vcproj:
6751         * win32/vs8/libgstmatroska.vcproj:
6752         * win32/vs8/libgstmikmod.vcproj:
6753         * win32/vs8/libgstmng.vcproj:
6754         * win32/vs8/libgstmonoscope.vcproj:
6755         * win32/vs8/libgstmulaw.vcproj:
6756         * win32/vs8/libgstmultipart.vcproj:
6757         * win32/vs8/libgstpng.vcproj:
6758         * win32/vs8/libgstrtp.vcproj:
6759         * win32/vs8/libgstrtsp.vcproj:
6760         * win32/vs8/libgstshout2.vcproj:
6761         * win32/vs8/libgstsmpte.vcproj:
6762         * win32/vs8/libgstspeex.vcproj:
6763         * win32/vs8/libgsttaglib.vcproj:
6764         * win32/vs8/libgstudp.vcproj:
6765         * win32/vs8/libgstvideobalance.vcproj:
6766         * win32/vs8/libgstvideobox.vcproj:
6767         * win32/vs8/libgstvideoflip.vcproj:
6768         * win32/vs8/libgstvideomixer.vcproj:
6769         * win32/vs8/libgstwavenc.vcproj:
6770         * win32/vs8/libgstwavparse.vcproj:
6771           Add VS8 project files (note that many of the plugins in ext are
6772           disabled by default). Fixes #366492.
6773
6774 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
6775
6776         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6777           we do not translate debug messages
6778
6779 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
6780
6781         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
6782           fix categorisation, make short desc more explicit, remove unused code
6783           Fixes #372021
6784
6785 2006-11-08  Wim Taymans  <wim@fluendo.com>
6786
6787         * gst/rtp/gstrtpL16depay.c:
6788         * gst/rtp/gstrtpamrdepay.c:
6789         * gst/rtp/gstrtpamrpay.c:
6790         * gst/rtp/gstrtpgsmdepay.c:
6791         * gst/rtp/gstrtph263pay.c:
6792         * gst/rtp/gstrtph263pdepay.c:
6793         * gst/rtp/gstrtph263ppay.c:
6794         * gst/rtp/gstrtph264depay.c:
6795         * gst/rtp/gstrtpmp2tdepay.c:
6796         * gst/rtp/gstrtpmp4gdepay.c:
6797         * gst/rtp/gstrtpmp4gpay.c:
6798         * gst/rtp/gstrtpmp4vdepay.c:
6799         * gst/rtp/gstrtpmp4vpay.c:
6800         * gst/rtp/gstrtpmpadepay.c:
6801         * gst/rtp/gstrtpmpapay.c:
6802         * gst/rtp/gstrtppcmadepay.c:
6803         * gst/rtp/gstrtppcmapay.c:
6804         * gst/rtp/gstrtppcmudepay.c:
6805         * gst/rtp/gstrtppcmupay.c:
6806         * gst/rtp/gstrtpspeexdepay.c:
6807         * gst/rtp/gstrtpspeexpay.c:
6808         * gst/rtp/gstrtpsv3vdepay.c:
6809         Fix element descriptions.
6810
6811 2006-11-08  Wim Taymans  <wim@fluendo.com>
6812
6813         * gst/rtp/gstrtpvorbisdepay.c:
6814         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
6815         Fix description.
6816         Small cleanup in the payloader.
6817
6818 2006-11-08  Wim Taymans  <wim@fluendo.com>
6819
6820         * gst/rtp/Makefile.am:
6821         * gst/rtp/gstrtp.c: (plugin_init):
6822         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
6823         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
6824         (gst_rtp_theora_depay_finalize),
6825         (gst_rtp_theora_depay_parse_configuration),
6826         (gst_rtp_theora_depay_setcaps),
6827         (gst_rtp_theora_depay_switch_codebook),
6828         (gst_rtp_theora_depay_process),
6829         (gst_rtp_theora_depay_set_property),
6830         (gst_rtp_theora_depay_get_property),
6831         (gst_rtp_theora_depay_change_state),
6832         (gst_rtp_theora_depay_plugin_init):
6833         * gst/rtp/gstrtptheoradepay.h:
6834         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
6835         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
6836         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
6837         (gst_rtp_theora_pay_init_packet),
6838         (gst_rtp_theora_pay_flush_packet),
6839         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
6840         (gst_rtp_theora_pay_handle_buffer),
6841         (gst_rtp_theora_pay_plugin_init):
6842         * gst/rtp/gstrtptheorapay.h:
6843         Add theora pay/depayloaders.
6844
6845 2006-11-06  Wim Taymans  <wim@fluendo.com>
6846
6847         * gst/rtp/Makefile.am:
6848         We depend on gsttag to generate the vorbis comments.
6849
6850         * gst/rtp/gstrtpvorbisdepay.c:
6851         (gst_rtp_vorbis_depay_parse_configuration),
6852         (gst_rtp_vorbis_depay_setcaps),
6853         (gst_rtp_vorbis_depay_switch_codebook),
6854         (gst_rtp_vorbis_depay_process):
6855         * gst/rtp/gstrtpvorbisdepay.h:
6856         Parse configuration string in the depayloader.
6857         Implement selecting and switching to a new codebook.
6858         Receiving vorbis over RTP now works.
6859
6860         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
6861         (gst_rtp_vorbis_pay_init_packet),
6862         (gst_rtp_vorbis_pay_finish_headers),
6863         (gst_rtp_vorbis_pay_handle_buffer):
6864         * gst/rtp/gstrtpvorbispay.h:
6865         Set timestamps on outgoing buffers and RTP packets.
6866         Fix configuration string, prepend number of Packet headers.
6867         Fix encoding of ident string.
6868         Add delivery-method to caps.
6869         Streaming vorbis over RTP now works.
6870
6871 2006-11-06  Wim Taymans  <wim@fluendo.com>
6872
6873         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
6874         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
6875         (gst_rtp_vorbis_pay_handle_buffer):
6876         * gst/rtp/gstrtpvorbispay.h:
6877         Generate a valid configuration string in the caps based on the
6878         vorbis headers.
6879
6880 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6881
6882         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
6883         * ext/cdio/gstcdio.h:
6884         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
6885           Move CD-TEXT utility function into common file so it can also be
6886           used by a future cdioparanoiasrc.
6887
6888 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
6889         
6890         * sys/v4l2/Makefile.am:
6891         * sys/v4l2/gstv4l2object.c:
6892         * sys/v4l2/gstv4l2src.c:
6893         * sys/v4l2/gstv4l2xoverlay.c:
6894         * sys/v4l2/v4l2_calls.c:
6895         * sys/v4l2/v4l2src_calls.c:
6896         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
6897         xoverlay code that is still not implemented.
6898
6899 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6900
6901         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6902           We require a -base more recent than 0.10.9, so it's safe to use
6903           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
6904
6905         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
6906         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
6907           Use _newsegment_full() now that we depend on a recent enough core.
6908
6909         * gst/wavparse/gstwavparse.c:
6910           Remove cruft that we don't need any longer now that we depend on
6911           a recent enough -base.
6912
6913 2006-10-31  Wim Taymans  <wim@fluendo.com>
6914
6915         * gst/rtp/Makefile.am:
6916         * gst/rtp/gstrtp.c: (plugin_init):
6917         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
6918         (gst_rtpilbcpay_setcaps):
6919         Fix and activate ILBC pay and depayloaders. Fixes #368162.
6920
6921 2006-10-31  Wim Taymans  <wim@fluendo.com>
6922
6923         * ext/speex/gstspeexdec.c: (speex_dec_convert),
6924         (speex_dec_sink_event), (speex_dec_chain_parse_header):
6925         Some small cleanups, use _scale.
6926
6927 2006-10-31  Wim Taymans  <wim@fluendo.com>
6928
6929         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
6930         Use higher precision scale function.
6931
6932 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
6933
6934         Patch by: Michal Benes  <michal dot benes at itonis tv>
6935
6936         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
6937         (gst_matroska_demux_read_track_encodings),
6938         (gst_matroska_decode_buffer):
6939           Fix several issues with encoded/compressed/encrypted/signed tracks;
6940           also, remove superfluous newline characters from some debug
6941           statements. (#366155)
6942
6943 2006-10-30  Wim Taymans  <wim@fluendo.com>
6944
6945         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
6946         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
6947         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
6948         (gst_smokedec_change_state):
6949         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
6950         (gst_smokeenc_init), (gst_smokeenc_finalize),
6951         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
6952         (gst_smokeenc_resync), (gst_smokeenc_chain),
6953         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
6954         (gst_smokeenc_change_state):
6955         Various cleanups, capsnego and leak fixes.
6956
6957 2006-10-30  Wim Taymans  <wim@fluendo.com>
6958
6959         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6960
6961         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
6962         Fix videomixer so that it can handle any combination of framerates.
6963         Fixes #367221.
6964
6965 2006-10-28  Wim Taymans  <wim@fluendo.com>
6966
6967         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
6968         (gst_avi_demux_parse_file_header),
6969         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
6970         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
6971         (gst_avi_demux_chain):
6972         Fix position query for audio. also fixes timestamps in streaming
6973         mode and bug #364958.
6974         Small cleanups.
6975
6976 2006-10-27  Wim Taymans  <wim@fluendo.com>
6977
6978         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
6979         * ext/libpng/gstpngenc.h:
6980         Fix strides. Fixes #364856.
6981         Cleanup capsnego.
6982         Set caps on outgoing buffers.
6983
6984 2006-10-18  Wim Taymans  <wim@fluendo.com>
6985
6986         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
6987
6988         * gst/rtp/gstrtpgsmpay.c:
6989         * gst/rtp/gstrtph263pay.c:
6990         * gst/rtp/gstrtpmpapay.c:
6991         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
6992         (gst_rtp_pcma_pay_handle_buffer):
6993         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
6994         Add static payload numbers in addition to the dynamic ones.
6995         Fixes #361639.
6996
6997 2006-10-18  Wim Taymans  <wim@fluendo.com>
6998
6999         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7000         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
7001         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
7002         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
7003         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
7004         * gst/rtsp/rtspdefs.h:
7005         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7006         * gst/rtsp/rtspurl.h:
7007         Reuse already existing enum for lower transport.
7008         Add rtspt and rtspu protocols.
7009         Send redirect to rtspt when udp times out.
7010
7011 2006-10-18  Wim Taymans  <wim@fluendo.com>
7012
7013         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7014         (gst_wavparse_stream_data):
7015         Fix seeking some more, mostly for speed changes.
7016
7017 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7018
7019         Patch by: Fredrik Persson  <frepe at bredband net>
7020
7021         * sys/v4l2/gstv4l2tuner.c:
7022         * sys/v4l2/gstv4l2tuner.h:
7023           Fix _set_channel(): remove useless g_object_notify() for "channel"
7024           property that doesn't exist any longer and therefore now also
7025           useless redirect (#338818).
7026
7027 2006-10-17  Wim Taymans  <wim@fluendo.com>
7028
7029         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
7030         Some drivers do not support unsetting the non-blocking flag once the
7031         device is opened. In those cases, close/open the device in
7032         non-blocking mode. Fixes #362673.
7033
7034 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7035
7036         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7037         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7038         (gst_v4l2src_get_fps):
7039           dear stefan, framespersecond is not frameperiod, reverting but adding
7040           comment
7041
7042 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7043
7044         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7045         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7046         (gst_v4l2src_get_fps):
7047           Numerator is numerator and denominator is denominator. Say that aloud
7048           5 times and retry after next beer.
7049
7050 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
7051
7052         Patch by: Josep Torra Valles  <josep at fluendo com>
7053
7054         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7055         * ext/esd/esdsink.c: (gst_esdsink_write):
7056         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
7057         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
7058         (gst_flac_dec_send_newsegment):
7059         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
7060         (gst_flac_enc_tell_callback):
7061         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
7062         (smokecodec_parse_header), (smokecodec_decode):
7063         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
7064         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
7065         * gst/goom/Makefile.am:
7066         * gst/goom/gstgoom.c:
7067         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
7068         * gst/rtsp/gstrtspsrc.c:
7069         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7070         * gst/udp/gstudpsink.c:
7071         * gst/udp/gstudpsrc.c:
7072         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
7073         * sys/sunaudio/gstsunaudiomixertrack.h:
7074           Fix a bunch of problems discovered by the Forte compiler, mostly type
7075           mixups and pointer arithmetics with void pointers. Fixes #362603.
7076
7077 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7078
7079         * ext/speex/gstspeex.c: (plugin_init):
7080         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
7081         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
7082         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
7083         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
7084         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
7085         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
7086         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
7087         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
7088         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
7089         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
7090         (gst_speex_enc_chain), (gst_speex_enc_get_property),
7091         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
7092         * ext/speex/gstspeexenc.h:
7093           Miscellaneous clean-ups, among other things: speexenc => enc to
7094           enhance code readability; change speexenc => speex_enc; in chain
7095           function unref input buffer in case of error; take reference in
7096           event function; use boilerplate macro; use gst_pad_query_peer_*
7097           convenience functions.
7098
7099 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7100
7101         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
7102         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
7103         (gst_speexenc_set_header_on_caps):
7104           Fix some mem leaks.
7105
7106 2006-10-11  Wim Taymans  <wim@fluendo.com>
7107
7108         * gst/rtsp/URLS:
7109         Added some other URL.
7110
7111         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
7112         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
7113         (gst_rtspsrc_open), (gst_rtspsrc_play),
7114         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7115         * gst/rtsp/gstrtspsrc.h:
7116         Work on fallback to TCP connection when the UDP socket times out.
7117         Handler server requests, just reply with OK for now.
7118
7119         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7120         * gst/rtsp/rtspdefs.h:
7121         Added some more Real extension headers.
7122
7123         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7124         Fix parsing of urls with a ':' that is not part of the hostname:port
7125         part of the url.
7126
7127 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7128
7129         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
7130         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
7131         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
7132           Activate pad before adding it to the already-running element.
7133
7134         * tests/check/elements/icydemux.c: (icydemux_found_pad):
7135           Activate newly-created pad too.
7136
7137 2006-10-11  Wim Taymans  <wim@fluendo.com>
7138
7139         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
7140
7141         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7142         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
7143         (gst_udpsrc_start):
7144         Fix some leaks in caps and uris. Fixes #361252.
7145
7146 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
7147
7148         * gst/wavparse/Makefile.am:
7149           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
7150
7151 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
7152
7153         * sys/v4l2/gstv4l2xoverlay.c:
7154         * sys/v4l2/gstv4l2xoverlay.h:
7155         Fix build as per the patch in #338818 comment 36.
7156
7157 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
7158
7159         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
7160           Activate pads before adding them to the source.
7161
7162 2006-10-06  Wim Taymans  <wim@fluendo.com>
7163
7164         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
7165         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
7166         Activate pads before adding.
7167
7168 2006-10-06  Wim Taymans  <wim@fluendo.com>
7169
7170         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
7171         (gst_multipart_find_pad_by_mime):
7172         Activate pads before adding.
7173
7174         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
7175         BOILERPLATE sets parent_class for us.
7176
7177 2006-10-06  Wim Taymans  <wim@fluendo.com>
7178
7179         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
7180         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7181         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
7182         (gst_rtspsrc_alloc_udp_ports),
7183         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7184         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
7185         (gst_rtspsrc_create_transports_string),
7186         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
7187         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7188         * gst/rtsp/gstrtspsrc.h:
7189         Rework how the transport string is constructed, try to share channels
7190         and udp ports.
7191         Make most of the stuff less dependant on RTP as we are also going to use
7192         it for RDT.
7193         Add support for transport specific session managers.
7194
7195         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
7196         Implement _flush().
7197
7198         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7199         * gst/rtsp/rtspdefs.h:
7200         Add generic error return code.
7201
7202         * gst/rtsp/rtspext.h:
7203         Add support for pluggable tranport strings.
7204
7205         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
7206         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
7207         (rtsp_ext_wms_get_context):
7208         Detect WMServer and activate the extension.
7209
7210         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
7211         (rtsp_transport_get_manager), (rtsp_transport_parse):
7212         * gst/rtsp/rtsptransport.h:
7213         Added methods to get mime/manager for certain transports.
7214
7215 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
7216
7217         * ext/cairo/gsttimeoverlay.c:
7218         (gst_cairo_time_overlay_update_font_height):
7219         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
7220         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
7221         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7222         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7223         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
7224         * ext/libpng/gstpngdec.c: (user_endrow_callback):
7225         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
7226         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
7227         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
7228         (gst_avi_demux_stream_data):
7229         * gst/cutter/gstcutter.c: (gst_cutter_chain):
7230         * gst/debug/efence.c: (gst_efence_buffer_alloc),
7231         (gst_fenced_buffer_copy):
7232         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7233         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
7234         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
7235         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
7236         (gst_rtspsrc_handle_message):
7237         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
7238         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
7239           Printf format fixes.
7240
7241 2006-10-04  Wim Taymans  <wim@fluendo.com>
7242
7243         * gst/rtsp/Makefile.am:
7244         Dist new .h file too.
7245
7246 2006-10-04  Wim Taymans  <wim@fluendo.com>
7247
7248         * gst/rtsp/Makefile.am:
7249         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
7250         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
7251         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7252         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7253         (gst_rtspsrc_parse_rtpmap),
7254         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
7255         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7256         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
7257         * gst/rtsp/gstrtspsrc.h:
7258         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7259         * gst/rtsp/rtspdefs.h:
7260         * gst/rtsp/rtspext.h:
7261         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
7262         (rtsp_ext_wms_get_context):
7263         * gst/rtsp/rtspextwms.h:
7264         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
7265         (rtsp_transport_parse):
7266         * gst/rtsp/rtsptransport.h:
7267         Factor out extension in separate module.
7268         Fix getcaps to filter against the padtemplate.
7269         Use Content-Base if the server gives one.
7270         Rework the transport parsing a bit for future extensions.
7271         Added some Real Header field definitions.
7272
7273 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7274
7275         * docs/plugins/Makefile.am:
7276         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7277         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7278           added v4l2 stubs
7279         * gst-plugins-good.spec.in:
7280           add v4l2
7281
7282 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
7283
7284         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7285           Extract disc/album/medium number and count and try harder
7286           to extract track number/count.
7287
7288 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7289
7290         * configure.ac:
7291         * sys/Makefile.am:
7292           add build stuff for v4l2, needs --enable-experimental until
7293           the last bits are resolved
7294
7295 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7296
7297         * tests/check/Makefile.am:
7298           Disable autodetect test temporarily, so that the build bots
7299           update -bad and the ranks of unreliable video sinks in there.
7300
7301         * tests/check/elements/autodetect.c: (GST_START_TEST):
7302           Skip test if no usable videosink is found.
7303
7304 2006-09-29  Wim Taymans  <wim@fluendo.com>
7305
7306         * gst/rtsp/URLS:
7307         Add some more URLs.
7308
7309         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7310         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
7311         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7312         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
7313         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7314         (gst_rtspsrc_loop), (gst_rtspsrc_send),
7315         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7316         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
7317         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7318         * gst/rtsp/gstrtspsrc.h:
7319         Add timeout property to control UDP timeouts.
7320         Fix error messages.
7321         Also start a loop function when operating in UDP mode so that we can
7322         do some more stuff async.
7323         Handle element messages from udpsrc to detect timeouts. If a timeout
7324         happens we currently generate an error.
7325         API: rtspsrc::timeout property.
7326
7327         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7328         (gst_udpsrc_create):
7329         Really implement the timeout in microseconds and not milliseconds.
7330
7331 2006-09-29  Wim Taymans  <wim@fluendo.com>
7332
7333         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7334         (gst_udpsrc_create), (gst_udpsrc_set_property),
7335         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
7336         * gst/udp/gstudpsrc.h:
7337         Added property to post a message on timeout.
7338         Updated docs.
7339         When restarting the select, initialize the fdsets again.
7340         Init control sockets so we don't accidentally close a random socket.
7341         API: GstUDPSrc::timeout property
7342
7343 2006-09-29  Wim Taymans  <wim@fluendo.com>
7344
7345         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
7346         Fix flag registration.
7347
7348         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7349         Reading 0 also means 'no more commands'
7350
7351 2006-09-29  Wim Taymans  <wim@fluendo.com>
7352
7353         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7354
7355         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7356         Fix possible infinite loop when shutting down, a read can also return
7357         0 to indicate no more messages are available. Fixes #358156.
7358
7359 2006-09-25  Wim Taymans  <wim@fluendo.com>
7360
7361         * gst/autodetect/gstautoaudiosink.c:
7362         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
7363         (gst_auto_audio_sink_find_best):
7364         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
7365         Small cleanups.
7366         don't try to set "sync" property when it is not available.
7367
7368 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7369
7370         Patch by: Peter Kjellerstedt  <pkj at axis com>
7371
7372         * gst/alpha/gstalpha.c:
7373         * gst/rtp/gstrtpamrdepay.c:
7374         * gst/rtsp/gstrtspsrc.c:
7375         * gst/udp/gstudpsrc.c:
7376         * gst/videomixer/videomixer.c:
7377           Include stdlib.h in some more places, makes things compile
7378           with uClibc and -Werror (#357592).
7379
7380 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7381
7382         * ext/jpeg/gstjpegdec.c:
7383           Set minimum height to 8 (from 16), our code should handle
7384           that fine. Some of the buttons on the apple trailer site
7385           are apparently only 15 pixels high (see #357470).
7386
7387 2006-09-23  Wim Taymans  <wim@fluendo.com>
7388
7389         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
7390         (gst_rtspsrc_open):
7391         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7392         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7393         (rtsp_connection_receive):
7394         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7395         * gst/rtsp/rtspdefs.h:
7396         Improve error reporting.
7397
7398 2006-09-23  Wim Taymans  <wim@fluendo.com>
7399
7400         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
7401         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
7402         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
7403         * gst/rtp/gstrtpdepay.c:
7404         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
7405         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
7406         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
7407         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
7408         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
7409         (gst_rtp_mp2t_depay_plugin_init):
7410         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
7411         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
7412         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
7413         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
7414         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
7415         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
7416         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
7417         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
7418         Fix klass typos.
7419         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
7420
7421 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7422
7423         * configure.ac:
7424           Need  -base CVS for gst_base_rtp_depayload_push_ts().
7425
7426 2006-09-22  Wim Taymans  <wim@fluendo.com>
7427
7428         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
7429         Don't check for a tag that is never there and check if we read the
7430         correct tag. Fixes seeking again.
7431         We must post an error when all pads are unlinked.
7432
7433 2006-09-22  Wim Taymans  <wim@fluendo.com>
7434
7435         * gst/rtp/Makefile.am:
7436         * gst/rtp/gstrtp.c: (plugin_init):
7437         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
7438         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7439         (gst_rtp_vorbis_pay_reset_packet),
7440         (gst_rtp_vorbis_pay_init_packet),
7441         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
7442         (gst_rtp_vorbis_pay_handle_buffer):
7443         More fixage, set endoder-params correctly in the payloader.
7444
7445 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7446
7447         * gst/autodetect/gstautoaudiosink.c:
7448         (gst_auto_audio_sink_base_init):
7449         * gst/autodetect/gstautovideosink.c:
7450         (gst_auto_video_sink_base_init):
7451           Make static pad templates static to appease valgrind's leak
7452           detector.
7453
7454         * tests/check/Makefile.am:
7455         * tests/check/elements/.cvsignore:
7456         * tests/check/elements/autodetect.c: (GST_START_TEST),
7457         (autodetect_suite):
7458           Add simple test for the ghostpad lockup on shutdown fixed in core
7459           CVS (audio bit disabled because it would need dozens of alsa
7460           suppressions and I'm too lazy to add those now).
7461
7462 2006-09-22  Wim Taymans  <wim@fluendo.com>
7463
7464         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
7465         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
7466         Small cleanups.
7467
7468         * gst/rtp/Makefile.am:
7469         * gst/rtp/gstrtp.c: (plugin_init):
7470         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
7471         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
7472         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
7473         (gst_rtp_vorbis_depay_process),
7474         (gst_rtp_vorbis_depay_set_property),
7475         (gst_rtp_vorbis_depay_get_property),
7476         (gst_rtp_vorbis_depay_change_state),
7477         (gst_rtp_vorbis_depay_plugin_init):
7478         * gst/rtp/gstrtpvorbisdepay.h:
7479         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
7480         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
7481         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
7482         (gst_rtp_vorbis_pay_flush_packet),
7483         (gst_rtp_vorbis_pay_append_buffer),
7484         (gst_rtp_vorbis_pay_handle_buffer),
7485         (gst_rtp_vorbis_pay_plugin_init):
7486         * gst/rtp/gstrtpvorbispay.h:
7487         Add experimental vorbis pay and depayloaders.
7488
7489 2006-09-21  Wim Taymans  <wim@fluendo.com>
7490
7491         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
7492         Fix profile-level-id parsing and setup.
7493
7494 2006-09-21  Wim Taymans  <wim@fluendo.com>
7495
7496         * gst/udp/README:
7497         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
7498         Update README, simple cleanup.
7499
7500 2006-09-21  Wim Taymans  <wim@fluendo.com>
7501
7502         * gst/rtp/README:
7503         Update README with some examples.
7504
7505         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
7506         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
7507         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
7508         (gst_rtp_mp4g_pay_setcaps):
7509         * gst/rtp/gstrtpmp4gpay.h:
7510         Make optional RTP parameters of type STRING, as required by the
7511         application/x-rtp caps specification.
7512
7513 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
7514
7515         * gst/rtp/gstrtph263pdepay.c:
7516         * gst/rtp/gstrtph263ppay.c:
7517         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
7518         RTP header.
7519
7520 2006-09-20  Wim Taymans  <wim@fluendo.com>
7521
7522         * gst/rtp/Makefile.am:
7523         And makefile too.
7524
7525 2006-09-20  Wim Taymans  <wim@fluendo.com>
7526
7527         * gst/rtp/gstrtp.c: (plugin_init):
7528         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
7529         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
7530         (decode_base64), (gst_rtp_asf_depay_setcaps),
7531         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
7532         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
7533         (gst_rtp_asf_depay_plugin_init):
7534         * gst/rtp/gstrtpasfdepay.h:
7535         Added preliminary ASF depayloader.
7536
7537         * gst/rtp/gstrtph264depay.c: (decode_base64):
7538         Fix base64 decoding.
7539
7540 2006-09-20  Wim Taymans  <wim@fluendo.com>
7541
7542         * gst/rtsp/URLS:
7543         Added some test URLS.
7544
7545         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7546         (gst_rtspsrc_loop), (gst_rtspsrc_open):
7547         * gst/rtsp/gstrtspsrc.h:
7548         When creating streams, give access to the complete SDP.
7549         Fix some leaks.
7550         Collect and merge global stream properties in stream caps.
7551         Preliminary support for WMServer.
7552
7553         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7554         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7555         (rtsp_connection_receive):
7556         * gst/rtsp/rtspconnection.h:
7557         Make connection interruptable.
7558         Refactor to make it reconnectable.
7559         Don't fail on short reads when reading data packets.
7560
7561         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
7562         (rtsp_url_get_port):
7563         * gst/rtsp/rtspurl.h:
7564         Add methods for getting/setting the port.
7565
7566         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
7567         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
7568         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
7569         (sdp_media_get_format), (sdp_parse_line),
7570         (sdp_message_parse_buffer):
7571         Fix headers. 
7572         Add methods for getting multiple attributes with the same name.
7573         Increase buffer size when parsing.
7574         Fix parsing of a=foo fields.
7575
7576         * gst/rtsp/test.c: (main):
7577         Update to new connection API.
7578
7579         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
7580         (rtsp_message_init_response), (rtsp_message_init_data),
7581         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
7582         * gst/rtsp/rtspmessage.h:
7583         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
7584         * gst/rtsp/rtsptransport.h:
7585         * gst/rtsp/sdp.h:
7586         * gst/rtsp/sdpmessage.h:
7587         * gst/rtsp/gstrtsp.c:
7588         * gst/rtsp/gstrtsp.h:
7589         * gst/rtsp/gstrtpdec.c:
7590         * gst/rtsp/gstrtpdec.h:
7591         * gst/rtsp/rtsp.h:
7592         * gst/rtsp/rtspdefs.c:
7593         * gst/rtsp/rtspdefs.h:
7594         Dual licensed under MIT and LGPL now.
7595
7596 2006-09-19  Wim Taymans  <wim@fluendo.com>
7597
7598         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
7599         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
7600         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7601         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7602         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
7603         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7604         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
7605         * gst/rtsp/gstrtspsrc.h:
7606         Reorganize stream parsing and creation.
7607         Detect container formats in interleaved mode.
7608         Keep more state about the streams.
7609         Assume a server also supports PLAY if it does not say.
7610         Add unicast and interleaved properties to TCP transport requests to make
7611         some servers happy (WMServer).
7612
7613         * gst/rtsp/sdpmessage.h:
7614         Add some defines for the standard Bandwidth types.
7615
7616 2006-09-19  Wim Taymans  <wim@fluendo.com>
7617
7618         * gst/rtsp/test.c: (main):
7619         Fix build.
7620
7621 2006-09-19  Wim Taymans  <wim@fluendo.com>
7622
7623         * gst/wavparse/gstwavparse.c:
7624         Add ms-gsm to the src template.
7625
7626 2006-09-18  Wim Taymans  <wim@fluendo.com>
7627
7628         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
7629         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
7630         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
7631         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
7632         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7633         * gst/rtsp/gstrtspsrc.h:
7634         Small cleanups, added documentation.
7635         Try to clean up the requests and responses.
7636         Refactor parsing the supported methods.
7637
7638         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
7639         (rtsp_connection_create), (rtsp_connection_send),
7640         (parse_response_status), (parse_request_line),
7641         (rtsp_connection_receive), (rtsp_connection_close),
7642         (rtsp_connection_free):
7643         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
7644         (rtsp_transport_init), (rtsp_transport_parse),
7645         (rtsp_transport_free):
7646         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7647         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
7648         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
7649         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
7650         Use g_return_val some more.
7651
7652         * gst/rtsp/rtspdefs.h:
7653         Add more enum values to track initial states.
7654
7655         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
7656         (rtsp_message_init_request), (rtsp_message_new_response),
7657         (rtsp_message_init_response), (rtsp_message_init_data),
7658         (rtsp_message_unset), (rtsp_message_free),
7659         (rtsp_message_add_header), (rtsp_message_remove_header),
7660         (rtsp_message_get_header), (rtsp_message_set_body),
7661         (rtsp_message_take_body), (rtsp_message_get_body),
7662         (rtsp_message_steal_body), (rtsp_message_dump):
7663         * gst/rtsp/rtspmessage.h:
7664         Reorder arguments, object goes as the first one.
7665         Use g_return_val some more.
7666
7667 2006-09-18  Wim Taymans  <wim@fluendo.com>
7668
7669         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
7670         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
7671         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
7672         * gst/rtsp/gstrtspsrc.h:
7673         Export sometimes source pad with correct caps on the template, create
7674         the ghostpad from the template.
7675         Remove RTCP template as we never expose RTCP.
7676         Protect against invalid body size.
7677         Avoid memcpy when creating the output buffer.
7678         Properly post an error and send EOS when the loop function is shut down.
7679
7680 2006-09-18  Wim Taymans  <wim@fluendo.com>
7681
7682         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
7683
7684         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7685         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
7686         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7687         * gst/rtsp/gstrtspsrc.h:
7688         Make sure we can never set an invalid location.
7689
7690         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
7691         * gst/rtsp/rtspmessage.h:
7692         Added _steal_body method for future use.
7693
7694         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
7695         Make freeing of NULL url return immediatly.
7696
7697 2006-09-18  Wim Taymans  <wim@fluendo.com>
7698
7699         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
7700
7701         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
7702         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
7703         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
7704         (gst_rtspsrc_change_state):
7705         * gst/rtsp/gstrtspsrc.h:
7706         Use boilerplate.
7707         Make rtspsrc subclass GstBin to make state changes easier.
7708         Add Range header field on the PLAY request.
7709
7710 2006-09-18  Wim Taymans  <wim@fluendo.com>
7711
7712         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
7713
7714         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
7715         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7716         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
7717         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
7718         * gst/rtsp/rtspconnection.c: (inet_aton):
7719         Small cleanups.
7720         when multicast is selected as the transport, create UDP sources and
7721         connect to the multicast group.
7722         Move parsing and setting of caps to a common place.
7723         Fixes #349894.
7724
7725 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
7726
7727         * ext/flac/gstflactag.c:
7728         * gst/alpha/gstalpha.c:
7729         * gst/debug/breakmydata.c:
7730         * gst/debug/negotiation.c:
7731         * gst/debug/testplugin.c:
7732         * gst/effectv/gstaging.c:
7733         * gst/effectv/gstdice.c:
7734         * gst/effectv/gstedge.c:
7735         * gst/effectv/gstquark.c:
7736         * gst/effectv/gstrev.c:
7737         * gst/effectv/gstshagadelic.c:
7738         * gst/effectv/gstvertigo.c:
7739         * gst/effectv/gstwarp.c:
7740         * gst/multipart/multipartdemux.c:
7741         * gst/multipart/multipartmux.c:
7742         * gst/videobox/gstvideobox.c:
7743         * gst/videofilter/gstgamma.c:
7744         * gst/videofilter/gstvideotemplate.c:
7745         * gst/videomixer/videomixer.c:
7746         * sys/sunaudio/gstsunaudiosrc.h:
7747         More G_OBJECT macro fixing.
7748
7749 2006-09-16  Wim Taymans  <wim@fluendo.com>
7750
7751         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
7752
7753         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
7754         Correctly set the dwLength in strh.
7755         With this patch, the file duration is now displayed correctly in window
7756         media player and the AVI plays completely. Fixes #356147
7757
7758 2006-09-15  Wim Taymans  <wim@fluendo.com>
7759
7760         Patch by: Darren Kenny <darren dot kenny at sun dot com>
7761
7762         * sys/sunaudio/gstsunaudiomixerctrl.c:
7763         (gst_sunaudiomixer_ctrl_build_list):
7764         Set the output track as the MASTER so that the gnome-settings-daemon
7765         keybindings for changing the volume using the keyboard works.
7766         Fixes #356142.
7767
7768 2006-09-15  Wim Taymans  <wim@fluendo.com>
7769
7770         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
7771         Fix documentation, it is not possible to control the framerate of jpegdec
7772         using filtered caps yet. Fixes #355210.
7773         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
7774         stop when there is an error.
7775
7776 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
7777
7778         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
7779         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
7780           Don't interpret a first buffer with an offset of NONE as
7781           'from the middle of the stream', but only a first buffer
7782           that has a valid buffer offset that's non-zero (see #345449).
7783
7784 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
7785
7786         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
7787         (gst_icydemux_typefind_or_forward):
7788         * gst/icydemux/gsticydemux.h:
7789           When we merge/collect multiple incoming buffers for typefinding
7790           purposes, keep an initial 0 offset on the first outgoing buffer
7791           as well (otherwise id3demux won't work right). Fixes #345449.
7792           Also Make buffer metadata writable before setting buffer caps.
7793
7794         * tests/check/elements/icydemux.c: (typefind_succeed),
7795         (cleanup_icydemux), (push_data), (GST_START_TEST),
7796         (icydemux_suite):
7797           Small test case for the above.
7798
7799 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
7800
7801         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
7802         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
7803         (gst_avi_demux_stream_header_push),
7804         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
7805         (gst_avi_demux_loop):
7806           More code reuse and better logging in _peek_chunk(). Reintroduce check
7807           for chunk sizes before reading them (avoid oom). Better handling for 
7808           invalid chunksizes when streaming.
7809
7810 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
7811
7812         * gst/level/gstlevel.c: (gst_level_set_property):
7813         * gst/level/gstlevel.h:
7814           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
7815           René Stadler
7816
7817 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
7818
7819         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
7820         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
7821         (gst_avi_demux_stream_data):
7822           Revert one change to fix streaming avi (adapter size != data size).
7823
7824 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
7825
7826         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
7827
7828         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
7829         (gst_matroska_demux_reset),
7830         (gst_matroska_demux_read_track_encodings),
7831         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
7832         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7833         (gst_matroska_demux_subtitle_caps):
7834         * gst/matroska/matroska-ids.h:
7835           Add support for VOBSUB subtitle tracks and zlib-compressed
7836           tracks. Make sure we start on a keyframe after a seek. (#343348)
7837
7838 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
7839
7840         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
7841         (gst_matroska_demux_push_flac_codec_priv_data),
7842         (gst_matroska_demux_push_xiph_codec_priv_data),
7843         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7844         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
7845         * gst/matroska/matroska-ids.h:
7846           Add basic FLAC support (#311586), not perfect yet though, needs some
7847           tweaking in flacdec; also, seeking could be better.
7848           Do better bounds checking when deserialising vorbis stream headers
7849           to make sure we don't read beyond the end of the buffer on bad input.
7850
7851 2006-09-04  Wim Taymans  <wim@fluendo.com>
7852
7853         Patch by: Alessandro Decina <alessandro at nnva dot org>
7854
7855         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
7856         Seeking back in a file containing a CMML stream errors out if the seek
7857         goes back up to the CMML headers. This is because after the seek the xml
7858         processing instruction <?xml ...?> is submitted to the xml parser again, 
7859         which results in an error. The attached patch fixes the problem. 
7860         Fixes #353908.
7861
7862         * ext/annodex/gstcmmlenc.h:
7863         Fix authors name.
7864
7865
7866 2006-08-28  Andy Wingo  <wingo@pobox.com>
7867
7868         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
7869         New helper function to lessen the ifdefs.
7870         (GST_INFO_OBJECT): 
7871         (gst_dv1394src_iso_receive): Use it.
7872         (gst_dv1394src_create): Also use the control sockets in iec61883
7873         mode.
7874         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
7875         handle for AVC operations; fixes #348233.
7876
7877 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
7878
7879         * configure.ac:
7880         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7881         * docs/plugins/inspect/plugin-audiofx.xml:
7882         * docs/plugins/inspect/plugin-audiofxgood.xml:
7883         * gst/audiofx/Makefile.am:
7884         * gst/audiofx/audiofx.c:
7885         * gst/audiofxgood/.cvsignore:
7886         * gst/audiofxgood/Makefile.am:
7887         * gst/audiofxgood/audiofx.c:
7888         * gst/audiofxgood/audiopanorama.c:
7889         * gst/audiofxgood/audiopanorama.h:
7890           Rename again (audiofxgood -> audiofx).
7891
7892 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
7893
7894         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
7895         (gst_avi_demux_stream_scan):
7896           Initialze variables.
7897
7898 2006-08-25  Wim Taymans  <wim@fluendo.com>
7899
7900         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
7901         (gst_avi_demux_init), (gst_avi_demux_finalize),
7902         (gst_avi_demux_reset), (gst_avi_demux_index_last),
7903         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
7904         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
7905         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
7906         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
7907         (gst_avi_demux_massage_index),
7908         (gst_avi_demux_calculate_durations_from_index),
7909         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
7910         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
7911         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
7912         (gst_avi_demux_change_state):
7913         * gst/avi/gstavidemux.h:
7914         More attempts to turn this into readable code.
7915         Don't leak adapters.
7916         Calculate duration according to index more efficiently.
7917         Don't try to act like we drive the pipeline in chain mode.
7918
7919 2006-08-25  Wim Taymans  <wim@fluendo.com>
7920
7921         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
7922         Fix build.
7923
7924 2006-08-25  Wim Taymans  <wim@fluendo.com>
7925
7926         Patch by: Alessandro Decina <alessandro at nnva dot org>
7927
7928         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
7929         Do some extra sanity checks.
7930         Fixes #350340.
7931
7932         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
7933         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
7934         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
7935         Check if clip->start_time is valid before adding the clip to the
7936         track list.
7937         Reset enc->preamble going from PAUSED to READY.
7938         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
7939         only used for EOS.
7940         Only post an error message if we were the one that created the fatal
7941         GstFlowReturn value.
7942
7943         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
7944         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
7945         Parse the seconds field of the npt-sec time format using %llu rather than
7946         %d and check that the value scaled by GST_SECOND doesn't overflow.
7947         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
7948         Lookup a clip's track with clip->track rather than clip->id which
7949         makes no sense.
7950         Identify a clip by its track and start time and not its xml id.
7951         do some more input checking and make sure we don't do undefined shifts.
7952
7953         * tests/check/elements/cmmldec.c: (setup_cmmldec),
7954         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
7955         (cmml_tag_message_pop), (check_headers), (push_clip_full),
7956         (push_clip), (push_empty_clip), (check_output_clip),
7957         (GST_START_TEST), (cmmldec_suite):
7958         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
7959         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
7960         (check_headers), (push_clip), (check_clip_times), (check_clip),
7961         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
7962         Added some more checks.
7963
7964 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
7965
7966         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
7967         (gst_audio_panorama_set_property),
7968         (gst_audio_panorama_get_property),
7969         (gst_audio_panorama_transform_m2s_int),
7970         (gst_audio_panorama_transform_s2s_int),
7971         (gst_audio_panorama_transform_m2s_float),
7972         (gst_audio_panorama_transform_s2s_float):
7973         * gst/audiofxgood/audiopanorama.h:
7974         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
7975           Make also the pan-property float (saves scaling and yields better
7976           resolution)
7977
7978 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
7979
7980         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
7981         (gst_audio_panorama_transform_m2s_float),
7982         (gst_audio_panorama_transform_s2s_float):
7983           ChangeLog surgery to add cymax's real name
7984
7985
7986 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
7987
7988         Patch by: René Stadler <mail@renestadler.de>
7989
7990         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
7991         (gst_audio_panorama_transform_m2s_int),
7992         (gst_audio_panorama_transform_s2s_int),
7993         (gst_audio_panorama_transform_m2s_float),
7994         (gst_audio_panorama_transform_s2s_float),
7995         (gst_audio_panorama_transform):
7996         * gst/audiofxgood/audiopanorama.h:
7997           Added float support
7998
7999 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8000
8001         * gst/audiofxgood/audiopanorama.c:
8002         (gst_audio_panorama_transform_m2s):
8003           Fix docs & debug category. Add Fixme for volume pan levels.
8004
8005 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8006
8007         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8008         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8009         (gst_avi_demux_stream_header_pull),
8010         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8011         (gst_avi_demux_chain):
8012           unbreak AVI index handling, some more debug, remove an obsolete
8013           adapter_flush that caused streaming to wander off in the wild
8014
8015 2006-08-24  Wim Taymans  <wim@fluendo.com>
8016
8017         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8018         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
8019         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
8020         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8021         (gst_avi_demux_calculate_durations_from_index),
8022         (gst_avi_demux_stream_header_push),
8023         (gst_avi_demux_stream_header_pull):
8024         * gst/avi/gstavidemux.h:
8025         Some more cleanups. 
8026         Fix totalFrames parsing in ODML.
8027         Disable use of index for length calculation in case of ODML as this is
8028         broken now.
8029
8030 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
8031
8032         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
8033           Use libgsttag helper function here too.
8034
8035 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
8036
8037         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8038         (gst_avi_demux_init), (gst_avi_demux_dispose),
8039         (gst_avi_demux_reset), (gst_avi_demux_index_next),
8040         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
8041         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8042         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
8043         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
8044         (gst_avi_demux_parse_subindex),
8045         (gst_avi_demux_read_subindexes_push),
8046         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
8047         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8048         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
8049         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
8050         (gst_avi_demux_stream_header_pull),
8051         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8052         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
8053         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
8054         (gst_avi_demux_change_state):
8055         * gst/avi/gstavidemux.h:
8056           Initial streaming support for avidemux (fixes #336465)
8057
8058 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8059
8060         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8061           There is no taglibmux element ...
8062
8063         * gst/rtsp/gstrtspsrc.c:
8064           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
8065           was complaining about unknown entity here.
8066
8067 2006-08-22  Wim Taymans  <wim@fluendo.com>
8068
8069         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8070         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
8071         (gst_avi_demux_process_next_entry):
8072         * gst/avi/gstavidemux.h:
8073         Mark DISCONT.
8074         Remove old unused fields and reorder the struct a bit.
8075
8076 2006-08-22  Wim Taymans  <wim@fluendo.com>
8077
8078         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8079         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
8080         (gst_rtspsrc_pause):
8081         * gst/rtsp/gstrtspsrc.h:
8082         * sys/oss/gstosssink.c: (gst_oss_sink_open),
8083         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
8084         Small documentation updates.
8085
8086 2006-08-22  Wim Taymans  <wim@fluendo.com>
8087
8088         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8089         (gst_avi_demux_index_entry_for_time),
8090         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8091         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
8092         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8093         (gst_avi_demux_next_data_buffer),
8094         (gst_avi_demux_calculate_durations_from_index),
8095         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
8096         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
8097         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8098         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
8099         * gst/avi/gstavidemux.h:
8100         Precalc most of the duration query for each stream.
8101         Make seeking more correct.
8102         Use GstSegment to track position and duration.
8103         Code cleanups and leak fixes.
8104         Calculate correct total duration based on index length.
8105
8106 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
8107
8108         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
8109         (parse_insert_string_field):
8110           If strings in text fields are marked ISO8859-1, but contain
8111           valid UTF-8 already, then handle them as UTF-8 and ignore
8112           the encoding. (#351794)
8113
8114 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8115
8116         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
8117         (gst_flac_dec_write), (gst_flac_dec_loop),
8118         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
8119         (gst_flac_dec_src_query):
8120         * ext/flac/gstflacdec.h:
8121           Make flac-in-ogg work (#352100).
8122
8123 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8124
8125         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8126           Don't unref buffers of which we've already given away
8127           ownership to the adapter.
8128
8129 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8130
8131         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
8132           Make metadata extraction actually work.
8133
8134         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
8135         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
8136         (gst_speexenc_chain):
8137           Fix metadata writing: replace old code which wrote completely
8138           broken tags with libgsttag-based code. Plus miscellaneous
8139           code cleanups (use static pad templates etc.) and a bunch
8140           of leak fixes.
8141
8142 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8143
8144         * gst/audiopanorama/.cvsignore:
8145         * gst/audiopanorama/Makefile.am:
8146         * gst/audiopanorama/audiofx.c:
8147         * gst/audiopanorama/audiopanorama.c:
8148         * gst/audiopanorama/audiopanorama.h:
8149           die! die! die! you should never have been there
8150
8151 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8152
8153         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8154         Fix invalid memory access in audiopanorama test suite.
8155
8156 2006-08-21  Edward Hervey  <edward@fluendo.com>
8157
8158         * tests/check/elements/.cvsignore:
8159         ignore built file
8160
8161 2006-08-21  Wim Taymans  <wim@fluendo.com>
8162
8163         * gst/rtp/Makefile.am:
8164         Fix the build again.
8165
8166 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8167
8168         * gst/audiofxgood/.cvsignore:
8169         * gst/audiofxgood/Makefile.am:
8170         * gst/audiofxgood/audiofx.c: (plugin_init):
8171         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8172         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8173         (gst_audio_panorama_set_property),
8174         (gst_audio_panorama_get_property),
8175         (gst_audio_panorama_get_unit_size),
8176         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8177         (gst_audio_panorama_transform_m2s),
8178         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8179         * gst/audiofxgood/audiopanorama.h:
8180           resubmit with the desired name *again*
8181
8182 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8183
8184         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
8185         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
8186           use g_assert in _get_unit_size
8187
8188 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8189
8190         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8191         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8192         * docs/plugins/inspect/plugin-audiofxgood.xml:
8193           cleanup -unused.txt to make it useful, add previously missing docs
8194
8195         * ext/Makefile.am:
8196           Quietly (accidentally) enable LADSPA for building by default, 
8197           despite the fact that it doesn't meet the plugin checklist.
8198             -- Added by Jan Schmidt 18 Dec 2006
8199
8200         * ext/esd/esdmon.c:
8201         * ext/esd/esdsink.c:
8202         * ext/esd/gstesd.c: (plugin_init):
8203           reflow to get rid of two external symbols
8204
8205         * gst/audiofxgood/audiofx.c: (plugin_init):
8206           re-add
8207
8208 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8209
8210         * configure.ac:
8211         * gst/audiofxgood/.cvsignore:
8212         * gst/audiofxgood/Makefile.am:
8213         * gst/audiofxgood/audiofx.c
8214         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8215         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8216         (gst_audio_panorama_set_property),
8217         (gst_audio_panorama_get_property),
8218         (gst_audio_panorama_get_unit_size),
8219         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8220         (gst_audio_panorama_transform_m2s),
8221         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8222         * gst/audiofxgood/audiopanorama.h:
8223         * tests/check/Makefile.am:
8224         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
8225         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
8226         (panorama_suite), (main):
8227         Add audiofxgood plugin with audiopanorama element
8228
8229 2006-08-18  Wim Taymans  <wim@fluendo.com>
8230
8231         * docs/plugins/Makefile.am:
8232         More Oss docs fixage. 
8233
8234 2006-08-18  Wim Taymans  <wim@fluendo.com>
8235
8236         * gst/rtp/Makefile.am:
8237         * gst/rtp/gstrtp.c: (plugin_init):
8238         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
8239         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
8240         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
8241         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
8242         (gst_rtp_sv3v_depay_get_property),
8243         (gst_rtp_sv3v_depay_change_state),
8244         (gst_rtp_sv3v_depay_plugin_init):
8245         * gst/rtp/gstrtpsv3vdepay.h:
8246         Added experimental SVQ3 depayloader.
8247
8248 2006-08-18  Edward Hervey  <edward@fluendo.com>
8249
8250         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
8251         (gst_dvdemux_loop), (gst_dvdemux_change_state):
8252         * ext/dv/gstdvdemux.h:
8253         When handling seek requests, don't send the newsegment event from the
8254         calling thread. Instead save it so it can be sent from the streaming
8255         thread.
8256
8257 2006-08-17  Wim Taymans  <wim@fluendo.com>
8258
8259         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8260
8261         * gst/multipart/multipartdemux.c: (multipart_parse_header):
8262         Accept leading whitespace before the boundary
8263         This patch makes the demuxer allow some whitespace before the actual
8264         boundary. This makes the demuxer work with the ``old'' gstreamer
8265         multipartmuxer again (which placed an extra \n before the start
8266         of the stream) Fixes #349068.
8267
8268 2006-08-17  Wim Taymans  <wim@fluendo.com>
8269
8270         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
8271         Error out on non-implemented stuff.
8272
8273 2006-08-16  Wim Taymans  <wim@fluendo.com>
8274
8275         Patch by: Andy Wingo <wingo at pobox dot com>
8276
8277         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
8278         (gst_signal_processor_start), (gst_signal_processor_stop),
8279         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
8280         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
8281         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
8282         (gst_signal_processor_change_state):
8283         Make ladspa elements reusable. Fixes #350006.
8284
8285 2006-08-16  Wim Taymans  <wim@fluendo.com>
8286
8287         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
8288         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
8289         names as possible. Fixes #349901.
8290
8291 2006-08-16  Wim Taymans  <wim@fluendo.com>
8292
8293         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
8294         (gst_signal_processor_do_pushes):
8295         A push() gives away our refcount so we should not use the buffer on the
8296         pen anymore.
8297
8298 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8299
8300         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8301         (gst_oss_mixer_element_finalize):
8302           Don't leak device string.
8303
8304 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8305
8306         * configure.ac:
8307           Require CVS of GStreamer core and -base (for
8308           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
8309
8310         * ext/taglib/gstid3v2mux.cc:
8311           Write extended comment tags properly (#348762).
8312
8313         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8314         (parse_comment_frame):
8315           Extract COMM frames into extended comments, which makes it
8316           easier to properly retain the description bit of the tag
8317           and maintain this information when re-tagging (#348762).
8318
8319 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8320
8321         * tests/check/Makefile.am:
8322           Don't try to run annodex unit tests if the annodex
8323           plugin has not been built (Fixes #351116).
8324
8325 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8326
8327         * gst/autodetect/gstautoaudiosink.c:
8328         (gst_auto_audio_sink_find_best):
8329           When we can't find a usable audiosink, don't error out,
8330           but use a fake sink instead and post a warning message
8331           on the bus (#341278).
8332
8333 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8334
8335         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
8336         * sys/oss/gstosssink.c:
8337         * sys/oss/gstosssrc.c:
8338           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
8339           ossmixer's new device property.
8340
8341         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8342         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8343           Add docs for OSS elements.
8344
8345         * docs/plugins/inspect/plugin-aasink.xml:
8346         * docs/plugins/inspect/plugin-alaw.xml:
8347         * docs/plugins/inspect/plugin-alpha.xml:
8348         * docs/plugins/inspect/plugin-alphacolor.xml:
8349         * docs/plugins/inspect/plugin-annodex.xml:
8350         * docs/plugins/inspect/plugin-apetag.xml:
8351         * docs/plugins/inspect/plugin-auparse.xml:
8352         * docs/plugins/inspect/plugin-autodetect.xml:
8353         * docs/plugins/inspect/plugin-avi.xml:
8354         * docs/plugins/inspect/plugin-cacasink.xml:
8355         * docs/plugins/inspect/plugin-cairo.xml:
8356         * docs/plugins/inspect/plugin-cdio.xml:
8357         * docs/plugins/inspect/plugin-cutter.xml:
8358         * docs/plugins/inspect/plugin-debug.xml:
8359         * docs/plugins/inspect/plugin-dv.xml:
8360         * docs/plugins/inspect/plugin-efence.xml:
8361         * docs/plugins/inspect/plugin-effectv.xml:
8362         * docs/plugins/inspect/plugin-esdsink.xml:
8363         * docs/plugins/inspect/plugin-flac.xml:
8364         * docs/plugins/inspect/plugin-flxdec.xml:
8365         * docs/plugins/inspect/plugin-gconfelements.xml:
8366         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8367         * docs/plugins/inspect/plugin-goom.xml:
8368         * docs/plugins/inspect/plugin-halelements.xml:
8369         * docs/plugins/inspect/plugin-icydemux.xml:
8370         * docs/plugins/inspect/plugin-id3demux.xml:
8371         * docs/plugins/inspect/plugin-jpeg.xml:
8372         * docs/plugins/inspect/plugin-level.xml:
8373         * docs/plugins/inspect/plugin-matroska.xml:
8374         * docs/plugins/inspect/plugin-mulaw.xml:
8375         * docs/plugins/inspect/plugin-multipart.xml:
8376         * docs/plugins/inspect/plugin-navigationtest.xml:
8377         * docs/plugins/inspect/plugin-ossaudio.xml:
8378         * docs/plugins/inspect/plugin-png.xml:
8379         * docs/plugins/inspect/plugin-rtp.xml:
8380         * docs/plugins/inspect/plugin-rtsp.xml:
8381         * docs/plugins/inspect/plugin-shout2send.xml:
8382         * docs/plugins/inspect/plugin-smpte.xml:
8383         * docs/plugins/inspect/plugin-speex.xml:
8384         * docs/plugins/inspect/plugin-taglib.xml:
8385         * docs/plugins/inspect/plugin-udp.xml:
8386         * docs/plugins/inspect/plugin-videobalance.xml:
8387         * docs/plugins/inspect/plugin-videobox.xml:
8388         * docs/plugins/inspect/plugin-videoflip.xml:
8389         * docs/plugins/inspect/plugin-videomixer.xml:
8390         * docs/plugins/inspect/plugin-wavenc.xml:
8391         * docs/plugins/inspect/plugin-wavparse.xml:
8392         * docs/plugins/inspect/plugin-ximagesrc.xml:
8393           Update to CVS version.
8394           
8395 2006-08-16  Wim Taymans  <wim@fluendo.com>
8396
8397         * gst/rtp/gstrtpamrdepay.c:
8398         * gst/rtp/gstrtpmp4gdepay.c:
8399         Caps extra properties must be defined as strings for
8400         depayloaders because they are generated from an SDP.
8401
8402         * gst/rtp/Makefile.am:
8403         * gst/rtp/gstrtp.c: (plugin_init):
8404         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
8405         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
8406         (gst_rtp_h264_depay_finalize), (decode_base64),
8407         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
8408         (gst_rtp_h264_depay_set_property),
8409         (gst_rtp_h264_depay_get_property),
8410         (gst_rtp_h264_depay_change_state),
8411         (gst_rtp_h264_depay_plugin_init):
8412         * gst/rtp/gstrtph264depay.h:
8413         Added basic, not completely functional RFC 3984 H264 depayloader.
8414
8415 2006-08-16  Wim Taymans  <wim@fluendo.com>
8416
8417         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
8418         Add pads after setting them up.
8419
8420         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8421         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
8422         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
8423         (gst_rtspsrc_stream_setup_rtp),
8424         (gst_rtspsrc_stream_configure_transport),
8425         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
8426         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8427         (gst_rtspsrc_pause):
8428         * gst/rtsp/gstrtspsrc.h:
8429         Fix interleaved mode.
8430          - Protect streaming with lock.
8431          - Combine flows
8432          - set caps on outgoing buffers.
8433          - strip trailing \0 from data packets.
8434          - Configure RTP/RTCP in stream.
8435         Use DEBUG_OBJECT more.
8436
8437 2006-08-16  Wim Taymans  <wim@fluendo.com>
8438
8439         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
8440         Turn a g_print into a DEBUG line.
8441
8442 2006-08-13  Wim Taymans  <wim@fluendo.com>
8443
8444         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
8445         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8446         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
8447         (gst_oss_mixer_element_get_property),
8448         (gst_oss_mixer_element_change_state):
8449         * sys/oss/gstossmixerelement.h:
8450         Small cleanups. Better error reporting.
8451         Add device property for the mixer instead of the hardcoded
8452         /dev/mixer. Fixes #350785.
8453         API: GstOssMixerElement::device property
8454
8455 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
8456
8457         Patch by: Jens Granseuer <jensgr at gmx net>
8458
8459         * gconf/Makefile.am:
8460           Make --disable-schemas work right (they still need
8461           to be copied to the installation directory, just not
8462           applied). Fixes #351347 (also #344100).
8463           
8464 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8465
8466         * configure.ac: back to HEAD
8467
8468 === release 0.10.4 ===
8469
8470 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
8471
8472         * configure.ac:
8473           releasing 0.10.4, "Dear Leader"
8474
8475 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8476
8477         Patch by: Edward Hervey <edward@fluendo.com>
8478
8479         * configure.ac:
8480         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8481         (gst_wavparse_stream_data):
8482         Send the newsegment event in the streaming thread.
8483         Fixes #347529
8484
8485 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
8486
8487         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
8488         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
8489         (gst_smokeenc_resync), (gst_smokeenc_chain):
8490           Refuse sink caps in the encoder if width or height is not a
8491           multiple of 16, the encoder does not support that yet (#349939);
8492           along the same lines, check the return value of the encoder
8493           setup function; also remove some debug log clutter.
8494
8495 2006-08-04  Andy Wingo  <wingo@pobox.com>
8496
8497         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
8498         whether a processor can work in place or not, and for keeping
8499         track of its state. Change the FlowReturn instance variable from
8500         "state" to "flow_state", all callers changed.
8501
8502         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
8503         (gst_signal_processor_start, gst_signal_processor_stop)
8504         (gst_signal_processor_cleanup): New functions to manage the
8505         processor's state.
8506         (gst_signal_processor_setcaps): start() as well as setup() here.
8507         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
8508         (gst_signal_processor_change_state): Stop and cleanup the
8509         processor as we go to NULL.
8510
8511         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
8512         INPLACE_BROKEN is not set.
8513
8514         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
8515         Do the alloc_buffer in bytes, not frames.
8516         
8517 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8518
8519         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
8520         Fix rgb masks when recording in < 24bpp.
8521
8522 2006-08-04  Andy Wingo  <wingo@pobox.com>
8523
8524         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
8525         (gst_signal_processor_prepare)
8526         (gst_signal_processor_update_inputs)
8527         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
8528         (gst_signal_processor_flush)
8529         (gst_signal_processor_sink_activate_push)
8530         (gst_signal_processor_src_activate_pull)
8531         (gst_signal_processor_change_state): Remove the last of the code
8532         that assumes that we process whole buffers at a time. Fix some
8533         debugging. Seems to work now in some cases.
8534         (gst_signal_processor_src_activate_pull): BPB
8535
8536 2006-08-01  Andy Wingo  <wingo@pobox.com>
8537
8538         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
8539         Fix nframes-choosing.
8540         (gst_signal_processor_init): Init pending_in and pending_out.
8541
8542         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
8543         more default sample rate, although we never check that the sample
8544         rate actually gets set. Something for the future.
8545         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
8546         (gst_signal_processor_event): Refcount fixen.
8547         (gst_signal_processor_process): Pull the number of frames to
8548         process from the sizes of the buffers in the input pens.
8549         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
8550         (gst_signal_processor_do_pulls): Add an nframes argument, and use
8551         it instead of buffer_frames.
8552         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
8553         to do_pulls.
8554         (gst_signal_processor_chain)
8555         (gst_signal_processor_sink_activate_push)
8556         (gst_signal_processor_src_activate_pull):  Refcount fixen.
8557
8558         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
8559
8560 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
8561
8562         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
8563         (gst_signal_processor_process):
8564           don't query buffer-frames from caps, add lots of debug-log,
8565           try fix for assert (#349189)
8566
8567 2006-07-31  Wim Taymans  <wim@fluendo.com>
8568
8569         * gst/udp/gstudpsrc.c:
8570         Fix docs.
8571
8572 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
8573
8574         * ext/ladspa/gstsignalprocessor.c:
8575         (gst_signal_processor_add_pad_from_template),
8576         (gst_signal_processor_init), (gst_signal_processor_setcaps),
8577         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
8578         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
8579         (gst_signal_processor_sink_activate_push),
8580         (gst_signal_processor_src_activate_pull),
8581         (gst_signal_processor_change_state):
8582          Add debugs logs here and there, add more error handling, add some
8583          FIXME comments, filed #349189
8584
8585 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8586
8587         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
8588         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
8589         Set caps on buffer correctly.  Fixes bug #349155.
8590
8591 2006-07-28  Wim Taymans  <wim@fluendo.com>
8592
8593         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8594
8595         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
8596         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
8597         (gst_multipart_demux_finalize), (get_line_end),
8598         (multipart_parse_header), (multipart_find_boundary),
8599         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
8600         (gst_multipart_set_property), (gst_multipart_get_property):
8601         Uses GstAdapter instead of own buffering.
8602         Actually parses the mime-type correctly (In tests the mime-type was
8603         always "" with the old version).
8604         Uses the Content-length header if available to speed up things.
8605         Reliably autoscans the boundary name by default.
8606         Fixes #349068.
8607
8608         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
8609         Don't start the stream with a \n.
8610
8611 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
8612
8613         Patch by: Brian Cameron <brian dot cameron at sun com>
8614
8615         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
8616           Open source with O_NONBLOCK (#349015).
8617
8618 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
8619
8620         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8621         (gst_avi_demux_massage_index):
8622         * gst/avi/gstavidemux.h:
8623           Whitespace fixes and more debug
8624
8625 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8626
8627         * gst/autodetect/gstautoaudiosink.c:
8628         (gst_auto_audio_sink_create_element_with_pretty_name),
8629         (gst_auto_audio_sink_find_best),
8630         (gst_auto_audio_sink_change_state):
8631           Get rid of old and unused magic sound-server properties stuff.
8632           Add suffix to child sink's name that makes it easy to see from
8633           the name alone which type it actually is (alsa, oss, esd, etc.).
8634
8635 2006-07-27  Wim Taymans  <wim@fluendo.com>
8636
8637         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8638         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
8639         (gst_udpsrc_start):
8640         * gst/udp/gstudpsrc.h:
8641         Rename "buffer" to "buffer-size" to make clear it is a size we set and
8642         not some sort of feature we enable.
8643
8644 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8645
8646         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
8647           Use CLOSE_SOCKET() here instead of close() to maintain
8648           win32 workiness.
8649
8650 2006-07-27  Wim Taymans  <wim@fluendo.com>
8651
8652         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8653
8654         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8655         (gst_udpsrc_create), (gst_udpsrc_set_property),
8656         (gst_udpsrc_get_property), (gst_udpsrc_start):
8657         * gst/udp/gstudpsrc.h:
8658         Added "buffer-size" property to control the kernel receive buffer size.
8659         Update documentation.
8660         Small cleanups. Fixes #348752.
8661         API: buffer-size property
8662
8663 2006-07-26  Wim Taymans  <wim@fluendo.com>
8664
8665         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
8666
8667         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
8668         (gst_rtp_pcma_pay_handle_buffer):
8669         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
8670         (gst_rtp_pcmu_pay_handle_buffer):
8671         Fix timestamp calculation on outgoing RTP packets.
8672         Fixes #348675.
8673
8674 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8675
8676         * ext/taglib/gstid3v2mux.cc:
8677           Fix writing of comment frames (should be COMM not TCOM),
8678           is still sub-optimal though, since we don't retain or
8679           extract the comment descriptions properly (#334375,
8680           also see #334375).
8681
8682 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8683
8684         * gst/wavparse/gstwavparse.c:
8685           #define 'fact' RIFF chunk if we are not compiling against
8686           -base CVS (we don't want to depend on -base CVS for this
8687           one define only, and also not for release order reasons).
8688
8689 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8690
8691         * ext/taglib/gstid3v2mux.cc:
8692           Handle multiple tags of the same type properly. Re-inject
8693           unparsed ID3v2 frames that we get as binary blobs from
8694           id3demux into the tag again so we don't lose information
8695           when retagging (#334375).
8696
8697 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
8698
8699         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
8700           Document newly-added properties properly, so that there is a
8701           'Since: 0.10.4' in the plugin docs. Convert some property
8702           names into canonical GObject style (GObject will do that
8703           internally anyway).
8704
8705 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
8706
8707         * gst/id3demux/id3tags.c:
8708         (id3demux_add_id3v2_frame_blob_to_taglist):
8709           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
8710           well, and add the version to the blob's buffer caps, since that
8711           information will be needed for deserialisation later on (#348644).
8712
8713 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
8714
8715         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
8716         (gst_avi_demux_parse_stream):
8717          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
8718          indentation and spacing.
8719
8720 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8721
8722         * docs/plugins/Makefile.am:
8723         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8724         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8725         * docs/plugins/gst-plugins-good-plugins.args:
8726         * docs/plugins/inspect/plugin-1394.xml:
8727         * docs/plugins/inspect/plugin-aasink.xml:
8728         * docs/plugins/inspect/plugin-alaw.xml:
8729         * docs/plugins/inspect/plugin-alpha.xml:
8730         * docs/plugins/inspect/plugin-alphacolor.xml:
8731         * docs/plugins/inspect/plugin-annodex.xml:
8732         * docs/plugins/inspect/plugin-apetag.xml:
8733         * docs/plugins/inspect/plugin-auparse.xml:
8734         * docs/plugins/inspect/plugin-autodetect.xml:
8735         * docs/plugins/inspect/plugin-avi.xml:
8736         * docs/plugins/inspect/plugin-cacasink.xml:
8737         * docs/plugins/inspect/plugin-cairo.xml:
8738         * docs/plugins/inspect/plugin-cdio.xml:
8739         * docs/plugins/inspect/plugin-cutter.xml:
8740         * docs/plugins/inspect/plugin-debug.xml:
8741         * docs/plugins/inspect/plugin-dv.xml:
8742         * docs/plugins/inspect/plugin-efence.xml:
8743         * docs/plugins/inspect/plugin-effectv.xml:
8744         * docs/plugins/inspect/plugin-esdsink.xml:
8745         * docs/plugins/inspect/plugin-flac.xml:
8746         * docs/plugins/inspect/plugin-flxdec.xml:
8747         * docs/plugins/inspect/plugin-gconfelements.xml:
8748         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8749         * docs/plugins/inspect/plugin-goom.xml:
8750         * docs/plugins/inspect/plugin-halelements.xml:
8751         * docs/plugins/inspect/plugin-icydemux.xml:
8752         * docs/plugins/inspect/plugin-id3demux.xml:
8753         * docs/plugins/inspect/plugin-jpeg.xml:
8754         * docs/plugins/inspect/plugin-level.xml:
8755         * docs/plugins/inspect/plugin-matroska.xml:
8756         * docs/plugins/inspect/plugin-mulaw.xml:
8757         * docs/plugins/inspect/plugin-multipart.xml:
8758         * docs/plugins/inspect/plugin-navigationtest.xml:
8759         * docs/plugins/inspect/plugin-ossaudio.xml:
8760         * docs/plugins/inspect/plugin-png.xml:
8761         * docs/plugins/inspect/plugin-rtp.xml:
8762         * docs/plugins/inspect/plugin-rtsp.xml:
8763         * docs/plugins/inspect/plugin-shout2send.xml:
8764         * docs/plugins/inspect/plugin-smpte.xml:
8765         * docs/plugins/inspect/plugin-speex.xml:
8766         * docs/plugins/inspect/plugin-udp.xml:
8767         * docs/plugins/inspect/plugin-videobalance.xml:
8768         * docs/plugins/inspect/plugin-videobox.xml:
8769         * docs/plugins/inspect/plugin-videoflip.xml:
8770         * docs/plugins/inspect/plugin-videomixer.xml:
8771         * docs/plugins/inspect/plugin-wavenc.xml:
8772         * docs/plugins/inspect/plugin-wavparse.xml:
8773         * docs/plugins/inspect/plugin-ximagesrc.xml:
8774           Update files to CVS/Prerelease version, add esdsink docs.
8775
8776         * ext/esd/esdsink.c:
8777           Add gtk-doc blurb.
8778
8779         * gst/rtp/gstrtpmp4vpay.c:
8780           Fix typo in element description.
8781
8782 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8783
8784         * ext/esd/esdsink.c: (gst_esdsink_open),
8785         (gst_esdsink_factory_init):
8786           Prevent libesd from auto-spawning a sound daemon if it
8787           is not already running. Now that we don't do evil stuff
8788           like that any longer we can give esdsink a rank so that
8789           autoaudiosink will try it as well if all other audio
8790           sinks fail (#343051).
8791
8792 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8793
8794         * ext/esd/Makefile.am:
8795           Oops, need to remove README from EXTRA_DIST as well.
8796
8797 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8798
8799         * ext/esd/README:
8800           Remove, it contains nothing useful anyway.
8801
8802         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
8803         (gst_esdsink_delay):
8804           Some small clean-ups; use GST_BOILERPLATE etc.
8805
8806 2006-07-24  Wim Taymans  <wim@fluendo.com>
8807
8808         * gst/law/alaw-decode.c: (alawdec_getcaps):
8809         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
8810         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
8811         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
8812         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
8813
8814 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
8815
8816         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
8817         (gst_wavparse_other), (gst_wavparse_perform_seek),
8818         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
8819         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
8820         (gst_wavparse_pad_query):
8821         * gst/wavparse/gstwavparse.h:
8822           Use information from 'fact' chunk for length calculation of compressed
8823           samples. Calculate bps if bogus value is found in wav header (embeded
8824           mp2/mp3).
8825           
8826
8827 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8828
8829         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
8830
8831         * configure.ac:
8832         * gst/udp/Makefile.am:
8833         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
8834         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
8835         * gst/udp/gstdynudpsink.h:
8836         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
8837         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
8838         * gst/udp/gstmultiudpsink.h:
8839         * gst/udp/gstudp.c: (plugin_init):
8840         * gst/udp/gstudpsink.h:
8841         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
8842         (gst_udpsrc_start), (gst_udpsrc_stop):
8843         * gst/udp/gstudpsrc.h:
8844         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
8845         (gst_udp_net_utils_win32_wsa_startup):
8846         * gst/udp/gstudpnetutils.h:
8847           Port udp plugin to win32 (#345288).
8848
8849 2006-07-24  Wim Taymans  <wim@fluendo.com>
8850
8851         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
8852         Remove unwanted DEBUG line.
8853
8854 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
8855
8856         * gst/id3demux/gstid3demux.c: (plugin_init):
8857         * gst/id3demux/id3tags.c:
8858         (id3demux_add_id3v2_frame_blob_to_taglist):
8859         * gst/id3demux/id3tags.h:
8860           On second thought, it might be wiser and more efficient
8861           not to do tag registration from a streaming thread.
8862
8863 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
8864
8865         * gst/id3demux/id3tags.c:
8866         (id3demux_add_id3v2_frame_blob_to_taglist),
8867         (id3demux_id3v2_frames_to_tag_list):
8868           Put ID3v2 frames we can't parse as binary blobs into private
8869           tags, so that they are not lost when retagging, at least once
8870           id3v2mux has been taught to re-inject those frames again.
8871           See bug #334375.
8872
8873 2006-07-21  Wim Taymans  <wim@fluendo.com>
8874
8875         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8876         (gst_avi_demux_process_next_entry):
8877         Fix some leaks.
8878
8879         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
8880         Don't use \n in debug lines.
8881
8882 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
8883
8884         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8885         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8886           Add annodex and icydemux, cleanup the sections a bit
8887
8888 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
8889
8890         Patch by: Alex Lancaster <alexl at users sourceforge net>
8891
8892         * ext/taglib/gstid3v2mux.cc:
8893           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
8894           ID3v2 TSSE frames (#347898).
8895
8896 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
8897
8898         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
8899           Respect mpegversion for "video/mpeg" and give message in case of
8900           unhandled versions.
8901
8902 2006-07-17  Wim Taymans  <wim@fluendo.com>
8903
8904         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
8905         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
8906         (gst_pngdec_chain), (gst_pngdec_sink_event),
8907         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
8908         (gst_pngdec_sink_activate_push):
8909         * ext/libpng/gstpngdec.h:
8910         Use statically allocated segment instead of leaking.
8911         Various cleanups.
8912         Fix flush and seek handling.
8913
8914 2006-07-16  Wim Taymans  <wim@fluendo.com>
8915
8916         * gst/rtp/Makefile.am:
8917         * gst/rtp/gstrtp.c: (plugin_init):
8918         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
8919         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
8920         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
8921         (gst_rtp_mp4g_depay_set_property),
8922         (gst_rtp_mp4g_depay_get_property),
8923         (gst_rtp_mp4g_depay_change_state),
8924         (gst_rtp_mp4g_depay_plugin_init):
8925         * gst/rtp/gstrtpmp4gdepay.h:
8926         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
8927         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
8928         (gst_rtp_mp4g_pay_flush):
8929         Added simple generic mpeg4 depayloader.
8930         Fix generic mpeg4 payloader.
8931
8932 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
8933
8934         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
8935           Don't try doing state changes on a NULL pointer.
8936
8937 2006-07-14  Wim Taymans  <wim@fluendo.com>
8938
8939         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
8940
8941         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
8942         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
8943         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
8944         * gst/rtp/gstrtpamrdepay.h:
8945         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
8946         Fixes #321191
8947
8948 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8949
8950         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
8951         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
8952         Fix segfault when moving mouse pointer to the bottom right corner.
8953
8954 2006-07-12  Wim Taymans  <wim@fluendo.com>
8955
8956         * gst/rtp/Makefile.am:
8957         * gst/rtp/gstrtp.c: (plugin_init):
8958         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
8959         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
8960         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
8961         (gst_rtp_mp2t_depay_set_property),
8962         (gst_rtp_mp2t_depay_get_property),
8963         (gst_rtp_mp2t_depay_change_state),
8964         (gst_rtp_mp2t_depay_plugin_init):
8965         * gst/rtp/gstrtpmp2tdepay.h:
8966         Added mpeg2 TS depayloader. Closing #347234.
8967
8968 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8969
8970         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
8971           Remove g_assert that shouldn't be there and was triggered
8972           after trying to open a device that doesn't exist or can't
8973           be opened for some other reason (#347972).
8974
8975 2006-07-10  Edward Hervey  <edward@fluendo.com>
8976
8977         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8978         (gst_avi_demux_stream_header), (push_tag_lists):
8979         * gst/avi/gstavidemux.h:
8980         Don't push tag events found by gst_riff_parse_info() before outputting
8981         GST_EVENT_NEWSEGMENT.
8982
8983 2006-07-10  Wim Taymans  <wim@fluendo.com>
8984
8985         * gst/rtsp/Makefile.am:
8986         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
8987         (rtsp_connection_close):
8988         * gst/rtsp/rtspdefs.h:
8989         replaced closesocket and close in code with one CLOSE_SOCKET. 
8990         Some more cleanups. Fixes #345301.
8991
8992 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
8993
8994         * gst/autodetect/gstautoaudiosink.c:
8995           Fix example pipeline in docs.
8996
8997 2006-07-10  Wim Taymans  <wim@fluendo.com>
8998
8999         Patch by: Rob Taylor <robtaylor at floopily dot org>
9000
9001         * gst/udp/gstmultiudpsink.c: (join_multicast),
9002         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
9003         If a destination is added before the stream is set to PAUSED, the
9004         multicast group is not joined as the socket is not created yet. 
9005         Also TTL and LOOP should also be set. Fixes #346921.
9006
9007 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9008
9009         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9010         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9011         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
9012         (gst_ximage_src_init):
9013         * sys/ximage/gstximagesrc.h:
9014         Fix use-damage property to actually work :)
9015         Add startx, starty, endx, endy properties so screencasts other than full
9016         screen ones can work.
9017
9018 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9019
9020         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9021         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9022         (gst_ximage_src_class_init), (gst_ximage_src_init):
9023         * sys/ximage/gstximagesrc.h:
9024         Add use_damage property to offer ability to choose whether to use
9025         XDamage or not.
9026
9027 2006-07-07  Wim Taymans  <wim@fluendo.com>
9028
9029         * gst/goom/filters.c: (zoomFilterSetResolution):
9030         Avoid goom coredumping by clearing memory. 
9031         Fixes 345679.
9032
9033 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
9034
9035         * win32/vs6/libgstid3demux.dsp:
9036         Add a link to libgsttag-0.10.lib.
9037
9038 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9039
9040         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9041         (gst_tag_demux_read_range):
9042         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9043         (gst_id3demux_read_range):
9044           Don't return FLOW_UNEXPECTED when a buffer is before
9045           the start of the stream (which might happen with
9046           large ID3v2 tags if the tag reading was done pullrange
9047           based and we then switched to push mode later on).
9048           Fixes regression introduced by commit from June 29th.
9049
9050 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9051
9052         * ext/taglib/gstid3v2mux.cc:
9053           Make UTF-8 the default encoding when writing string
9054           tags (before, our UTF-8 strings would automatically
9055           be converted to ISO-8859-1 by taglib and written as
9056           ISO-8859-1 fields if that was possible).
9057
9058         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
9059         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
9060         (test_taglib_id3mux_with_tags):
9061           Add test case that makes sure our UTF-8 strings have
9062           actually been written into the tag as UTF-8.
9063
9064 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9065
9066         * configure.ac:
9067           Let's try that again.
9068
9069 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9070
9071         * configure.ac:
9072           Disable monoscope plugin for now until it fulfills
9073           all the requirements.
9074
9075 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9076
9077         * configure.ac:
9078         * gst/monoscope/Makefile.am:
9079         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
9080         (gst_monoscope_class_init), (gst_monoscope_init),
9081         (gst_monoscope_finalize), (gst_monoscope_reset),
9082         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
9083         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
9084         (gst_monoscope_sink_event), (gst_monoscope_src_event),
9085         (gst_monoscope_change_state), (plugin_init):
9086         * gst/monoscope/gstmonoscope.h:
9087           Port monoscope visualisation to 0.10.
9088
9089 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9090
9091         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
9092         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
9093           Return FLOW_UNEXPECTED when at the end of the file, not
9094           FLOW_ERROR. Fixes 'internal stream error' errors that
9095           would sometimes occur in totem when scrubbing to the
9096           end of an ID3v1 tagged mp3 file.
9097
9098 2006-07-03  Edward Hervey  <edward@fluendo.com>
9099
9100         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
9101         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
9102         (gst_pngdec_sink_event), (gst_pngdec_change_state):
9103         * ext/libpng/gstpngdec.h:
9104         Implement buffer clipping/dropping using GstSegment.
9105         This provides accurate seeking.
9106
9107 2006-07-03  Edward Hervey  <edward@fluendo.com>
9108
9109         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9110         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
9111         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
9112         (gst_avi_demux_process_next_entry), (push_tag_lists),
9113         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
9114         * gst/avi/gstavidemux.h:
9115         Proper aggregation of each stream's GstFlowReturn in order to figure out
9116         whether the task should stop or not.
9117         Don't send inline events before pushing out a NEW_SEGMENT, more
9118         specifically for GST_TAG_EVENT.
9119         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
9120         sub-indexes.
9121
9122 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
9123
9124         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9125
9126         * sys/sunaudio/gstsunaudiomixerctrl.c:
9127         (gst_sunaudiomixer_ctrl_build_list):
9128           Move "Monitor" slider to input tab so it works more like
9129           sdtaudiocontrol, which is what people on Solaris are used
9130           to using for their mixer program (#346259).
9131
9132 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9133
9134         * tests/check/elements/level.c: (GST_START_TEST):
9135           fix a leak, clean up at the end
9136
9137 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9138
9139         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9140         (gst_matroska_demux_send_event),
9141         (gst_matroska_demux_loop_stream_parse_id):
9142         * gst/matroska/matroska-ids.h:
9143           Send tag event after newsegment event.
9144
9145 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9146
9147         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9148         (gst_id3demux_read_range):
9149           Make sure we don't return GST_FLOW_OK with a NULL buffer in
9150           certain cases where a read beyond the end of the file is
9151           requested. Fixes #345930.
9152
9153         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9154         (gst_tag_demux_read_range):
9155           Fix same issue here as well.
9156
9157 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9158
9159         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9160         
9161         Fix hypothetical crash.
9162
9163 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9164
9165         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9166
9167         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
9168           Do not modify the ports value. If the user has turned off the
9169           built-in speakers, then we should not reset it in the prepare
9170           function, since this causes the built-in speakers to turn
9171           back on anytime the user changes a track in totem, rhythmbox,
9172           etc. (#346066).
9173
9174 2006-06-23  Wim Taymans  <wim@fluendo.com>
9175
9176         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
9177         Fix double caps unref when negotiation fails.
9178
9179 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9180
9181         * ext/annodex/gstcmmldec.c:
9182         * ext/annodex/gstcmmlenc.c:
9183         * ext/annodex/gstcmmlparser.c:
9184         * ext/dv/gstdvdec.c:
9185         * ext/dv/gstdvdemux.c:
9186         * ext/gdk_pixbuf/pixbufscale.c:
9187         * ext/jpeg/gstjpegenc.c:
9188         * ext/jpeg/gstsmokedec.c:
9189         * ext/jpeg/gstsmokeenc.c:
9190         * ext/libpng/gstpngdec.c:
9191         * ext/libpng/gstpngenc.c:
9192         * ext/speex/gstspeexenc.c:
9193         * gst/alpha/gstalphacolor.c:
9194         * gst/cutter/gstcutter.c:
9195         * gst/debug/gstnavigationtest.c:
9196         * gst/icydemux/gsticydemux.c:
9197         * gst/level/gstlevel.c:
9198         * gst/multipart/multipart.c:
9199         * gst/rtp/gstrtpamrpay.c:
9200         * gst/rtp/gstrtpdepay.c:
9201         * gst/rtp/gstrtpilbcpay.c:
9202         * gst/rtp/gstrtpmp4gpay.c:
9203         * gst/rtp/gstrtpmp4vpay.c:
9204         * gst/rtsp/gstrtpdec.c:
9205         * gst/rtsp/gstrtspsrc.c:
9206         * gst/udp/gstdynudpsink.c:
9207         * gst/udp/gstmultiudpsink.c:
9208         * gst/udp/gstudpsrc.c:
9209         * gst/videobox/gstvideobox.c:
9210         * gst/videofilter/gstvideoflip.c:
9211           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
9212           plus two minor macro fixes.
9213
9214 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9215
9216         * gst/matroska/matroska-demux.c:
9217         (gst_matroska_demux_check_subtitle_buffer),
9218         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9219         (gst_matroska_demux_subtitle_caps):
9220         * gst/matroska/matroska-ids.c:
9221         (gst_matroska_track_init_subtitle_context):
9222         * gst/matroska/matroska-ids.h:
9223           Try to fix up broken matroska files containing subtitle
9224           streams with non-UTF8 character encodings (courtesy of
9225           mkvmerge) using either the encoding specified in the
9226           GST_SUBTITLE_ENCODING environment variable or the
9227           current locale's character set if it is non-UTF8.
9228           Fixes #337076.
9229
9230 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9231
9232         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9233           Set image type from APIC frame as "image-type" field
9234           of GST_TAG_IMAGE buffer caps (#344605).
9235
9236 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
9237
9238         * ext/flac/Makefile.am:
9239         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
9240         (gst_flac_dec_reset_decoders),
9241         (gst_flac_dec_setup_seekable_decoder),
9242         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
9243         (gst_flac_dec_metadata_callback),
9244         (gst_flac_dec_metadata_callback_seekable),
9245         (gst_flac_dec_metadata_callback_stream),
9246         (gst_flac_dec_error_callback),
9247         (gst_flac_dec_error_callback_seekable),
9248         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
9249         (gst_flac_dec_read_stream), (gst_flac_dec_write),
9250         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
9251         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
9252         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
9253         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
9254         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
9255         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
9256         (gst_flac_dec_sink_activate_push),
9257         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
9258         * ext/flac/gstflacdec.h:
9259           Support chain-based operation, should make flac-over-DAAP
9260           work (#340492).
9261
9262 2006-06-20  Wim Taymans  <wim@fluendo.com>
9263
9264         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9265         Doc updates, merge some unused symbols.
9266
9267 2006-06-20  Wim Taymans  <wim@fluendo.com>
9268
9269         * docs/plugins/Makefile.am:
9270         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9271         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9272         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
9273         * gst/rtsp/gstrtspsrc.c:
9274         * gst/rtsp/gstrtspsrc.h:
9275         Added documentation for the rtsp plugin. Fixes #345393.
9276
9277 2006-06-20  Wim Taymans  <wim@fluendo.com>
9278
9279         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9280         (rtsp_connection_close), (rtsp_connection_free):
9281         Use better G_OS_* macros. Fixes #345301 some more.
9282
9283 2006-06-20  Wim Taymans  <wim@fluendo.com>
9284
9285         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9286
9287         * sys/sunaudio/Makefile.am:
9288         * sys/sunaudio/gstsunaudio.c: (plugin_init):
9289         * sys/sunaudio/gstsunaudiomixerctrl.c:
9290         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
9291         (gst_sunaudiomixer_ctrl_list_tracks),
9292         (gst_sunaudiomixer_ctrl_get_volume),
9293         (gst_sunaudiomixer_ctrl_set_volume),
9294         (gst_sunaudiomixer_ctrl_set_mute),
9295         (gst_sunaudiomixer_ctrl_set_record):
9296         * sys/sunaudio/gstsunaudiomixerctrl.h:
9297         * sys/sunaudio/gstsunaudiomixertrack.c:
9298         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
9299         * sys/sunaudio/gstsunaudiomixertrack.h:
9300         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
9301         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
9302         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
9303         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
9304         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
9305         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
9306         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
9307         (gst_sunaudiosrc_reset):
9308         * sys/sunaudio/gstsunaudiosrc.h:
9309         Add a SunAudio source plugin.
9310         Support stereo and right/left channel gain in the mixer plugin.
9311         Support the RECORD flag so that you can switch between line-input and
9312         microphone in gnome-volume-control.
9313         Code cleanups like using an enumerator for track number instead of an 
9314         integer. Fixes #344923.
9315
9316 2006-06-20  Wim Taymans  <wim@fluendo.com>
9317
9318         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
9319
9320         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9321         (rtsp_connection_close):
9322         Make RTSP plugin compile on windows. Fixes #345301.
9323         Some changes to original patch to catch errors better.
9324         use ifdef WIN32 instead of ifndef.
9325
9326 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9327
9328         * configure.ac:
9329         If we have libraw1394 >= 1.2.1, then we need libiec61883.
9330
9331 2006-06-18  Edward Hervey  <edward@fluendo.com>
9332
9333         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
9334         After a failed buffer alloc, we need to abort the jpeg decoding (it
9335         started when parsing headers to figure out how many bytes we need
9336         to request downstream).
9337
9338 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
9339
9340         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9341
9342         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
9343           Make sure we don't read beyond the end of the file (#345232).
9344
9345 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9346
9347         * configure.ac:
9348           Fix --disable-external (can't set conditionals conditionally,
9349           #343602).
9350
9351 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9352
9353         * autogen.sh:
9354         * configure.ac:
9355         * docs/Makefile.am:
9356           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
9357
9358         * docs/plugins/Makefile.am:
9359         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9360         * docs/plugins/inspect/plugin-taglib.xml:
9361           Add/fix apev2mux docs.
9362
9363 2006-06-14  Wim Taymans  <wim@fluendo.com>
9364
9365         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
9366         (gst_dvdec_finalize), (gst_dvdec_sink_event),
9367         (gst_dvdec_change_state):
9368         Reset segment info on flush.
9369         Alloc segment in _init, free in _finalize.
9370
9371         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
9372         Don't send segments twice.
9373
9374 2006-06-14  Wim Taymans  <wim@fluendo.com>
9375
9376         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
9377         Respect segment.stop. Fixes #342592.
9378
9379 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9380
9381         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
9382           No language specified means the implied language is English
9383           according to the matroska spec (partially fixes #344708);
9384           add some more debug output.
9385
9386 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9387
9388         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
9389         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
9390         (gst_wavparse_chain):
9391           When operating chain-based, don't make any assumptions about the
9392           chunking of the incoming data and make streaming work on days other
9393           than the second Thursday after a full moon. Also fix up debug
9394           messages here and there and make use of the most excellent new
9395           gst_pad_query_peer_duration() utility function.
9396           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
9397
9398         * gst/wavparse/gstwavparse.h:
9399           Remove trailing comma after last enum value, some compilers don't
9400           like that.
9401
9402 2006-06-13  Wim Taymans  <wim@fluendo.com>
9403
9404         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
9405         Handle premature EOS gracefully.
9406
9407 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
9408
9409         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
9410           Prevent out of bounds array access when scrubbing towards
9411           the end of the file between the last index entry and the
9412           end. Fixes occasional 'start <= stop' newsegment event
9413           assertions when scrubbing in MJPEG files.
9414
9415 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
9416
9417         * tests/check/elements/.cvsignore:
9418           And another one.
9419
9420 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9421
9422         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9423         (scan_encoded_string), (parse_picture_frame):
9424           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
9425
9426         * configure.ac:
9427           Require core >= 0.10.8 (for GST_TAG_IMAGE and
9428           GST_TAG_PPEVIEW_IMAGE used in the patch above).
9429
9430 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9431
9432         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
9433           gratuitous comment changes
9434         * tests/check/elements/level.c: (GST_START_TEST):
9435           fix level test leaks
9436
9437 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9438
9439         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
9440         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
9441           Use gst_pad_query_peer_duration() utility function here.
9442
9443 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9444
9445         * autogen.sh:
9446           require am17
9447         * configure.ac:
9448         * ext/annodex/Makefile.am:
9449         * ext/cdio/Makefile.am:
9450         * ext/dv/Makefile.am:
9451         * ext/esd/Makefile.am:
9452         * ext/flac/Makefile.am:
9453         * ext/gdk_pixbuf/Makefile.am:
9454         * ext/ladspa/Makefile.am:
9455         * ext/libcaca/Makefile.am:
9456         * ext/speex/Makefile.am:
9457         * ext/taglib/Makefile.am:
9458         * sys/oss/Makefile.am:
9459         * sys/sunaudio/Makefile.am:
9460         * sys/ximage/Makefile.am:
9461           clean up build further
9462
9463 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9464
9465         * gconf/Makefile.am:
9466           Honour --disable-schemas-install configure option. Fixes #344100.
9467
9468 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9469
9470         * tests/examples/level/Makefile.am:
9471           Add -lm to LIBS for pow() function, don't assume one of our
9472           dependencies (such as libxml-2.0) drags it in automatically
9473           (#343603).
9474
9475 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9476
9477         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
9478
9479         * configure.ac:
9480           We should use $SED and not $(SED) in configure.ac (#343678).
9481
9482 2006-06-09  Wim Taymans  <wim@fluendo.com>
9483
9484         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9485
9486         * sys/sunaudio/gstsunaudiomixerctrl.c:
9487         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
9488         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
9489         (gst_sunaudiomixer_ctrl_set_mute):
9490         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
9491         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
9492         (gst_sunaudiosink_write):
9493         Attached find a patch that fixes a number of bugs with the SunAudio
9494         mixer plugin and fixes #344101:
9495         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
9496            tracks onto the tracklist causing gnome-volume-control's preferences
9497            dialog to be messed up and would core dump if you checked/unchecked
9498            any item.
9499         2. We weren't previously setting the MUTE flag properly.  Fixing this
9500            makes gnome-volume-control work better.
9501         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
9502            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
9503            gnome-volume-control look better.
9504         Also some minor cleanup in gstsunaudiosink.c.
9505
9506 2006-06-09  Wim Taymans  <wim@fluendo.com>
9507
9508         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
9509         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
9510         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
9511         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
9512         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
9513         * ext/jpeg/gstjpegdec.h:
9514         API: Added IDCT method property
9515         Small cleanups.
9516         Avoid dynamic allocation of trivial fixed structure.
9517         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
9518
9519 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9520
9521         * configure.ac:
9522         We now require libraw1394 >= 1.1.0 and that version onwards all
9523         have .pc files.
9524
9525 2006-06-02  Edward Hervey  <edward@fluendo.com>
9526
9527         * gst/law/alaw-decode.c: (alawdec_getcaps): 
9528         Trying to get items from an ANY or EMPTY caps is ... stupid.
9529
9530 2006-06-02  Edward Hervey  <edward@fluendo.com>
9531
9532         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
9533         (gst_dvdec_chain), (gst_dvdec_change_state):
9534         * ext/dv/gstdvdec.h:
9535         Added GstSegment handling, now implements dropping/clipping.
9536
9537 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
9538
9539         * ext/aalib/gstaasink.h:
9540         * ext/annodex/gstcmmldec.h:
9541         * ext/cairo/gsttimeoverlay.h:
9542         * ext/dv/gstdvdec.h:
9543         * ext/dv/gstdvdemux.h:
9544         * ext/esd/esdmon.h:
9545         * ext/esd/esdsink.h:
9546         * ext/flac/gstflacenc.h:
9547         * ext/gconf/gstgconfaudiosink.h:
9548         * ext/gconf/gstgconfaudiosrc.h:
9549         * ext/gconf/gstgconfvideosink.h:
9550         * ext/gconf/gstgconfvideosrc.h:
9551         * ext/gdk_pixbuf/gstgdkanimation.h:
9552         * ext/gdk_pixbuf/pixbufscale.h:
9553         * ext/hal/gsthalaudiosink.h:
9554         * ext/hal/gsthalaudiosrc.h:
9555         * ext/jpeg/gstjpegenc.h:
9556         * ext/jpeg/gstsmokedec.h:
9557         * ext/jpeg/gstsmokeenc.h:
9558         * ext/libcaca/gstcacasink.h:
9559         * ext/libmng/gstmngdec.h:
9560         * ext/libmng/gstmngenc.h:
9561         * ext/libpng/gstpngdec.h:
9562         * ext/libpng/gstpngenc.h:
9563         * ext/raw1394/gstdv1394src.h:
9564         * ext/speex/gstspeexenc.h:
9565         * gst/autodetect/gstautoaudiosink.h:
9566         * gst/autodetect/gstautovideosink.h:
9567         * gst/avi/gstavidemux.h:
9568         * gst/cutter/gstcutter.h:
9569         * gst/debug/efence.h:
9570         * gst/debug/gstnavigationtest.h:
9571         * gst/debug/gstnavseek.h:
9572         * gst/flx/gstflxdec.h:
9573         * gst/goom/gstgoom.h:
9574         * gst/icydemux/gsticydemux.h:
9575         * gst/id3demux/gstid3demux.h:
9576         * gst/law/alaw-decode.h:
9577         * gst/law/alaw-encode.h:
9578         * gst/law/mulaw-decode.h:
9579         * gst/law/mulaw-encode.h:
9580         * gst/matroska/matroska-mux.h:
9581         * gst/median/gstmedian.h:
9582         * gst/oldcore/gstaggregator.h:
9583         * gst/oldcore/gstfdsink.h:
9584         * gst/oldcore/gstmd5sink.h:
9585         * gst/oldcore/gstmultifilesrc.h:
9586         * gst/oldcore/gstpipefilter.h:
9587         * gst/oldcore/gstshaper.h:
9588         * gst/oldcore/gststatistics.h:
9589         * gst/rtp/gstasteriskh263.h:
9590         * gst/rtp/gstrtpL16depay.h:
9591         * gst/rtp/gstrtpL16pay.h:
9592         * gst/rtp/gstrtpamrdepay.h:
9593         * gst/rtp/gstrtpamrpay.h:
9594         * gst/rtp/gstrtpdepay.h:
9595         * gst/rtp/gstrtpgsmdepay.h:
9596         * gst/rtp/gstrtpgsmpay.h:
9597         * gst/rtp/gstrtph263pay.h:
9598         * gst/rtp/gstrtph263pdepay.h:
9599         * gst/rtp/gstrtph263ppay.h:
9600         * gst/rtp/gstrtpmp4gpay.h:
9601         * gst/rtp/gstrtpmp4vdepay.h:
9602         * gst/rtp/gstrtpmp4vpay.h:
9603         * gst/rtp/gstrtpmpadepay.h:
9604         * gst/rtp/gstrtpmpapay.h:
9605         * gst/rtp/gstrtppcmadepay.h:
9606         * gst/rtp/gstrtppcmapay.h:
9607         * gst/rtp/gstrtppcmudepay.h:
9608         * gst/rtp/gstrtppcmupay.h:
9609         * gst/rtp/gstrtpspeexdepay.h:
9610         * gst/rtp/gstrtpspeexpay.h:
9611         * gst/rtsp/gstrtpdec.h:
9612         * gst/rtsp/gstrtspsrc.h:
9613         * gst/smpte/gstsmpte.h:
9614         * gst/udp/gstdynudpsink.h:
9615         * gst/udp/gstmultiudpsink.h:
9616         * gst/udp/gstudpsink.h:
9617         * gst/udp/gstudpsrc.h:
9618         * gst/videofilter/gstvideobalance.h:
9619         * gst/videofilter/gstvideoflip.h:
9620         * sys/oss/gstossdmabuffer.h:
9621         * sys/oss/gstossmixerelement.h:
9622         * sys/oss/gstosssink.h:
9623         * sys/oss/gstosssrc.h:
9624         * sys/osxvideo/osxvideosink.h:
9625         * sys/sunaudio/gstsunaudiomixer.h:
9626         * sys/sunaudio/gstsunaudiosink.h:
9627         * sys/ximage/gstximagesrc.h:
9628         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
9629
9630 2006-05-31  Wim Taymans  <wim@fluendo.com>
9631
9632         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
9633         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
9634         (gst_goom_src_setcaps), (gst_goom_src_event),
9635         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
9636         (gst_goom_change_state):
9637         * gst/goom/gstgoom.h:
9638         Handle QoS.
9639         Handle flushing, discont and events.
9640         Fix timestamps and various other cleanups.
9641
9642 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9643
9644         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
9645         Fix bus reset when using libiec61883
9646
9647 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9648
9649         * configure.ac:
9650         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
9651         * ext/raw1394/Makefile.am:
9652         Add CFLAGS.
9653         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
9654         New method, to receive using libiec61883.
9655         (gst_dv1394src_iso_receive),
9656         #ifdef'd out if libiec61883 is present.
9657         (gst_dv1394src_bus_reset),
9658         Get userdata correctly if using libiec61883. 
9659         (gst_dv1394src_create),
9660         When using libiec61883, only poll one fd and no need to read.
9661         (gst_dv1394src_discover_avc_node),
9662         Replace g_warnings.
9663         (gst_dv1394src_start),
9664         Create new handle when we know which dv port.  More reliable
9665         than setting port on an existing handle.  Initialise libiec61883.
9666         (gst_dv1394src_stop):
9667         If using libiec61883, then cleanup its handle properly.
9668         * ext/raw1394/gstdv1394src.h:
9669         Add libiec61883 handle.
9670
9671 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
9672
9673         * gst/avi/gstavidemux.c:
9674           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
9675         * win32/MANIFEST:
9676           sort file listing
9677         * win32/vs6/libgstavi.dsp:
9678           add gstavimux.c to the project
9679         * win32/vs6/libgstid3demux.dsp:
9680           add link to zlib library
9681         * win32/vs6/libgstmatroska.dsp:
9682           add matroska-ids.c to the project
9683
9684 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9685
9686         Patch by: Sebastian Dröge  <mail at slomosnail de >
9687
9688         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9689         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9690         * ext/taglib/Makefile.am:
9691         * ext/taglib/gstapev2mux.cc:
9692         * ext/taglib/gstapev2mux.h:
9693         * ext/taglib/gstid3v2mux.cc:
9694         * ext/taglib/gsttaglibmux.c: (plugin_init):
9695         * ext/taglib/gsttaglibmux.h:
9696           Add apev2mux element (#343122).
9697         
9698         * tests/check/Makefile.am:
9699         * tests/check/elements/apev2mux.c:
9700         (test_taglib_apev2mux_create_tags),
9701         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
9702         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
9703         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
9704         (apev2mux_suite), (main):
9705           Add unit test for apev2mux element.
9706
9707 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9708
9709         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
9710         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
9711         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
9712           GST_PTR_FORMAT should be used to print caps in debug statements.
9713
9714 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9715
9716         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
9717
9718         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
9719         (ape_demux_parse_tags):
9720           Some clean-ups and additions: map APE 'file' tag to
9721           GST_TAG_LOCATION (#343123); add support for extracting
9722           the track count and clean up parsing a bit (#343127).
9723
9724 2006-05-28  Edward Hervey  <edward@fluendo.com>
9725
9726         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
9727         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
9728
9729 2006-05-28  Edward Hervey  <edward@fluendo.com>
9730
9731         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
9732         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
9733         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
9734         * ext/jpeg/gstjpegdec.h:
9735         Clip outgoing buffers according to currently configured segment.
9736
9737 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9738
9739         * ext/taglib/gstid3v2mux.cc:
9740           Handle  writing of track-count or album-volume-count without
9741           track-number or albume-volume-number (in this case the number
9742           will just be set to 0).
9743
9744         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
9745           It would be nice if we actually checked the values received for
9746           track/album-volume number/count in  _check_tags(), rather than
9747           setting them again ...
9748
9749 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9750
9751         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
9752           A track/volume number or count of 0 does not make sense,
9753           just ignore it along with negative numbers (a tag might
9754           only contain a track count without a track number).
9755
9756 2006-05-27  Edward Hervey  <edward@fluendo.com>
9757
9758         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
9759         (gst_jpeg_dec_sink_event):
9760         Abort decompression when receiving FLUSH_STOP. This should avoid
9761         issues when interrupting decoding with flushes.
9762
9763 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
9764
9765         * ext/flac/gstflac.c:
9766           Don't #include file we don't dist any longer.
9767
9768 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
9769
9770         * README:
9771           Replace current README (containing the release notes from
9772           some 0.9.x version) with a proper README taken from the core.
9773
9774 2006-05-24  Wim Taymans  <wim@fluendo.com>
9775
9776         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
9777         Implement EOS correctly by either posting
9778         SEGMENT_DONE or pushing an EOS message depending
9779         on the seek type. Fixes #342592
9780
9781 2006-05-24  Wim Taymans  <wim@fluendo.com>
9782
9783         * gst/law/alaw-decode.c: (gst_alawdec_chain):
9784         * gst/law/alaw-decode.h:
9785         * gst/law/alaw-encode.c: (gst_alawenc_chain):
9786         * gst/law/alaw-encode.h:
9787         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
9788         * gst/law/mulaw-decode.h:
9789         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
9790         * gst/law/mulaw-encode.h:
9791         Some cleanups in the chain functions.
9792         Remove some GStreamer 0.0.2 bits.
9793
9794 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9795
9796         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9797
9798         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
9799           gst_collect_pads_stop() needs to be called before chaining up
9800           to the parent class (#342734).
9801
9802 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9803
9804         * ext/flac/Makefile.am:
9805         * ext/flac/flac_compat.h:
9806         * ext/flac/gstflac.c:
9807         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
9808         * ext/flac/gstflacenc.c:
9809           Remove backwards compatibility cruft for dealing with FLAC API
9810           changes in the 1.0.x series - we require 1.1.1 or newer these days.
9811
9812 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9813
9814         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9815         (gst_matroska_demux_push_xiph_codec_priv_data),
9816         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9817         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
9818         * gst/matroska/matroska-ids.h:
9819         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
9820         (gst_matroska_mux_video_pad_setcaps),
9821         (xiph3_streamheader_to_codecdata),
9822         (vorbis_streamheader_to_codecdata),
9823         (theora_streamheader_to_codecdata),
9824         (gst_matroska_mux_audio_pad_setcaps),
9825         (gst_matroska_mux_write_data):
9826           Add support for muxing/demuxing theora video (#342448; too bad
9827           none of the usual linux players can actually play this). Playback
9828           in GStreamer will require additional changes to theoradec in -base.
9829           Refactor streamheaders <=> CodecPrivateData code a bit; some small
9830           cleanups.
9831
9832 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9833
9834         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
9835         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
9836           Fix crashes when the horizontal subsampling is 1.
9837           Fixes #342097.
9838
9839 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9840
9841         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9842
9843         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
9844         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
9845         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
9846         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
9847         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
9848         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
9849         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
9850         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
9851         (gst_avi_mux_change_state):
9852         * gst/avi/gstavimux.h:
9853           Some enhancements for avimux (#342526):
9854            - add odml (large file) index support
9855            - store codec init data (e.g. huffyuv)
9856            - miscellaneous other fixes/cleanups
9857
9858 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
9859
9860         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
9861         Don't output any tag when we encounter a negative track number - the
9862         tag type is uint, so we end up outputting huge positive numbers
9863         instead. (Fixes: #342029)
9864
9865 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9866
9867         * configure.ac:
9868           update for new GSTPB_PLUGINS_DIR
9869
9870 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
9871
9872         * rtp/gst/gstrtph263pay.c:
9873         Properly set static caps for H263 at 34.
9874
9875 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
9876
9877         Patch by: James "Doc" Livingston  <doclivingston gmail com>
9878
9879         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
9880           Merge event tags and tag setter tags correctly (#339918). Also,
9881           don't leak taglist in case of an error.
9882           
9883 2006-05-17  Edward Hervey  <edward@fluendo.com>
9884
9885         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
9886         We can only do caps intersection if the othercaps are non-empty and not
9887         ANY. Else we return the pad template (base_caps).
9888
9889 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
9890
9891         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
9892           Fix crash when outputting debugging information for certain
9893           pictures (always good to use the right struct member for
9894           the number of records in an array).
9895
9896 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
9897
9898         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
9899
9900         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
9901         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
9902         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
9903         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
9904         (gst_ebml_read_float), (gst_ebml_read_ascii),
9905         (gst_ebml_read_binary):
9906           Don't create unnecessary sub-buffers all the time. Dramatically
9907           improves performance with multiple concurrently running
9908           matroskademux instances (#341818) (and avoids doing
9909           unnecessarily inefficient things in the general case).
9910
9911 2006-05-16  Edward Hervey  <edward@fluendo.com>
9912
9913         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
9914         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
9915         return value of gst_pad_push_event().
9916
9917 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
9918
9919         * gst/autodetect/gstautoaudiosink.c:
9920         (gst_auto_audio_sink_find_best):
9921         * gst/autodetect/gstautovideosink.c:
9922         (gst_auto_video_sink_find_best):
9923         Make the name of the child element be based on the name of the
9924         parent, so that debug output is more useful.
9925         
9926         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
9927         (parse_insert_string_field), (parse_split_strings):
9928         Rework string parsing to always walk over BOM markers in UTF16
9929         strings, using the endianness indicated by the innermost one,
9930         then trying the opposite endianness if that fails to convert
9931         to valid UTF-8. Fixes #341774
9932
9933 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9934
9935         Patch from: Matthieu <matthieu at fluendo dot com>
9936
9937         * ext/libpng/Makefile.am:
9938         Add LIBPNG_CFLAGS.
9939
9940 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
9941
9942         * ext/taglib/gstid3v2mux.cc:
9943           Add support for writing images (APIC frames) into ID3v2
9944           tags (picture type always set to 'other' for now though).
9945
9946 2006-05-14  Michael Smith  <msmith@fluendo.com>
9947
9948         * gst/wavparse/gstwavparse.c:
9949           Update docs; wavparse implements push and pull modes.
9950
9951 2006-05-12  Wim Taymans  <wim@fluendo.com>
9952
9953         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
9954         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
9955         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
9956         Ooops, bitten by the copy-and-paste design paradigm, fixes
9957         seek again.
9958
9959 2006-05-12  Wim Taymans  <wim@fluendo.com>
9960
9961         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9962         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
9963         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
9964         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
9965         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
9966         (gst_avi_demux_massage_index),
9967         (gst_avi_demux_calculate_durations_from_index),
9968         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
9969         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
9970         (gst_avi_demux_loop):
9971         * gst/avi/gstavidemux.h:
9972         Some cleanups, prepare to use GstSegment.
9973         Fix error in entry walking code.
9974         Fix VBR detection.
9975         Smarter timestamp calculation code.
9976         Uniform error/eos handling.
9977
9978 2006-05-12  Michael Smith  <msmith@fluendo.com>
9979
9980         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
9981         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
9982           Fix use of uninitialised values if we're NOT seeking in ready.
9983           Fix typos.
9984
9985 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
9986
9987         * gst/wavparse/Makefile.am:
9988           Add CFLAGS and LIBS for libgstbase, fixes build on
9989           Cygwin (#341489).
9990
9991 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
9992
9993         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
9994           Some more debug info. No need to check whether the string
9995           returned by g_convert() is really UTF-8 - either it is or
9996           we get NULL returned.
9997
9998 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
9999
10000         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
10001           Fix parsing of numeric genre strings some more, by ensuring that
10002           we only try and parse strings that a) Start with '(' and b) Consist
10003           only of digits.
10004           Also, when finding an escaping '((' sequence, bust it back to '(' by
10005           swallowing the first parenthesis
10006
10007 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10008
10009         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
10010         (gst_esdsink_open), (gst_esdsink_close):
10011         * ext/esd/esdsink.h:
10012           Move the esd_get_server_info() into gst_esdsink_open() and fail
10013           with a decent error message on errors.
10014
10015 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10016
10017         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
10018         (gst_esdmon_channels_get_type):
10019         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
10020         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
10021         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
10022         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
10023         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
10024         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
10025         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
10026         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
10027         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
10028         * gst/videomixer/videomixer.c:
10029         (gst_video_mixer_background_get_type):
10030           Const-ify GEnumValue arrays.
10031
10032 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10033
10034         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
10035
10036         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
10037         (gst_avi_mux_do_video_buffer):
10038           Work around gst_buffer_make_metadata_writable() bug that
10039           results in avimux marking all frames in the index as
10040           keyframes (#340859).
10041           
10042 2006-05-08  Wim Taymans  <wim@fluendo.com>
10043
10044         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10045         Make parsing of urls suck slightly less.
10046
10047 2006-05-08  Edward Hervey  <edward@fluendo.com>
10048
10049         * autogen.sh: (CONFIGURE_DEF_OPT): 
10050         libtoolize on Darwin/MacOSX is called glibtoolize.
10051
10052 2006-05-08  Wim Taymans  <wim@fluendo.com>
10053
10054         Patch by: Jens Granseuer <jensgr at gmx dot net>
10055
10056         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
10057         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
10058         C89 compliance fixes. Fixes #340980
10059
10060 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
10061
10062         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10063         * ext/flac/gstflacdec.h:
10064           Handle segment seeks that include the end of the file as stop point
10065           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
10066           message instead of an EOS event in case we're in segment seek
10067           mode (fixes #340699).
10068           
10069 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
10070
10071         * ext/cairo/gsttextoverlay.c:
10072         * ext/flac/gstflacdec.c:
10073         * ext/gdk_pixbuf/pixbufscale.c:
10074         * gst/apetag/gstapedemux.c:
10075         * gst/debug/breakmydata.c:
10076         * gst/debug/testplugin.c:
10077         * gst/matroska/ebml-write.c:
10078         * gst/multipart/multipartdemux.c:
10079         * sys/osxaudio/gstosxaudiosink.c:
10080         * sys/osxaudio/gstosxaudiosrc.c:
10081         Add semicolons after GST_BOILERPLATE[_FULL] so that
10082         indent doesn't mess up following lines.
10083
10084 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
10085
10086         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
10087
10088         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
10089           Don't leak caps when freeing the stream context (#340623).
10090
10091 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
10092
10093         * configure.ac:
10094           Back to CVS
10095
10096 === release 0.10.3 ===
10097
10098 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
10099
10100         * configure.ac:
10101           releasing 0.10.3, "Desplazado"
10102
10103 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10104
10105         * gst/matroska/matroska-mux.c:
10106         (gst_matroska_mux_stream_is_vorbis_header),
10107         (gst_matroska_mux_write_data):
10108           Don't strcmp() NULL strings.
10109           Only start new clusters on video keyframes, not on any
10110           random audio buffer that doesn't have the DELTA_UNIT
10111           flag set (fixes 'make check' again).
10112
10113 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10114
10115         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10116
10117         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
10118         (gst_matroska_mux_stream_is_vorbis_header),
10119         (gst_matroska_mux_write_data):
10120           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
10121           value and then dead-lock when muxing vorbis audio streams
10122           (the three vorbis header buffers carry no timestamp, and it
10123           would try to mux these after all video buffers). Fixes #340346.
10124
10125           Improve clustering: start a new cluster also whenever we get
10126           a keyframe.     
10127
10128 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10129
10130         * win32/common/config.h:
10131         * win32/MANIFEST
10132           add the generated file as well
10133
10134 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10135
10136         * Makefile.am:
10137         * configure.ac:
10138         * win32/common/config.h.in:
10139           add win32 stuff
10140
10141 2006-05-03  Michael Smith  <msmith@fluendo.com>
10142
10143         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
10144           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
10145           SUCKS.
10146
10147 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10148
10149         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10150         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10151         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10152           don't leak caps-string
10153
10154 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10155
10156         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10157         (gst_id3demux_sink_activate):
10158           Let core insert default error message for TYPE_NOT_FOUND
10159           errors, it's just as good as our own and has the added
10160           bonus of being translated.
10161
10162 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10163
10164         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
10165         (gst_tag_demux_sink_event):
10166         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
10167         (gst_id3demux_sink_event):
10168           Post an error message when we get an EOS event and were not
10169           able to find out the type of stream.
10170
10171         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
10172         (test_taglib_id3mux_with_tags):
10173           Decrease num-buffers to 16 per iteration again, otherwise the
10174           many memcpy()s and reallocations in the test will hammer slow
10175           CPUs completely and make the test timeout.
10176
10177 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10178
10179         * configure.ac:
10180           figure out where plugins-base plugins are
10181         * tests/check/Makefile.am:
10182           use plugins-base plugins, so we have typefind functions
10183         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
10184           increase num-buffers, this makes sure the test errors out instead
10185           of timing out when no typefind functions are present
10186
10187 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10188
10189         * docs/plugins/Makefile.am:
10190           also check .cc files for gtk-doc markup
10191         * configure.ac:
10192         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10193         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10194         * tests/check/Makefile.am:
10195         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
10196         * ext/Makefile.am:
10197         * ext/taglib/Makefile.am:
10198         * ext/taglib/gstid3v2mux.h:
10199         * ext/taglib/gsttaglibmux.c:
10200         * ext/taglib/gsttaglibmux.h:
10201           move taglib-based id3v2muxer to -good.  Fixes #336110.
10202
10203 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10204
10205         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10206           ... and fix multichannel/WAVFORMATEX support again.
10207
10208 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
10209
10210         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10211         (gst_wavparse_class_init), (gst_wavparse_dispose),
10212         (gst_wavparse_reset), (gst_wavparse_init),
10213         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
10214         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
10215         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
10216         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
10217         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10218         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10219         (gst_wavparse_stream_data), (gst_wavparse_loop),
10220         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10221         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10222         (gst_wavparse_change_state), (plugin_init):
10223         * gst/wavparse/gstwavparse.h:
10224           Add push (streaming) mode to wavparse (fixes #337625)
10225
10226 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10227
10228         * configure.ac:
10229         * tests/Makefile.am:
10230           add ximagesrc icles test
10231
10232 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10233
10234         * configure.ac:
10235         * docs/plugins/Makefile.am:
10236         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10237         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10238         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
10239         (gst_cmml_enc_push_clip):
10240         * sys/Makefile.am:
10241         * sys/ximage/Makefile.am:
10242         * sys/ximage/gstximagesrc.c:
10243           Move ximagesrc plug-in to good after review.  Fixes #336756.
10244
10245 2006-04-28  Michael Smith  <msmith@fluendo.com>
10246
10247         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
10248         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
10249         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
10250         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
10251         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10252         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
10253         * gst/icydemux/gsticydemux.h:
10254           Fix event handling: cache events when typefinding and forward later.
10255
10256 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10257
10258         * sys/osxaudio/gstosxaudiosink.c:
10259         (plugin_init):
10260          Register osxaudiosrc to the plugin.
10261         * sys/osxaudio/gstosxaudiosrc.c:
10262         (gst_osx_audio_src_osxelement_do_init),
10263         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
10264         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
10265         (gst_osx_audio_src_get_property),
10266         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
10267         (gst_osx_audio_src_osxelement_init):
10268         * sys/osxaudio/gstosxaudiosrc.h:
10269           Port of osxaudiosrc to 0.10.
10270         * sys/osxaudio/Makefile.am:
10271           Add osxaudiosrc
10272
10273 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10274
10275         * sys/osxaudio/gstosxringbuffer.c:
10276         * sys/osxaudio/gstosxringbuffer.h:
10277           Forgot to commit earlier, part of the OSX audio plugin port
10278
10279 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10280
10281         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
10282         (parse_split_strings):
10283           Recognise and skip any byte order marker (BOM) in
10284           UTF-16 strings.
10285
10286 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10287
10288         * docs/plugins/Makefile.am:
10289         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10290         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10291         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10292         * docs/plugins/inspect/plugin-avi.xml:
10293         * gst/avi/gstavidemux.c:
10294         * gst/avi/gstavimux.c:
10295           Add docs for both avidemux and avimux.
10296
10297 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10298
10299         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10300
10301         * gst/avi/Makefile.am:
10302         * gst/avi/gstavi.c: (plugin_init):
10303         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
10304         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
10305         (gst_avi_mux_class_init), (gst_avi_mux_init),
10306         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10307         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
10308         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
10309         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10310         (gst_avi_mux_riff_get_avix_header),
10311         (gst_avi_mux_riff_get_video_header),
10312         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
10313         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
10314         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10315         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
10316         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
10317         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
10318         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10319         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
10320         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
10321         (gst_avi_mux_change_state):
10322         * gst/avi/gstavimux.h:
10323           Port AVI muxer to GStreamer-0.10 (#332031).
10324
10325         * tests/check/Makefile.am:
10326         * tests/check/elements/avimux.c:
10327         * tests/check/elements/.cvsignore:
10328           Add unit test for AVI muxer.
10329
10330 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
10331
10332         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10333         (gst_wavparse_class_init), (gst_wavparse_reset),
10334         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10335         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10336         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10337         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10338         (gst_wavparse_stream_data), (gst_wavparse_loop),
10339         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
10340         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
10341         (plugin_init):
10342         * gst/wavparse/gstwavparse.h:
10343           reverted patch #337625 for the price of 1 hour sleep
10344
10345 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10346
10347         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10348         (gst_wavparse_class_init), (gst_wavparse_reset),
10349         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10350         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
10351         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10352         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10353         (gst_wavparse_stream_data), (gst_wavparse_loop),
10354         (gst_wavparse_chain), (plugin_init):
10355         * gst/wavparse/gstwavparse.h:
10356           correct partial implementation of push mode
10357           (from my last commit)
10358
10359 2006-04-26  Wim Taymans  <wim@fluendo.com>
10360
10361         * ext/esd/esdsink.c:
10362         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
10363         it is not in esd.h
10364
10365 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
10366
10367         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
10368         (gst_au_parse_class_init), (gst_au_parse_init),
10369         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
10370         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
10371         (gst_au_parse_chain), (gst_au_parse_src_convert),
10372         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
10373         (gst_au_parse_sink_event), (gst_au_parse_src_event),
10374         (gst_au_parse_change_state):
10375         * gst/auparse/gstauparse.h:
10376           Rewrite auparse to suck a little bit less: make source pad
10377           dynamic, so decodebin/playbin work with non-raw formats
10378           like alaw/mulaw; add query function for duration/position
10379           queries; check whether we have enough data before attempting
10380           to parse the header (instead of crashing when that is not the
10381           case); work around audioconvert sucking by swapping endianness
10382           to the native endianness ourselves for float formats; send
10383           initial newsegment event. Fixes #161712.
10384
10385 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10386
10387         * sys/osxaudio/Makefile.am:
10388         * sys/osxaudio/gstosxaudioelement.c:
10389         (gst_osx_audio_element_get_type),
10390         (gst_osx_audio_element_class_init):
10391         * sys/osxaudio/gstosxaudioelement.h:
10392         * sys/osxaudio/gstosxaudiosink.c:
10393         (gst_osx_audio_sink_osxelement_do_init),
10394         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
10395         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
10396         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
10397         (gst_osx_audio_sink_create_ringbuffer),
10398         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
10399         (plugin_init):
10400         * sys/osxaudio/gstosxaudiosink.h:
10401         Port of osxaudiosink to 0.10
10402
10403 2006-04-26  Wim Taymans  <wim@fluendo.com>
10404
10405         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
10406         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
10407         the size of the ringbuffer. This should fix hangs with older 
10408         esd sound servers.
10409
10410 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10411
10412         * ext/aalib/gstaasink.c:
10413         * ext/annodex/gstcmmldec.c:
10414         * ext/annodex/gstcmmlenc.c:
10415         * ext/cairo/gsttextoverlay.c:
10416         * ext/cairo/gsttimeoverlay.c:
10417         * ext/cdio/gstcdiocddasrc.c:
10418         * ext/dv/gstdvdec.c:
10419         * ext/dv/gstdvdemux.c:
10420         * ext/esd/esdmon.c:
10421         * ext/esd/esdsink.c:
10422         * ext/flac/gstflacenc.c:
10423         * ext/flac/gstflactag.c:
10424         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
10425         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
10426         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
10427         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
10428         * ext/gdk_pixbuf/pixbufscale.c:
10429         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10430         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10431         * ext/jpeg/gstjpegdec.c:
10432         * ext/jpeg/gstjpegenc.c:
10433         * ext/jpeg/gstsmokedec.c:
10434         * ext/jpeg/gstsmokeenc.c:
10435         * ext/libcaca/gstcacasink.c:
10436         * ext/libmng/gstmngdec.c:
10437         * ext/libmng/gstmngenc.c:
10438         * ext/libpng/gstpngdec.c:
10439         * ext/libpng/gstpngenc.c:
10440         * ext/mikmod/gstmikmod.c:
10441         * ext/raw1394/gstdv1394src.c:
10442         * ext/shout2/gstshout2.c: (gst_shout2send_init):
10443         * ext/shout2/gstshout2.h:
10444         * ext/speex/gstspeexdec.c:
10445         * ext/speex/gstspeexenc.c:
10446         * gst/alpha/gstalpha.c:
10447         * gst/alpha/gstalphacolor.c:
10448         * gst/apetag/gstapedemux.c:
10449         * gst/auparse/gstauparse.c:
10450         * gst/autodetect/gstautoaudiosink.c:
10451         (gst_auto_audio_sink_base_init):
10452         * gst/autodetect/gstautovideosink.c:
10453         (gst_auto_video_sink_base_init):
10454         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
10455         * gst/avi/gstavimux.c: (gst_avimux_base_init):
10456         * gst/cutter/gstcutter.c:
10457         * gst/debug/breakmydata.c:
10458         * gst/debug/efence.c:
10459         * gst/debug/gstnavigationtest.c:
10460         * gst/debug/gstnavseek.c:
10461         * gst/debug/negotiation.c:
10462         * gst/debug/progressreport.c:
10463         * gst/debug/testplugin.c:
10464         * gst/effectv/gstaging.c:
10465         * gst/effectv/gstdice.c:
10466         * gst/effectv/gstedge.c:
10467         * gst/effectv/gstquark.c:
10468         * gst/effectv/gstrev.c:
10469         * gst/effectv/gstshagadelic.c:
10470         * gst/effectv/gstvertigo.c:
10471         * gst/effectv/gstwarp.c:
10472         * gst/flx/gstflxdec.c:
10473         * gst/goom/gstgoom.c:
10474         * gst/icydemux/gsticydemux.c:
10475         * gst/id3demux/gstid3demux.c:
10476         * gst/interleave/deinterleave.c:
10477         * gst/interleave/interleave.c:
10478         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
10479         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
10480         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
10481         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
10482         * gst/level/gstlevel.c:
10483         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
10484         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
10485         * gst/median/gstmedian.c:
10486         * gst/monoscope/gstmonoscope.c:
10487         * gst/multipart/multipartdemux.c:
10488         * gst/multipart/multipartmux.c:
10489         * gst/oldcore/gstaggregator.c:
10490         * gst/oldcore/gstfdsink.c:
10491         * gst/oldcore/gstmd5sink.c:
10492         * gst/oldcore/gstmultifilesrc.c:
10493         * gst/oldcore/gstpipefilter.c:
10494         * gst/oldcore/gstshaper.c:
10495         * gst/oldcore/gststatistics.c:
10496         * gst/rtp/gstasteriskh263.c:
10497         * gst/rtp/gstrtpL16depay.c:
10498         * gst/rtp/gstrtpL16pay.c:
10499         * gst/rtp/gstrtpamrdepay.c:
10500         * gst/rtp/gstrtpamrpay.c:
10501         * gst/rtp/gstrtpdepay.c:
10502         * gst/rtp/gstrtpgsmpay.c:
10503         * gst/rtp/gstrtph263pay.c:
10504         * gst/rtp/gstrtph263pdepay.c:
10505         * gst/rtp/gstrtph263ppay.c:
10506         * gst/rtp/gstrtpilbcdepay.c:
10507         * gst/rtp/gstrtpmp4gpay.c:
10508         * gst/rtp/gstrtpmp4vdepay.c:
10509         * gst/rtp/gstrtpmp4vpay.c:
10510         * gst/rtp/gstrtpmpadepay.c:
10511         * gst/rtp/gstrtpmpapay.c:
10512         * gst/rtp/gstrtppcmadepay.c:
10513         * gst/rtp/gstrtppcmapay.c:
10514         * gst/rtp/gstrtppcmudepay.c:
10515         * gst/rtp/gstrtppcmupay.c:
10516         * gst/rtp/gstrtpspeexdepay.c:
10517         * gst/rtp/gstrtpspeexpay.c:
10518         * gst/rtsp/gstrtpdec.c:
10519         * gst/rtsp/gstrtspsrc.c:
10520         * gst/smpte/gstsmpte.c:
10521         * gst/udp/gstdynudpsink.c:
10522         * gst/udp/gstmultiudpsink.c:
10523         * gst/udp/gstudpsink.c:
10524         * gst/udp/gstudpsrc.c:
10525         * gst/videobox/gstvideobox.c:
10526         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
10527         * gst/videofilter/gstvideobalance.c:
10528         * gst/videofilter/gstvideoflip.c:
10529         * gst/videofilter/gstvideotemplate.c:
10530         (gst_videotemplate_base_init):
10531         * gst/videomixer/videomixer.c:
10532         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10533         (gst_wavparse_class_init), (gst_wavparse_dispose),
10534         (gst_wavparse_reset), (gst_wavparse_init),
10535         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10536         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
10537         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
10538         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10539         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10540         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10541         (gst_wavparse_change_state):
10542         * gst/wavparse/gstwavparse.h:
10543         * sys/oss/gstossmixerelement.c:
10544         * sys/oss/gstosssink.c:
10545         * sys/oss/gstosssrc.c:
10546         * sys/osxaudio/gstosxaudioelement.c:
10547         * sys/osxaudio/gstosxaudiosink.c:
10548         * sys/osxaudio/gstosxaudiosrc.c:
10549         * sys/sunaudio/gstsunaudiomixer.c:
10550         * sys/sunaudio/gstsunaudiosink.c:
10551           Define GstElementDetails as const and also static (when defined as
10552           global)
10553
10554 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10555
10556         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10557           Source pad has fixed caps. If we don't set this, bad
10558           things happen when the window is resized.
10559
10560 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10561
10562         * gst/matroska/Makefile.am:
10563         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10564         (gst_matroska_demux_handle_src_event):
10565         * gst/matroska/matroska-ids.c:
10566         (gst_matroska_track_init_video_context),
10567         (gst_matroska_track_init_audio_context),
10568         (gst_matroska_track_init_subtitle_context),
10569         (gst_matroska_track_init_complex_context):
10570         * gst/matroska/matroska-ids.h:
10571           Handle case where the TrackType ebml chunk does not come before the
10572           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
10573           events.
10574
10575 2006-04-25  Wim Taymans  <wim@fluendo.com>
10576
10577         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10578         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
10579         It's codec_data, not codec_info.
10580
10581 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10582
10583         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10584
10585         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
10586           Handle codec_data for VfW compatibility codec IDs (#339451)
10587
10588         * gst/matroska/matroska-mux.c:
10589         (gst_matroska_mux_video_pad_setcaps):
10590           Same here, handle codec_data and add additional caps we can handle
10591           now to the pad template (huffyuv, dv and h263 video) (#339451)
10592
10593 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10594
10595         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
10596
10597         * gst/matroska/matroska-mux.c:
10598         (gst_matroska_mux_create_buffer_header),
10599         (gst_matroska_mux_write_data):
10600           Fix timestamping of B-frames, use signed integers, do
10601           some rounding (#339678).
10602
10603 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
10604
10605         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
10606         just make it compile with --disable-gst-debug.
10607
10608 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
10609
10610         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10611         Fix a bad conversion using gst_guint64_to_gdouble.
10612         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
10613         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
10614         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
10615     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
10616         mistake.
10617
10618 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
10619
10620         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10621         Use gst_guint64_to_gdouble for conversions
10622         * win32/vs6/gst_plugins_good.dsw:
10623         * win32/vs6/libgsticydemux.dsp:
10624         Add a project file for icydemux
10625
10626 2006-04-21  Wim Taymans  <wim@fluendo.com>
10627
10628         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
10629
10630         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10631         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
10632         When splitting audio chunks, the block alignment is not taken in
10633         consideration, so the smaller chunks could be of size which is 
10634         not a multiple of the block alignment. Fixes #336904
10635
10636 2006-04-21  Wim Taymans  <wim@fluendo.com>
10637
10638         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
10639         Use scale functions
10640
10641 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10642
10643         * ext/dv/gstdv.c: (plugin_init):
10644           Fix build.
10645
10646 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10647
10648         * gst/debug/progressreport.c: (gst_progress_report_finalize),
10649         (gst_progress_report_class_init), (gst_progress_report_init),
10650         (gst_progress_report_do_query), (gst_progress_report_report),
10651         (gst_progress_report_set_property),
10652         (gst_progress_report_get_property):
10653           Add 'format' property to force querying to a particular format.
10654
10655 2006-04-21  Andy Wingo  <wingo@pobox.com>
10656
10657         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
10658         best, on big endian systems. Drop its rank in that case. OTOH on
10659         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
10660
10661 2006-04-21  Michael Smith  <msmith@fluendo.com>
10662
10663         * configure.ac:
10664         * gst/icydemux/Makefile.am:
10665         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
10666         (gst_icydemux_base_init), (gst_icydemux_class_init),
10667         (gst_icydemux_reset), (gst_icydemux_init),
10668         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
10669         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
10670         (unicodify), (gst_icydemux_unicodify),
10671         (gst_icydemux_parse_and_send_tags),
10672         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10673         (gst_icydemux_chain), (gst_icydemux_change_state),
10674         (gst_icydemux_send_tag_event), (plugin_init):
10675         * gst/icydemux/gsticydemux.h:
10676         * tests/check/Makefile.am:
10677         * tests/check/elements/icydemux.c: (typefind_succeed),
10678         (plugin_init), (icydemux_found_pad), (create_icydemux),
10679         (cleanup_icydemux), (push_data), (GST_START_TEST),
10680         (icydemux_suite), (main):
10681           Add icydemux, and tests.
10682
10683 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10684
10685         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10686           Post SEGMENT_DONE message in TIME format.
10687
10688 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10689
10690         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
10691
10692         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
10693         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
10694           Fix index creation when we have to scan the file to create
10695           an index. There may be other types of RIFF 'LIST' chunks than
10696           'movi' and we need to skip them properly as well or we'll end up
10697           reading garbage (#336889). Some other cosmetic changes.
10698           
10699 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10700
10701         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
10702         (gst_flac_dec_handle_seek_event):
10703           Add support for segment seeks (fixes #338290). Also demote
10704           some recurring debug message from DEBUG to LOG level.
10705
10706 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10707
10708         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10709         (gst_matroskademux_do_index_seek),
10710         (gst_matroska_demux_handle_seek_event),
10711         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
10712         * gst/matroska/matroska-ids.h:
10713           Set DISCONT flag on first buffer after a discontinuity.
10714           Fix newsegment events sent when seeking and honour KEY_UNIT
10715           seek flag. Create pad with bogus caps if we don't recognise
10716           the stream codec id.
10717
10718         * gst/matroska/matroska-demux.h:
10719           Fix GObject macros.
10720
10721 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10722
10723         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10724
10725         * gst/matroska/matroska-demux.c:
10726         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
10727           Handle end of segment properly when set; don't dead-lock when
10728           posting start of segment message when doing a segment seek.
10729           Fixes #338810.
10730
10731 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10732
10733         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
10734         (gst_matroska_demux_plugin_init):
10735           Make mpeg2 aac audio work: create artificial private codec data
10736           chunk which faad2 seems to require, just as we do for mpeg4 aac.
10737           Also call gst_riff_init(). Partially fixes #338767.
10738
10739 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
10740
10741         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
10742         (gst_wavenc_class_init), (gst_wavenc_init),
10743         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
10744         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
10745         (gst_wavenc_chain), (gst_wavenc_change_state):
10746         * gst/wavenc/gstwavenc.h:
10747           Set caps on first outgoing buffer, so that it doesn't error out
10748           immediately with a non-negotiated error (#338716). Rewrite and
10749           clean up a bit; fix setcaps function to parse things properly;
10750           fix sink caps (8bit audio is unsigned and doesn't have depth);
10751           use boilerplate macros; remove unused properties stuff.
10752
10753 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10754
10755         * ext/gdk_pixbuf/gstgdkpixbuf.c:
10756           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
10757           handle MJPEG streams and might be autoplugged for those if the
10758           user doesn't have jpegdec installed (resulting in a cryptic error
10759           message about huffman tables). Better to disable JPEG decoding here
10760           and let the user figure out that she needs to install jpegdec.
10761
10762 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10763
10764         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
10765         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
10766         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
10767         * ext/gdk_pixbuf/gstgdkpixbuf.h:
10768           Make work with packetised/framed input (e.g. png-in-quicktime). Use
10769           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
10770           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
10771           debug messages. Fix boilerplate macros.
10772
10773 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10774
10775         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
10776         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
10777           No need to special-case for Gdk-2.0 any longer, we require
10778           Gdk 2.2 or newer; minor clean-ups.
10779
10780 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10781
10782         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
10783         (gst_shout2send_class_init), (gst_shout2send_init),
10784         (set_shout_metadata), (gst_shout2send_set_metadata),
10785         (gst_shout2send_event), (gst_shout2send_start),
10786         (gst_shout2send_connect), (gst_shout2send_stop),
10787         (gst_shout2send_render), (gst_shout2send_set_property),
10788         (gst_shout2send_get_property), (gst_shout2send_setcaps),
10789         (plugin_init):
10790         * ext/shout2/gstshout2.h:
10791         * po/POTFILES.in:
10792           Rewrite a bit: use GstBaseSink::start and stop instead of a state
10793           change function; use GST_ELEMENT_ERROR for error reporting, not
10794           g_error() or GST_ERROR(); don't unref caps in setcaps function,
10795           will cause crashes or assertion failures; remove (unused) "sync"
10796           property, basesink already has such a property; misc. other
10797           minor fixes and cleanups.
10798
10799 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10800
10801         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
10802         * ext/esd/gstesd.c: (plugin_init):
10803         * po/POTFILES.in:
10804           Add translatable error message for when we cannot
10805           connect to the sound server, as "Cannot open resource
10806           for writing" isn't really an acceptable message to show
10807           to the user in this case.
10808
10809 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10810
10811         * sys/oss/gst-i18n-plugin.h:
10812           Remove bogus file that doesn't belong here.
10813
10814 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10815
10816         Patch by: Philippe Valembois
10817
10818         * ext/shout2/gstshout2.c: (gst_shout2send_init),
10819         (gst_shout2send_set_metadata), (gst_shout2send_event),
10820         (gst_shout2send_render), (gst_shout2send_change_state):
10821         * ext/shout2/gstshout2.h:
10822           Handle tags being received before the connection to
10823           the server is established properly (see #338636).
10824
10825 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10826
10827         * ext/shout2/gstshout2.c: (gst_shout2send_render):
10828           Don't crash in case the connection to the server fails:
10829           don't set pointer to NULL by assigning FALSE; error out
10830           properly by using GST_ELEMENT_ERROR and returning
10831           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
10832           before resetting the pointer.
10833
10834 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
10835
10836         * gst/id3demux/id3tags.c:
10837         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
10838         (Fixes #338713)
10839
10840 2006-04-12  Wim Taymans  <wim@fluendo.com>
10841
10842         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
10843         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
10844         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
10845         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
10846         (gst_gdk_pixbuf_chain):
10847         Some cleanups.
10848         Added RGBA as a possible output format.
10849         Correctly free the supported mimetypes.
10850         deprecate silent arg, it's not used.
10851         Return result from _alloc_buffer to peer.
10852
10853 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
10854
10855         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
10856           Don't leak memory allocated by gst_buffer_new_and_alloc() by
10857           overwriting GST_BUFFER_MALLOCDATA.
10858
10859 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
10860
10861         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
10862         (user_endrow_callback), (user_end_callback),
10863         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
10864         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
10865         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
10866         * ext/libpng/gstpngdec.h:
10867           Handle more than one frame if the content is framed,
10868           like with png-in-quicktime (#331917).
10869
10870 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10871
10872         * sys/oss/Makefile.am:
10873         * sys/oss/common.h:
10874         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
10875         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
10876         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
10877         (gst_oss_src_unprepare):
10878           - the user-visible error strings were in the wrong category
10879           - and the messages were not marked for translation
10880           - which is actually a good thing, because they were exactly
10881             the kind of message you would never want anyone to see
10882           - the macros were using variables that didn't exist in the macro
10883             arguments
10884           - and they were obviously copied from each other and then modified
10885           - so a common header makes sense
10886
10887 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
10888
10889         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
10890           Don't try to modify read-only data.
10891
10892         * gst/matroska/matroska-demux.c:
10893         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
10894           Fix comment (won't crash any longer now).
10895
10896 2006-04-10  Michael Smith  <msmith@fluendo.com>
10897
10898         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
10899           Use copies of header buffers for caps to avoid circular refcounting
10900           problems (as in theoradec, vorbisdec).
10901
10902         * tests/check/elements/cmmldec.c: (GST_START_TEST):
10903           Fix a typo in test that meant it was testing the wrong thing.
10904
10905         * tests/check/elements/cmmlenc.c: (check_headers):
10906           Fix refcount checks now that we use buffer-copies for caps.
10907
10908 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
10909
10910         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
10911         (gst_matroska_demux_handle_seek_event),
10912         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
10913         (gst_matroska_demux_subtitle_caps),
10914         (gst_matroska_demux_plugin_init):
10915           Use static pad templates with ANY caps for audio and video
10916           source pads and get rid of a lot of unnecessary (and partially
10917           broken) code for the template caps. Clean up caps finding
10918           functions. Fixes playback of audio files/streams that do not
10919           contain the sample rate and/or number of channels in the audio
10920           context (happens a lot with vorbis/mp3 .mka files it seems).
10921           Fixes #337183.
10922           Also add myself to copyright holders.
10923
10924 2006-04-10  Michael Smith  <msmith@fluendo.com>
10925
10926         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
10927           Use g_list_delete_link () instead of g_list_remove_link () so that
10928           we free the link as well as the contained data.
10929
10930 2006-04-10  Wim Taymans  <wim@fluendo.com>
10931
10932         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
10933
10934         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
10935         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10936         (gst_avi_demux_stream_header):
10937         Fix some crashers with empty chunks. (Fixes #337749)
10938
10939 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
10940
10941         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
10942           use G_GINT64_CONSTANT for INT64 constants
10943         * gst/videofilter/gstvideobalance.c:
10944           define rint for WIN32 #define rint(x) (floor((x)+0.5))
10945         * win32/vs6/libgstavi.dsp:
10946          add missing libraries for the link and remove avimux.c from
10947          the project as it isn't ported to 0.10 yet
10948         
10949 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
10950
10951         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
10952           Even better would be if we actually did the right thing
10953           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
10954
10955 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
10956
10957         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
10958           Can't just replace 1LL with 1L here just because MSVC doesn't
10959           support it, as it might lead to incorrect results when doing the
10960           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
10961           force a 64-bit constant in a way that all compilers are happy with.
10962
10963 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
10964
10965         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
10966         * ext/esd/esdsink.c: (gst_esdsink_class_init):
10967         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
10968         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
10969         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
10970         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
10971         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
10972         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
10973         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
10974         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
10975         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
10976         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
10977         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
10978         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
10979         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
10980         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
10981         * gst/avi/gstavimux.c: (gst_avimux_class_init):
10982         * gst/debug/efence.c: (gst_efence_class_init):
10983         * gst/debug/negotiation.c: (gst_negotiation_class_init):
10984         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
10985         * gst/goom/gstgoom.c: (gst_goom_class_init):
10986         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
10987         * gst/interleave/deinterleave.c: (deinterleave_class_init):
10988         * gst/interleave/interleave.c: (interleave_class_init):
10989         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
10990         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
10991         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
10992         * gst/median/gstmedian.c: (gst_median_class_init):
10993         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
10994         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
10995         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
10996         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
10997         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
10998         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
10999         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
11000         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
11001         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
11002         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
11003         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
11004         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
11005         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
11006         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
11007         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11008         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
11009         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
11010         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
11011         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
11012         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
11013         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
11014         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
11015         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
11016         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
11017         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
11018         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
11019         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
11020         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11021         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
11022         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
11023         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
11024         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
11025         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
11026         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
11027         * sys/osxaudio/gstosxaudioelement.c:
11028         (gst_osxaudioelement_class_init):
11029         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
11030         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
11031         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
11032         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
11033
11034 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11035
11036         * ext/mikmod/gstmikmod.h:
11037         * gst/level/gstlevel.h:
11038         Fix more broken GObject macros
11039
11040 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11041
11042         * ext/annodex/gstcmmldec.h:
11043         * ext/annodex/gstcmmlenc.h:
11044         * ext/annodex/gstcmmltag.h:
11045         * ext/cairo/gsttextoverlay.h:
11046         * ext/ladspa/gstsignalprocessor.h:
11047         * gst/matroska/ebml-read.h:
11048         * gst/matroska/ebml-write.h:
11049         * sys/osxaudio/gstosxaudioelement.h:
11050         Fix broken GObject macros
11051
11052 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11053
11054         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11055           Don't try to seek beyond the end of the file (would
11056           occasionally display error dialogs in totem when seeking
11057           to the end) (#335869). Will still throw an error though
11058           if the file is truncated and the total_samples value in
11059           the stream header is wrong.
11060
11061 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
11062
11063         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
11064         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
11065         (gst_flac_dec_metadata_callback):
11066         * ext/flac/gstflacdec.h:
11067           If the stream header doesn't contain the total number of samples,
11068           search for the last flac frame at the end of the file and calculate
11069           the total duration from that frame's offset (fixes #337609).
11070
11071 2006-04-07  Edward Hervey  <edward@fluendo.com>
11072
11073         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
11074         Don't unref the GstPadTemplate returned by
11075         gst_element_class_get_pad_template().
11076
11077 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11078
11079         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
11080
11081         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
11082         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
11083         * sys/sunaudio/gstsunaudiosink.h:
11084           Use spec->segsize and spec->segtotal in the prepare function
11085           to initialise the ring buffer instead of using the buffer-time
11086           property (#337421).
11087
11088 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11089
11090         * configure.ac:
11091           Bump core requirements to CVS for gst_pad_query_peer_duration()
11092           which is used by speexdec.
11093
11094 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
11095
11096         * ext/speex/gstspeex.c: (plugin_init):
11097         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
11098         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
11099         (speex_get_sink_query_types), (speex_dec_sink_query),
11100         (speex_get_src_query_types), (speex_dec_src_query),
11101         (speex_dec_src_event), (speex_dec_sink_event),
11102         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
11103         (speex_dec_chain_parse_data), (speex_dec_chain),
11104         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
11105         (speex_dec_change_state):
11106         * ext/speex/gstspeexdec.h:
11107           Fix seeking and duration queries (#337033); clean up and
11108           refactor a bit.
11109
11110 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11111
11112         * ext/raw1394/gstdv1394src.c:
11113           distinguish between device not found and could not open for
11114           reading
11115
11116 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11117
11118         * Makefile.am:
11119         * configure.ac:
11120         * pkgconfig/.cvsignore:
11121         * pkgconfig/Makefile.am:
11122         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
11123           add a .pc file so other modules can use good plugins in tests
11124
11125 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11126
11127         * configure.ac:
11128           clean up, use AS_VERSION and AS_NANO
11129         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11130           use PACKAGE_VERSION define
11131         * po/af.po:
11132         * po/az.po:
11133         * po/cs.po:
11134         * po/en_GB.po:
11135         * po/hu.po:
11136         * po/it.po:
11137         * po/nb.po:
11138         * po/nl.po:
11139         * po/or.po:
11140         * po/sq.po:
11141         * po/sr.po:
11142         * po/sv.po:
11143         * po/uk.po:
11144         * po/vi.po:
11145           updated
11146
11147 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
11148
11149         * ext\jpeg\smokecodec.c:
11150           use of GST_DEBUG instead of DEBUG(a...) for WIN32
11151         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
11152           move first instruction after all variables declarations
11153         * gst\alpha\gstalpha.c:
11154         * gst\effectv\gstshagadelic.c:
11155         * gst\smpte\paint.c:
11156         * gst\videofilter\gstvideobalance.c:
11157           define M_PI if it's not defined (it's not defined on WIN32)
11158         * gst\cutter\gstcutter.c: (gst_cutter_chain):
11159         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
11160         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
11161         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
11162         (gst_matroska_demux_video_caps):
11163         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
11164         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
11165           use gst_guint64_to_gdouble for conversions
11166         * gst\goom\filters.c: (setPixelRGB_):
11167           fix a debug which was using undefined variable
11168         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
11169         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
11170           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
11171         * win32/vs6:
11172           add vs6 projects files for most of plugins-good
11173         
11174 2006-03-30  j^  <j@bootlab.org>
11175
11176         * ext/aalib/gstaasink.c:
11177         * ext/annodex/gstcmmldec.c:
11178         * ext/annodex/gstcmmlenc.c:
11179         * ext/cairo/gsttextoverlay.c:
11180         * ext/cairo/gsttimeoverlay.c:
11181         * ext/cdio/gstcdiocddasrc.c:
11182         * ext/dv/gstdvdec.c:
11183         * ext/esd/esdmon.c:
11184         * ext/esd/esdsink.c:
11185         * ext/flac/gstflacdec.c:
11186         * ext/flac/gstflacenc.c:
11187         * ext/flac/gstflactag.c:
11188         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11189         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11190         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11191         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11192         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11193         * ext/gdk_pixbuf/pixbufscale.c:
11194         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11195         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11196         * ext/jpeg/gstjpegdec.c:
11197         * ext/jpeg/gstjpegenc.c:
11198         * ext/jpeg/gstsmokedec.c:
11199         * ext/jpeg/gstsmokeenc.c:
11200         * ext/libcaca/gstcacasink.c:
11201         * ext/libmng/gstmngdec.c:
11202         * ext/libmng/gstmngenc.c:
11203         * ext/libpng/gstpngdec.c:
11204         * ext/libpng/gstpngenc.c:
11205         * ext/mikmod/gstmikmod.c:
11206         * ext/raw1394/gstdv1394src.c:
11207         * ext/shout2/gstshout2.c:
11208         * ext/speex/gstspeexdec.c:
11209         * ext/speex/gstspeexenc.c:
11210         * gst/alpha/gstalpha.c:
11211         * gst/alpha/gstalphacolor.c:
11212         * gst/auparse/gstauparse.c:
11213         * gst/autodetect/gstautoaudiosink.c:
11214         (gst_auto_audio_sink_base_init):
11215         * gst/autodetect/gstautovideosink.c:
11216         (gst_auto_video_sink_base_init):
11217         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11218         * gst/cutter/gstcutter.c:
11219         * gst/debug/breakmydata.c:
11220         * gst/debug/efence.c:
11221         * gst/debug/gstnavigationtest.c:
11222         * gst/debug/negotiation.c:
11223         * gst/debug/progressreport.c:
11224         * gst/debug/testplugin.c:
11225         * gst/effectv/gstaging.c:
11226         * gst/effectv/gstdice.c:
11227         * gst/effectv/gstedge.c:
11228         * gst/effectv/gstquark.c:
11229         * gst/effectv/gstrev.c:
11230         * gst/effectv/gstvertigo.c:
11231         * gst/effectv/gstwarp.c:
11232         * gst/flx/gstflxdec.c:
11233         * gst/goom/gstgoom.c:
11234         * gst/interleave/deinterleave.c:
11235         * gst/interleave/interleave.c:
11236         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11237         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11238         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11239         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11240         * gst/level/gstlevel.c:
11241         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11242         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11243         * gst/median/gstmedian.c:
11244         * gst/monoscope/gstmonoscope.c:
11245         * gst/multipart/multipartdemux.c:
11246         * gst/multipart/multipartmux.c:
11247         * gst/oldcore/gstmd5sink.c:
11248         * gst/oldcore/gstmultifilesrc.c:
11249         * gst/oldcore/gstpipefilter.c:
11250         * gst/oldcore/gstshaper.c:
11251         * gst/oldcore/gststatistics.c:
11252         * gst/rtp/gstasteriskh263.c:
11253         * gst/rtp/gstrtpL16depay.c:
11254         * gst/rtp/gstrtpL16pay.c:
11255         * gst/rtp/gstrtpamrdepay.c:
11256         * gst/rtp/gstrtpamrpay.c:
11257         * gst/rtp/gstrtpdepay.c:
11258         * gst/rtp/gstrtpgsmpay.c:
11259         * gst/rtp/gstrtph263pay.c:
11260         * gst/rtp/gstrtph263pdepay.c:
11261         * gst/rtp/gstrtph263ppay.c:
11262         * gst/rtp/gstrtpmp4gpay.c:
11263         * gst/rtp/gstrtpmp4vdepay.c:
11264         * gst/rtp/gstrtpmp4vpay.c:
11265         * gst/rtp/gstrtpmpadepay.c:
11266         * gst/rtp/gstrtpmpapay.c:
11267         * gst/rtp/gstrtppcmadepay.c:
11268         * gst/rtp/gstrtppcmapay.c:
11269         * gst/rtp/gstrtppcmudepay.c:
11270         * gst/rtp/gstrtppcmupay.c:
11271         * gst/rtp/gstrtpspeexdepay.c:
11272         * gst/rtp/gstrtpspeexpay.c:
11273         * gst/rtsp/gstrtpdec.c:
11274         * gst/smpte/gstsmpte.c:
11275         * gst/videobox/gstvideobox.c:
11276         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11277         * gst/videofilter/gstvideobalance.c:
11278         * gst/videofilter/gstvideoflip.c:
11279         * gst/videofilter/gstvideotemplate.c:
11280         (gst_videotemplate_base_init):
11281         * gst/videomixer/videomixer.c:
11282         * gst/wavenc/gstwavenc.c:
11283         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
11284          better/unified long descriptions
11285          Fixed #336602
11286          Some cleanups to auparse, don't send multiple newsegments.
11287
11288 2006-03-29  Wim Taymans  <wim@fluendo.com>
11289
11290         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
11291
11292         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
11293         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
11294         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
11295         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
11296         * ext/dv/gstdvdemux.h:
11297         Seek in READY patch. Only works for pull based mode.
11298         Fixes #323880
11299
11300 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11301
11302         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
11303         (gst_gdk_pixbuf_event):
11304           Fix two crashers: don't unref the same caps twice, and
11305           set pixbuf loader to NULL after freeing it.
11306
11307 2006-03-27  Wim Taymans  <wim@fluendo.com>
11308
11309         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
11310         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
11311         (gst_speexenc_chain):
11312         * ext/speex/gstspeexenc.h:
11313         Don't leak adapter.
11314         A push *always* takes ownership of the buffer, even on
11315         errors.
11316         Small cleanups.
11317
11318 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
11319
11320         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
11321           Create source pad without leaking.
11322
11323 2006-03-24  Wim Taymans  <wim@fluendo.com>
11324
11325         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11326         * ext/flac/gstflacdec.h:
11327         * ext/flac/gstflacenc.h:
11328         Spifify a bit.
11329         Fix deadly lock order error in seeking code, STREAM_LOCK
11330         cannot be taken within LOCK and the streaming variables are
11331         protected with the STREAM_LOCK anyway.
11332
11333 2006-03-24  Wim Taymans  <wim@fluendo.com>
11334
11335         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
11336         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
11337         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
11338         this patch combines the global init_frames with the stream
11339         init_frames. Rationale being that the global delay should 
11340         be subtracted from any stream delay.
11341         Fixes #335858.
11342
11343 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
11344
11345         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
11346         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
11347         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11348         * gst/videomixer/videomixer.c: (gst_videomixer_init):
11349         use DEBUG_FUNCPTR for collectpads
11350
11351 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
11352
11353         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
11354           Don't crash when encoding images where the number of rows isn't
11355           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
11356
11357 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11358
11359         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
11360         * gst/interleave/deinterleave.c: (deinterleave_change_state):
11361         * gst/interleave/interleave.c: (interleave_change_state):
11362         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
11363           More state change function fixes.
11364
11365 2006-03-23  Wim Taymans  <wim@fluendo.com>
11366
11367         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11368         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
11369         (gst_esdsink_prepare), (gst_esdsink_unprepare),
11370         (gst_esdsink_delay), (gst_esdsink_reset):
11371         * ext/esd/esdsink.h:
11372         Fix esd choppy playback by configuring audiosink
11373         correctly. Fixes #325191
11374
11375 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11376
11377         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
11378           Make state change function thread-safe.
11379
11380 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11381
11382         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
11383         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
11384           Don't try to read beyond the end of the file just because
11385           the header claims a bigger size (like with truncated files).
11386
11387 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11388
11389         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11390         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
11391         (gst_wavparse_stream_data), (gst_wavparse_loop):
11392         * gst/wavparse/gstwavparse.h:
11393           Delay source pad creation until we have the first chunk of
11394           media data, so the we can examine the data and adjust the
11395           caps accordingly if required. This makes playback of .wav
11396           files with DTS-declared-as-PCM content work (#313266).
11397
11398 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
11399
11400         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11401         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11402         Don't attempt typefinding on too-short buffers that have been
11403         completely trimmed away. (Fixes #330239)
11404
11405         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
11406         Improve the debug output
11407
11408 2006-03-21  Wim Taymans  <wim@fluendo.com>
11409
11410         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
11411         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
11412         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
11413         (gst_esdsink_set_property), (gst_esdsink_get_property):
11414         Some cleanups.
11415         Reset fd to -1 when we close them.
11416
11417 2006-03-21  Wim Taymans  <wim@fluendo.com>
11418
11419         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
11420         the OPTIONS request result is optional so don't
11421         fail on it.
11422
11423 2006-03-21  Edward Hervey  <edward@fluendo.com>
11424
11425         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
11426         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
11427         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
11428         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11429         (gst_wavparse_change_state):
11430         gcc 4.1 unreferenced pointer fixes.
11431
11432 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
11433
11434         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11435
11436         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
11437           Fix block alignment calculation. Alignment should be done before
11438           adding the byte offset where the data starts (#335231).
11439
11440 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11441
11442         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
11443           Ensure that we set correct caps on buffers that are transferred
11444           direct from the input.
11445
11446 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11447
11448         * gst/goom/filters.c: (zoomFilterDestroy):
11449         * gst/goom/goom_core.c: (goom_close):
11450           Free filter data when cleaning up. (Fixes: #334995)
11451
11452 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
11453
11454         * configure.ac:
11455           Don't compile udp and rtsp plugins on win32 (mingw) or other
11456           systems that don't have <sys/socket.h> for some reason (#316203).
11457
11458 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11459
11460         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
11461         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
11462         * ext/raw1394/gstdv1394src.h:
11463           Change bus reset handler so it reports useful information such as
11464           whether the device being used connected or disconnected
11465
11466 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11467
11468         * gst/id3demux/id3v2frames.c:
11469         (parse_relative_volume_adjustment_two):
11470           We only care about gain and peak data for the master volume.
11471
11472 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11473
11474         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11475         (parse_id_string), (parse_unique_file_identifier),
11476         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
11477           Read replay gain tags (#323721).
11478
11479 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11480
11481         * configure.ac:
11482           Bump requirements to gst-plugins-base CVS because
11483           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
11484
11485 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
11486
11487         * rtp/gst/gstrtppcmadepay.c:
11488         Fixed one of the caps in the code from mulaw to alaw.
11489
11490 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
11491
11492         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11493           Ensure that we set caps on the buffers we pass.
11494
11495         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
11496         (gst_id3demux_sink_activate):
11497           Ensure that we set caps on the buffers we pass.
11498
11499           Use STREAM, TYPE_NOT_FOUND as the error class when
11500           typefinding fails.
11501
11502 2006-03-15  Edward Hervey  <edward@fluendo.com>
11503
11504         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
11505         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
11506         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
11507         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
11508         (gst_jpeg_dec_setcaps):
11509         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
11510         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
11511         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
11512         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
11513         (gst_mngdec_src_getcaps):
11514         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11515         (gst_pngdec_caps_create_and_set):
11516         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
11517         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
11518         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
11519         * gst/alpha/gstalpha.c: (gst_alpha_init):
11520         * gst/auparse/gstauparse.c: (gst_au_parse_init):
11521         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
11522         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
11523         * gst/cutter/gstcutter.c: (gst_cutter_init):
11524         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
11525         (gst_efence_checkgetrange):
11526         * gst/debug/negotiation.c: (gst_negotiation_init):
11527         * gst/flx/gstflxdec.c: (gst_flxdec_init):
11528         * gst/goom/gstgoom.c: (gst_goom_init):
11529         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
11530         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
11531         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
11532         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
11533         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
11534         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
11535         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
11536         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11537         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
11538         (gst_wavparse_create_sourcepad):
11539         Fix memleak with gst_static_pad_template_get().
11540         This uses gst_pad_new_from_static_template() instead.
11541         Fixes #333512
11542
11543 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11544
11545         * configure.ac:
11546           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
11547           used by id3demux.
11548
11549         * gst/id3demux/gstid3demux.c: (plugin_init):
11550         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11551         (parse_user_text_identification_frame),
11552         (parse_unique_file_identifier):
11553           Add support for UFID and TXXX frames and extract musicbrainz tags.
11554
11555 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11556
11557         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
11558           Catch short reads, like they might happen with truncated
11559           files (see #305279); remove unnecessary indentation.
11560
11561 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11562
11563         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
11564           Fix DIB image inversion for pictures with a
11565           depth != 8 (#305279).
11566
11567 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11568
11569         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
11570         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
11571         * ext/jpeg/gstjpegdec.h:
11572           Fix durations on outgoing buffers after seeking
11573           in MJPEG files (#334083); some minor clean-ups.
11574
11575 2006-03-13  Wim Taymans  <wim@fluendo.com>
11576
11577         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
11578         (gst_wavparse_change_state):
11579         Implement seek in READY (re-fixes #327658)
11580
11581 2006-03-13  Wim Taymans  <wim@fluendo.com>
11582
11583         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
11584         * ext/esd/esdmon.c: (gst_esdmon_get):
11585         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
11586         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11587         (gst_gdk_pixbuf_sink_getcaps):
11588         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
11589         (gst_jpegenc_setcaps):
11590         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
11591         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
11592         (gst_smokeenc_setcaps):
11593         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
11594         (gst_mngdec_src_getcaps):
11595         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
11596         (gst_mngenc_chain):
11597         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
11598         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
11599         * ext/speex/gstspeexdec.c: (speex_dec_convert),
11600         (speex_dec_src_event), (speex_dec_chain):
11601         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
11602         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
11603         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
11604         (gst_negotiation_pad_link), (gst_negotiation_chain):
11605         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
11606         (gst_flxdec_chain):
11607         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
11608         (deinterleave_chain):
11609         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
11610         * gst/median/gstmedian.c: (gst_median_link):
11611         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
11612         (gst_monoscope_chain):
11613         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
11614         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
11615         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
11616         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
11617         close #333784 unref the result of gst_pad_get_parent()
11618         by: Christophe Fergeau.
11619
11620 2006-03-09  Wim Taymans  <wim@fluendo.com>
11621
11622         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
11623         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
11624         Handle events in push mode better, can now do non-flushing
11625         seeks in push mode as well.
11626
11627 2006-03-07  Wim Taymans  <wim@fluendo.com>
11628
11629         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11630         Applied patch from Kai Vehmanen, fixes #333624.
11631
11632 2006-03-06  Julien MOUTTE  <julien@moutte.net>
11633
11634         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
11635         Implement paletted and grayscale png files handling.
11636         (#150363).
11637
11638 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11639
11640         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
11641         (gst_speexenc_chain):
11642           fix a tag list assert
11643           follow gst-plugins-base/ext/ogg/README; set OFFSET
11644           and OFFSET_END.  Muxes correctly with gst-plugins-base
11645           > 0.9.3
11646
11647 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11648
11649         * gst/id3demux/Makefile.am:
11650         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
11651         (gst_id3demux_chain), (gst_id3demux_sink_activate):
11652           Use new typefind helper functions here as well, and
11653           do typefinding in pull-mode if upstream supports that.
11654
11655 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11656
11657         * sys/sunaudio/gstsunaudiomixerctrl.c:
11658         (gst_sunaudiomixer_ctrl_get_volume),
11659         (gst_sunaudiomixer_ctrl_set_volume):
11660         * sys/sunaudio/gstsunaudiomixertrack.c:
11661         (gst_sunaudiomixer_track_new):
11662           Remove unused variables, breaks build from CVS
11663           with -Werror (#333392, patch by: Benjamin Pineau)
11664
11665 2006-03-03  Wim Taymans  <wim@fluendo.com>
11666
11667         * docs/plugins/Makefile.am:
11668         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11669         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11670         Added wavparse docs.
11671
11672         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11673         (gst_wavparse_reset), (gst_wavparse_init),
11674         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
11675         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
11676         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11677         (gst_wavparse_stream_data), (gst_wavparse_loop),
11678         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
11679         (gst_wavparse_change_state):
11680         * gst/wavparse/gstwavparse.h:
11681         Implement seek in READY (fixes #327658)
11682         Added docs and did some cleanups.
11683
11684 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
11685
11686         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11687         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
11688         (gst_avi_demux_calculate_durations_from_index),
11689         (gst_avi_demux_stream_header):
11690         * gst/avi/gstavidemux.h:
11691           If we have an index, use a duration based on the index instead
11692           of blindly trusting the information in the stream headers
11693           (fixes #331817).
11694
11695 2006-03-03  Wim Taymans  <wim@fluendo.com>
11696
11697         * docs/plugins/Makefile.am:
11698         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11699         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11700         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11701         Added smoke and jpeg to the docs.
11702
11703         * ext/jpeg/Makefile.am:
11704         * ext/jpeg/gstjpeg.c: (plugin_init):
11705         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
11706         * ext/jpeg/gstjpegenc.h:
11707         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
11708         (gst_smokedec_chain):
11709         * ext/jpeg/gstsmokedec.h:
11710         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
11711         * ext/jpeg/gstsmokeenc.h:
11712         * ext/jpeg/smokecodec.h:
11713         Port smokedec (fixes #331905).
11714         Added some docs.
11715         Some cleanups.
11716
11717 2006-03-03  Wim Taymans  <wim@fluendo.com>
11718
11719         * docs/plugins/Makefile.am:
11720         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11721         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11722         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11723         Added videobalance and videoflip to the docs.
11724
11725         * gst/videofilter/Makefile.am:
11726         * gst/videofilter/gstvideobalance.c:
11727         (gst_video_balance_update_tables_planar411),
11728         (gst_video_balance_is_passthrough),
11729         (gst_video_balance_update_properties), (oil_tablelookup_u8),
11730         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
11731         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
11732         (gst_video_balance_finalize), (gst_video_balance_class_init),
11733         (gst_video_balance_init), (gst_video_balance_interface_supported),
11734         (gst_video_balance_interface_init),
11735         (gst_video_balance_colorbalance_list_channels),
11736         (gst_video_balance_colorbalance_set_value),
11737         (gst_video_balance_colorbalance_get_value),
11738         (gst_video_balance_colorbalance_init),
11739         (gst_video_balance_set_property), (gst_video_balance_get_property),
11740         (gst_video_balance_get_type), (plugin_init):
11741         * gst/videofilter/gstvideobalance.h:
11742         Ported to 0.10. (Fixes #326160)
11743         Added docs.
11744
11745         * gst/videofilter/gstvideoflip.c:
11746         * gst/videofilter/gstvideoflip.h:
11747         Added docs.
11748
11749 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
11750
11751         * configure.ac:
11752           Bump requirements to current core and -base CVS
11753           (core for new typefind helper API, and -base for the
11754           WAVFORMATEX support that was added to libgstriff and
11755           is needed by wavparse).
11756         
11757         * gst/apetag/Makefile.am:
11758         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
11759         (gst_tag_demux_sink_activate):
11760           Use new typefind helpers for typefinding instead of our
11761           home-grown stuff; also, do typefinding in pull-mode if
11762           upstream supports that.
11763
11764 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
11765
11766         Reviewed by: Christian Schaller <christian@fluendo.com>
11767
11768         This patch fixes bug: 329107
11769
11770         This Changelog entry is for a commit done on February 17
11771
11772         * ext/gconf/gconf.c
11773         * ext/gconf/gconf.h
11774         * ext/gconf/gstgconfaudiosink.c
11775         * ext/gconf/gstgconfaudiosink.h
11776         * gconf/gstreamer.schemas.in
11777
11778 2006-02-28  Wim Taymans  <wim@fluendo.com>
11779
11780         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11781         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
11782         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
11783         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
11784         Use DEBUG_OBJECT more.
11785
11786 2006-02-28  Wim Taymans  <wim@fluendo.com>
11787
11788         * docs/plugins/Makefile.am:
11789         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11790         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11791         Added dvdec and dvdemux to docs.
11792
11793         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
11794         Added docs.
11795         Check frame sizes so we don't crash when don't have enough
11796         data.
11797         Send nice error messages on error.
11798
11799         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
11800         (gst_dvdemux_class_init), (gst_dvdemux_init),
11801         (gst_dvdemux_finalize), (gst_dvdemux_reset),
11802         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
11803         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
11804         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
11805         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
11806         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
11807         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
11808         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
11809         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
11810         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
11811         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
11812         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
11813         * ext/dv/gstdvdemux.h:
11814         Added docs.
11815         Implement pull mode.
11816         Fix memleaks.
11817         Reduce memcpy for the video demuxing.
11818
11819 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
11820
11821         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
11822         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
11823         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
11824         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
11825           Add a little extra debug. Make the decoder not return NOT_LINKED,
11826           as we want to continue decoding all CMML and emitting tags.
11827
11828 2006-02-27  Michael Smith  <msmith@fluendo.com>
11829
11830         * ext/annodex/gstskeltag.c:
11831         * ext/annodex/gstskeltag.h:
11832           Deleted; these files aren't used any more either.
11833
11834 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11835
11836         * ext/Makefile.am: Fix dist-check.
11837
11838 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11839
11840         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
11841         memleak.
11842
11843 2006-02-25  Alessandro Decina <alessandro@nnva.org>
11844
11845         * ext/annodex/Makefile.am:
11846         * ext/annodex/gstannodex.c:
11847         * ext/annodex/gstcmmldec.c:
11848         * ext/annodex/gstcmmlenc.c:
11849         * ext/annodex/gstcmmlparser.c:
11850         * ext/annodex/gstcmmlparser.h:
11851         * ext/annodex/gstcmmlutils.c:
11852         * tests/check/elements/cmmldec.c:
11853         * tests/check/elements/cmmlenc.c:
11854           Fix a memleak in gst_cmml_track_list_add_clip.
11855           Handle overflows in clip's start and end times.
11856           Add the "encoded" parameter to cmmldec and cmmlenc caps.
11857           Do not parse junk at the end of a CMML preamble buffer.
11858           Register a libxml error handler to not print stuff on stderr.
11859           Check for bad clip start and end times in the testsuites.
11860
11861 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11862
11863         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
11864         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
11865         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
11866         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
11867         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
11868         possible memleaks.
11869
11870 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11871
11872         * tests/check/Makefile.am:
11873         * tests/check/elements/cmmldec.c:
11874         * tests/check/elements/cmmlenc.c: Fix tests so that they use
11875         the plugins-base tags.
11876
11877 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11878
11879         * ext/Makefile.am: Re-enable module.
11880
11881 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11882
11883         * tests/check/Makefile.am: Forgot to remove that test.
11884
11885 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11886
11887         * ext/annodex/Makefile.am:
11888         * ext/annodex/gstannodex.c: (plugin_init):
11889         * ext/annodex/gstcmmldec.c:
11890         * ext/annodex/gstskeldec.c:
11891         * ext/annodex/gstskeldec.h:
11892         * tests/check/Makefile.am:
11893         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
11894
11895 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11896
11897         * tests/check/Makefile.am: Disable those checks as well.
11898
11899 2006-02-24  Julien MOUTTE  <julien@moutte.net>
11900
11901         * ext/Makefile.am: Disable annodex for now until we figure out
11902         how to make it build.
11903         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
11904         Add a rule to your checklist : "please try to at least build 
11905         what you are going to commit into -good, or if you are too lazy
11906         to do that, please check that the buildbots are not crying because
11907         of your commit."
11908
11909 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
11910
11911         * configure.ac:
11912         * ext/Makefile.am:
11913         * ext/gdk_pixbuf/Makefile.am:
11914         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11915         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11916         * ext/gdk_pixbuf/pixbufscale.c:
11917         * ext/gdk_pixbuf/pixbufscale.h:
11918           Gdkpixbuf ported from 0.8 to 0.10 by
11919           Renato Filho <renato.filho@indt.org.br>.
11920           gst_loader and gdkpixbufanimation still need port.
11921
11922 2006-02-24  Michael Smith  <msmith@fluendo.com>
11923
11924         * configure.ac:
11925         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11926         * ext/Makefile.am:
11927         * ext/annodex/Makefile.am:
11928         * ext/annodex/gstannodex.c:
11929         * ext/annodex/gstannodex.h:
11930         * ext/annodex/gstcmmldec.c:
11931         * ext/annodex/gstcmmldec.h:
11932         * ext/annodex/gstcmmlenc.c:
11933         * ext/annodex/gstcmmlenc.h:
11934         * ext/annodex/gstcmmlparser.c:
11935         * ext/annodex/gstcmmlparser.h:
11936         * ext/annodex/gstcmmltag.c:
11937         * ext/annodex/gstcmmltag.h:
11938         * ext/annodex/gstcmmlutils.c:
11939         * ext/annodex/gstcmmlutils.h:
11940         * ext/annodex/gstskeldec.c:
11941         * ext/annodex/gstskeldec.h:
11942         * ext/annodex/gstskeltag.c:
11943         * ext/annodex/gstskeltag.h:
11944         * tests/check/Makefile.am:
11945         * tests/check/elements/cmmldec.c:
11946         * tests/check/elements/cmmlenc.c:
11947         * tests/check/elements/skeldec.c:
11948           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
11949           Includes tests & docs, oh my! Passes Thomas's -good checklist
11950           entirely. Wow.
11951
11952 2006-02-24  Michael Smith  <msmith@fluendo.com>
11953
11954         * autogen.sh:
11955           Check for automake 1.9 as well.
11956
11957 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
11958
11959         * ext/flac/gstflacenc.c:
11960           Change min. sample rate to 8kHz to match flacdec's.
11961           
11962 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
11963
11964         * ext/cdio/Makefile.am:
11965           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
11966           required for Cygwin, see #317048)
11967
11968         * gst/rtp/gstasteriskh263.c:
11969           Cygwin has includes for both the unix network socket API
11970           and the windows API, but only one can be included, so fix
11971           includes to only use one or the other, prefering the unxi
11972           one (#317048).
11973
11974 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
11975
11976         * rtp/gst/gstrtppcmadepay.c:
11977         * rtp/gst/gstrtppcmadepay.h:
11978         * rtp/gst/gstgstrtppcmapay.c:
11979         * rtp/gst/gstgstrtppcmapay.h:
11980         * rtp/gst/gstrtppcmudepay.c:
11981         * rtp/gst/gstrtppcmudepay.h:
11982         * rtp/gst/gstrtppcmupay.c:
11983         * rtp/gst/gstrtppcmupay.h:
11984         * rtp/gst/Makefile.am:
11985         * rtp/gst/gstrtp.c:
11986         * rtp/gst/README:
11987         Separated the G711 payloaders/depayloaders into separate elements for
11988         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
11989
11990 2006-02-22  Wim Taymans  <wim@fluendo.com>
11991
11992         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
11993         (gst_dvdec_change_state):
11994         * ext/dv/gstdvdec.h:
11995         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
11996         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
11997         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
11998         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
11999         (gst_dvdemux_flush), (gst_dvdemux_chain),
12000         (gst_dvdemux_change_state):
12001         * ext/dv/gstdvdemux.h:
12002         Ueber spiffify some more, added debug category.
12003         Use _scale.
12004         Use segments, respect playback rate from newsegment.
12005         Fix refcount issue.
12006
12007 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
12008
12009         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
12010         (gst_signal_processor_process):
12011         Fix compilation of LADPSA. It doesn't seem to work, and isn't
12012         enabled for the build, but it helps me win the feature-count
12013         competitions ooh yeah.
12014
12015 2006-02-19  Wim Taymans  <wim@fluendo.com>
12016
12017         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
12018         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12019         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
12020         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
12021         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12022         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
12023         Use scaling code for added precission and more correct stop
12024         position in case scale==0.
12025
12026 2006-02-19  Wim Taymans  <wim@fluendo.com>
12027
12028         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12029         (gst_flxdec_chain):
12030         * gst/flx/gstflxdec.h:
12031         Implement DURATION query.
12032
12033 2006-02-19  Wim Taymans  <wim@fluendo.com>
12034
12035         * gst/flx/flx_color.h:
12036         * gst/flx/flx_fmt.h:
12037         * gst/flx/gstflxdec.c: (gst_flxdec_init),
12038         (gst_flxdec_src_query_handler), (flx_decode_color),
12039         (gst_flxdec_chain):
12040         * gst/flx/gstflxdec.h:
12041         Set MALLOCDATA for the temp buffers so we don't leak.
12042         Some debug cleanups.
12043         Consume all data in the adapter before leaving the chain
12044         function. Fixes #330678.
12045
12046 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
12047
12048         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12049         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
12050          Handle 0 data size in otherwise valid frames.
12051          Handle numeric strings in 2.4.0 even when not in parentheses 
12052
12053 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
12054
12055         * gst/matroska/matroska-demux.c:
12056         (gst_matroska_demux_subtitle_caps),
12057         (gst_matroska_demux_plugin_init):
12058         * gst/matroska/matroska-ids.h:
12059           Recognise SSA/ASS and USF subtitle formats and
12060           set proper caps when they are found.
12061
12062 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12063
12064         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
12065         (gst_jpeg_dec_chain):
12066           Fix invalid memory access for some odd-sized images
12067           (see image contained in quicktime stream in #327083);
12068           use g_malloc() instead of g_alloca().
12069
12070 2006-02-17  Wim Taymans  <wim@fluendo.com>
12071
12072         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12073         Patch from Sebastien Cote, fixes #319884
12074
12075 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12076
12077         * ext/cdio/gstcdio.c: (plugin_init):
12078           Init debug category (#331253).
12079
12080 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12081
12082         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12083           Pass extra_data to gst_riff_create_audio_caps(), so that
12084           WAVEFORMATEX stuff works. Post audio codec name and post
12085           it as taglist on the bus. Allow up to 8 channesl for raw
12086           PCM in the source pad template caps.
12087
12088 2006-02-16  Wim Taymans  <wim@fluendo.com>
12089
12090         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12091         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12092         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
12093         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
12094         (gst_multipart_set_property), (gst_multipart_get_property):
12095         Applied #318663. Gives quite a few false positives in
12096         autoscan mode, but it's better than nothing. Not closing yet.
12097
12098 2006-02-16  Wim Taymans  <wim@fluendo.com>
12099
12100         * docs/plugins/Makefile.am:
12101         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12102         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12103         * docs/plugins/gst-plugins-good-plugins.args:
12104         * docs/plugins/inspect/plugin-udp.xml:
12105         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12106         (gst_udpsrc_start):
12107         Update documentation.
12108         Fix args.
12109
12110 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
12111
12112         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12113         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
12114         frame size. (Fixes #331368)
12115
12116 2006-02-16  Wim Taymans  <wim@fluendo.com>
12117
12118         * gst/rtsp/README:
12119         Updated README.
12120
12121         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
12122         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
12123         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
12124         * gst/rtsp/gstrtspsrc.h:
12125         Make sure the RTP port is an even port an try to allocate 
12126         another if not.
12127         Added retry property to control max retries for port allocation.
12128         Make sure RTCP port is RTP port+1.
12129         Cleanup when port allocation fails.
12130         Fixes #319183.
12131         
12132 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12133
12134         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
12135           Don't ignore return value of the parent class's state
12136           change function (#331385, patch by: Wouter Paesen).
12137
12138 2006-02-15  Wim Taymans  <wim@fluendo.com>
12139
12140         * configure.ac:
12141         * docs/plugins/Makefile.am:
12142         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12143         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12144         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12145         * ext/Makefile.am:
12146         * ext/hal/Makefile.am:
12147         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
12148         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
12149         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
12150         (do_toggle_element), (gst_hal_audio_sink_set_property),
12151         (gst_hal_audio_sink_get_property),
12152         (gst_hal_audio_sink_change_state):
12153         * ext/hal/gsthalaudiosink.h:
12154         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
12155         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
12156         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
12157         (do_toggle_element), (gst_hal_audio_src_set_property),
12158         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
12159         * ext/hal/gsthalaudiosrc.h:
12160         * ext/hal/gsthalelements.c: (plugin_init):
12161         * ext/hal/gsthalelements.h:
12162         * ext/hal/hal.c: (gst_hal_get_string),
12163         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
12164         (gst_hal_get_audio_src):
12165         * ext/hal/hal.h:
12166         Add HAL sound device wrapper plugins. Closes #329106
12167
12168 2006-02-15  Wim Taymans  <wim@fluendo.com>
12169
12170         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12171         Add comment in a fultile attempt to stop the copy-and-paste 
12172         paradigm leading to duplication of bad code.
12173
12174         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
12175         Mime parameters have to be checked case insensitive
12176
12177 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12178
12179         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
12180           Advance stream time for lagging subtitle streams by sending
12181           newsegment events with the update flag set.
12182
12183 2006-02-14  Edward Hervey  <edward@fluendo.com>
12184
12185         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
12186         There can be bogus data before the hdrl LIST tag in the RIFF header.
12187         It's hard to say if it's not respecting the AVI specifications or not,
12188         but since Google Video is producing AVIs like that and the other player
12189         don't seem to complain, I guess we should do the same.
12190
12191 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
12192
12193         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
12194         (parse_split_strings):
12195         Add more validation to ensure that a char encoding conversion
12196         produced a valid UTF-8 string.
12197
12198 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
12199
12200         Reviewed by: Edward Hervey  <edward@fluendo.com>
12201
12202         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12203         Properly handle end of segment. Closes #330885.
12204
12205 2006-02-13  Wim Taymans  <wim@fluendo.com>
12206
12207         * gst/rtp/gstrtpmp4gpay.h:
12208         For got to commit this one.
12209
12210 2006-02-12  Wim Taymans  <wim@fluendo.com>
12211
12212         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
12213         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
12214         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12215         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
12216         * gst/rtp/gstrtpmp4gpay.h:
12217         Make more things work.
12218         Handle ACC config strings.
12219
12220 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12221
12222         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
12223           set timestamps if no incoming timestamps set
12224
12225 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
12226
12227         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
12228         (gst_tag_demux_do_typefind):
12229           ... and fix the very same leaks in GstTagDemux.
12230
12231 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
12232
12233         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
12234         (gst_id3demux_do_typefind):
12235         Fix a couple of mem leaks. (Patch by Jonathan Matthew
12236         <jonathan at kaolin dot wh9 dot net>)
12237
12238 2006-02-10  Wim Taymans  <wim@fluendo.com>
12239
12240         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
12241         First set options, then set caps or else the baseclass
12242         will not know about the options, duh.
12243
12244 2006-02-10  Wim Taymans  <wim@fluendo.com>
12245
12246         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
12247         (gst_rtp_mp4v_pay_setcaps):
12248         Don't waste time looking for a config string if we have codec_info
12249         on the incomming caps.
12250
12251 2006-02-10  Wim Taymans  <wim@fluendo.com>
12252
12253         * gst/rtp/README:
12254         Say something about case-sensitivity of caps vs mime-attributes.
12255
12256         * gst/rtp/Makefile.am:
12257         * gst/rtp/gstrtp.c: (plugin_init):
12258         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12259         (gst_rtp_amr_pay_handle_buffer):
12260         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
12261         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
12262         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
12263         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
12264         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
12265         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
12266         (gst_rtp_mp4g_pay_plugin_init):
12267         * gst/rtp/gstrtpmp4gpay.h:
12268         Added beginnings of mpeg4-generic payloader (RFC 3640)
12269
12270 2006-02-09  Wim Taymans  <wim@fluendo.com>
12271
12272         * gst/rtsp/Makefile.am:
12273         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
12274         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
12275         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
12276         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
12277         (gst_rtpdec_change_state):
12278         * gst/rtsp/gstrtpdec.h:
12279         * gst/rtsp/gstrtsp.c: (plugin_init):
12280         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12281         * gst/rtsp/rtspconnection.c: (read_body),
12282         (rtsp_connection_receive):
12283         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
12284         Resurected rtpdec to make rtspsrc happy again.
12285         Skip attributes from the session id.
12286         Don't crash when dumping a message with an empty body.
12287
12288
12289 2006-02-09  Wim Taymans  <wim@fluendo.com>
12290
12291         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12292         Added more meaningfull warnings when something goes wrong.
12293         Clear F bit on outgoing AMR packets.
12294
12295         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12296         (gst_rtp_amr_pay_handle_buffer):
12297         Added debugging category
12298         Support payloading of multiple AMR frames.
12299
12300         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
12301         Added some debugging.
12302
12303 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
12304
12305         * configure.ac:
12306           Back to CVS
12307
12308 === release 0.10.2 ===
12309
12310 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
12311
12312         * configure.ac:
12313           releasing 0.10.2, "Papa was a rolling stone"
12314
12315 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12316
12317         * configure.ac:
12318           Bump core and plugins-base requirement to 0.10.2.2
12319           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
12320
12321 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12322
12323         * ext/flac/gstflac.c: (plugin_init):
12324         * ext/speex/gstspeex.c: (plugin_init):
12325           Register musicbrainz tags.
12326
12327 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12328
12329         * ext/gconf/gconf.h:
12330           Remove declaration of function that no longer exists.
12331
12332 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12333
12334         * ext/shout2/gstshout2.c: (gst_shout2send_render),
12335         (gst_shout2send_setcaps), (gst_shout2send_change_state):
12336         Make shout2 work for non ogg streams
12337
12338 2006-02-06  Wim Taymans  <wim@fluendo.com>
12339
12340         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12341         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
12342         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
12343         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
12344         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
12345         * gst/udp/gstmultiudpsink.h:
12346         Updated docs.
12347         Added properties bytes-served, bytes_to_serve.
12348         Post proper error messages,
12349         Emit client added signal too.
12350
12351 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12352
12353         * docs/plugins/Makefile.am:
12354         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12355         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12356         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12357         (gst_multiudpsink_get_stats):
12358           adding docs for multiudpsink
12359
12360 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12361
12362         * gst/level/gstlevel.c: (gst_level_transform_ip):
12363           peak below decay is not necessarily an error, so don't ERROR log
12364
12365 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12366
12367         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
12368         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
12369         (gst_ebml_write_seek):
12370         * gst/matroska/ebml-write.h:
12371           Make sure we send a newsegment event in BYTES format
12372           before sending buffers (#328531).
12373
12374 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12375
12376         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
12377         (gst_dvdemux_sink_query):
12378         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
12379         * ext/speex/gstspeexdec.c: (speex_get_query_types),
12380         (speex_dec_src_query):
12381         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
12382         (gst_speexenc_sink_query):
12383         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12384         * gst/matroska/matroska-demux.c:
12385         (gst_matroska_demux_get_src_query_types),
12386         (gst_matroska_demux_handle_src_query):
12387         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
12388         (gst_wavparse_pad_query):
12389           Pass unhandled queries upstream instead of just dropping
12390           them (#326446). Update query type arrays here and there.
12391
12392 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12393
12394         * tests/check/elements/matroskamux.c: (setup_src_pad):
12395           Collectpads in core got changed and now also holds a
12396           reference to any pad that is part of it. Fix refcount
12397           checks in test case accordingly.
12398
12399 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12400
12401         * gst/apetag/gstapedemux.h:
12402           Fix include, for now GstTagDemux is in the apetag dir.
12403
12404 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12405
12406         * docs/plugins/Makefile.am:
12407         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12408         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12409         * docs/plugins/inspect/plugin-cdio.xml:
12410           Add cdio plugin to docs.
12411
12412         * ext/cdio/gstcdiocddasrc.c:
12413           Add gtk-doc blurb.
12414
12415         * ext/cdio/gstcdio.c:
12416           The plugin is called 'cdio' not 'cddio'.
12417
12418 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12419
12420         * configure.ac:
12421         * docs/plugins/Makefile.am:
12422         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12423         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12424         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12425         * docs/plugins/inspect/plugin-apetag.xml:
12426         * gst/apetag/Makefile.am:
12427         * gst/apetag/gstapedemux.c:
12428         * gst/apetag/gstapedemux.h:
12429         * gst/apetag/gsttagdemux.c:
12430         * gst/apetag/gsttagdemux.h:
12431           Add APE tag demuxer (#325649).
12432
12433 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12434
12435         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
12436         (gst_gconf_get_default_video_sink),
12437         (gst_gconf_get_default_audio_src),
12438         (gst_gconf_get_default_video_src):
12439         * ext/gconf/gconf.h:
12440         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
12441         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
12442         (do_toggle_element):
12443         * ext/gconf/gstgconfaudiosink.h:
12444         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
12445         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
12446         (do_toggle_element):
12447         * ext/gconf/gstgconfaudiosrc.h:
12448         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
12449         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
12450         (do_toggle_element):
12451         * ext/gconf/gstgconfvideosink.h:
12452         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
12453         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
12454         (do_toggle_element):
12455         * ext/gconf/gstgconfvideosrc.h:
12456           Ignore changing the GConf key to "". Ignore GConf key updates
12457           that don't actually change the string.
12458           For now, ignore the GConf key when the state is > READY, as
12459           it breaks streaming. Sometime it will be nice to bring the
12460           new sink online even mid-stream, by sending NEWSEGMENT info
12461           and possibly prerolling.
12462           (Fixes #326736)
12463
12464 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12465
12466         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
12467         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
12468         (zoomFilterSetResolution), (zoomFilterDestroy),
12469         (zoomFilterFastRGB), (pointFilter):
12470         * gst/goom/filters.h:
12471         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
12472         (goom_update), (goom_close):
12473         * gst/goom/goom_core.h:
12474         * gst/goom/goom_tools.h:
12475         * gst/goom/graphic.c:
12476         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
12477         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
12478         * gst/goom/gstgoom.h:
12479         * gst/goom/lines.c: (goom_lines):
12480         * gst/goom/lines.h:
12481           Make goom reentrant by moving all important static variables
12482           into instance structures.
12483           (Fixes #329181)
12484
12485 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
12486
12487         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
12488         (gst_avi_demux_all_source_pads_unlinked),
12489         (gst_avi_demux_process_next_entry):
12490         * gst/avi/gstavidemux.h:
12491           Third attempt, use gst_pad_is_linked() this time.
12492
12493 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
12494
12495         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12496         (parse_split_strings):
12497         Adjust for data length indicators when parsing (Fixes #329810)
12498         Fix stupid bug parsing UTF-8 tag text.
12499         Output tag strings with multiple fields as multiple tags, so the
12500         app gets all the data.
12501
12502 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12503
12504         * ext/flac/gstflacenc.c:
12505         Fixed a bug add in last commit, where no event is send. Thanks Tim to
12506         show me.
12507         
12508 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12509
12510         * ext/flac/gstflacenc.c:
12511         * gst/matroska/ebml-read.c:
12512         Just make it compile with --disable-gst-debug.
12513
12514 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
12515
12516         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
12517         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
12518         (id3v2_genre_fields_to_taglist):
12519           Never output a tag with a null contents string.
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           Only pause if all pads are unlinked AND we've tried to send data
12525           on all of them at least once.
12526
12527 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12528
12529         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
12530         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
12531           Make loop function/task pause itself when all source pads are
12532           unlinked.
12533
12534 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12535
12536         * configure.ac:
12537         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
12538           Use new functions from core to render a bin from a
12539           string. Fixes build. Up requirements to core CVS.
12540
12541 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12542
12543         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
12544           Don't push buffers into the adapter that we are going to
12545           push downstream again without framing anyway. Also, the
12546           adaptor takes ownership of buffers put into it (fixes
12547           auparse pushing invalid buffers for .au files with
12548           ADPCM contents). Finally, set caps on all outgoing buffers.
12549
12550 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
12551
12552         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
12553         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
12554         (gst_id3demux_send_tag_event):
12555         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
12556         Someone should kick my butt. Remove ID3v1 tags from the end of the
12557         file.
12558
12559         Improve error messages. Send the TAG message as soon as we complete
12560         typefinding, instead of waiting until we send the first buffer.
12561         Downstream tag event is still sent before the first buffer.
12562
12563 2006-01-27  Jan Gerber  <j@bootlab.org>
12564
12565         Reviewed by: Andy Wingo <wingo@pobox.com>
12566
12567         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
12568         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
12569         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
12570         to not have warings flooding stderr. this is the suggested way
12571         also used in dvgrab and kino. (#328336)
12572
12573 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
12574
12575         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
12576         (gst_oss_sink_init), (gst_oss_sink_finalise):
12577           Free the device name string when finalised.
12578
12579 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
12580
12581         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
12582           Don't put function calls in g_return_if_fail() statements,
12583           or they'll be replaced with NOOPs if someone compiles with
12584           G_DISABLE_CHECKS defined.
12585           
12586 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
12587
12588         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12589         Never trust ANY information encoded in a media file, especially
12590         when it's giving you sizes. (Fixes #328452)
12591
12592 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
12593
12594         * gst/rtp/gstrtpg711pay.c:
12595         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
12596         bug #325148.
12597
12598 2006-01-23  Edward Hervey  <edward@fluendo.com>
12599
12600         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
12601         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
12602         * gst/matroska/matroska-ids.h:
12603         Added recognition of Real Audio and Video streams in matroska demuxer.
12604
12605 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12606
12607         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
12608           Remove errant break statement, and fix compilation with
12609           older GCC.
12610
12611 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
12612
12613         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12614
12615         * sys/sunaudio/gstsunaudiomixerctrl.c:
12616         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
12617           Export functions that are needed in other parts of the code,
12618           makes the mixer actually work; adjust magic minimum buffer-time
12619           value from 3ms to 5ms to work around stuttering during mp3
12620           playback (#327765).
12621
12622 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
12623
12624         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12625
12626         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
12627         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
12628           Fix possible deadlock in matroska muxer (#327825).
12629
12630 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
12631
12632         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
12633         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
12634         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
12635         * gst/rtsp/sdpmessage.h:
12636         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
12637         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
12638           C89 fixes: declare variables at the beginning of a block and
12639           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
12640           <jensgr at gmx dot net>).
12641
12642 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12643
12644         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12645         * gst/id3demux/id3tags.h:
12646         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12647         (parse_comment_frame), (parse_text_identification_frame),
12648         (id3v2_tag_to_taglist), (id3v2_are_digits),
12649         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
12650         (parse_split_strings), (free_tag_strings):
12651           Rewrite parsing of text tags to handle multiple NULL terminated
12652           strings. Parse numeric genre strings and ID3v2 type
12653           "(3)(6)Alternative" style genre strings.
12654           Parse dates that are only YYYY or YYYY-mm format.
12655           (Fixes #328241 and #322154)
12656
12657 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
12658
12659         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12660           Don't forget to initialize liboil, otherwise our oil functions
12661           will crash (fixes #327871; patch by: Christoph Burghardt
12662           <hawkes at web dot de>).
12663
12664 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12665
12666         * configure.ac:
12667           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
12668           like in the core and gst-plugins-base. Fixes #324367 and #326683;
12669           patch by: Brian Cameron <brian dot cameron at sun dot com>
12670
12671 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12672
12673         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
12674         * ext/cdio/gstcdio.h:
12675         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
12676           Fix build for libcdio versions >= 76; give slightly lower rank
12677           than cdparanoia.
12678
12679 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12680
12681         * configure.ac:
12682         * ext/Makefile.am:
12683         * ext/cdio/Makefile.am:
12684         * ext/cdio/gstcdio.c:
12685         * ext/cdio/gstcdio.h:
12686         * ext/cdio/gstcdiocddasrc.c:
12687         * ext/cdio/gstcdiocddasrc.h:
12688           Port libcdio cdda source, formerly known as cddasrc, now known as
12689           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
12690           but that's not tested (fixes #317658).
12691
12692 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12693
12694         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
12695           Fix conversion from TIME to BYTES format (fixes #326864;
12696           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
12697
12698 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
12699
12700         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12701           Fix compilation of id3demux when zlib is not present.
12702           (Fixes #326602; patch by: Sergey Scobich)
12703
12704 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
12705
12706         * ext/esd/Makefile.am:
12707           Add $(ESD_CFLAGS), otherwise build will fail for folks
12708           with libesd in a non-standard prefix (#327009).
12709
12710 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12711
12712         * configure.ac:
12713           back to HEAD
12714
12715 === release 0.10.1 ===
12716
12717 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
12718
12719         * configure.ac:
12720           releasing 0.10.1, "Li"
12721
12722 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12723
12724           patch by: Wim Taymans
12725
12726         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12727           fix memleak.  Fixes #326618
12728
12729 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12730
12731           patch by: Mike Smith
12732
12733         * gst/level/gstlevel.c: (gst_level_message_new),
12734         (gst_level_message_append_channel):
12735           Fix memleak.  Fixes #326612
12736
12737 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12738
12739         * configure.ac:
12740           prereleasing
12741         * po/af.po:
12742         * po/az.po:
12743         * po/cs.po:
12744         * po/en_GB.po:
12745         * po/hu.po:
12746         * po/it.po:
12747         * po/nb.po:
12748         * po/nl.po:
12749         * po/or.po:
12750         * po/sq.po:
12751         * po/sr.po:
12752         * po/sv.po:
12753         * po/uk.po:
12754         * po/vi.po:
12755           update translations
12756
12757 2006-01-10  Michael Smith  <msmith@fluendo.com>
12758
12759         * gst/level/gstlevel.c: (gst_level_class_init),
12760         (gst_level_dispose):
12761           Don't leak filter arrays.
12762
12763 2006-01-09 Brian Cameron <brian.cameron@sun.com>
12764
12765         reviewed by: Christian Schaller <uraeus@gnome.org>
12766         
12767         * configure.ac:
12768         * gst-plugins-good.spec.in:
12769         * sys/Makefile.am:
12770         * sys/sunaudio/Makefile.am:
12771         * sys/sunaudio/gstsunaudio.c: (plugin_init):
12772         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
12773         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
12774         (gst_sunaudiomixer_change_state):
12775         * sys/sunaudio/gstsunaudiomixer.h:
12776         * sys/sunaudio/gstsunaudiomixerctrl.c:
12777         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
12778         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
12779         (gst_sunaudiomixer_ctrl_list_tracks),
12780         (gst_sunaudiomixer_ctrl_get_volume),
12781         (gst_sunaudiomixer_ctrl_set_volume),
12782         (gst_sunaudiomixer_ctrl_set_mute),
12783         (gst_sunaudiomixer_ctrl_set_record):
12784         * sys/sunaudio/gstsunaudiomixerctrl.h:
12785         * sys/sunaudio/gstsunaudiomixertrack.c:
12786         (gst_sunaudiomixer_track_class_init),
12787         (gst_sunaudiomixer_track_init), (fill_labels),
12788         (gst_sunaudiomixer_track_new):
12789         * sys/sunaudio/gstsunaudiomixertrack.h:
12790         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
12791         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
12792         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12793         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
12794         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
12795         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
12796         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
12797         * sys/sunaudio/gstsunaudiosink.h:
12798
12799         Add SunAudio plugin - tested to make sure it doesn't break
12800         the build under GNU/Linux.      
12801
12802 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
12803
12804         * gst-plugins-good/gst/udp/gstdynudpsink.c:
12805         * gst-plugins-good/gst/udp/gstudpsrc.c:
12806         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
12807         overrides the port or multicast parameters. Fixes bugs #323021.
12808         API addition: adds GstUDPSrc::sockfd property   
12809
12810 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
12811
12812         * ext/gconf/Makefile.am:
12813         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
12814         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
12815         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
12816         (do_toggle_element), (cb_toggle_element),
12817         (gst_gconf_audio_src_change_state):
12818         * ext/gconf/gstgconfaudiosrc.h:
12819         * ext/gconf/gstgconfelements.c: (plugin_init):
12820         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
12821         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
12822         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
12823         (do_toggle_element), (cb_toggle_element),
12824         (gst_gconf_video_src_change_state):
12825         * ext/gconf/gstgconfvideosrc.h:
12826           Add new gconfaudiosrc and gconfvideosrc elements
12827           (needed for gnome-sound-recorder).
12828
12829 2006-01-06  Edward Hervey  <edward@fluendo.com>
12830
12831         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
12832         Add gst_element_no_more_pads() for proper decodebin behaviour.
12833         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
12834         (parse_text_identification_frame), (parse_split_strings):
12835         Failure to decode some tags is not a GST_ERROR() but a
12836         GST_WARNING()
12837         When iterating over a chunk of text, check that we haven't gone too
12838         far.
12839
12840 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
12841
12842         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
12843         (plugin_init):
12844           call oil_init() when using liboil
12845
12846 2006-01-04  Wim Taymans  <wim@fluendo.com>
12847
12848         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12849         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12850         Fix leaks.
12851
12852 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
12853
12854         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12855
12856         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
12857         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
12858         (gst_flac_dec_change_state):
12859           Don't g_assert() where we should just return FALSE; remove
12860           unnecessary g_assert(); initialize some fields properly in
12861           state change function (fixes #325504). Also, use
12862           GST_DEBUG_OBJECT in two more places.
12863
12864 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
12865
12866         * configure.ac:
12867           also remove smoothwave's Makefile.am
12868         * docs/plugins/Makefile.am:
12869           fix plugin docs
12870
12871 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
12872
12873         * tests/examples/Makefile.am:
12874           added missing Makefile.am
12875
12876 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
12877
12878         * configure.ac:
12879         * gst/level/Makefile.am:
12880         * gst/level/level-example.c:
12881         * tests/Makefile.am:
12882         * tests/examples/level/Makefile.am:
12883         * tests/examples/level/level-example.c: (message_handler), (main):
12884           moved level-example to tests/examples/level-example
12885         * tests/old/examples/level/demo.c: (main):
12886         * tests/old/examples/level/plot.c: (main):
12887           some initial fixes
12888
12889 2005-12-29  Michael Smith  <msmith@fluendo.com>
12890
12891         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
12892         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
12893         * gst/udp/gstmultiudpsink.h:
12894           Track packets sent per client in addition to bytes sent; provide
12895           this info through get-stats signal
12896
12897 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
12898
12899         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
12900           Can't use gst_object_unref() on a GstAdapter (#325191).
12901
12902 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
12903
12904         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12905         If a broken tag has 0 bytes payload, at least still skip
12906         the 10 byte header
12907
12908 2005-12-22  Philippe Khalaf  <burger@speedy.org>
12909
12910         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
12911         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
12912         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
12913         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
12914           Making these depayloaders (H263+ and mpeg4 video) inherit from
12915           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
12916
12917 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12918
12919         * docs/plugins/gst-plugins-good-plugins.args:
12920         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12921         Regenerate the plugin hiearchy.
12922
12923 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12924
12925         * docs/plugins/Makefile.am:
12926         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12927         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12928         * docs/plugins/gst-plugins-good-plugins.args:
12929         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
12930         (gst_id3demux_base_init), (gst_id3demux_class_init),
12931         (gst_id3demux_chain):
12932         * gst/id3demux/gstid3demux.h:
12933           Add documentation for id3demux.
12934           Don't fail if the first buffer is not at offset 0, just
12935           attempt to typefind and do pass through
12936           Rename the gst_type function from gst_gst_id3demux..
12937
12938 2005-12-20  Michael Smith  <msmith@fluendo.com>
12939
12940         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
12941         (gst_multiudpsink_add), (gst_multiudpsink_remove),
12942         (gst_multiudpsink_get_stats):
12943         * gst/udp/gstmultiudpsink.h:
12944           Collect statistics; return them from get_stats.
12945
12946 2005-12-19  Edward Hervey  <edward@fluendo.com>
12947
12948         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12949         Stupid signedness issue...
12950
12951 2005-12-19  Edward Hervey  <edward@fluendo.com>
12952
12953         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
12954         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
12955         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
12956         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
12957         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
12958         Construct index for indexless files.
12959         Make sure pad/buffers are correctly reset to NULL once we don't need
12960         them anymore, else we get lovely segfaults/assertions.
12961         * gst/wavparse/gstwavparse.c:
12962         Yes, you can have 96KHz audio and wma in wav :(
12963
12964 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12965
12966         * configure.ac:
12967           Check for optional dependency on zlib for id3demux
12968
12969         * gst/id3demux/Makefile.am:
12970         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
12971         (gst_id3demux_base_init), (gst_id3demux_class_init),
12972         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
12973         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
12974         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
12975         (gst_id3demux_set_property), (gst_id3demux_get_property),
12976         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
12977         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
12978         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
12979         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
12980         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
12981         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
12982         (simple_find_peek), (simple_find_suggest),
12983         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
12984         (plugin_init):
12985         * gst/id3demux/gstid3demux.h:
12986         * gst/id3demux/id3tags.c: (read_synch_uint),
12987         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
12988         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
12989         (id3demux_id3v2_frames_to_tag_list):
12990         * gst/id3demux/id3tags.h:
12991         * gst/id3demux/id3v2.4.0-frames.txt:
12992         * gst/id3demux/id3v2.4.0-structure.txt:
12993         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12994         (parse_comment_frame), (parse_text_identification_frame),
12995         (id3v2_tag_to_taglist), (parse_split_strings):
12996           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
12997           otherwise it discards them. Works on my test files. 
12998
12999         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
13000           Don't send EOS to a non-existing srcpad
13001           The debug category can be static
13002
13003 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
13004
13005         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
13006         * ext/esd/esdsink.c: (gst_esdsink_prepare):
13007         * gst/multipart/multipartdemux.c:
13008           change some char* into char[]
13009
13010 2005-12-16  Wim Taymans  <wim@fluendo.com>
13011
13012         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13013         (gst_wavparse_other), (gst_wavparse_perform_seek),
13014         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
13015         (gst_wavparse_loop), (gst_wavparse_pad_convert),
13016         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
13017         * gst/wavparse/gstwavparse.h:
13018         Use GstSegment to implement more seeking features.
13019
13020 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13021
13022         * gst/rtsp/rtspconnection.c:
13023           Add <netinet/in.h> include and move <arpa/inet.h> include
13024           to make things work on OpenBSD as well (fixes #323717;
13025           patch by: Benjamin Pineau)
13026
13027 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
13028
13029         * gst/rtp/gstrtpspeexdepay.c:
13030         * gst/rtp/gstrtpspeexpay.c:
13031         Set clock rate to be fixed in 8000. It fixes bug #324012.
13032
13033 2005-12-14  Philippe Khalaf  <burger@speedy.org>
13034
13035         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
13036         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
13037         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
13038         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13039         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13040         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
13041         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
13042         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13043         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
13044         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13045         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
13046         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
13047         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
13048         * gst-plugins-good/gst/rtp/README:
13049         Fixed payload range in payloder caps. Removed payload range completely
13050         from depayloaders as they don't require payload type in their caps.
13051         In effect, there isn't any specific payload type for any given codec,
13052         only suggestions.
13053         Fixes bug #324011.
13054
13055 2005-12-13  Julien MOUTTE  <julien@moutte.net>
13056
13057         * gst/videomixer/videomixer.c: (gst_videomixer_init),
13058         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13059         (gst_videomixer_collected): Code cleanup and re-enabling 
13060         queued time validity check for correct EOS handling.
13061
13062 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
13063
13064         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13065         (gst_oss_mixer_element_get_property),
13066         (gst_oss_mixer_element_change_state):
13067         Add 'device-name' property and fix state change function.
13068
13069 2005-12-13  Edward Hervey  <edward@fluendo.com>
13070
13071         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
13072         If the speed of the file is null in the header, set the frame_time to
13073         the default setting of GST_SECOND / 70. Which is the default
13074         frame_delay for .fli files as stated in this document :
13075         http://www.compuphase.com/flic.htm
13076         Would be nice to have the time conversion done properly too (duration =
13077         flxh->frames * flxdec->frame_time)
13078
13079 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13080
13081         * docs/plugins/Makefile.am:
13082         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13083         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13084         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13085         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13086         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13087         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
13088         documentation for videomixer on my way with a funny sample
13089         pipeline.
13090
13091 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13092
13093         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13094         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13095         (gst_videomixer_update_queues), (gst_videomixer_collected):
13096         Fix caps negotiation. (#323896)
13097
13098 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
13099
13100         * gst/matroska/matroska-demux.c:
13101         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
13102           Set correct timestamps on audio laces, fixes playback of mp3 from
13103                 matroska.
13104
13105 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13106
13107         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
13108         (gst_au_parse_class_init), (gst_au_parse_init),
13109         (gst_au_parse_dispose), (gst_au_parse_chain),
13110         (gst_au_parse_change_state), (plugin_init):
13111         * gst/auparse/gstauparse.h:
13112           Use gst_object_unref() for GstObjects instead of
13113           g_object_unref() and fix a mem leak in a debug
13114           statement; while we're at it, also borgify, use
13115           boilerplate macros and clean up a little bit.
13116
13117 2005-12-11  Edward Hervey  <edward@fluendo.com>
13118
13119         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
13120         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
13121         Added pull mode.
13122
13123 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13124
13125         * gst/goom/gstgoom.c:
13126         * gst/level/level-example.c: (main):
13127         * gst/smoothwave/demo-osssrc.c: (main):
13128           Use audiotestsrc instead of sinesrc (#323798).
13129
13130 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
13131
13132         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
13133           more debug-func-ptr usage
13134
13135 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
13136
13137         * gst/flx/flx_color.c: (flx_colorspace_convert):
13138         * gst/flx/flx_color.h:
13139         * gst/flx/flx_fmt.h:
13140         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
13141         * gst/flx/gstflxdec.h:
13142           Now flxdec works on big-endian machines as well.
13143
13144 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13145
13146         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
13147         (gst_fenced_buffer_copy):
13148           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
13149           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
13150           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
13151           and use GST_DEBUG_FUNCPTR for pad functions.
13152
13153 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13154
13155         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
13156         (gst_flac_dec_class_init), (gst_flac_dec_init),
13157         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
13158         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
13159         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
13160         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
13161         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
13162         (gst_flac_dec_change_state):
13163         * ext/flac/gstflacdec.h:
13164           Rewrite flacdec a bit, so that even seeking might work now. Most
13165           importantly, don't act upon any flow return values we get, just tell
13166           the decoder everything's dandy and act on the flow return values
13167           later on in the loop function. We don't want to mess up the internal
13168           decoder state for non-fatal things like flushing pads etc. Other
13169           than that, use GstSegment (segment seeks don't work yet though, but
13170           should be easy to add), use boilerplate macros, drop the superfluous
13171           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
13172           lots of other things.
13173
13174 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13175
13176         * configure.ac:
13177           Update comment in OSS includes check.
13178
13179         * sys/oss/gstossdmabuffer.c:
13180         * sys/oss/gstosshelper.c:
13181         * sys/oss/gstossmixer.c:
13182         * sys/oss/gstossmixertrack.c:
13183         * sys/oss/gstosssink.c:
13184         * sys/oss/gstosssrc.c:
13185         * sys/oss/oss_probe.c:
13186           Don't assume the OSS soundcard.h include is always in
13187           the sys/ directory. Instead, use the existing defines
13188           from config.h to include the right file. Fixes
13189           compilation on OpenBSD 3.8 (#323718).
13190
13191 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13192
13193         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13194         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13195         * docs/plugins/inspect/plugin-1394.xml:
13196         * docs/plugins/inspect/plugin-aasink.xml:
13197         * docs/plugins/inspect/plugin-alaw.xml:
13198         * docs/plugins/inspect/plugin-alpha.xml:
13199         * docs/plugins/inspect/plugin-alphacolor.xml:
13200         * docs/plugins/inspect/plugin-auparse.xml:
13201         * docs/plugins/inspect/plugin-autodetect.xml:
13202         * docs/plugins/inspect/plugin-avi.xml:
13203         * docs/plugins/inspect/plugin-cacasink.xml:
13204         * docs/plugins/inspect/plugin-cairo.xml:
13205         * docs/plugins/inspect/plugin-cutter.xml:
13206         * docs/plugins/inspect/plugin-debug.xml:
13207         * docs/plugins/inspect/plugin-dv.xml:
13208         * docs/plugins/inspect/plugin-efence.xml:
13209         * docs/plugins/inspect/plugin-effectv.xml:
13210         * docs/plugins/inspect/plugin-esdsink.xml:
13211         * docs/plugins/inspect/plugin-flac.xml:
13212         * docs/plugins/inspect/plugin-flxdec.xml:
13213         * docs/plugins/inspect/plugin-gconfelements.xml:
13214         * docs/plugins/inspect/plugin-goom.xml:
13215         * docs/plugins/inspect/plugin-jpeg.xml:
13216         * docs/plugins/inspect/plugin-level.xml:
13217         * docs/plugins/inspect/plugin-matroska.xml:
13218         * docs/plugins/inspect/plugin-mulaw.xml:
13219         * docs/plugins/inspect/plugin-multipart.xml:
13220         * docs/plugins/inspect/plugin-navigationtest.xml:
13221         * docs/plugins/inspect/plugin-ossaudio.xml:
13222         * docs/plugins/inspect/plugin-png.xml:
13223         * docs/plugins/inspect/plugin-rtp.xml:
13224         * docs/plugins/inspect/plugin-rtsp.xml:
13225         * docs/plugins/inspect/plugin-shout2send.xml:
13226         * docs/plugins/inspect/plugin-smpte.xml:
13227         * docs/plugins/inspect/plugin-speex.xml:
13228         * docs/plugins/inspect/plugin-udp.xml:
13229         * docs/plugins/inspect/plugin-videobox.xml:
13230         * docs/plugins/inspect/plugin-videoflip.xml:
13231         * docs/plugins/inspect/plugin-videomixer.xml:
13232         * docs/plugins/inspect/plugin-wavenc.xml:
13233         * docs/plugins/inspect/plugin-wavparse.xml:
13234         * ext/flac/gstflac.c: (plugin_init):
13235         * ext/flac/gstflacdec.c: (flacdec_get_type),
13236         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
13237         (gst_flac_dec_init), (gst_flac_dec_finalize),
13238         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
13239         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
13240         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
13241         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
13242         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
13243         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
13244         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
13245         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
13246         * ext/flac/gstflacdec.h:
13247         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
13248         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
13249         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
13250         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
13251         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
13252         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
13253         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
13254         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
13255         (gst_flac_enc_change_state):
13256         * ext/flac/gstflacenc.h:
13257           borgify and fix up documentation
13258
13259 2005-12-09  Michael Smith  <msmith@fluendo.com>
13260
13261         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
13262           Accept a wider range of flac files, more closely matching flac spec.
13263
13264 2005-12-08  Julien MOUTTE  <julien@moutte.net>
13265
13266         * docs/plugins/Makefile.am: Add multipart elements.
13267         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13268         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
13269         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13270         * gst/multipart/multipartdemux.c:
13271         * gst/multipart/multipartmux.c: Add docs.
13272
13273 2005-12-07  Edward Hervey  <edward@fluendo.com>
13274
13275         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
13276         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
13277         (gst_avi_demux_invert):
13278         Memleak and crasher fixes.
13279         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
13280         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
13281         Memleak fixes
13282
13283 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13284
13285         * ext/aalib/gstaasink.h:
13286         * ext/cairo/gsttextoverlay.h:
13287         * ext/dv/gstdvdec.h:
13288         * ext/dv/gstdvdemux.c:
13289         * ext/dv/gstdvdemux.h:
13290         * ext/esd/esdsink.h:
13291         * ext/flac/flac_compat.h:
13292         * ext/flac/gstflacdec.h:
13293         * ext/flac/gstflacenc.h:
13294         * ext/gconf/gconf.h:
13295         * ext/gconf/gstgconfaudiosink.h:
13296         * ext/gconf/gstgconfvideosink.h:
13297         * ext/gdk_pixbuf/gstgdkanimation.h:
13298         * ext/jpeg/gstjpegdec.h:
13299         * ext/jpeg/smokecodec.h:
13300         * ext/jpeg/smokeformat.h:
13301         * ext/ladspa/gstsignalprocessor.h:
13302         * ext/ladspa/search.c: (LADSPAPluginSearch):
13303         * ext/ladspa/utils.h:
13304         * ext/libmng/gstmng.c:
13305         * ext/libmng/gstmngdec.h:
13306         * ext/libmng/gstmngenc.c:
13307         * ext/libmng/gstmngenc.h:
13308         * ext/libpng/gstpng.c:
13309         * ext/libpng/gstpngenc.c:
13310         * ext/libpng/gstpngenc.h:
13311         * ext/shout2/gstshout2.h:
13312         * ext/speex/gstspeexdec.h:
13313         * ext/speex/gstspeexenc.c:
13314         * ext/speex/gstspeexenc.h:
13315         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13316         * gst/autodetect/gstautoaudiosink.h:
13317         * gst/autodetect/gstautovideosink.h:
13318         * gst/avi/gstavidemux.h:
13319         * gst/cutter/gstcutter.c: (gst_cutter_chain),
13320         (gst_cutter_set_property), (gst_cutter_get_caps):
13321         * gst/cutter/gstcutter.h:
13322         * gst/debug/tests.c: (md5_process_block):
13323         * gst/debug/tests.h:
13324         * gst/effectv/gstwarp.c:
13325         * gst/flx/flx_fmt.h:
13326         * gst/flx/gstflxdec.h:
13327         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
13328         (zoomFilterFastRGB):
13329         * gst/goom/filters.h:
13330         * gst/goom/goom_tools.h:
13331         * gst/law/alaw-encode.c:
13332         * gst/level/gstlevel.c:
13333         * gst/level/gstlevel.h:
13334         * gst/matroska/ebml-write.h:
13335         * gst/matroska/matroska-demux.h:
13336         * gst/matroska/matroska-ids.h:
13337         * gst/matroska/matroska-mux.h:
13338         * gst/monoscope/convolve.c: (convolve_match):
13339         * gst/monoscope/convolve.h:
13340         * gst/multipart/multipartmux.c:
13341         * gst/oldcore/gstaggregator.c:
13342         * gst/oldcore/gstaggregator.h:
13343         * gst/oldcore/gstmd5sink.c: (md5_process_block):
13344         * gst/oldcore/gstmd5sink.h:
13345         * gst/oldcore/gstmultifilesrc.c:
13346         * gst/oldcore/gstmultifilesrc.h:
13347         * gst/oldcore/gstpipefilter.h:
13348         * gst/oldcore/gstshaper.h:
13349         * gst/rtp/gstrtpL16depay.h:
13350         * gst/rtp/gstrtpL16pay.h:
13351         * gst/rtp/gstrtpdepay.h:
13352         * gst/rtp/gstrtpmp4vpay.c:
13353         * gst/rtp/gstrtpmp4vpay.h:
13354         * gst/rtsp/gstrtspsrc.c:
13355         * gst/rtsp/gstrtspsrc.h:
13356         * gst/rtsp/rtspconnection.h:
13357         * gst/rtsp/rtspdefs.h:
13358         * gst/rtsp/rtspmessage.h:
13359         * gst/rtsp/rtsptransport.h:
13360         * gst/rtsp/rtspurl.c:
13361         * gst/rtsp/rtspurl.h:
13362         * gst/rtsp/sdpmessage.c:
13363         * gst/rtsp/sdpmessage.h:
13364         * gst/smpte/barboxwipes.c:
13365         * gst/smpte/gstmask.h:
13366         * gst/smpte/gstsmpte.h:
13367         * gst/smpte/paint.c:
13368         * gst/smpte/paint.h:
13369         * gst/udp/gstdynudpsink.h:
13370         * gst/udp/gstmultiudpsink.h:
13371         * gst/udp/gstudpsink.c:
13372         * gst/udp/gstudpsink.h:
13373         * gst/udp/gstudpsrc.c:
13374         * gst/videomixer/videomixer.c:
13375         * gst/wavenc/riff.h:
13376         * gst/wavparse/gstwavparse.h:
13377         * sys/oss/gstossdmabuffer.h:
13378         * sys/oss/gstossmixer.h:
13379         * sys/oss/gstossmixerelement.h:
13380         * sys/oss/gstossmixertrack.h:
13381         * sys/oss/gstosssink.c:
13382         * sys/oss/gstosssink.h:
13383         * sys/oss/gstosssrc.c:
13384         * sys/oss/gstosssrc.h:
13385         * sys/osxaudio/gstosxaudioelement.h:
13386         * sys/osxaudio/gstosxaudiosink.h:
13387         * sys/osxaudio/gstosxaudiosrc.h:
13388           expand tabs
13389
13390 === release 0.10.0 ===
13391
13392 2005-12-05   <thomas (at) apestaart (dot) org>
13393
13394         * configure.ac:
13395           releasing 0.10.0, "Abondance"
13396
13397 2005-12-05  Andy Wingo  <wingo@pobox.com>
13398
13399         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13400         * ext/flac/gstflacdec.c: (gst_flacdec_write):
13401         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
13402         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
13403         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
13404         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
13405         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13406         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
13407         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
13408         * ext/speex/gstspeexdec.c: (speex_dec_chain):
13409         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
13410         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13411         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
13412         * gst/goom/gstgoom.c: (gst_goom_chain):
13413         * gst/matroska/matroska-demux.c:
13414         (gst_matroska_demux_push_vorbis_codec_priv_data),
13415         (gst_matroska_demux_add_wvpk_header):
13416         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13417         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
13418         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
13419         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
13420         alloc_buffer changes.
13421
13422 2005-12-05  Michael Smith  <msmith@fluendo.com>
13423
13424         * docs/plugins/gst-plugins-good-plugins.args:
13425           Remove args for plugins that aren't in -good.
13426
13427 === release 0.9.7 ===
13428
13429 2005-12-01   <thomas (at) apestaart (dot) org>
13430
13431         * configure.ac:
13432           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
13433
13434 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13435
13436         * docs/plugins/.cvsignore:
13437         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13438         * docs/plugins/inspect/plugin-multipart.xml:
13439         * docs/plugins/inspect/plugin-rtp.xml:
13440           add multipart plugin to docs
13441
13442 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13443
13444         * configure.ac:
13445         * ext/Makefile.am:
13446         * ext/pango/Makefile.am:
13447         * ext/pango/gstclockoverlay.c:
13448         * ext/pango/gstclockoverlay.h:
13449         * ext/pango/gsttextoverlay.c:
13450         * ext/pango/gsttextoverlay.h:
13451         * ext/pango/gsttextrender.c:
13452         * ext/pango/gsttextrender.h:
13453         * ext/pango/gsttimeoverlay.c:
13454         * ext/pango/gsttimeoverlay.h:
13455           move pango to base
13456
13457 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13458
13459         * gst/rtp/Makefile.am:
13460         * gst/rtp/gstrtpL16depay.c:
13461         * gst/rtp/gstrtpL16depay.h:
13462         * gst/rtp/gstrtpL16parse.c:
13463         * gst/rtp/gstrtpL16parse.h:
13464         * gst/rtp/gstrtpgsmdepay.c:
13465         * gst/rtp/gstrtpgsmdepay.h:
13466         * gst/rtp/gstrtpgsmparse.c:
13467         * gst/rtp/gstrtpgsmparse.h:
13468           parsers are depayers
13469
13470 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13471
13472         * gst/rtp/Makefile.am:
13473         * gst/rtp/gstasteriskh263.c:
13474         * gst/rtp/gstrtp.c:
13475         * gst/rtp/gstrtpL16enc.c:
13476         * gst/rtp/gstrtpL16enc.h:
13477         * gst/rtp/gstrtpL16parse.c:
13478         * gst/rtp/gstrtpL16parse.h:
13479         * gst/rtp/gstrtpL16pay.c:
13480         * gst/rtp/gstrtpL16pay.h:
13481         * gst/rtp/gstrtpamrdec.c:
13482         * gst/rtp/gstrtpamrdec.h:
13483         * gst/rtp/gstrtpamrdepay.c:
13484         * gst/rtp/gstrtpamrdepay.h:
13485         * gst/rtp/gstrtpamrenc.c:
13486         * gst/rtp/gstrtpamrenc.h:
13487         * gst/rtp/gstrtpamrpay.c:
13488         * gst/rtp/gstrtpamrpay.h:
13489         * gst/rtp/gstrtpdec.c:
13490         * gst/rtp/gstrtpdec.h:
13491         * gst/rtp/gstrtpdepay.c:
13492         * gst/rtp/gstrtpdepay.h:
13493         * gst/rtp/gstrtpg711dec.c:
13494         * gst/rtp/gstrtpg711dec.h:
13495         * gst/rtp/gstrtpg711depay.c:
13496         * gst/rtp/gstrtpg711depay.h:
13497         * gst/rtp/gstrtpg711enc.c:
13498         * gst/rtp/gstrtpg711enc.h:
13499         * gst/rtp/gstrtpg711pay.c:
13500         * gst/rtp/gstrtpg711pay.h:
13501         * gst/rtp/gstrtpgsmenc.c:
13502         * gst/rtp/gstrtpgsmenc.h:
13503         * gst/rtp/gstrtpgsmparse.c:
13504         * gst/rtp/gstrtpgsmparse.h:
13505         * gst/rtp/gstrtpgsmpay.c:
13506         * gst/rtp/gstrtpgsmpay.h:
13507         * gst/rtp/gstrtph263enc.c:
13508         * gst/rtp/gstrtph263enc.h:
13509         * gst/rtp/gstrtph263pay.c:
13510         * gst/rtp/gstrtph263pay.h:
13511         * gst/rtp/gstrtph263pdec.c:
13512         * gst/rtp/gstrtph263pdec.h:
13513         * gst/rtp/gstrtph263pdepay.c:
13514         * gst/rtp/gstrtph263pdepay.h:
13515         * gst/rtp/gstrtph263penc.c:
13516         * gst/rtp/gstrtph263penc.h:
13517         * gst/rtp/gstrtph263ppay.c:
13518         * gst/rtp/gstrtph263ppay.h:
13519         * gst/rtp/gstrtpmp4vdec.c:
13520         * gst/rtp/gstrtpmp4vdec.h:
13521         * gst/rtp/gstrtpmp4vdepay.c:
13522         * gst/rtp/gstrtpmp4vdepay.h:
13523         * gst/rtp/gstrtpmp4venc.c:
13524         * gst/rtp/gstrtpmp4venc.h:
13525         * gst/rtp/gstrtpmp4vpay.c:
13526         * gst/rtp/gstrtpmp4vpay.h:
13527         * gst/rtp/gstrtpmpadec.c:
13528         * gst/rtp/gstrtpmpadec.h:
13529         * gst/rtp/gstrtpmpadepay.c:
13530         * gst/rtp/gstrtpmpadepay.h:
13531         * gst/rtp/gstrtpmpaenc.c:
13532         * gst/rtp/gstrtpmpaenc.h:
13533         * gst/rtp/gstrtpmpapay.c:
13534         * gst/rtp/gstrtpmpapay.h:
13535         * gst/rtp/gstrtpspeexdec.c:
13536         * gst/rtp/gstrtpspeexdec.h:
13537         * gst/rtp/gstrtpspeexdepay.c:
13538         * gst/rtp/gstrtpspeexdepay.h:
13539         * gst/rtp/gstrtpspeexenc.c:
13540         * gst/rtp/gstrtpspeexenc.h:
13541         * gst/rtp/gstrtpspeexpay.c:
13542         * gst/rtp/gstrtpspeexpay.h:
13543           Do burger's rename for rtp payloaders and depayloaders
13544
13545 2005-11-30  Wim Taymans  <wim@fluendo.com>
13546
13547         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13548         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
13549         * ext/dv/gstdvdemux.h:
13550         Fix seeking in dvdemux again, add some more debug info.
13551
13552 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13553
13554         * configure.ac:
13555           fix tests
13556
13557 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13558
13559         * PORTED_09:
13560         * docs/random/PORTED_09:
13561           move
13562         * tests/Makefile.am:
13563           add
13564         * win32/gst.sln:
13565           remove
13566
13567 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13568
13569         * Makefile.am:
13570         * check/.cvsignore:
13571         * check/Makefile.am:
13572         * check/elements/.cvsignore:
13573         * check/elements/level.c:
13574         * check/elements/matroskamux.c:
13575         * configure.ac:
13576         * examples/Makefile.am:
13577         * examples/capsfilter/Makefile.am:
13578         * examples/capsfilter/capsfilter1.c:
13579         * examples/gob/Makefile.am:
13580         * examples/gob/gst-identity2.gob:
13581         * examples/gstplay/.cvsignore:
13582         * examples/gstplay/Makefile.am:
13583         * examples/gstplay/player.c:
13584         * examples/indexing/.cvsignore:
13585         * examples/indexing/Makefile.am:
13586         * examples/indexing/indexmpeg.c:
13587         * examples/level/Makefile.am:
13588         * examples/level/README:
13589         * examples/level/demo.c:
13590         * examples/level/plot.c:
13591         * examples/stats/Makefile.am:
13592         * examples/stats/mp2ogg.c:
13593         * examples/switch/.cvsignore:
13594         * examples/switch/Makefile.am:
13595         * examples/switch/switcher.c:
13596           move under tests/
13597
13598 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13599
13600         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
13601         (gst_text_render_class_init), (resize_bitmap),
13602         (gst_text_render_render_text), (gst_text_render_setcaps),
13603         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
13604         (gst_text_render_chain), (gst_text_render_finalize),
13605         (gst_text_render_init), (gst_text_render_set_property):
13606         * ext/pango/gsttextrender.h:
13607           Add missing files.
13608
13609 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13610
13611         * configure.ac:
13612         * ext/Makefile.am:
13613         * ext/pango/Makefile.am:
13614         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
13615         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
13616         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
13617         * ext/pango/gstclockoverlay.h:
13618         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
13619         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
13620         (gst_text_overlay_finalize), (gst_text_overlay_init),
13621         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
13622         (gst_text_overlay_text_pad_linked),
13623         (gst_text_overlay_text_pad_unlinked),
13624         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
13625         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
13626         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
13627         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13628         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13629         (gst_text_overlay_change_state), (plugin_init):
13630         * ext/pango/gsttextoverlay.h:
13631         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
13632         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
13633         (gst_time_overlay_class_init), (gst_time_overlay_init):
13634         * ext/pango/gsttimeoverlay.h:
13635           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
13636           and add background shading and text wrapping modes. Make 
13637           timoverlay derive from textoverlay. Also add new clockoverlay
13638           element.
13639
13640 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13641
13642         * gst/udp/Makefile.am: Moved to netbuffer.
13643
13644 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13645
13646         * configure.ac:
13647         * PORTED_O9:
13648         * gst/multipart/Makefile.am:
13649         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
13650         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
13651         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
13652         (gst_multipart_demux_change_state),
13653         (gst_multipart_demux_plugin_init):
13654         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
13655         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
13656         (gst_multipart_mux_sinkconnect),
13657         (gst_multipart_mux_request_new_pad),
13658         (gst_multipart_mux_handle_src_event),
13659         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
13660         (gst_multipart_mux_change_state): Ported multipart mux/demux to
13661         0.9.
13662
13663 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13664
13665         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
13666         * gst/debug/gstnavigationtest.h:
13667         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
13668         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
13669         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
13670         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
13671         * gst/effectv/gstrev.c: (gst_revtv_get_type):
13672         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
13673         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
13674         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
13675         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
13676         (gst_video_flip_get_type):
13677         * gst/videofilter/gstvideoflip.h:
13678           update for symbols change
13679
13680 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13681
13682         * gst/udp/gstdynudpsink.c:
13683         * gst/udp/gstudpsrc.c:
13684           the old gstnet lib was renamed gstnetbuffer (#322257)
13685
13686 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
13687
13688         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
13689         (gst_text_overlay_collected):
13690           Actually render the text from the text pad.
13691
13692 2005-11-29  Edward Hervey  <edward@fluendo.com>
13693
13694         * gst/debug/gstnavseek.c: (gst_navseek_event):
13695         * gst/debug/progressreport.c: (gst_progress_report_event):
13696         Update for GstBaseTransform event virtual method
13697
13698 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13699
13700         * ext/cairo/Makefile.am:
13701           no need to link to videofilter
13702
13703 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13704
13705         * gst/debug/Makefile.am:
13706         * gst/debug/gstnavigationtest.h:
13707         * gst/effectv/Makefile.am:
13708         * gst/effectv/gstaging.c:
13709         * gst/effectv/gstdice.c:
13710         * gst/effectv/gstedge.c:
13711         * gst/effectv/gstquark.c:
13712         * gst/effectv/gstrev.c:
13713         * gst/effectv/gstshagadelic.c:
13714         * gst/effectv/gstvertigo.c:
13715         * gst/effectv/gstwarp.c:
13716         * gst/videofilter/Makefile.am:
13717         * gst/videofilter/gstvideofilter.c:
13718         * gst/videofilter/gstvideofilter.h:
13719         * gst/videofilter/gstvideoflip.h:
13720           remove the videofilter library and link to the one in base
13721
13722 2005-11-28  Edward Hervey  <edward@fluendo.com>
13723
13724         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
13725         Useless check now we're setting the current entry correctly.
13726
13727 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
13728
13729         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
13730         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
13731         (gst_jpegenc_change_state):
13732           Don't leak input buffer in chain function (fixes #322667); make 
13733           state change function thread-safe; don't repeat the current function
13734           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
13735           gst_pad_alloc_buffer(); misc. minor cleanups.
13736
13737 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
13738
13739         * gst/matroska/matroska-mux.c:
13740         (gst_matroska_mux_video_pad_setcaps):
13741         Look for pixel-aspect-ratio in caps, not pixel_width and
13742         pixel_height (Fixes: #322645)
13743
13744 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
13745
13746         * gst/matroska/matroska-mux.c:
13747         (gst_matroska_mux_video_pad_setcaps):
13748         From Michal Benes:
13749         frame duration should be GST_SECOND / framerate, not
13750         GST_SECOND * framerate. (Fixes: #322643)
13751
13752 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13753
13754         * configure.ac:
13755           fix up GST_PLUGIN_LDFLAGS
13756         * gst/rtsp/rtspconnection.c:
13757           fix includes (see #317043)
13758         * gst/videofilter/Makefile.am:
13759           stop installing this library
13760
13761 2005-11-26  Edward Hervey  <edward@fluendo.com>
13762
13763         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
13764         Handle the case where the incoming Video dv stream doesn't have
13765         a pixel aspect ratio set.
13766
13767 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13768
13769         * docs/plugins/Makefile.am:
13770         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13771         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13772         * ext/flac/gstflacdec.c:
13773           document flacdec
13774
13775 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13776
13777         * docs/plugins/Makefile.am:
13778         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13779         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13780         * docs/plugins/inspect/plugin-autodetect.xml:
13781         * ext/cairo/gstcairo.c: (plugin_init):
13782         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
13783         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
13784         (gst_text_overlay_init), (gst_text_overlay_font_init),
13785         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
13786         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
13787         (gst_text_overlay_text_pad_linked),
13788         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
13789         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
13790         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13791         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13792         (gst_text_overlay_change_state):
13793         * ext/cairo/gsttextoverlay.h:
13794         * ext/cairo/gsttimeoverlay.c:
13795         (gst_cairo_time_overlay_update_font_height),
13796         (gst_cairo_time_overlay_set_caps),
13797         (gst_cairo_time_overlay_get_unit_size),
13798         (gst_cairo_time_overlay_print_smpte_time),
13799         (gst_cairo_time_overlay_transform),
13800         (gst_cairo_time_overlay_base_init),
13801         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
13802         (gst_cairo_time_overlay_get_type):
13803         * ext/cairo/gsttimeoverlay.h:
13804           do some name borgifying
13805           document
13806
13807 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13808
13809         * docs/plugins/Makefile.am:
13810         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13811         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13812         * gst/autodetect/gstautoaudiosink.c:
13813         (gst_auto_audio_sink_base_init):
13814         * gst/autodetect/gstautovideosink.c:
13815         (gst_auto_video_sink_base_init),
13816         (gst_auto_video_sink_factory_filter):
13817           documenting auto*sink
13818           using strstr for the video sink lookup, class field is not ordered
13819         * docs/plugins/inspect/plugin-1394.xml:
13820         * docs/plugins/inspect/plugin-aasink.xml:
13821         * docs/plugins/inspect/plugin-alaw.xml:
13822         * docs/plugins/inspect/plugin-alpha.xml:
13823         * docs/plugins/inspect/plugin-alphacolor.xml:
13824         * docs/plugins/inspect/plugin-auparse.xml:
13825         * docs/plugins/inspect/plugin-autodetect.xml:
13826         * docs/plugins/inspect/plugin-avi.xml:
13827         * docs/plugins/inspect/plugin-cacasink.xml:
13828         * docs/plugins/inspect/plugin-cairo.xml:
13829         * docs/plugins/inspect/plugin-cutter.xml:
13830         * docs/plugins/inspect/plugin-debug.xml:
13831         * docs/plugins/inspect/plugin-dv.xml:
13832         * docs/plugins/inspect/plugin-efence.xml:
13833         * docs/plugins/inspect/plugin-effectv.xml:
13834         * docs/plugins/inspect/plugin-esdsink.xml:
13835         * docs/plugins/inspect/plugin-flac.xml:
13836         * docs/plugins/inspect/plugin-flxdec.xml:
13837         * docs/plugins/inspect/plugin-gconfelements.xml:
13838         * docs/plugins/inspect/plugin-goom.xml:
13839         * docs/plugins/inspect/plugin-jpeg.xml:
13840         * docs/plugins/inspect/plugin-level.xml:
13841         * docs/plugins/inspect/plugin-matroska.xml:
13842         * docs/plugins/inspect/plugin-mulaw.xml:
13843         * docs/plugins/inspect/plugin-navigationtest.xml:
13844         * docs/plugins/inspect/plugin-ossaudio.xml:
13845         * docs/plugins/inspect/plugin-png.xml:
13846         * docs/plugins/inspect/plugin-rtp.xml:
13847         * docs/plugins/inspect/plugin-rtsp.xml:
13848         * docs/plugins/inspect/plugin-shout2send.xml:
13849         * docs/plugins/inspect/plugin-smpte.xml:
13850         * docs/plugins/inspect/plugin-speex.xml:
13851         * docs/plugins/inspect/plugin-udp.xml:
13852         * docs/plugins/inspect/plugin-videobox.xml:
13853         * docs/plugins/inspect/plugin-videoflip.xml:
13854         * docs/plugins/inspect/plugin-videomixer.xml:
13855         * docs/plugins/inspect/plugin-wavenc.xml:
13856         * docs/plugins/inspect/plugin-wavparse.xml:
13857           update for HEAD version
13858
13859 2005-11-25  Michael Smith  <msmith@fluendo.com>
13860
13861         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
13862           Patch from Sebastien Cote to close control sockets in udpsrc.
13863
13864 2005-11-24  Julien MOUTTE  <julien@moutte.net>
13865
13866         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
13867         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
13868         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
13869         (gst_quarktv_base_init), (gst_quarktv_class_init),
13870         (gst_quarktv_init): Flush the planes list on reverse caps
13871         negotiation. This was crashing because of differently sized
13872         buffers.
13873
13874 2005-11-24  Julien MOUTTE  <julien@moutte.net>
13875
13876         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
13877         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
13878         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
13879         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
13880         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
13881         (gst_videoflip_set_property), (gst_videoflip_base_init),
13882         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
13883         correctly, fix identity flipping, convert navigation event 
13884         correctly again.
13885
13886 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13887
13888         * configure.ac: back to HEAD
13889
13890 === release 0.9.6 ===
13891
13892 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
13893
13894         * configure.ac:
13895           releasing 0.9.6, "Everything's Not Lost"
13896
13897 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13898
13899         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
13900         Oops, initialise the framerate GValue
13901
13902 2005-11-23  Julien MOUTTE  <julien@moutte.net>
13903
13904         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
13905         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
13906         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
13907         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
13908         (gst_timeoverlay_get_type):
13909         * ext/cairo/gsttimeoverlay.h:
13910         * gst/debug/Makefile.am:
13911         * gst/debug/gstnavigationtest.c:
13912         (gst_navigationtest_handle_src_event),
13913         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
13914         (gst_navigationtest_transform), (gst_navigationtest_change_state),
13915         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
13916         (gst_navigationtest_init), (gst_navigationtest_get_type),
13917         (plugin_init):
13918         * gst/debug/gstnavigationtest.h:
13919         * gst/effectv/Makefile.am:
13920         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
13921         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
13922         (gst_agingtv_base_init), (gst_agingtv_class_init),
13923         (gst_agingtv_init), (gst_agingtv_get_type):
13924         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
13925         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
13926         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
13927         (gst_dicetv_get_type):
13928         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
13929         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
13930         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
13931         (gst_edgetv_get_type):
13932         * gst/effectv/gsteffectv.c:
13933         * gst/effectv/gsteffectv.h:
13934         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
13935         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
13936         (gst_quarktv_change_state), (gst_quarktv_base_init),
13937         (gst_quarktv_class_init), (gst_quarktv_init),
13938         (gst_quarktv_get_type):
13939         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
13940         (gst_revtv_get_unit_size), (gst_revtv_transform),
13941         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
13942         (gst_revtv_get_type):
13943         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
13944         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
13945         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
13946         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
13947         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
13948         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
13949         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
13950         (gst_vertigotv_init), (gst_vertigotv_get_type):
13951         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
13952         (gst_warptv_get_unit_size), (gst_warptv_transform),
13953         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
13954         (gst_warptv_get_type):
13955         * gst/videofilter/Makefile.am:
13956         * gst/videofilter/gstvideobalance.c:
13957         * gst/videofilter/gstvideobalance.h:
13958         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
13959         (gst_videofilter_class_init), (gst_videofilter_init):
13960         * gst/videofilter/gstvideofilter.h:
13961         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
13962         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
13963         (gst_videoflip_flip), (gst_videoflip_transform),
13964         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
13965         (gst_videoflip_base_init), (gst_videoflip_class_init),
13966         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
13967         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
13968         BaseTransform, it's just a place holder for now and every video
13969         effect plugin has been ported to use BaseTransform features 
13970         directly. QuarkTV was fixed too (was broken), navigationtest works
13971         and best for the end, videoflip converts navigation events depending
13972         on flip method ! Fixes #320953
13973
13974 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13975
13976         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
13977         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
13978         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
13979         (gst_goom_src_negotiate), (gst_goom_chain):
13980         * gst/matroska/matroska-mux.c:
13981         (gst_matroska_mux_video_pad_setcaps):
13982         * sys/osxvideo/osxvideosink.m:
13983           Fixes for API changes
13984
13985 2005-11-23  Michael Smith <msmith@fluendo.com>
13986
13987         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
13988         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
13989         * ext/jpeg/gstjpegdec.h:
13990         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
13991         * ext/jpeg/gstjpegenc.h:
13992         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
13993         (gst_smokeenc_resync):
13994         * ext/jpeg/gstsmokeenc.h:
13995           JPEG fractiony goodness.
13996
13997 2005-11-22  Michael Smith <msmith@fluendo.com>
13998
13999         * gst/goom/filters.c:
14000         * gst/goom/graphic.h:
14001           Fix compilation by making some functions static inline instead of
14002           extern inline, matching the way they're used.
14003
14004 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14005
14006         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
14007         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
14008         * ext/cairo/gsttextoverlay.h:
14009         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
14010         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14011         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
14012         (gst_pngdec_caps_create_and_set):
14013         * ext/libpng/gstpngdec.h:
14014         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
14015         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
14016         * gst/avi/gstavimux.c: (gst_avimux_init),
14017         (gst_avimux_vidsinkconnect):
14018         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14019         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14020         (gst_goom_src_negotiate), (gst_goom_chain):
14021         * gst/goom/gstgoom.h:
14022         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14023         * gst/matroska/matroska-mux.c:
14024         (gst_matroska_mux_video_pad_setcaps):
14025         * sys/osxvideo/osxvideosink.h:
14026         * sys/osxvideo/osxvideosink.m:
14027           More fractional framerate conversions 
14028
14029 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14030
14031         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14032         * gst/debug/gstnavigationtest.c:
14033         (gst_navigationtest_handle_src_event):
14034         * gst/videofilter/gstvideofilter.c:
14035         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
14036         (gst_videofilter_init):
14037         * gst/videofilter/gstvideofilter.h:
14038           Convert to fractional framerates.
14039
14040 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14041
14042         * ext/aalib/gstaasink.c:
14043         * ext/dv/gstdvdec.c:
14044         * ext/esd/esdmon.c:
14045         * ext/flac/gstflacenc.c:
14046         * ext/gdk_pixbuf/pixbufscale.c:
14047         * ext/libcaca/gstcacasink.c:
14048         * ext/shout2/gstshout2.c:
14049         * gst/alpha/gstalpha.c:
14050         * gst/oldcore/gstaggregator.c:
14051         * gst/oldcore/gstshaper.c:
14052         * gst/smpte/barboxwipes.c:
14053         * gst/smpte/gstsmpte.c:
14054         * gst/videobox/gstvideobox.c:
14055         * gst/videofilter/gstvideoflip.c:
14056         * gst/videomixer/videomixer.c:
14057           fix up more enums
14058
14059 2005-11-22  Michael Smith <msmith@fluendo.com>
14060
14061         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
14062         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
14063         (gst_videomixer_update_queues):
14064           Fractional framerates, videomixer.
14065
14066 2005-11-22  Michael Smith <msmith@fluendo.com>
14067
14068         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
14069         * ext/dv/gstdvdec.h:
14070         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
14071         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
14072         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
14073         (gst_dvdemux_flush):
14074         * ext/dv/gstdvdemux.h:
14075           Fractional framerates for DV. 
14076
14077 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14078
14079         * gst/autodetect/gstautoaudiosink.c:
14080         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14081         * gst/autodetect/gstautovideosink.c:
14082         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
14083           Use gst_plugin_feature_list_free() to free feature list and
14084           in the case of autovideosink free the list at all. Also
14085           miscellaneous cosmetic fixes.
14086
14087 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14088
14089         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14090         (gst_cutter_set_property), (gst_cutter_get_caps):
14091           copy calculation code from level; remove use of some audio
14092           functions
14093
14094 2005-11-22  Andy Wingo  <wingo@pobox.com>
14095
14096         * Update for gst_tag_setter API changes.
14097
14098 2005-11-22  Andy Wingo  <wingo@pobox.com>
14099
14100         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
14101         (gst_dvdemux_demux_frame)
14102         * ext/flac/gstflacdec.c (gst_flacdec_write)
14103         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
14104         (gst_flacenc_sink_event)
14105         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
14106         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
14107         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
14108         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
14109         * gst/auparse/gstauparse.c (gst_auparse_chain)
14110         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
14111         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
14112         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
14113         (gst_avi_demux_handle_seek)
14114         * gst/goom/gstgoom.c (gst_goom_event)
14115         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
14116         * gst/matroska/matroska-demux.c
14117         (gst_matroska_demux_handle_seek_event)
14118         (gst_matroska_demux_loop_stream_parse_id)
14119         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
14120         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
14121         (gst_wavparse_stream_headers): Run update-funcnames.
14122
14123 2005-11-22  Edward Hervey  <edward@fluendo.com>
14124
14125         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
14126         (gst_dv1394src_init), (gst_dv1394src_dispose),
14127         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
14128         (gst_dv1394src_uri_set_uri):
14129         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14130         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
14131         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
14132         URIHandler interface and element properties are now properly
14133         synchronized for DV1394src and UDPSrc
14134
14135 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14136
14137         * ext/flac/Makefile.am:
14138         * ext/speex/Makefile.am:
14139           libgsttagedit has been renamed to libgsttag.
14140
14141 2005-11-21  Wim Taymans  <wim@fluendo.com>
14142
14143         * gst/rtsp/rtspconnection.c: (read_body):
14144         Apply patch from Sebastien Cote to fix #319184.
14145
14146 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14147
14148         * configure.ac:
14149         * gst/cutter/Makefile.am:
14150         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
14151         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
14152         (gst_cutter_set_property), (gst_cutter_get_property),
14153         (plugin_init), (gst_cutter_get_caps):
14154           port cutter
14155         * gst/level/gstlevel.c:
14156           fix up plugin details
14157
14158 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14159
14160         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
14161         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
14162         (gst_flacdec_src_event):
14163         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
14164         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
14165         (gst_signal_processor_getrange), (gst_signal_processor_chain):
14166         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14167         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
14168         (gst_flxdec_sink_event_handler):
14169         * gst/matroska/matroska-demux.c:
14170         (gst_matroska_demux_handle_seek_event):
14171         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
14172           Update for stream lock API changes: don't take stream log
14173           in sink event handlers any longer and change GST_STREAM_LOCK
14174           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
14175           functions.
14176
14177 2005-11-21  Michael Smith <msmith@fluendo.com>
14178
14179         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
14180           gst_object_unref, not g_object_unref
14181
14182 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14183
14184         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
14185         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
14186           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
14187
14188 2005-11-21  Michael Smith <msmith@fluendo.com>
14189
14190         * gst/auparse/Makefile.am:
14191         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
14192         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
14193         (gst_auparse_change_state):
14194         * gst/auparse/gstauparse.h:
14195           Partially fix #161712. playbin still doesn't work on these files,
14196           (on the bug report, Andy says we aren't typefinding it for some
14197           reason?) but at least auparse isn't totally busted like it was before.
14198
14199 2005-11-21  Andy Wingo  <wingo@pobox.com>
14200
14201         * *.h:
14202         * *.c: Ran scripts/update-macros. Oh yes.
14203
14204 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14205
14206         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
14207           Filler events are gone for now, comment out section generating
14208           them.
14209
14210 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
14211
14212         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14213         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
14214         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14215         * sys/osxvideo/osxvideosink.m:
14216           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
14217           (#322027)
14218
14219 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14220
14221         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
14222         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
14223         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14224         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
14225         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
14226         (gst_avi_demux_stream_data):
14227         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14228         * gst/wavenc/gstwavenc.c: (write_metadata):
14229         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
14230         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
14231         Fixes for GST_FOURCC_FORMAT API change.
14232
14233 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14234
14235         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
14236         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
14237         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
14238         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14239         (gst_text_overlay_change_state):
14240         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14241         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
14242         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
14243         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
14244         * gst/videomixer/videomixer.c: (gst_videomixer_init),
14245         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14246         (gst_videomixer_change_state):
14247           Fix for collect pads API change. Also fix textoverlay state
14248           change function.
14249
14250 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14251
14252         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
14253         GST_PAD_IS_USABLE by something approaching it.
14254
14255 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14256
14257         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
14258         API changes.
14259         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
14260         but also fix the code that was not checking return values from
14261         pad_push neither using pad_alloc_buffer.
14262
14263 2005-11-18  Edward Hervey  <edward@fluendo.com>
14264
14265         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14266         (gst_pngenc_chain):
14267         Added debug category
14268         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
14269         goes to EOS.
14270
14271 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
14272
14273         * gst/rtp/Makefile.am
14274         * gst/rtp/gstrtp.c
14275         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
14276         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
14277         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
14278         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
14279         * gst/rtp/gstrtpg711enc.h:
14280         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
14281         * gst/rtp/gstrtpspeexenc.c:
14282         * gst/rtp/gstrtpspeexenc.h:
14283         * gst/rtp/gstrtpspeexdec.c:
14284         * gst/rtp/gstrtpspeexdec.h:
14285         Created Speex payloader and depayloader; Optimize G711 payloader to
14286         use adapter and send packets until MTU size.
14287
14288 2005-11-16  Wim Taymans  <wim@fluendo.com>
14289
14290         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
14291         Fix leak in check.
14292
14293 2005-11-16  Wim Taymans  <wim@fluendo.com>
14294
14295         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
14296         Fix state change.
14297
14298 2005-11-16  Andy Wingo  <wingo@pobox.com>
14299
14300         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
14301         (gst_udpsrc_create): Move comment.
14302
14303 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
14304
14305         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14306
14307         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
14308           When seeking, seek to closest index entry at or before the requested
14309           seek position, not just the closest one (#321001).
14310
14311 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14312
14313         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
14314         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
14315           Invert DIB images again (see #132341).
14316
14317 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14318
14319         * configure.ac:
14320           rework configure.ac file
14321         * ext/aalib/gstaasink.c:
14322         * ext/cairo/gstcairo.c:
14323         * ext/dv/gstdv.c:
14324         * ext/esd/gstesd.c:
14325         * ext/flac/gstflac.c:
14326         * ext/gconf/gstgconfelements.c:
14327         * ext/gdk_pixbuf/gstgdkpixbuf.c:
14328         * ext/jpeg/gstjpeg.c:
14329         * ext/ladspa/gstladspa.c:
14330         * ext/libcaca/gstcacasink.c:
14331         * ext/libmng/gstmng.c:
14332         * ext/libpng/gstpng.c:
14333         * ext/mikmod/gstmikmod.c:
14334         * ext/pango/gsttextoverlay.c:
14335         * ext/pango/gsttimeoverlay.c:
14336         * ext/raw1394/gst1394.c:
14337         * ext/speex/gstspeex.c:
14338         * gst/alpha/Makefile.am:
14339         * gst/alpha/gstalpha.c:
14340         * gst/alpha/gstalphacolor.c:
14341         * gst/auparse/gstauparse.c:
14342         * gst/autodetect/gstautoaudiosink.c:
14343         (gst_auto_audio_sink_factory_filter),
14344         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14345         * gst/autodetect/gstautodetect.c:
14346         * gst/avi/gstavi.c:
14347         * gst/cutter/gstcutter.c:
14348         * gst/debug/efence.c:
14349         * gst/debug/gstdebug.c:
14350         * gst/debug/gstnavigationtest.c:
14351         * gst/effectv/gsteffectv.c:
14352         * gst/flx/gstflxdec.c:
14353         * gst/goom/gstgoom.c:
14354         * gst/interleave/plugin.c:
14355         * gst/law/alaw.c:
14356         * gst/law/mulaw.c:
14357         * gst/level/gstlevel.c:
14358         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14359         * gst/matroska/matroska.c:
14360         * gst/median/gstmedian.c:
14361         * gst/monoscope/gstmonoscope.c:
14362         * gst/multipart/multipart.c:
14363         * gst/oldcore/gstelements.c:
14364         * gst/rtp/gstrtp.c:
14365         * gst/rtsp/gstrtsp.c:
14366         * gst/smoothwave/gstsmoothwave.c:
14367         * gst/smpte/gstsmpte.c:
14368         * gst/udp/gstudp.c:
14369         * gst/videobox/gstvideobox.c:
14370         * gst/videofilter/gstgamma.c:
14371         * gst/videofilter/gstvideobalance.c:
14372         * gst/videofilter/gstvideoflip.c:
14373         * gst/videofilter/gstvideotemplate.c:
14374         * gst/videomixer/videomixer.c:
14375         * gst/wavenc/gstwavenc.c:
14376         * gst/wavparse/gstwavparse.c:
14377         * sys/oss/gstossaudio.c:
14378         * sys/osxaudio/gstosxaudio.c:
14379           update GST_PLUGIN_DEFINE
14380         * gst/rtp/Makefile.am:
14381         * gst/rtp/gstasteriskh263.c:
14382           check for htons/htonl headers and possibly link to winsock2 lib
14383
14384 2005-11-12  Edward Hervey  <edward@fluendo.com>
14385
14386         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14387         Only GST_DEBUG() information on the valid components.
14388
14389 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14390
14391         * configure.ac: back to HEAD
14392
14393 === release 0.9.5 ===
14394
14395 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
14396
14397         * configure.ac:
14398           releasing 0.9.5, "Phone Alarm"
14399
14400 2005-11-11  Edward Hervey  <edward@fluendo.com>
14401
14402         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14403         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
14404         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
14405         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14406         (gst_avi_demux_loop):
14407         * gst/avi/gstavidemux.h:
14408         Yeah, implement proper seeking. Exact seeking and segment seeking.
14409         Still need to do some checks for segment_stop.
14410
14411 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14412
14413         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14414
14415         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14416           Don't try to ready buffer duration from buffer that we don't
14417           own any  longer and that might already have been unreffed.
14418           (#321136)
14419
14420 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
14421
14422         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
14423         (flx_decode_delta_flc), (gst_flxdec_chain):
14424         Attempting to optimize the code for embedded systems.
14425
14426 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
14427
14428         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14429
14430         * sys/oss/gstosssink.c: (gst_oss_sink_close):
14431           Don't re-use already closed file descriptor. (#320920)
14432
14433 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14434
14435         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
14436         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
14437         (gst_oss_sink_prepare):
14438         * sys/oss/gstosssink.h:
14439           Cache probed caps; fix debug output for SET_PARAM macros.
14440
14441 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14442
14443         * ext/cairo/Makefile.am:
14444         * ext/cairo/gstcairo.c: (plugin_init):
14445         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14446         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14447         (gst_text_overlay_init), (gst_text_overlay_font_init),
14448         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14449         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14450         (gst_text_overlay_text_pad_linked),
14451         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14452         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14453         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14454         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14455         (gst_text_overlay_change_state):
14456         * ext/cairo/gsttextoverlay.h:
14457           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
14458           property and redo positioning. Doesn't handle upstream renegotiation
14459           yet though.
14460
14461 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14462
14463         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14464         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14465         (gst_avi_demux_loop):
14466           No need to take the STREAM_LOCK in the loop function. Improve
14467           some debug messages. Don't leak pad names in debug messages.
14468
14469 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14470
14471         * gst/matroska/matroska-demux.c:
14472         (gst_matroska_demux_push_vorbis_codec_priv_data),
14473         (gst_matroska_demux_add_wvpk_header):
14474           Don't error out when the source pad isn't linked.
14475
14476 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
14477
14478         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
14479         (gst_gconf_audio_sink_change_state):
14480         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
14481         (gst_gconf_video_sink_change_state):
14482           Fix state change functions here as well and set kid
14483           to NULL state before removing it.
14484
14485 2005-11-01  Edward Hervey  <edward@fluendo.com>
14486
14487         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
14488         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
14489         Added proper event handlind, 
14490         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
14491         ignored),
14492         and don't set a duration of 0 for buffers otherwise they are discarded
14493         by GstBaseSink.
14494
14495         GstWavEnc needs some serious loving, after going through the code I'm
14496         really wondering how this can stay in -good ...
14497
14498 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14499
14500         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
14501         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
14502         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
14503         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
14504         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
14505         (gst_matroska_mux_collected):
14506           Fix leaks and invalid memory access as reported by valgrind
14507
14508 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14509
14510         Patch by: Michal Benes <michal.benes@xeris.cz>
14511
14512         * check/Makefile.am:
14513         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14514         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
14515         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
14516           add a unit test for matroskamux
14517           fix the bugs that the unit test exposed
14518
14519 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
14520
14521         * gst/autodetect/gstautoaudiosink.c:
14522         (gst_auto_audio_sink_class_init),
14523         (gst_auto_audio_sink_change_state):
14524         * gst/autodetect/gstautovideosink.c:
14525         (gst_auto_video_sink_class_init),
14526         (gst_auto_video_sink_change_state):
14527           Fix state change function and use GST_DEBUG_FUNCPTR in
14528           class_init.
14529
14530 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14531
14532         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14533
14534         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
14535         (gst_ebml_write_reset), (gst_ebml_write_element_new):
14536         * gst/matroska/ebml-write.h:
14537         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14538           Set timestamps on outgoing ebml headers as well, so that the
14539           element after matroskamux can get the timestamp already when
14540           reading the first ebml element and doesn't have to wait for
14541           the actual data buffer for that (#320308).
14542           
14543 2005-10-31  Andy Wingo  <wingo@pobox.com>
14544
14545         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
14546         (gst_videomixer_pad_link): Kill some memleaks.
14547         (gst_videomixer_pad_get_property): Style fix.
14548         (gst_videomixer_pad_set_property): Style fix.
14549         (gst_videomixer_pad_init): Style fix.
14550         (gst_videomixer_update_queues): Kill memleak.
14551         (gst_videomixer_loop): Kill memleak.
14552         (gst_videomixer_collected): Kill memleak.
14553
14554 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14555
14556         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
14557         gst_auparse_change_state:
14558         Just some cleanup.
14559
14560 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14561
14562         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
14563         Add checks to GST_FLOW_NOT_LINKED for values returned
14564         from gst_pad_push.
14565         
14566 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14567
14568         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
14569         (gst_rtpg711dec_process):
14570         * gst/rtp/gstrtpgsmenc.c:
14571         Payloader now sets some default caps on the srcpad if caps on the sinkpad
14572         are never set. This is important for the g711 to work with burger's rtpbin
14573         element.
14574
14575 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
14576
14577         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
14578         (gst_speexenc_push_buffer):
14579         Add checks for return values from gst_pad_push and
14580         gst_pad_alloc_buffer.
14581
14582 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
14583
14584         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14585
14586         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
14587         (gst_matroska_demux_parse_info),
14588         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14589         (gst_matroska_demux_parse_cluster):
14590         * gst/matroska/matroska-ids.h:
14591         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
14592         (gst_matroska_mux_init), (gst_matroska_mux_start),
14593         (gst_matroska_mux_create_buffer_header),
14594         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
14595         (gst_matroska_mux_get_property):
14596         * gst/matroska/matroska-mux.h:
14597           Add SimpleBlock support to matroska demuxer and muxer (part of
14598           Matroska v2). (#319731)
14599
14600 2005-10-28  Wim Taymans  <wim@fluendo.com>
14601
14602         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
14603         (gst_jpeg_dec_change_state):
14604         * ext/jpeg/gstjpegdec.h:
14605         Cleanups. Don't create caps for every chain.
14606
14607 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
14608
14609         * gst/law/alaw-encode.c: (gst_alawenc_init),
14610         (alawenc_setcaps), (gst_alawenc_chain)
14611         * gst/law/alaw-encode.h:
14612         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
14613         (mulawenc_setcaps), (gst_mulawenc_chain)
14614         * gst/law/mulaw-encode.h:
14615         Set timestamp on buffer and it allows RTP G711 elements
14616         work properly.
14617
14618 2005-10-27  Wim Taymans  <wim@fluendo.com>
14619
14620         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
14621         Set correct format on oss instead of a silly value. 
14622
14623 2005-10-27  Julien MOUTTE  <julien@moutte.net>
14624
14625         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14626         (gst_video_box_transform_caps), (gst_video_box_set_caps),
14627         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
14628         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
14629         I420 rendering as well, doesn't bring much for my platform.
14630         Might help on some other platforms.
14631
14632 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
14633
14634         * gst/rtp/gstrtpgsmenc.c:
14635         * gst/rtp/gstrtpgsmparse.c:
14636         Declaring the padtemplate correctly.
14637
14638 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14639
14640         * gst/rtp/gstrtpg711dec.c:
14641         * gst/rtp/gstrtpg711enc.c:
14642         * gst/rtp/gstrtpgsmenc.c:
14643         * gst/rtp/gstrtpgsmparse.c:
14644         Setting the proper copyright notice.
14645
14646 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14647
14648         * gst/videobox/Makefile.am: Use liboil.
14649         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14650         (gst_video_box_set_property), (gst_video_box_transform_caps),
14651         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
14652         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
14653         using liboil. Will dot the same to I420 border generation
14654         tomorrow.
14655
14656 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14657
14658         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
14659         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
14660         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
14661         * gst/rtp/gstrtpg711dec.h:
14662         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
14663         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
14664         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
14665         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
14666         (gst_rtpgsmenc_handle_buffer):
14667         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
14668         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
14669         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
14670         * gst/rtp/gstrtpgsmparse.h:
14671         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
14672         inherits from the basertpdepayloader.
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): Removing this forgotten debug.
14679
14680 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14681
14682         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14683         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
14684         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
14685
14686 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
14687
14688         * sys/oss/gstossaudio.c:
14689         * sys/oss/gstossdmabuffer.c:
14690         * sys/oss/gstosshelper.c:
14691         * sys/oss/gstossmixer.c:
14692         * sys/oss/gstossmixerelement.c:
14693         * sys/oss/gstossmixertrack.c:
14694         * sys/oss/gstosssink.c:
14695         * sys/oss/gstosssrc.c:
14696           Actually use the 'oss' debug category we register.
14697
14698 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14699
14700         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
14701         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
14702         Use gst_pad_get_parent and drop the ref that was added through
14703         that call.
14704
14705 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14706
14707         * gst/rtp/gstrtpgsmenc.c:
14708           Fix compilation
14709
14710 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
14711
14712         * gst/rtp/gstrtpg711dec.c
14713         Just removed a couple of lines of weird code used during
14714         development/test time.
14715
14716 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
14717
14718         * gst/rtp/Makefile.am
14719         * gst/rtp/gstrtp.c
14720         * gst/rtp/gstrtpg711enc.c
14721         * gst/rtp/gstrtpg711enc.h
14722         * gst/rtp/gstrtpg711dec.c
14723         * gst/rtp/gstrtpg711dec.h
14724         Created G711 payloader and depayloader (it supports mulaw and alaw
14725         (dec)encoders)
14726
14727 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14728
14729         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14730         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
14731         Doh ! I introduced wingo's bug again ! Sorry...
14732
14733 2005-10-25  Christian Schaller <christian@fluendo.com> 
14734
14735         * gst/rtp/Makefile.am: add missing header files for disting
14736
14737 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
14738
14739         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
14740         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
14741         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
14742         (gst_rtpgsmenc_handle_buffer):
14743         * gst/rtp/gstrtpgsmenc.h:
14744         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
14745         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
14746         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
14747         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
14748         * gst/rtp/gstrtpgsmparse.h:
14749         Getting the GSM (de)payloader working and compatible with our plans for RTP.
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): Push
14755         a newsegment event, move some redundant code in a single place.
14756
14757 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14758
14759         * ext/libpng/gstpngdec.c: (user_info_callback),
14760         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
14761         hack to get correct colors order when we have a png image with
14762         alpha channel.
14763
14764 2005-10-24  Edward Hervey  <edward@fluendo.com>
14765
14766         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
14767         Call gst_element_no_more_pads when there will be no more pads.
14768
14769 2005-10-24  Wim Taymans  <wim@fluendo.com>
14770
14771         * gst/rtp/Makefile.am:
14772         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
14773         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
14774         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
14775         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
14776         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
14777         (gst_asteriskh263_plugin_init):
14778         * gst/rtp/gstasteriskh263.h:
14779         * gst/rtp/gstrtp.c: (plugin_init):
14780         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
14781         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
14782         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
14783         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
14784         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
14785         (gst_rtph263enc_plugin_init):
14786         * gst/rtp/gstrtph263enc.h:
14787         Added two new payloaders, an RFC 2190 payloader for h263 and
14788         a payload convertor for an asterisk server.
14789
14790 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
14791
14792         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
14793           Set bytes_per_sample correctly (is not always 4, but 
14794           depends on width and number of channels).
14795
14796 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
14797
14798         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
14799         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
14800         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
14801         (gst_flacenc_sink_event), (gst_flacenc_chain),
14802         (gst_flacenc_set_property), (gst_flacenc_get_property),
14803         (gst_flacenc_change_state):
14804         * ext/flac/gstflacenc.h:
14805           Fix seeking, so that flacenc can rewrite the header with the
14806           correct duration and amount of samples and all that at EOS;
14807           also set timestamps and granulepos on outgoing buffers; add
14808           debug category; fix state change function.
14809           
14810 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14811
14812         * gst/videomixer/videomixer.c: Don't restrict video geometry
14813         from 16 to 4096.
14814
14815 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14816
14817         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14818         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
14819         Fix caps negotiation correctly, add debugging category.
14820
14821 2005-10-24  Christian Schaller  <christian@fluendo.com>
14822
14823         * configure.ac: Port over Thomas's change from base listing all plugins
14824
14825 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14826
14827         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
14828         a sink pad.
14829
14830 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14831
14832         * configure.ac:
14833         * docs/upload.mak:
14834           back to HEAD
14835
14836 === release 0.9.4 ===
14837
14838 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14839
14840         * configure.ac:
14841           Releasing 0.9.4, "Dromiceiomimus"
14842
14843 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
14844
14845         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
14846         (gst_speexenc_src_query):
14847           Add position and duration query, fix query type function.
14848           
14849         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14850         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
14851           Let's not set non-fixed caps on source pads.
14852
14853 2005-10-21  Wim Taymans  <wim@fluendo.com>
14854
14855         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14856         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
14857         (gst_avi_demux_handle_seek):
14858         Set correct stream_time in newsegment event.
14859         avi can also handle a duration query now.
14860
14861 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14862
14863         * gst/matroska/matroska-demux.c:
14864         (gst_matroska_demux_handle_src_query),
14865         (gst_matroska_demux_handle_seek_event),
14866         (gst_matroska_demux_loop_stream_parse_id):
14867           Fix duration query; fix basetime in newsegment event after
14868           seek; fix duration in initial newsegment event.
14869
14870         * gst/matroska/matroska-mux.c:
14871         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
14872           Extract number of channels and samplerate from vorbis headers;
14873           add some debug messages when querying the durations of the
14874           input streams.
14875
14876 2005-10-20  Wim Taymans  <wim@fluendo.com>
14877
14878         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
14879         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14880         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
14881         Set stream time correctly in newsegment.
14882
14883 2005-10-20  Wim Taymans  <wim@fluendo.com>
14884
14885         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14886         Correctly fill in the stream time.
14887
14888 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14889
14890         * check/elements/level.c: (GST_START_TEST):
14891         * gst/level/gstlevel.c: (gst_level_message_new):
14892         * gst/level/level-example.c: (message_handler):
14893           use ELEMENT messages instead
14894
14895 2005-10-19  Wim Taymans  <wim@fluendo.com>
14896
14897         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
14898         (gst_dvdemux_src_query):
14899         * ext/flac/gstflacdec.c: (gst_flacdec_length),
14900         (gst_flacdec_src_query):
14901         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
14902         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
14903         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
14904         * gst/debug/gstnavseek.c: (gst_navseek_seek):
14905         * gst/debug/progressreport.c: (gst_progress_report_report):
14906         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
14907         * gst/matroska/matroska-demux.c:
14908         (gst_matroska_demux_handle_src_query):
14909         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
14910         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
14911         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14912         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
14913         (gst_wavparse_srcpad_event):
14914         API change fix.
14915
14916 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
14917
14918         * gst/goom/filters.c:
14919         * gst/goom/graphic.h:
14920         * gst/goom/lines.c:
14921           Make inline functions either 'static inline' or 'extern inline',
14922           otherwise the Forte compiler apparently won't inline them (#317300).
14923
14924 2005-10-19  Julien MOUTTE  <julien@moutte.net>
14925
14926         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
14927         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
14928         (user_info_callback), (user_endrow_callback), (user_end_callback),
14929         (user_read_data), (gst_pngdec_caps_create_and_set),
14930         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
14931         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
14932         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
14933         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
14934         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
14935         very nice and handle push/pull based model. if you have filesrc
14936         connected to it, it will do random access to load the png file.
14937         If you have a network source that can't do _getrange, it does 
14938         progressive loading through the chain function.
14939         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
14940         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
14941         thanks to Master Wim Taymans ;-)
14942
14943 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
14944
14945         * gst/matroska/Makefile.am:
14946         * gst/matroska/ebml-read.c:
14947         * gst/matroska/ebml-read.h:
14948         * gst/matroska/matroska-demux.c:
14949         * gst/matroska/matroska-demux.h:
14950         * gst/matroska/matroska.c: (plugin_init):
14951           Ported matroska demuxer to 0.9.
14952
14953 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
14954
14955         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14956
14957         * gst/matroska/matroska-mux.c:
14958         (gst_matroska_mux_video_pad_setcaps),
14959         (gst_matroska_mux_audio_pad_setcaps):
14960           Fix mpeg4 input handling (#318847); also, while we're at it,
14961           fix media type for Motion-JPEG: should be image/jpeg.
14962
14963 2005-10-18  Wim Taymans  <wim@fluendo.com>
14964
14965         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
14966         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14967         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
14968         Fix for segment-start/stop API change.
14969
14970 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14971
14972         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
14973         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
14974         way.
14975
14976 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14977
14978         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
14979         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
14980         output declared in transform_caps.
14981
14982 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14983
14984         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
14985
14986 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14987
14988         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
14989         (gst_video_box_get_unit_size): Fix wrong size calculations and
14990         implement get_unit_size correctly.
14991
14992 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
14993
14994         * configure.ac:
14995           Enable flx plugin.
14996
14997         * gst/flx/gstflxdec.c: (flx_decode_chunks):
14998           Fix gcc4 signedness issue.
14999
15000 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15001
15002         * configure.ac: Adding videomixer.
15003         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15004         (user_read_data), (gst_pngdec_chain): More debugging.
15005         * gst/alpha/Makefile.am: Adding alphacolor
15006         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
15007         (gst_alpha_color_class_init), (gst_alpha_color_init),
15008         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
15009         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
15010         (plugin_init): Ported to 0.9 using in place base tranform.
15011         * gst/videomixer/Makefile.am:
15012         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15013         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
15014         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
15015         (gst_videomixer_pad_init), (gst_videomixer_class_init),
15016         (gst_videomixer_init), (gst_videomixer_getcaps),
15017         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
15018         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15019         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
15020         to 0.9 using collectpads.
15021
15022 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
15023
15024         * configure.ac:
15025         * gst/flx/Makefile.am:
15026         * gst/flx/gstflxdec.c: (gst_flxdec_init),
15027         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
15028         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
15029         * gst/flx/gstflxdec.h:
15030         flx plugin ported to 0.9
15031
15032 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15033
15034         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
15035           use new gst_version_string()
15036
15037 2005-10-16  Andy Wingo  <wingo@pobox.com>
15038
15039         * configure.ac: GLIB_CHECK.
15040
15041 2005-10-15  Julien MOUTTE  <julien@moutte.net>
15042
15043         * ext/libpng/Makefile.am:
15044         * ext/libpng/gstpng.c: (plugin_init):
15045         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15046         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
15047         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
15048
15049 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
15050
15051         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15052
15053         * configure.ac:
15054         * gst/matroska/Makefile.am:
15055         * gst/matroska/ebml-ids.h:
15056         * gst/matroska/ebml-write.c:
15057         * gst/matroska/ebml-write.h:
15058         * gst/matroska/matroska-ids.h:
15059         * gst/matroska/matroska-mux.c:
15060         * gst/matroska/matroska-mux.h:
15061         * gst/matroska/matroska.c: (plugin_init):
15062           Port matroska muxer to 0.9 (#318847).
15063
15064 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
15065
15066         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
15067         (comment_init), (comment_add):
15068           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
15069           use GST_READ_UINT32_LE() and friends rather than the private
15070           implementation of those same macros.
15071
15072 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
15073
15074         * examples/stats/mp2ogg.c:
15075           more typo fixes
15076
15077 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
15078
15079         * examples/indexing/indexmpeg.c: (main):
15080         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
15081         (gst_esdmon_close_audio), (gst_esdmon_change_state):
15082         * ext/esd/esdmon.h:
15083         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
15084         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
15085         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15086         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15087         * gst/avi/gstavimux.c: (gst_avimux_init):
15088         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
15089         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
15090         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
15091         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
15092         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
15093         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
15094         * gst/oldcore/gstmultifilesrc.h:
15095         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
15096         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
15097         (gst_pipefilter_change_state):
15098         * gst/oldcore/gstpipefilter.h:
15099         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
15100         * gst/videomixer/videomixer.c: (gst_videomixer_init):
15101         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
15102         * sys/osxaudio/gstosxaudiosink.h:
15103         * sys/osxaudio/gstosxaudiosrc.h:
15104           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
15105           moved bitshift from macro to enum definition
15106
15107 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15108
15109         * ext/Makefile.am:
15110         * ext/cairo/Makefile.am:
15111         * ext/cairo/gstcairo.c: (plugin_init):
15112         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
15113         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
15114         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
15115         * ext/cairo/gsttimeoverlay.h:
15116           update of cairo-based timeoverlay to 1.0 Cairo API
15117           doesn't work yet for resizing of output sink
15118
15119 2005-10-11  Wim Taymans  <wim@fluendo.com>
15120
15121         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
15122         newsegment API fix.
15123
15124 2005-10-11  Wim Taymans  <wim@fluendo.com>
15125
15126         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
15127         (gst_dvdemux_demux_frame):
15128         * ext/flac/gstflacdec.c: (gst_flacdec_write):
15129         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15130         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
15131         (gst_avi_demux_handle_seek):
15132         * gst/goom/gstgoom.c: (gst_goom_event):
15133         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15134         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15135         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15136         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15137         (gst_wavparse_srcpad_event):
15138         newsegment API update.
15139
15140 2005-10-11  Andy Wingo  <wingo@pobox.com>
15141
15142         * ext/speex/gstspeexenc.c: Signedness cleanups.
15143
15144 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
15145
15146         * PORTED_09:
15147         * ext/speex/Makefile.am:
15148         * ext/speex/gstspeex.c:
15149         * ext/speex/gstspeexenc.c:
15150         Speexenc ported to 0.9
15151
15152 2005-10-10  Wim Taymans  <wim@fluendo.com>
15153
15154         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
15155         (gst_oss_sink_init), (gst_oss_sink_set_property),
15156         (gst_oss_sink_get_property), (gst_oss_sink_open),
15157         (gst_oss_sink_prepare), (gst_oss_sink_reset):
15158         * sys/oss/gstosssink.h:
15159         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
15160         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
15161         (gst_oss_src_prepare):
15162         Cleanups, make device configurable in the sink, handle and report
15163         errors.
15164
15165 2005-10-10  Wim Taymans  <wim@fluendo.com>
15166
15167         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
15168         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
15169         Make sure element is NULL before removing from the bin.
15170
15171 2005-10-07  Andy Wingo  <wingo@pobox.com>
15172
15173         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
15174         block forever in a read().
15175         (gst_dv1394src_bus_reset): Post a message when the cable is
15176         unplugged.
15177         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
15178         (gst_dv1394src_bus_reset): Don't unref the message.
15179
15180         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
15181         hacking. The only change should be that the state change stuff was
15182         put into basesrc's start() and stop() routines, which coalesces
15183         some steps.
15184
15185 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15186
15187         * configure.ac:
15188           Add check for mmap
15189           
15190         * gst/debug/Makefile.am:
15191           Only compile efence plugin on systems that have mmap.
15192
15193 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15194
15195         * gst/debug/Makefile.am:
15196         * gst/debug/breakmydata.c:
15197         * gst/debug/gstdebug.c:
15198         * gst/debug/gstnavigationtest.c:
15199         * gst/debug/gstnavseek.c: 
15200         * gst/debug/gstnavseek.h:
15201         * gst/debug/progressreport.c: 
15202         * gst/debug/testplugin.c:
15203           Port progressreport, navseek, navigationtest, testsink and
15204           breakmydata.
15205
15206 2005-10-05  Edward Hervey  <edward@fluendo.com>
15207
15208         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
15209         (gst_dvdemux_src_query):
15210         Fixes for better conversion
15211
15212 2005-10-04  Michael Smith <msmith@fluendo.com>
15213
15214         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
15215         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15216         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
15217         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
15218           Set state of elements to NULL before removing from bins.
15219           Set state of test element to NULL if we failed to move it to READY
15220
15221 2005-10-04  Edward Hervey  <edward@fluendo.com>
15222
15223         * ext/dv/Makefile.am:
15224         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
15225         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
15226         Corrected the query function for position so it doesn't forget what
15227         format was asked, and calls the conversion functions on the correct pad.
15228
15229 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15230
15231         * configure.ac:
15232           back to development
15233
15234 === release 0.9.3 ===
15235
15236 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15237
15238         * configure.ac:
15239           Releasing 0.9.3, "Aramis"
15240
15241 2005-10-03  Andy Wingo  <wingo@pobox.com>
15242
15243         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
15244         error returns.
15245
15246 2005-10-02  Andy Wingo  <wingo@pobox.com>
15247
15248         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
15249
15250         * ext/flac/gstflacenc.c: Ported to 0.9.
15251
15252         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
15253
15254         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
15255         and link to gsttagedit. Enable flacenc.
15256
15257         * ext/flac/gstflacdec.c: Re-enable tag reading.
15258
15259 2005-09-30  Wim Taymans  <wim@fluendo.com>
15260
15261         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15262         * gst/rtp/gstrtpgsmparse.c:
15263         * gst/rtp/gstrtph263penc.c:
15264         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15265         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15266         (gst_rtpmp4venc_set_property):
15267         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15268         Various class and caps fixes from Andre Magalhaes (andrunko)
15269
15270 2005-09-29  Wim Taymans  <wim@fluendo.com>
15271
15272         * gst/level/level-example.c: (main):
15273         Update for new bus API.
15274
15275 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15276
15277         * configure.ac:
15278           Fix unexpanded autoconf macro GST_DOC, which has been renamed
15279           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
15280
15281 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
15282
15283         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
15284           Fix playback of mono streams (bytes_per_sample should be set
15285           from the sample width and the number of channels negotiated,
15286           and not just be set to 4) (#317338)
15287
15288 2005-09-26  Wim Taymans  <wim@fluendo.com>
15289
15290         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
15291         (gst_rtpmpaenc_handle_buffer):
15292         Set buffer duration correctly.
15293
15294 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
15295
15296         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
15297         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
15298         (gst_avi_demux_change_state):
15299           Don't crash when encountering a stream with an unknown fourcc or
15300           codec id. Instead, create a pad of type video/x-avi-unknown or
15301           audio/x-avi-unknown, which as a side-effect also results in less
15302           confusing error messages in players ('no decoder' vs. 'no streams');
15303           minor fixes to state change function and class_init function.
15304
15305 2005-09-24  Wim Taymans  <wim@fluendo.com>
15306
15307         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15308         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15309         These are sinks.
15310
15311 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15312
15313         * check/elements/level.c: (GST_START_TEST):
15314           fix test for new GstClockTime use
15315         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
15316         (gst_level_transform_ip):
15317         * gst/level/gstlevel.h:
15318           fix up the decay peak, ensuring the decay peak is never lower
15319           than the peak for that interval
15320
15321 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15322
15323         * docs/plugins/gst-plugins-good-plugins.args:
15324         * docs/plugins/inspect/plugin-alpha.xml:
15325         * docs/plugins/inspect/plugin-rtp.xml:
15326         * gst/level/gstlevel.c: (gst_level_set_caps),
15327         (gst_level_transform_ip):
15328           updating docs
15329
15330 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15331
15332         * Makefile.am:
15333         * check/elements/level.c: (GST_START_TEST):
15334         * gst/level/Makefile.am:
15335         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
15336         (gst_level_set_property), (gst_level_get_property),
15337         (gst_level_set_caps), (gst_level_message_new),
15338         (gst_level_transform_ip):
15339         * gst/level/gstlevel.h:
15340         * gst/level/level-example.c: (message_handler), (main):
15341           convert to using GstClockTime for all time values, finally.
15342
15343 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15344
15345         * gst/auparse/Makefile.am:
15346         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15347           fix up build
15348         * configure.ac:
15349         * ext/cairo/Makefile.am:
15350         * ext/dv/Makefile.am:
15351         * ext/esd/Makefile.am:
15352         * ext/flac/Makefile.am:
15353         * ext/gconf/Makefile.am:
15354         * ext/gdk_pixbuf/Makefile.am:
15355         * ext/jpeg/Makefile.am:
15356         * ext/ladspa/Makefile.am:
15357         * ext/libcaca/Makefile.am:
15358         * ext/libmng/Makefile.am:
15359         * ext/libpng/Makefile.am:
15360         * ext/mikmod/Makefile.am:
15361         * ext/pango/Makefile.am:
15362         * ext/raw1394/Makefile.am:
15363         * ext/shout2/Makefile.am:
15364         * ext/speex/Makefile.am:
15365         * gst/alpha/Makefile.am:
15366         * gst/autodetect/Makefile.am:
15367         * gst/avi/Makefile.am:
15368         * gst/cutter/Makefile.am:
15369         * gst/debug/Makefile.am:
15370         * gst/effectv/Makefile.am:
15371         * gst/flx/Makefile.am:
15372         * gst/goom/Makefile.am:
15373         * gst/interleave/Makefile.am:
15374         * gst/law/Makefile.am:
15375         * gst/matroska/Makefile.am:
15376         * gst/median/Makefile.am:
15377         * gst/monoscope/Makefile.am:
15378         * gst/multipart/Makefile.am:
15379         * gst/oldcore/Makefile.am:
15380         * gst/rtp/Makefile.am:
15381         * gst/rtsp/Makefile.am:
15382         * gst/smoothwave/Makefile.am:
15383         * gst/smpte/Makefile.am:
15384         * gst/videobox/Makefile.am:
15385         * gst/videofilter/Makefile.am:
15386         * gst/videomixer/Makefile.am:
15387         * gst/wavenc/Makefile.am:
15388         * gst/wavparse/Makefile.am:
15389         * sys/oss/Makefile.am:
15390         * sys/osxaudio/Makefile.am:
15391         * sys/osxvideo/Makefile.am:
15392           fix up GST_LIBS use
15393
15394 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15395
15396         * gst/auparse/Makefile.am:
15397         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15398           fix build of auparse
15399
15400 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
15401
15402         * configure.ac:
15403         * PORTED_09:
15404         * gst/auparse/gstauparse.c:
15405         * gst/auparse/gstauparse.h:
15406         Auparse ported to 0.9.
15407
15408 2005-09-22  Wim Taymans  <wim@fluendo.com>
15409
15410         * gst/rtp/TODO:
15411         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
15412         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15413         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15414         (gst_rtpmp4venc_set_property):
15415         * gst/rtp/gstrtpmp4venc.h:
15416         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15417         * gst/rtp/gstrtpmpaenc.h:
15418         Use is_filled to both check MTU and max-ptime of base class.
15419
15420 2005-09-22  Wim Taymans  <wim@fluendo.com>
15421
15422         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15423         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15424         (gst_rtpmp4venc_set_property):
15425         Don't fragment packets with multiple frames.
15426
15427 2005-09-22  Wim Taymans  <wim@fluendo.com>
15428
15429         * gst/rtp/TODO:
15430         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15431         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15432         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
15433         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
15434         (gst_rtpmp4venc_get_property):
15435         * gst/rtp/gstrtpmp4venc.h:
15436         Remove g_print.
15437         Update TODO
15438         Make payload encoder a bit smarter and more correct with
15439         timestamps.
15440         Added option in payloader to include config string in-band.
15441
15442 2005-09-21  Wim Taymans  <wim@fluendo.com>
15443
15444         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15445         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15446         (gst_rtspsrc_send):
15447         Strip spaces for key/value pairs.
15448
15449 2005-09-21  Wim Taymans  <wim@fluendo.com>
15450
15451         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15452         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15453         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
15454         (gst_rtspsrc_change_state):
15455         More SDP parsing and caps setting.
15456         Do NO_PREROLL differently.
15457         add pads only after negotiated.
15458
15459         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
15460         (gst_udpsrc_getcaps):
15461         Implement the getcaps function.
15462
15463 2005-09-21  Wim Taymans  <wim@fluendo.com>
15464
15465         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
15466         (gst_rtpamrdec_chain):
15467         Handle multiple AMr packets per payload. Handle CRC and
15468         parse ILL/ILP.
15469
15470         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15471         Make caps params strings for easy SDP mapping.
15472         
15473         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
15474         Handle capsnego better.
15475
15476         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15477         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
15478         Generate and parse config string in the caps.
15479
15480 2005-09-21  Wim Taymans  <wim@fluendo.com>
15481
15482         * gst/rtp/README:
15483         Update README
15484
15485         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
15486         Make extra params as strings.
15487
15488         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
15489         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15490         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
15491         Make state change return NO_PREROLL as this is a live
15492         source.
15493
15494         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15495         Don't unref old caps when NULL.
15496
15497 2005-09-20  Wim Taymans  <wim@fluendo.com>
15498
15499         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
15500         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15501         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
15502         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
15503         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
15504         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
15505         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
15506         * gst/rtsp/sdpmessage.h:
15507         Add URI handler.
15508         Parse SDP and create caps.
15509
15510 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
15511
15512         * gst/alpha/gstalpha.c:
15513           fix element description
15514
15515 2005-09-19  Wim Taymans  <wim@fluendo.com>
15516
15517         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
15518         Don't check payload for now.
15519
15520 2005-09-19  Wim Taymans  <wim@fluendo.com>
15521
15522         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
15523         (gst_wavparse_init), (gst_wavparse_parse_file_header),
15524         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
15525         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15526         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15527         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
15528         (gst_wavparse_change_state):
15529         * gst/wavparse/gstwavparse.h:
15530         Fix wavparse some more.
15531
15532 2005-09-19  Wim Taymans  <wim@fluendo.com>
15533
15534         * check/elements/level.c: (GST_START_TEST):
15535         Fix for bus API change.
15536
15537 2005-09-19  Wim Taymans  <wim@fluendo.com>
15538
15539         * gst/level/level-example.c: (main):
15540         Fix for new bus API.
15541
15542         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15543         Set caps on pads.
15544
15545 2005-09-15  Wim Taymans  <wim@fluendo.com>
15546
15547         * gst/rtp/Makefile.am:
15548         * gst/rtp/README:
15549         * gst/rtp/gstrtp.c: (plugin_init):
15550         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
15551         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
15552         (gst_rtpamrdec_change_state):
15553         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
15554         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
15555         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
15556         * gst/rtp/gstrtpamrenc.h:
15557         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15558         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
15559         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
15560         * gst/rtp/gstrtpgsmenc.h:
15561         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
15562         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
15563         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
15564         (gst_rtpgsmparse_change_state):
15565         * gst/rtp/gstrtpgsmparse.h:
15566         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
15567         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
15568         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
15569         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
15570         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
15571         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
15572         * gst/rtp/gstrtph263penc.h:
15573         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
15574         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
15575         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15576         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
15577         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
15578         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
15579         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
15580         * gst/rtp/gstrtpmp4venc.h:
15581         * gst/rtp/gstrtpmpadec.c:
15582         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
15583         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
15584         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
15585         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
15586         * gst/rtp/gstrtpmpaenc.h:
15587         Updates to payloader/depayloaders, make payloaders use
15588         the base classes.
15589         Updated README with suggested RTP caps and how to convert
15590         to/from SDP.
15591         Added config descriptor in mp4v payloader.
15592
15593 2005-09-15  Andy Wingo  <wingo@pobox.com>
15594
15595         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
15596         * gst/autodetect/gstautovideosink.c
15597         (gst_auto_video_sink_find_best): Update for new registry API.
15598
15599 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15600
15601         * common/c-to-xml.py:
15602         * common/gtk-doc-plugins.mak:
15603           a simple py script to generate valid xml from a C example
15604           probably also need to strip an MIT license when we decide
15605         * docs/plugins/Makefile.am:
15606         * gst/level/Makefile.am:
15607         * gst/level/gstlevel.c: (gst_level_init):
15608         * gst/level/level-example.c: (message_handler), (main):
15609           add an example to level that will show up in the docs
15610         * gst/rtp/TODO:
15611           add a note for the future
15612
15613 2005-09-14  Michael Smith <msmith@fluendo.com>
15614
15615         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
15616           Actually define the debug object being used in wavenc. Fixes #316205
15617
15618 2005-09-14  Michael Smith <msmith@fluendo.com>
15619
15620         * gst/smpte/Makefile.am:
15621           Link against GST_BASE_LIBS, to get it linked against libgstbase;
15622           needed to build on windows (bug 316204)
15623
15624 2005-09-12  Andy Wingo  <wingo@pobox.com>
15625
15626         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
15627
15628 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
15629
15630         * configure.ac:
15631         * gst/fdsrc/Makefile.am:
15632         * gst/fdsrc/gstfdsrc.c:
15633         * gst/fdsrc/gstfdsrc.h:
15634           Move fdsrc back into gstreamer core elements.
15635
15636         * gst/level/gstlevel.c: (gst_level_class_init),
15637         (gst_level_transform_ip):
15638         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
15639           Basetransform changes.
15640
15641 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15642
15643         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
15644         * ext/jpeg/smokecodec.c: (find_best_size):
15645           fix compiler warnings
15646
15647 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15648
15649         * gst-plugins-good.spec.in:
15650           spec file fixes
15651         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
15652         (gst_multiudpsink_render), (gst_multiudpsink_add),
15653         (gst_multiudpsink_clear):
15654           it actually helps to actually stream if we hook up the
15655           "add" signal to an actual implementation
15656         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
15657           some debugging
15658
15659 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
15660
15661         * ext/jpeg/Makefile.am:
15662         * ext/jpeg/gstjpeg.c
15663         * ext/jpeg/gstjpegenc.c:
15664         * ext/jpeg/gstsmokeenc.c:
15665
15666 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15667
15668         * ext/flac/gstflacdec.c:
15669         * ext/flac/gstflacenc.c:
15670         * ext/flac/gstflactag.c:
15671         * ext/speex/gstspeexenc.c:
15672           gsttaginterface.h -> gsttagsetter.h
15673
15674 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15675
15676         * configure.ac:
15677         * gst/debug/Makefile.am:
15678         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
15679         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
15680         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
15681         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
15682         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
15683           Port to 0.9 and re-enable efence plugin.
15684
15685 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
15686
15687         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
15688         (gst_flacdec_write), (gst_flacdec_convert_src):
15689         * ext/flac/gstflacdec.h:
15690           Add support for flac files with 24/32 bits per sample; and misc.
15691           minor clean-ups. Seeking is still partly broken (for me at least).
15692
15693 2005-09-06  Wim Taymans  <wim@fluendo.com>
15694
15695         * gst/rtp/Makefile.am:
15696         * gst/rtp/gstrtp.c: (plugin_init):
15697         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
15698         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
15699         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
15700         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
15701         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
15702         (gst_rtpmp4vdec_plugin_init):
15703         * gst/rtp/gstrtpmp4vdec.h:
15704         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15705         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
15706         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
15707         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
15708         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
15709         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
15710         * gst/rtp/gstrtpmp4venc.h:
15711         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
15712         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
15713         Added mpeg4 video payload encoder/decoder.
15714         Added some docs in mpa payloader.
15715
15716 === release 0.9.1 ===
15717
15718 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15719
15720         * NEWS:
15721         * README:
15722         * RELEASE:
15723         * autogen.sh:
15724         * configure.ac:
15725           releasing 0.9.1, "Blondie"
15726
15727 2005-09-05  Andy Wingo  <wingo@pobox.com>
15728
15729         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
15730         here from the state change handler, so we fire signals without
15731         holding the state lock.
15732
15733 2005-09-02  Andy Wingo  <wingo@pobox.com>
15734
15735         * All plugins updated for element state changes.
15736
15737 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15738
15739         * Makefile.am:
15740         * check/.cvsignore:
15741         * check/Makefile.am:
15742         * check/elements/.cvsignore:
15743         * check/elements/level.c: (setup_level), (cleanup_level),
15744         (GST_START_TEST), (level_suite), (main):
15745           add a test for level
15746         * common/release.mak:
15747           move the enum checking to release.mak
15748         * configure.ac:
15749           add valgrind and check checking
15750         * gst/level/gstlevel.c: (gst_level_transform):
15751         * gst/level/gstlevel.h:
15752           fix Andy's cast bug
15753           convert a field to int
15754           fix the arithmetic to int when checking for emit so that a
15755           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
15756
15757 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15758
15759         * Makefile.am:
15760         * configure.ac:
15761           add docs to build
15762         * common/plugins.xsl:
15763           wrap Description into a refsect2
15764         * docs/Makefile.am:
15765         * docs/plugins/Makefile.am:
15766         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15767         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15768         * gst/goom/Makefile.am:
15769         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
15770         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
15771         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
15772         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
15773         (gst_goom_change_state):
15774         * gst/goom/gstgoom.h:
15775           GstGOOM -> GstGoom
15776           add an example launch line
15777         * gst/level/gstlevel.h:
15778         * gst/monoscope/gstmonoscope.c:
15779           cleanups
15780
15781 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15782
15783         * configure.ac:
15784         * docs/plugins/Makefile.am:
15785         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15786         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15787         * docs/plugins/gst-plugins-good-plugins.types:
15788           document elements and plugins.  Shazam !
15789
15790 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15791
15792         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
15793           be found under doc/random/ChangeLog-0.8