configure.ac: Fix typo.
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
2
3         * configure.ac:
4         Fix typo.
5
6 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
7
8         * gst/alpha/Makefile.am:
9         * gst/alpha/gstalpha.c:
10
11         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
12         some stuff, and making buffer-alloc and resizing work automatically.
13         No longer crashes on odd frame widths and heights, although there
14         seems to be a disagreement with ffmpegcolorspace about what size
15         an AYUV frame with odd height should be.
16
17 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
18
19         Patch by: Alessandro Decina <alessandro at nnva dot org>
20
21         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
22         * ext/libpng/gstpngenc.h:
23         Preallocate the output buffer so that g_memdup() and
24         gst_buffer_merge() aren't needed anymore. This greatly improves
25         performances and fixes #512544.
26
27 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
28
29         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
30         (gst_avi_demux_stream_data):
31         GStreamer timestamps are PTS values while AVI only knows about DTS
32         timestamps. Make sure we only copy the DTS as the buffer timestamp when
33         we are dealing with a key frame.
34
35 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
36
37         * tests/check/Makefile.am:
38         * tests/check/elements/.cvsignore:
39         * tests/check/elements/rtp-payloading.c:
40           Add add testsuite for the rtp-payloader that tries simulating
41           dataflow. Needs more test data.
42
43 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
44
45         * tests/check/elements/alphacolor.c:
46           Remove two unused variables.
47
48 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
49
50         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
51           Use g_ascii_strtoll() instead of atoll, which is only
52           available in C99.
53
54 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
55
56         * gst/rtp/Makefile.am:
57         * gst/rtp/gstrtp.c:
58         * gst/rtp/gstrtpmpvpay.c:
59         * gst/rtp/gstrtpmpvpay.h:
60         Add MPEG2 video payloader
61
62 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
63
64         * gst/level/gstlevel.c:
65         Use #include <math.h> instead of #include "math.h".
66
67 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
68
69         * tests/check/Makefile.am:
70         Fix up some CFLAGS sets.
71         Don't include gconfvideosrc in the states test.
72
73         * tests/check/elements/autodetect.c: (GST_START_TEST):
74         Add some error strings to fail_unless arguments to fix some weird
75         compiler errors on Solaris.
76
77 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
78
79         * configure.ac:
80         Detect video4linux headers on Solaris too.
81         * sys/v4l2/gstv4l2colorbalance.h:
82         * sys/v4l2/gstv4l2object.h:
83         * sys/v4l2/v4l2_calls.c:
84         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
85         (gst_v4l2_buffer_new):
86
87         Make v4l2 build on Solaris.
88         Patch by: Brian Cameron  <brian.cameron at sun dot com>
89         Fixes: #510505
90
91 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
92
93         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
94           Update list from (still local) scanning script.
95
96 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
97
98         Based on a patch by:
99             Victor STINNER <victor dot stinner at haypocalc dot com>
100
101         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
102         Set variable to NULL after freeing it to prevent double frees
103         or make failures by another use of it afterwards more obvious
104         and fix use of it after the freeing. Fixes bug #510592.
105
106 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
107
108         * gst/udp/gstmultiudpsink.c:
109         use GST_WARNING for logging
110
111 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
112
113         * gst/udp/gstmultiudpsink.c:
114         Don't try to leave a multicast group with an invalid socket
115
116 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
117
118         * ext/flac/gstflacdec.c:
119           Fix compilation against flac 1.1.2 (as on debian stable), where
120           the picture metadata defines and structs don't exist yet.
121           Fixes #509301.
122
123 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
124
125         Patch by: Olivier Crete <tester at tester dot ca>
126
127         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
128         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
129         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
130         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
131         * gst/udp/gstmultiudpsink.h:
132         Add property to automatically join a multicast group or not. This can be
133         useful when sharing a socket between multiple elements.
134         Fixes #509531.
135
136 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
137
138         * gst/videomixer/Makefile.am:
139           Add controller flags.
140
141 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
142
143         * gst/videomixer/videomixer.c:
144           Also commit the missing gst_object_sync_values().
145
146 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
147
148         * docs/plugins/Makefile.am:
149           Remove duplicate entry.
150
151 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
152
153         * docs/plugins/Makefile.am:
154         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
155         * docs/plugins/gst-plugins-good-plugins-sections.txt:
156         * docs/plugins/inspect/plugin-gamma.xml:
157         * docs/plugins/inspect/plugin-monoscope.xml:
158         * docs/plugins/inspect/plugin-video4linux2.xml:
159           Add 3 more plugins to docs.
160
161 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
162
163         * docs/plugins/gst-plugins-good-plugins-sections.txt:
164         * sys/osxvideo/osxvideosink.h:
165           Revert previous change caused by a file that got stuck on an old
166           revision.
167
168 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
169
170         * docs/plugins/gst-plugins-good-plugins-sections.txt:
171         * gst/multipart/Makefile.am:
172         * gst/multipart/multipartdemux.c:
173         * gst/multipart/multipartdemux.h:
174         * gst/multipart/multipartmux.c:
175         * gst/multipart/multipartmux.h:
176           Re-add multipartdemux to the docs. Last round of section cleanup.
177
178 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
179
180         * docs/plugins/Makefile.am:
181         * docs/plugins/gst-plugins-good-plugins-sections.txt:
182         * sys/osxaudio/gstosxaudiosink.h:
183         * sys/osxvideo/osxvideosink.h:
184           Managed to resolve most unused declarations. Filed a bug for one left.          
185
186 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
187
188         * docs/plugins/gst-plugins-good-plugins-sections.txt:
189           Cleanup section file.
190
191 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
192
193         * docs/plugins/Makefile.am:
194         * docs/plugins/gst-plugins-good-plugins.args:
195         * docs/plugins/gst-plugins-good-plugins.signals:
196         * docs/plugins/inspect/plugin-alaw.xml:
197         * docs/plugins/inspect/plugin-alpha.xml:
198         * docs/plugins/inspect/plugin-alphacolor.xml:
199         * docs/plugins/inspect/plugin-annodex.xml:
200         * docs/plugins/inspect/plugin-apetag.xml:
201         * docs/plugins/inspect/plugin-audiofx.xml:
202         * docs/plugins/inspect/plugin-auparse.xml:
203         * docs/plugins/inspect/plugin-autodetect.xml:
204         * docs/plugins/inspect/plugin-avi.xml:
205         * docs/plugins/inspect/plugin-cairo.xml:
206         * docs/plugins/inspect/plugin-cdio.xml:
207         * docs/plugins/inspect/plugin-cutter.xml:
208         * docs/plugins/inspect/plugin-debug.xml:
209         * docs/plugins/inspect/plugin-dv.xml:
210         * docs/plugins/inspect/plugin-efence.xml:
211         * docs/plugins/inspect/plugin-effectv.xml:
212         * docs/plugins/inspect/plugin-flac.xml:
213         * docs/plugins/inspect/plugin-flxdec.xml:
214         * docs/plugins/inspect/plugin-gconfelements.xml:
215         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
216         * docs/plugins/inspect/plugin-goom.xml:
217         * docs/plugins/inspect/plugin-halelements.xml:
218         * docs/plugins/inspect/plugin-icydemux.xml:
219         * docs/plugins/inspect/plugin-id3demux.xml:
220         * docs/plugins/inspect/plugin-jpeg.xml:
221         * docs/plugins/inspect/plugin-ladspa.xml:
222         * docs/plugins/inspect/plugin-level.xml:
223         * docs/plugins/inspect/plugin-matroska.xml:
224         * docs/plugins/inspect/plugin-mulaw.xml:
225         * docs/plugins/inspect/plugin-multipart.xml:
226         * docs/plugins/inspect/plugin-navigationtest.xml:
227         * docs/plugins/inspect/plugin-png.xml:
228         * docs/plugins/inspect/plugin-quicktime.xml:
229         * docs/plugins/inspect/plugin-rtp.xml:
230         * docs/plugins/inspect/plugin-rtsp.xml:
231         * docs/plugins/inspect/plugin-shout2send.xml:
232         * docs/plugins/inspect/plugin-smpte.xml:
233         * docs/plugins/inspect/plugin-speex.xml:
234         * docs/plugins/inspect/plugin-taglib.xml:
235         * docs/plugins/inspect/plugin-udp.xml:
236         * docs/plugins/inspect/plugin-videobalance.xml:
237         * docs/plugins/inspect/plugin-videobox.xml:
238         * docs/plugins/inspect/plugin-videocrop.xml:
239         * docs/plugins/inspect/plugin-videoflip.xml:
240         * docs/plugins/inspect/plugin-videomixer.xml:
241         * docs/plugins/inspect/plugin-wavenc.xml:
242         * docs/plugins/inspect/plugin-wavpack.xml:
243         * docs/plugins/inspect/plugin-wavparse.xml:
244           Update plugin docs.
245
246         * gst/videomixer/Makefile.am:
247         * gst/videomixer/videomixer.c:
248         * gst/videomixer/videomixer.h:
249         * gst/videomixer/videomixerpad.h:
250           Split out header to fix warnings from the doc-build.
251
252 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
253
254         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
255
256         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
257         Use atoll to parse the rtptime with enough precision. Fixes #509329.
258
259 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
260
261         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
262         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
263           Initialise variables to work around (false) 'foo might be used
264           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
265
266 2008-01-11  David Schleef  <ds@schleef.org>
267
268         * docs/plugins/.cvsignore:
269         * tests/check/pipelines/.cvsignore:
270           Ignore more files for the buildbot.
271
272 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
273
274         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
275         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
276         Generate the image-type values correctly. Leave them out of the caps
277         when outputting a "preview image" tag, since it only makes sense
278         to have one of those - the type is irrelevant.
279
280         * sys/sunaudio/gstsunaudiomixerctrl.c:
281         (gst_sunaudiomixer_ctrl_open):
282         If we can, mark the mixer multiple open when we use it, in case
283         (for some reason) the process wants to open it again elsewhere.
284
285 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
286
287         Patch by: Olivier Crete <tester at tester dot ca>
288
289         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
290         * gst/rtp/gstrtptheorapay.c:
291         Fix the clock rate to 90000 as required by the RFC.
292         Fixes #508644.
293
294 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
295
296         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
297           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
298
299 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
300
301         * autogen.sh:
302           Add -Wno-portability to the automake parameters to stop warnings
303           about GNU make extensions being used. We require GNU make in almost
304           every Makefile anyway.
305           
306         * configure.ac:
307           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
308           at the same time is required for per target flags.
309
310 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
311
312         * gst/videomixer/videomixer.c: (gst_videomixer_init):
313         Fix error from my last commit.
314
315 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
316
317         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
318
319         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
320           Make sure the ISO 639-X language code in ID3v2 COMM frames
321           is actually valid UTF-8 (or rather: ASCII), so we don't end
322           up with non-UTF8 strings in tags if there's garbage in the
323           language field. Also make sure the language code is always
324           lower case. Fixes: #508291.
325
326 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
327
328         * ChangeLog:
329           Fix ChangeLog typo.
330
331 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
332
333         * Makefile.am:
334           Include lcov.mak to allow building coverage reports. Guard
335           check-torture target like in the other packages.
336
337 2008-01-09  Sameer Naik  <sameer@damagehead.com>
338
339         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
340
341         * gst/videomixer/videomixer.c:
342         (gst_videomixer_set_master_geometry), (_do_init),
343         (gst_videomixer_child_proxy_get_child_by_index),
344         (gst_videomixer_child_proxy_get_children_count),
345         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
346         (gst_videomixer_init), (gst_videomixer_request_new_pad),
347         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
348         Implement GstChildProxy interface.
349         Send newsegment at the right moment
350         Fixes #488879
351
352 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
353
354         * gst/alpha/Makefile.am:
355         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
356         (gst_alpha_sink_event), (gst_alpha_chain),
357         (gst_alpha_change_state), (plugin_init):
358         Make the various properties of 'alpha' controllable. This allows doing
359         niceties like fade-in/fade-out.
360
361 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
362
363         * gst/rtp/gstasteriskh263.c:
364         * gst/rtp/gstrtpL16depay.c:
365         * gst/rtp/gstrtpac3depay.c:
366         * gst/rtp/gstrtpamrpay.c:
367         * gst/rtp/gstrtpdepay.c:
368         * gst/rtp/gstrtpgsmdepay.c:
369         * gst/rtp/gstrtph263depay.c:
370         * gst/rtp/gstrtph263pdepay.c:
371         * gst/rtp/gstrtph263ppay.c:
372         * gst/rtp/gstrtph264depay.c:
373         * gst/rtp/gstrtph264pay.c:
374         * gst/rtp/gstrtpmp2tdepay.c:
375         * gst/rtp/gstrtpmp4adepay.c:
376         * gst/rtp/gstrtpmp4gdepay.c:
377         * gst/rtp/gstrtpmp4gpay.c:
378         * gst/rtp/gstrtpmp4vdepay.c:
379         * gst/rtp/gstrtpmpadepay.c:
380         * gst/rtp/gstrtpmpvdepay.c:
381         * gst/rtp/gstrtpsv3vdepay.c:
382         * gst/rtp/gstrtptheoradepay.c:
383         * gst/rtp/gstrtptheorapay.c:
384         * gst/rtp/gstrtpvorbisdepay.c:
385         * gst/rtp/gstrtpvorbispay.c:
386           Remove copy/paste unused code (property setters and getter) found by
387           the coverage suite (yay, saves ~20k on disk).
388
389 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
390
391         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
392           (videosink_templ):
393           Also fix up pad templates to indicate that image/jpeg doesn't
394           absolutely require the framerate property to be set (#504081).
395
396 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
397
398         Based on patch by: Wouter Cloetens  <wouter at mind be>
399
400         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
401           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
402           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
403         * gst/matroska/matroska-mux.h:
404           Keep track of first and last timestamps for each incoming stream,
405           so we can calculate the total duration for live sources and other
406           input where we can't query the duration from the start or where
407           there's no constant framerate from which we can deduce the
408           duration; also use calculated/observed duration if it is bigger
409           than the previously queried duration. Furthermore, use
410           gst_pad_query_peer_duration() and take into account that it may
411           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
412           screws up comparisons when using unsigned integers. Fixes #504081.
413
414 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
415
416         * configure.ac:
417         * gst/audiofx/audioamplify.c:
418         (gst_audio_amplify_clipping_method_get_type),
419         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
420         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
421         (gst_audio_dynamic_transform_ip):
422         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
423         (gst_audio_invert_transform_ip):
424         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
425         (gst_audio_panorama_transform):
426         * gst/level/gstlevel.c: (gst_level_init):
427         Make elements GST_BUFFER_FLAG_GAP aware and call
428         gst_base_transform_set_gap_aware for this.
429         Bump core requirement to CVS.
430         
431         * gst/audiofx/audiochebyshevfreqband.c:
432         (gst_audio_chebyshev_freq_band_transform_ip):
433         * gst/audiofx/audiochebyshevfreqlimit.c:
434         (gst_audio_chebyshev_freq_limit_transform_ip):
435         Also sync GObject properties to the controller if operating
436         in passthrough mode.
437
438 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
439
440         * sys/directdraw/gstdirectdrawsink.c:
441           (gst_directdraw_sink_window_thread):
442           FALSE is not a gpointer.
443
444 2008-01-05  Julien Moutte  <julien@fluendo.com>
445
446         * sys/directdraw/gstdirectdrawsink.c:
447         (gst_directdraw_sink_set_window_id),
448         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
449         (gst_directdraw_sink_buffer_alloc),
450         (gst_directdraw_sink_draw_borders),
451         (gst_directdraw_sink_show_frame),
452         (gst_directdraw_sink_setup_ddraw),
453         (gst_directdraw_sink_window_thread),
454         (gst_directdraw_sink_get_ddrawcaps),
455         (gst_directdraw_sink_surface_create): Make sure we create our
456         internal window only when we need it. That will give a chance to
457         the application to get the prepare-xwindow-id bus message. Draw
458         black borders when keeping aspect ratio. Handle the case where our
459         rendering window disappears (closed or errors) like other sinks
460         do. Various 80 columns fixes, improve state change order. That
461         element could need some more love.
462
463 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
464
465         * ext/taglib/gstapev2mux.h:
466         * ext/taglib/gstid3v2mux.h:
467         Remove useless typedefs without new type name. Fixes a warning with
468         gcc 4.3.
469
470 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
471
472         Patch by: John Millikin <jmillikin at gmail dot com>
473
474         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
475         (gst_flac_dec_setup_stream_decoder),
476         (gst_flac_normalize_picture_mime_type),
477         (gst_flac_extract_picture_buffer),
478         (gst_flac_dec_metadata_callback):
479         Emit metadata messages when a PICTURE block is encountered.
480         Fixes #506715.
481
482 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
483
484         * gst/avi/gstavi.c:
485         increase rank because no known issues anymore ...
486         * gst/avi/gstavisubtitle.c:
487         send subtitle name to the srcpad
488
489 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
490
491         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
492         * gst/rtsp/gstrtspsrc.h:
493         Implement redirect for the DESCRIBE reply. Fixes #506025.
494
495 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
496
497         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
498         Fix 'xyz may be used uninitialized' compiler warnings caused
499         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
500         abort() in any case but properly report the error.
501
502 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
503
504         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
505         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
506         * sys/ximage/gstximagesrc.c: (composite_pixel):
507           Fix 'xyz may be used uninitialized' compiler warnings caused
508           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
509           not really nice to abort in any case). Fixes #505745.
510
511 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
512
513         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
514           Small unit test fix (has no practical impact at the moment,
515           since we're only feeding utf8 and hence just create a sub-
516           buffer for the output).
517
518 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
519
520         * gst/avi/gstavisubtitle.c:
521         * tests/check/elements/avisubtitle.c:
522         Add seeking support for avi subtitle
523
524 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
525
526         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
527         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
528         (gst_flac_dec_write):
529         * ext/flac/gstflacdec.h:
530         Remove some unused vars.
531         Do more cleanup of leftover events and tags.
532         Output tags after the segment event. Fixes #504018.
533
534 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
535
536         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
537           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
538           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
539           Detect other UTF byte order markers and convert to UTF-8 as
540           appropriate.
541
542 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
543
544         * gst/avi/gstavisubtitle.c: (src_template),
545           (gst_avi_subtitle_extract_utf8_file),
546           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
547           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
548           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
549         * gst/avi/gstavisubtitle.h:
550           Refactor a bit; fix name extraction; don't assume all the data
551           in the chunk is actually subtitle data, there may be padding at
552           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
553           file so it's there to send again after a seek (for future use).
554
555 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
556
557         * gst/avi/Makefile.am:
558         * gst/avi/gstavi.c:
559         * gst/avi/gstavisubtitle.c:
560         * gst/avi/gstavisubtitle.h:
561         * tests/check/Makefile.am:
562         * tests/check/elements/avisubtitle.c:
563         * win32/common/config.h:
564                 Add avi subtitle element for bug #442034. Need seeking support
565                 and more support for character conversion.
566
567 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
568
569         * Makefile.am:
570           Include common/win32.mak for CRLF check of win32 project
571           files (see #393626).
572
573         * win32/vs6/libgstpng.dsp:
574           Fix line endings and do cvs admin -kb.
575
576 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
577
578         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
579         Actually drop the buffers which are outside the currently configured
580         segment instead of just emitting a WARNING.
581
582 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
583
584         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
585         (gst_flac_dec_write):
586         * ext/flac/gstflacdec.h:
587         Send segments from the streaming thread. Fixes #502187.
588         Fix segment seeking and a bunch of other seeking cases.
589
590 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
591
592         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
593           Parse WOAF frames and put the result into GST_TAG_CONTACT,
594           which is where it would end up if the same information was
595           put in a vorbis comment (don't think it's worth adding a
596           new URI tag for this). Fixes #488112.
597
598 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
599
600         * configure.ac:
601           We need core/base 0.10.15 or later.
602
603 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
604
605         Patch by: Mark Nauwelaerts <manauw skynet be>
606
607         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
608         Fix regression in stream numbering. Fixes #502655.
609
610 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
611
612         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
613
614         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
615         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
616         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
617         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
618         (gst_rtp_h264_pay_handle_buffer):
619         * gst/rtp/gstrtph264pay.h:
620         Use higher performance start-code searching.
621         Parse NALs and store SPS, PPS and profile in the caps so that they can
622         be used in the SDP. Fixes #502814.
623
624 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
625
626         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
627         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
628           Init some structs to zero before we pass them to ioctl, which
629           avoids valgrind warnings.  Also fix a small memory leak.
630
631 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
632
633         Patch by: Wouter Cloetens <wouter at mind dot be>
634
635         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
636         Copy timestamp from input to output. Not very perfect yet but better
637         than nothing. Fixes #503023.
638
639 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
640
641         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
642           Also print a useful error message with the old Wavpack API
643           if possible.
644
645 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
646
647         * ext/wavpack/gstwavpackdec.c:
648           More build fixes for old libwavpack versions: include config.h so
649           that WAVPACK_OLD_API is actually defined as detected; only use
650           WavpackGetErrorMessage if it is available. This fixes the build
651           on debian stable for me.
652
653 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
654
655         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
656         * ext/wavpack/gstwavpackparse.c:
657           (gst_wavpack_parse_create_src_pad):
658           Workaround the non-existance of WavpackGetChannelMask in Wavpack
659           versions below 4.40.0.
660
661 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
662
663         * configure.ac:
664           And now do it right for real...
665
666 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
667
668         * configure.ac:
669           Correctly reset $LIBS to not contain -lm.
670
671 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
672
673         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
674
675         * configure.ac:
676         * ext/cairo/gsttimeoverlay.c:
677           (gst_cairo_time_overlay_print_smpte_time):
678           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
679           and checking for rint() and implementing it ourself if it doesn't
680           exist. Fixes #497293.
681
682 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
683
684         * configure.ac:
685           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
686
687 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
688
689         * sys/oss/gstosshelper.c:
690         Verify that the format returned after the ioctl is the one
691         we requested. It is valid for the ioctl to succeed while
692         substituting an alternate 'supported' sample format.
693
694 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
695
696         * sys/oss/gstossaudio.c: (plugin_init):
697         * sys/oss/gstosssink.c: (gst_oss_sink_open):
698         * sys/oss/gstosssrc.c: (gst_oss_src_open):
699           Post decent (and translated) error message when we can't
700           open the audio device for some reason.
701
702 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
703
704         * sys/oss/gstosssink.c:
705         * sys/oss/gstosssrc.c:
706         Allow the AUDIODEV environment variable to redirect us
707         to a different default OSS device, like sunaudiosink does
708         on Solaris (makes audio play automatically on SunRays).
709
710 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
711
712         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
713         * gst/audiofx/audiochebyshevfreqband.c:
714         (gst_audio_chebyshev_freq_band_transform_ip):
715         * gst/audiofx/audiochebyshevfreqlimit.c:
716         (gst_audio_chebyshev_freq_limit_transform_ip):
717         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
718         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
719         The transform_ip() methods should do nothing if in passthrough mode.
720         It might get non-writable buffers in that case but the buffer might
721         as well be writable.
722
723         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
724         The transform() methods won't be called in passthrough mode and
725         otherwise the buffer is always writable so don't check here.
726
727 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
728
729         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
730           Fix seeking in .wav files again (#501775).  Some people seem to think
731           they don't need to test their changes when they're just 'reflowing'
732           some code.
733
734 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
735
736         * gst/autodetect/gstautovideosink.c:
737         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
738         (gst_auto_video_sink_init),
739         (gst_auto_video_sink_create_element_with_pretty_name),
740         (gst_auto_video_sink_find_best),
741         (gst_auto_video_sink_set_property),
742         (gst_auto_video_sink_get_property):
743         * gst/autodetect/gstautovideosink.h:
744         Fix docs.
745         Use same error reporting code as autoaudiosink.
746         Add property to filter sinks based on caps. Only select raw video sinks
747         by default for backwards compat.
748         API: GstAutoVideoSink::filter-caps
749
750 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
751
752         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
753
754         * gst/autodetect/gstautoaudiosink.c:
755         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
756         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
757         (gst_auto_audio_sink_set_property),
758         (gst_auto_audio_sink_get_property):
759         * gst/autodetect/gstautoaudiosink.h:
760         Add property to filter sinks based on caps. Only select raw audio sinks
761         by default for backwards compat.  Fixes #417420.
762         API: GstAutoAudioSink::filter-caps
763
764 2007-11-29  Michael Smith <msmith@fluendo.com>
765
766         Patch by: Arek Korbik <arkadini@gmail.com>
767
768         * gst/videobox/gstvideobox.c: (plugin_init):
769           Initialise liboil in plugin_init()
770
771 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
772
773         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
774         Post error before sending EOS. Fixes #499178.
775
776 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
777
778         * win32/vs6/gst_plugins_good.dsw:
779         * win32/vs6/libgstpng.dsp:
780         Add a project file for libgstpng
781
782 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
783
784         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
785         (gst_rtp_h263_depay_process):
786         Code beautification.
787         Added debug statements.
788         Don't bit-shift everything, just do operations on last/first byte
789         instead.
790
791 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
792
793         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
794
795         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
796         Fix wrong comparison in overrun check. Fixes #499239 some more.
797
798 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
799
800         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
801         (gst_rtp_h263_depay_process):
802         * gst/rtp/gstrtph263depay.h:
803         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
804         stream.
805
806 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
807
808         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
809
810         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
811         (gst_rtp_mp4a_depay_process):
812         * gst/rtp/gstrtpmp4adepay.h:
813         Fix depayloading when multiple frames are inside one RTP packet.
814         Fixes #499239.
815
816 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
817
818         * gst/level/gstlevel.c:
819           Add GAP-flag support.
820
821 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
822
823         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
824         Read the I flag for Mode A h263 rtp stream and set the
825         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
826         Fixes #499383
827
828 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
829
830         * gst/level/gstlevel.c:
831           Remove some dead code and do cleanups.
832
833 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
834
835         * tests/check/pipelines/simple-launch-lines.c:
836           Improve the tests by allowing to set a target state.
837
838 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
839
840         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
841         Don't check the caps of the output buffer if they're equal some
842         other caps. The caps can change in a backward compatible way
843         and did at this point.
844
845 2007-11-24  Julien MOUTTE  <julien@moutte.net>
846
847         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
848         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
849         (gst_qtdemux_seek_to_previous_keyframe),
850         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
851         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
852         reverse playback support.
853
854 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
855
856         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
857         Also set the channel layout on the Wavpack caps if we're having
858         a mono layout. Of course only do it for "audio/x-wavpack".
859
860 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
861
862         * ext/wavpack/gstwavpackcommon.c:
863         (gst_wavpack_get_default_channel_mask),
864         (gst_wavpack_set_channel_layout),
865         (gst_wavpack_get_default_channel_positions),
866         (gst_wavpack_get_channel_mask_from_positions),
867         (gst_wavpack_set_channel_mapping):
868         * ext/wavpack/gstwavpackcommon.h:
869         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
870         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
871         * ext/wavpack/gstwavpackdec.h:
872         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
873         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
874         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
875         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
876         (gst_wavpack_enc_rewrite_first_block),
877         (gst_wavpack_enc_sink_event):
878         * ext/wavpack/gstwavpackenc.h:
879         * ext/wavpack/gstwavpackparse.c:
880         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
881         (gst_wavpack_parse_scan_to_find_sample),
882         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
883         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
884         * ext/wavpack/gstwavpackparse.h:
885         Add support for encoding, parsing and decoding multichannel
886         files with up to 8 channels. This also improves the robustness
887         of parsing quite a bit.
888
889         * ext/wavpack/gstwavpackstreamreader.c:
890         (gst_wavpack_stream_reader_read_bytes),
891         (gst_wavpack_stream_reader_get_pos),
892         (gst_wavpack_stream_reader_set_pos_abs),
893         (gst_wavpack_stream_reader_set_pos_rel),
894         (gst_wavpack_stream_reader_push_back_byte),
895         (gst_wavpack_stream_reader_get_length),
896         (gst_wavpack_stream_reader_can_seek),
897         (gst_wavpack_stream_reader_write_bytes):
898         Improve debugging.
899
900 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
901
902         * ext/libpng/gstpngdec.c:
903         * ext/libpng/gstpngdec.h:
904           Don't release the png-memory from within the callback.
905
906 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
907
908         Patch by: René Stadler <mail at renestadler dot de>
909
910         * ext/libpng/gstpngenc.c:
911           Don't leak buffer data memory. Fixes #498395.
912
913 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
914
915         Patch by: René Stadler <mail at renestadler dot de>
916
917         * tests/check/pipelines/simple-launch-lines.c:
918           Tests for #498395.
919
920 2007-11-20  Julien MOUTTE  <julien@moutte.net>
921
922         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
923         (gst_tag_lib_mux_adjust_event_offsets):
924         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
925         * sys/osxaudio/Makefile.am:
926         * sys/osxvideo/cocoawindow.h:
927         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
928
929 2007-11-15  David Schleef  <ds@schleef.org>
930
931         * ext/cairo/gsttextoverlay.c:
932           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
933
934 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
935
936         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
937
938         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
939         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
940         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
941         * gst/rtp/gstrtpmp2tpay.h:
942         Fill the MTU with as many packets as possible. Fixes #491323.
943
944 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
945
946         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
947
948         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
949         Fix some more leaks. Fixes #497007.
950
951 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
952
953         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
954
955         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
956         (gst_rtspsrc_stream_configure_tcp):
957         Fix 3 pad leaks. Fixes #496983.
958
959 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
960
961         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
962
963         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
964         Fix small leak. Fixes #497017.
965
966 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
967
968         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
969         (gst_qtdemux_prepare_current_sample),
970         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
971         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
972         * gst/qtdemux/qtdemux_fourcc.h:
973         * gst/qtdemux/qtdemux_types.c:
974         Add suppport for theora in quicktime according to XiphQT.
975
976 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
977
978         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
979         (gst_v4l2src_init), (gst_v4l2src_set_property),
980         (gst_v4l2src_get_property):
981         * sys/v4l2/gstv4l2src.h:
982         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
983           Always copy buffers by default (handle safer with bugged drivers)
984           and added a property to make it possible to use mmap effectively (no
985           copy if possible) when application wants to. Fixes: #480557.
986
987 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
988
989         * gst/id3demux/id3tags.c:
990         * gst/id3demux/id3tags.h:
991         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
992           We don't want the same string multiple times in a tag list for the
993           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
994           this doesn't happen and remove special-case code for GST_TAG_GENRE.
995
996 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
997
998         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
999           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
1000           into ID3v2 TXXX frames (fixes #347848).
1001
1002 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1003
1004         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1005           Don't leak sdp message contents (fixes #496773).
1006
1007         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
1008           Don't leak URI string.
1009
1010 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1011
1012         Patch by: Julien Puydt <julien dot puydt at laposte net>
1013
1014         * ext/raw1394/Makefile.am:
1015         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
1016           (gst_1394_property_probe_get_properties),
1017           (gst_1394_property_probe_probe_property),
1018           (gst_1394_property_probe_needs_probe),
1019           (gst_1394_property_probe_get_values),
1020           (gst_1394_property_probe_interface_init),
1021           (gst_1394_type_add_property_probe_interface):
1022         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
1023         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
1024           (gst_dv1394src_init), (gst_dv1394src_dispose),
1025           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
1026           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
1027           (gst_dv1394src_update_device_name):
1028         * ext/raw1394/gstdv1394src.h:
1029           Implement GstPropertyProbe interface and add "device-name" property,
1030           so applications can use this to probe for available devices in the
1031           same way they can already with v4lsrc and v4l2src (however horrible
1032           this property probe interface may be). Fixes #358841.
1033
1034 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1035
1036         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1037
1038         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
1039           (gst_rtspsrc_parse_range):
1040           Don't leak event, don't leak range (fixes #496752).
1041
1042 2007-11-14  Michael Smith <msmith@fluendo.com>
1043
1044         Patch by: Arek Korbik <arkadini@gmail.com>
1045
1046         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
1047           Detect RGBA/BGRA correctly on little endian systems.
1048
1049 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1050
1051         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1052           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
1053           corresponding ioctl() call fails even though the driver claims to
1054           support this format, just fall back to the pre-2.6.19 kernel
1055           routine that creates caps with suitable height and width ranges
1056           (see #448278).
1057
1058 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1059
1060         Patch by: Mark Nauwelaerts <manauw skynet be>
1061
1062         * gst/matroska/matroska-demux.c:
1063           (gst_matroska_demux_push_dvd_clut_change_event),
1064           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1065           (gst_matroska_demux_subtitle_caps):
1066         * gst/matroska/matroska-ids.h:
1067           Extract palette data for dvd subpicture streams and send it
1068           downstream as custom gstreamer dvd event (fixes #453417).
1069
1070 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1071
1072         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
1073           Implement minimal parsing of the passed pango font description
1074           string, so passing a font size works the same as with the
1075           pango textoverlay plugin; fixes #455086.
1076           (Maybe we could just use pangocairo here at some point).
1077
1078 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1079
1080         * gst/avi/gstavidemux.c:
1081         * gst/wavparse/gstwavparse.c:
1082           Return the result in _activate_pull(). Don't ref element there.
1083
1084 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1085
1086         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
1087         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1088         (gst_wavparse_srcpad_event):
1089           Ref the element when we should, but not when we its not needed. Reflow
1090           the event_handling to not leak the event.       
1091
1092 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
1093
1094         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1095         (qtdemux_parse_samples):
1096         Properly free QTDemuxSamples array.
1097         Protect table write with a sensible check, some files apparently DO contain
1098         stts values starting with 0 :(
1099
1100 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1101
1102         * gst/avi/gstavidemux.c:
1103         * gst/qtdemux/qtdemux.c:
1104           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
1105           previous commit messed up.
1106
1107 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1108
1109         * gst/avi/gstavidemux.c:
1110         * gst/qtdemux/qtdemux.c:
1111           Sync _handle_src_event() with oggdemux. In avidemux also ref the
1112           element when we should, but not when we its not needed.
1113
1114 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
1115
1116         * gst/wavparse/gstwavparse.c:
1117           Return FALSE if we can't handle a query instead of changing the
1118           format. Ignore fact when dealing with mpeg audio.
1119
1120 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1121
1122         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1123
1124         * configure.ac:
1125         * gst/udp/gstdynudpsink.c:
1126         * gst/udp/gstdynudpsink.h:
1127         * gst/udp/gstmultiudpsink.c:
1128         * gst/udp/gstmultiudpsink.h:
1129         * gst/udp/gstudpsink.c:
1130         * gst/udp/gstudpsink.h:
1131           Fix includes for MSVC and GLib-2.14.0 (#492388).
1132
1133         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1134           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
1135
1136 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
1137
1138         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
1139         (gst_mulawdec_chain):
1140         * gst/law/mulaw-decode.h:
1141         Calculate outgoing buffer duration if incoming buffer didn't have a
1142         valid duration.
1143
1144 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1145
1146         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
1147         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
1148         Smarter combine_flow code that also deals with downstream elements
1149         returning UNEXPECTED when they receive data out of the segment
1150         boundaries. Fixes #491305.
1151
1152 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1153
1154         * sys/v4l2/v4l2src_calls.c:
1155           Fix 'unused variable' compiler warning when compiling against
1156           older kernel headers.
1157
1158 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
1159
1160         * ext/taglib/gstid3v2mux.cc (add_funcs):
1161           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
1162
1163 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
1164
1165         * tests/check/pipelines/simple-launch-lines.c:
1166            Improve the tests a little more.
1167
1168 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
1169
1170         patch by: Yun Zheng Hu
1171
1172         * sys/osxaudio/gstosxaudiosrc.c:
1173         Use default input device instead of default output device and
1174         only memcpy actual available bytes.
1175
1176 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
1177
1178         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1179           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
1180           early. It is temporary until we find something better.
1181
1182 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1183
1184         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1185
1186         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
1187         Fix race when pausing a RTSP stream in interleaved.
1188         Fixes #475784.
1189
1190 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1191
1192         Patch by: Peter Kjellerstedt <pkj at axis com>
1193
1194         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
1195         Use correct unref function for buffers. #488844.
1196
1197 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
1198
1199         * gst/avi/gstavimux.c:
1200         * tests/check/elements/avimux.c:
1201           Add some debug and sync tests with the fix.     
1202
1203 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1204
1205         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1206
1207         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1208         When the socket is used by the app for other purposes, don't generate an
1209         error if there is activaty on the socket that is not data related.
1210         Fixes #487488.
1211
1212 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1213
1214         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1215         (gst_v4l2src_grab_frame):
1216         Add some more debug info. Generate an error when we run out of buffers
1217         for some reason. See #480557.
1218
1219 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1220
1221         Patch by: Anders Skargren <anders dot skargren at axis dot com>
1222
1223         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
1224         Set marker bit correctly.
1225
1226 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
1227
1228         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1229         Use allowed name for the GstStructure.
1230
1231 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
1232
1233         * ext/gconf/gstswitchsink.c:
1234         * gst/autodetect/gstautoaudiosink.c:
1235           Use new gst_bus_pop_filtered().
1236
1237 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1238
1239         * sys/v4l2/gstv4l2src.c:
1240         * sys/v4l2/v4l2src_calls.c:
1241           When probing the formats and sizes a camera supports, make
1242           sure the best ones (highest resolution, prefered format)
1243           end up at the beginning of the probed caps and the less
1244           desirable ones at the end.  This is important because the
1245           order within the caps matters for things like fixation and
1246           negotiation, ie. what format is chosen in the end.
1247           With recent kernels, the current probing code will end up
1248           querying the supported sizes from lowest resolution to
1249           highest resolution, adding them to the probed caps in that
1250           order, resulting to v4l2src fixating to the lowest possible
1251           resolution if downstream does not express a size preference.
1252           Also make up a somewhat random ranking of prefered output
1253           formats for the same reason. Fixes #485828.
1254         
1255 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1256
1257         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
1258
1259         * gst/id3demux/id3v2frames.c:
1260           Extract license/copyright URIs from ID3v2 WCOP frames
1261           (Fixes #447000).
1262
1263         * tests/check/elements/id3demux.c:
1264         * tests/files/Makefile.am:
1265         * tests/files/id3-447000-wcop.tag:
1266           Add simple unit test.
1267
1268 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1269
1270         * ext/taglib/gstid3v2mux.cc:
1271           Add support for license/copyright URI tags (ID3v2 WCOP frame).
1272           Prerequisite for #447000.
1273
1274 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
1275
1276         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
1277         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
1278         a GstClockTime.
1279
1280 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1281
1282         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1283         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
1284         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
1285         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
1286         (gst_rtspsrc_change_state):
1287         More seeking fixes, mostly passing around the new playback segment in
1288         order to configure it properly.
1289         Also reset base_time of udp sources when setting them back to PLAYING as
1290         a temporary hack until core supports seek in live sources properly.
1291
1292 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1293
1294         * gst/rtp/gstrtpmp4adepay.c:
1295         Fix caps as to not confuse autopluggers.
1296
1297 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1298
1299         * gst/id3demux/gstid3demux.c:
1300         * gst/id3demux/gstid3demux.h:
1301         * gst/id3demux/id3tags.c:
1302         * gst/id3demux/id3tags.h:
1303         * gst/id3demux/id3v2frames.c:
1304           Port ID3 tag demuxer over to the new GstTagDemux in -base
1305           (now would be a good time to test re-importing your music
1306           collection).
1307
1308 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1309
1310         * gst/apetag/Makefile.am:
1311         * gst/apetag/gstapedemux.c:
1312         * gst/apetag/gstapedemux.h:
1313         * gst/apetag/gsttagdemux.c:
1314         * gst/apetag/gsttagdemux.h:
1315           Port APE tag demuxer over to the new GstTagDemux in -base.
1316
1317 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
1318
1319         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1320         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
1321         (gst_rtspsrc_handle_internal_src_query),
1322         (gst_rtspsrc_handle_src_query), (new_session_pad),
1323         (gst_rtspsrc_stream_configure_tcp),
1324         (gst_rtspsrc_stream_configure_transport),
1325         (gst_rtspsrc_loop_send_cmd):
1326         Improve flushing behaviour.
1327         Set state of the udp sources to PAUSE/PLAYING correctly.
1328         Handle events and queries for UDP and TCP transport now.
1329
1330 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1331
1332         * gst/rtp/gstrtpgsmdepay.c:
1333         * gst/rtp/gstrtpgsmpay.c:
1334           Add log category.
1335
1336 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1337
1338         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
1339
1340         * tests/check/Makefile.am:
1341         * tests/check/pipelines/simple-launch-lines.c:
1342           Add unit tests for payloaders/depayloaders.
1343
1344 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1345
1346         * gst/avi/gstavimux.c:
1347         * gst/avi/gstavimux.h:
1348           Also save codec data for audio streams. Fixes #482495.
1349
1350 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1351
1352         * gst/avi/gstavimux.c:
1353           Fix "Index entry has invalid stream nr 1".
1354           Add support for muxing aac - work in progress (see #482495).
1355
1356 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1357
1358         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
1359         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
1360         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1361         * gst/rtsp/gstrtspsrc.h:
1362         Parse bandwidth modifiers, they are not yet configured in the session
1363         manager because we don't have an API for that yet.
1364
1365 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1366
1367         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
1368         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1369         Use shiny new function in -base to get the default clock-rate.
1370         Update some docs.
1371
1372 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
1373
1374         * win32/MANIFEST:
1375         Add files to win32 manifest.
1376         * win32/vs6/libgstaudiofx.dsp:
1377         * win32/vs6/libgstqtdemux.dsp:
1378         * win32/vs6/libgstrtp.dsp:
1379         * win32/vs6/libgstrtsp.dsp:
1380         Update project files.
1381
1382 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
1383
1384         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
1385         (gst_rtspsrc_play):
1386         * gst/rtsp/gstrtspsrc.h:
1387         In TCP mode, only timestamp the first buffer. TCP is not real time and
1388         it does not make sense to try to skew compensate, also some servers send
1389         the first batch of data in a burst.
1390
1391 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
1392
1393         * gst/matroska/matroska-demux.c:
1394           Fix setting the discont flag on the first buffer
1395           pushed downstream for formats with private codec
1396           data that needs to be deserialised into buffers
1397           (such as vorbis and FLAC when in a matroska container).
1398
1399 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
1400
1401         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1402
1403         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
1404         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
1405         (gst_rtp_mp4v_pay_handle_buffer):
1406         * gst/rtp/gstrtpmp4vpay.h:
1407         Free the config string. Fixes #480707.
1408         Clean up the timestamp code a little.
1409
1410 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1411
1412         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1413         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
1414         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
1415         * gst/rtsp/gstrtspsrc.h:
1416         Set timestamps on RTP buffers in interleaved mode.
1417         Mark first buffers with a DISCONT.
1418         Remove flush hack now that sync for live sources has been figured out.
1419
1420 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1421
1422         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1423         Update documentation.
1424
1425 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1426
1427         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
1428         (gst_rtp_xqt_depay_change_state):
1429         * gst/qtdemux/gstrtpxqtdepay.h:
1430         Fail if we don't know the quicktime format.
1431
1432 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
1433
1434         * ext/flac/gstflacenc.c:
1435         * ext/flac/gstflacenc.h:
1436           Save the flow return from the last gst_pad_push() and
1437           make sure we pass the right flow return value upstream
1438           in the case of failure; minor clean-ups.
1439
1440 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1441
1442         * ext/taglib/gstapev2mux.cc:
1443         * ext/taglib/gstid3v2mux.cc:
1444         * gst/apetag/gstapedemux.c:
1445           Add support for the new GST_TAG_COMPOSER (#459809).
1446
1447 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1448
1449         * gst/law/alaw-decode.c:
1450         * gst/law/alaw-decode.h:
1451         * gst/law/alaw-encode.c:
1452         * gst/law/alaw-encode.h:
1453         * gst/law/alaw.c:
1454         * gst/law/mulaw-conversion.h:
1455           Compulsive clean-ups: use boilerplate macros, add debug
1456           categories, fix up things to conform to symbol nomenklatura,
1457           etc.
1458
1459 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1460
1461         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1462
1463         * gst/law/alaw-decode.c:
1464         * gst/law/alaw-encode.c:
1465           Use static tables for A-Law decoding and encoding; this makes
1466           A-Law decoding and encoding less CPU-intensive, but increases
1467           the binary size a bit. Leaving old code around for now,
1468           selectable by a define in the code. Fixes #435435.
1469
1470 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1471
1472         * configure.ac:
1473         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
1474         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
1475         in configure.ac.
1476
1477 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1478
1479         Patch by: <j at bootlab dot org>
1480
1481         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1482         Add fourccs for MPEG2 HDV streams. Fixes #479960.
1483
1484 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
1485
1486         * sys/oss/gstosshelper.c:
1487           Use GST_WARNING instead of a g_critical. This situation is not caused
1488           by the application.
1489
1490 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1491
1492         * po/LINGUAS:
1493         * po/nl.po:
1494           Updated translations.
1495
1496 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1497
1498         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
1499
1500         * po/eu.po:
1501           Added Basque translation.
1502
1503 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1504
1505         translated by: Abel Cheung <abelcheung@gmail.com>
1506
1507         * po/zh_HK.po:
1508         * po/zh_TW.po:
1509           Added Chinese (traditional and Hong Kong) translation.
1510
1511 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1512
1513         translated by: Jakub Bogusz <qboosh@pld-linux.org>
1514
1515         * po/pl.po:
1516           Added Polish translation.
1517
1518 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1519
1520         translated by: Ilkka Tuohela <hile@iki.fi>
1521
1522         * po/fi.po:
1523           Added Finnish translation.
1524
1525 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1526
1527         translated by: Jorge González González <aloriel@gmail.com>
1528
1529         * po/es.po:
1530           Added Spanish translation.
1531
1532 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1533
1534         translated by: Mogens Jaeger <mogens@jaeger.tf>
1535
1536         * po/da.po:
1537           Added Danish translation.
1538
1539 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1540
1541         translated by: Funda Wang <fundawang@linux.net.cn>
1542
1543         * po/zh_CN.po:
1544           Added Chinese (simplified) translation.
1545
1546 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1547
1548         translated by: Alexander Shopov <ash@contact.bg>
1549
1550         * po/bg.po:
1551           Added Bulgarian translation.
1552
1553 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
1554
1555         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
1556         Set outgoing packet duration because we can. Fixes #478244 some more.
1557
1558 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
1559
1560         * ext/cairo/gsttextoverlay.c:
1561           Add info about static leak.
1562         
1563         * tests/check/Makefile.am:
1564         * tests/check/generic/states.c:
1565           Improved state change unit test.
1566
1567 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
1568
1569         * docs/plugins/.cvsignore:
1570         * tests/check/.cvsignore:
1571           Ignore registries in any format.
1572
1573 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
1574
1575         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
1576         Removed some unused code.
1577
1578         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1579         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
1580         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
1581         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
1582         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
1583         (gst_rtp_theora_pay_flush_packet):
1584         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
1585         Try to preserve the incomming buffer duration on the outgoing
1586         packets. Fixes #478244.
1587
1588 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
1589
1590         * ext/taglib/gstapev2mux.cc:
1591         * ext/taglib/gstid3v2mux.cc:
1592           Work around compiler warnings with g++-4.2 when assigning a
1593           string constant to a gchar * (partially fixes #478092).
1594
1595 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
1596
1597         * configure.ac:
1598           We require core CVS now for gst_base_src_set_do_timestamp().
1599
1600 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1601
1602         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
1603         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1604         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
1605         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
1606         (gst_rtspsrc_handle_message):
1607         Fix compiler warnings shown with Forte.
1608
1609 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1610
1611         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
1612         (gst_rtspsrc_dup_printf):
1613         Give meaningfull error when all streams failed to configure for some
1614         reason.
1615
1616 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1617
1618         * gst/rtp/README:
1619         Update README with the design for synchronisation rules of RTP on
1620         sender and receiver.
1621
1622 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
1623
1624         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
1625         (gst_wavparse_chain):
1626         Don't push EOS from the chain function, the element
1627         driving the pipeline is responsible for this. The bug
1628         this was meant to fix seems to be queue not forwarding
1629         EOS in all cases (see #476514).
1630
1631 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
1632
1633         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
1634         (gst_level_transform_ip):
1635         * gst/level/gstlevel.h:
1636         Use basetransform segment so that it is correctly managed on flushes and
1637         start/stop.
1638         Report message timestamp as stream time, which is what an application
1639         can understand.
1640
1641 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
1642
1643         * ext/taglib/gstapev2mux.cc:
1644         * ext/taglib/gstapev2mux.h:
1645         * ext/taglib/gsttaglibmux.c:
1646         * tests/check/elements/apev2mux.c:
1647         Update my mail address.
1648
1649 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
1650
1651         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
1652         (gst_wavparse_loop), (gst_wavparse_chain):
1653         Add EOS logic for the push-based mode too. Fixes #476514.
1654
1655 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
1656
1657         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
1658         * gst/law/alaw-encode.h:
1659         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1660         (gst_mulawenc_chain):
1661         * gst/law/mulaw-encode.h:
1662         Fix law encoder timestamps.
1663
1664 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
1665
1666         * ext/gconf/gstgconfaudiosink.c:
1667           Fix warning when building without debug.
1668
1669         * sys/oss/gstossmixertrack.c:
1670           Use const like in alsamixertrack.c (fixes warnings).
1671
1672 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
1673
1674         * sys/v4l2/v4l2src_calls.c:
1675         (gst_v4l2src_probe_caps_for_format_and_size):
1676         Fix framerate detection code some more.
1677         Handle the case where there is a weird step in the stepwise framerates.
1678         Don't overwrite the min interval with the framerate, use a temp variable
1679         instead.
1680         Use max in the Continuous framerate intervals instead of step, which is
1681         1 according to the docs. Fixes #475424.
1682
1683 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
1684
1685         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
1686         Make udpsrc timestamp outgoing buffers based on when they were received.
1687         Also make it output a segment in time.
1688
1689 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
1690
1691         * gst/avi/gstavidemux.c:
1692           Plug a little leak. Little code cleanups.
1693
1694 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
1695
1696         * configure.ac:
1697           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
1698           flac versions, 's good for cross-compilation karma.
1699
1700 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
1701
1702         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
1703
1704         * gst/rtp/gstrtph263pay.c:
1705           Fix up header structure so that compilers don't add padding
1706           between the structure fields, since that would lead to us
1707           sending RTP packets with broken headers (as is currently the
1708           case when compiling with MSVC). Also see similar fixes in
1709           libgstrtp in gst-plugins-base. (#474616; #471194)
1710
1711 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
1712
1713         * sys/v4l2/v4l2src_calls.c:
1714         (gst_v4l2src_probe_caps_for_format_and_size):
1715         Don't overwrite our GValue with 0 but instead use the previously
1716         computed value. Fixes #471823 some more.
1717
1718 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
1719
1720         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1721           No tabs in this file please, or gtk-doc will end up documenting
1722           rather absurd class hierarchies.
1723
1724 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
1725
1726         * ext/gconf/gstswitchsink.c:
1727           If the new kid element fails to change state for some reason
1728           (e.g. esdsink not being able to connect to the sound server),
1729           forward the error message it posted on the bus instead of just
1730           posting a generic 'Internal state change error: please file a
1731           bug' error message. Fixes #471364.
1732
1733 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1734
1735         * gst/qtdemux/Makefile.am:
1736         * gst/qtdemux/qtdemux.c:
1737           Don't assume tags are encoded as UTF-8 (#473670).
1738
1739 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1740
1741         * sys/v4l2/gstv4l2src.c:
1742         * sys/v4l2/gstv4l2src.h:
1743         * sys/v4l2/v4l2src_calls.c:
1744           Implement LATENCY queries in the crudest way possible so I don't
1745           have to use sync=false any longer when testing with videosinks.
1746
1747 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1748
1749         * configure.ac:
1750           Fix build.
1751
1752 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1753
1754         * sys/v4l2/v4l2src_calls.c:
1755         (gst_v4l2src_probe_caps_for_format_and_size):
1756         Add some more debugging in the framerate function.
1757         Iterate stepwise framerate up to and _including_ the max and if nothing
1758         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
1759         don't end up with an empty list. Fixes #471823
1760
1761 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1762
1763         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
1764         (gst_multiudpsink_set_clients_string),
1765         (gst_multiudpsink_get_clients_string),
1766         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
1767         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
1768         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
1769         (gst_multiudpsink_clear):
1770         Add property do configure destination address/port pairs
1771         API:GstMultiUDPSink::clients
1772
1773 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1774
1775         * tests/examples/Makefile.am:
1776         * tests/examples/rtp/Makefile.am:
1777         * tests/examples/rtp/client-H263p-AMR.sh:
1778         * tests/examples/rtp/client-H263p-PCMA.sdp:
1779         * tests/examples/rtp/client-H263p-PCMA.sh:
1780         * tests/examples/rtp/client-H264-PCMA.sdp:
1781         * tests/examples/rtp/client-H264-PCMA.sh:
1782         * tests/examples/rtp/client-PCMA.sh:
1783         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
1784         * tests/examples/rtp/server-alsasrc-PCMA.sh:
1785         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
1786         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
1787         Added some RTP example scripts for sending and receiving RTP streams.
1788
1789 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1790
1791         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
1792         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
1793         Restructure the setcaps function so that we can also compute the
1794         expected GStreamer output size of the video frames.
1795         Set frame_byte_size correctly so that read-based devices have a chance
1796         of working correctly.
1797         When grabbing a frame, discard frames that are not of the expected size.
1798         Some cameras don't output the right framesize for the first buffer.
1799         Try only a couple of times to get a valid frame, else error out.
1800
1801         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
1802         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
1803         Add some more debug info when scanning the device.
1804
1805         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
1806         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
1807         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
1808         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
1809         Add some more debug info when dequeing a frame.
1810
1811 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
1812
1813         * gst/wavparse/gstwavparse.c:
1814           More code cleanups. Add some more comment and improve debugs logs.
1815
1816 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
1817
1818         * gst/wavparse/gstwavparse.c:
1819         * gst/wavparse/gstwavparse.h:
1820           Implement seek-query. Refactor duration calculations. Appropriate use
1821           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
1822           out of loops.
1823
1824 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
1825
1826         * gst/avi/gstavidemux.c:
1827           Implement seek-query.
1828
1829 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
1830
1831         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
1832         (gst_rtspsrc_dup_printf):
1833         Use new basesink async property to make sparse RTCP packet not wait for
1834         preroll.
1835
1836 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
1837
1838         * gst/audiofx/Makefile.am:
1839         Dist the right file.
1840
1841 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
1842
1843         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
1844         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
1845         Make sure we generate and parse floating point values in the POSIX
1846         locale instead of the current locale. 
1847
1848 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
1849
1850         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
1851         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
1852         (gst_rtspsrc_play):
1853         * gst/rtsp/gstrtspsrc.h:
1854         Fix method detection again.
1855         Keep track of when we must send a Range header.
1856         Use segment values for Range, Speed and Scale headers.
1857         Parse Speed and Scale headers to update the segment values.
1858
1859 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
1860
1861         patch by: Mark Nauwelaerts <manauw@skynet.be>
1862
1863         * sys/v4l2/v4l2src_calls.c:
1864           Handle optional v4l2 ioctls gracefully.
1865
1866 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
1867
1868         * gst/rtp/Makefile.am:
1869         * gst/rtp/gstrtp.c: (plugin_init):
1870         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
1871         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
1872         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
1873         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
1874         (gst_rtp_h263_depay_get_property),
1875         (gst_rtp_h263_depay_change_state),
1876         (gst_rtp_h263_depay_plugin_init):
1877         * gst/rtp/gstrtph263depay.h:
1878         Added an H263 depayloader. Fixes #369392.
1879
1880         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
1881         (gst_rtp_h263p_depay_process):
1882         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
1883         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
1884         Make the H263+ pay/depayloader support H263-1998 and H263-2000
1885         payloads.
1886         Also alow plain H263 on the h263p payloaders. Fixes #465040.
1887
1888 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
1889
1890         * gst/audiofx/audiochebyshevfreqband.c:
1891         * gst/audiofx/audiochebyshevfreqlimit.c:
1892         Add small comparision with the windowed sinc filters in the docs.
1893
1894 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
1895
1896         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
1897         (audiochebyshevfreqband_suite):
1898         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
1899         (audiochebyshevfreqlimit_suite):
1900         Also test 32 bit float mode and the type 2 variants of the filters.
1901
1902 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
1903
1904         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
1905         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
1906         (gst_rtspsrc_loop):
1907         Refactor the udp and interleaved loop function a bit.
1908
1909 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
1910
1911         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
1912         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
1913         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
1914         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
1915         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
1916         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
1917         * gst/rtsp/gstrtspsrc.h:
1918         Protect connection activity with a new lock, avoids deadlocks when going
1919         to PAUSED. Fixes #455808.
1920
1921 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
1922
1923         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
1924         Fix debug statement.
1925
1926 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
1927
1928         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
1929         Fix stray %u in debug line as spotted by Saur on IRC.
1930
1931 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
1932
1933         * gst/audiofx/audiochebyshevfreqband.c:
1934         (gst_audio_chebyshev_freq_band_class_init):
1935         * gst/audiofx/audiochebyshevfreqlimit.c:
1936         (gst_audio_chebyshev_freq_limit_class_init):
1937         Use generator macros for the process functions for the different
1938         sample types, add lower upper boundaries for the GObject properties
1939         so automatically generated UIs can use sliders and add a note about
1940         the number of poles as a too high number of poles combined with
1941         very low or very high frequencies will produce only noise.
1942         * docs/plugins/gst-plugins-good-plugins.args:
1943         Regenerated for the property changes.
1944
1945 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
1946
1947         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
1948         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
1949         (gst_rtspsrc_stream_configure_udp_sink),
1950         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
1951         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
1952         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
1953         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
1954         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
1955         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
1956         * gst/rtsp/gstrtspsrc.h:
1957         Improve timeout handling.
1958         Use the same socket for sending and receiving RTCP packets so that some
1959         servers can track clients better.
1960         Improve connection closed handling. Try to reconnect.
1961         Don't overwrite our content base with NULL.
1962         Improve debugging.
1963         Improve range parsing and handling.
1964         Remove flushing hack now that core does the right thing.
1965
1966 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
1967
1968         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
1969         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
1970         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
1971         (gst_multiudpsink_close), (gst_multiudpsink_add):
1972         * gst/udp/gstmultiudpsink.h:
1973         Add support for getting and setting the socket to use.
1974
1975         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
1976         (gst_udpsrc_create), (gst_udpsrc_get_property):
1977         Add support for getting the currently used socket.
1978
1979 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
1980
1981         reviewed by: Stefan Kost  <ensonic@users.sf.net>
1982
1983         * gst/audiofx/Makefile.am:
1984         * gst/audiofx/audiochebyshevfreqband.c:
1985         (gst_audio_chebyshev_freq_band_mode_get_type),
1986         (gst_audio_chebyshev_freq_band_base_init),
1987         (gst_audio_chebyshev_freq_band_dispose),
1988         (gst_audio_chebyshev_freq_band_class_init),
1989         (gst_audio_chebyshev_freq_band_init),
1990         (generate_biquad_coefficients), (calculate_gain),
1991         (generate_coefficients),
1992         (gst_audio_chebyshev_freq_band_set_property),
1993         (gst_audio_chebyshev_freq_band_get_property),
1994         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
1995         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
1996         (gst_audio_chebyshev_freq_band_start):
1997         * gst/audiofx/audiochebyshevfreqband.h:
1998         * gst/audiofx/audiochebyshevfreqlimit.c:
1999         (gst_audio_chebyshev_freq_limit_mode_get_type),
2000         (gst_audio_chebyshev_freq_limit_base_init),
2001         (gst_audio_chebyshev_freq_limit_dispose),
2002         (gst_audio_chebyshev_freq_limit_class_init),
2003         (gst_audio_chebyshev_freq_limit_init),
2004         (generate_biquad_coefficients), (calculate_gain),
2005         (generate_coefficients),
2006         (gst_audio_chebyshev_freq_limit_set_property),
2007         (gst_audio_chebyshev_freq_limit_get_property),
2008         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
2009         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
2010         (gst_audio_chebyshev_freq_limit_start):
2011         * gst/audiofx/audiochebyshevfreqlimit.h:
2012         * gst/audiofx/audiofx.c: (plugin_init):
2013         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
2014         Fixes #464800.
2015
2016         * tests/check/Makefile.am:
2017         * tests/check/elements/.cvsignore:
2018         * tests/check/elements/audiochebyshevfreqband.c:
2019         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
2020         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
2021         * tests/check/elements/audiochebyshevfreqlimit.c:
2022         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
2023         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
2024         Add unit tests for the chebyshev filters.
2025
2026         * docs/plugins/Makefile.am:
2027         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2028         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2029         * docs/plugins/gst-plugins-good-plugins.args:
2030         * docs/plugins/inspect/plugin-1394.xml:
2031         * docs/plugins/inspect/plugin-audiofx.xml:
2032         * docs/plugins/inspect/plugin-dv.xml:
2033         * docs/plugins/inspect/plugin-flac.xml:
2034         * docs/plugins/inspect/plugin-jpeg.xml:
2035         * docs/plugins/inspect/plugin-png.xml:
2036         * docs/plugins/inspect/plugin-rtp.xml:
2037         * docs/plugins/inspect/plugin-shout2send.xml:
2038         * docs/plugins/inspect/plugin-wavpack.xml:
2039         And add docs for the chebyshev filters. While doing
2040         that also run make update in docs/plugins.
2041
2042 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2043
2044         * ext/annodex/gstcmmltag.c:
2045         * gst/rtp/gstrtpvorbispay.c:
2046           Make ro memory to share.
2047
2048 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2049
2050         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2051         Improve UDP performance by avoiding a select() when we have data
2052         available immediatly.
2053
2054 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2055
2056         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
2057         (gst_rtp_dec_class_init):
2058         * gst/rtsp/gstrtpdec.h:
2059         Add (dummy) SSRC management signals.
2060
2061         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2062         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2063         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
2064         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
2065         (on_timeout), (gst_rtspsrc_stream_configure_manager),
2066         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
2067         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2068         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2069         * gst/rtsp/gstrtspsrc.h:
2070         Add connection-speed property.
2071         Add find_stream helper functions.
2072         Handle stream EOS based on BYE messages or SSRC timeout.
2073         Returns SUCCESS from the state change function as we hide our async
2074         elements from the parent.
2075
2076 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2077
2078         * gst/debug/rndbuffersize.c:
2079           Fix da leak.
2080
2081 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
2082
2083         * gst/debug/Makefile.am:
2084         * gst/debug/breakmydata.c:
2085         * gst/debug/gstdebug.c:
2086         * gst/debug/negotiation.c:
2087         * gst/debug/progressreport.c:
2088         * gst/debug/rndbuffersize.c:
2089         * gst/debug/testplugin.c:
2090           Add new test element and clean-up the others a little.
2091
2092 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2093
2094         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2095         Fix parsing of mp4a version 0 atoms. Fixes #465774.
2096
2097 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2098
2099         * gst/rtp/gstrtpilbcdepay.c:
2100           Include stdlib.
2101
2102 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
2103
2104         * gst/rtp/gstrtpmpvdepay.c:
2105         Set the mpegversion in the caps so that autoplugging does not get
2106         confused.
2107
2108 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2109
2110         * po/hu.po:
2111         * po/uk.po:
2112         * po/vi.po:
2113           Updated translations.
2114
2115 2007-08-08  Michael Smith <msmith@fluendo.com>
2116
2117         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2118           Render right border in the correct location.
2119
2120 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
2121
2122         Patch by: Olivier Crete <tester at tester dot ca>
2123
2124         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
2125         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2126         Make mode property a string. Fixes #464475.
2127
2128 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2129
2130         * ext/flac/gstflacenc.c:
2131           Widen caps to match decoder a bit and add more FIXMEs.
2132
2133 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2134
2135         patch by: Mark Nauwelaerts <manauw@skynet.be>
2136
2137         * gst/avi/gstavimux.c:
2138           Fix ODML index tag numbering. Fixes #463624.
2139
2140 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2141
2142         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
2143         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2144         (gst_rtspsrc_stream_configure_tcp),
2145         (gst_rtspsrc_stream_configure_udp_sink):
2146         Fix default clock-rate for realmedia.
2147         Fix parsing of transport.
2148         Don't try to link NULL pads.
2149
2150 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
2151
2152         * po/POTFILES.skip:
2153           Add POTFILES.skip with list of source files that aren't disted at the
2154           moment but contain translatable strings. Should hopefully pacify
2155           broken tools and make it clearer that these files are left out
2156           intentionally (#461600).
2157
2158 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
2159
2160         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
2161         If the buffer was entirely clipped ... don't try sending it :)
2162
2163 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2164
2165         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
2166         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
2167         (gst_rtspsrc_create_transports_string),
2168         (gst_rtspsrc_prepare_transports):
2169         If we don't hav a session manager, set the caps on outgoing buffers
2170         ourselves.
2171         Force PAUSE/PLAY methods for now until the extensions can overwrite.
2172         Append final bit of the transport string even when it does not contain a
2173         placeholder.
2174
2175 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2176
2177         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
2178         (gst_rtsp_ext_list_connect):
2179         * gst/rtsp/gstrtspext.h:
2180         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2181         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
2182         Clean up the interface list.
2183         Allow connecting to interface signals for the extensions.
2184         Remove old extension code.
2185         Free list on cleanup.
2186         Allow extensions to send additional RTSP messages.
2187
2188 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2189
2190         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
2191         Handle a NULL gconf key gracefully by rendering the default element.
2192
2193 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2194
2195         * gst/rtsp/gstrtspext.h:
2196         Fix include path for extension interface.
2197
2198 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2199
2200         * gst/audiofx/audioamplify.h:
2201         Also remove a now unecessary variable here.
2202
2203 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2204
2205         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
2206         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
2207         * gst/audiofx/audiodynamic.c:
2208         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
2209         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
2210         * gst/audiofx/audiodynamic.h:
2211         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
2212         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
2213         * gst/audiofx/audioinvert.h:
2214         Don't save format information ourselves, this is already saved in
2215         GstAudioFilter.
2216
2217 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2218
2219         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2220         (gst_rtsp_ext_list_stream_select):
2221         * gst/rtsp/gstrtspext.h:
2222         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
2223         Use rank to filter out extensions.
2224         Add url to stream_select interface call.
2225
2226 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2227
2228         * gst/rtsp/Makefile.am:
2229         * gst/rtsp/base64.c:
2230         * gst/rtsp/base64.h:
2231         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2232         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
2233         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
2234         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
2235         (gst_rtsp_ext_list_setup_media),
2236         (gst_rtsp_ext_list_configure_stream),
2237         (gst_rtsp_ext_list_get_transports),
2238         (gst_rtsp_ext_list_stream_select):
2239         * gst/rtsp/gstrtspext.h:
2240         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
2241         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
2242         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
2243         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2244         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
2245         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
2246         (gst_rtspsrc_stream_configure_tcp),
2247         (gst_rtspsrc_stream_configure_mcast),
2248         (gst_rtspsrc_stream_configure_udp),
2249         (gst_rtspsrc_stream_configure_udp_sink),
2250         (gst_rtspsrc_stream_configure_transport),
2251         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2252         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2253         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
2254         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
2255         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2256         (gst_rtspsrc_parse_methods),
2257         (gst_rtspsrc_create_transports_string),
2258         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
2259         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
2260         (gst_rtspsrc_play), (gst_rtspsrc_pause),
2261         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
2262         * gst/rtsp/gstrtspsrc.h:
2263         * gst/rtsp/rtsp.h:
2264         * gst/rtsp/rtspconnection.c:
2265         * gst/rtsp/rtspconnection.h:
2266         * gst/rtsp/rtspdefs.c:
2267         * gst/rtsp/rtspdefs.h:
2268         * gst/rtsp/rtspext.h:
2269         * gst/rtsp/rtspextwms.c:
2270         * gst/rtsp/rtspextwms.h:
2271         * gst/rtsp/rtspmessage.c:
2272         * gst/rtsp/rtspmessage.h:
2273         * gst/rtsp/rtsprange.c:
2274         * gst/rtsp/rtsprange.h:
2275         * gst/rtsp/rtsptransport.c:
2276         * gst/rtsp/rtsptransport.h:
2277         * gst/rtsp/rtspurl.c:
2278         * gst/rtsp/rtspurl.h:
2279         * gst/rtsp/sdp.h:
2280         * gst/rtsp/sdpmessage.c:
2281         * gst/rtsp/sdpmessage.h:
2282         * gst/rtsp/test.c:
2283         Use shiny new RTSP and SDP library.
2284         Implement RTSP extensions using the new interface.
2285         Remove a lot of old code.
2286
2287 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
2288
2289         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2290         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
2291
2292 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2293
2294         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2295         Don't unref the outgoing buffer twice when dropping it because it's
2296         outside of the segment.
2297
2298 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2299
2300         * configure.ac:
2301         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
2302         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
2303         Use the new buffer clipping function from gstaudio here and
2304         require gst-plugins-base CVS.
2305         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2306         For framed Wavpack buffers we require a valid timestamp.
2307
2308 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
2309
2310         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
2311         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
2312         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
2313         Clip raw audio and video when we can, keep track of current output
2314         segment.
2315         Don't leak buffers and events when there is no output pad.
2316         Improve debugging here and there.
2317
2318 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
2319
2320         * configure.ac:
2321           Sync liboil check with plugins-base.
2322
2323 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
2324
2325         * ext/annodex/Makefile.am:
2326           Fix CFLAGS/LIBS.
2327
2328         * ext/cdio/gstcdiocddasrc.c:
2329         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
2330           Include stdlib
2331
2332         * ext/cairo/Makefile.am:
2333         * gst/videofilter/Makefile.am:
2334         * tests/examples/level/Makefile.am:
2335           Use $(LIBM) instead of -lm
2336
2337 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2338
2339         * sys/v4l2/gstv4l2src.c:
2340           Add another example pipeline.
2341
2342 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2343
2344         Patch by: Alexander Eichner <alexeichi@yahoo.de>
2345
2346         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2347           Use define here.
2348
2349         * sys/v4l2/gstv4l2tuner.c:
2350         (gst_v4l2_tuner_set_frequency_and_notify):
2351           Don't touch the property - its still disabled.
2352
2353         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
2354         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
2355         * sys/v4l2/v4l2src_calls.h:
2356           Improve fallback format negotionation. Fixes #451388
2357
2358 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2359
2360         * tests/check/elements/videocrop.c: (GST_START_TEST):
2361           Fix the test.
2362
2363 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2364
2365         * docs/plugins/Makefile.am:
2366         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2367         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2368         * docs/plugins/inspect/plugin-jpeg.xml:
2369         * docs/plugins/inspect/plugin-png.xml:
2370         * ext/jpeg/gstjpegdec.c:
2371         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
2372         (gst_pngdec_sink_setcaps):
2373           More docs. More logs in pngdec.
2374
2375 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
2376
2377         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2378           Initialize num_buffers with minimum value.
2379
2380         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
2381         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
2382           Handle frame-size query failure gracefully.
2383
2384 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
2385
2386         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2387         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
2388         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
2389         of qt/aac files.
2390
2391 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
2392
2393         * ext/wavpack/gstwavpackdec.c:
2394         (gst_wavpack_dec_clip_outgoing_buffer):
2395         Fix buffer clipping to correctly clip to the segment stop.
2396
2397 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
2398
2399         * configure.ac:
2400         * tests/Makefile.am:
2401         Remove bogus check for libcheck, since we check for
2402         gstreamer-check and it pulls in the required info from there,
2403         and we weren't actually _using_ the information for libcheck
2404         ourselves anyway.
2405
2406 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
2407
2408         * configure.ac:
2409           Use pkg-config to locate check.
2410
2411 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
2412
2413         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
2414         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
2415         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
2416         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2417         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
2418         * gst/effectv/gstaging.c: (gst_agingtv_transform):
2419         * gst/effectv/gstdice.c: (gst_dicetv_transform):
2420         * gst/effectv/gstedge.c: (gst_edgetv_transform):
2421         * gst/effectv/gstquark.c: (gst_quarktv_transform):
2422         * gst/effectv/gstrev.c: (gst_revtv_transform):
2423         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
2424         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
2425         * gst/effectv/gstwarp.c: (gst_warptv_transform):
2426         * gst/matroska/matroska-demux.c:
2427         (gst_matroska_demux_add_wvpk_header),
2428         (gst_matroska_demux_check_subtitle_buffer),
2429         (gst_matroska_decode_buffer):
2430         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
2431           Fix build against core CVS.
2432
2433 2007-07-10  Edward Hervey  <bilboed@gmail.com>
2434
2435         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
2436         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
2437         don't have enough granularity to convert that boolean into a
2438         GstFlowReturn.
2439
2440 2007-07-06  Michael Smith <msmith@fluendo.com>
2441
2442         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
2443         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
2444         (gst_alawdec_change_state):
2445         * gst/law/alaw-decode.h:
2446         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
2447         (gst_mulawdec_class_init), (gst_mulawdec_init),
2448         (gst_mulawdec_chain), (gst_mulawdec_change_state):
2449         * gst/law/mulaw-decode.h:
2450           Fix capsnego bogosity in *law decoders. 
2451
2452 2007-07-06  Michael Smith <msmith@fluendo.com>
2453
2454         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
2455         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
2456         (gst_smokeenc_change_state):
2457         * ext/jpeg/gstsmokeenc.h:
2458           Remove stupidity in get/set caps functions.
2459           Fix some refcounting problems.
2460
2461 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
2462
2463         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
2464         Remove endianness-flipping hack that seems to have been required
2465         only because of a bug in ffmpegcolorspace.
2466         Partially Fixes: #451908
2467
2468 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
2469
2470         * docs/plugins/Makefile.am:
2471           Simplify --extra-dir as gtkdoc scans recursively.
2472
2473 2007-07-03  Wim Taymans,,,  <set EMAIL_ADDRESS environment variable>
2474
2475         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2476
2477         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2478         Set the encoding-name in the rtp caps to all uppercase, as required by
2479         the caps spec.
2480         Some small cleanups in the error paths. Fixes #453037.
2481
2482 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
2483
2484         * ext/wavpack/gstwavpackparse.c:
2485         (gst_wavpack_parse_index_get_last_entry),
2486         (gst_wavpack_parse_index_get_entry_from_sample),
2487         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
2488         (gst_wavpack_parse_scan_to_find_sample):
2489         * ext/wavpack/gstwavpackparse.h:
2490         Use a GSList for the GArray that is used like a list anyway.
2491
2492 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
2493
2494         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
2495         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
2496         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
2497           Add state change function where we set 0/1 as default framerate in
2498           case our setcaps function isn't called, like it might not in a
2499           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
2500           gdkpixbufdec trying to create caps with a 0/0 framerate.
2501           Also post an error message on the bus if gst_pad_push() fails when
2502           called from our sink event handler (+1 for flow returns for event
2503           functions in 0.11) instead of failing silently.
2504
2505 2007-06-27  Wim Taymans  <wim@fluendo.com>
2506
2507         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
2508         Cast stack args to the proper types. Fixes #451249.
2509
2510 2007-06-27  Wim Taymans  <wim@fluendo.com>
2511
2512         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2513         (new_session_pad), (gst_rtspsrc_setup_streams):
2514         * gst/rtsp/gstrtspsrc.h:
2515         For container formats we only need to activate one of the streams so
2516         that we correctly signal no-more-pads. Fixes #451015.
2517
2518 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
2519
2520         * docs/plugins/gst-plugins-good-plugins.args:
2521         * docs/plugins/inspect/plugin-aasink.xml:
2522         * docs/plugins/inspect/plugin-alaw.xml:
2523         * docs/plugins/inspect/plugin-alpha.xml:
2524         * docs/plugins/inspect/plugin-alphacolor.xml:
2525         * docs/plugins/inspect/plugin-annodex.xml:
2526         * docs/plugins/inspect/plugin-apetag.xml:
2527         * docs/plugins/inspect/plugin-audiofx.xml:
2528         * docs/plugins/inspect/plugin-auparse.xml:
2529         * docs/plugins/inspect/plugin-autodetect.xml:
2530         * docs/plugins/inspect/plugin-avi.xml:
2531         * docs/plugins/inspect/plugin-cacasink.xml:
2532         * docs/plugins/inspect/plugin-cairo.xml:
2533         * docs/plugins/inspect/plugin-cdio.xml:
2534         * docs/plugins/inspect/plugin-cutter.xml:
2535         * docs/plugins/inspect/plugin-debug.xml:
2536         * docs/plugins/inspect/plugin-efence.xml:
2537         * docs/plugins/inspect/plugin-effectv.xml:
2538         * docs/plugins/inspect/plugin-esdsink.xml:
2539         * docs/plugins/inspect/plugin-flac.xml:
2540         * docs/plugins/inspect/plugin-flxdec.xml:
2541         * docs/plugins/inspect/plugin-gconfelements.xml:
2542         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2543         * docs/plugins/inspect/plugin-goom.xml:
2544         * docs/plugins/inspect/plugin-halelements.xml:
2545         * docs/plugins/inspect/plugin-icydemux.xml:
2546         * docs/plugins/inspect/plugin-id3demux.xml:
2547         * docs/plugins/inspect/plugin-jpeg.xml:
2548         * docs/plugins/inspect/plugin-ladspa.xml:
2549         * docs/plugins/inspect/plugin-level.xml:
2550         * docs/plugins/inspect/plugin-matroska.xml:
2551         * docs/plugins/inspect/plugin-mulaw.xml:
2552         * docs/plugins/inspect/plugin-multipart.xml:
2553         * docs/plugins/inspect/plugin-navigationtest.xml:
2554         * docs/plugins/inspect/plugin-ossaudio.xml:
2555         * docs/plugins/inspect/plugin-png.xml:
2556         * docs/plugins/inspect/plugin-quicktime.xml:
2557         * docs/plugins/inspect/plugin-rtp.xml:
2558         * docs/plugins/inspect/plugin-rtsp.xml:
2559         * docs/plugins/inspect/plugin-smpte.xml:
2560         * docs/plugins/inspect/plugin-speex.xml:
2561         * docs/plugins/inspect/plugin-taglib.xml:
2562         * docs/plugins/inspect/plugin-udp.xml:
2563         * docs/plugins/inspect/plugin-videobalance.xml:
2564         * docs/plugins/inspect/plugin-videobox.xml:
2565         * docs/plugins/inspect/plugin-videocrop.xml:
2566         * docs/plugins/inspect/plugin-videoflip.xml:
2567         * docs/plugins/inspect/plugin-videomixer.xml:
2568         * docs/plugins/inspect/plugin-wavenc.xml:
2569         * docs/plugins/inspect/plugin-wavparse.xml:
2570         * docs/plugins/inspect/plugin-ximagesrc.xml:
2571           Update docs with caps info.
2572
2573 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
2574
2575         * po/POTFILES.in:
2576           Add more files with translatable strings (#450878).
2577
2578 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
2579
2580         * MAINTAINERS:
2581         Updating all the maintainers files
2582
2583 2007-06-22  Edward Hervey  <edward@fluendo.com>
2584
2585         * ext/flac/gstflactag.c: (gst_flac_tag_init):
2586         * gst/interleave/deinterleave.c: (deinterleave_init),
2587         (deinterleave_sink_link):
2588         * gst/interleave/interleave.c: (interleave_init):
2589         * gst/median/gstmedian.c: (gst_median_init):
2590         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
2591         Fix memory leaks.
2592         * tests/check/elements/id3demux.c: (pad_added_cb):
2593         Remove unused variable.
2594
2595 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
2596
2597         * ext/gconf/gconf.h:
2598         Make the prototype of gst_gconf_get_key_for_sink_profile
2599         match the implementation.
2600         Patch by: Damien Carbery <damien dot carbery at sun dot com>
2601         Fixes: #449747
2602
2603 2007-06-20  Michael Smith <msmith@fluendo.com>
2604
2605         * gst/rtp/gstrtpdepay.c:
2606           Fix description - rtpdepay is not a payloader.
2607
2608 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
2609
2610         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
2611         (qtdemux_video_caps):
2612         * gst/qtdemux/qtdemux_fourcc.h:
2613           Add MJPG to the variants of motion jpeg.
2614
2615 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
2616
2617         * tests/check/Makefile.am:
2618         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
2619         * tests/check/elements/videocrop.c: (GST_START_TEST):
2620         * tests/check/elements/videofilter.c:
2621         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2622         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
2623           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
2624           error flags are included and it errors out on compiler warnings
2625           for CVS builds; remove unused variables in various unit tests.
2626
2627 2007-06-19  Wim Taymans  <wim@fluendo.com>
2628
2629         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2630         (rtsp_connection_close), (rtsp_connection_free):
2631         Use threadsafe inet_ntop to convert an ip number to a string. 
2632         Fixes #447961.
2633         Don't leak fd (and ip) when freeing a connection without first closing
2634         it.
2635
2636 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
2637
2638         * configure.ac:
2639         Back to CVS
2640
2641         * gst-plugins-good.doap:
2642         Add 0.10.6 to the doap file.
2643
2644 === release 0.10.6 ===
2645
2646 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
2647
2648         * configure.ac:
2649           releasing 0.10.6, "Wobble Board"
2650
2651 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
2652
2653         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2654         (rtsp_connection_free):
2655           Revert previous commit again, since we are frozen (sorry).
2656
2657 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
2658
2659         Patch by: Peter Kjellerstedt <pkj at axis com>
2660
2661         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2662         (rtsp_connection_free):
2663           inet_ntoa() uses a static buffer internally, so we need to copy the
2664           returned string if we want to store it for later (#447961).
2665
2666 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
2667
2668         * win32/vs6/autogen.dsp:
2669         * win32/vs6/gst_plugins_good.dsw:
2670         * win32/vs6/libgstalaw.dsp:
2671         * win32/vs6/libgstalpha.dsp:
2672         * win32/vs6/libgstalphacolor.dsp:
2673         * win32/vs6/libgstapetag.dsp:
2674         * win32/vs6/libgstaudiofx.dsp:
2675         * win32/vs6/libgstauparse.dsp:
2676         * win32/vs6/libgstautodetect.dsp:
2677         * win32/vs6/libgstavi.dsp:
2678         * win32/vs6/libgstcutter.dsp:
2679         * win32/vs6/libgstdirectdraw.dsp:
2680         * win32/vs6/libgstdirectsound.dsp:
2681         * win32/vs6/libgsteffectv.dsp:
2682         * win32/vs6/libgstflx.dsp:
2683         * win32/vs6/libgstgoom.dsp:
2684         * win32/vs6/libgsticydemux.dsp:
2685         * win32/vs6/libgstid3demux.dsp:
2686         * win32/vs6/libgstinterleave.dsp:
2687         * win32/vs6/libgstjpeg.dsp:
2688         * win32/vs6/libgstlevel.dsp:
2689         * win32/vs6/libgstmatroska.dsp:
2690         * win32/vs6/libgstmedian.dsp:
2691         * win32/vs6/libgstmonoscope.dsp:
2692         * win32/vs6/libgstmulaw.dsp:
2693         * win32/vs6/libgstmultipart.dsp:
2694         * win32/vs6/libgstqtdemux.dsp:
2695         * win32/vs6/libgstrtp.dsp:
2696         * win32/vs6/libgstrtsp.dsp:
2697         * win32/vs6/libgstsmpte.dsp:
2698         * win32/vs6/libgstspeex.dsp:
2699         * win32/vs6/libgstudp.dsp:
2700         * win32/vs6/libgstvideobalance.dsp:
2701         * win32/vs6/libgstvideobox.dsp:
2702         * win32/vs6/libgstvideocrop.dsp:
2703         * win32/vs6/libgstvideoflip.dsp:
2704         * win32/vs6/libgstvideomixer.dsp:
2705         * win32/vs6/libgstwaveform.dsp:
2706         * win32/vs6/libgstwavenc.dsp:
2707         * win32/vs6/libgstwavparse.dsp:
2708         Mark *.dsp & *.dsw as binary files and convert to DOS line
2709         endings, as they don't load into VS6 correctly otherwise.
2710
2711 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
2712
2713         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
2714         (rtsp_connection_connect):
2715         Fix the MingW build. 
2716         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
2717         Fixes: #446981
2718
2719 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
2720
2721         * tests/check/elements/.cvsignore:
2722         * tests/icles/.cvsignore:
2723         Hush the buildbots up
2724
2725 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
2726
2727         * configure.ac:
2728         * sys/Makefile.am:
2729         * sys/directdraw/Makefile.am:
2730         * sys/directsound/Makefile.am:
2731         * sys/waveform/Makefile.am:
2732         Make sure to dist everything needed for win32 builds.
2733
2734 2007-06-14  Edward Hervey  <edward@fluendo.com>
2735
2736         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
2737         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
2738         caps.
2739         Fixes #447458
2740
2741 2007-06-13  Wim Taymans  <wim@fluendo.com>
2742
2743         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
2744         Make sure we allocate enough memory for the codec_data.
2745         Fixes #447210.
2746
2747 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
2748
2749         * win32/MANIFEST:
2750         Add videocrop project file to the win32 manifest.
2751         * win32/vs6/gst_plugins_good.dsw:
2752         Add qtdemux,videocrop and waveform projects to the workspace.
2753         * win32/vs6/libgstqtdemux.dsp:
2754         Add zlib to the link list of qtdemux.
2755         * win32/vs6/libgstvideocrop.dsp:
2756         Add a project file for videocrop.
2757
2758 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2759
2760         * po/POTFILES.in:
2761         Add qtdemux for translation
2762
2763 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2764
2765         * configure.ac:
2766         * docs/plugins/Makefile.am:
2767         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2768         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2769         * docs/plugins/inspect/plugin-videocrop.xml:
2770         * gst-plugins-good.spec.in:
2771         * sys/Makefile.am:
2772         * tests/check/Makefile.am:
2773         * tests/icles/Makefile.am:
2774         * tests/icles/videocrop-test.c:
2775         Move videocrop and osxvideo from -bad.
2776
2777 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2778
2779         * configure.ac:
2780         * docs/plugins/Makefile.am:
2781         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2782         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2783         * docs/plugins/gst-plugins-good-plugins.args:
2784         * docs/plugins/inspect/plugin-qtdemux.xml:
2785         * docs/plugins/inspect/plugin-quicktime.xml:
2786         * win32/MANIFEST:
2787         Move qtdemux from -bad.
2788
2789         * gst-plugins-good.spec.in:
2790         Update spec file to reflect moving of qtdemux and wavpack
2791
2792 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2793         
2794         * win32/MANIFEST:
2795         * docs/plugins/Makefile.am:
2796         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2797         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2798         * docs/plugins/inspect/plugin-directdraw.xml:
2799         * docs/plugins/inspect/plugin-directsound.xml:
2800         * docs/plugins/inspect/plugin-waveform.xml:
2801         Move the waveform plugin from -bad too. Update the inspect xml
2802         files to mention Plugins Good instead of Plugins Bad.
2803
2804 2007-06-12  Andy Wingo  <wingo@pobox.com>
2805
2806         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
2807         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
2808         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
2809         finalization and resuscitation. No longer public.
2810         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
2811         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
2812         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
2813         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
2814         miniobject semantics, and be threadsafe.
2815         (gst_v4l2src_queue_frame): Remove this function, as we just call
2816         the ioctls directly in the two places where we queue buffers.
2817         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
2818         directly.
2819         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
2820         to allocate the pool, which also preallocates the GstBuffers.
2821         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
2822         queueing the frames directly.
2823         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
2824         mmap buffers have been dequeued.
2825
2826         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
2827         real MiniObject instead of rolling our own refcounting and
2828         finalizing. Give it a lock.
2829         (struct _GstV4l2Buffer): Remove one intermediary object, having
2830         the buffers hold the struct v4l2_buffer directly.
2831
2832         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
2833         capture_init so that it can set them on the buffers that it will
2834         create.
2835         (gst_v4l2src_get_read): For better or for worse, include the
2836         timestamping and offsetting code here; really we should be using
2837         bufferalloc though.
2838         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
2839         preallocated, mmap'd buffers.
2840
2841 2007-06-11  Wim Taymans  <wim@fluendo.com>
2842
2843         Patch by: daniel fischer <dan at f3c dot com>
2844
2845         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
2846         (gst_ximage_src_get_caps):
2847         Actually use the display_name property so that we can dump any
2848         available X display. Fixes #445905.
2849
2850 2007-06-11  Wim Taymans  <wim@fluendo.com>
2851
2852         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2853
2854         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
2855         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
2856         Add missing rate fields to caps. Fixes #441118.
2857
2858 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
2859
2860         * win32/vs6/gst_plugins_good.dsw:
2861         * win32/vs8/gst-plugins-good.sln:
2862         Add DirectSound and DirectDraw sinks project files to
2863         workspace and solution files.
2864
2865 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2866
2867         Patch by: Josh Coalson <xflac at yahoo dot com>,
2868         updated by Alexis Ballier <aballier at gentoo dot org>:
2869
2870         * configure.ac:
2871         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
2872         (gst_flac_dec_setup_seekable_decoder),
2873         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
2874         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
2875         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
2876         * ext/flac/gstflacdec.h:
2877         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2878         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
2879         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
2880         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
2881         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
2882         (gst_flac_enc_chain), (gst_flac_enc_set_property),
2883         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
2884         * ext/flac/gstflacenc.h:
2885         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
2886         
2887 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
2888
2889         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
2890         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
2891         not necessary anymore as we need at least that core version. 
2892
2893 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
2894
2895         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
2896         (gst_wavpack_dec_chain):
2897         * ext/wavpack/gstwavpackdec.h:
2898         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
2899         (gst_wavpack_parse_push_buffer):
2900         * ext/wavpack/gstwavpackparse.h:
2901         Improve discont handling by checking if the next Wavpack block has
2902         the expected, following block index.
2903
2904 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2905
2906         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
2907           Fix element description.
2908
2909 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2910
2911         * configure.ac:
2912         * docs/plugins/Makefile.am:
2913         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2914         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2915         * docs/plugins/gst-plugins-good-plugins.args:
2916         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2917         * docs/plugins/gst-plugins-good-plugins.signals:
2918         * docs/plugins/inspect/plugin-autodetect.xml:
2919         * docs/plugins/inspect/plugin-gconfelements.xml:
2920         * docs/plugins/inspect/plugin-ladspa.xml:
2921         * docs/plugins/inspect/plugin-rtp.xml:
2922         * docs/plugins/inspect/plugin-wavpack.xml:
2923         * ext/Makefile.am:
2924         * tests/check/Makefile.am:
2925           move wavpack plugin.  See #352605.
2926
2927 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
2928
2929         * configure.ac:
2930         * docs/plugins/Makefile.am:
2931         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2932         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2933         * docs/plugins/gst-plugins-good-plugins.args:
2934         * sys/Makefile.am:
2935         * win32/MANIFEST:
2936         Add DirectDraw & DirectSound plugins to the build and docs.
2937
2938 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
2939
2940         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
2941         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
2942           When operating in pull mode, error out correct on not-linked.
2943
2944 2007-06-06  Andy Wingo  <wingo@pobox.com>
2945
2946         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
2947         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
2948         format and size if the ioctls are defined; should fix compilation
2949         on Linux < 2.16.19.
2950
2951 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
2952
2953         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2954           Printf fixes in debug statements; use LOG level for debug statements
2955           that are printed for each and every frame; convert c++ comments to
2956           C-style comments; not much point using g_try_malloc() if we then not
2957           even check the return value.
2958
2959 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
2960
2961         * configure.ac:
2962           Bump requirements to released versions (core and base 0.10.13).
2963
2964         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
2965           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
2966           own implementation.
2967
2968 2007-06-05  Andy Wingo  <wingo@pobox.com>
2969
2970         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
2971         some useless comments.
2972
2973         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
2974         frames before calling STREAMON, that might leave them in a state
2975         where they can't be dequeued if we go back to NULL without calling
2976         STREAMON, according to the docs.
2977         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
2978         before we call STREAMON.
2979         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
2980         failures. (For me this code hung.) The pool refcounting is still
2981         crack; added a note to that effect.
2982
2983 2007-06-05  Wim Taymans  <wim@fluendo.com>
2984
2985         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
2986         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
2987         Add support for mapping gst structure names to the MIME type equivalent.
2988         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
2989
2990 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2991
2992         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
2993         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
2994         (gst_wavenc_chain), (gst_wavenc_change_state):
2995         * gst/wavenc/gstwavenc.h:
2996         Properly write wav files with width!=depth by having the depth most
2997         significant bytes set and all others zero. Fixes #442535.
2998
2999 2007-06-01  Wim Taymans  <wim@fluendo.com>
3000
3001         * gst/rtsp/rtspconnection.c:
3002         Add include to make buildbot happy.
3003
3004 2007-06-01  Wim Taymans  <wim@fluendo.com>
3005
3006         Patch by: Peter Kjellerstedt  <pkj at axis com>
3007
3008         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3009         (rtsp_connection_connect), (add_date_header),
3010         (rtsp_connection_send), (parse_response_status),
3011         (parse_request_line), (parse_line), (rtsp_connection_receive):
3012         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
3013         * gst/rtsp/rtspdefs.h:
3014         * gst/rtsp/rtspmessage.c: (key_value_foreach),
3015         (rtsp_message_init_request), (rtsp_message_init_response),
3016         (rtsp_message_remove_header), (rtsp_message_append_headers),
3017         (rtsp_message_dump):
3018         * gst/rtsp/rtspmessage.h:
3019         Improves version checking, allowing an RTSP server to reply with "505
3020         RTSP Version not supported.
3021         Adds a Date header to all messages.
3022         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
3023         want to be able to send a response even if something in the request was
3024         invalid. EINVAL is only used when passing wrong arguments to functions.
3025         Do not handle an invalid method in parse_request_line(). Defer this to
3026         the caller so it can respond with "405 Method Not Allowed".
3027         Improves parsing of the timeout parameter to the Session header,
3028         allowing whitespace after the semicolon. 
3029         Avoids a compiler warning due to variables shadowing a function argument.
3030
3031 2007-06-01  Wim Taymans  <wim@fluendo.com>
3032
3033         Based on Patch by: Daniel Charles <dcharles at ti dot com>
3034
3035         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3036         (gst_rtp_amr_depay_process):
3037         * gst/rtp/gstrtpamrdepay.h:
3038         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
3039         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
3040         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
3041         * gst/rtp/gstrtpamrpay.h:
3042         Add support for AMR-WB.
3043         Small cleanups such as using BOILERPLATE.
3044
3045 2007-05-31  Wim Taymans  <wim@fluendo.com>
3046
3047         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
3048         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
3049
3050 2007-05-30  Andy Wingo  <wingo@pobox.com>
3051
3052         * sys/v4l2/gstv4l2object.h: 
3053         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
3054         unintended changes.
3055
3056         * sys/v4l2/v4l2src_calls.h: 
3057         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
3058         the format list in the order that the driver gives it to us.
3059         (gst_v4l2src_probe_caps_for_format_and_size)
3060         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
3061         based on the capabilities of the device.
3062         (gst_v4l2src_grab_frame): Update for object variable renaming.
3063         (gst_v4l2src_set_capture): Update to be strict in its parameters,
3064         as in the set_caps below.
3065         (gst_v4l2src_capture_init): Update for object variable renaming,
3066         and reflow.
3067         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
3068         (gst_v4l2src_capture_deinit): Update for object variable renaming.
3069         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
3070         (gst_v4l2src_get_fps): Remove; these functions don't have much
3071         meaning outside of an atomic set_caps method.
3072         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
3073         known.
3074
3075         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
3076         call to update_fps; not sure about this change.
3077         (gst_v4l2_tuner_set_norm): Work around the fact that for the
3078         moment we don't have an update_fps_func.
3079
3080         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
3081         structures in the object, just store what we need. Do store the
3082         probed caps of the device. Don't store the current frame rate.
3083
3084         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
3085         update_fps_function, for now. Update for new object variable
3086         naming.
3087         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
3088         new object variable naming.
3089         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
3090         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
3091         (gst_v4l2src_get_caps): Rework to probe the device for supported
3092         frame sizes and frame rates.
3093         (gst_v4l2src_set_caps): Rework to be strict in the given
3094         parameters: if someone asks us to have a certain size and rate,
3095         that is what we configure.
3096         (gst_v4l2src_get_read): Update for object variable naming. Don't
3097         leak buffers on short reads.
3098         (gst_v4l2src_get_mmap): Update for object variable naming, and add
3099         comments.
3100         (gst_v4l2src_create): Update for object variable naming.
3101
3102 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3103
3104         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
3105         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
3106         * gst/avi/gstavidemux.h:
3107           Parse subtitle text streams instead of erroring out (#442034). Still
3108           needs a parser for the subtitles to actually show up.
3109
3110 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3111
3112         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
3113         (gst_avi_demux_loop):
3114           Make _push_event() return TRUE if the event could be pushed on at
3115           least one pad and not only if it could be pushed on all pads,
3116           otherwise we'll end up posting an error message on EOS if one or
3117           more source pads are not connected.
3118
3119 2007-05-28  Wim Taymans  <wim@fluendo.com>
3120
3121         * gst/rtsp/rtsptransport.c:
3122         Use renamed RTP bin.
3123
3124 2007-05-28  Wim Taymans  <wim@fluendo.com>
3125
3126         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
3127
3128         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
3129         (gst_video_box_set_property), (gst_video_box_transform_caps),
3130         (video_box_recalc_transform), (gst_video_box_set_caps),
3131         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
3132         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
3133         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
3134         (gst_video_box_i420_i420), (gst_video_box_transform),
3135         (plugin_init):
3136         Add AYUV->AYUV and AYUV->I420 formats. 
3137         Fix negotiation and I420->AYUV conversion.
3138         Fixes #429329.
3139
3140 2007-05-26  Wim Taymans  <wim@fluendo.com>
3141
3142         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
3143         Use different variables for nested for loops so that the outer loop
3144         functions properly and speex files with multiple frames per buffer work
3145         properly.
3146         Fixes #441408.
3147
3148 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3149
3150         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
3151           Don't leak newsegment events.
3152
3153 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3154
3155         * gst/wavparse/Makefile.am:
3156           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
3157           drags it in.
3158
3159 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3160
3161         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3162         (notgst_value_array_append_buffer),
3163         (gst_flac_enc_process_stream_headers),
3164         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
3165         (gst_flac_enc_change_state):
3166         * ext/flac/gstflacenc.h:
3167           Collect headers, add "streamheader" field to output caps and set
3168           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
3169           produces output according to the official FLAC-to-Ogg mapping
3170           instead of completely broken files. Fixes #426044.
3171
3172 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3173
3174         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
3175         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
3176         (gst_id3demux_sink_event):
3177         * gst/id3demux/gstid3demux.h:
3178         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
3179         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
3180         (gst_tag_demux_send_new_segment):
3181         Handle and adjust new-segment events so that downstream really
3182         sees a stream with the tag pieces stripped off the front and back.
3183         Fixes strangeness in seeking when mp3 decoders use the new-segment
3184         byte position to estimate their current playback position timestamp
3185         and then the arriving buffers don't match up.
3186
3187 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3188
3189         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
3190           Don't unnecessarily perform a READY->NULL->READY transition on the
3191           detected audio sink when starting up. Fixes: #440127
3192
3193 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
3194
3195         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
3196         (gst_flac_enc_chain):
3197           Don't crash in chain function if setcaps hasn't been called.
3198
3199 2007-05-24  Wim Taymans  <wim@fluendo.com>
3200
3201         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
3202         Init value to avoid infinte loops.
3203
3204 2007-05-24  Wim Taymans  <wim@fluendo.com>
3205
3206         Patch by: Peter Kjellerstedt  <pkj at axis com>
3207
3208         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
3209         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
3210         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3211         (gst_rtspsrc_play):
3212         (rtsp_connection_send), (rtsp_connection_receive):
3213         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
3214         Fix for new API.
3215
3216         * gst/rtsp/rtspconnection.c: (add_auth_header),
3217         Only add authorisation and session headers when sending messages.
3218
3219         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
3220         (rtsp_message_init_request), (rtsp_message_init_response),
3221         (rtsp_message_unset), (rtsp_message_add_header),
3222         (rtsp_message_remove_header), (rtsp_message_get_header),
3223         (rtsp_message_append_headers), (dump_key_value),
3224         (rtsp_message_dump):
3225         * gst/rtsp/rtspmessage.h:
3226         Add support for multiple headers of the same type by storing the parsed
3227         headers in a GArray instaed of a hashtable.
3228
3229 2007-05-21  Wim Taymans  <wim@fluendo.com>
3230
3231         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
3232         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
3233         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
3234         safer shutdown.
3235
3236 2007-05-21  Wim Taymans  <wim@fluendo.com>
3237
3238         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
3239         * gst/rtsp/gstrtpdec.h:
3240         Added signal for backwards compat.
3241
3242 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3243         
3244         Patch by: René Stadler <mail at renestadler dot de>
3245
3246         * configure.ac:
3247         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
3248         (gst_au_parse_parse_header), (gst_au_parse_chain):
3249         * gst/auparse/gstauparse.h:
3250         Use audioconvert for converting from non-native endianness floats
3251         in auparse instead of doing it ourself. Fixes #424527.
3252         This needs the audioconvert from plugins-base CVS.
3253         
3254 2007-05-21  Wim Taymans  <wim@fluendo.com>
3255
3256         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3257         (gst_rtp_h263p_pay_flush):
3258         Fix enum registration.
3259
3260 2007-05-21  Wim Taymans  <wim@fluendo.com>
3261
3262         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
3263
3264         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3265         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
3266         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
3267         (gst_rtp_h263p_pay_flush):
3268         * gst/rtp/gstrtph263ppay.h:
3269         Add new fragmentation mode base on GOB headers. Fixes #438940.
3270
3271 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
3272
3273         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
3274           Printf format fix.
3275
3276 2007-05-18  Wim Taymans  <wim@fluendo.com>
3277
3278         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
3279         Don't crash when an unsupported transport error was returned by the
3280         server, just try to configure the next stream. Fixes #439255.
3281
3282 2007-05-18  Wim Taymans  <wim@fluendo.com>
3283
3284         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3285         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
3286         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
3287         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3288         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
3289         * gst/rtsp/gstrtspsrc.h:
3290         Add TCP timeout property and use it for all TCP connection.
3291
3292         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3293         (rtsp_connection_write), (rtsp_connection_next_timeout),
3294         (rtsp_connection_reset_timeout):
3295         Make connect and writes cancelable and make them use the timeout.
3296
3297 2007-05-18  Wim Taymans  <wim@fluendo.com>
3298
3299         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3300         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
3301         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3302         (gst_rtspsrc_setup_streams):
3303         Refactor timeout handling.
3304         Also send keep-alive when dealing with TCP transport.
3305
3306         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3307         (rtsp_connection_free), (rtsp_connection_next_timeout),
3308         (rtsp_connection_reset_timeout):
3309         * gst/rtsp/rtspconnection.h:
3310         Use a timer to handle the session timeouts, add some methods to deal
3311         with timeouts.
3312
3313 2007-05-17  Wim Taymans  <wim@fluendo.com>
3314
3315         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
3316         (gst_rtspsrc_setup_streams):
3317         Ignore streams that fail the setup command, we will retry with a
3318         different transport later on.
3319
3320         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
3321         (rtsp_ext_wms_configure_stream):
3322         Fix encoding name case.
3323
3324 2007-05-16  Edward Hervey  <edward@fluendo.com>
3325
3326         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
3327         Fix build on macosx.
3328
3329 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3330
3331         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
3332         Replace direct comparison of a string with the string literal "" with
3333         a comparison of the first character with '\0'. Fixes #438926.
3334
3335 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3336
3337         * gst/debug/breakmydata.c (gst_break_my_data_init):
3338           One more try. This should be the proper fix now.
3339
3340 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3341
3342         * gst/debug/breakmydata.c:
3343           Ooops, no // comments please.
3344
3345 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3346
3347         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
3348         (gst_break_my_data_init):
3349           Fix gst_buffer_is_writable() assertion.
3350
3351 2007-05-14  David Schleef  <ds@schleef.org>
3352
3353         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
3354           video/x-raw-bayer.  Fixes #314160.
3355
3356 2007-05-14  Wim Taymans  <wim@fluendo.com>
3357
3358         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
3359         (gst_rtp_theora_depay_parse_configuration):
3360         * gst/rtp/gstrtptheorapay.c: (encode_base64),
3361         (gst_rtp_theora_pay_finish_headers),
3362         (gst_rtp_theora_pay_handle_buffer):
3363         Update theora pay/depayloader in a similar to vorbis.
3364
3365         * gst/rtp/gstrtpvorbisdepay.c:
3366         (gst_rtp_vorbis_depay_parse_configuration):
3367         Update docs.
3368
3369 2007-05-14  Wim Taymans  <wim@fluendo.com>
3370
3371         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
3372         When we try to execute a method that is not supported by the server,
3373         don't error out but remove the method from the accepted methods so that
3374         we never try to perform this method again.
3375
3376 2007-05-14  Wim Taymans  <wim@fluendo.com>
3377
3378         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
3379         Remove annoying _dump_mem.
3380
3381 2007-05-14  Wim Taymans  <wim@fluendo.com>
3382
3383         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
3384         Parse range correctly.
3385
3386         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
3387         The baseurl now always has a '/' at the start.
3388
3389 2007-05-14  Wim Taymans  <wim@fluendo.com>
3390
3391         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
3392         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
3393         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3394         Factor out caps configuration and configure more stuff such as the time
3395         ranges and speed/scale values.
3396
3397         * gst/rtsp/rtsptransport.c:
3398         Add Copyright after non-trival fixes.
3399
3400 2007-05-12  Wim Taymans  <wim@fluendo.com>
3401
3402         Patch by: Peter Kjellerstedt  <pkj at axis com>
3403
3404         * gst/rtsp/gstrtspsrc.h:
3405         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
3406         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
3407         (rtsp_message_get_header):
3408         * gst/rtsp/rtspmessage.h:
3409         Make channel guint8 where possible.
3410         Make rtsp_message_init_data() take the channel as a guint8.
3411
3412         * gst/rtsp/rtspdefs.c:
3413         Fixed a typo: Timout -> Timeout
3414
3415         * gst/rtsp/rtspdefs.h:
3416         Make RTSP_CHECK() behave as a statement.
3417
3418         * gst/rtsp/sdpmessage.c:
3419         Avoid a compiler warning in INIT_ARRAY().
3420         Fixes #437692.
3421
3422 2007-05-12  Wim Taymans  <wim@fluendo.com>
3423
3424         Patch by: Peter Kjellerstedt  <pkj at axis com>
3425
3426         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
3427         (rtsp_url_get_request_uri):
3428         * gst/rtsp/rtspurl.h:
3429         Add support for query parameters to RTSP URLs.
3430
3431 2007-05-12  Wim Taymans  <wim@fluendo.com>
3432
3433         Patch by: Peter Kjellerstedt  <pkj at axis com>
3434
3435         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
3436         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
3437         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
3438         (rtsp_transport_parse), (rtsp_transport_as_text):
3439         * gst/rtsp/rtsptransport.h:
3440         Add validation to rtsp_transport_parse().
3441         Add rtsp_transport_as_text() to generate an RTSP header from an
3442         RTSPTransport.
3443         Change ssrc to guint (was a string) since that is what it is, even
3444         though it is sent as a hex string.
3445         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
3446         incorrect, which can be seen when looking at the examples in the RFC).
3447         Fixes #437670.
3448
3449 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3450
3451         Patch by: Eric Anholt
3452
3453         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
3454           gst_ximage_src_ximage_get):
3455         Use union of all damage between frames to make it faster.
3456         Fixes bug #342463.
3457         Also fix crasher when cursor is at bottom right of window.
3458
3459 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
3460
3461         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3462           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
3463           streaming mode regression for file from #343837 with 'bext' chunk
3464           before the 'fmt' chunk.
3465
3466 2007-05-11  Wim Taymans  <wim@fluendo.com>
3467
3468         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
3469         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
3470         (gst_rtspsrc_handle_src_event),
3471         (gst_rtspsrc_stream_configure_manager),
3472         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
3473         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
3474         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3475         * gst/rtsp/gstrtspsrc.h:
3476         * gst/rtsp/rtspdefs.h:
3477         Preliminary seek support.
3478         Activate internal pads so that we can receive events on them.
3479         Don't try to parse a range string when it's NULL.
3480
3481 2007-05-11  Wim Taymans  <wim@fluendo.com>
3482
3483         * gst/rtp/README:
3484         Update README with new RTP variables that will be used for
3485         synchronisation.
3486
3487         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
3488         (gst_rtp_vorbis_depay_parse_configuration),
3489         (gst_rtp_vorbis_depay_process):
3490         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
3491         (gst_rtp_vorbis_pay_finish_headers),
3492         (gst_rtp_vorbis_pay_handle_buffer):
3493         Update vorbis pay and depayloader to draft-04.
3494
3495 2007-05-11  Wim Taymans  <wim@fluendo.com>
3496
3497         * gst/rtsp/rtsptransport.c:
3498         UDP MCAST is actually the default for RTP/AVP.
3499 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
3500
3501         * gst/level/gstlevel.c: (gst_level_transform_ip):
3502         Use guint8 * instead of gpointer then vs6 can build 
3503         in_data += (filter->width / 8).
3504
3505 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3506
3507         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
3508           gst_ximage_src_ximage_get):
3509         * sys/ximage/gstximagesrc.h (last_ximage):
3510         When using Damage actually keep the last frame, and not assume
3511         that the buffer we get already has the last frame on it.
3512         Copy the cursor over if we specify a non-zero start x and
3513         start y.
3514
3515 2007-05-11  Wim Taymans  <wim@fluendo.com>
3516
3517         * gst/rtsp/rtsptransport.c:
3518         Make UDP the default transport when not specified.
3519
3520 2007-05-09  David Schleef  <ds@schleef.org>
3521
3522         * gst/level/gstlevel.c:
3523           Revert last change.
3524
3525 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
3526
3527         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
3528         (gst_level_transform_ip):
3529         Use guint8 * instead of gpointer then vs6 know the size of data
3530         pointed when moving the pointer.
3531         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
3532         Move instructions after variables declaration.
3533         * win32/vs6/autogen.dsp:
3534         * win32/vs6/libgstrtp.dsp:
3535         * win32/vs6/libgstrtsp.dsp:
3536         Update vs6 project files.
3537
3538 2007-05-09  Wim Taymans  <wim@fluendo.com>
3539
3540         * gst/rtsp/Makefile.am:
3541         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
3542         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
3543         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
3544         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
3545         (rtsp_range_free):
3546         * gst/rtsp/rtsprange.h:
3547         Add code to parse time ranges.
3548         Report DURATION on the stream when possible.
3549
3550 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
3551
3552         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
3553         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
3554         (gst_videomixer_collected):
3555           Fix strides calculation for AYUV (it's just width*4) (#436910).
3556
3557 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3558
3559         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
3560         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
3561         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
3562         Sync the GObject properties before each processing step to properly
3563         work with the controller.
3564
3565 2007-05-04  Wim Taymans  <wim@fluendo.com>
3566
3567         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3568         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3569         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3570         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
3571         (gst_rtspsrc_change_state):
3572         Let more error state trickle down so that we can catch more error
3573         cases.
3574         Handle keep-alive a little smarter by selecting a method the server
3575         actually supports.
3576         Fix a race in UDP streaming shutdown.
3577
3578 2007-05-04  Wim Taymans  <wim@fluendo.com>
3579
3580         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
3581         Ignore errors when trying to use the keep-alive messages.
3582
3583 2007-05-04  Wim Taymans  <wim@fluendo.com>
3584
3585         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
3586         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
3587         (gst_rtspsrc_stream_configure_manager),
3588         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
3589         (gst_rtspsrc_stream_configure_mcast),
3590         (gst_rtspsrc_stream_configure_udp),
3591         (gst_rtspsrc_stream_configure_udp_sink),
3592         (gst_rtspsrc_stream_configure_transport):
3593         Send RTCP messages back to the server over the TCP connection.
3594
3595         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
3596         (rtsp_connection_send), (rtsp_connection_read), (read_body),
3597         (rtsp_connection_receive):
3598         * gst/rtsp/rtspconnection.h:
3599         Factor out and expose lowlevel _write and _read methods.
3600         Implement sending data messages to the server.
3601
3602 2007-05-03  Wim Taymans  <wim@fluendo.com>
3603
3604         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
3605         (gst_multipart_mux_collected):
3606         Fix timestamps on outgoing buffers.
3607
3608 2007-05-03  Wim Taymans  <wim@fluendo.com>
3609
3610         * gst/multipart/multipartmux.c:
3611         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
3612         (gst_multipart_mux_change_state):
3613         Emit NEWSEGMENT events before pushing the first buffer.
3614
3615 2007-05-03  Wim Taymans  <wim@fluendo.com>
3616
3617         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
3618         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
3619         (gst_rtspsrc_handle_src_query),
3620         (gst_rtspsrc_stream_configure_manager),
3621         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
3622         (gst_rtspsrc_stream_configure_mcast),
3623         (gst_rtspsrc_stream_configure_udp),
3624         (gst_rtspsrc_stream_configure_udp_sink),
3625         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
3626         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
3627         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3628         (gst_rtspsrc_pause):
3629         Refactor transport configuration code.
3630         Create internal pads for TCP transport so that we can implement events
3631         and queries.
3632         Handle events and queries.
3633         Parse range from the SDP.
3634         Fix race in pause handler where the connection could still be flushing.
3635
3636 2007-05-02  Wim Taymans  <wim@fluendo.com>
3637
3638         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3639         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
3640         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
3641         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
3642         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
3643         (gst_rtspsrc_change_state):
3644         * gst/rtsp/gstrtspsrc.h:
3645         Fix race when multiple udp sources post timeouts, just act on the first
3646         received timeout.
3647         Protect stream list with a recursive lock to fix some races.
3648         Flush connection when we need to do a reconnect or stop.
3649         Make state lock recursive.
3650
3651         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3652         (rtsp_connection_close):
3653         Some small cleanups.
3654
3655 2007-05-02  Wim Taymans  <wim@fluendo.com>
3656
3657         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3658         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
3659         Only set DISCONT when there actually is a discont or when we just
3660         started.
3661
3662 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3663
3664         * ext/flac/gstflac.c: (plugin_init):
3665         Call bindtextdomain() to get localized strings.
3666
3667 2007-05-02  Wim Taymans  <wim@fluendo.com>
3668
3669         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3670         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
3671         (gst_wavparse_stream_data):
3672         * gst/wavparse/gstwavparse.h:
3673         Be a bit more clever when dealing with VBR files with FACT tags, we
3674         don't want to timestamp buffers in that case but the estimated BPS can
3675         be used for seeking.
3676         Only send close segment in the streaming thread.
3677
3678 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3679
3680         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
3681         Correctly post an error on the bus if something went wrong in the loop
3682         function. This fixes a few cases where the task was paused and nothing
3683         happened anymore.
3684
3685 2007-05-02  Wim Taymans  <wim@fluendo.com>
3686
3687         * gst/rtsp/test.c: (main):
3688         Fix compilation of deprecated test just because I'm too lazy to delete
3689         it.
3690
3691 2007-05-02  Wim Taymans  <wim@fluendo.com>
3692
3693         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3694         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
3695         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
3696         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
3697         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
3698         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
3699         * gst/rtsp/gstrtspsrc.h:
3700         Fix sending RTCP to the right place.
3701         Fix bug in reffing the wrong UDP element.
3702         Use new pad names for the session manager.
3703         Implement handling server requests in interleaved and UDP modes.
3704         Handle session keep-alive in UDP modes.
3705         Remove GCond for handling UDP timeouts.
3706
3707         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3708         (rtsp_connection_send), (rtsp_connection_read), (read_body),
3709         (rtsp_connection_receive), (rtsp_connection_close):
3710         * gst/rtsp/rtspconnection.h:
3711         Store connection IP address for later.
3712         Add timeout args to all operations that might block forever.
3713         Parse session timeout.
3714         Only close sockets when not already closed.
3715
3716         * gst/rtsp/rtspdefs.c:
3717         * gst/rtsp/rtspdefs.h:
3718         Add timeout return value and error string.
3719
3720         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
3721         Add small comment.
3722
3723 2007-05-01  Wim Taymans  <wim@fluendo.com>
3724
3725         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3726
3727         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
3728         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
3729         * gst/rtp/gstrtpmp4vpay.h:
3730         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
3731
3732 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
3733
3734         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3735           Remove v4l2src from docs, since it breaks the docs build, and the
3736           plugin is only built if --enable-experimental is used anyway.
3737
3738         * docs/plugins/Makefile.am:
3739           Spaces => tab.
3740
3741 2007-04-29  Wim Taymans  <wim@fluendo.com>
3742
3743         * gst/udp/gstmultiudpsink.c: (leave_multicast),
3744         (gst_multiudpsink_add), (gst_multiudpsink_remove):
3745         Add code to drop membership of a multicast group.
3746
3747         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
3748         (gst_udpsink_set_uri):
3749         Implement URI handler.
3750
3751         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
3752         (gst_rtspsrc_parse_rtpinfo):
3753         Use URI handler to make udpsink instace.
3754         Improve code to configure port and destination.
3755
3756 2007-04-29  Wim Taymans  <wim@fluendo.com>
3757
3758         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
3759         Fix multicast detection.
3760         Don't try to join a multicast group if the address is not multicast.
3761
3762         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
3763         Small debug improvement.
3764
3765 2007-04-27  Wim Taymans  <wim@fluendo.com>
3766
3767         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
3768         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3769         (gst_rtspsrc_handle_message):
3770         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
3771         parent.
3772
3773 2007-04-27  Wim Taymans  <wim@fluendo.com>
3774
3775         * gst/rtp/gstrtpilbcdepay.h:
3776         Fix mode property when specified as an arg.
3777
3778 2007-04-26  Edward Hervey  <edward@fluendo.com>
3779
3780         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3781         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3782         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3783         * docs/plugins/inspect/plugin-osxaudio.xml:
3784         Add documentation for osxaudio plugin.
3785
3786 2007-04-26  Wim Taymans  <wim@fluendo.com>
3787
3788         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3789         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
3790         (gst_rtspsrc_open), (gst_rtspsrc_close),
3791         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3792         (gst_rtspsrc_pause):
3793         * gst/rtsp/gstrtspsrc.h:
3794         Protect state changes with a lock.
3795
3796         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3797         (parse_line):
3798         * gst/rtsp/rtspconnection.h:
3799         Remove some unused stuff.
3800
3801 2007-04-26  Wim Taymans  <wim@fluendo.com>
3802
3803         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
3804         Handle the case where there are exactly 0 bytes to read and the ioctl
3805         did not report an error. Fixes #433530.
3806
3807 2007-04-26  Wim Taymans  <wim@fluendo.com>
3808
3809         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3810         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
3811         * gst/wavparse/gstwavparse.h:
3812         Apply DISCONT to buffers.
3813         Only apply timestamp to the first sample after a DISCONT, too many VBR
3814         files cause random jitter in the timestamps. Fixes #433119.
3815
3816 2007-04-25  Wim Taymans  <wim@fluendo.com>
3817
3818         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
3819         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
3820         (gst_rtp_dec_get_property):
3821         * gst/rtsp/gstrtpdec.h:
3822         Add dummy latency property to be backwards compat with rtpbin.
3823
3824         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3825         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
3826         (gst_rtspsrc_stream_configure_transport),
3827         (gst_rtspsrc_parse_rtpinfo):
3828         * gst/rtsp/gstrtspsrc.h:
3829         Add latency property and configure in the session manager.
3830         Don't set invalid clock-base and seqnum-base on caps, some servers
3831         sometimes don't send them.
3832
3833 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3834
3835         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
3836         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
3837           Double-check that RGB input caps are really RGBA caps (apparently
3838           the core doesn't always catch it if those caps aren't a subset of
3839           our template caps, also see #421543). Fixes #429319 in a way.
3840           Also, don't leak the pad template in the transform_caps function.
3841
3842         * tests/check/Makefile.am:
3843         * tests/check/elements/.cvsignore:
3844         * tests/check/elements/alphacolor.c: (setup_alphacolor),
3845         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
3846         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
3847         (GST_START_TEST), (alphacolor_suite):
3848           Add some basic unit tests for alphacolor.
3849
3850 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3851
3852         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
3853           If we get a fatal flow return in the loop function, first post the
3854           error message and only then send the EOS event downstream, otherwise
3855           applications might get an eos message before the error message and
3856           think everything was ok (related to #429319).
3857
3858 2007-04-25  Wim Taymans  <wim@fluendo.com>
3859
3860         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
3861         Read the channel byte as an unsigned byte.
3862
3863 2007-04-25  Wim Taymans  <wim@fluendo.com>
3864
3865         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
3866         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
3867         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
3868         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
3869         (gst_rtp_gsm_depay_setcaps):
3870         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
3871         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
3872         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
3873         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
3874         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
3875         (gst_ilbc_depay_get_property):
3876         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
3877         * gst/rtp/gstrtpmp4adepay.c:
3878         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
3879         (gst_rtp_pcma_depay_setcaps):
3880         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
3881         (gst_rtp_pcmu_depay_setcaps):
3882         Make sure we configure the clock_rate in the baseclass in the setcaps
3883         function. Fixes #431282.
3884
3885 2007-04-25  Wim Taymans  <wim@fluendo.com>
3886
3887         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
3888         (gst_rtspsrc_stream_free), (request_pt_map),
3889         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
3890         * gst/rtsp/gstrtspsrc.h:
3891         Parse server address from SDP.
3892         Hook up a udpsink to send RTCP back to the server.
3893
3894         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3895         * gst/rtsp/rtsptransport.h:
3896         Add some docs.
3897
3898 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
3899
3900         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3901           Make header field check conditional. Fixes #433135
3902
3903 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
3904
3905         * docs/plugins/Makefile.am:
3906         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3907         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3908         * docs/plugins/inspect/plugin-alphacolor.xml:
3909         * gst/alpha/Makefile.am:
3910         * gst/alpha/gstalphacolor.c:
3911         * gst/alpha/gstalphacolor.h:
3912           Add minimal docs blurb to alphacolor; split out headers into
3913           separate header file for gtk-doc.
3914
3915 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
3916
3917         * gst/debug/progressreport.c: (gst_progress_report_report):
3918           Don't try to post NULL message (in case we can't query upstream
3919           position or duration).
3920
3921 2007-04-18  Michael Smith  <msmith@fluendo.com>
3922
3923         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
3924         (gst_cutter_get_caps):
3925         * gst/cutter/gstcutter.h:
3926           Fix some of the most obvious bugs in cutter. Now doesn't leak
3927           everything if input is silent.
3928
3929 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
3930
3931         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3932         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
3933         * gst/wavenc/gstwavenc.h:
3934         Wav apparently only supports width==GST_ROUND_UP(depth), everything
3935         else results in a invalid block align and invalid files.
3936
3937 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
3938
3939         Patch by: Snaik <snaik32 gmail com>
3940
3941         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
3942           Add missing break statement for BOX_HORIZONTAL case.
3943
3944 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3945
3946         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
3947
3948         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3949         Use correct format strings for integer types.
3950
3951 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3952
3953         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
3954         (gst_wavparse_create_sourcepad):
3955         Use gst_riff_create_audio_template_caps () instead of the local caps.
3956         This makes updates of the local caps unecessary whenever libgstriff
3957         gets support for new formats.
3958
3959 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
3960
3961         Patch by: Brian Cameron  <brian.cameron at sun dot com>
3962
3963         * sys/sunaudio/gstsunaudio.c:
3964         * sys/sunaudio/gstsunaudiomixer.c:
3965         * sys/sunaudio/gstsunaudiomixer.h:
3966         * sys/sunaudio/gstsunaudiomixerctrl.c:
3967         * sys/sunaudio/gstsunaudiomixerctrl.h:
3968         * sys/sunaudio/gstsunaudiomixertrack.h:
3969         * sys/sunaudio/gstsunaudiosink.c:
3970         * sys/sunaudio/gstsunaudiosink.h:
3971         * sys/sunaudio/gstsunaudiosrc.c:
3972         * sys/sunaudio/gstsunaudiosrc.h:
3973           Fix and/or update copyright attributions (#430228).
3974
3975 2007-04-13  Wim Taymans  <wim@fluendo.com>
3976
3977         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3978         Fix docs.
3979
3980         * gst/rtsp/URLS:
3981         Add some more example urls.
3982
3983         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
3984         (gst_rtp_dec_chain_rtp):
3985         Better debugging.
3986
3987         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
3988         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
3989         (gst_rtspsrc_parse_rtpinfo):
3990         Remove unused code.
3991
3992 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
3993
3994         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
3995         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
3996         (gst_wavparse_stream_data):
3997           Relax the audio/mpeg caps again and add FIXME: comment.
3998
3999 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4000
4001         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4002         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4003         (gst_wavparse_stream_data):
4004         * gst/wavparse/gstwavparse.h:
4005           More sanity check for the header fields. Fix type for 'rate' header
4006           field.
4007
4008 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4009
4010         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
4011         (gst_icydemux_unicodify):
4012           If the metadata strings we get in the stream are not UTF-8, try to
4013           interpret them according to the character encodings specified in the
4014           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
4015           only fall back to locale/ISO-8859-1 if those aren't set or don't
4016           work. Should fix #428901.
4017
4018 2007-04-12  Wim Taymans  <wim@fluendo.com>
4019
4020         * gst/rtp/gstrtph264depay.c:
4021         Use the proper sync word for SPS and PPS.
4022
4023 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4024
4025         * gst/rtp/Makefile.am:
4026         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
4027           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
4028         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
4029           Add a simple hashing implementation that we can use to generate
4030           a 24-bit ident value based on the codebooks for vorbis and theora.
4031         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
4032           gst_rtp_theora_pay_handle_buffer):
4033         * gst/rtp/gstrtpvorbisdepay.c
4034           (gst_rtp_vorbis_depay_parse_configuration,
4035           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
4036         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
4037           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
4038           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
4039           Use the hashing function, ensuring that the same codebooks result
4040           in the same ident and thus the same SDP description.
4041           Various log fixes/changes.
4042
4043 2007-04-12  Wim Taymans  <wim@fluendo.com>
4044
4045         Patch by: jerry tan <jerry dot tan at sun dot com>
4046
4047         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
4048         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
4049         application's responsibility to make sure it open the device once.
4050         Remove a careless error if AUDIODEV is set. Fixes #392620.
4051
4052 2007-04-12  Wim Taymans  <wim@fluendo.com>
4053
4054         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4055         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
4056         * gst/rtsp/gstrtpdec.h:
4057         Make backward compat with rtpbin by adding the request-pt-map signals.
4058
4059         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
4060         (new_session_pad), (request_pt_map),
4061         (gst_rtspsrc_stream_configure_transport),
4062         (gst_rtspsrc_stream_configure_caps),
4063         (gst_rtspsrc_activate_streams):
4064         * gst/rtsp/gstrtspsrc.h:
4065         Implement request-pt-map signals instead of setting caps on the buffers
4066         for the session manager.
4067
4068 2007-04-11  Wim Taymans  <wim@fluendo.com>
4069
4070         * gst/udp/gstudp.c: (plugin_init):
4071         Register GstNetBuffer in plugin_init so that the type can be used from
4072         multiple threads without races.
4073
4074 2007-04-10  Wim Taymans  <wim@fluendo.com>
4075
4076         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
4077         (gst_rtp_amr_depay_process):
4078         Fix depayloader clock_rate and some cleanups.
4079
4080         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
4081         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4082         * gst/rtp/gstrtph264depay.h:
4083         Don't push codec_data in the adapter because it might get flushed when
4084         we get a discont.
4085
4086         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4087         Handle multiple AU per packet.
4088
4089         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
4090         (gst_rtp_sv3v_depay_plugin_init):
4091         Disable rank, this one does not work.
4092         Remove timestamping, base class does that.
4093
4094 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
4095
4096         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
4097           limit caps to the formats we announce in the template
4098
4099         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4100         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4101         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
4102           fix some crashers/asserts when dealing with broken files
4103
4104 2007-04-10  Wim Taymans  <wim@fluendo.com>
4105
4106         Patch by: Peter Kjellerstedt  <pkj at axis com>
4107
4108         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4109         * gst/rtp/gstrtpL16depay.c:
4110         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4111         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
4112         (gst_rtp_speex_depay_setcaps):
4113         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4114         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
4115         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
4116         Fix some compiler warnings. Fixes #428182.
4117
4118 2007-04-06  Wim Taymans  <wim@fluendo.com>
4119
4120         * gst/rtsp/Makefile.am:
4121         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
4122         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
4123         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
4124         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
4125         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
4126         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
4127         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
4128         (create_rtcp), (gst_rtp_dec_request_new_pad),
4129         (gst_rtp_dec_release_pad):
4130         * gst/rtsp/gstrtpdec.h:
4131         * gst/rtsp/gstrtsp.c: (plugin_init):
4132         Morph RTPDec into something compatible with RTPBin as a fallback.
4133         Various other style fixes.
4134
4135         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
4136         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
4137         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
4138         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
4139         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4140         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
4141         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4142         * gst/rtsp/gstrtspsrc.h:
4143         Implement RTPBin session manager handling.
4144         Don't try to add empty properties to caps.
4145         Implement fallback session manager, handling.
4146         Don't combine errors from RTCP streams, just ignore them.
4147
4148         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
4149         * gst/rtsp/rtsptransport.h:
4150         Implement fallback session manager.
4151         Make RTPBin the default one when available.
4152
4153 2007-04-05  Wim Taymans  <wim@fluendo.com>
4154
4155         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4156         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
4157         This element is ready to be autoplugged.
4158
4159 2007-04-05  Julien MOUTTE  <julien@moutte.net>
4160
4161         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
4162         Don't leave the offsets defined by upstream element on the
4163         compressed data buffer we are pushing downstream. Make them
4164         GST_BUFFER_OFFSET_NONE.
4165
4166 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
4167
4168         * gst/avi/README:
4169         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4170         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
4171         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
4172         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
4173         (gst_avi_demux_calculate_durations_from_index),
4174         (gst_avi_demux_stream_header_push),
4175         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
4176         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
4177           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
4178
4179 2007-04-03  Wim Taymans  <wim@fluendo.com>
4180
4181         * gst/smpte/barboxwipes.c:
4182         Fix error as spotted by Snaik <snaik32 at gmail dot com>
4183
4184 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4185
4186         * gst/wavparse/gstwavparse.c:
4187         Support audio/x-raw-float in wav files. This only works with
4188         plugins-base CVS, using an older version doesn't have any
4189         disadvantages though.
4190
4191 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4192
4193         * configure.ac:
4194         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4195         (gst_au_parse_parse_header), (gst_au_parse_chain):
4196         * gst/auparse/gstauparse.h:
4197         Revert last change as we don't want plugins-good to depend on
4198         plugins-base CVS now.
4199
4200 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4201
4202         * configure.ac:
4203         Require gst-plugins-base CVS for audioconvert with non-native
4204         float support and width/depth fix in libgstriff.
4205
4206         Patch by: René Stadler <mail at renestadler dot de>
4207
4208         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4209         (gst_au_parse_parse_header), (gst_au_parse_chain):
4210         * gst/auparse/gstauparse.h:
4211         Don't swap the floats ourself if they're not in native endianness.
4212         Instead let audioconvert handle this. Fixes #339838.
4213
4214 2007-03-29  Wim Taymans  <wim@fluendo.com>
4215
4216         * gst/rtp/gstasteriskh263.h:
4217         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
4218         (gst_rtp_h263p_depay_change_state):
4219         * gst/rtp/gstrtph263pdepay.h:
4220         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4221         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
4222         (gst_rtp_h264_depay_change_state):
4223         * gst/rtp/gstrtph264depay.h:
4224         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4225         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
4226         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4227         Flush adapter on disconts.
4228
4229 2007-03-29  Wim Taymans  <wim@fluendo.com>
4230
4231         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
4232         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
4233         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
4234         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
4235         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4236         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
4237         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4238         (gst_rtp_mp4v_depay_process):
4239         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
4240         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
4241         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
4242         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
4243         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
4244         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4245         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
4246         Use more efficient adapter and rtpbuffer methods when possible.
4247
4248 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4249
4250         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4251         (gst_wavenc_sink_setcaps):
4252         Correctly handle width!=depth input.
4253         * gst/wavparse/gstwavparse.c:
4254         Already export in the caps that width==8 uses unsigned samples and
4255         everything else uses signed samples.
4256
4257 2007-03-29  Wim Taymans  <wim@fluendo.com>
4258
4259         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4260
4261         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
4262         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
4263         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
4264         (gst_dynudpsink_close):
4265         * gst/udp/gstdynudpsink.h:
4266         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
4267         (gst_udpsrc_create), (gst_udpsrc_set_property),
4268         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
4269         * gst/udp/gstudpsrc.h:
4270         Rework the socket allocation a bit based on the sockfd argument so that
4271         it becomes usable.
4272         Add a closefd property to instruct the udp elements to close the custom
4273         file descriptors when going to READY. Fixes #423304.
4274         API:GstUDPSrc::closefd property
4275         API:GstDynUDPSink::closefd property
4276
4277 2007-03-29  Wim Taymans  <wim@fluendo.com>
4278
4279         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4280
4281         * gst/rtp/Makefile.am:
4282         * gst/rtp/gstrtp.c: (plugin_init):
4283         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
4284         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4285         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
4286         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4287         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
4288         (gst_rtp_h264_pay_plugin_init):
4289         * gst/rtp/gstrtph264pay.h:
4290         Added H264 payloader. Fixes #423782.
4291
4292         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4293         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4294         Small fixes.
4295
4296 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4297
4298         * gst/wavparse/gstwavparse.c:
4299         Actually support depths from 1 to 32, not only 8 to 32.
4300
4301 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4302
4303         * gst/wavparse/gstwavparse.c:
4304         Add support for wav files containing audio/x-raw-int with random
4305         depths between 1 and 32 bits.
4306
4307 2007-03-28  Wim Taymans  <wim@fluendo.com>
4308
4309         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
4310
4311         * gst/rtp/Makefile.am:
4312         * gst/rtp/gstrtp.c: (plugin_init):
4313         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
4314         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
4315         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
4316         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
4317         (gst_rtp_mp4a_depay_get_property),
4318         (gst_rtp_mp4a_depay_change_state),
4319         (gst_rtp_mp4a_depay_plugin_init):
4320         * gst/rtp/gstrtpmp4adepay.h:
4321         Added MP4A-LATM depayloader. Fixes #417792.
4322
4323         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4324         (gst_rtp_mp4v_depay_process):
4325         Fixup depayloader, setting codec_data, using more efficient adaptor and
4326         rtpbuffer handling.
4327
4328         * gst/rtsp/URLS:
4329         Add url to test above.
4330
4331 2007-03-25  Wim Taymans  <wim@fluendo.com>
4332
4333         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
4334         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
4335         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
4336         (gst_rtspsrc_media_to_caps),
4337         (gst_rtspsrc_stream_configure_transport),
4338         (gst_rtspsrc_stream_configure_caps),
4339         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
4340         * gst/rtsp/gstrtspsrc.h:
4341         Handle default clock-rates for static payload types, rearrange stuff so
4342         that the rtpmap field in the sdp can override the defaults.
4343         Parse RTP-Info field to get the seqnum and timebase fields that should
4344         go in the caps.
4345         Delay configuring caps after we got the RTP-Info from the PLAY reply from
4346         the server. 
4347
4348 2007-03-22  Wim Taymans  <wim@fluendo.com>
4349
4350         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
4351
4352         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
4353         Accept complex pipeline descriptions as an audio profile instead of just
4354         a single element. Fixes #420658.
4355
4356 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
4357
4358         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
4359           Rename registered type in preparation of GstTagDemux moving to
4360           -base at some point in the future.
4361
4362 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
4363
4364         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4365           Streaming mode fixes: don't unref buffer we don't own any longer;
4366           remove bogus adapter flush. Fixes #419338.
4367
4368 2007-03-17  David Schleef  <ds@schleef.org>
4369
4370         * REQUIREMENTS: Change the format to key/value, add a bunch of
4371           information, remove a bunch of requirements that are for
4372           other GStreamer packages.
4373
4374 2007-03-17  David Schleef  <ds@schleef.org>
4375
4376         * REQUIREMENTS: Fix a few things.  This file really needs a
4377         good once-over.
4378
4379 2007-03-15  Edward Hervey  <edward@fluendo.com>
4380
4381         * sys/Makefile.am:
4382         Don't forget to distribute the sys/osxaudio/ directory.
4383
4384 2007-03-15  Edward Hervey  <edward@fluendo.com>
4385
4386         * configure.ac:
4387         * sys/Makefile.am:
4388         * sys/osxaudio/Makefile.am:
4389         * sys/osxaudio/gstosxaudio.c:
4390         * sys/osxaudio/gstosxaudiosink.c:
4391         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
4392         (gst_osx_audio_sink_getcaps),
4393         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
4394         * sys/osxaudio/gstosxaudiosrc.c:
4395         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
4396         (gst_osx_audio_src_create_ringbuffer):
4397         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
4398         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
4399         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
4400         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
4401         * sys/osxaudio/gstosxringbuffer.h:
4402         Activate osxaudio in gst-plugins-good with proper build setup.
4403         Add inlined documentation.
4404         Fix debug statements
4405         Fix ringbuffer when pausing.
4406         Fixes #323471
4407
4408 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4409         * gst/rtp/gstrtppcmapay.c:
4410         * gst/rtp/gstrtppcmapay.h:
4411         * gst/rtp/gstrtppcmupay.c:
4412         * gst/rtp/gstrtppcmupay.h:
4413         Ported mulaw and alaw payloaders to use new base class
4414
4415 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4416
4417         * po/af.po:
4418         * po/az.po:
4419         * po/cs.po:
4420         * po/en_GB.po:
4421         * po/it.po:
4422         * po/nl.po:
4423         * po/or.po:
4424         * po/sq.po:
4425         * po/sr.po:
4426         * po/sv.po:
4427         * po/uk.po:
4428         * po/vi.po:
4429           Update translations.
4430
4431 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
4432
4433         * configure.ac:
4434           Fix string replace error (AG_AG_GST_* => AG_GST_*).
4435
4436 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4437
4438         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
4439           Fix handling of -1 values for start and stop values when seeking,
4440           and SEEK_CUR+SEEK_END here as well.
4441
4442 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
4443
4444         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
4445           Fix handling of -1 values for start and stop values when seeking, 
4446           and SEEK_CUR+SEEK_END.
4447
4448 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4449
4450         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
4451           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
4452           the image format a variable-length NUL-terminated string; in
4453           versions before that the image format is a fixed-length string of
4454           3 characters (see #348644 for a sample tag).
4455           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
4456
4457 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
4458
4459         * win32/MANIFEST:
4460         Add new project files to MANIFEST.
4461         * win32/vs6/libgstaudiofx.dsp:
4462         * win32/vs6/libgstrtp.dsp:
4463         * win32/vs6/libgstrtsp.dsp:
4464         Update project files.
4465         
4466 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
4467
4468         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
4469         (gst_avi_demux_parse_index):
4470         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4471         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
4472           Printf format fixes; also add some missing quotes in translated
4473           strings. Fixes #416728 and #416727.
4474
4475 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4476
4477         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
4478           Tim and I can't think of any reason the child audio sink needs to 
4479           be set back to NULL after successfully determining that it can 
4480           reach READY - it gets immediately set back to READY by the caller
4481           anyway, causing an unnecessary close/open of any audio devices
4482           involved.
4483
4484 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4485
4486         * po/LINGUAS:
4487         * po/ja.po:
4488           Add ja.po file from #377306.
4489
4490 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4491
4492         * sys/sunaudio/gstsunaudio.c: (plugin_init):
4493         * sys/sunaudio/gstsunaudiomixertrack.c:
4494         (gst_sunaudiomixer_track_new):
4495           Actually translate sunaudio mixer track labels instead of just
4496           marking the strings as translatable (#377306); clean up weird
4497           label string mapping code that serves no apparent purpose. Also
4498           set the 'untranslated-label' property when creating mixer tracks
4499           if the GstMixerTrack base class supports this.
4500
4501         * tests/check/Makefile.am:
4502         * tests/check/elements/.cvsignore:
4503         * tests/check/elements/sunaudio.c: (GST_START_TEST),
4504         (sunaudio_suite):
4505           Very minimalistic unit test for sunaudiomixer element (compiles, but not
4506           actually tested on a system where sunaudiomixer is available).
4507
4508 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4509
4510         * tests/check/Makefile.am:
4511         Re-enable the states test and see if it works on the buildbots.
4512
4513 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4514
4515         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
4516         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
4517         (gst_dvdec_change_state):
4518         * ext/dv/gstdvdec.h:
4519         Infer pixel-aspect-ratio from the video frame format if it isn't
4520         provided by the container, as happens when playing DV from AVI
4521         or Quicktime containers.
4522
4523         Patch by: Wim Taymans <wim@fluendo.com>
4524         Fixes #380944
4525
4526 2007-03-09  Wim Taymans  <wim@fluendo.com>
4527
4528         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
4529         When activated, remove the udpsrc timeout, we have dataflow and timeouts
4530         will later be handled by the jitterbuffer.
4531
4532 2007-03-09  Wim Taymans  <wim@fluendo.com>
4533
4534         * ext/taglib/gstid3v2mux.cc:
4535         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
4536         Fixes #414496.
4537         
4538         Patch by: Alex Lancaster <alexl at users sourceforge net>
4539
4540 2007-03-09  Wim Taymans  <wim@fluendo.com>
4541
4542         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4543         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
4544         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
4545         (gst_avi_demux_chain):
4546         Fix stream position reporting after a seek. Fixes #416445.
4547
4548 2007-03-08  Wim Taymans  <wim@fluendo.com>
4549
4550         Patch by: René Stadler <mail at renestadler dot de>
4551
4552         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4553         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
4554         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
4555         Make avidemux accept optional header chunks in any order.
4556         Fixes #415446.
4557
4558 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
4559
4560         * tests/check/Makefile.am:
4561         Disable the states check until the remaining Valgrind errors
4562         are fixed or suppressed.
4563
4564 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4565
4566         * tests/check/elements/.cvsignore:
4567           Add audiodynamic check to .cvsignore
4568
4569 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4570
4571         reviewed by: Stefan Kost  <ensonic@users.sf.net>
4572
4573         * gst/audiofx/Makefile.am:
4574         * gst/audiofx/audiodynamic.c:
4575         (gst_audio_dynamic_characteristics_get_type),
4576         (gst_audio_dynamic_mode_get_type),
4577         (gst_audio_dynamic_set_process_function),
4578         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
4579         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
4580         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
4581         (gst_audio_dynamic_transform_hard_knee_compressor_int),
4582         (gst_audio_dynamic_transform_hard_knee_compressor_float),
4583         (gst_audio_dynamic_transform_soft_knee_compressor_int),
4584         (gst_audio_dynamic_transform_soft_knee_compressor_float),
4585         (gst_audio_dynamic_transform_hard_knee_expander_int),
4586         (gst_audio_dynamic_transform_hard_knee_expander_float),
4587         (gst_audio_dynamic_transform_soft_knee_expander_int),
4588         (gst_audio_dynamic_transform_soft_knee_expander_float),
4589         (gst_audio_dynamic_transform_ip):
4590         * gst/audiofx/audiodynamic.h:
4591         * gst/audiofx/audiofx.c: (plugin_init):
4592         Add new audiodynamic element which can act as a compressor or
4593         expander. Supported are hard-knee and soft-knee operation modes with
4594         user-specified ratio and threshold.
4595         Attack and release parameters are not yet implemented but will follow.
4596         * docs/plugins/Makefile.am:
4597         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4598         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4599         * docs/plugins/gst-plugins-good-plugins.args:
4600         * docs/plugins/inspect/plugin-audiofx.xml:
4601         Integrate audiodynamic into the docs.
4602         * tests/check/Makefile.am:
4603         * tests/check/elements/audiodynamic.c: (setup_dynamic),
4604         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
4605         Add unit test for audiodynamic.
4606
4607 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
4608
4609         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
4610         Free handles that we allocated when exiting via the error paths.
4611
4612 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
4613
4614         * gst/level/gstlevel.c: (gst_level_class_init),
4615         (gst_level_set_caps), (gst_level_start), (gst_level_event),
4616         (gst_level_transform_ip):
4617         * gst/level/gstlevel.h:
4618           Resolve message timestamps against the playback segment.
4619
4620 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4621
4622         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
4623         (gst_id3demux_sink_activate):
4624           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
4625           caps passed to it (previously one code path assumed it took ownership
4626           while another one assumed it didn't, while in fact it sometimes did and
4627           sometimes didn't ...).
4628
4629         * configure.ac:
4630         * tests/files/Makefile.am:
4631         * tests/files/id3-407349-1.tag:
4632         * tests/files/id3-407349-2.tag:
4633           Add directory where data for unit tests can be stored.
4634
4635         * tests/Makefile.am:
4636         * tests/check/Makefile.am:
4637         * tests/check/elements/.cvsignore:
4638         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
4639         (read_tags_from_file), (run_check_for_file),
4640         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
4641           Add unit test for id3demux, and in particular for bug #407349. Only
4642           testing pull-mode for now; push mode doesn't work yet because the test
4643           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
4644
4645 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4646
4647         * tests/check/Makefile.am:
4648           Add missing backslash at end of line.
4649
4650 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
4651
4652         Trigger rebuild.
4653
4654 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4655
4656         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
4657         * gst/id3demux/id3tags.h:
4658         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
4659         (parse_obsolete_tdat_frame):
4660           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
4661           the four-digit number will be interpreted as a year, whereas it is
4662           month and day in DDMM format. Instead, parse TDAT frames and fix up
4663           the date in the GST_TAG_DATE tag later if we also extracted a year.
4664           Fixes #407349.
4665
4666 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
4667
4668         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
4669         (gst_switch_commit_new_kid):
4670         Fix up the dispose logic so it doesn't leak, and fix setting of 
4671         the child state so that we don't set a child to our current state 
4672         just as we are changing it to something else.
4673
4674 2007-03-06  Wim Taymans  <wim@fluendo.com>
4675
4676         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
4677         (gst_goom_chain):
4678         * gst/goom/gstgoom.h:
4679         Document, fix and improve goom adapter behaviour.
4680         Fixes #407006.
4681
4682 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4683
4684         * ext/esd/esdsink.c: (gst_esdsink_open):
4685         Unref static pad template after using it.
4686
4687 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4688
4689         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
4690         (gst_switch_commit_new_kid):
4691         Fix up the reference counting of the child elements.
4692
4693 2007-03-05  Wim Taymans  <wim@fluendo.com>
4694
4695         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
4696         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
4697         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
4698         Fix encoding-name case.
4699
4700 2007-03-05  Wim Taymans  <wim@fluendo.com>
4701
4702         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
4703         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
4704         (gst_rtp_speex_depay_process):
4705         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
4706         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
4707         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
4708         (gst_rtp_speex_pay_change_state):
4709         * gst/rtp/gstrtpspeexpay.h:
4710         Fix speex (de)payloader. Fixes #358040.
4711
4712 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4713
4714         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4715         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
4716         Install fakesink in NULL by fixing some broken logic. This obviates
4717         the need to manually set _IS_SINK.
4718         Add some comments and remove a little cruft while I'm at it.
4719
4720 2007-03-05  Wim Taymans  <wim@fluendo.com>
4721
4722         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
4723         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
4724
4725 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
4726
4727         * po/POTFILES.in:
4728           Update.
4729
4730 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4731
4732         * tests/check/Makefile.am:
4733         Gah! Also disable gconfvideosink from the tests, otherwise
4734         it will instantiate autovideosink, and dfbvideosink and
4735         leak on the buildbots.
4736
4737 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4738
4739         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
4740         (gst_cdio_cdda_src_finalize):
4741         Make sure we always destroy our libcdio handle.
4742
4743 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4744
4745         * tests/check/Makefile.am:
4746         Disable autovideosink so the buildbots don't barf over memory
4747         leaked in the directfb sink.
4748
4749 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4750
4751         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
4752         Chain up in dispose
4753
4754 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4755
4756         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
4757         (gst_multipart_find_pad_by_mime):
4758         Use gst_pad_new_from_static_template instead of
4759         static_pad_template_get+pad_new.
4760
4761 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4762
4763         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
4764         Catch the case where no clock has been set.
4765
4766 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4767
4768         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
4769         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
4770         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
4771         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
4772         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
4773         (gst_gconf_audio_src_finalize), (do_toggle_element):
4774         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
4775         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
4776         (do_toggle_element):
4777         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
4778         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
4779         (gst_gconf_video_src_finalize), (do_toggle_element):
4780         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
4781         (gst_switch_sink_reset), (gst_switch_sink_set_child):
4782         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
4783         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
4784         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
4785         (gst_shout2send_init), (gst_shout2send_finalize):
4786         * gst/debug/testplugin.c: (gst_test_class_init),
4787         (gst_test_finalize):
4788         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
4789         (gst_flxdec_dispose):
4790         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
4791         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
4792         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4793         (gst_rtspsrc_finalize):
4794         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
4795         * gst/rtsp/rtspextwms.h:
4796         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
4797         (gst_smpte_finalize):
4798         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
4799         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
4800         (gst_udpsink_finalize):
4801         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
4802         (gst_wavparse_sink_activate):
4803         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
4804         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
4805         (gst_oss_src_finalize):
4806         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
4807         * sys/v4l2/gstv4l2object.h:
4808         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
4809         (gst_v4l2src_finalize):
4810         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
4811
4812         Fix a bunch of leaks shown by the newly-added states test.
4813
4814 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4815
4816         * ext/dv/gstdvdec.c: (gst_dvdec_init):
4817         Use gst_pad_new_from_static_template instead of 
4818         static_pad_template_get+pad_new.
4819
4820 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4821
4822         Patch by: Loïc Minier <lool+gnome at via ecp fr>
4823
4824         * ext/libcaca/Makefile.am:
4825         * gst/debug/Makefile.am:
4826           Don't mix tabs and spaces (#414168).
4827
4828 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
4829
4830         * tests/check/generic/.cvsignore:
4831           Ignore files to please buildbot.
4832
4833 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
4834
4835         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
4836         (gst_wavparse_stream_data):
4837           Unbreak my previous commit (swapped nominator & denominator). Tim,
4838           thanks for spotting.
4839
4840 2007-03-02  Wim Taymans  <wim@fluendo.com>
4841
4842         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
4843         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
4844         (gst_cdio_cdda_src_finalize):
4845         Small code cleanups.
4846         Don't use pad_alloc as the base class cannot deal with the error codes.
4847
4848 2007-03-02  Wim Taymans  <wim@fluendo.com>
4849
4850         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
4851         (gst_udpsrc_create):
4852         Fix doc.
4853
4854 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
4855
4856         Patch by: René Stadler <mail@renestadler.de>
4857
4858         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4859         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4860         (gst_wavparse_stream_data):
4861           Handle rounding better to not drop last sample frame. Fixes #356692
4862
4863 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
4864
4865         * tests/check/Makefile.am:
4866         Disable cacasink from the states check too - it also calls exit(1)
4867         on us when it can't find a terminal to talk to.
4868
4869 2007-03-02  Wim Taymans  <wim@fluendo.com>
4870
4871         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4872
4873         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
4874         (gst_udpsrc_create), (gst_udpsrc_set_property),
4875         (gst_udpsrc_get_property):
4876         * gst/udp/gstudpsrc.h:
4877         Add support to strip proprietary headers. Fixes #350296.
4878
4879 2007-03-02  Wim Taymans  <wim@fluendo.com>
4880
4881         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
4882         Fix compilation.
4883
4884 2007-03-02  Wim Taymans  <wim@fluendo.com>
4885
4886         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4887
4888         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
4889         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
4890         (gst_rtp_mp2t_depay_set_property),
4891         (gst_rtp_mp2t_depay_get_property):
4892         * gst/rtp/gstrtpmp2tdepay.h:
4893         Add support to strip off proprietary headers. Fixes #350278.
4894
4895 2007-03-02  Wim Taymans  <wim@fluendo.com>
4896
4897         * ext/hal/hal.c:
4898         Fix compilation.
4899
4900 2007-03-02  Wim Taymans  <wim@fluendo.com>
4901
4902         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
4903         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
4904         (gst_sunaudiosrc_open):
4905         * sys/sunaudio/gstsunaudiosrc.h:
4906         Remove device-name from GstSunAudioSrc. Fixes #412597.
4907
4908 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
4909
4910         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
4911         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
4912         Having NULL as UDI previously selected the default sink/src. Change
4913         this back but mention it in the debug output.
4914         * ext/hal/hal.c: (gst_hal_get_alsa_element),
4915         (gst_hal_get_oss_element), (gst_hal_get_string),
4916         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
4917         (gst_hal_get_audio_src):
4918         * ext/hal/hal.h:
4919         Refactor a bit, check all error conditions, greatly improve debugging
4920         and fix some possible memory leaks. Also implement OSS support
4921         and allow specifying an UDI that points to a real device. For this the
4922         child device which supports ALSA (preferred) or OSS is used.
4923         As a side effect this makes it impossible now to get a alsasink in
4924         halaudiosrc and a alsasrc in halaudiosink.
4925
4926 2007-03-01  Wim Taymans  <wim@fluendo.com>
4927
4928         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
4929         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
4930         Errors from the udp sources are not fatal unless all of them are in
4931         error.
4932
4933 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
4934
4935         * tests/check/Makefile.am:
4936         Disable aasink in the states test. I suspect this is the element that
4937         is calling exit(1) when it can't proceed.
4938
4939 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
4940
4941         * tests/check/Makefile.am:
4942         Draw plugins in from the build tree sys/ dir, rather than picking
4943         up the already installed versions.
4944
4945 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4946
4947         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
4948         Error out correctly when getting xcontext fails.
4949
4950 2007-03-01  Wim Taymans  <wim@fluendo.com>
4951
4952         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
4953         Make state change to PAUSED NO_PREROLL because that's what it will be in
4954         the future and rtspsrc relies on it.
4955
4956         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4957         (gst_rtspsrc_change_state):
4958         Don't error out when we don't get an error from the state change
4959         function.
4960
4961 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
4962
4963         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
4964         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
4965           Check if the device UDI is set before trying to query HAL
4966           about it and give a useful error message if it wasn't set.
4967         * ext/hal/hal.c: (gst_hal_get_string):
4968           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
4969           gives an assertion failure in D-Bus when running with
4970           DBUS_FATAL_WARNINGS=1.
4971
4972 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4973
4974         * configure.ac:
4975           Convert to new AG_GST style.
4976
4977 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4978
4979         * tests/check/Makefile.am:
4980         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
4981           add test for states
4982
4983 2007-02-28  Wim Taymans  <wim@fluendo.com>
4984
4985         * tests/check/elements/.cvsignore:
4986         Add new videofilter check to .cvsignore.
4987
4988 2007-02-28  Wim Taymans  <wim@fluendo.com>
4989
4990         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
4991         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
4992         (gst_avi_demux_loop), (gst_avi_demux_chain):
4993         Fix combined flow return. Fixes #412608.
4994
4995 2007-02-28  Wim Taymans  <wim@fluendo.com>
4996
4997         * gst/videofilter/Makefile.am:
4998         Dist header..
4999
5000 2007-02-28  Wim Taymans  <wim@fluendo.com>
5001
5002         * gst/videofilter/gstgamma.h:
5003         Add header too.
5004
5005 2007-02-28  Wim Taymans  <wim@fluendo.com>
5006
5007         Patch by: Mark Nauwelaerts <manauw at skynet be>
5008
5009         * gst/videofilter/Makefile.am:
5010         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
5011         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
5012         (gst_gamma_get_property), (gst_gamma_calculate_tables),
5013         (oil_tablelookup_u8), (gst_gamma_set_caps),
5014         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
5015         Port gamma filter to 0.10. Fixes #412704.
5016
5017         * tests/check/Makefile.am:
5018         * tests/check/elements/videofilter.c: (setup_filter),
5019         (cleanup_filter), (check_filter), (GST_START_TEST),
5020         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
5021         Add unit tests for videofilters.
5022
5023 2007-02-28  Wim Taymans  <wim@fluendo.com>
5024
5025         * gst/rtsp/URLS:
5026         Add another interesting test url.
5027
5028         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
5029         Don't allow getting header fields from data packets.
5030
5031 2007-02-28  Michael Smith  <msmith@fluendo.com>
5032
5033         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5034         (gst_shout2send_init), (gst_shout2send_start),
5035         (gst_shout2send_set_property), (gst_shout2send_get_property):
5036         * ext/shout2/gstshout2.h:
5037           Add a property for username.
5038
5039 2007-02-27  Christian Schallerr <christian@fluendo.com>
5040
5041         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
5042
5043 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5044
5045         * gst/rtsp/Makefile.am:
5046         Fix make check too.
5047
5048 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5049
5050         * gst/rtsp/base64.c: (util_base64_encode):
5051         * gst/rtsp/base64.h:
5052         Commit missing files for base64 encoding.
5053
5054 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5055
5056         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5057
5058         * configure.ac:
5059         * ext/annodex/Makefile.am:
5060         * ext/jpeg/Makefile.am:
5061         * ext/speex/Makefile.am:
5062         * gst/alpha/Makefile.am:
5063         * gst/cutter/Makefile.am:
5064         * gst/debug/Makefile.am:
5065         * gst/effectv/Makefile.am:
5066         * gst/goom/Makefile.am:
5067         * gst/level/Makefile.am:
5068         * gst/smpte/Makefile.am:
5069         * gst/videofilter/Makefile.am:
5070           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
5071
5072 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5073
5074         * gst/rtsp/Makefile.am:
5075         * gst/rtsp/rtspconnection.c: (append_auth_header),
5076         (rtsp_connection_send), (rtsp_connection_set_auth):
5077         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
5078         from icecast to replace it. Relicensed from GPL courtesy of Mike
5079         Smith.
5080
5081 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5082
5083         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
5084         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
5085         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
5086         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
5087         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
5088         (gst_rtspsrc_uri_set_uri):
5089         * gst/rtsp/gstrtspsrc.h:
5090         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5091         (append_auth_header), (rtsp_connection_send),
5092         (rtsp_connection_free), (rtsp_connection_set_auth):
5093         * gst/rtsp/rtspconnection.h:
5094         * gst/rtsp/rtspdefs.h:
5095         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
5096         * gst/rtsp/rtspurl.h:
5097
5098         Implement simple Basic Authentication support so that urls like
5099         rtsp://user:pass@hostname/rtspstream work on hosts that require
5100         authentication.
5101
5102 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
5103
5104         * sys/v4l2/gstv4l2object.c:
5105         * sys/v4l2/gstv4l2tuner.c:
5106         * sys/v4l2/v4l2_calls.c:
5107         Fix segfault when oppening a radio device.
5108         
5109 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
5110
5111         * gst/level/gstlevel.c: (gst_level_set_caps),
5112         (gst_level_transform_ip):
5113         * sys/v4l2/README:
5114         * tests/check/elements/level.c: (GST_START_TEST):
5115           Fix level for multi-channel case.
5116
5117 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5118
5119         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
5120         (gst_level_transform_ip):
5121         * gst/level/gstlevel.h:
5122           Use function pointer for process function and add process functions
5123           for float audio.
5124
5125 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
5126
5127         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5128         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5129         (gst_v4l2src_capture_init):
5130           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
5131           fixes #407369
5132
5133 2007-02-18  Wim Taymans  <wim@fluendo.com>
5134
5135         * gst/rtp/Makefile.am:
5136         * gst/rtp/gstrtp.c: (plugin_init):
5137         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
5138         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
5139         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
5140         (gst_rtp_mp2t_pay_plugin_init):
5141         * gst/rtp/gstrtpmp2tpay.h:
5142         Added simple mpeg transport stream payloader.
5143
5144 2007-02-16  Wim Taymans  <wim@fluendo.com>
5145
5146         * gst/rtsp/URLS:
5147         Add example H264 rtsp url.
5148
5149         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5150         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5151         Don't convert values to lowercase or we might mess up base64 encoded
5152         properties.
5153
5154 2007-02-16  Wim Taymans  <wim@fluendo.com>
5155
5156         * gst/rtp/README:
5157         Fix case of string params.
5158
5159         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5160         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5161         Fix depayloader, support more packet types.
5162         Add sync codes to make sure the packetizer can do its job.
5163
5164         * gst/rtp/gstrtpmp4gdepay.c:
5165         * gst/rtp/gstrtpmp4gpay.c:
5166         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5167         Fix caps case again.
5168
5169 2007-02-15  Wim Taymans  <wim@fluendo.com>
5170
5171         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
5172         Set right caps on output buffers.
5173
5174 2007-02-14  Wim Taymans  <wim@fluendo.com>
5175
5176         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
5177         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
5178         Clear stack allocated SDPMedia struct before calling _init() on it.
5179         Clarify this in the docs as well.
5180
5181 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
5182
5183         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
5184         (do_change_child):
5185         Don't reset the profile when going switching states, as it makes
5186         the element non-reusable.
5187
5188 2007-02-14  Wim Taymans  <wim@fluendo.com>
5189
5190         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
5191         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
5192         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
5193         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
5194         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
5195         (sdp_parse_line):
5196         * gst/rtsp/sdpmessage.h:
5197         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
5198         Fix memory management of SDP messages. Fixes #407793.
5199
5200 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
5201
5202         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
5203
5204         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
5205         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
5206
5207 2007-02-14  Wim Taymans  <wim@fluendo.com>
5208
5209         Patch by: jp.liu <jp_liu at astrocom dot cn>
5210
5211         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
5212         Fix parsing of password field in url. Fixes #407797.
5213
5214 2007-02-14  Wim Taymans  <wim@fluendo.com>
5215
5216         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
5217         (gst_wavparse_reset), (gst_wavparse_init),
5218         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
5219         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
5220         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
5221         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
5222         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
5223         (gst_wavparse_loop), (gst_wavparse_chain),
5224         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
5225         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
5226         (plugin_init):
5227         * gst/wavparse/gstwavparse.h:
5228         Update docs.
5229         Use boilerplate.
5230         Various code cleanups.
5231         When the bitrate is not known (bps == 0 or compressed formats) let
5232         downstream element guestimate the duration and position and don't
5233         generate timestamps or durations. Fixes #405213.
5234         Fix EOS and ERROR conditions in chain mode, we just need to forward the
5235         error flowreturn upstream.
5236
5237 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
5238
5239         * ext/gconf/Makefile.am:
5240         * ext/gconf/gconf.c: (gst_gconf_get_string),
5241         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
5242         (gst_gconf_render_bin_with_default):
5243         * ext/gconf/gconf.h:
5244         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
5245         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
5246         (gst_gconf_audio_sink_dispose), (do_change_child),
5247         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
5248         (cb_change_child), (gst_gconf_audio_sink_change_state):
5249         * ext/gconf/gstgconfaudiosink.h:
5250         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
5251         (gst_switch_sink_class_init), (gst_switch_sink_reset),
5252         (gst_switch_sink_init), (gst_switch_sink_dispose),
5253         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
5254         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
5255         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
5256         * ext/gconf/gstswitchsink.h:
5257         * gst/autodetect/gstautoaudiosink.c:
5258         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
5259         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
5260         (gst_auto_audio_sink_detect):
5261         * gst/autodetect/gstautovideosink.c:
5262         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
5263         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
5264         (gst_auto_video_sink_detect):
5265         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
5266         and a child that implements the GConf key monitoring. The end goal of
5267         this is an audio sink that can be changed on the fly, but at the 
5268         moment it still only changes on the next READY transition.
5269
5270 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5271
5272         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5273         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5274         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
5275         (gst_avi_demux_calculate_durations_from_index),
5276         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5277         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5278         (gst_avi_demux_loop):
5279           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
5280
5281 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5282
5283         * configure.ac:
5284         * docs/plugins/Makefile.am:
5285           Add crossreferences to glib/gobject/gstream docs.
5286
5287 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5288
5289         * gst/monoscope/Makefile.am:
5290         * gst/monoscope/gstmonoscope.c:
5291           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
5292           (but no LIBS, since we only use defines from the headers).
5293
5294 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5295
5296         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
5297
5298         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
5299         (gst_wavparse_stream_data):
5300           Fix massive memory leak when operating in streaming mode due to
5301           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
5302           Fixes #407057.
5303
5304 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5305
5306         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
5307         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
5308         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
5309         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
5310         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5311         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
5312         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
5313         (gst_avi_demux_calculate_durations_from_index),
5314         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5315         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
5316         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
5317         * gst/avi/gstavidemux.h:
5318           Save some memory (8%) by repacking the index entry structure (more to
5319           come). Add more FIXMEs to questionable parts.
5320
5321 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5322
5323         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
5324         (gst_v4l2src_get_caps):
5325         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5326         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5327         (gst_v4l2src_capture_init):
5328           More FIXME comments and messaging changes.
5329
5330 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5331
5332         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
5333         (gst_goom_change_state):
5334         * gst/goom/gstgoom.h:
5335           Improved docs and use GST_DEBUG_FUNCPTR.
5336
5337         * gst/level/gstlevel.c: (gst_level_class_init):
5338           Use GST_DEBUG_FUNCPTR.
5339
5340         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
5341         (gst_monoscope_chain), (gst_monoscope_change_state):
5342           Improved docs source cleanups.
5343
5344 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5345
5346         * gst/debug/Makefile.am:
5347         * gst/debug/gstdebug.c: (plugin_init):
5348         * gst/debug/gstpushfilesrc.c:
5349         * gst/debug/gstpushfilesrc.h:
5350           Add code for a pushfilesrc element that implements a pushfile:// URI
5351           handler, to make debugging push-mode operation of demuxer/decoders
5352           that support both easier in connection with seek/playbin/etc.
5353           The element isn't registered at the moment.
5354
5355 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
5356
5357         * gst/avi/gstavimux.c:
5358           Comment a #if 0 in caps template definition as VS6 seems to 
5359         do not support it.
5360         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
5361           Use gst_guint64_to_gdouble for conversion.
5362         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
5363           Move variables declaration before the first instruction.
5364         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
5365           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
5366           And don't include netdb.h for G_OS_WIN32
5367         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
5368           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
5369           by VS6 then use an other way to initialize SDPMedia structure.
5370         * gst/udp/gstdynudpsink.h:
5371         * gst/udp/gstdynudpnetutils.h:
5372           Do not include <sys/time.h> for G_OS_WIN32
5373         * gst/udp/gstudpsrc.c:
5374           Define socklen_t as int for G_OS_WIN32
5375         * win/common/config.h.in:
5376           Undef HAVE_NETINET_IN_H
5377         * win32/vs6/gst_plugins_good.dsw:
5378         * win32/vs6/libgstrtp.dsp:
5379         * win32/vs6/libgstrtsp.dsp:
5380         * win32/vs6/libgstautogen.dsp:
5381         * win32/vs6/libgstaudiofx.dsp:
5382         * win32/vs6/libgstudp.dsp:
5383           Add and update project files.
5384         * win32/common/gstudp-enumtypes.c:
5385         * win32/common/gstudp-enumtypes.h:
5386           Add a copy of udp enumtypes to win32/common as in core 
5387           and base.
5388         
5389 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
5390
5391         * configure.ac:
5392           Activate monoscope when building with --enable-experimental. Fix
5393           --enable-external configure switch description.
5394
5395         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
5396         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
5397           Help gst-indent.
5398
5399 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
5400
5401         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
5402           Explicitly cast result of pointer arithmetic to integer in order to
5403           avoid compiler warnings on some 64-bit systems. Should fix #406018.
5404
5405 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5406
5407         * gst/debug/progressreport.c:
5408           Some more docs.
5409
5410 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5411
5412         * docs/plugins/inspect/plugin-rtp.xml:
5413           Update for new elements.
5414
5415         * gst/debug/progressreport.h:
5416           Commit newly-created header file as well.
5417
5418 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5419
5420         * docs/plugins/Makefile.am:
5421         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5422         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5423         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5424         * gst/debug/Makefile.am:
5425         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
5426         (gst_progress_report_do_query), (gst_progress_report_report):
5427           Make progressreport element post messages with the current progress
5428           on the bus. Also add some basic docs for it.
5429
5430 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5431
5432         * ext/hal/hal.c: (gst_hal_get_string):
5433         * ext/hal/hal.h:
5434           Some small cleanups; deal with errors when parsing the HAL ALSA
5435           capabilities a bit better.
5436
5437 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5438
5439         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5440           Let's try this again and use the right cast this time.
5441
5442 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5443
5444         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5445           Add cast to avoid compiler warnings with older GLib versions
5446           where the nick/name members in GEnumValue are not declared as
5447           constant strings.
5448
5449 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5450
5451         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
5452         (gst_gconf_render_bin_from_key),
5453         (gst_gconf_get_default_audio_sink):
5454         * ext/gconf/gconf.h:
5455         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
5456         (do_toggle_element), (gst_gconf_audio_sink_set_property),
5457         (gst_gconf_audio_sink_get_property):
5458           In gconfaudiosink, get the right key as the old key in do_toggle
5459           (ie. one dependent on the profile selected). Log some more stuff so
5460           we can see what's actually going on.
5461
5462 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
5463
5464         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
5465         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
5466         (gst_audio_amplify_set_process_function),
5467         (gst_audio_amplify_setup):
5468         * gst/audiofx/audioamplify.h:
5469         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
5470         (gst_audio_invert_class_init), (gst_audio_invert_setup):
5471         * gst/audiofx/audioinvert.h:
5472         Some small cleanups and port both elements to the new GstAudioFilter
5473         base class to save a few lines of common code.
5474         * gst/audiofx/Makefile.am:
5475         Link against libgstaudio for the above changes
5476
5477 2007-01-29  Wim Taymans  <wim@fluendo.com>
5478
5479         * tests/check/elements/.cvsignore:
5480         Some more ignores.
5481
5482 2007-01-26  Wim Taymans  <wim@fluendo.com>
5483
5484         Patch by: charles <charlesg3 at gmail dot com>
5485
5486         * ext/shout2/gstshout2.c: (gst_shout2send_init),
5487         (set_shout_metadata), (gst_shout2send_event):
5488         * ext/shout2/gstshout2.h:
5489         Properly handle tags in shout2send. Fixes #399825.
5490
5491 2007-01-25  Wim Taymans  <wim@fluendo.com>
5492
5493         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5494         (gst_rtspsrc_activate_streams):
5495         Convert SDP fields to upper/lowercase following the rules in the SDP to
5496         caps document. 
5497
5498 2007-01-25  Wim Taymans  <wim@fluendo.com>
5499
5500         * gst/rtp/README:
5501         * gst/rtp/gstrtpilbcdepay.c:
5502         * gst/rtp/gstrtpilbcpay.c:
5503         * gst/rtp/gstrtpmp4gdepay.c:
5504         * gst/rtp/gstrtpmp4gpay.c:
5505         * gst/rtp/gstrtpspeexdepay.c:
5506         * gst/rtp/gstrtpspeexpay.c:
5507         * gst/rtp/gstrtpsv3vdepay.c:
5508         * gst/rtp/gstrtptheoradepay.c:
5509         * gst/rtp/gstrtptheorapay.c:
5510         * gst/rtp/gstrtpvorbisdepay.c:
5511         * gst/rtp/gstrtpvorbispay.c:
5512         Fix case of encoding-name and key/value pairs to match the document.
5513         This is to make interoperation with SDP case-insensitive as required by
5514         the relevant RFCs.
5515
5516 2007-01-25  Wim Taymans  <wim@fluendo.com>
5517
5518         * configure.ac:
5519         Bump required -core/-base to CVS
5520
5521 2007-01-25  Wim Taymans  <wim@fluendo.com>
5522
5523         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
5524         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
5525         * gst/rtp/gstrtpL16pay.h:
5526         Fill up to MTU using adapter.
5527         Timestamp rtp packets.
5528
5529 2007-01-25  Edward Hervey  <edward@fluendo.com>
5530
5531         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5532         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
5533         Use G_GSIZE_FORMAT in print statements for portability.
5534         Fixes build on macosx.
5535
5536 2007-01-24  Wim Taymans  <wim@fluendo.com>
5537
5538         * gst/rtp/Makefile.am:
5539         * gst/rtp/gstrtp.c: (plugin_init):
5540         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
5541         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
5542         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
5543         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
5544         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
5545         (gst_rtp_L16_depay_plugin_init):
5546         * gst/rtp/gstrtpL16depay.h:
5547         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
5548         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
5549         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
5550         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
5551         (gst_rtp_L16_pay_plugin_init):
5552         * gst/rtp/gstrtpL16pay.h:
5553         Port and enable raw audio payloader/depayloader. Needs a bit more work
5554         on the payloader side.
5555
5556 2007-01-24  Wim Taymans  <wim@fluendo.com>
5557
5558         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
5559         (gst_rtspsrc_stream_configure_transport),
5560         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
5561         * gst/rtsp/gstrtspsrc.h:
5562         Only unblock the udp pads when we linked and activated them all.
5563         Fixes #395688.
5564
5565 2007-01-24  Wim Taymans  <wim@fluendo.com>
5566
5567         * gst/rtp/Makefile.am:
5568         * gst/rtp/gstrtp.c: (plugin_init):
5569         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
5570         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
5571         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
5572         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
5573         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
5574         * gst/rtp/gstrtpac3depay.h:
5575         Added simple AC3 depayloader (RFC 4184).
5576
5577         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
5578         Fix a leak.
5579
5580 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
5581
5582         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5583
5584         * gst/audiofx/Makefile.am:
5585         * gst/audiofx/audioamplify.c:
5586         (gst_audio_amplify_clipping_method_get_type),
5587         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
5588         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
5589         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
5590         (gst_audio_amplify_set_caps),
5591         (gst_audio_amplify_transform_int_clip),
5592         (gst_audio_amplify_transform_int_wrap_negative),
5593         (gst_audio_amplify_transform_int_wrap_positive),
5594         (gst_audio_amplify_transform_float_clip),
5595         (gst_audio_amplify_transform_float_wrap_negative),
5596         (gst_audio_amplify_transform_float_wrap_positive),
5597         (gst_audio_amplify_transform_ip):
5598         * gst/audiofx/audioamplify.h:
5599         * gst/audiofx/audiofx.c: (plugin_init):
5600         Add new element "audioamplify". This allows scaling of raw audio
5601         samples, similar to the "volume" element, but provides different modes
5602         for clipping and allows unlimited amplification. It's mainly targeted
5603         for creative sound design and not as a replacement of the "volume"
5604         element. Fixes #397162
5605         * docs/plugins/Makefile.am:
5606         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5607         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5608         * docs/plugins/gst-plugins-good-plugins.args:
5609         * docs/plugins/inspect/plugin-audiofx.xml:
5610         Add docs for audioamplify and integrate them into the build system
5611         * tests/check/Makefile.am:
5612         * tests/check/elements/audioamplify.c: (setup_amplify),
5613         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
5614         Add fairly extensive unit test suite for audioamplify
5615
5616 2007-01-24  Wim Taymans  <wim@fluendo.com>
5617
5618         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
5619         Unblock pads after adding the pads to the element so that autopluggers
5620         get a change to link something. Possibly fixes #395688.
5621
5622 2007-01-24  Wim Taymans  <wim@fluendo.com>
5623
5624         * gst/rtp/gstrtpamrdepay.c:
5625         * gst/rtp/gstrtpgsmdepay.c:
5626         * gst/rtp/gstrtph263pdepay.c:
5627         * gst/rtp/gstrtph263ppay.c:
5628         * gst/rtp/gstrtph264depay.c:
5629         * gst/rtp/gstrtpilbcdepay.c:
5630         * gst/rtp/gstrtpmp2tdepay.c:
5631         * gst/rtp/gstrtpmp4gdepay.c:
5632         * gst/rtp/gstrtpmp4gpay.c:
5633         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
5634         * gst/rtp/gstrtpmp4vpay.c:
5635         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
5636         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
5637         (gst_rtp_mpa_depay_process):
5638         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
5639         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
5640         * gst/rtp/gstrtppcmadepay.c:
5641         * gst/rtp/gstrtppcmudepay.c:
5642         * gst/rtp/gstrtpspeexdepay.c:
5643         * gst/rtp/gstrtpspeexpay.c:
5644         * gst/rtp/gstrtpsv3vdepay.c:
5645         * gst/rtp/gstrtptheoradepay.c:
5646         * gst/rtp/gstrtptheorapay.c:
5647         * gst/rtp/gstrtpvorbisdepay.c:
5648         * gst/rtp/gstrtpvorbispay.c:
5649         Fix caps with payload numbers.
5650         Add some fixed payload numbers to caps when possible.
5651
5652 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
5653
5654         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5655
5656         * gst/audiofx/Makefile.am:
5657         * gst/audiofx/audiofx.c: (plugin_init):
5658         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
5659         (gst_audio_invert_class_init), (gst_audio_invert_init),
5660         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
5661         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
5662         (gst_audio_invert_transform_float),
5663         (gst_audio_invert_transform_ip):
5664         * gst/audiofx/audioinvert.h:
5665         Add new audiofx element "audioinvert". This element swaps the upper
5666         and lower half of samples and can be used for example for a
5667         wide-stereo effect. Fixes #396057
5668         * docs/plugins/Makefile.am:
5669         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5670         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5671         * docs/plugins/gst-plugins-good-plugins.args:
5672         * docs/plugins/inspect/plugin-audiofx.xml:
5673         Add docs for the audioinvert element and add them to the build system.
5674         * tests/check/Makefile.am:
5675         * tests/check/elements/audioinvert.c: (setup_invert),
5676         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
5677         Add unit test suite for the audioinvert element.
5678
5679 2007-01-23  Wim Taymans  <wim@fluendo.com>
5680
5681         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
5682         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
5683         Parse config params as string and int.
5684         Parse and use AU header length
5685
5686 2007-01-23  Wim Taymans  <wim@fluendo.com>
5687
5688         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
5689         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
5690         * gst/smpte/gstmask.c: (_gst_mask_register):
5691         * gst/smpte/gstmask.h:
5692         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
5693         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
5694         (gst_smpte_paint_triangle_clock):
5695         constify some static structs.
5696         Don't update the mask if nothing changed to the params.
5697         Make sure we never draw outside of the picture. Fixes #398325.
5698
5699 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
5700
5701         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
5702           Error out properly when pull_range fails while we're reading the
5703           headers, instead of just pausing the task silently. Fixes #399338.
5704
5705 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
5706
5707         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
5708           Some more sanity checks to make sure the input formats match and the
5709           input pads are actually negotiated, in case someone tries to feed
5710           buffers from fakesrc or filesrc. Fixes #398299.
5711           Also const-ify an array, just because we can.
5712
5713 2007-01-19  Edward Hervey  <edward@fluendo.com>
5714
5715         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
5716         Ignore previous commit, that was only valid for widths and heights
5717         that are multiples of 4.
5718         Copy over size/stride macros from jpegdec. This allows the element
5719         to work with any width,height...
5720         ... but puts in evidence that the actual transformations only work
5721         with width/height that are multiples of 4.
5722
5723 2007-01-19  Edward Hervey  <edward@fluendo.com>
5724
5725         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
5726         Allocate buffers of the right size.
5727         The proper size of a I420 buffer in bytes is:
5728         
5729             width * height * 3
5730             ------------------
5731                     2
5732
5733 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
5734
5735         * gst/smpte/gstsmpte.c: (gst_smpte_init):
5736           Proxy getcaps on sink pads too, so that we either end up with the
5737           same dimensions on all pads or error out if that's not possible
5738           (seems to work even!). Fixes #398086, I think.
5739
5740 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
5741
5742         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5743         * docs/plugins/gst-plugins-good-plugins.args:
5744         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5745           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
5746           fix integer properties with -1 as minimum value.
5747
5748         * docs/plugins/inspect/plugin-1394.xml:
5749         * docs/plugins/inspect/plugin-aasink.xml:
5750         * docs/plugins/inspect/plugin-alaw.xml:
5751         * docs/plugins/inspect/plugin-alpha.xml:
5752         * docs/plugins/inspect/plugin-alphacolor.xml:
5753         * docs/plugins/inspect/plugin-annodex.xml:
5754         * docs/plugins/inspect/plugin-apetag.xml:
5755         * docs/plugins/inspect/plugin-audiofx.xml:
5756         * docs/plugins/inspect/plugin-auparse.xml:
5757         * docs/plugins/inspect/plugin-autodetect.xml:
5758         * docs/plugins/inspect/plugin-avi.xml:
5759         * docs/plugins/inspect/plugin-cacasink.xml:
5760         * docs/plugins/inspect/plugin-cairo.xml:
5761         * docs/plugins/inspect/plugin-cdio.xml:
5762         * docs/plugins/inspect/plugin-cutter.xml:
5763         * docs/plugins/inspect/plugin-debug.xml:
5764         * docs/plugins/inspect/plugin-dv.xml:
5765         * docs/plugins/inspect/plugin-efence.xml:
5766         * docs/plugins/inspect/plugin-effectv.xml:
5767         * docs/plugins/inspect/plugin-esdsink.xml:
5768         * docs/plugins/inspect/plugin-flac.xml:
5769         * docs/plugins/inspect/plugin-flxdec.xml:
5770         * docs/plugins/inspect/plugin-gconfelements.xml:
5771         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5772         * docs/plugins/inspect/plugin-goom.xml:
5773         * docs/plugins/inspect/plugin-halelements.xml:
5774         * docs/plugins/inspect/plugin-icydemux.xml:
5775         * docs/plugins/inspect/plugin-id3demux.xml:
5776         * docs/plugins/inspect/plugin-jpeg.xml:
5777         * docs/plugins/inspect/plugin-level.xml:
5778         * docs/plugins/inspect/plugin-matroska.xml:
5779         * docs/plugins/inspect/plugin-mulaw.xml:
5780         * docs/plugins/inspect/plugin-multipart.xml:
5781         * docs/plugins/inspect/plugin-navigationtest.xml:
5782         * docs/plugins/inspect/plugin-ossaudio.xml:
5783         * docs/plugins/inspect/plugin-png.xml:
5784         * docs/plugins/inspect/plugin-rtp.xml:
5785         * docs/plugins/inspect/plugin-rtsp.xml:
5786         * docs/plugins/inspect/plugin-shout2send.xml:
5787         * docs/plugins/inspect/plugin-smpte.xml:
5788         * docs/plugins/inspect/plugin-speex.xml:
5789         * docs/plugins/inspect/plugin-taglib.xml:
5790         * docs/plugins/inspect/plugin-udp.xml:
5791         * docs/plugins/inspect/plugin-videobalance.xml:
5792         * docs/plugins/inspect/plugin-videobox.xml:
5793         * docs/plugins/inspect/plugin-videoflip.xml:
5794         * docs/plugins/inspect/plugin-videomixer.xml:
5795         * docs/plugins/inspect/plugin-wavenc.xml:
5796         * docs/plugins/inspect/plugin-wavparse.xml:
5797         * docs/plugins/inspect/plugin-ximagesrc.xml:
5798           Update to CVS.
5799
5800 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
5801
5802         Patch by: Sebastian Dröge <slomo circular-chaos org>
5803
5804         * gst/audiofx/audiopanorama.c:
5805           Fix doc section name (Fixes #397946)
5806
5807 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
5808
5809         * sys/v4l2/gstv4l2object.c:
5810         (gst_v4l2_object_install_properties_helper),
5811         (gst_v4l2_object_set_property_helper),
5812         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
5813         * sys/v4l2/gstv4l2object.h:
5814         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5815         (gst_v4l2src_init), (gst_v4l2src_set_property),
5816         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
5817         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5818         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5819         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
5820         (gst_v4l2src_capture_deinit):
5821           Fix EIO handing when capturing. Add new property to specify the number of
5822           buffers to enque (and remove the borked num-buffers usage).
5823
5824 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
5825
5826         Patch by: Sebastian Dröge <slomo circular-chaos org>
5827
5828         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
5829         (gst_audio_panorama_set_process_function):
5830           Use a function array for process methods, add more docs and define the
5831           startindex of enums.
5832
5833 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
5834
5835         Patch by: Mark Nauwelaerts <manauw at skynet be>
5836
5837         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
5838         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
5839         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
5840         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
5841         (gst_avi_mux_riff_get_avi_header),
5842         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
5843         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
5844         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
5845         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
5846         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
5847         (gst_avi_mux_change_state):
5848         * gst/avi/gstavimux.h:
5849         * tests/check/elements/avimux.c: (teardown_src_pad):
5850           Add support for more than one audio stream; write better AVIX
5851           header; refactor code a bit; don't announce vorbis caps on our audio
5852           sink pads since we don't support it anyway. Closes #379298.
5853
5854 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
5855
5856         Patch by: Sebastian Dröge <slomo circular-chaos org>
5857
5858         * gst/audiofx/audiopanorama.c:
5859         (gst_audio_panorama_method_get_type),
5860         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
5861         (gst_audio_panorama_set_process_function),
5862         (gst_audio_panorama_set_property),
5863         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
5864         (gst_audio_panorama_transform_m2s_int_simple),
5865         (gst_audio_panorama_transform_s2s_int_simple),
5866         (gst_audio_panorama_transform_m2s_float_simple),
5867         (gst_audio_panorama_transform_s2s_float_simple):
5868         * gst/audiofx/audiopanorama.h:
5869           Add 'method' property and provide a simple (non-psychoacustic)
5870           processing method (#394859).
5871
5872         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
5873         (panorama_suite):
5874           Tests for new method.
5875
5876 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
5877
5878         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
5879         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
5880           Set correct caps on outgoing pulled buffers, or things blow up
5881           after recent core changes.
5882
5883 2007-01-11  Wim Taymans  <wim@fluendo.com>
5884
5885         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
5886
5887         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
5888         (gst_multipart_mux_request_new_pad),
5889         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
5890         (gst_multipart_mux_change_state):
5891         Return FLOW errors ASAP. Fixes #394977.
5892         Misc cleanups.
5893
5894 2007-01-11  Wim Taymans  <wim@fluendo.com>
5895
5896         Patch by: Lutz Mueller <lutz at topfrose dot de>
5897
5898         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
5899         Check for stream pad before activating. 
5900
5901 2007-01-10  Wim Taymans  <wim@fluendo.com>
5902
5903         Patch by: Peter Kjellerstedt  <pkj at axis com>
5904
5905         * gst/rtsp/COPYING.MIT:
5906         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
5907         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
5908         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
5909         (gst_rtspsrc_stream_configure_transport),
5910         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
5911         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
5912         (gst_rtspsrc_parse_methods),
5913         (gst_rtspsrc_create_transports_string),
5914         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
5915         (gst_rtspsrc_open), (gst_rtspsrc_close):
5916         * gst/rtsp/gstrtspsrc.h:
5917         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5918         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
5919         (parse_request_line), (parse_line), (rtsp_connection_read),
5920         (rtsp_connection_close):
5921         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
5922         (rtsp_method_as_text), (rtsp_header_as_text),
5923         (rtsp_status_as_text), (rtsp_find_header_field),
5924         (rtsp_find_method):
5925         * gst/rtsp/rtspdefs.h:
5926         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
5927         (rtsp_ext_wms_configure_stream):
5928         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
5929         (rtsp_message_new_request), (rtsp_message_init_request),
5930         (rtsp_message_new_response), (rtsp_message_init_response),
5931         (rtsp_message_init_data), (rtsp_message_unset),
5932         (rtsp_message_free), (rtsp_message_add_header),
5933         (rtsp_message_get_header), (rtsp_message_set_body),
5934         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
5935         * gst/rtsp/rtspmessage.h:
5936         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
5937         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
5938         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
5939         (sdp_message_dump):
5940         Allow url to be NULL to be able to use it for server connections.
5941         Can now send responses as well as requests.
5942         No longer hangs in an endless loop if EOF is received.
5943         Can now convert a status code to a text string.
5944         Return RTSP_HDR_INVALID for unknown headers.
5945         Return RTSP_INVALID for unknown methods.
5946         Copy CSeq and Session headers from the request.
5947         Only free memory corresponding to the currently set message type.
5948         Added const to function arguments as appropriate.
5949         Avoid a compiler warning when initializing nmedia.
5950         Use guint rather than gint to avoid compiler warnings.
5951         Fix crasher in wms extension.
5952         Factor out stream setup from open_connection.
5953         Delay activation of streams when actual data is received from the
5954         server, this prepares us to do proper protocol switching.
5955         Added new license.
5956         Fixes #380895.
5957
5958
5959 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
5960
5961         Patch by: Sebastian Dröge <slomo ubuntu com>
5962
5963         * docs/plugins/Makefile.am:
5964         * gst/audiofx/audiopanorama.c:
5965           Some small docs fixes (#394851).
5966
5967 2007-01-09  Wim Taymans  <wim@fluendo.com>
5968
5969         * gst/avi/gstavidemux.c:
5970         Fix docs.
5971
5972 2007-01-09  Wim Taymans  <wim@fluendo.com>
5973
5974         * gst/rtp/Makefile.am:
5975         * gst/rtp/gstrtp.c: (plugin_init):
5976         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
5977         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
5978         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
5979         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
5980         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
5981         * gst/rtp/gstrtpmpvdepay.h:
5982           Added RFC 2250 MPEG Video Depayloader.
5983
5984         * gst/rtp/gstrtpL16depay.h:
5985         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
5986         (gst_rtp_h263p_depay_process):
5987         Fix Header file. Small cleanups.
5988
5989         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
5990         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
5991         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
5992         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
5993         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
5994         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
5995         (gst_rtp_mp4v_depay_change_state):
5996         Remove usused code. Remove Adapter from state Change. Added debug.
5997
5998         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
5999         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
6000         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
6001         * gst/rtp/gstrtpmpadepay.h:
6002         Subclass base depayloader.
6003         Added debug.
6004         Support static payload type assignment as well.
6005
6006         * gst/rtp/gstrtpmpapay.c:
6007         Fix caps.
6008
6009 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6010
6011         Patch by: Vincent Torri  <vtorri at univ-evry fr>
6012
6013         * ext/jpeg/gstjpegdec.c:
6014         * ext/jpeg/gstjpegenc.c:
6015         * ext/jpeg/smokecodec.c:
6016           These libjpeg callbacks should return a 'boolean' (unsigned char
6017           apparently) and not a 'gboolean' (which maps to gint). Fixes
6018           warnings when compiling with MingW (#393427).
6019
6020         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6021           Use ioctlsocket on win32.
6022
6023         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6024           Some printf format fixes for win32.
6025
6026 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
6027
6028         * gst/cutter/gstcutter.c: (gst_cutter_chain):
6029           Use gst_guint64_to_gdouble for conversion.
6030         * win32/vs6/libgstmatroska.dsp:
6031           Add zlib to the link.
6032         * win32/vs6/libgstvideobox.dsp:
6033           Update liboil library name (project is linked to 
6034           liboil-0.3-0.lib now).
6035           
6036 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6037
6038         * gst/matroska/Makefile.am:
6039           If zlib is available and used, we must link it explicitly for
6040           things to work on MingW (fixes #392855).
6041
6042 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
6043
6044         * ext/esd/esdsink.c: (gst_esdsink_delay):
6045           Don't return bogus values when esd_get_delay() fails for some
6046           reason (#392189).
6047
6048 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6049
6050         * sys/ximage/gstximagesrc.c: (composite_pixel):
6051           Fix presumably copy'n'pasto for 16bpp depth.
6052
6053 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6054
6055         * gst/matroska/matroska-mux.c:
6056         (gst_matroska_mux_audio_pad_setcaps):
6057           The "signed" field in audio caps is of boolean type, trying to use
6058           gst_structure_get_int() to extract it will fail. Fixing this makes
6059           matroskamux accept raw audio input (#387121) (use at your own risk
6060           though, due to the matroska spec being not entirely useful in this
6061           respect).
6062           Also fix up raw audio structures in template caps so that they
6063           represent what our setcaps function will actually accept, so that
6064           converters know what to convert to.
6065           Finally, don't fail if there isn't an "endianness" field in 8-bit
6066           PCM caps.
6067
6068 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
6069
6070         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6071         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6072         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6073         (teardown_cmmldec):
6074         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6075         (teardown_cmmlenc):
6076         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6077           reapply consistent pad (de)activation
6078
6079 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
6080
6081         * configure.ac:
6082         Back to CVS
6083
6084         * gst-plugins-good.doap:
6085         Add 0.10.5 doap entry
6086
6087 === release 0.10.5 ===
6088
6089 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
6090
6091         * configure.ac:
6092           releasing 0.10.5, "The Path of Thorns"
6093
6094 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6095
6096         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6097         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6098         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6099         (teardown_cmmldec):
6100         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6101         (teardown_cmmlenc):
6102         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6103           revert my freeze breakage
6104
6105 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6106
6107         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6108         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6109         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6110         (teardown_cmmldec):
6111         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6112         (teardown_cmmlenc):
6113         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6114           consistent pad (de)activation
6115
6116 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
6117
6118         * configure.ac:
6119         * ext/Makefile.am:
6120         Disable LADPSA, as it has moved to the -bad module for the duration.
6121
6122 2006-12-18  Wim Taymans  <wim@fluendo.com>
6123
6124         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
6125         (gst_signal_processor_event):
6126         Reset flow_state back to _OK after a flush stop so that we exit our
6127         error state after the flush. Fixes #374213
6128
6129 2006-12-16  David Schleef  <ds@schleef.org>
6130
6131         * sys/osxvideo/osxvideosink.h:
6132         * sys/osxvideo/osxvideosink.m:
6133           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
6134
6135 2006-12-16  David Schleef  <ds@schleef.org>
6136
6137         Patch by: Vijay Santhanam <vijay santhanam gmail com>
6138
6139         * sys/osxvideo/Makefile.am:
6140         * sys/osxvideo/osxvideosink.h:
6141         * sys/osxvideo/osxvideosink.m:
6142           Preliminary patch for porting osxvideosink
6143
6144 2006-12-16  Wim Taymans  <wim@fluendo.com>
6145
6146         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6147
6148         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
6149         (gst_videomixer_set_master_geometry),
6150         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
6151         (gst_videomixer_reset), (gst_videomixer_init),
6152         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
6153         (gst_videomixer_release_pad), (gst_videomixer_collected),
6154         (gst_videomixer_change_state):
6155         Introduce some locking around the videomixer state so that it does not
6156         crash when adding/removing pads. Fixes #383043.
6157
6158 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6159
6160         * configure.ac:
6161           Make sure libcaca can actually be used instead of just checking for
6162           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
6163           cross-compiling (fixes #384587).
6164
6165 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6166
6167         * Makefile.am:
6168         * gst-plugins-good.doap:
6169         * gst-plugins-good.spec.in:
6170           adding doap file
6171
6172 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6173
6174         * configure.ac:
6175           libflac-1.1.3 changed API again, but we can't build against it yet,
6176           so make sure our check doesn't use libflac-1.1.3 and add a comment
6177           to this effect.
6178
6179 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6180
6181         * gst/effectv/gstquark.c: (gst_quarktv_transform),
6182         (gst_quarktv_planetable_clear):
6183           Add some NULL pointer checks (possibly related to #385623).
6184
6185 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
6186
6187         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
6188         (gst_tag_demux_chain):
6189         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
6190           In streaming mode, if the first buffer we get doesn't have an
6191           offset, fix it up to be 0, otherwise trimming won't work later on
6192           and we'll be typefinding application/x-id3, which may result in
6193           decodebin plugging an endless number of id3demux elements as a
6194           consequence. Fixes #385031.
6195           
6196 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6197
6198         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
6199           Ignore the buffer_time the sound device reports. Turns out it is 
6200           sometimes completely bogus and we're better off without it.
6201
6202 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6203
6204         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6205         (gst_matroska_demux_video_caps):
6206         * gst/matroska/matroska-ids.c:
6207         (gst_matroska_track_init_video_context):
6208         * gst/matroska/matroska-ids.h:
6209           Try harder to extract the framerate for video tracks correctly and
6210           save it directly instead of converting it back and forth a few
6211           times. Mostly makes a difference for very small framerates (<1).
6212           Fixes #380199.
6213
6214 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6215
6216         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
6217         (gst_gconf_audio_src_dispose), (do_toggle_element):
6218         * ext/gconf/gstgconfaudiosrc.h:
6219           Remove gconf notify hook when the gconfaudiosrc element is
6220           destroyed, otherwise the callback may be called on an
6221           already-destroyed instance and bad things happen. Should fix
6222           #378184.
6223           Also ignore gconf key changes when the source is already running.
6224
6225 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6226
6227         Patch by: Sebastian Dröge  <mail at slomosnail de>
6228
6229         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6230           We need to be able to read and parse any possible floating point string
6231           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
6232           will parse the former only in certain locales though, so we really need
6233           to canonicalise the separator to '.' and then use g_ascii_strtod() to
6234           make sure we can parse either version at all times.
6235           Fixes #382982 for real.
6236
6237 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6238
6239         * sys/sunaudio/gstsunaudiomixerctrl.c:
6240         * sys/sunaudio/gstsunaudiosrc.c:
6241
6242         Use the sunaudio debug category.
6243
6244         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
6245         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
6246         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
6247         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
6248         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
6249         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
6250         (gst_sunaudiosink_reset):
6251         * sys/sunaudio/gstsunaudiosink.h:
6252
6253         Uses the sunaudio debug category for all debug output
6254         Implements the _delay() callback to synchronise video playback better
6255         Change the segtotal and segsize values back to the parent class 
6256           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
6257           respectively)
6258         Measure the samples written to the device vs. played.
6259         Keep track of segments in the device by writing empty eof frames, and
6260         sleep using a GCond when we get too far ahead and risk overrunning the
6261         sink's ringbuffer.
6262
6263         Fixes: #360673
6264
6265 2006-12-08  Wim Taymans  <wim@fluendo.com>
6266
6267         Patch by: Sebastian Dröge  <mail at slomosnail de >
6268
6269         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6270         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
6271         * gst/audiofx/audiopanorama.h:
6272         Fix audiopanorame with float samples. Fixes #383726.
6273
6274 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6275
6276         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
6277         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
6278         (gst_sunaudiosrc_reset):
6279
6280         Implement reset functions to unblock the src/sink more quickly on 
6281         state change requests.
6282         Patch by: Brian Cameron <brian dot cameron at sun com>
6283
6284 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6285
6286         * sys/sunaudio/gstsunaudiomixer.c:
6287         (gst_sunaudiomixer_change_state):
6288         Construct the correct mixer device name when the AUDIODEV env var
6289         is set.
6290
6291         Patch by: Jerry Tan <jerry.tan at sun dot com>
6292         Fixes: #383596
6293
6294 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6295
6296         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
6297         Apply patch to open the mixer control and set the MULTIPLE_OPEN
6298         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
6299         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
6300         Patch by: Jerry Tan <jerry.tan at sun dot com>
6301         Fixes: #349015
6302
6303 2006-12-07  Wim Taymans  <wim@fluendo.com>
6304
6305         * gst/smpte/gstmask.h:
6306         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
6307         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
6308         (gst_smpte_collected), (gst_smpte_set_property),
6309         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
6310         * gst/smpte/gstsmpte.h:
6311         Port to 0.10 some more. 
6312         Added duration property to specify the duration of the transition.
6313         Make framerate a fraction.
6314         Deprecate fps property, we only use negotiated fps.
6315         Added docs.
6316         Fix collectpad usage.
6317         Reset state in READY.
6318         Send NEWSEGMENT event.
6319         Fix racy updates of object properties.
6320         Added debug category.
6321         Fixes #383323.
6322
6323 2006-12-06  Wim Taymans  <wim@fluendo.com>
6324
6325         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6326
6327         * gst/videomixer/videomixer.c:
6328         (gst_videomixer_set_master_geometry),
6329         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
6330         Don't reset xpos and ypos in the setcaps function because causes
6331         unexpected behaviour.
6332         Fixes #382179.
6333
6334 2006-12-06  Wim Taymans  <wim@fluendo.com>
6335
6336         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
6337         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
6338         Keep track of the buffer timestamp in the collectdata member instead
6339         of modifying the buffer without making the metadata writable first.
6340         Fixes #382277.
6341
6342 2006-12-06  Wim Taymans  <wim@fluendo.com>
6343
6344         Patch by: Rob Taylor <robtaylor at floopily dot org>
6345
6346         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6347         If using multicast in udpsrc, bind to the multicast address rather than
6348         IN_ADDR_ANY.
6349         This allows the simultanous use of multiple udpsrcs listening on
6350         different multicat addresses. Without this all udpsrcs will receive all
6351         packets from all subscribed multicast addresses.
6352         Fixes #383001.
6353
6354 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6355
6356         * ext/taglib/gstid3v2mux.cc:
6357         Don't attempt to write a NULL frame into the ID3 tag set when the 
6358         createFrame method returned NULL.
6359         Fixes: #381857
6360         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
6361
6362 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6363
6364         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6365         Use g_strtod() instead of sscanf to parse doubles, so that it will
6366         try parsing in the C locale if the current locale fails.
6367         Fixes: #382982
6368         Patch by: Sebastian Dröge  <mail at slomosnail de >
6369
6370 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
6371
6372         * win32/MANIFEST:
6373         Fix compilation on win32 under VS8
6374         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
6375         Partially fixes #381175
6376
6377 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6378
6379         * gst/avi/gstavimux.c:
6380           accept all mpegversions,fixes #380825
6381           spotted by: Jerome Alet  
6382
6383 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6384
6385         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6386         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
6387         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
6388         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
6389           cleanup the error message a bit more
6390
6391 2006-11-28  Wim Taymans  <wim@fluendo.com>
6392
6393         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
6394         Fix width and height properties.
6395
6396         * ext/libcaca/gstcacasink.h:
6397         Fix compilation on newer libcaca that require us to include a new
6398         header. Fixes #379918.
6399
6400 2006-11-28  Wim Taymans  <wim@fluendo.com>
6401
6402         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6403         * gst/rtsp/gstrtspsrc.h:
6404         * gst/rtsp/rtspext.h:
6405         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
6406         (rtsp_ext_wms_get_context):
6407         Add method so that extensions can choose to disable the setup of
6408         a stream.
6409         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
6410
6411 2006-11-27  Wim Taymans  <wim@fluendo.com>
6412
6413         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6414
6415         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6416         Push header in a separate buffer instead of memcpy:ing all data.
6417         Change LF => CRLF in headers.
6418         Move trailing LF to header. Fixes #379792.
6419
6420 2006-11-27  Wim Taymans  <wim@fluendo.com>
6421
6422         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
6423         Small buffer overflow fix and improve debugging.
6424
6425 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6426
6427         * ext/esd/esdmon.h:
6428         * ext/esd/esdsink.h:
6429           remove obsolete _factory_init protos
6430
6431 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6432
6433         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
6434         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
6435         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
6436         (gst_avi_demux_read_subindexes_push),
6437         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
6438         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6439         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
6440         (gst_avi_demux_massage_index),
6441         (gst_avi_demux_calculate_durations_from_index),
6442         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
6443         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
6444         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
6445           remove dead code, tweak debugs statements, add comments, use
6446           _uint64_scale instead _uint64_scale_int when using guint64 values,
6447           small optimizations, reflow some error handling
6448
6449 2006-11-22  Edward Hervey  <edward@fluendo.com>
6450
6451         * po/.cvsignore:
6452         We never put .pot files in cvs. Let's ignore them all.
6453
6454 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6455
6456         * po/POTFILES.in:
6457           ... but better exclude files that aren't disted.
6458
6459 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6460
6461         * po/POTFILES.in:
6462           Add v4l2 source files to list of files with translations, so the
6463           strings are actually extracted (however bad they still may be).
6464
6465 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6466
6467         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
6468           Minor clean-ups: const-ify static array, remove trailing comma from
6469           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
6470
6471 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
6472
6473         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
6474         Make sure that g_free always gets called on the same pointer that was 
6475         returned by g_malloc.  Fixes #376594.
6476         Do not leak memory if decompressed size is wrong.
6477         Remove unneeded check of return value of g_malloc.
6478         Patch by: René Stadler <mail@renestadler.de>
6479
6480 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
6481
6482         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
6483           Add missing curly brackets.
6484
6485 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
6486
6487         * sys/v4l2/v4l2src_calls.c:
6488         Fix capture_deinit.
6489
6490 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6491
6492         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
6493         (gst_matroska_mux_request_new_pad):
6494           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
6495
6496         * tests/check/elements/matroskamux.c: (setup_src_pad),
6497         (setup_sink_pad), (GST_START_TEST):
6498         Activate pads before using them.
6499
6500 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6501
6502         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
6503           Initialise variable to get rid of bogus compiler warning.
6504
6505 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
6506
6507         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
6508
6509         * gst/rtp/gstrtph263pay.c:
6510         * gst/rtp/gstrtph263pdepay.c:
6511         * gst/rtp/gstrtph263ppay.c:
6512           Specify H.263 variant and version in the caps (fixes #361637)
6513
6514 2006-11-15  Wim Taymans  <wim@fluendo.com>
6515
6516         * gst/rtsp/rtspconnection.c: (read_body):
6517         Don't set a data pointer to NULL and a size > 0 when we deal
6518         with empty packets.
6519
6520         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
6521         (rtsp_message_init_response), (rtsp_message_init_data),
6522         (rtsp_message_unset), (rtsp_message_free),
6523         (rtsp_message_take_body):
6524         Check that we can't create invalid empty packets. 
6525
6526 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6527
6528         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6529
6530         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
6531         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
6532         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
6533         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6534         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
6535         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
6536         * gst/matroska/matroska-mux.h:
6537           Add basic tag writing support; implement releasing pads (#374658).
6538
6539 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6540
6541         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6542         (gst_matroska_demux_audio_caps):
6543           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
6544
6545 2006-11-14  David Schleef  <ds@schleef.org>
6546
6547         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
6548
6549 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6550
6551         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6552
6553         * win32/vs8/gst-plugins-good.sln:
6554         * win32/vs8/libgst1394.vcproj:
6555         * win32/vs8/libgstaasink.vcproj:
6556         * win32/vs8/libgstalaw.vcproj:
6557         * win32/vs8/libgstalpha.vcproj:
6558         * win32/vs8/libgstalphacolor.vcproj:
6559         * win32/vs8/libgstannodex.vcproj:
6560         * win32/vs8/libgstapetag.vcproj:
6561         * win32/vs8/libgstaudiofx.vcproj:
6562         * win32/vs8/libgstauparse.vcproj:
6563         * win32/vs8/libgstautodetect.vcproj:
6564         * win32/vs8/libgstavi.vcproj:
6565         * win32/vs8/libgstcacasink.vcproj:
6566         * win32/vs8/libgstcdio.vcproj:
6567         * win32/vs8/libgstcutter.vcproj:
6568         * win32/vs8/libgstdv.vcproj:
6569         * win32/vs8/libgsteffectv.vcproj:
6570         * win32/vs8/libgstflac.vcproj:
6571         * win32/vs8/libgstflxdec.vcproj:
6572         * win32/vs8/libgstgoom.vcproj:
6573         * win32/vs8/libgsticydemux.vcproj:
6574         * win32/vs8/libgstid3demux.vcproj:
6575         * win32/vs8/libgstjpeg.vcproj:
6576         * win32/vs8/libgstladspa.vcproj:
6577         * win32/vs8/libgstlevel.vcproj:
6578         * win32/vs8/libgstmatroska.vcproj:
6579         * win32/vs8/libgstmikmod.vcproj:
6580         * win32/vs8/libgstmng.vcproj:
6581         * win32/vs8/libgstmonoscope.vcproj:
6582         * win32/vs8/libgstmulaw.vcproj:
6583         * win32/vs8/libgstmultipart.vcproj:
6584         * win32/vs8/libgstpng.vcproj:
6585         * win32/vs8/libgstrtp.vcproj:
6586         * win32/vs8/libgstrtsp.vcproj:
6587         * win32/vs8/libgstshout2.vcproj:
6588         * win32/vs8/libgstsmpte.vcproj:
6589         * win32/vs8/libgstspeex.vcproj:
6590         * win32/vs8/libgsttaglib.vcproj:
6591         * win32/vs8/libgstudp.vcproj:
6592         * win32/vs8/libgstvideobalance.vcproj:
6593         * win32/vs8/libgstvideobox.vcproj:
6594         * win32/vs8/libgstvideoflip.vcproj:
6595         * win32/vs8/libgstvideomixer.vcproj:
6596         * win32/vs8/libgstwavenc.vcproj:
6597         * win32/vs8/libgstwavparse.vcproj:
6598           Make end-of-line returns unixy, so that when the files are checked
6599           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
6600           Hopefully fixes #366492.
6601
6602 2006-11-14  Wim Taymans  <wim@fluendo.com>
6603
6604         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
6605         Disable init_frames delay timestamp adjustment, it does not
6606         seem to be needed at all. Fixes #369621.
6607
6608 2006-11-13  Wim Taymans  <wim@fluendo.com>
6609
6610         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6611
6612         * gst/videomixer/videomixer.c:
6613         (gst_videomixer_set_master_geometry),
6614         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
6615         (gst_videomixer_collect_free), (gst_videomixer_reset),
6616         (gst_videomixer_init), (gst_videomixer_finalize),
6617         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
6618         (gst_videomixer_collected), (gst_videomixer_change_state):
6619         Fix memleak by unref'ing collectpads instance (when finalizing)
6620         Implement releasing a request pad. Fixes #374479.
6621
6622 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
6623
6624         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6625
6626         * win32/vs8/gst-plugins-good.sln:
6627         * win32/vs8/libgst1394.vcproj:
6628         * win32/vs8/libgstaasink.vcproj:
6629         * win32/vs8/libgstalaw.vcproj:
6630         * win32/vs8/libgstalpha.vcproj:
6631         * win32/vs8/libgstalphacolor.vcproj:
6632         * win32/vs8/libgstannodex.vcproj:
6633         * win32/vs8/libgstapetag.vcproj:
6634         * win32/vs8/libgstaudiofx.vcproj:
6635         * win32/vs8/libgstauparse.vcproj:
6636         * win32/vs8/libgstautodetect.vcproj:
6637         * win32/vs8/libgstavi.vcproj:
6638         * win32/vs8/libgstcacasink.vcproj:
6639         * win32/vs8/libgstcdio.vcproj:
6640         * win32/vs8/libgstcutter.vcproj:
6641         * win32/vs8/libgstdv.vcproj:
6642         * win32/vs8/libgsteffectv.vcproj:
6643         * win32/vs8/libgstflac.vcproj:
6644         * win32/vs8/libgstflxdec.vcproj:
6645         * win32/vs8/libgstgoom.vcproj:
6646         * win32/vs8/libgsticydemux.vcproj:
6647         * win32/vs8/libgstid3demux.vcproj:
6648         * win32/vs8/libgstjpeg.vcproj:
6649         * win32/vs8/libgstladspa.vcproj:
6650         * win32/vs8/libgstlevel.vcproj:
6651         * win32/vs8/libgstmatroska.vcproj:
6652         * win32/vs8/libgstmikmod.vcproj:
6653         * win32/vs8/libgstmng.vcproj:
6654         * win32/vs8/libgstmonoscope.vcproj:
6655         * win32/vs8/libgstmulaw.vcproj:
6656         * win32/vs8/libgstmultipart.vcproj:
6657         * win32/vs8/libgstpng.vcproj:
6658         * win32/vs8/libgstrtp.vcproj:
6659         * win32/vs8/libgstrtsp.vcproj:
6660         * win32/vs8/libgstshout2.vcproj:
6661         * win32/vs8/libgstsmpte.vcproj:
6662         * win32/vs8/libgstspeex.vcproj:
6663         * win32/vs8/libgsttaglib.vcproj:
6664         * win32/vs8/libgstudp.vcproj:
6665         * win32/vs8/libgstvideobalance.vcproj:
6666         * win32/vs8/libgstvideobox.vcproj:
6667         * win32/vs8/libgstvideoflip.vcproj:
6668         * win32/vs8/libgstvideomixer.vcproj:
6669         * win32/vs8/libgstwavenc.vcproj:
6670         * win32/vs8/libgstwavparse.vcproj:
6671           Add VS8 project files (note that many of the plugins in ext are
6672           disabled by default). Fixes #366492.
6673
6674 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
6675
6676         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6677           we do not translate debug messages
6678
6679 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
6680
6681         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
6682           fix categorisation, make short desc more explicit, remove unused code
6683           Fixes #372021
6684
6685 2006-11-08  Wim Taymans  <wim@fluendo.com>
6686
6687         * gst/rtp/gstrtpL16depay.c:
6688         * gst/rtp/gstrtpamrdepay.c:
6689         * gst/rtp/gstrtpamrpay.c:
6690         * gst/rtp/gstrtpgsmdepay.c:
6691         * gst/rtp/gstrtph263pay.c:
6692         * gst/rtp/gstrtph263pdepay.c:
6693         * gst/rtp/gstrtph263ppay.c:
6694         * gst/rtp/gstrtph264depay.c:
6695         * gst/rtp/gstrtpmp2tdepay.c:
6696         * gst/rtp/gstrtpmp4gdepay.c:
6697         * gst/rtp/gstrtpmp4gpay.c:
6698         * gst/rtp/gstrtpmp4vdepay.c:
6699         * gst/rtp/gstrtpmp4vpay.c:
6700         * gst/rtp/gstrtpmpadepay.c:
6701         * gst/rtp/gstrtpmpapay.c:
6702         * gst/rtp/gstrtppcmadepay.c:
6703         * gst/rtp/gstrtppcmapay.c:
6704         * gst/rtp/gstrtppcmudepay.c:
6705         * gst/rtp/gstrtppcmupay.c:
6706         * gst/rtp/gstrtpspeexdepay.c:
6707         * gst/rtp/gstrtpspeexpay.c:
6708         * gst/rtp/gstrtpsv3vdepay.c:
6709         Fix element descriptions.
6710
6711 2006-11-08  Wim Taymans  <wim@fluendo.com>
6712
6713         * gst/rtp/gstrtpvorbisdepay.c:
6714         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
6715         Fix description.
6716         Small cleanup in the payloader.
6717
6718 2006-11-08  Wim Taymans  <wim@fluendo.com>
6719
6720         * gst/rtp/Makefile.am:
6721         * gst/rtp/gstrtp.c: (plugin_init):
6722         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
6723         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
6724         (gst_rtp_theora_depay_finalize),
6725         (gst_rtp_theora_depay_parse_configuration),
6726         (gst_rtp_theora_depay_setcaps),
6727         (gst_rtp_theora_depay_switch_codebook),
6728         (gst_rtp_theora_depay_process),
6729         (gst_rtp_theora_depay_set_property),
6730         (gst_rtp_theora_depay_get_property),
6731         (gst_rtp_theora_depay_change_state),
6732         (gst_rtp_theora_depay_plugin_init):
6733         * gst/rtp/gstrtptheoradepay.h:
6734         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
6735         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
6736         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
6737         (gst_rtp_theora_pay_init_packet),
6738         (gst_rtp_theora_pay_flush_packet),
6739         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
6740         (gst_rtp_theora_pay_handle_buffer),
6741         (gst_rtp_theora_pay_plugin_init):
6742         * gst/rtp/gstrtptheorapay.h:
6743         Add theora pay/depayloaders.
6744
6745 2006-11-06  Wim Taymans  <wim@fluendo.com>
6746
6747         * gst/rtp/Makefile.am:
6748         We depend on gsttag to generate the vorbis comments.
6749
6750         * gst/rtp/gstrtpvorbisdepay.c:
6751         (gst_rtp_vorbis_depay_parse_configuration),
6752         (gst_rtp_vorbis_depay_setcaps),
6753         (gst_rtp_vorbis_depay_switch_codebook),
6754         (gst_rtp_vorbis_depay_process):
6755         * gst/rtp/gstrtpvorbisdepay.h:
6756         Parse configuration string in the depayloader.
6757         Implement selecting and switching to a new codebook.
6758         Receiving vorbis over RTP now works.
6759
6760         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
6761         (gst_rtp_vorbis_pay_init_packet),
6762         (gst_rtp_vorbis_pay_finish_headers),
6763         (gst_rtp_vorbis_pay_handle_buffer):
6764         * gst/rtp/gstrtpvorbispay.h:
6765         Set timestamps on outgoing buffers and RTP packets.
6766         Fix configuration string, prepend number of Packet headers.
6767         Fix encoding of ident string.
6768         Add delivery-method to caps.
6769         Streaming vorbis over RTP now works.
6770
6771 2006-11-06  Wim Taymans  <wim@fluendo.com>
6772
6773         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
6774         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
6775         (gst_rtp_vorbis_pay_handle_buffer):
6776         * gst/rtp/gstrtpvorbispay.h:
6777         Generate a valid configuration string in the caps based on the
6778         vorbis headers.
6779
6780 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6781
6782         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
6783         * ext/cdio/gstcdio.h:
6784         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
6785           Move CD-TEXT utility function into common file so it can also be
6786           used by a future cdioparanoiasrc.
6787
6788 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
6789         
6790         * sys/v4l2/Makefile.am:
6791         * sys/v4l2/gstv4l2object.c:
6792         * sys/v4l2/gstv4l2src.c:
6793         * sys/v4l2/gstv4l2xoverlay.c:
6794         * sys/v4l2/v4l2_calls.c:
6795         * sys/v4l2/v4l2src_calls.c:
6796         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
6797         xoverlay code that is still not implemented.
6798
6799 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6800
6801         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6802           We require a -base more recent than 0.10.9, so it's safe to use
6803           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
6804
6805         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
6806         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
6807           Use _newsegment_full() now that we depend on a recent enough core.
6808
6809         * gst/wavparse/gstwavparse.c:
6810           Remove cruft that we don't need any longer now that we depend on
6811           a recent enough -base.
6812
6813 2006-10-31  Wim Taymans  <wim@fluendo.com>
6814
6815         * gst/rtp/Makefile.am:
6816         * gst/rtp/gstrtp.c: (plugin_init):
6817         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
6818         (gst_rtpilbcpay_setcaps):
6819         Fix and activate ILBC pay and depayloaders. Fixes #368162.
6820
6821 2006-10-31  Wim Taymans  <wim@fluendo.com>
6822
6823         * ext/speex/gstspeexdec.c: (speex_dec_convert),
6824         (speex_dec_sink_event), (speex_dec_chain_parse_header):
6825         Some small cleanups, use _scale.
6826
6827 2006-10-31  Wim Taymans  <wim@fluendo.com>
6828
6829         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
6830         Use higher precision scale function.
6831
6832 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
6833
6834         Patch by: Michal Benes  <michal dot benes at itonis tv>
6835
6836         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
6837         (gst_matroska_demux_read_track_encodings),
6838         (gst_matroska_decode_buffer):
6839           Fix several issues with encoded/compressed/encrypted/signed tracks;
6840           also, remove superfluous newline characters from some debug
6841           statements. (#366155)
6842
6843 2006-10-30  Wim Taymans  <wim@fluendo.com>
6844
6845         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
6846         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
6847         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
6848         (gst_smokedec_change_state):
6849         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
6850         (gst_smokeenc_init), (gst_smokeenc_finalize),
6851         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
6852         (gst_smokeenc_resync), (gst_smokeenc_chain),
6853         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
6854         (gst_smokeenc_change_state):
6855         Various cleanups, capsnego and leak fixes.
6856
6857 2006-10-30  Wim Taymans  <wim@fluendo.com>
6858
6859         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6860
6861         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
6862         Fix videomixer so that it can handle any combination of framerates.
6863         Fixes #367221.
6864
6865 2006-10-28  Wim Taymans  <wim@fluendo.com>
6866
6867         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
6868         (gst_avi_demux_parse_file_header),
6869         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
6870         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
6871         (gst_avi_demux_chain):
6872         Fix position query for audio. also fixes timestamps in streaming
6873         mode and bug #364958.
6874         Small cleanups.
6875
6876 2006-10-27  Wim Taymans  <wim@fluendo.com>
6877
6878         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
6879         * ext/libpng/gstpngenc.h:
6880         Fix strides. Fixes #364856.
6881         Cleanup capsnego.
6882         Set caps on outgoing buffers.
6883
6884 2006-10-18  Wim Taymans  <wim@fluendo.com>
6885
6886         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
6887
6888         * gst/rtp/gstrtpgsmpay.c:
6889         * gst/rtp/gstrtph263pay.c:
6890         * gst/rtp/gstrtpmpapay.c:
6891         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
6892         (gst_rtp_pcma_pay_handle_buffer):
6893         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
6894         Add static payload numbers in addition to the dynamic ones.
6895         Fixes #361639.
6896
6897 2006-10-18  Wim Taymans  <wim@fluendo.com>
6898
6899         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
6900         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
6901         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
6902         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
6903         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
6904         * gst/rtsp/rtspdefs.h:
6905         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
6906         * gst/rtsp/rtspurl.h:
6907         Reuse already existing enum for lower transport.
6908         Add rtspt and rtspu protocols.
6909         Send redirect to rtspt when udp times out.
6910
6911 2006-10-18  Wim Taymans  <wim@fluendo.com>
6912
6913         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
6914         (gst_wavparse_stream_data):
6915         Fix seeking some more, mostly for speed changes.
6916
6917 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
6918
6919         Patch by: Fredrik Persson  <frepe at bredband net>
6920
6921         * sys/v4l2/gstv4l2tuner.c:
6922         * sys/v4l2/gstv4l2tuner.h:
6923           Fix _set_channel(): remove useless g_object_notify() for "channel"
6924           property that doesn't exist any longer and therefore now also
6925           useless redirect (#338818).
6926
6927 2006-10-17  Wim Taymans  <wim@fluendo.com>
6928
6929         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
6930         Some drivers do not support unsetting the non-blocking flag once the
6931         device is opened. In those cases, close/open the device in
6932         non-blocking mode. Fixes #362673.
6933
6934 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
6935
6936         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6937         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
6938         (gst_v4l2src_get_fps):
6939           dear stefan, framespersecond is not frameperiod, reverting but adding
6940           comment
6941
6942 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
6943
6944         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6945         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
6946         (gst_v4l2src_get_fps):
6947           Numerator is numerator and denominator is denominator. Say that aloud
6948           5 times and retry after next beer.
6949
6950 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
6951
6952         Patch by: Josep Torra Valles  <josep at fluendo com>
6953
6954         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
6955         * ext/esd/esdsink.c: (gst_esdsink_write):
6956         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
6957         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
6958         (gst_flac_dec_send_newsegment):
6959         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
6960         (gst_flac_enc_tell_callback):
6961         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
6962         (smokecodec_parse_header), (smokecodec_decode):
6963         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
6964         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
6965         * gst/goom/Makefile.am:
6966         * gst/goom/gstgoom.c:
6967         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
6968         * gst/rtsp/gstrtspsrc.c:
6969         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6970         * gst/udp/gstudpsink.c:
6971         * gst/udp/gstudpsrc.c:
6972         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
6973         * sys/sunaudio/gstsunaudiomixertrack.h:
6974           Fix a bunch of problems discovered by the Forte compiler, mostly type
6975           mixups and pointer arithmetics with void pointers. Fixes #362603.
6976
6977 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
6978
6979         * ext/speex/gstspeex.c: (plugin_init):
6980         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
6981         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
6982         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
6983         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
6984         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
6985         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
6986         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
6987         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
6988         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
6989         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
6990         (gst_speex_enc_chain), (gst_speex_enc_get_property),
6991         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
6992         * ext/speex/gstspeexenc.h:
6993           Miscellaneous clean-ups, among other things: speexenc => enc to
6994           enhance code readability; change speexenc => speex_enc; in chain
6995           function unref input buffer in case of error; take reference in
6996           event function; use boilerplate macro; use gst_pad_query_peer_*
6997           convenience functions.
6998
6999 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7000
7001         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
7002         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
7003         (gst_speexenc_set_header_on_caps):
7004           Fix some mem leaks.
7005
7006 2006-10-11  Wim Taymans  <wim@fluendo.com>
7007
7008         * gst/rtsp/URLS:
7009         Added some other URL.
7010
7011         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
7012         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
7013         (gst_rtspsrc_open), (gst_rtspsrc_play),
7014         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7015         * gst/rtsp/gstrtspsrc.h:
7016         Work on fallback to TCP connection when the UDP socket times out.
7017         Handler server requests, just reply with OK for now.
7018
7019         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7020         * gst/rtsp/rtspdefs.h:
7021         Added some more Real extension headers.
7022
7023         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7024         Fix parsing of urls with a ':' that is not part of the hostname:port
7025         part of the url.
7026
7027 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7028
7029         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
7030         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
7031         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
7032           Activate pad before adding it to the already-running element.
7033
7034         * tests/check/elements/icydemux.c: (icydemux_found_pad):
7035           Activate newly-created pad too.
7036
7037 2006-10-11  Wim Taymans  <wim@fluendo.com>
7038
7039         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
7040
7041         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7042         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
7043         (gst_udpsrc_start):
7044         Fix some leaks in caps and uris. Fixes #361252.
7045
7046 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
7047
7048         * gst/wavparse/Makefile.am:
7049           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
7050
7051 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
7052
7053         * sys/v4l2/gstv4l2xoverlay.c:
7054         * sys/v4l2/gstv4l2xoverlay.h:
7055         Fix build as per the patch in #338818 comment 36.
7056
7057 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
7058
7059         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
7060           Activate pads before adding them to the source.
7061
7062 2006-10-06  Wim Taymans  <wim@fluendo.com>
7063
7064         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
7065         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
7066         Activate pads before adding.
7067
7068 2006-10-06  Wim Taymans  <wim@fluendo.com>
7069
7070         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
7071         (gst_multipart_find_pad_by_mime):
7072         Activate pads before adding.
7073
7074         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
7075         BOILERPLATE sets parent_class for us.
7076
7077 2006-10-06  Wim Taymans  <wim@fluendo.com>
7078
7079         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
7080         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7081         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
7082         (gst_rtspsrc_alloc_udp_ports),
7083         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7084         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
7085         (gst_rtspsrc_create_transports_string),
7086         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
7087         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7088         * gst/rtsp/gstrtspsrc.h:
7089         Rework how the transport string is constructed, try to share channels
7090         and udp ports.
7091         Make most of the stuff less dependant on RTP as we are also going to use
7092         it for RDT.
7093         Add support for transport specific session managers.
7094
7095         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
7096         Implement _flush().
7097
7098         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7099         * gst/rtsp/rtspdefs.h:
7100         Add generic error return code.
7101
7102         * gst/rtsp/rtspext.h:
7103         Add support for pluggable tranport strings.
7104
7105         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
7106         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
7107         (rtsp_ext_wms_get_context):
7108         Detect WMServer and activate the extension.
7109
7110         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
7111         (rtsp_transport_get_manager), (rtsp_transport_parse):
7112         * gst/rtsp/rtsptransport.h:
7113         Added methods to get mime/manager for certain transports.
7114
7115 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
7116
7117         * ext/cairo/gsttimeoverlay.c:
7118         (gst_cairo_time_overlay_update_font_height):
7119         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
7120         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
7121         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7122         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7123         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
7124         * ext/libpng/gstpngdec.c: (user_endrow_callback):
7125         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
7126         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
7127         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
7128         (gst_avi_demux_stream_data):
7129         * gst/cutter/gstcutter.c: (gst_cutter_chain):
7130         * gst/debug/efence.c: (gst_efence_buffer_alloc),
7131         (gst_fenced_buffer_copy):
7132         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7133         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
7134         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
7135         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
7136         (gst_rtspsrc_handle_message):
7137         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
7138         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
7139           Printf format fixes.
7140
7141 2006-10-04  Wim Taymans  <wim@fluendo.com>
7142
7143         * gst/rtsp/Makefile.am:
7144         Dist new .h file too.
7145
7146 2006-10-04  Wim Taymans  <wim@fluendo.com>
7147
7148         * gst/rtsp/Makefile.am:
7149         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
7150         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
7151         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7152         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7153         (gst_rtspsrc_parse_rtpmap),
7154         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
7155         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7156         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
7157         * gst/rtsp/gstrtspsrc.h:
7158         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7159         * gst/rtsp/rtspdefs.h:
7160         * gst/rtsp/rtspext.h:
7161         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
7162         (rtsp_ext_wms_get_context):
7163         * gst/rtsp/rtspextwms.h:
7164         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
7165         (rtsp_transport_parse):
7166         * gst/rtsp/rtsptransport.h:
7167         Factor out extension in separate module.
7168         Fix getcaps to filter against the padtemplate.
7169         Use Content-Base if the server gives one.
7170         Rework the transport parsing a bit for future extensions.
7171         Added some Real Header field definitions.
7172
7173 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7174
7175         * docs/plugins/Makefile.am:
7176         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7177         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7178           added v4l2 stubs
7179         * gst-plugins-good.spec.in:
7180           add v4l2
7181
7182 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
7183
7184         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7185           Extract disc/album/medium number and count and try harder
7186           to extract track number/count.
7187
7188 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7189
7190         * configure.ac:
7191         * sys/Makefile.am:
7192           add build stuff for v4l2, needs --enable-experimental until
7193           the last bits are resolved
7194
7195 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7196
7197         * tests/check/Makefile.am:
7198           Disable autodetect test temporarily, so that the build bots
7199           update -bad and the ranks of unreliable video sinks in there.
7200
7201         * tests/check/elements/autodetect.c: (GST_START_TEST):
7202           Skip test if no usable videosink is found.
7203
7204 2006-09-29  Wim Taymans  <wim@fluendo.com>
7205
7206         * gst/rtsp/URLS:
7207         Add some more URLs.
7208
7209         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7210         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
7211         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7212         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
7213         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7214         (gst_rtspsrc_loop), (gst_rtspsrc_send),
7215         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7216         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
7217         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7218         * gst/rtsp/gstrtspsrc.h:
7219         Add timeout property to control UDP timeouts.
7220         Fix error messages.
7221         Also start a loop function when operating in UDP mode so that we can
7222         do some more stuff async.
7223         Handle element messages from udpsrc to detect timeouts. If a timeout
7224         happens we currently generate an error.
7225         API: rtspsrc::timeout property.
7226
7227         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7228         (gst_udpsrc_create):
7229         Really implement the timeout in microseconds and not milliseconds.
7230
7231 2006-09-29  Wim Taymans  <wim@fluendo.com>
7232
7233         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7234         (gst_udpsrc_create), (gst_udpsrc_set_property),
7235         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
7236         * gst/udp/gstudpsrc.h:
7237         Added property to post a message on timeout.
7238         Updated docs.
7239         When restarting the select, initialize the fdsets again.
7240         Init control sockets so we don't accidentally close a random socket.
7241         API: GstUDPSrc::timeout property
7242
7243 2006-09-29  Wim Taymans  <wim@fluendo.com>
7244
7245         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
7246         Fix flag registration.
7247
7248         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7249         Reading 0 also means 'no more commands'
7250
7251 2006-09-29  Wim Taymans  <wim@fluendo.com>
7252
7253         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7254
7255         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7256         Fix possible infinite loop when shutting down, a read can also return
7257         0 to indicate no more messages are available. Fixes #358156.
7258
7259 2006-09-25  Wim Taymans  <wim@fluendo.com>
7260
7261         * gst/autodetect/gstautoaudiosink.c:
7262         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
7263         (gst_auto_audio_sink_find_best):
7264         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
7265         Small cleanups.
7266         don't try to set "sync" property when it is not available.
7267
7268 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7269
7270         Patch by: Peter Kjellerstedt  <pkj at axis com>
7271
7272         * gst/alpha/gstalpha.c:
7273         * gst/rtp/gstrtpamrdepay.c:
7274         * gst/rtsp/gstrtspsrc.c:
7275         * gst/udp/gstudpsrc.c:
7276         * gst/videomixer/videomixer.c:
7277           Include stdlib.h in some more places, makes things compile
7278           with uClibc and -Werror (#357592).
7279
7280 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7281
7282         * ext/jpeg/gstjpegdec.c:
7283           Set minimum height to 8 (from 16), our code should handle
7284           that fine. Some of the buttons on the apple trailer site
7285           are apparently only 15 pixels high (see #357470).
7286
7287 2006-09-23  Wim Taymans  <wim@fluendo.com>
7288
7289         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
7290         (gst_rtspsrc_open):
7291         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7292         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7293         (rtsp_connection_receive):
7294         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7295         * gst/rtsp/rtspdefs.h:
7296         Improve error reporting.
7297
7298 2006-09-23  Wim Taymans  <wim@fluendo.com>
7299
7300         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
7301         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
7302         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
7303         * gst/rtp/gstrtpdepay.c:
7304         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
7305         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
7306         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
7307         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
7308         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
7309         (gst_rtp_mp2t_depay_plugin_init):
7310         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
7311         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
7312         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
7313         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
7314         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
7315         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
7316         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
7317         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
7318         Fix klass typos.
7319         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
7320
7321 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7322
7323         * configure.ac:
7324           Need  -base CVS for gst_base_rtp_depayload_push_ts().
7325
7326 2006-09-22  Wim Taymans  <wim@fluendo.com>
7327
7328         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
7329         Don't check for a tag that is never there and check if we read the
7330         correct tag. Fixes seeking again.
7331         We must post an error when all pads are unlinked.
7332
7333 2006-09-22  Wim Taymans  <wim@fluendo.com>
7334
7335         * gst/rtp/Makefile.am:
7336         * gst/rtp/gstrtp.c: (plugin_init):
7337         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
7338         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7339         (gst_rtp_vorbis_pay_reset_packet),
7340         (gst_rtp_vorbis_pay_init_packet),
7341         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
7342         (gst_rtp_vorbis_pay_handle_buffer):
7343         More fixage, set endoder-params correctly in the payloader.
7344
7345 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7346
7347         * gst/autodetect/gstautoaudiosink.c:
7348         (gst_auto_audio_sink_base_init):
7349         * gst/autodetect/gstautovideosink.c:
7350         (gst_auto_video_sink_base_init):
7351           Make static pad templates static to appease valgrind's leak
7352           detector.
7353
7354         * tests/check/Makefile.am:
7355         * tests/check/elements/.cvsignore:
7356         * tests/check/elements/autodetect.c: (GST_START_TEST),
7357         (autodetect_suite):
7358           Add simple test for the ghostpad lockup on shutdown fixed in core
7359           CVS (audio bit disabled because it would need dozens of alsa
7360           suppressions and I'm too lazy to add those now).
7361
7362 2006-09-22  Wim Taymans  <wim@fluendo.com>
7363
7364         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
7365         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
7366         Small cleanups.
7367
7368         * gst/rtp/Makefile.am:
7369         * gst/rtp/gstrtp.c: (plugin_init):
7370         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
7371         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
7372         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
7373         (gst_rtp_vorbis_depay_process),
7374         (gst_rtp_vorbis_depay_set_property),
7375         (gst_rtp_vorbis_depay_get_property),
7376         (gst_rtp_vorbis_depay_change_state),
7377         (gst_rtp_vorbis_depay_plugin_init):
7378         * gst/rtp/gstrtpvorbisdepay.h:
7379         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
7380         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
7381         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
7382         (gst_rtp_vorbis_pay_flush_packet),
7383         (gst_rtp_vorbis_pay_append_buffer),
7384         (gst_rtp_vorbis_pay_handle_buffer),
7385         (gst_rtp_vorbis_pay_plugin_init):
7386         * gst/rtp/gstrtpvorbispay.h:
7387         Add experimental vorbis pay and depayloaders.
7388
7389 2006-09-21  Wim Taymans  <wim@fluendo.com>
7390
7391         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
7392         Fix profile-level-id parsing and setup.
7393
7394 2006-09-21  Wim Taymans  <wim@fluendo.com>
7395
7396         * gst/udp/README:
7397         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
7398         Update README, simple cleanup.
7399
7400 2006-09-21  Wim Taymans  <wim@fluendo.com>
7401
7402         * gst/rtp/README:
7403         Update README with some examples.
7404
7405         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
7406         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
7407         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
7408         (gst_rtp_mp4g_pay_setcaps):
7409         * gst/rtp/gstrtpmp4gpay.h:
7410         Make optional RTP parameters of type STRING, as required by the
7411         application/x-rtp caps specification.
7412
7413 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
7414
7415         * gst/rtp/gstrtph263pdepay.c:
7416         * gst/rtp/gstrtph263ppay.c:
7417         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
7418         RTP header.
7419
7420 2006-09-20  Wim Taymans  <wim@fluendo.com>
7421
7422         * gst/rtp/Makefile.am:
7423         And makefile too.
7424
7425 2006-09-20  Wim Taymans  <wim@fluendo.com>
7426
7427         * gst/rtp/gstrtp.c: (plugin_init):
7428         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
7429         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
7430         (decode_base64), (gst_rtp_asf_depay_setcaps),
7431         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
7432         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
7433         (gst_rtp_asf_depay_plugin_init):
7434         * gst/rtp/gstrtpasfdepay.h:
7435         Added preliminary ASF depayloader.
7436
7437         * gst/rtp/gstrtph264depay.c: (decode_base64):
7438         Fix base64 decoding.
7439
7440 2006-09-20  Wim Taymans  <wim@fluendo.com>
7441
7442         * gst/rtsp/URLS:
7443         Added some test URLS.
7444
7445         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7446         (gst_rtspsrc_loop), (gst_rtspsrc_open):
7447         * gst/rtsp/gstrtspsrc.h:
7448         When creating streams, give access to the complete SDP.
7449         Fix some leaks.
7450         Collect and merge global stream properties in stream caps.
7451         Preliminary support for WMServer.
7452
7453         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7454         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7455         (rtsp_connection_receive):
7456         * gst/rtsp/rtspconnection.h:
7457         Make connection interruptable.
7458         Refactor to make it reconnectable.
7459         Don't fail on short reads when reading data packets.
7460
7461         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
7462         (rtsp_url_get_port):
7463         * gst/rtsp/rtspurl.h:
7464         Add methods for getting/setting the port.
7465
7466         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
7467         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
7468         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
7469         (sdp_media_get_format), (sdp_parse_line),
7470         (sdp_message_parse_buffer):
7471         Fix headers. 
7472         Add methods for getting multiple attributes with the same name.
7473         Increase buffer size when parsing.
7474         Fix parsing of a=foo fields.
7475
7476         * gst/rtsp/test.c: (main):
7477         Update to new connection API.
7478
7479         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
7480         (rtsp_message_init_response), (rtsp_message_init_data),
7481         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
7482         * gst/rtsp/rtspmessage.h:
7483         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
7484         * gst/rtsp/rtsptransport.h:
7485         * gst/rtsp/sdp.h:
7486         * gst/rtsp/sdpmessage.h:
7487         * gst/rtsp/gstrtsp.c:
7488         * gst/rtsp/gstrtsp.h:
7489         * gst/rtsp/gstrtpdec.c:
7490         * gst/rtsp/gstrtpdec.h:
7491         * gst/rtsp/rtsp.h:
7492         * gst/rtsp/rtspdefs.c:
7493         * gst/rtsp/rtspdefs.h:
7494         Dual licensed under MIT and LGPL now.
7495
7496 2006-09-19  Wim Taymans  <wim@fluendo.com>
7497
7498         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
7499         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
7500         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7501         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7502         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
7503         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7504         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
7505         * gst/rtsp/gstrtspsrc.h:
7506         Reorganize stream parsing and creation.
7507         Detect container formats in interleaved mode.
7508         Keep more state about the streams.
7509         Assume a server also supports PLAY if it does not say.
7510         Add unicast and interleaved properties to TCP transport requests to make
7511         some servers happy (WMServer).
7512
7513         * gst/rtsp/sdpmessage.h:
7514         Add some defines for the standard Bandwidth types.
7515
7516 2006-09-19  Wim Taymans  <wim@fluendo.com>
7517
7518         * gst/rtsp/test.c: (main):
7519         Fix build.
7520
7521 2006-09-19  Wim Taymans  <wim@fluendo.com>
7522
7523         * gst/wavparse/gstwavparse.c:
7524         Add ms-gsm to the src template.
7525
7526 2006-09-18  Wim Taymans  <wim@fluendo.com>
7527
7528         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
7529         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
7530         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
7531         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
7532         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7533         * gst/rtsp/gstrtspsrc.h:
7534         Small cleanups, added documentation.
7535         Try to clean up the requests and responses.
7536         Refactor parsing the supported methods.
7537
7538         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
7539         (rtsp_connection_create), (rtsp_connection_send),
7540         (parse_response_status), (parse_request_line),
7541         (rtsp_connection_receive), (rtsp_connection_close),
7542         (rtsp_connection_free):
7543         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
7544         (rtsp_transport_init), (rtsp_transport_parse),
7545         (rtsp_transport_free):
7546         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7547         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
7548         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
7549         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
7550         Use g_return_val some more.
7551
7552         * gst/rtsp/rtspdefs.h:
7553         Add more enum values to track initial states.
7554
7555         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
7556         (rtsp_message_init_request), (rtsp_message_new_response),
7557         (rtsp_message_init_response), (rtsp_message_init_data),
7558         (rtsp_message_unset), (rtsp_message_free),
7559         (rtsp_message_add_header), (rtsp_message_remove_header),
7560         (rtsp_message_get_header), (rtsp_message_set_body),
7561         (rtsp_message_take_body), (rtsp_message_get_body),
7562         (rtsp_message_steal_body), (rtsp_message_dump):
7563         * gst/rtsp/rtspmessage.h:
7564         Reorder arguments, object goes as the first one.
7565         Use g_return_val some more.
7566
7567 2006-09-18  Wim Taymans  <wim@fluendo.com>
7568
7569         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
7570         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
7571         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
7572         * gst/rtsp/gstrtspsrc.h:
7573         Export sometimes source pad with correct caps on the template, create
7574         the ghostpad from the template.
7575         Remove RTCP template as we never expose RTCP.
7576         Protect against invalid body size.
7577         Avoid memcpy when creating the output buffer.
7578         Properly post an error and send EOS when the loop function is shut down.
7579
7580 2006-09-18  Wim Taymans  <wim@fluendo.com>
7581
7582         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
7583
7584         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7585         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
7586         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7587         * gst/rtsp/gstrtspsrc.h:
7588         Make sure we can never set an invalid location.
7589
7590         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
7591         * gst/rtsp/rtspmessage.h:
7592         Added _steal_body method for future use.
7593
7594         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
7595         Make freeing of NULL url return immediatly.
7596
7597 2006-09-18  Wim Taymans  <wim@fluendo.com>
7598
7599         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
7600
7601         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
7602         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
7603         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
7604         (gst_rtspsrc_change_state):
7605         * gst/rtsp/gstrtspsrc.h:
7606         Use boilerplate.
7607         Make rtspsrc subclass GstBin to make state changes easier.
7608         Add Range header field on the PLAY request.
7609
7610 2006-09-18  Wim Taymans  <wim@fluendo.com>
7611
7612         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
7613
7614         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
7615         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7616         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
7617         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
7618         * gst/rtsp/rtspconnection.c: (inet_aton):
7619         Small cleanups.
7620         when multicast is selected as the transport, create UDP sources and
7621         connect to the multicast group.
7622         Move parsing and setting of caps to a common place.
7623         Fixes #349894.
7624
7625 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
7626
7627         * ext/flac/gstflactag.c:
7628         * gst/alpha/gstalpha.c:
7629         * gst/debug/breakmydata.c:
7630         * gst/debug/negotiation.c:
7631         * gst/debug/testplugin.c:
7632         * gst/effectv/gstaging.c:
7633         * gst/effectv/gstdice.c:
7634         * gst/effectv/gstedge.c:
7635         * gst/effectv/gstquark.c:
7636         * gst/effectv/gstrev.c:
7637         * gst/effectv/gstshagadelic.c:
7638         * gst/effectv/gstvertigo.c:
7639         * gst/effectv/gstwarp.c:
7640         * gst/multipart/multipartdemux.c:
7641         * gst/multipart/multipartmux.c:
7642         * gst/videobox/gstvideobox.c:
7643         * gst/videofilter/gstgamma.c:
7644         * gst/videofilter/gstvideotemplate.c:
7645         * gst/videomixer/videomixer.c:
7646         * sys/sunaudio/gstsunaudiosrc.h:
7647         More G_OBJECT macro fixing.
7648
7649 2006-09-16  Wim Taymans  <wim@fluendo.com>
7650
7651         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
7652
7653         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
7654         Correctly set the dwLength in strh.
7655         With this patch, the file duration is now displayed correctly in window
7656         media player and the AVI plays completely. Fixes #356147
7657
7658 2006-09-15  Wim Taymans  <wim@fluendo.com>
7659
7660         Patch by: Darren Kenny <darren dot kenny at sun dot com>
7661
7662         * sys/sunaudio/gstsunaudiomixerctrl.c:
7663         (gst_sunaudiomixer_ctrl_build_list):
7664         Set the output track as the MASTER so that the gnome-settings-daemon
7665         keybindings for changing the volume using the keyboard works.
7666         Fixes #356142.
7667
7668 2006-09-15  Wim Taymans  <wim@fluendo.com>
7669
7670         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
7671         Fix documentation, it is not possible to control the framerate of jpegdec
7672         using filtered caps yet. Fixes #355210.
7673         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
7674         stop when there is an error.
7675
7676 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
7677
7678         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
7679         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
7680           Don't interpret a first buffer with an offset of NONE as
7681           'from the middle of the stream', but only a first buffer
7682           that has a valid buffer offset that's non-zero (see #345449).
7683
7684 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
7685
7686         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
7687         (gst_icydemux_typefind_or_forward):
7688         * gst/icydemux/gsticydemux.h:
7689           When we merge/collect multiple incoming buffers for typefinding
7690           purposes, keep an initial 0 offset on the first outgoing buffer
7691           as well (otherwise id3demux won't work right). Fixes #345449.
7692           Also Make buffer metadata writable before setting buffer caps.
7693
7694         * tests/check/elements/icydemux.c: (typefind_succeed),
7695         (cleanup_icydemux), (push_data), (GST_START_TEST),
7696         (icydemux_suite):
7697           Small test case for the above.
7698
7699 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
7700
7701         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
7702         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
7703         (gst_avi_demux_stream_header_push),
7704         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
7705         (gst_avi_demux_loop):
7706           More code reuse and better logging in _peek_chunk(). Reintroduce check
7707           for chunk sizes before reading them (avoid oom). Better handling for 
7708           invalid chunksizes when streaming.
7709
7710 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
7711
7712         * gst/level/gstlevel.c: (gst_level_set_property):
7713         * gst/level/gstlevel.h:
7714           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
7715           René Stadler
7716
7717 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
7718
7719         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
7720         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
7721         (gst_avi_demux_stream_data):
7722           Revert one change to fix streaming avi (adapter size != data size).
7723
7724 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
7725
7726         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
7727
7728         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
7729         (gst_matroska_demux_reset),
7730         (gst_matroska_demux_read_track_encodings),
7731         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
7732         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7733         (gst_matroska_demux_subtitle_caps):
7734         * gst/matroska/matroska-ids.h:
7735           Add support for VOBSUB subtitle tracks and zlib-compressed
7736           tracks. Make sure we start on a keyframe after a seek. (#343348)
7737
7738 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
7739
7740         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
7741         (gst_matroska_demux_push_flac_codec_priv_data),
7742         (gst_matroska_demux_push_xiph_codec_priv_data),
7743         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7744         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
7745         * gst/matroska/matroska-ids.h:
7746           Add basic FLAC support (#311586), not perfect yet though, needs some
7747           tweaking in flacdec; also, seeking could be better.
7748           Do better bounds checking when deserialising vorbis stream headers
7749           to make sure we don't read beyond the end of the buffer on bad input.
7750
7751 2006-09-04  Wim Taymans  <wim@fluendo.com>
7752
7753         Patch by: Alessandro Decina <alessandro at nnva dot org>
7754
7755         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
7756         Seeking back in a file containing a CMML stream errors out if the seek
7757         goes back up to the CMML headers. This is because after the seek the xml
7758         processing instruction <?xml ...?> is submitted to the xml parser again, 
7759         which results in an error. The attached patch fixes the problem. 
7760         Fixes #353908.
7761
7762         * ext/annodex/gstcmmlenc.h:
7763         Fix authors name.
7764
7765
7766 2006-08-28  Andy Wingo  <wingo@pobox.com>
7767
7768         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
7769         New helper function to lessen the ifdefs.
7770         (GST_INFO_OBJECT): 
7771         (gst_dv1394src_iso_receive): Use it.
7772         (gst_dv1394src_create): Also use the control sockets in iec61883
7773         mode.
7774         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
7775         handle for AVC operations; fixes #348233.
7776
7777 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
7778
7779         * configure.ac:
7780         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7781         * docs/plugins/inspect/plugin-audiofx.xml:
7782         * docs/plugins/inspect/plugin-audiofxgood.xml:
7783         * gst/audiofx/Makefile.am:
7784         * gst/audiofx/audiofx.c:
7785         * gst/audiofxgood/.cvsignore:
7786         * gst/audiofxgood/Makefile.am:
7787         * gst/audiofxgood/audiofx.c:
7788         * gst/audiofxgood/audiopanorama.c:
7789         * gst/audiofxgood/audiopanorama.h:
7790           Rename again (audiofxgood -> audiofx).
7791
7792 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
7793
7794         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
7795         (gst_avi_demux_stream_scan):
7796           Initialze variables.
7797
7798 2006-08-25  Wim Taymans  <wim@fluendo.com>
7799
7800         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
7801         (gst_avi_demux_init), (gst_avi_demux_finalize),
7802         (gst_avi_demux_reset), (gst_avi_demux_index_last),
7803         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
7804         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
7805         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
7806         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
7807         (gst_avi_demux_massage_index),
7808         (gst_avi_demux_calculate_durations_from_index),
7809         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
7810         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
7811         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
7812         (gst_avi_demux_change_state):
7813         * gst/avi/gstavidemux.h:
7814         More attempts to turn this into readable code.
7815         Don't leak adapters.
7816         Calculate duration according to index more efficiently.
7817         Don't try to act like we drive the pipeline in chain mode.
7818
7819 2006-08-25  Wim Taymans  <wim@fluendo.com>
7820
7821         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
7822         Fix build.
7823
7824 2006-08-25  Wim Taymans  <wim@fluendo.com>
7825
7826         Patch by: Alessandro Decina <alessandro at nnva dot org>
7827
7828         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
7829         Do some extra sanity checks.
7830         Fixes #350340.
7831
7832         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
7833         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
7834         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
7835         Check if clip->start_time is valid before adding the clip to the
7836         track list.
7837         Reset enc->preamble going from PAUSED to READY.
7838         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
7839         only used for EOS.
7840         Only post an error message if we were the one that created the fatal
7841         GstFlowReturn value.
7842
7843         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
7844         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
7845         Parse the seconds field of the npt-sec time format using %llu rather than
7846         %d and check that the value scaled by GST_SECOND doesn't overflow.
7847         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
7848         Lookup a clip's track with clip->track rather than clip->id which
7849         makes no sense.
7850         Identify a clip by its track and start time and not its xml id.
7851         do some more input checking and make sure we don't do undefined shifts.
7852
7853         * tests/check/elements/cmmldec.c: (setup_cmmldec),
7854         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
7855         (cmml_tag_message_pop), (check_headers), (push_clip_full),
7856         (push_clip), (push_empty_clip), (check_output_clip),
7857         (GST_START_TEST), (cmmldec_suite):
7858         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
7859         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
7860         (check_headers), (push_clip), (check_clip_times), (check_clip),
7861         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
7862         Added some more checks.
7863
7864 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
7865
7866         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
7867         (gst_audio_panorama_set_property),
7868         (gst_audio_panorama_get_property),
7869         (gst_audio_panorama_transform_m2s_int),
7870         (gst_audio_panorama_transform_s2s_int),
7871         (gst_audio_panorama_transform_m2s_float),
7872         (gst_audio_panorama_transform_s2s_float):
7873         * gst/audiofxgood/audiopanorama.h:
7874         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
7875           Make also the pan-property float (saves scaling and yields better
7876           resolution)
7877
7878 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
7879
7880         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
7881         (gst_audio_panorama_transform_m2s_float),
7882         (gst_audio_panorama_transform_s2s_float):
7883           ChangeLog surgery to add cymax's real name
7884
7885
7886 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
7887
7888         Patch by: René Stadler <mail@renestadler.de>
7889
7890         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
7891         (gst_audio_panorama_transform_m2s_int),
7892         (gst_audio_panorama_transform_s2s_int),
7893         (gst_audio_panorama_transform_m2s_float),
7894         (gst_audio_panorama_transform_s2s_float),
7895         (gst_audio_panorama_transform):
7896         * gst/audiofxgood/audiopanorama.h:
7897           Added float support
7898
7899 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
7900
7901         * gst/audiofxgood/audiopanorama.c:
7902         (gst_audio_panorama_transform_m2s):
7903           Fix docs & debug category. Add Fixme for volume pan levels.
7904
7905 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
7906
7907         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
7908         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
7909         (gst_avi_demux_stream_header_pull),
7910         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
7911         (gst_avi_demux_chain):
7912           unbreak AVI index handling, some more debug, remove an obsolete
7913           adapter_flush that caused streaming to wander off in the wild
7914
7915 2006-08-24  Wim Taymans  <wim@fluendo.com>
7916
7917         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7918         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
7919         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
7920         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
7921         (gst_avi_demux_calculate_durations_from_index),
7922         (gst_avi_demux_stream_header_push),
7923         (gst_avi_demux_stream_header_pull):
7924         * gst/avi/gstavidemux.h:
7925         Some more cleanups. 
7926         Fix totalFrames parsing in ODML.
7927         Disable use of index for length calculation in case of ODML as this is
7928         broken now.
7929
7930 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
7931
7932         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
7933           Use libgsttag helper function here too.
7934
7935 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
7936
7937         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
7938         (gst_avi_demux_init), (gst_avi_demux_dispose),
7939         (gst_avi_demux_reset), (gst_avi_demux_index_next),
7940         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
7941         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
7942         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
7943         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
7944         (gst_avi_demux_parse_subindex),
7945         (gst_avi_demux_read_subindexes_push),
7946         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
7947         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
7948         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
7949         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
7950         (gst_avi_demux_stream_header_pull),
7951         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
7952         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
7953         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
7954         (gst_avi_demux_change_state):
7955         * gst/avi/gstavidemux.h:
7956           Initial streaming support for avidemux (fixes #336465)
7957
7958 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
7959
7960         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7961           There is no taglibmux element ...
7962
7963         * gst/rtsp/gstrtspsrc.c:
7964           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
7965           was complaining about unknown entity here.
7966
7967 2006-08-22  Wim Taymans  <wim@fluendo.com>
7968
7969         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
7970         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
7971         (gst_avi_demux_process_next_entry):
7972         * gst/avi/gstavidemux.h:
7973         Mark DISCONT.
7974         Remove old unused fields and reorder the struct a bit.
7975
7976 2006-08-22  Wim Taymans  <wim@fluendo.com>
7977
7978         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
7979         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
7980         (gst_rtspsrc_pause):
7981         * gst/rtsp/gstrtspsrc.h:
7982         * sys/oss/gstosssink.c: (gst_oss_sink_open),
7983         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
7984         Small documentation updates.
7985
7986 2006-08-22  Wim Taymans  <wim@fluendo.com>
7987
7988         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
7989         (gst_avi_demux_index_entry_for_time),
7990         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
7991         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
7992         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
7993         (gst_avi_demux_next_data_buffer),
7994         (gst_avi_demux_calculate_durations_from_index),
7995         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
7996         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
7997         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
7998         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
7999         * gst/avi/gstavidemux.h:
8000         Precalc most of the duration query for each stream.
8001         Make seeking more correct.
8002         Use GstSegment to track position and duration.
8003         Code cleanups and leak fixes.
8004         Calculate correct total duration based on index length.
8005
8006 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
8007
8008         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
8009         (parse_insert_string_field):
8010           If strings in text fields are marked ISO8859-1, but contain
8011           valid UTF-8 already, then handle them as UTF-8 and ignore
8012           the encoding. (#351794)
8013
8014 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8015
8016         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
8017         (gst_flac_dec_write), (gst_flac_dec_loop),
8018         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
8019         (gst_flac_dec_src_query):
8020         * ext/flac/gstflacdec.h:
8021           Make flac-in-ogg work (#352100).
8022
8023 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8024
8025         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8026           Don't unref buffers of which we've already given away
8027           ownership to the adapter.
8028
8029 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8030
8031         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
8032           Make metadata extraction actually work.
8033
8034         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
8035         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
8036         (gst_speexenc_chain):
8037           Fix metadata writing: replace old code which wrote completely
8038           broken tags with libgsttag-based code. Plus miscellaneous
8039           code cleanups (use static pad templates etc.) and a bunch
8040           of leak fixes.
8041
8042 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8043
8044         * gst/audiopanorama/.cvsignore:
8045         * gst/audiopanorama/Makefile.am:
8046         * gst/audiopanorama/audiofx.c:
8047         * gst/audiopanorama/audiopanorama.c:
8048         * gst/audiopanorama/audiopanorama.h:
8049           die! die! die! you should never have been there
8050
8051 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8052
8053         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8054         Fix invalid memory access in audiopanorama test suite.
8055
8056 2006-08-21  Edward Hervey  <edward@fluendo.com>
8057
8058         * tests/check/elements/.cvsignore:
8059         ignore built file
8060
8061 2006-08-21  Wim Taymans  <wim@fluendo.com>
8062
8063         * gst/rtp/Makefile.am:
8064         Fix the build again.
8065
8066 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8067
8068         * gst/audiofxgood/.cvsignore:
8069         * gst/audiofxgood/Makefile.am:
8070         * gst/audiofxgood/audiofx.c: (plugin_init):
8071         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8072         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8073         (gst_audio_panorama_set_property),
8074         (gst_audio_panorama_get_property),
8075         (gst_audio_panorama_get_unit_size),
8076         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8077         (gst_audio_panorama_transform_m2s),
8078         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8079         * gst/audiofxgood/audiopanorama.h:
8080           resubmit with the desired name *again*
8081
8082 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8083
8084         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
8085         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
8086           use g_assert in _get_unit_size
8087
8088 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8089
8090         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8091         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8092         * docs/plugins/inspect/plugin-audiofxgood.xml:
8093           cleanup -unused.txt to make it useful, add previously missing docs
8094
8095         * ext/Makefile.am:
8096           Quietly (accidentally) enable LADSPA for building by default, 
8097           despite the fact that it doesn't meet the plugin checklist.
8098             -- Added by Jan Schmidt 18 Dec 2006
8099
8100         * ext/esd/esdmon.c:
8101         * ext/esd/esdsink.c:
8102         * ext/esd/gstesd.c: (plugin_init):
8103           reflow to get rid of two external symbols
8104
8105         * gst/audiofxgood/audiofx.c: (plugin_init):
8106           re-add
8107
8108 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8109
8110         * configure.ac:
8111         * gst/audiofxgood/.cvsignore:
8112         * gst/audiofxgood/Makefile.am:
8113         * gst/audiofxgood/audiofx.c
8114         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8115         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8116         (gst_audio_panorama_set_property),
8117         (gst_audio_panorama_get_property),
8118         (gst_audio_panorama_get_unit_size),
8119         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8120         (gst_audio_panorama_transform_m2s),
8121         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8122         * gst/audiofxgood/audiopanorama.h:
8123         * tests/check/Makefile.am:
8124         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
8125         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
8126         (panorama_suite), (main):
8127         Add audiofxgood plugin with audiopanorama element
8128
8129 2006-08-18  Wim Taymans  <wim@fluendo.com>
8130
8131         * docs/plugins/Makefile.am:
8132         More Oss docs fixage. 
8133
8134 2006-08-18  Wim Taymans  <wim@fluendo.com>
8135
8136         * gst/rtp/Makefile.am:
8137         * gst/rtp/gstrtp.c: (plugin_init):
8138         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
8139         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
8140         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
8141         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
8142         (gst_rtp_sv3v_depay_get_property),
8143         (gst_rtp_sv3v_depay_change_state),
8144         (gst_rtp_sv3v_depay_plugin_init):
8145         * gst/rtp/gstrtpsv3vdepay.h:
8146         Added experimental SVQ3 depayloader.
8147
8148 2006-08-18  Edward Hervey  <edward@fluendo.com>
8149
8150         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
8151         (gst_dvdemux_loop), (gst_dvdemux_change_state):
8152         * ext/dv/gstdvdemux.h:
8153         When handling seek requests, don't send the newsegment event from the
8154         calling thread. Instead save it so it can be sent from the streaming
8155         thread.
8156
8157 2006-08-17  Wim Taymans  <wim@fluendo.com>
8158
8159         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8160
8161         * gst/multipart/multipartdemux.c: (multipart_parse_header):
8162         Accept leading whitespace before the boundary
8163         This patch makes the demuxer allow some whitespace before the actual
8164         boundary. This makes the demuxer work with the ``old'' gstreamer
8165         multipartmuxer again (which placed an extra \n before the start
8166         of the stream) Fixes #349068.
8167
8168 2006-08-17  Wim Taymans  <wim@fluendo.com>
8169
8170         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
8171         Error out on non-implemented stuff.
8172
8173 2006-08-16  Wim Taymans  <wim@fluendo.com>
8174
8175         Patch by: Andy Wingo <wingo at pobox dot com>
8176
8177         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
8178         (gst_signal_processor_start), (gst_signal_processor_stop),
8179         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
8180         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
8181         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
8182         (gst_signal_processor_change_state):
8183         Make ladspa elements reusable. Fixes #350006.
8184
8185 2006-08-16  Wim Taymans  <wim@fluendo.com>
8186
8187         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
8188         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
8189         names as possible. Fixes #349901.
8190
8191 2006-08-16  Wim Taymans  <wim@fluendo.com>
8192
8193         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
8194         (gst_signal_processor_do_pushes):
8195         A push() gives away our refcount so we should not use the buffer on the
8196         pen anymore.
8197
8198 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8199
8200         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8201         (gst_oss_mixer_element_finalize):
8202           Don't leak device string.
8203
8204 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8205
8206         * configure.ac:
8207           Require CVS of GStreamer core and -base (for
8208           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
8209
8210         * ext/taglib/gstid3v2mux.cc:
8211           Write extended comment tags properly (#348762).
8212
8213         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8214         (parse_comment_frame):
8215           Extract COMM frames into extended comments, which makes it
8216           easier to properly retain the description bit of the tag
8217           and maintain this information when re-tagging (#348762).
8218
8219 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8220
8221         * tests/check/Makefile.am:
8222           Don't try to run annodex unit tests if the annodex
8223           plugin has not been built (Fixes #351116).
8224
8225 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8226
8227         * gst/autodetect/gstautoaudiosink.c:
8228         (gst_auto_audio_sink_find_best):
8229           When we can't find a usable audiosink, don't error out,
8230           but use a fake sink instead and post a warning message
8231           on the bus (#341278).
8232
8233 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8234
8235         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
8236         * sys/oss/gstosssink.c:
8237         * sys/oss/gstosssrc.c:
8238           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
8239           ossmixer's new device property.
8240
8241         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8242         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8243           Add docs for OSS elements.
8244
8245         * docs/plugins/inspect/plugin-aasink.xml:
8246         * docs/plugins/inspect/plugin-alaw.xml:
8247         * docs/plugins/inspect/plugin-alpha.xml:
8248         * docs/plugins/inspect/plugin-alphacolor.xml:
8249         * docs/plugins/inspect/plugin-annodex.xml:
8250         * docs/plugins/inspect/plugin-apetag.xml:
8251         * docs/plugins/inspect/plugin-auparse.xml:
8252         * docs/plugins/inspect/plugin-autodetect.xml:
8253         * docs/plugins/inspect/plugin-avi.xml:
8254         * docs/plugins/inspect/plugin-cacasink.xml:
8255         * docs/plugins/inspect/plugin-cairo.xml:
8256         * docs/plugins/inspect/plugin-cdio.xml:
8257         * docs/plugins/inspect/plugin-cutter.xml:
8258         * docs/plugins/inspect/plugin-debug.xml:
8259         * docs/plugins/inspect/plugin-dv.xml:
8260         * docs/plugins/inspect/plugin-efence.xml:
8261         * docs/plugins/inspect/plugin-effectv.xml:
8262         * docs/plugins/inspect/plugin-esdsink.xml:
8263         * docs/plugins/inspect/plugin-flac.xml:
8264         * docs/plugins/inspect/plugin-flxdec.xml:
8265         * docs/plugins/inspect/plugin-gconfelements.xml:
8266         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8267         * docs/plugins/inspect/plugin-goom.xml:
8268         * docs/plugins/inspect/plugin-halelements.xml:
8269         * docs/plugins/inspect/plugin-icydemux.xml:
8270         * docs/plugins/inspect/plugin-id3demux.xml:
8271         * docs/plugins/inspect/plugin-jpeg.xml:
8272         * docs/plugins/inspect/plugin-level.xml:
8273         * docs/plugins/inspect/plugin-matroska.xml:
8274         * docs/plugins/inspect/plugin-mulaw.xml:
8275         * docs/plugins/inspect/plugin-multipart.xml:
8276         * docs/plugins/inspect/plugin-navigationtest.xml:
8277         * docs/plugins/inspect/plugin-ossaudio.xml:
8278         * docs/plugins/inspect/plugin-png.xml:
8279         * docs/plugins/inspect/plugin-rtp.xml:
8280         * docs/plugins/inspect/plugin-rtsp.xml:
8281         * docs/plugins/inspect/plugin-shout2send.xml:
8282         * docs/plugins/inspect/plugin-smpte.xml:
8283         * docs/plugins/inspect/plugin-speex.xml:
8284         * docs/plugins/inspect/plugin-taglib.xml:
8285         * docs/plugins/inspect/plugin-udp.xml:
8286         * docs/plugins/inspect/plugin-videobalance.xml:
8287         * docs/plugins/inspect/plugin-videobox.xml:
8288         * docs/plugins/inspect/plugin-videoflip.xml:
8289         * docs/plugins/inspect/plugin-videomixer.xml:
8290         * docs/plugins/inspect/plugin-wavenc.xml:
8291         * docs/plugins/inspect/plugin-wavparse.xml:
8292         * docs/plugins/inspect/plugin-ximagesrc.xml:
8293           Update to CVS version.
8294           
8295 2006-08-16  Wim Taymans  <wim@fluendo.com>
8296
8297         * gst/rtp/gstrtpamrdepay.c:
8298         * gst/rtp/gstrtpmp4gdepay.c:
8299         Caps extra properties must be defined as strings for
8300         depayloaders because they are generated from an SDP.
8301
8302         * gst/rtp/Makefile.am:
8303         * gst/rtp/gstrtp.c: (plugin_init):
8304         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
8305         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
8306         (gst_rtp_h264_depay_finalize), (decode_base64),
8307         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
8308         (gst_rtp_h264_depay_set_property),
8309         (gst_rtp_h264_depay_get_property),
8310         (gst_rtp_h264_depay_change_state),
8311         (gst_rtp_h264_depay_plugin_init):
8312         * gst/rtp/gstrtph264depay.h:
8313         Added basic, not completely functional RFC 3984 H264 depayloader.
8314
8315 2006-08-16  Wim Taymans  <wim@fluendo.com>
8316
8317         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
8318         Add pads after setting them up.
8319
8320         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8321         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
8322         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
8323         (gst_rtspsrc_stream_setup_rtp),
8324         (gst_rtspsrc_stream_configure_transport),
8325         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
8326         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8327         (gst_rtspsrc_pause):
8328         * gst/rtsp/gstrtspsrc.h:
8329         Fix interleaved mode.
8330          - Protect streaming with lock.
8331          - Combine flows
8332          - set caps on outgoing buffers.
8333          - strip trailing \0 from data packets.
8334          - Configure RTP/RTCP in stream.
8335         Use DEBUG_OBJECT more.
8336
8337 2006-08-16  Wim Taymans  <wim@fluendo.com>
8338
8339         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
8340         Turn a g_print into a DEBUG line.
8341
8342 2006-08-13  Wim Taymans  <wim@fluendo.com>
8343
8344         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
8345         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8346         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
8347         (gst_oss_mixer_element_get_property),
8348         (gst_oss_mixer_element_change_state):
8349         * sys/oss/gstossmixerelement.h:
8350         Small cleanups. Better error reporting.
8351         Add device property for the mixer instead of the hardcoded
8352         /dev/mixer. Fixes #350785.
8353         API: GstOssMixerElement::device property
8354
8355 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
8356
8357         Patch by: Jens Granseuer <jensgr at gmx net>
8358
8359         * gconf/Makefile.am:
8360           Make --disable-schemas work right (they still need
8361           to be copied to the installation directory, just not
8362           applied). Fixes #351347 (also #344100).
8363           
8364 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8365
8366         * configure.ac: back to HEAD
8367
8368 === release 0.10.4 ===
8369
8370 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
8371
8372         * configure.ac:
8373           releasing 0.10.4, "Dear Leader"
8374
8375 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8376
8377         Patch by: Edward Hervey <edward@fluendo.com>
8378
8379         * configure.ac:
8380         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8381         (gst_wavparse_stream_data):
8382         Send the newsegment event in the streaming thread.
8383         Fixes #347529
8384
8385 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
8386
8387         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
8388         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
8389         (gst_smokeenc_resync), (gst_smokeenc_chain):
8390           Refuse sink caps in the encoder if width or height is not a
8391           multiple of 16, the encoder does not support that yet (#349939);
8392           along the same lines, check the return value of the encoder
8393           setup function; also remove some debug log clutter.
8394
8395 2006-08-04  Andy Wingo  <wingo@pobox.com>
8396
8397         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
8398         whether a processor can work in place or not, and for keeping
8399         track of its state. Change the FlowReturn instance variable from
8400         "state" to "flow_state", all callers changed.
8401
8402         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
8403         (gst_signal_processor_start, gst_signal_processor_stop)
8404         (gst_signal_processor_cleanup): New functions to manage the
8405         processor's state.
8406         (gst_signal_processor_setcaps): start() as well as setup() here.
8407         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
8408         (gst_signal_processor_change_state): Stop and cleanup the
8409         processor as we go to NULL.
8410
8411         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
8412         INPLACE_BROKEN is not set.
8413
8414         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
8415         Do the alloc_buffer in bytes, not frames.
8416         
8417 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8418
8419         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
8420         Fix rgb masks when recording in < 24bpp.
8421
8422 2006-08-04  Andy Wingo  <wingo@pobox.com>
8423
8424         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
8425         (gst_signal_processor_prepare)
8426         (gst_signal_processor_update_inputs)
8427         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
8428         (gst_signal_processor_flush)
8429         (gst_signal_processor_sink_activate_push)
8430         (gst_signal_processor_src_activate_pull)
8431         (gst_signal_processor_change_state): Remove the last of the code
8432         that assumes that we process whole buffers at a time. Fix some
8433         debugging. Seems to work now in some cases.
8434         (gst_signal_processor_src_activate_pull): BPB
8435
8436 2006-08-01  Andy Wingo  <wingo@pobox.com>
8437
8438         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
8439         Fix nframes-choosing.
8440         (gst_signal_processor_init): Init pending_in and pending_out.
8441
8442         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
8443         more default sample rate, although we never check that the sample
8444         rate actually gets set. Something for the future.
8445         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
8446         (gst_signal_processor_event): Refcount fixen.
8447         (gst_signal_processor_process): Pull the number of frames to
8448         process from the sizes of the buffers in the input pens.
8449         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
8450         (gst_signal_processor_do_pulls): Add an nframes argument, and use
8451         it instead of buffer_frames.
8452         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
8453         to do_pulls.
8454         (gst_signal_processor_chain)
8455         (gst_signal_processor_sink_activate_push)
8456         (gst_signal_processor_src_activate_pull):  Refcount fixen.
8457
8458         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
8459
8460 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
8461
8462         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
8463         (gst_signal_processor_process):
8464           don't query buffer-frames from caps, add lots of debug-log,
8465           try fix for assert (#349189)
8466
8467 2006-07-31  Wim Taymans  <wim@fluendo.com>
8468
8469         * gst/udp/gstudpsrc.c:
8470         Fix docs.
8471
8472 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
8473
8474         * ext/ladspa/gstsignalprocessor.c:
8475         (gst_signal_processor_add_pad_from_template),
8476         (gst_signal_processor_init), (gst_signal_processor_setcaps),
8477         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
8478         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
8479         (gst_signal_processor_sink_activate_push),
8480         (gst_signal_processor_src_activate_pull),
8481         (gst_signal_processor_change_state):
8482          Add debugs logs here and there, add more error handling, add some
8483          FIXME comments, filed #349189
8484
8485 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8486
8487         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
8488         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
8489         Set caps on buffer correctly.  Fixes bug #349155.
8490
8491 2006-07-28  Wim Taymans  <wim@fluendo.com>
8492
8493         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8494
8495         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
8496         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
8497         (gst_multipart_demux_finalize), (get_line_end),
8498         (multipart_parse_header), (multipart_find_boundary),
8499         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
8500         (gst_multipart_set_property), (gst_multipart_get_property):
8501         Uses GstAdapter instead of own buffering.
8502         Actually parses the mime-type correctly (In tests the mime-type was
8503         always "" with the old version).
8504         Uses the Content-length header if available to speed up things.
8505         Reliably autoscans the boundary name by default.
8506         Fixes #349068.
8507
8508         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
8509         Don't start the stream with a \n.
8510
8511 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
8512
8513         Patch by: Brian Cameron <brian dot cameron at sun com>
8514
8515         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
8516           Open source with O_NONBLOCK (#349015).
8517
8518 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
8519
8520         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8521         (gst_avi_demux_massage_index):
8522         * gst/avi/gstavidemux.h:
8523           Whitespace fixes and more debug
8524
8525 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8526
8527         * gst/autodetect/gstautoaudiosink.c:
8528         (gst_auto_audio_sink_create_element_with_pretty_name),
8529         (gst_auto_audio_sink_find_best),
8530         (gst_auto_audio_sink_change_state):
8531           Get rid of old and unused magic sound-server properties stuff.
8532           Add suffix to child sink's name that makes it easy to see from
8533           the name alone which type it actually is (alsa, oss, esd, etc.).
8534
8535 2006-07-27  Wim Taymans  <wim@fluendo.com>
8536
8537         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8538         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
8539         (gst_udpsrc_start):
8540         * gst/udp/gstudpsrc.h:
8541         Rename "buffer" to "buffer-size" to make clear it is a size we set and
8542         not some sort of feature we enable.
8543
8544 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8545
8546         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
8547           Use CLOSE_SOCKET() here instead of close() to maintain
8548           win32 workiness.
8549
8550 2006-07-27  Wim Taymans  <wim@fluendo.com>
8551
8552         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8553
8554         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8555         (gst_udpsrc_create), (gst_udpsrc_set_property),
8556         (gst_udpsrc_get_property), (gst_udpsrc_start):
8557         * gst/udp/gstudpsrc.h:
8558         Added "buffer-size" property to control the kernel receive buffer size.
8559         Update documentation.
8560         Small cleanups. Fixes #348752.
8561         API: buffer-size property
8562
8563 2006-07-26  Wim Taymans  <wim@fluendo.com>
8564
8565         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
8566
8567         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
8568         (gst_rtp_pcma_pay_handle_buffer):
8569         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
8570         (gst_rtp_pcmu_pay_handle_buffer):
8571         Fix timestamp calculation on outgoing RTP packets.
8572         Fixes #348675.
8573
8574 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8575
8576         * ext/taglib/gstid3v2mux.cc:
8577           Fix writing of comment frames (should be COMM not TCOM),
8578           is still sub-optimal though, since we don't retain or
8579           extract the comment descriptions properly (#334375,
8580           also see #334375).
8581
8582 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8583
8584         * gst/wavparse/gstwavparse.c:
8585           #define 'fact' RIFF chunk if we are not compiling against
8586           -base CVS (we don't want to depend on -base CVS for this
8587           one define only, and also not for release order reasons).
8588
8589 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8590
8591         * ext/taglib/gstid3v2mux.cc:
8592           Handle multiple tags of the same type properly. Re-inject
8593           unparsed ID3v2 frames that we get as binary blobs from
8594           id3demux into the tag again so we don't lose information
8595           when retagging (#334375).
8596
8597 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
8598
8599         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
8600           Document newly-added properties properly, so that there is a
8601           'Since: 0.10.4' in the plugin docs. Convert some property
8602           names into canonical GObject style (GObject will do that
8603           internally anyway).
8604
8605 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
8606
8607         * gst/id3demux/id3tags.c:
8608         (id3demux_add_id3v2_frame_blob_to_taglist):
8609           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
8610           well, and add the version to the blob's buffer caps, since that
8611           information will be needed for deserialisation later on (#348644).
8612
8613 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
8614
8615         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
8616         (gst_avi_demux_parse_stream):
8617          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
8618          indentation and spacing.
8619
8620 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8621
8622         * docs/plugins/Makefile.am:
8623         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8624         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8625         * docs/plugins/gst-plugins-good-plugins.args:
8626         * docs/plugins/inspect/plugin-1394.xml:
8627         * docs/plugins/inspect/plugin-aasink.xml:
8628         * docs/plugins/inspect/plugin-alaw.xml:
8629         * docs/plugins/inspect/plugin-alpha.xml:
8630         * docs/plugins/inspect/plugin-alphacolor.xml:
8631         * docs/plugins/inspect/plugin-annodex.xml:
8632         * docs/plugins/inspect/plugin-apetag.xml:
8633         * docs/plugins/inspect/plugin-auparse.xml:
8634         * docs/plugins/inspect/plugin-autodetect.xml:
8635         * docs/plugins/inspect/plugin-avi.xml:
8636         * docs/plugins/inspect/plugin-cacasink.xml:
8637         * docs/plugins/inspect/plugin-cairo.xml:
8638         * docs/plugins/inspect/plugin-cdio.xml:
8639         * docs/plugins/inspect/plugin-cutter.xml:
8640         * docs/plugins/inspect/plugin-debug.xml:
8641         * docs/plugins/inspect/plugin-dv.xml:
8642         * docs/plugins/inspect/plugin-efence.xml:
8643         * docs/plugins/inspect/plugin-effectv.xml:
8644         * docs/plugins/inspect/plugin-esdsink.xml:
8645         * docs/plugins/inspect/plugin-flac.xml:
8646         * docs/plugins/inspect/plugin-flxdec.xml:
8647         * docs/plugins/inspect/plugin-gconfelements.xml:
8648         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8649         * docs/plugins/inspect/plugin-goom.xml:
8650         * docs/plugins/inspect/plugin-halelements.xml:
8651         * docs/plugins/inspect/plugin-icydemux.xml:
8652         * docs/plugins/inspect/plugin-id3demux.xml:
8653         * docs/plugins/inspect/plugin-jpeg.xml:
8654         * docs/plugins/inspect/plugin-level.xml:
8655         * docs/plugins/inspect/plugin-matroska.xml:
8656         * docs/plugins/inspect/plugin-mulaw.xml:
8657         * docs/plugins/inspect/plugin-multipart.xml:
8658         * docs/plugins/inspect/plugin-navigationtest.xml:
8659         * docs/plugins/inspect/plugin-ossaudio.xml:
8660         * docs/plugins/inspect/plugin-png.xml:
8661         * docs/plugins/inspect/plugin-rtp.xml:
8662         * docs/plugins/inspect/plugin-rtsp.xml:
8663         * docs/plugins/inspect/plugin-shout2send.xml:
8664         * docs/plugins/inspect/plugin-smpte.xml:
8665         * docs/plugins/inspect/plugin-speex.xml:
8666         * docs/plugins/inspect/plugin-udp.xml:
8667         * docs/plugins/inspect/plugin-videobalance.xml:
8668         * docs/plugins/inspect/plugin-videobox.xml:
8669         * docs/plugins/inspect/plugin-videoflip.xml:
8670         * docs/plugins/inspect/plugin-videomixer.xml:
8671         * docs/plugins/inspect/plugin-wavenc.xml:
8672         * docs/plugins/inspect/plugin-wavparse.xml:
8673         * docs/plugins/inspect/plugin-ximagesrc.xml:
8674           Update files to CVS/Prerelease version, add esdsink docs.
8675
8676         * ext/esd/esdsink.c:
8677           Add gtk-doc blurb.
8678
8679         * gst/rtp/gstrtpmp4vpay.c:
8680           Fix typo in element description.
8681
8682 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8683
8684         * ext/esd/esdsink.c: (gst_esdsink_open),
8685         (gst_esdsink_factory_init):
8686           Prevent libesd from auto-spawning a sound daemon if it
8687           is not already running. Now that we don't do evil stuff
8688           like that any longer we can give esdsink a rank so that
8689           autoaudiosink will try it as well if all other audio
8690           sinks fail (#343051).
8691
8692 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8693
8694         * ext/esd/Makefile.am:
8695           Oops, need to remove README from EXTRA_DIST as well.
8696
8697 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8698
8699         * ext/esd/README:
8700           Remove, it contains nothing useful anyway.
8701
8702         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
8703         (gst_esdsink_delay):
8704           Some small clean-ups; use GST_BOILERPLATE etc.
8705
8706 2006-07-24  Wim Taymans  <wim@fluendo.com>
8707
8708         * gst/law/alaw-decode.c: (alawdec_getcaps):
8709         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
8710         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
8711         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
8712         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
8713
8714 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
8715
8716         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
8717         (gst_wavparse_other), (gst_wavparse_perform_seek),
8718         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
8719         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
8720         (gst_wavparse_pad_query):
8721         * gst/wavparse/gstwavparse.h:
8722           Use information from 'fact' chunk for length calculation of compressed
8723           samples. Calculate bps if bogus value is found in wav header (embeded
8724           mp2/mp3).
8725           
8726
8727 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8728
8729         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
8730
8731         * configure.ac:
8732         * gst/udp/Makefile.am:
8733         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
8734         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
8735         * gst/udp/gstdynudpsink.h:
8736         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
8737         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
8738         * gst/udp/gstmultiudpsink.h:
8739         * gst/udp/gstudp.c: (plugin_init):
8740         * gst/udp/gstudpsink.h:
8741         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
8742         (gst_udpsrc_start), (gst_udpsrc_stop):
8743         * gst/udp/gstudpsrc.h:
8744         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
8745         (gst_udp_net_utils_win32_wsa_startup):
8746         * gst/udp/gstudpnetutils.h:
8747           Port udp plugin to win32 (#345288).
8748
8749 2006-07-24  Wim Taymans  <wim@fluendo.com>
8750
8751         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
8752         Remove unwanted DEBUG line.
8753
8754 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
8755
8756         * gst/id3demux/gstid3demux.c: (plugin_init):
8757         * gst/id3demux/id3tags.c:
8758         (id3demux_add_id3v2_frame_blob_to_taglist):
8759         * gst/id3demux/id3tags.h:
8760           On second thought, it might be wiser and more efficient
8761           not to do tag registration from a streaming thread.
8762
8763 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
8764
8765         * gst/id3demux/id3tags.c:
8766         (id3demux_add_id3v2_frame_blob_to_taglist),
8767         (id3demux_id3v2_frames_to_tag_list):
8768           Put ID3v2 frames we can't parse as binary blobs into private
8769           tags, so that they are not lost when retagging, at least once
8770           id3v2mux has been taught to re-inject those frames again.
8771           See bug #334375.
8772
8773 2006-07-21  Wim Taymans  <wim@fluendo.com>
8774
8775         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8776         (gst_avi_demux_process_next_entry):
8777         Fix some leaks.
8778
8779         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
8780         Don't use \n in debug lines.
8781
8782 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
8783
8784         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8785         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8786           Add annodex and icydemux, cleanup the sections a bit
8787
8788 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
8789
8790         Patch by: Alex Lancaster <alexl at users sourceforge net>
8791
8792         * ext/taglib/gstid3v2mux.cc:
8793           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
8794           ID3v2 TSSE frames (#347898).
8795
8796 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
8797
8798         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
8799           Respect mpegversion for "video/mpeg" and give message in case of
8800           unhandled versions.
8801
8802 2006-07-17  Wim Taymans  <wim@fluendo.com>
8803
8804         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
8805         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
8806         (gst_pngdec_chain), (gst_pngdec_sink_event),
8807         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
8808         (gst_pngdec_sink_activate_push):
8809         * ext/libpng/gstpngdec.h:
8810         Use statically allocated segment instead of leaking.
8811         Various cleanups.
8812         Fix flush and seek handling.
8813
8814 2006-07-16  Wim Taymans  <wim@fluendo.com>
8815
8816         * gst/rtp/Makefile.am:
8817         * gst/rtp/gstrtp.c: (plugin_init):
8818         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
8819         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
8820         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
8821         (gst_rtp_mp4g_depay_set_property),
8822         (gst_rtp_mp4g_depay_get_property),
8823         (gst_rtp_mp4g_depay_change_state),
8824         (gst_rtp_mp4g_depay_plugin_init):
8825         * gst/rtp/gstrtpmp4gdepay.h:
8826         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
8827         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
8828         (gst_rtp_mp4g_pay_flush):
8829         Added simple generic mpeg4 depayloader.
8830         Fix generic mpeg4 payloader.
8831
8832 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
8833
8834         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
8835           Don't try doing state changes on a NULL pointer.
8836
8837 2006-07-14  Wim Taymans  <wim@fluendo.com>
8838
8839         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
8840
8841         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
8842         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
8843         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
8844         * gst/rtp/gstrtpamrdepay.h:
8845         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
8846         Fixes #321191
8847
8848 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8849
8850         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
8851         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
8852         Fix segfault when moving mouse pointer to the bottom right corner.
8853
8854 2006-07-12  Wim Taymans  <wim@fluendo.com>
8855
8856         * gst/rtp/Makefile.am:
8857         * gst/rtp/gstrtp.c: (plugin_init):
8858         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
8859         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
8860         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
8861         (gst_rtp_mp2t_depay_set_property),
8862         (gst_rtp_mp2t_depay_get_property),
8863         (gst_rtp_mp2t_depay_change_state),
8864         (gst_rtp_mp2t_depay_plugin_init):
8865         * gst/rtp/gstrtpmp2tdepay.h:
8866         Added mpeg2 TS depayloader. Closing #347234.
8867
8868 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8869
8870         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
8871           Remove g_assert that shouldn't be there and was triggered
8872           after trying to open a device that doesn't exist or can't
8873           be opened for some other reason (#347972).
8874
8875 2006-07-10  Edward Hervey  <edward@fluendo.com>
8876
8877         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8878         (gst_avi_demux_stream_header), (push_tag_lists):
8879         * gst/avi/gstavidemux.h:
8880         Don't push tag events found by gst_riff_parse_info() before outputting
8881         GST_EVENT_NEWSEGMENT.
8882
8883 2006-07-10  Wim Taymans  <wim@fluendo.com>
8884
8885         * gst/rtsp/Makefile.am:
8886         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
8887         (rtsp_connection_close):
8888         * gst/rtsp/rtspdefs.h:
8889         replaced closesocket and close in code with one CLOSE_SOCKET. 
8890         Some more cleanups. Fixes #345301.
8891
8892 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
8893
8894         * gst/autodetect/gstautoaudiosink.c:
8895           Fix example pipeline in docs.
8896
8897 2006-07-10  Wim Taymans  <wim@fluendo.com>
8898
8899         Patch by: Rob Taylor <robtaylor at floopily dot org>
8900
8901         * gst/udp/gstmultiudpsink.c: (join_multicast),
8902         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
8903         If a destination is added before the stream is set to PAUSED, the
8904         multicast group is not joined as the socket is not created yet. 
8905         Also TTL and LOOP should also be set. Fixes #346921.
8906
8907 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8908
8909         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
8910         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
8911         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
8912         (gst_ximage_src_init):
8913         * sys/ximage/gstximagesrc.h:
8914         Fix use-damage property to actually work :)
8915         Add startx, starty, endx, endy properties so screencasts other than full
8916         screen ones can work.
8917
8918 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8919
8920         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
8921         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
8922         (gst_ximage_src_class_init), (gst_ximage_src_init):
8923         * sys/ximage/gstximagesrc.h:
8924         Add use_damage property to offer ability to choose whether to use
8925         XDamage or not.
8926
8927 2006-07-07  Wim Taymans  <wim@fluendo.com>
8928
8929         * gst/goom/filters.c: (zoomFilterSetResolution):
8930         Avoid goom coredumping by clearing memory. 
8931         Fixes 345679.
8932
8933 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
8934
8935         * win32/vs6/libgstid3demux.dsp:
8936         Add a link to libgsttag-0.10.lib.
8937
8938 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
8939
8940         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
8941         (gst_tag_demux_read_range):
8942         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
8943         (gst_id3demux_read_range):
8944           Don't return FLOW_UNEXPECTED when a buffer is before
8945           the start of the stream (which might happen with
8946           large ID3v2 tags if the tag reading was done pullrange
8947           based and we then switched to push mode later on).
8948           Fixes regression introduced by commit from June 29th.
8949
8950 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
8951
8952         * ext/taglib/gstid3v2mux.cc:
8953           Make UTF-8 the default encoding when writing string
8954           tags (before, our UTF-8 strings would automatically
8955           be converted to ISO-8859-1 by taglib and written as
8956           ISO-8859-1 fields if that was possible).
8957
8958         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
8959         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
8960         (test_taglib_id3mux_with_tags):
8961           Add test case that makes sure our UTF-8 strings have
8962           actually been written into the tag as UTF-8.
8963
8964 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
8965
8966         * configure.ac:
8967           Let's try that again.
8968
8969 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
8970
8971         * configure.ac:
8972           Disable monoscope plugin for now until it fulfills
8973           all the requirements.
8974
8975 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
8976
8977         * configure.ac:
8978         * gst/monoscope/Makefile.am:
8979         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
8980         (gst_monoscope_class_init), (gst_monoscope_init),
8981         (gst_monoscope_finalize), (gst_monoscope_reset),
8982         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
8983         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
8984         (gst_monoscope_sink_event), (gst_monoscope_src_event),
8985         (gst_monoscope_change_state), (plugin_init):
8986         * gst/monoscope/gstmonoscope.h:
8987           Port monoscope visualisation to 0.10.
8988
8989 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
8990
8991         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
8992         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8993           Return FLOW_UNEXPECTED when at the end of the file, not
8994           FLOW_ERROR. Fixes 'internal stream error' errors that
8995           would sometimes occur in totem when scrubbing to the
8996           end of an ID3v1 tagged mp3 file.
8997
8998 2006-07-03  Edward Hervey  <edward@fluendo.com>
8999
9000         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
9001         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
9002         (gst_pngdec_sink_event), (gst_pngdec_change_state):
9003         * ext/libpng/gstpngdec.h:
9004         Implement buffer clipping/dropping using GstSegment.
9005         This provides accurate seeking.
9006
9007 2006-07-03  Edward Hervey  <edward@fluendo.com>
9008
9009         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9010         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
9011         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
9012         (gst_avi_demux_process_next_entry), (push_tag_lists),
9013         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
9014         * gst/avi/gstavidemux.h:
9015         Proper aggregation of each stream's GstFlowReturn in order to figure out
9016         whether the task should stop or not.
9017         Don't send inline events before pushing out a NEW_SEGMENT, more
9018         specifically for GST_TAG_EVENT.
9019         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
9020         sub-indexes.
9021
9022 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
9023
9024         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9025
9026         * sys/sunaudio/gstsunaudiomixerctrl.c:
9027         (gst_sunaudiomixer_ctrl_build_list):
9028           Move "Monitor" slider to input tab so it works more like
9029           sdtaudiocontrol, which is what people on Solaris are used
9030           to using for their mixer program (#346259).
9031
9032 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9033
9034         * tests/check/elements/level.c: (GST_START_TEST):
9035           fix a leak, clean up at the end
9036
9037 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9038
9039         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9040         (gst_matroska_demux_send_event),
9041         (gst_matroska_demux_loop_stream_parse_id):
9042         * gst/matroska/matroska-ids.h:
9043           Send tag event after newsegment event.
9044
9045 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9046
9047         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9048         (gst_id3demux_read_range):
9049           Make sure we don't return GST_FLOW_OK with a NULL buffer in
9050           certain cases where a read beyond the end of the file is
9051           requested. Fixes #345930.
9052
9053         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9054         (gst_tag_demux_read_range):
9055           Fix same issue here as well.
9056
9057 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9058
9059         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9060         
9061         Fix hypothetical crash.
9062
9063 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9064
9065         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9066
9067         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
9068           Do not modify the ports value. If the user has turned off the
9069           built-in speakers, then we should not reset it in the prepare
9070           function, since this causes the built-in speakers to turn
9071           back on anytime the user changes a track in totem, rhythmbox,
9072           etc. (#346066).
9073
9074 2006-06-23  Wim Taymans  <wim@fluendo.com>
9075
9076         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
9077         Fix double caps unref when negotiation fails.
9078
9079 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9080
9081         * ext/annodex/gstcmmldec.c:
9082         * ext/annodex/gstcmmlenc.c:
9083         * ext/annodex/gstcmmlparser.c:
9084         * ext/dv/gstdvdec.c:
9085         * ext/dv/gstdvdemux.c:
9086         * ext/gdk_pixbuf/pixbufscale.c:
9087         * ext/jpeg/gstjpegenc.c:
9088         * ext/jpeg/gstsmokedec.c:
9089         * ext/jpeg/gstsmokeenc.c:
9090         * ext/libpng/gstpngdec.c:
9091         * ext/libpng/gstpngenc.c:
9092         * ext/speex/gstspeexenc.c:
9093         * gst/alpha/gstalphacolor.c:
9094         * gst/cutter/gstcutter.c:
9095         * gst/debug/gstnavigationtest.c:
9096         * gst/icydemux/gsticydemux.c:
9097         * gst/level/gstlevel.c:
9098         * gst/multipart/multipart.c:
9099         * gst/rtp/gstrtpamrpay.c:
9100         * gst/rtp/gstrtpdepay.c:
9101         * gst/rtp/gstrtpilbcpay.c:
9102         * gst/rtp/gstrtpmp4gpay.c:
9103         * gst/rtp/gstrtpmp4vpay.c:
9104         * gst/rtsp/gstrtpdec.c:
9105         * gst/rtsp/gstrtspsrc.c:
9106         * gst/udp/gstdynudpsink.c:
9107         * gst/udp/gstmultiudpsink.c:
9108         * gst/udp/gstudpsrc.c:
9109         * gst/videobox/gstvideobox.c:
9110         * gst/videofilter/gstvideoflip.c:
9111           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
9112           plus two minor macro fixes.
9113
9114 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9115
9116         * gst/matroska/matroska-demux.c:
9117         (gst_matroska_demux_check_subtitle_buffer),
9118         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9119         (gst_matroska_demux_subtitle_caps):
9120         * gst/matroska/matroska-ids.c:
9121         (gst_matroska_track_init_subtitle_context):
9122         * gst/matroska/matroska-ids.h:
9123           Try to fix up broken matroska files containing subtitle
9124           streams with non-UTF8 character encodings (courtesy of
9125           mkvmerge) using either the encoding specified in the
9126           GST_SUBTITLE_ENCODING environment variable or the
9127           current locale's character set if it is non-UTF8.
9128           Fixes #337076.
9129
9130 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9131
9132         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9133           Set image type from APIC frame as "image-type" field
9134           of GST_TAG_IMAGE buffer caps (#344605).
9135
9136 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
9137
9138         * ext/flac/Makefile.am:
9139         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
9140         (gst_flac_dec_reset_decoders),
9141         (gst_flac_dec_setup_seekable_decoder),
9142         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
9143         (gst_flac_dec_metadata_callback),
9144         (gst_flac_dec_metadata_callback_seekable),
9145         (gst_flac_dec_metadata_callback_stream),
9146         (gst_flac_dec_error_callback),
9147         (gst_flac_dec_error_callback_seekable),
9148         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
9149         (gst_flac_dec_read_stream), (gst_flac_dec_write),
9150         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
9151         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
9152         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
9153         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
9154         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
9155         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
9156         (gst_flac_dec_sink_activate_push),
9157         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
9158         * ext/flac/gstflacdec.h:
9159           Support chain-based operation, should make flac-over-DAAP
9160           work (#340492).
9161
9162 2006-06-20  Wim Taymans  <wim@fluendo.com>
9163
9164         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9165         Doc updates, merge some unused symbols.
9166
9167 2006-06-20  Wim Taymans  <wim@fluendo.com>
9168
9169         * docs/plugins/Makefile.am:
9170         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9171         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9172         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
9173         * gst/rtsp/gstrtspsrc.c:
9174         * gst/rtsp/gstrtspsrc.h:
9175         Added documentation for the rtsp plugin. Fixes #345393.
9176
9177 2006-06-20  Wim Taymans  <wim@fluendo.com>
9178
9179         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9180         (rtsp_connection_close), (rtsp_connection_free):
9181         Use better G_OS_* macros. Fixes #345301 some more.
9182
9183 2006-06-20  Wim Taymans  <wim@fluendo.com>
9184
9185         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9186
9187         * sys/sunaudio/Makefile.am:
9188         * sys/sunaudio/gstsunaudio.c: (plugin_init):
9189         * sys/sunaudio/gstsunaudiomixerctrl.c:
9190         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
9191         (gst_sunaudiomixer_ctrl_list_tracks),
9192         (gst_sunaudiomixer_ctrl_get_volume),
9193         (gst_sunaudiomixer_ctrl_set_volume),
9194         (gst_sunaudiomixer_ctrl_set_mute),
9195         (gst_sunaudiomixer_ctrl_set_record):
9196         * sys/sunaudio/gstsunaudiomixerctrl.h:
9197         * sys/sunaudio/gstsunaudiomixertrack.c:
9198         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
9199         * sys/sunaudio/gstsunaudiomixertrack.h:
9200         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
9201         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
9202         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
9203         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
9204         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
9205         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
9206         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
9207         (gst_sunaudiosrc_reset):
9208         * sys/sunaudio/gstsunaudiosrc.h:
9209         Add a SunAudio source plugin.
9210         Support stereo and right/left channel gain in the mixer plugin.
9211         Support the RECORD flag so that you can switch between line-input and
9212         microphone in gnome-volume-control.
9213         Code cleanups like using an enumerator for track number instead of an 
9214         integer. Fixes #344923.
9215
9216 2006-06-20  Wim Taymans  <wim@fluendo.com>
9217
9218         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
9219
9220         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9221         (rtsp_connection_close):
9222         Make RTSP plugin compile on windows. Fixes #345301.
9223         Some changes to original patch to catch errors better.
9224         use ifdef WIN32 instead of ifndef.
9225
9226 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9227
9228         * configure.ac:
9229         If we have libraw1394 >= 1.2.1, then we need libiec61883.
9230
9231 2006-06-18  Edward Hervey  <edward@fluendo.com>
9232
9233         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
9234         After a failed buffer alloc, we need to abort the jpeg decoding (it
9235         started when parsing headers to figure out how many bytes we need
9236         to request downstream).
9237
9238 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
9239
9240         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9241
9242         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
9243           Make sure we don't read beyond the end of the file (#345232).
9244
9245 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9246
9247         * configure.ac:
9248           Fix --disable-external (can't set conditionals conditionally,
9249           #343602).
9250
9251 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9252
9253         * autogen.sh:
9254         * configure.ac:
9255         * docs/Makefile.am:
9256           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
9257
9258         * docs/plugins/Makefile.am:
9259         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9260         * docs/plugins/inspect/plugin-taglib.xml:
9261           Add/fix apev2mux docs.
9262
9263 2006-06-14  Wim Taymans  <wim@fluendo.com>
9264
9265         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
9266         (gst_dvdec_finalize), (gst_dvdec_sink_event),
9267         (gst_dvdec_change_state):
9268         Reset segment info on flush.
9269         Alloc segment in _init, free in _finalize.
9270
9271         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
9272         Don't send segments twice.
9273
9274 2006-06-14  Wim Taymans  <wim@fluendo.com>
9275
9276         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
9277         Respect segment.stop. Fixes #342592.
9278
9279 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9280
9281         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
9282           No language specified means the implied language is English
9283           according to the matroska spec (partially fixes #344708);
9284           add some more debug output.
9285
9286 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9287
9288         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
9289         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
9290         (gst_wavparse_chain):
9291           When operating chain-based, don't make any assumptions about the
9292           chunking of the incoming data and make streaming work on days other
9293           than the second Thursday after a full moon. Also fix up debug
9294           messages here and there and make use of the most excellent new
9295           gst_pad_query_peer_duration() utility function.
9296           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
9297
9298         * gst/wavparse/gstwavparse.h:
9299           Remove trailing comma after last enum value, some compilers don't
9300           like that.
9301
9302 2006-06-13  Wim Taymans  <wim@fluendo.com>
9303
9304         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
9305         Handle premature EOS gracefully.
9306
9307 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
9308
9309         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
9310           Prevent out of bounds array access when scrubbing towards
9311           the end of the file between the last index entry and the
9312           end. Fixes occasional 'start <= stop' newsegment event
9313           assertions when scrubbing in MJPEG files.
9314
9315 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
9316
9317         * tests/check/elements/.cvsignore:
9318           And another one.
9319
9320 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9321
9322         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9323         (scan_encoded_string), (parse_picture_frame):
9324           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
9325
9326         * configure.ac:
9327           Require core >= 0.10.8 (for GST_TAG_IMAGE and
9328           GST_TAG_PPEVIEW_IMAGE used in the patch above).
9329
9330 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9331
9332         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
9333           gratuitous comment changes
9334         * tests/check/elements/level.c: (GST_START_TEST):
9335           fix level test leaks
9336
9337 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9338
9339         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
9340         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
9341           Use gst_pad_query_peer_duration() utility function here.
9342
9343 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9344
9345         * autogen.sh:
9346           require am17
9347         * configure.ac:
9348         * ext/annodex/Makefile.am:
9349         * ext/cdio/Makefile.am:
9350         * ext/dv/Makefile.am:
9351         * ext/esd/Makefile.am:
9352         * ext/flac/Makefile.am:
9353         * ext/gdk_pixbuf/Makefile.am:
9354         * ext/ladspa/Makefile.am:
9355         * ext/libcaca/Makefile.am:
9356         * ext/speex/Makefile.am:
9357         * ext/taglib/Makefile.am:
9358         * sys/oss/Makefile.am:
9359         * sys/sunaudio/Makefile.am:
9360         * sys/ximage/Makefile.am:
9361           clean up build further
9362
9363 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9364
9365         * gconf/Makefile.am:
9366           Honour --disable-schemas-install configure option. Fixes #344100.
9367
9368 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9369
9370         * tests/examples/level/Makefile.am:
9371           Add -lm to LIBS for pow() function, don't assume one of our
9372           dependencies (such as libxml-2.0) drags it in automatically
9373           (#343603).
9374
9375 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9376
9377         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
9378
9379         * configure.ac:
9380           We should use $SED and not $(SED) in configure.ac (#343678).
9381
9382 2006-06-09  Wim Taymans  <wim@fluendo.com>
9383
9384         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9385
9386         * sys/sunaudio/gstsunaudiomixerctrl.c:
9387         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
9388         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
9389         (gst_sunaudiomixer_ctrl_set_mute):
9390         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
9391         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
9392         (gst_sunaudiosink_write):
9393         Attached find a patch that fixes a number of bugs with the SunAudio
9394         mixer plugin and fixes #344101:
9395         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
9396            tracks onto the tracklist causing gnome-volume-control's preferences
9397            dialog to be messed up and would core dump if you checked/unchecked
9398            any item.
9399         2. We weren't previously setting the MUTE flag properly.  Fixing this
9400            makes gnome-volume-control work better.
9401         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
9402            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
9403            gnome-volume-control look better.
9404         Also some minor cleanup in gstsunaudiosink.c.
9405
9406 2006-06-09  Wim Taymans  <wim@fluendo.com>
9407
9408         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
9409         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
9410         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
9411         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
9412         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
9413         * ext/jpeg/gstjpegdec.h:
9414         API: Added IDCT method property
9415         Small cleanups.
9416         Avoid dynamic allocation of trivial fixed structure.
9417         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
9418
9419 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9420
9421         * configure.ac:
9422         We now require libraw1394 >= 1.1.0 and that version onwards all
9423         have .pc files.
9424
9425 2006-06-02  Edward Hervey  <edward@fluendo.com>
9426
9427         * gst/law/alaw-decode.c: (alawdec_getcaps): 
9428         Trying to get items from an ANY or EMPTY caps is ... stupid.
9429
9430 2006-06-02  Edward Hervey  <edward@fluendo.com>
9431
9432         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
9433         (gst_dvdec_chain), (gst_dvdec_change_state):
9434         * ext/dv/gstdvdec.h:
9435         Added GstSegment handling, now implements dropping/clipping.
9436
9437 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
9438
9439         * ext/aalib/gstaasink.h:
9440         * ext/annodex/gstcmmldec.h:
9441         * ext/cairo/gsttimeoverlay.h:
9442         * ext/dv/gstdvdec.h:
9443         * ext/dv/gstdvdemux.h:
9444         * ext/esd/esdmon.h:
9445         * ext/esd/esdsink.h:
9446         * ext/flac/gstflacenc.h:
9447         * ext/gconf/gstgconfaudiosink.h:
9448         * ext/gconf/gstgconfaudiosrc.h:
9449         * ext/gconf/gstgconfvideosink.h:
9450         * ext/gconf/gstgconfvideosrc.h:
9451         * ext/gdk_pixbuf/gstgdkanimation.h:
9452         * ext/gdk_pixbuf/pixbufscale.h:
9453         * ext/hal/gsthalaudiosink.h:
9454         * ext/hal/gsthalaudiosrc.h:
9455         * ext/jpeg/gstjpegenc.h:
9456         * ext/jpeg/gstsmokedec.h:
9457         * ext/jpeg/gstsmokeenc.h:
9458         * ext/libcaca/gstcacasink.h:
9459         * ext/libmng/gstmngdec.h:
9460         * ext/libmng/gstmngenc.h:
9461         * ext/libpng/gstpngdec.h:
9462         * ext/libpng/gstpngenc.h:
9463         * ext/raw1394/gstdv1394src.h:
9464         * ext/speex/gstspeexenc.h:
9465         * gst/autodetect/gstautoaudiosink.h:
9466         * gst/autodetect/gstautovideosink.h:
9467         * gst/avi/gstavidemux.h:
9468         * gst/cutter/gstcutter.h:
9469         * gst/debug/efence.h:
9470         * gst/debug/gstnavigationtest.h:
9471         * gst/debug/gstnavseek.h:
9472         * gst/flx/gstflxdec.h:
9473         * gst/goom/gstgoom.h:
9474         * gst/icydemux/gsticydemux.h:
9475         * gst/id3demux/gstid3demux.h:
9476         * gst/law/alaw-decode.h:
9477         * gst/law/alaw-encode.h:
9478         * gst/law/mulaw-decode.h:
9479         * gst/law/mulaw-encode.h:
9480         * gst/matroska/matroska-mux.h:
9481         * gst/median/gstmedian.h:
9482         * gst/oldcore/gstaggregator.h:
9483         * gst/oldcore/gstfdsink.h:
9484         * gst/oldcore/gstmd5sink.h:
9485         * gst/oldcore/gstmultifilesrc.h:
9486         * gst/oldcore/gstpipefilter.h:
9487         * gst/oldcore/gstshaper.h:
9488         * gst/oldcore/gststatistics.h:
9489         * gst/rtp/gstasteriskh263.h:
9490         * gst/rtp/gstrtpL16depay.h:
9491         * gst/rtp/gstrtpL16pay.h:
9492         * gst/rtp/gstrtpamrdepay.h:
9493         * gst/rtp/gstrtpamrpay.h:
9494         * gst/rtp/gstrtpdepay.h:
9495         * gst/rtp/gstrtpgsmdepay.h:
9496         * gst/rtp/gstrtpgsmpay.h:
9497         * gst/rtp/gstrtph263pay.h:
9498         * gst/rtp/gstrtph263pdepay.h:
9499         * gst/rtp/gstrtph263ppay.h:
9500         * gst/rtp/gstrtpmp4gpay.h:
9501         * gst/rtp/gstrtpmp4vdepay.h:
9502         * gst/rtp/gstrtpmp4vpay.h:
9503         * gst/rtp/gstrtpmpadepay.h:
9504         * gst/rtp/gstrtpmpapay.h:
9505         * gst/rtp/gstrtppcmadepay.h:
9506         * gst/rtp/gstrtppcmapay.h:
9507         * gst/rtp/gstrtppcmudepay.h:
9508         * gst/rtp/gstrtppcmupay.h:
9509         * gst/rtp/gstrtpspeexdepay.h:
9510         * gst/rtp/gstrtpspeexpay.h:
9511         * gst/rtsp/gstrtpdec.h:
9512         * gst/rtsp/gstrtspsrc.h:
9513         * gst/smpte/gstsmpte.h:
9514         * gst/udp/gstdynudpsink.h:
9515         * gst/udp/gstmultiudpsink.h:
9516         * gst/udp/gstudpsink.h:
9517         * gst/udp/gstudpsrc.h:
9518         * gst/videofilter/gstvideobalance.h:
9519         * gst/videofilter/gstvideoflip.h:
9520         * sys/oss/gstossdmabuffer.h:
9521         * sys/oss/gstossmixerelement.h:
9522         * sys/oss/gstosssink.h:
9523         * sys/oss/gstosssrc.h:
9524         * sys/osxvideo/osxvideosink.h:
9525         * sys/sunaudio/gstsunaudiomixer.h:
9526         * sys/sunaudio/gstsunaudiosink.h:
9527         * sys/ximage/gstximagesrc.h:
9528         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
9529
9530 2006-05-31  Wim Taymans  <wim@fluendo.com>
9531
9532         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
9533         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
9534         (gst_goom_src_setcaps), (gst_goom_src_event),
9535         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
9536         (gst_goom_change_state):
9537         * gst/goom/gstgoom.h:
9538         Handle QoS.
9539         Handle flushing, discont and events.
9540         Fix timestamps and various other cleanups.
9541
9542 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9543
9544         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
9545         Fix bus reset when using libiec61883
9546
9547 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9548
9549         * configure.ac:
9550         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
9551         * ext/raw1394/Makefile.am:
9552         Add CFLAGS.
9553         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
9554         New method, to receive using libiec61883.
9555         (gst_dv1394src_iso_receive),
9556         #ifdef'd out if libiec61883 is present.
9557         (gst_dv1394src_bus_reset),
9558         Get userdata correctly if using libiec61883. 
9559         (gst_dv1394src_create),
9560         When using libiec61883, only poll one fd and no need to read.
9561         (gst_dv1394src_discover_avc_node),
9562         Replace g_warnings.
9563         (gst_dv1394src_start),
9564         Create new handle when we know which dv port.  More reliable
9565         than setting port on an existing handle.  Initialise libiec61883.
9566         (gst_dv1394src_stop):
9567         If using libiec61883, then cleanup its handle properly.
9568         * ext/raw1394/gstdv1394src.h:
9569         Add libiec61883 handle.
9570
9571 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
9572
9573         * gst/avi/gstavidemux.c:
9574           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
9575         * win32/MANIFEST:
9576           sort file listing
9577         * win32/vs6/libgstavi.dsp:
9578           add gstavimux.c to the project
9579         * win32/vs6/libgstid3demux.dsp:
9580           add link to zlib library
9581         * win32/vs6/libgstmatroska.dsp:
9582           add matroska-ids.c to the project
9583
9584 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9585
9586         Patch by: Sebastian Dröge  <mail at slomosnail de >
9587
9588         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9589         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9590         * ext/taglib/Makefile.am:
9591         * ext/taglib/gstapev2mux.cc:
9592         * ext/taglib/gstapev2mux.h:
9593         * ext/taglib/gstid3v2mux.cc:
9594         * ext/taglib/gsttaglibmux.c: (plugin_init):
9595         * ext/taglib/gsttaglibmux.h:
9596           Add apev2mux element (#343122).
9597         
9598         * tests/check/Makefile.am:
9599         * tests/check/elements/apev2mux.c:
9600         (test_taglib_apev2mux_create_tags),
9601         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
9602         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
9603         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
9604         (apev2mux_suite), (main):
9605           Add unit test for apev2mux element.
9606
9607 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9608
9609         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
9610         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
9611         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
9612           GST_PTR_FORMAT should be used to print caps in debug statements.
9613
9614 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9615
9616         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
9617
9618         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
9619         (ape_demux_parse_tags):
9620           Some clean-ups and additions: map APE 'file' tag to
9621           GST_TAG_LOCATION (#343123); add support for extracting
9622           the track count and clean up parsing a bit (#343127).
9623
9624 2006-05-28  Edward Hervey  <edward@fluendo.com>
9625
9626         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
9627         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
9628
9629 2006-05-28  Edward Hervey  <edward@fluendo.com>
9630
9631         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
9632         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
9633         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
9634         * ext/jpeg/gstjpegdec.h:
9635         Clip outgoing buffers according to currently configured segment.
9636
9637 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9638
9639         * ext/taglib/gstid3v2mux.cc:
9640           Handle  writing of track-count or album-volume-count without
9641           track-number or albume-volume-number (in this case the number
9642           will just be set to 0).
9643
9644         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
9645           It would be nice if we actually checked the values received for
9646           track/album-volume number/count in  _check_tags(), rather than
9647           setting them again ...
9648
9649 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9650
9651         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
9652           A track/volume number or count of 0 does not make sense,
9653           just ignore it along with negative numbers (a tag might
9654           only contain a track count without a track number).
9655
9656 2006-05-27  Edward Hervey  <edward@fluendo.com>
9657
9658         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
9659         (gst_jpeg_dec_sink_event):
9660         Abort decompression when receiving FLUSH_STOP. This should avoid
9661         issues when interrupting decoding with flushes.
9662
9663 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
9664
9665         * ext/flac/gstflac.c:
9666           Don't #include file we don't dist any longer.
9667
9668 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
9669
9670         * README:
9671           Replace current README (containing the release notes from
9672           some 0.9.x version) with a proper README taken from the core.
9673
9674 2006-05-24  Wim Taymans  <wim@fluendo.com>
9675
9676         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
9677         Implement EOS correctly by either posting
9678         SEGMENT_DONE or pushing an EOS message depending
9679         on the seek type. Fixes #342592
9680
9681 2006-05-24  Wim Taymans  <wim@fluendo.com>
9682
9683         * gst/law/alaw-decode.c: (gst_alawdec_chain):
9684         * gst/law/alaw-decode.h:
9685         * gst/law/alaw-encode.c: (gst_alawenc_chain):
9686         * gst/law/alaw-encode.h:
9687         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
9688         * gst/law/mulaw-decode.h:
9689         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
9690         * gst/law/mulaw-encode.h:
9691         Some cleanups in the chain functions.
9692         Remove some GStreamer 0.0.2 bits.
9693
9694 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9695
9696         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9697
9698         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
9699           gst_collect_pads_stop() needs to be called before chaining up
9700           to the parent class (#342734).
9701
9702 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9703
9704         * ext/flac/Makefile.am:
9705         * ext/flac/flac_compat.h:
9706         * ext/flac/gstflac.c:
9707         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
9708         * ext/flac/gstflacenc.c:
9709           Remove backwards compatibility cruft for dealing with FLAC API
9710           changes in the 1.0.x series - we require 1.1.1 or newer these days.
9711
9712 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9713
9714         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9715         (gst_matroska_demux_push_xiph_codec_priv_data),
9716         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9717         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
9718         * gst/matroska/matroska-ids.h:
9719         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
9720         (gst_matroska_mux_video_pad_setcaps),
9721         (xiph3_streamheader_to_codecdata),
9722         (vorbis_streamheader_to_codecdata),
9723         (theora_streamheader_to_codecdata),
9724         (gst_matroska_mux_audio_pad_setcaps),
9725         (gst_matroska_mux_write_data):
9726           Add support for muxing/demuxing theora video (#342448; too bad
9727           none of the usual linux players can actually play this). Playback
9728           in GStreamer will require additional changes to theoradec in -base.
9729           Refactor streamheaders <=> CodecPrivateData code a bit; some small
9730           cleanups.
9731
9732 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9733
9734         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
9735         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
9736           Fix crashes when the horizontal subsampling is 1.
9737           Fixes #342097.
9738
9739 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9740
9741         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9742
9743         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
9744         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
9745         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
9746         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
9747         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
9748         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
9749         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
9750         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
9751         (gst_avi_mux_change_state):
9752         * gst/avi/gstavimux.h:
9753           Some enhancements for avimux (#342526):
9754            - add odml (large file) index support
9755            - store codec init data (e.g. huffyuv)
9756            - miscellaneous other fixes/cleanups
9757
9758 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
9759
9760         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
9761         Don't output any tag when we encounter a negative track number - the
9762         tag type is uint, so we end up outputting huge positive numbers
9763         instead. (Fixes: #342029)
9764
9765 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9766
9767         * configure.ac:
9768           update for new GSTPB_PLUGINS_DIR
9769
9770 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
9771
9772         * rtp/gst/gstrtph263pay.c:
9773         Properly set static caps for H263 at 34.
9774
9775 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
9776
9777         Patch by: James "Doc" Livingston  <doclivingston gmail com>
9778
9779         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
9780           Merge event tags and tag setter tags correctly (#339918). Also,
9781           don't leak taglist in case of an error.
9782           
9783 2006-05-17  Edward Hervey  <edward@fluendo.com>
9784
9785         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
9786         We can only do caps intersection if the othercaps are non-empty and not
9787         ANY. Else we return the pad template (base_caps).
9788
9789 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
9790
9791         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
9792           Fix crash when outputting debugging information for certain
9793           pictures (always good to use the right struct member for
9794           the number of records in an array).
9795
9796 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
9797
9798         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
9799
9800         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
9801         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
9802         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
9803         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
9804         (gst_ebml_read_float), (gst_ebml_read_ascii),
9805         (gst_ebml_read_binary):
9806           Don't create unnecessary sub-buffers all the time. Dramatically
9807           improves performance with multiple concurrently running
9808           matroskademux instances (#341818) (and avoids doing
9809           unnecessarily inefficient things in the general case).
9810
9811 2006-05-16  Edward Hervey  <edward@fluendo.com>
9812
9813         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
9814         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
9815         return value of gst_pad_push_event().
9816
9817 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
9818
9819         * gst/autodetect/gstautoaudiosink.c:
9820         (gst_auto_audio_sink_find_best):
9821         * gst/autodetect/gstautovideosink.c:
9822         (gst_auto_video_sink_find_best):
9823         Make the name of the child element be based on the name of the
9824         parent, so that debug output is more useful.
9825         
9826         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
9827         (parse_insert_string_field), (parse_split_strings):
9828         Rework string parsing to always walk over BOM markers in UTF16
9829         strings, using the endianness indicated by the innermost one,
9830         then trying the opposite endianness if that fails to convert
9831         to valid UTF-8. Fixes #341774
9832
9833 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9834
9835         Patch from: Matthieu <matthieu at fluendo dot com>
9836
9837         * ext/libpng/Makefile.am:
9838         Add LIBPNG_CFLAGS.
9839
9840 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
9841
9842         * ext/taglib/gstid3v2mux.cc:
9843           Add support for writing images (APIC frames) into ID3v2
9844           tags (picture type always set to 'other' for now though).
9845
9846 2006-05-14  Michael Smith  <msmith@fluendo.com>
9847
9848         * gst/wavparse/gstwavparse.c:
9849           Update docs; wavparse implements push and pull modes.
9850
9851 2006-05-12  Wim Taymans  <wim@fluendo.com>
9852
9853         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
9854         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
9855         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
9856         Ooops, bitten by the copy-and-paste design paradigm, fixes
9857         seek again.
9858
9859 2006-05-12  Wim Taymans  <wim@fluendo.com>
9860
9861         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9862         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
9863         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
9864         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
9865         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
9866         (gst_avi_demux_massage_index),
9867         (gst_avi_demux_calculate_durations_from_index),
9868         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
9869         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
9870         (gst_avi_demux_loop):
9871         * gst/avi/gstavidemux.h:
9872         Some cleanups, prepare to use GstSegment.
9873         Fix error in entry walking code.
9874         Fix VBR detection.
9875         Smarter timestamp calculation code.
9876         Uniform error/eos handling.
9877
9878 2006-05-12  Michael Smith  <msmith@fluendo.com>
9879
9880         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
9881         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
9882           Fix use of uninitialised values if we're NOT seeking in ready.
9883           Fix typos.
9884
9885 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
9886
9887         * gst/wavparse/Makefile.am:
9888           Add CFLAGS and LIBS for libgstbase, fixes build on
9889           Cygwin (#341489).
9890
9891 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
9892
9893         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
9894           Some more debug info. No need to check whether the string
9895           returned by g_convert() is really UTF-8 - either it is or
9896           we get NULL returned.
9897
9898 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
9899
9900         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
9901           Fix parsing of numeric genre strings some more, by ensuring that
9902           we only try and parse strings that a) Start with '(' and b) Consist
9903           only of digits.
9904           Also, when finding an escaping '((' sequence, bust it back to '(' by
9905           swallowing the first parenthesis
9906
9907 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
9908
9909         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
9910         (gst_esdsink_open), (gst_esdsink_close):
9911         * ext/esd/esdsink.h:
9912           Move the esd_get_server_info() into gst_esdsink_open() and fail
9913           with a decent error message on errors.
9914
9915 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
9916
9917         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
9918         (gst_esdmon_channels_get_type):
9919         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
9920         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
9921         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
9922         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
9923         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
9924         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
9925         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
9926         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
9927         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
9928         * gst/videomixer/videomixer.c:
9929         (gst_video_mixer_background_get_type):
9930           Const-ify GEnumValue arrays.
9931
9932 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
9933
9934         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
9935
9936         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
9937         (gst_avi_mux_do_video_buffer):
9938           Work around gst_buffer_make_metadata_writable() bug that
9939           results in avimux marking all frames in the index as
9940           keyframes (#340859).
9941           
9942 2006-05-08  Wim Taymans  <wim@fluendo.com>
9943
9944         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
9945         Make parsing of urls suck slightly less.
9946
9947 2006-05-08  Edward Hervey  <edward@fluendo.com>
9948
9949         * autogen.sh: (CONFIGURE_DEF_OPT): 
9950         libtoolize on Darwin/MacOSX is called glibtoolize.
9951
9952 2006-05-08  Wim Taymans  <wim@fluendo.com>
9953
9954         Patch by: Jens Granseuer <jensgr at gmx dot net>
9955
9956         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
9957         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
9958         C89 compliance fixes. Fixes #340980
9959
9960 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
9961
9962         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
9963         * ext/flac/gstflacdec.h:
9964           Handle segment seeks that include the end of the file as stop point
9965           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
9966           message instead of an EOS event in case we're in segment seek
9967           mode (fixes #340699).
9968           
9969 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
9970
9971         * ext/cairo/gsttextoverlay.c:
9972         * ext/flac/gstflacdec.c:
9973         * ext/gdk_pixbuf/pixbufscale.c:
9974         * gst/apetag/gstapedemux.c:
9975         * gst/debug/breakmydata.c:
9976         * gst/debug/testplugin.c:
9977         * gst/matroska/ebml-write.c:
9978         * gst/multipart/multipartdemux.c:
9979         * sys/osxaudio/gstosxaudiosink.c:
9980         * sys/osxaudio/gstosxaudiosrc.c:
9981         Add semicolons after GST_BOILERPLATE[_FULL] so that
9982         indent doesn't mess up following lines.
9983
9984 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9985
9986         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
9987
9988         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
9989           Don't leak caps when freeing the stream context (#340623).
9990
9991 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
9992
9993         * configure.ac:
9994           Back to CVS
9995
9996 === release 0.10.3 ===
9997
9998 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
9999
10000         * configure.ac:
10001           releasing 0.10.3, "Desplazado"
10002
10003 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10004
10005         * gst/matroska/matroska-mux.c:
10006         (gst_matroska_mux_stream_is_vorbis_header),
10007         (gst_matroska_mux_write_data):
10008           Don't strcmp() NULL strings.
10009           Only start new clusters on video keyframes, not on any
10010           random audio buffer that doesn't have the DELTA_UNIT
10011           flag set (fixes 'make check' again).
10012
10013 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10014
10015         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10016
10017         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
10018         (gst_matroska_mux_stream_is_vorbis_header),
10019         (gst_matroska_mux_write_data):
10020           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
10021           value and then dead-lock when muxing vorbis audio streams
10022           (the three vorbis header buffers carry no timestamp, and it
10023           would try to mux these after all video buffers). Fixes #340346.
10024
10025           Improve clustering: start a new cluster also whenever we get
10026           a keyframe.     
10027
10028 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10029
10030         * win32/common/config.h:
10031         * win32/MANIFEST
10032           add the generated file as well
10033
10034 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10035
10036         * Makefile.am:
10037         * configure.ac:
10038         * win32/common/config.h.in:
10039           add win32 stuff
10040
10041 2006-05-03  Michael Smith  <msmith@fluendo.com>
10042
10043         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
10044           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
10045           SUCKS.
10046
10047 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10048
10049         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10050         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10051         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10052           don't leak caps-string
10053
10054 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10055
10056         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10057         (gst_id3demux_sink_activate):
10058           Let core insert default error message for TYPE_NOT_FOUND
10059           errors, it's just as good as our own and has the added
10060           bonus of being translated.
10061
10062 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10063
10064         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
10065         (gst_tag_demux_sink_event):
10066         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
10067         (gst_id3demux_sink_event):
10068           Post an error message when we get an EOS event and were not
10069           able to find out the type of stream.
10070
10071         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
10072         (test_taglib_id3mux_with_tags):
10073           Decrease num-buffers to 16 per iteration again, otherwise the
10074           many memcpy()s and reallocations in the test will hammer slow
10075           CPUs completely and make the test timeout.
10076
10077 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10078
10079         * configure.ac:
10080           figure out where plugins-base plugins are
10081         * tests/check/Makefile.am:
10082           use plugins-base plugins, so we have typefind functions
10083         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
10084           increase num-buffers, this makes sure the test errors out instead
10085           of timing out when no typefind functions are present
10086
10087 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10088
10089         * docs/plugins/Makefile.am:
10090           also check .cc files for gtk-doc markup
10091         * configure.ac:
10092         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10093         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10094         * tests/check/Makefile.am:
10095         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
10096         * ext/Makefile.am:
10097         * ext/taglib/Makefile.am:
10098         * ext/taglib/gstid3v2mux.h:
10099         * ext/taglib/gsttaglibmux.c:
10100         * ext/taglib/gsttaglibmux.h:
10101           move taglib-based id3v2muxer to -good.  Fixes #336110.
10102
10103 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10104
10105         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10106           ... and fix multichannel/WAVFORMATEX support again.
10107
10108 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
10109
10110         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10111         (gst_wavparse_class_init), (gst_wavparse_dispose),
10112         (gst_wavparse_reset), (gst_wavparse_init),
10113         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
10114         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
10115         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
10116         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
10117         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10118         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10119         (gst_wavparse_stream_data), (gst_wavparse_loop),
10120         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10121         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10122         (gst_wavparse_change_state), (plugin_init):
10123         * gst/wavparse/gstwavparse.h:
10124           Add push (streaming) mode to wavparse (fixes #337625)
10125
10126 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10127
10128         * configure.ac:
10129         * tests/Makefile.am:
10130           add ximagesrc icles test
10131
10132 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10133
10134         * configure.ac:
10135         * docs/plugins/Makefile.am:
10136         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10137         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10138         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
10139         (gst_cmml_enc_push_clip):
10140         * sys/Makefile.am:
10141         * sys/ximage/Makefile.am:
10142         * sys/ximage/gstximagesrc.c:
10143           Move ximagesrc plug-in to good after review.  Fixes #336756.
10144
10145 2006-04-28  Michael Smith  <msmith@fluendo.com>
10146
10147         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
10148         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
10149         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
10150         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
10151         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10152         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
10153         * gst/icydemux/gsticydemux.h:
10154           Fix event handling: cache events when typefinding and forward later.
10155
10156 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10157
10158         * sys/osxaudio/gstosxaudiosink.c:
10159         (plugin_init):
10160          Register osxaudiosrc to the plugin.
10161         * sys/osxaudio/gstosxaudiosrc.c:
10162         (gst_osx_audio_src_osxelement_do_init),
10163         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
10164         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
10165         (gst_osx_audio_src_get_property),
10166         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
10167         (gst_osx_audio_src_osxelement_init):
10168         * sys/osxaudio/gstosxaudiosrc.h:
10169           Port of osxaudiosrc to 0.10.
10170         * sys/osxaudio/Makefile.am:
10171           Add osxaudiosrc
10172
10173 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10174
10175         * sys/osxaudio/gstosxringbuffer.c:
10176         * sys/osxaudio/gstosxringbuffer.h:
10177           Forgot to commit earlier, part of the OSX audio plugin port
10178
10179 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10180
10181         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
10182         (parse_split_strings):
10183           Recognise and skip any byte order marker (BOM) in
10184           UTF-16 strings.
10185
10186 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10187
10188         * docs/plugins/Makefile.am:
10189         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10190         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10191         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10192         * docs/plugins/inspect/plugin-avi.xml:
10193         * gst/avi/gstavidemux.c:
10194         * gst/avi/gstavimux.c:
10195           Add docs for both avidemux and avimux.
10196
10197 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10198
10199         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10200
10201         * gst/avi/Makefile.am:
10202         * gst/avi/gstavi.c: (plugin_init):
10203         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
10204         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
10205         (gst_avi_mux_class_init), (gst_avi_mux_init),
10206         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10207         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
10208         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
10209         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10210         (gst_avi_mux_riff_get_avix_header),
10211         (gst_avi_mux_riff_get_video_header),
10212         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
10213         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
10214         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10215         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
10216         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
10217         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
10218         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10219         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
10220         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
10221         (gst_avi_mux_change_state):
10222         * gst/avi/gstavimux.h:
10223           Port AVI muxer to GStreamer-0.10 (#332031).
10224
10225         * tests/check/Makefile.am:
10226         * tests/check/elements/avimux.c:
10227         * tests/check/elements/.cvsignore:
10228           Add unit test for AVI muxer.
10229
10230 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
10231
10232         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10233         (gst_wavparse_class_init), (gst_wavparse_reset),
10234         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10235         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10236         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10237         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10238         (gst_wavparse_stream_data), (gst_wavparse_loop),
10239         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
10240         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
10241         (plugin_init):
10242         * gst/wavparse/gstwavparse.h:
10243           reverted patch #337625 for the price of 1 hour sleep
10244
10245 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10246
10247         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10248         (gst_wavparse_class_init), (gst_wavparse_reset),
10249         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10250         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
10251         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10252         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10253         (gst_wavparse_stream_data), (gst_wavparse_loop),
10254         (gst_wavparse_chain), (plugin_init):
10255         * gst/wavparse/gstwavparse.h:
10256           correct partial implementation of push mode
10257           (from my last commit)
10258
10259 2006-04-26  Wim Taymans  <wim@fluendo.com>
10260
10261         * ext/esd/esdsink.c:
10262         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
10263         it is not in esd.h
10264
10265 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
10266
10267         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
10268         (gst_au_parse_class_init), (gst_au_parse_init),
10269         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
10270         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
10271         (gst_au_parse_chain), (gst_au_parse_src_convert),
10272         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
10273         (gst_au_parse_sink_event), (gst_au_parse_src_event),
10274         (gst_au_parse_change_state):
10275         * gst/auparse/gstauparse.h:
10276           Rewrite auparse to suck a little bit less: make source pad
10277           dynamic, so decodebin/playbin work with non-raw formats
10278           like alaw/mulaw; add query function for duration/position
10279           queries; check whether we have enough data before attempting
10280           to parse the header (instead of crashing when that is not the
10281           case); work around audioconvert sucking by swapping endianness
10282           to the native endianness ourselves for float formats; send
10283           initial newsegment event. Fixes #161712.
10284
10285 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10286
10287         * sys/osxaudio/Makefile.am:
10288         * sys/osxaudio/gstosxaudioelement.c:
10289         (gst_osx_audio_element_get_type),
10290         (gst_osx_audio_element_class_init):
10291         * sys/osxaudio/gstosxaudioelement.h:
10292         * sys/osxaudio/gstosxaudiosink.c:
10293         (gst_osx_audio_sink_osxelement_do_init),
10294         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
10295         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
10296         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
10297         (gst_osx_audio_sink_create_ringbuffer),
10298         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
10299         (plugin_init):
10300         * sys/osxaudio/gstosxaudiosink.h:
10301         Port of osxaudiosink to 0.10
10302
10303 2006-04-26  Wim Taymans  <wim@fluendo.com>
10304
10305         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
10306         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
10307         the size of the ringbuffer. This should fix hangs with older 
10308         esd sound servers.
10309
10310 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10311
10312         * ext/aalib/gstaasink.c:
10313         * ext/annodex/gstcmmldec.c:
10314         * ext/annodex/gstcmmlenc.c:
10315         * ext/cairo/gsttextoverlay.c:
10316         * ext/cairo/gsttimeoverlay.c:
10317         * ext/cdio/gstcdiocddasrc.c:
10318         * ext/dv/gstdvdec.c:
10319         * ext/dv/gstdvdemux.c:
10320         * ext/esd/esdmon.c:
10321         * ext/esd/esdsink.c:
10322         * ext/flac/gstflacenc.c:
10323         * ext/flac/gstflactag.c:
10324         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
10325         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
10326         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
10327         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
10328         * ext/gdk_pixbuf/pixbufscale.c:
10329         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10330         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10331         * ext/jpeg/gstjpegdec.c:
10332         * ext/jpeg/gstjpegenc.c:
10333         * ext/jpeg/gstsmokedec.c:
10334         * ext/jpeg/gstsmokeenc.c:
10335         * ext/libcaca/gstcacasink.c:
10336         * ext/libmng/gstmngdec.c:
10337         * ext/libmng/gstmngenc.c:
10338         * ext/libpng/gstpngdec.c:
10339         * ext/libpng/gstpngenc.c:
10340         * ext/mikmod/gstmikmod.c:
10341         * ext/raw1394/gstdv1394src.c:
10342         * ext/shout2/gstshout2.c: (gst_shout2send_init):
10343         * ext/shout2/gstshout2.h:
10344         * ext/speex/gstspeexdec.c:
10345         * ext/speex/gstspeexenc.c:
10346         * gst/alpha/gstalpha.c:
10347         * gst/alpha/gstalphacolor.c:
10348         * gst/apetag/gstapedemux.c:
10349         * gst/auparse/gstauparse.c:
10350         * gst/autodetect/gstautoaudiosink.c:
10351         (gst_auto_audio_sink_base_init):
10352         * gst/autodetect/gstautovideosink.c:
10353         (gst_auto_video_sink_base_init):
10354         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
10355         * gst/avi/gstavimux.c: (gst_avimux_base_init):
10356         * gst/cutter/gstcutter.c:
10357         * gst/debug/breakmydata.c:
10358         * gst/debug/efence.c:
10359         * gst/debug/gstnavigationtest.c:
10360         * gst/debug/gstnavseek.c:
10361         * gst/debug/negotiation.c:
10362         * gst/debug/progressreport.c:
10363         * gst/debug/testplugin.c:
10364         * gst/effectv/gstaging.c:
10365         * gst/effectv/gstdice.c:
10366         * gst/effectv/gstedge.c:
10367         * gst/effectv/gstquark.c:
10368         * gst/effectv/gstrev.c:
10369         * gst/effectv/gstshagadelic.c:
10370         * gst/effectv/gstvertigo.c:
10371         * gst/effectv/gstwarp.c:
10372         * gst/flx/gstflxdec.c:
10373         * gst/goom/gstgoom.c:
10374         * gst/icydemux/gsticydemux.c:
10375         * gst/id3demux/gstid3demux.c:
10376         * gst/interleave/deinterleave.c:
10377         * gst/interleave/interleave.c:
10378         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
10379         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
10380         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
10381         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
10382         * gst/level/gstlevel.c:
10383         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
10384         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
10385         * gst/median/gstmedian.c:
10386         * gst/monoscope/gstmonoscope.c:
10387         * gst/multipart/multipartdemux.c:
10388         * gst/multipart/multipartmux.c:
10389         * gst/oldcore/gstaggregator.c:
10390         * gst/oldcore/gstfdsink.c:
10391         * gst/oldcore/gstmd5sink.c:
10392         * gst/oldcore/gstmultifilesrc.c:
10393         * gst/oldcore/gstpipefilter.c:
10394         * gst/oldcore/gstshaper.c:
10395         * gst/oldcore/gststatistics.c:
10396         * gst/rtp/gstasteriskh263.c:
10397         * gst/rtp/gstrtpL16depay.c:
10398         * gst/rtp/gstrtpL16pay.c:
10399         * gst/rtp/gstrtpamrdepay.c:
10400         * gst/rtp/gstrtpamrpay.c:
10401         * gst/rtp/gstrtpdepay.c:
10402         * gst/rtp/gstrtpgsmpay.c:
10403         * gst/rtp/gstrtph263pay.c:
10404         * gst/rtp/gstrtph263pdepay.c:
10405         * gst/rtp/gstrtph263ppay.c:
10406         * gst/rtp/gstrtpilbcdepay.c:
10407         * gst/rtp/gstrtpmp4gpay.c:
10408         * gst/rtp/gstrtpmp4vdepay.c:
10409         * gst/rtp/gstrtpmp4vpay.c:
10410         * gst/rtp/gstrtpmpadepay.c:
10411         * gst/rtp/gstrtpmpapay.c:
10412         * gst/rtp/gstrtppcmadepay.c:
10413         * gst/rtp/gstrtppcmapay.c:
10414         * gst/rtp/gstrtppcmudepay.c:
10415         * gst/rtp/gstrtppcmupay.c:
10416         * gst/rtp/gstrtpspeexdepay.c:
10417         * gst/rtp/gstrtpspeexpay.c:
10418         * gst/rtsp/gstrtpdec.c:
10419         * gst/rtsp/gstrtspsrc.c:
10420         * gst/smpte/gstsmpte.c:
10421         * gst/udp/gstdynudpsink.c:
10422         * gst/udp/gstmultiudpsink.c:
10423         * gst/udp/gstudpsink.c:
10424         * gst/udp/gstudpsrc.c:
10425         * gst/videobox/gstvideobox.c:
10426         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
10427         * gst/videofilter/gstvideobalance.c:
10428         * gst/videofilter/gstvideoflip.c:
10429         * gst/videofilter/gstvideotemplate.c:
10430         (gst_videotemplate_base_init):
10431         * gst/videomixer/videomixer.c:
10432         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10433         (gst_wavparse_class_init), (gst_wavparse_dispose),
10434         (gst_wavparse_reset), (gst_wavparse_init),
10435         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10436         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
10437         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
10438         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10439         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10440         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10441         (gst_wavparse_change_state):
10442         * gst/wavparse/gstwavparse.h:
10443         * sys/oss/gstossmixerelement.c:
10444         * sys/oss/gstosssink.c:
10445         * sys/oss/gstosssrc.c:
10446         * sys/osxaudio/gstosxaudioelement.c:
10447         * sys/osxaudio/gstosxaudiosink.c:
10448         * sys/osxaudio/gstosxaudiosrc.c:
10449         * sys/sunaudio/gstsunaudiomixer.c:
10450         * sys/sunaudio/gstsunaudiosink.c:
10451           Define GstElementDetails as const and also static (when defined as
10452           global)
10453
10454 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10455
10456         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10457           Source pad has fixed caps. If we don't set this, bad
10458           things happen when the window is resized.
10459
10460 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10461
10462         * gst/matroska/Makefile.am:
10463         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10464         (gst_matroska_demux_handle_src_event):
10465         * gst/matroska/matroska-ids.c:
10466         (gst_matroska_track_init_video_context),
10467         (gst_matroska_track_init_audio_context),
10468         (gst_matroska_track_init_subtitle_context),
10469         (gst_matroska_track_init_complex_context):
10470         * gst/matroska/matroska-ids.h:
10471           Handle case where the TrackType ebml chunk does not come before the
10472           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
10473           events.
10474
10475 2006-04-25  Wim Taymans  <wim@fluendo.com>
10476
10477         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10478         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
10479         It's codec_data, not codec_info.
10480
10481 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10482
10483         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10484
10485         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
10486           Handle codec_data for VfW compatibility codec IDs (#339451)
10487
10488         * gst/matroska/matroska-mux.c:
10489         (gst_matroska_mux_video_pad_setcaps):
10490           Same here, handle codec_data and add additional caps we can handle
10491           now to the pad template (huffyuv, dv and h263 video) (#339451)
10492
10493 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10494
10495         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
10496
10497         * gst/matroska/matroska-mux.c:
10498         (gst_matroska_mux_create_buffer_header),
10499         (gst_matroska_mux_write_data):
10500           Fix timestamping of B-frames, use signed integers, do
10501           some rounding (#339678).
10502
10503 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
10504
10505         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
10506         just make it compile with --disable-gst-debug.
10507
10508 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
10509
10510         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10511         Fix a bad conversion using gst_guint64_to_gdouble.
10512         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
10513         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
10514         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
10515     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
10516         mistake.
10517
10518 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
10519
10520         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10521         Use gst_guint64_to_gdouble for conversions
10522         * win32/vs6/gst_plugins_good.dsw:
10523         * win32/vs6/libgsticydemux.dsp:
10524         Add a project file for icydemux
10525
10526 2006-04-21  Wim Taymans  <wim@fluendo.com>
10527
10528         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
10529
10530         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10531         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
10532         When splitting audio chunks, the block alignment is not taken in
10533         consideration, so the smaller chunks could be of size which is 
10534         not a multiple of the block alignment. Fixes #336904
10535
10536 2006-04-21  Wim Taymans  <wim@fluendo.com>
10537
10538         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
10539         Use scale functions
10540
10541 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10542
10543         * ext/dv/gstdv.c: (plugin_init):
10544           Fix build.
10545
10546 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10547
10548         * gst/debug/progressreport.c: (gst_progress_report_finalize),
10549         (gst_progress_report_class_init), (gst_progress_report_init),
10550         (gst_progress_report_do_query), (gst_progress_report_report),
10551         (gst_progress_report_set_property),
10552         (gst_progress_report_get_property):
10553           Add 'format' property to force querying to a particular format.
10554
10555 2006-04-21  Andy Wingo  <wingo@pobox.com>
10556
10557         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
10558         best, on big endian systems. Drop its rank in that case. OTOH on
10559         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
10560
10561 2006-04-21  Michael Smith  <msmith@fluendo.com>
10562
10563         * configure.ac:
10564         * gst/icydemux/Makefile.am:
10565         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
10566         (gst_icydemux_base_init), (gst_icydemux_class_init),
10567         (gst_icydemux_reset), (gst_icydemux_init),
10568         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
10569         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
10570         (unicodify), (gst_icydemux_unicodify),
10571         (gst_icydemux_parse_and_send_tags),
10572         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10573         (gst_icydemux_chain), (gst_icydemux_change_state),
10574         (gst_icydemux_send_tag_event), (plugin_init):
10575         * gst/icydemux/gsticydemux.h:
10576         * tests/check/Makefile.am:
10577         * tests/check/elements/icydemux.c: (typefind_succeed),
10578         (plugin_init), (icydemux_found_pad), (create_icydemux),
10579         (cleanup_icydemux), (push_data), (GST_START_TEST),
10580         (icydemux_suite), (main):
10581           Add icydemux, and tests.
10582
10583 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10584
10585         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10586           Post SEGMENT_DONE message in TIME format.
10587
10588 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10589
10590         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
10591
10592         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
10593         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
10594           Fix index creation when we have to scan the file to create
10595           an index. There may be other types of RIFF 'LIST' chunks than
10596           'movi' and we need to skip them properly as well or we'll end up
10597           reading garbage (#336889). Some other cosmetic changes.
10598           
10599 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10600
10601         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
10602         (gst_flac_dec_handle_seek_event):
10603           Add support for segment seeks (fixes #338290). Also demote
10604           some recurring debug message from DEBUG to LOG level.
10605
10606 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10607
10608         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10609         (gst_matroskademux_do_index_seek),
10610         (gst_matroska_demux_handle_seek_event),
10611         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
10612         * gst/matroska/matroska-ids.h:
10613           Set DISCONT flag on first buffer after a discontinuity.
10614           Fix newsegment events sent when seeking and honour KEY_UNIT
10615           seek flag. Create pad with bogus caps if we don't recognise
10616           the stream codec id.
10617
10618         * gst/matroska/matroska-demux.h:
10619           Fix GObject macros.
10620
10621 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10622
10623         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10624
10625         * gst/matroska/matroska-demux.c:
10626         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
10627           Handle end of segment properly when set; don't dead-lock when
10628           posting start of segment message when doing a segment seek.
10629           Fixes #338810.
10630
10631 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10632
10633         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
10634         (gst_matroska_demux_plugin_init):
10635           Make mpeg2 aac audio work: create artificial private codec data
10636           chunk which faad2 seems to require, just as we do for mpeg4 aac.
10637           Also call gst_riff_init(). Partially fixes #338767.
10638
10639 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
10640
10641         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
10642         (gst_wavenc_class_init), (gst_wavenc_init),
10643         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
10644         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
10645         (gst_wavenc_chain), (gst_wavenc_change_state):
10646         * gst/wavenc/gstwavenc.h:
10647           Set caps on first outgoing buffer, so that it doesn't error out
10648           immediately with a non-negotiated error (#338716). Rewrite and
10649           clean up a bit; fix setcaps function to parse things properly;
10650           fix sink caps (8bit audio is unsigned and doesn't have depth);
10651           use boilerplate macros; remove unused properties stuff.
10652
10653 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10654
10655         * ext/gdk_pixbuf/gstgdkpixbuf.c:
10656           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
10657           handle MJPEG streams and might be autoplugged for those if the
10658           user doesn't have jpegdec installed (resulting in a cryptic error
10659           message about huffman tables). Better to disable JPEG decoding here
10660           and let the user figure out that she needs to install jpegdec.
10661
10662 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10663
10664         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
10665         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
10666         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
10667         * ext/gdk_pixbuf/gstgdkpixbuf.h:
10668           Make work with packetised/framed input (e.g. png-in-quicktime). Use
10669           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
10670           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
10671           debug messages. Fix boilerplate macros.
10672
10673 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10674
10675         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
10676         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
10677           No need to special-case for Gdk-2.0 any longer, we require
10678           Gdk 2.2 or newer; minor clean-ups.
10679
10680 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10681
10682         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
10683         (gst_shout2send_class_init), (gst_shout2send_init),
10684         (set_shout_metadata), (gst_shout2send_set_metadata),
10685         (gst_shout2send_event), (gst_shout2send_start),
10686         (gst_shout2send_connect), (gst_shout2send_stop),
10687         (gst_shout2send_render), (gst_shout2send_set_property),
10688         (gst_shout2send_get_property), (gst_shout2send_setcaps),
10689         (plugin_init):
10690         * ext/shout2/gstshout2.h:
10691         * po/POTFILES.in:
10692           Rewrite a bit: use GstBaseSink::start and stop instead of a state
10693           change function; use GST_ELEMENT_ERROR for error reporting, not
10694           g_error() or GST_ERROR(); don't unref caps in setcaps function,
10695           will cause crashes or assertion failures; remove (unused) "sync"
10696           property, basesink already has such a property; misc. other
10697           minor fixes and cleanups.
10698
10699 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10700
10701         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
10702         * ext/esd/gstesd.c: (plugin_init):
10703         * po/POTFILES.in:
10704           Add translatable error message for when we cannot
10705           connect to the sound server, as "Cannot open resource
10706           for writing" isn't really an acceptable message to show
10707           to the user in this case.
10708
10709 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10710
10711         * sys/oss/gst-i18n-plugin.h:
10712           Remove bogus file that doesn't belong here.
10713
10714 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10715
10716         Patch by: Philippe Valembois
10717
10718         * ext/shout2/gstshout2.c: (gst_shout2send_init),
10719         (gst_shout2send_set_metadata), (gst_shout2send_event),
10720         (gst_shout2send_render), (gst_shout2send_change_state):
10721         * ext/shout2/gstshout2.h:
10722           Handle tags being received before the connection to
10723           the server is established properly (see #338636).
10724
10725 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10726
10727         * ext/shout2/gstshout2.c: (gst_shout2send_render):
10728           Don't crash in case the connection to the server fails:
10729           don't set pointer to NULL by assigning FALSE; error out
10730           properly by using GST_ELEMENT_ERROR and returning
10731           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
10732           before resetting the pointer.
10733
10734 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
10735
10736         * gst/id3demux/id3tags.c:
10737         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
10738         (Fixes #338713)
10739
10740 2006-04-12  Wim Taymans  <wim@fluendo.com>
10741
10742         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
10743         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
10744         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
10745         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
10746         (gst_gdk_pixbuf_chain):
10747         Some cleanups.
10748         Added RGBA as a possible output format.
10749         Correctly free the supported mimetypes.
10750         deprecate silent arg, it's not used.
10751         Return result from _alloc_buffer to peer.
10752
10753 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
10754
10755         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
10756           Don't leak memory allocated by gst_buffer_new_and_alloc() by
10757           overwriting GST_BUFFER_MALLOCDATA.
10758
10759 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
10760
10761         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
10762         (user_endrow_callback), (user_end_callback),
10763         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
10764         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
10765         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
10766         * ext/libpng/gstpngdec.h:
10767           Handle more than one frame if the content is framed,
10768           like with png-in-quicktime (#331917).
10769
10770 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10771
10772         * sys/oss/Makefile.am:
10773         * sys/oss/common.h:
10774         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
10775         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
10776         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
10777         (gst_oss_src_unprepare):
10778           - the user-visible error strings were in the wrong category
10779           - and the messages were not marked for translation
10780           - which is actually a good thing, because they were exactly
10781             the kind of message you would never want anyone to see
10782           - the macros were using variables that didn't exist in the macro
10783             arguments
10784           - and they were obviously copied from each other and then modified
10785           - so a common header makes sense
10786
10787 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
10788
10789         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
10790           Don't try to modify read-only data.
10791
10792         * gst/matroska/matroska-demux.c:
10793         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
10794           Fix comment (won't crash any longer now).
10795
10796 2006-04-10  Michael Smith  <msmith@fluendo.com>
10797
10798         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
10799           Use copies of header buffers for caps to avoid circular refcounting
10800           problems (as in theoradec, vorbisdec).
10801
10802         * tests/check/elements/cmmldec.c: (GST_START_TEST):
10803           Fix a typo in test that meant it was testing the wrong thing.
10804
10805         * tests/check/elements/cmmlenc.c: (check_headers):
10806           Fix refcount checks now that we use buffer-copies for caps.
10807
10808 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
10809
10810         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
10811         (gst_matroska_demux_handle_seek_event),
10812         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
10813         (gst_matroska_demux_subtitle_caps),
10814         (gst_matroska_demux_plugin_init):
10815           Use static pad templates with ANY caps for audio and video
10816           source pads and get rid of a lot of unnecessary (and partially
10817           broken) code for the template caps. Clean up caps finding
10818           functions. Fixes playback of audio files/streams that do not
10819           contain the sample rate and/or number of channels in the audio
10820           context (happens a lot with vorbis/mp3 .mka files it seems).
10821           Fixes #337183.
10822           Also add myself to copyright holders.
10823
10824 2006-04-10  Michael Smith  <msmith@fluendo.com>
10825
10826         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
10827           Use g_list_delete_link () instead of g_list_remove_link () so that
10828           we free the link as well as the contained data.
10829
10830 2006-04-10  Wim Taymans  <wim@fluendo.com>
10831
10832         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
10833
10834         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
10835         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10836         (gst_avi_demux_stream_header):
10837         Fix some crashers with empty chunks. (Fixes #337749)
10838
10839 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
10840
10841         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
10842           use G_GINT64_CONSTANT for INT64 constants
10843         * gst/videofilter/gstvideobalance.c:
10844           define rint for WIN32 #define rint(x) (floor((x)+0.5))
10845         * win32/vs6/libgstavi.dsp:
10846          add missing libraries for the link and remove avimux.c from
10847          the project as it isn't ported to 0.10 yet
10848         
10849 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
10850
10851         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
10852           Even better would be if we actually did the right thing
10853           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
10854
10855 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
10856
10857         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
10858           Can't just replace 1LL with 1L here just because MSVC doesn't
10859           support it, as it might lead to incorrect results when doing the
10860           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
10861           force a 64-bit constant in a way that all compilers are happy with.
10862
10863 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
10864
10865         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
10866         * ext/esd/esdsink.c: (gst_esdsink_class_init):
10867         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
10868         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
10869         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
10870         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
10871         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
10872         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
10873         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
10874         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
10875         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
10876         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
10877         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
10878         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
10879         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
10880         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
10881         * gst/avi/gstavimux.c: (gst_avimux_class_init):
10882         * gst/debug/efence.c: (gst_efence_class_init):
10883         * gst/debug/negotiation.c: (gst_negotiation_class_init):
10884         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
10885         * gst/goom/gstgoom.c: (gst_goom_class_init):
10886         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
10887         * gst/interleave/deinterleave.c: (deinterleave_class_init):
10888         * gst/interleave/interleave.c: (interleave_class_init):
10889         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
10890         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
10891         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
10892         * gst/median/gstmedian.c: (gst_median_class_init):
10893         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
10894         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
10895         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
10896         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
10897         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
10898         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
10899         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
10900         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
10901         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
10902         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
10903         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
10904         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
10905         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
10906         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
10907         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
10908         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
10909         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
10910         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
10911         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
10912         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
10913         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
10914         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
10915         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
10916         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
10917         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
10918         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
10919         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
10920         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
10921         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
10922         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
10923         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
10924         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
10925         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
10926         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
10927         * sys/osxaudio/gstosxaudioelement.c:
10928         (gst_osxaudioelement_class_init):
10929         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
10930         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
10931         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
10932         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
10933
10934 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
10935
10936         * ext/mikmod/gstmikmod.h:
10937         * gst/level/gstlevel.h:
10938         Fix more broken GObject macros
10939
10940 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
10941
10942         * ext/annodex/gstcmmldec.h:
10943         * ext/annodex/gstcmmlenc.h:
10944         * ext/annodex/gstcmmltag.h:
10945         * ext/cairo/gsttextoverlay.h:
10946         * ext/ladspa/gstsignalprocessor.h:
10947         * gst/matroska/ebml-read.h:
10948         * gst/matroska/ebml-write.h:
10949         * sys/osxaudio/gstosxaudioelement.h:
10950         Fix broken GObject macros
10951
10952 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
10953
10954         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
10955           Don't try to seek beyond the end of the file (would
10956           occasionally display error dialogs in totem when seeking
10957           to the end) (#335869). Will still throw an error though
10958           if the file is truncated and the total_samples value in
10959           the stream header is wrong.
10960
10961 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
10962
10963         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
10964         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
10965         (gst_flac_dec_metadata_callback):
10966         * ext/flac/gstflacdec.h:
10967           If the stream header doesn't contain the total number of samples,
10968           search for the last flac frame at the end of the file and calculate
10969           the total duration from that frame's offset (fixes #337609).
10970
10971 2006-04-07  Edward Hervey  <edward@fluendo.com>
10972
10973         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
10974         Don't unref the GstPadTemplate returned by
10975         gst_element_class_get_pad_template().
10976
10977 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
10978
10979         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
10980
10981         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
10982         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
10983         * sys/sunaudio/gstsunaudiosink.h:
10984           Use spec->segsize and spec->segtotal in the prepare function
10985           to initialise the ring buffer instead of using the buffer-time
10986           property (#337421).
10987
10988 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
10989
10990         * configure.ac:
10991           Bump core requirements to CVS for gst_pad_query_peer_duration()
10992           which is used by speexdec.
10993
10994 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
10995
10996         * ext/speex/gstspeex.c: (plugin_init):
10997         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
10998         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
10999         (speex_get_sink_query_types), (speex_dec_sink_query),
11000         (speex_get_src_query_types), (speex_dec_src_query),
11001         (speex_dec_src_event), (speex_dec_sink_event),
11002         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
11003         (speex_dec_chain_parse_data), (speex_dec_chain),
11004         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
11005         (speex_dec_change_state):
11006         * ext/speex/gstspeexdec.h:
11007           Fix seeking and duration queries (#337033); clean up and
11008           refactor a bit.
11009
11010 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11011
11012         * ext/raw1394/gstdv1394src.c:
11013           distinguish between device not found and could not open for
11014           reading
11015
11016 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11017
11018         * Makefile.am:
11019         * configure.ac:
11020         * pkgconfig/.cvsignore:
11021         * pkgconfig/Makefile.am:
11022         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
11023           add a .pc file so other modules can use good plugins in tests
11024
11025 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11026
11027         * configure.ac:
11028           clean up, use AS_VERSION and AS_NANO
11029         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11030           use PACKAGE_VERSION define
11031         * po/af.po:
11032         * po/az.po:
11033         * po/cs.po:
11034         * po/en_GB.po:
11035         * po/hu.po:
11036         * po/it.po:
11037         * po/nb.po:
11038         * po/nl.po:
11039         * po/or.po:
11040         * po/sq.po:
11041         * po/sr.po:
11042         * po/sv.po:
11043         * po/uk.po:
11044         * po/vi.po:
11045           updated
11046
11047 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
11048
11049         * ext\jpeg\smokecodec.c:
11050           use of GST_DEBUG instead of DEBUG(a...) for WIN32
11051         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
11052           move first instruction after all variables declarations
11053         * gst\alpha\gstalpha.c:
11054         * gst\effectv\gstshagadelic.c:
11055         * gst\smpte\paint.c:
11056         * gst\videofilter\gstvideobalance.c:
11057           define M_PI if it's not defined (it's not defined on WIN32)
11058         * gst\cutter\gstcutter.c: (gst_cutter_chain):
11059         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
11060         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
11061         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
11062         (gst_matroska_demux_video_caps):
11063         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
11064         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
11065           use gst_guint64_to_gdouble for conversions
11066         * gst\goom\filters.c: (setPixelRGB_):
11067           fix a debug which was using undefined variable
11068         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
11069         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
11070           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
11071         * win32/vs6:
11072           add vs6 projects files for most of plugins-good
11073         
11074 2006-03-30  j^  <j@bootlab.org>
11075
11076         * ext/aalib/gstaasink.c:
11077         * ext/annodex/gstcmmldec.c:
11078         * ext/annodex/gstcmmlenc.c:
11079         * ext/cairo/gsttextoverlay.c:
11080         * ext/cairo/gsttimeoverlay.c:
11081         * ext/cdio/gstcdiocddasrc.c:
11082         * ext/dv/gstdvdec.c:
11083         * ext/esd/esdmon.c:
11084         * ext/esd/esdsink.c:
11085         * ext/flac/gstflacdec.c:
11086         * ext/flac/gstflacenc.c:
11087         * ext/flac/gstflactag.c:
11088         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11089         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11090         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11091         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11092         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11093         * ext/gdk_pixbuf/pixbufscale.c:
11094         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11095         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11096         * ext/jpeg/gstjpegdec.c:
11097         * ext/jpeg/gstjpegenc.c:
11098         * ext/jpeg/gstsmokedec.c:
11099         * ext/jpeg/gstsmokeenc.c:
11100         * ext/libcaca/gstcacasink.c:
11101         * ext/libmng/gstmngdec.c:
11102         * ext/libmng/gstmngenc.c:
11103         * ext/libpng/gstpngdec.c:
11104         * ext/libpng/gstpngenc.c:
11105         * ext/mikmod/gstmikmod.c:
11106         * ext/raw1394/gstdv1394src.c:
11107         * ext/shout2/gstshout2.c:
11108         * ext/speex/gstspeexdec.c:
11109         * ext/speex/gstspeexenc.c:
11110         * gst/alpha/gstalpha.c:
11111         * gst/alpha/gstalphacolor.c:
11112         * gst/auparse/gstauparse.c:
11113         * gst/autodetect/gstautoaudiosink.c:
11114         (gst_auto_audio_sink_base_init):
11115         * gst/autodetect/gstautovideosink.c:
11116         (gst_auto_video_sink_base_init):
11117         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11118         * gst/cutter/gstcutter.c:
11119         * gst/debug/breakmydata.c:
11120         * gst/debug/efence.c:
11121         * gst/debug/gstnavigationtest.c:
11122         * gst/debug/negotiation.c:
11123         * gst/debug/progressreport.c:
11124         * gst/debug/testplugin.c:
11125         * gst/effectv/gstaging.c:
11126         * gst/effectv/gstdice.c:
11127         * gst/effectv/gstedge.c:
11128         * gst/effectv/gstquark.c:
11129         * gst/effectv/gstrev.c:
11130         * gst/effectv/gstvertigo.c:
11131         * gst/effectv/gstwarp.c:
11132         * gst/flx/gstflxdec.c:
11133         * gst/goom/gstgoom.c:
11134         * gst/interleave/deinterleave.c:
11135         * gst/interleave/interleave.c:
11136         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11137         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11138         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11139         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11140         * gst/level/gstlevel.c:
11141         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11142         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11143         * gst/median/gstmedian.c:
11144         * gst/monoscope/gstmonoscope.c:
11145         * gst/multipart/multipartdemux.c:
11146         * gst/multipart/multipartmux.c:
11147         * gst/oldcore/gstmd5sink.c:
11148         * gst/oldcore/gstmultifilesrc.c:
11149         * gst/oldcore/gstpipefilter.c:
11150         * gst/oldcore/gstshaper.c:
11151         * gst/oldcore/gststatistics.c:
11152         * gst/rtp/gstasteriskh263.c:
11153         * gst/rtp/gstrtpL16depay.c:
11154         * gst/rtp/gstrtpL16pay.c:
11155         * gst/rtp/gstrtpamrdepay.c:
11156         * gst/rtp/gstrtpamrpay.c:
11157         * gst/rtp/gstrtpdepay.c:
11158         * gst/rtp/gstrtpgsmpay.c:
11159         * gst/rtp/gstrtph263pay.c:
11160         * gst/rtp/gstrtph263pdepay.c:
11161         * gst/rtp/gstrtph263ppay.c:
11162         * gst/rtp/gstrtpmp4gpay.c:
11163         * gst/rtp/gstrtpmp4vdepay.c:
11164         * gst/rtp/gstrtpmp4vpay.c:
11165         * gst/rtp/gstrtpmpadepay.c:
11166         * gst/rtp/gstrtpmpapay.c:
11167         * gst/rtp/gstrtppcmadepay.c:
11168         * gst/rtp/gstrtppcmapay.c:
11169         * gst/rtp/gstrtppcmudepay.c:
11170         * gst/rtp/gstrtppcmupay.c:
11171         * gst/rtp/gstrtpspeexdepay.c:
11172         * gst/rtp/gstrtpspeexpay.c:
11173         * gst/rtsp/gstrtpdec.c:
11174         * gst/smpte/gstsmpte.c:
11175         * gst/videobox/gstvideobox.c:
11176         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11177         * gst/videofilter/gstvideobalance.c:
11178         * gst/videofilter/gstvideoflip.c:
11179         * gst/videofilter/gstvideotemplate.c:
11180         (gst_videotemplate_base_init):
11181         * gst/videomixer/videomixer.c:
11182         * gst/wavenc/gstwavenc.c:
11183         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
11184          better/unified long descriptions
11185          Fixed #336602
11186          Some cleanups to auparse, don't send multiple newsegments.
11187
11188 2006-03-29  Wim Taymans  <wim@fluendo.com>
11189
11190         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
11191
11192         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
11193         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
11194         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
11195         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
11196         * ext/dv/gstdvdemux.h:
11197         Seek in READY patch. Only works for pull based mode.
11198         Fixes #323880
11199
11200 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11201
11202         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
11203         (gst_gdk_pixbuf_event):
11204           Fix two crashers: don't unref the same caps twice, and
11205           set pixbuf loader to NULL after freeing it.
11206
11207 2006-03-27  Wim Taymans  <wim@fluendo.com>
11208
11209         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
11210         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
11211         (gst_speexenc_chain):
11212         * ext/speex/gstspeexenc.h:
11213         Don't leak adapter.
11214         A push *always* takes ownership of the buffer, even on
11215         errors.
11216         Small cleanups.
11217
11218 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
11219
11220         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
11221           Create source pad without leaking.
11222
11223 2006-03-24  Wim Taymans  <wim@fluendo.com>
11224
11225         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11226         * ext/flac/gstflacdec.h:
11227         * ext/flac/gstflacenc.h:
11228         Spifify a bit.
11229         Fix deadly lock order error in seeking code, STREAM_LOCK
11230         cannot be taken within LOCK and the streaming variables are
11231         protected with the STREAM_LOCK anyway.
11232
11233 2006-03-24  Wim Taymans  <wim@fluendo.com>
11234
11235         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
11236         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
11237         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
11238         this patch combines the global init_frames with the stream
11239         init_frames. Rationale being that the global delay should 
11240         be subtracted from any stream delay.
11241         Fixes #335858.
11242
11243 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
11244
11245         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
11246         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
11247         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11248         * gst/videomixer/videomixer.c: (gst_videomixer_init):
11249         use DEBUG_FUNCPTR for collectpads
11250
11251 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
11252
11253         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
11254           Don't crash when encoding images where the number of rows isn't
11255           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
11256
11257 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11258
11259         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
11260         * gst/interleave/deinterleave.c: (deinterleave_change_state):
11261         * gst/interleave/interleave.c: (interleave_change_state):
11262         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
11263           More state change function fixes.
11264
11265 2006-03-23  Wim Taymans  <wim@fluendo.com>
11266
11267         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11268         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
11269         (gst_esdsink_prepare), (gst_esdsink_unprepare),
11270         (gst_esdsink_delay), (gst_esdsink_reset):
11271         * ext/esd/esdsink.h:
11272         Fix esd choppy playback by configuring audiosink
11273         correctly. Fixes #325191
11274
11275 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11276
11277         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
11278           Make state change function thread-safe.
11279
11280 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11281
11282         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
11283         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
11284           Don't try to read beyond the end of the file just because
11285           the header claims a bigger size (like with truncated files).
11286
11287 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11288
11289         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11290         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
11291         (gst_wavparse_stream_data), (gst_wavparse_loop):
11292         * gst/wavparse/gstwavparse.h:
11293           Delay source pad creation until we have the first chunk of
11294           media data, so the we can examine the data and adjust the
11295           caps accordingly if required. This makes playback of .wav
11296           files with DTS-declared-as-PCM content work (#313266).
11297
11298 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
11299
11300         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11301         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11302         Don't attempt typefinding on too-short buffers that have been
11303         completely trimmed away. (Fixes #330239)
11304
11305         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
11306         Improve the debug output
11307
11308 2006-03-21  Wim Taymans  <wim@fluendo.com>
11309
11310         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
11311         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
11312         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
11313         (gst_esdsink_set_property), (gst_esdsink_get_property):
11314         Some cleanups.
11315         Reset fd to -1 when we close them.
11316
11317 2006-03-21  Wim Taymans  <wim@fluendo.com>
11318
11319         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
11320         the OPTIONS request result is optional so don't
11321         fail on it.
11322
11323 2006-03-21  Edward Hervey  <edward@fluendo.com>
11324
11325         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
11326         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
11327         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
11328         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11329         (gst_wavparse_change_state):
11330         gcc 4.1 unreferenced pointer fixes.
11331
11332 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
11333
11334         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11335
11336         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
11337           Fix block alignment calculation. Alignment should be done before
11338           adding the byte offset where the data starts (#335231).
11339
11340 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11341
11342         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
11343           Ensure that we set correct caps on buffers that are transferred
11344           direct from the input.
11345
11346 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11347
11348         * gst/goom/filters.c: (zoomFilterDestroy):
11349         * gst/goom/goom_core.c: (goom_close):
11350           Free filter data when cleaning up. (Fixes: #334995)
11351
11352 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
11353
11354         * configure.ac:
11355           Don't compile udp and rtsp plugins on win32 (mingw) or other
11356           systems that don't have <sys/socket.h> for some reason (#316203).
11357
11358 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11359
11360         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
11361         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
11362         * ext/raw1394/gstdv1394src.h:
11363           Change bus reset handler so it reports useful information such as
11364           whether the device being used connected or disconnected
11365
11366 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11367
11368         * gst/id3demux/id3v2frames.c:
11369         (parse_relative_volume_adjustment_two):
11370           We only care about gain and peak data for the master volume.
11371
11372 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11373
11374         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11375         (parse_id_string), (parse_unique_file_identifier),
11376         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
11377           Read replay gain tags (#323721).
11378
11379 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11380
11381         * configure.ac:
11382           Bump requirements to gst-plugins-base CVS because
11383           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
11384
11385 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
11386
11387         * rtp/gst/gstrtppcmadepay.c:
11388         Fixed one of the caps in the code from mulaw to alaw.
11389
11390 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
11391
11392         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11393           Ensure that we set caps on the buffers we pass.
11394
11395         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
11396         (gst_id3demux_sink_activate):
11397           Ensure that we set caps on the buffers we pass.
11398
11399           Use STREAM, TYPE_NOT_FOUND as the error class when
11400           typefinding fails.
11401
11402 2006-03-15  Edward Hervey  <edward@fluendo.com>
11403
11404         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
11405         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
11406         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
11407         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
11408         (gst_jpeg_dec_setcaps):
11409         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
11410         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
11411         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
11412         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
11413         (gst_mngdec_src_getcaps):
11414         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11415         (gst_pngdec_caps_create_and_set):
11416         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
11417         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
11418         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
11419         * gst/alpha/gstalpha.c: (gst_alpha_init):
11420         * gst/auparse/gstauparse.c: (gst_au_parse_init):
11421         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
11422         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
11423         * gst/cutter/gstcutter.c: (gst_cutter_init):
11424         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
11425         (gst_efence_checkgetrange):
11426         * gst/debug/negotiation.c: (gst_negotiation_init):
11427         * gst/flx/gstflxdec.c: (gst_flxdec_init):
11428         * gst/goom/gstgoom.c: (gst_goom_init):
11429         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
11430         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
11431         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
11432         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
11433         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
11434         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
11435         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
11436         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11437         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
11438         (gst_wavparse_create_sourcepad):
11439         Fix memleak with gst_static_pad_template_get().
11440         This uses gst_pad_new_from_static_template() instead.
11441         Fixes #333512
11442
11443 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11444
11445         * configure.ac:
11446           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
11447           used by id3demux.
11448
11449         * gst/id3demux/gstid3demux.c: (plugin_init):
11450         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11451         (parse_user_text_identification_frame),
11452         (parse_unique_file_identifier):
11453           Add support for UFID and TXXX frames and extract musicbrainz tags.
11454
11455 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11456
11457         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
11458           Catch short reads, like they might happen with truncated
11459           files (see #305279); remove unnecessary indentation.
11460
11461 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11462
11463         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
11464           Fix DIB image inversion for pictures with a
11465           depth != 8 (#305279).
11466
11467 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11468
11469         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
11470         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
11471         * ext/jpeg/gstjpegdec.h:
11472           Fix durations on outgoing buffers after seeking
11473           in MJPEG files (#334083); some minor clean-ups.
11474
11475 2006-03-13  Wim Taymans  <wim@fluendo.com>
11476
11477         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
11478         (gst_wavparse_change_state):
11479         Implement seek in READY (re-fixes #327658)
11480
11481 2006-03-13  Wim Taymans  <wim@fluendo.com>
11482
11483         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
11484         * ext/esd/esdmon.c: (gst_esdmon_get):
11485         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
11486         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11487         (gst_gdk_pixbuf_sink_getcaps):
11488         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
11489         (gst_jpegenc_setcaps):
11490         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
11491         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
11492         (gst_smokeenc_setcaps):
11493         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
11494         (gst_mngdec_src_getcaps):
11495         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
11496         (gst_mngenc_chain):
11497         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
11498         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
11499         * ext/speex/gstspeexdec.c: (speex_dec_convert),
11500         (speex_dec_src_event), (speex_dec_chain):
11501         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
11502         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
11503         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
11504         (gst_negotiation_pad_link), (gst_negotiation_chain):
11505         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
11506         (gst_flxdec_chain):
11507         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
11508         (deinterleave_chain):
11509         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
11510         * gst/median/gstmedian.c: (gst_median_link):
11511         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
11512         (gst_monoscope_chain):
11513         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
11514         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
11515         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
11516         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
11517         close #333784 unref the result of gst_pad_get_parent()
11518         by: Christophe Fergeau.
11519
11520 2006-03-09  Wim Taymans  <wim@fluendo.com>
11521
11522         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
11523         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
11524         Handle events in push mode better, can now do non-flushing
11525         seeks in push mode as well.
11526
11527 2006-03-07  Wim Taymans  <wim@fluendo.com>
11528
11529         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11530         Applied patch from Kai Vehmanen, fixes #333624.
11531
11532 2006-03-06  Julien MOUTTE  <julien@moutte.net>
11533
11534         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
11535         Implement paletted and grayscale png files handling.
11536         (#150363).
11537
11538 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11539
11540         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
11541         (gst_speexenc_chain):
11542           fix a tag list assert
11543           follow gst-plugins-base/ext/ogg/README; set OFFSET
11544           and OFFSET_END.  Muxes correctly with gst-plugins-base
11545           > 0.9.3
11546
11547 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11548
11549         * gst/id3demux/Makefile.am:
11550         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
11551         (gst_id3demux_chain), (gst_id3demux_sink_activate):
11552           Use new typefind helper functions here as well, and
11553           do typefinding in pull-mode if upstream supports that.
11554
11555 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11556
11557         * sys/sunaudio/gstsunaudiomixerctrl.c:
11558         (gst_sunaudiomixer_ctrl_get_volume),
11559         (gst_sunaudiomixer_ctrl_set_volume):
11560         * sys/sunaudio/gstsunaudiomixertrack.c:
11561         (gst_sunaudiomixer_track_new):
11562           Remove unused variables, breaks build from CVS
11563           with -Werror (#333392, patch by: Benjamin Pineau)
11564
11565 2006-03-03  Wim Taymans  <wim@fluendo.com>
11566
11567         * docs/plugins/Makefile.am:
11568         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11569         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11570         Added wavparse docs.
11571
11572         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11573         (gst_wavparse_reset), (gst_wavparse_init),
11574         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
11575         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
11576         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11577         (gst_wavparse_stream_data), (gst_wavparse_loop),
11578         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
11579         (gst_wavparse_change_state):
11580         * gst/wavparse/gstwavparse.h:
11581         Implement seek in READY (fixes #327658)
11582         Added docs and did some cleanups.
11583
11584 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
11585
11586         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11587         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
11588         (gst_avi_demux_calculate_durations_from_index),
11589         (gst_avi_demux_stream_header):
11590         * gst/avi/gstavidemux.h:
11591           If we have an index, use a duration based on the index instead
11592           of blindly trusting the information in the stream headers
11593           (fixes #331817).
11594
11595 2006-03-03  Wim Taymans  <wim@fluendo.com>
11596
11597         * docs/plugins/Makefile.am:
11598         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11599         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11600         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11601         Added smoke and jpeg to the docs.
11602
11603         * ext/jpeg/Makefile.am:
11604         * ext/jpeg/gstjpeg.c: (plugin_init):
11605         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
11606         * ext/jpeg/gstjpegenc.h:
11607         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
11608         (gst_smokedec_chain):
11609         * ext/jpeg/gstsmokedec.h:
11610         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
11611         * ext/jpeg/gstsmokeenc.h:
11612         * ext/jpeg/smokecodec.h:
11613         Port smokedec (fixes #331905).
11614         Added some docs.
11615         Some cleanups.
11616
11617 2006-03-03  Wim Taymans  <wim@fluendo.com>
11618
11619         * docs/plugins/Makefile.am:
11620         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11621         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11622         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11623         Added videobalance and videoflip to the docs.
11624
11625         * gst/videofilter/Makefile.am:
11626         * gst/videofilter/gstvideobalance.c:
11627         (gst_video_balance_update_tables_planar411),
11628         (gst_video_balance_is_passthrough),
11629         (gst_video_balance_update_properties), (oil_tablelookup_u8),
11630         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
11631         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
11632         (gst_video_balance_finalize), (gst_video_balance_class_init),
11633         (gst_video_balance_init), (gst_video_balance_interface_supported),
11634         (gst_video_balance_interface_init),
11635         (gst_video_balance_colorbalance_list_channels),
11636         (gst_video_balance_colorbalance_set_value),
11637         (gst_video_balance_colorbalance_get_value),
11638         (gst_video_balance_colorbalance_init),
11639         (gst_video_balance_set_property), (gst_video_balance_get_property),
11640         (gst_video_balance_get_type), (plugin_init):
11641         * gst/videofilter/gstvideobalance.h:
11642         Ported to 0.10. (Fixes #326160)
11643         Added docs.
11644
11645         * gst/videofilter/gstvideoflip.c:
11646         * gst/videofilter/gstvideoflip.h:
11647         Added docs.
11648
11649 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
11650
11651         * configure.ac:
11652           Bump requirements to current core and -base CVS
11653           (core for new typefind helper API, and -base for the
11654           WAVFORMATEX support that was added to libgstriff and
11655           is needed by wavparse).
11656         
11657         * gst/apetag/Makefile.am:
11658         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
11659         (gst_tag_demux_sink_activate):
11660           Use new typefind helpers for typefinding instead of our
11661           home-grown stuff; also, do typefinding in pull-mode if
11662           upstream supports that.
11663
11664 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
11665
11666         Reviewed by: Christian Schaller <christian@fluendo.com>
11667
11668         This patch fixes bug: 329107
11669
11670         This Changelog entry is for a commit done on February 17
11671
11672         * ext/gconf/gconf.c
11673         * ext/gconf/gconf.h
11674         * ext/gconf/gstgconfaudiosink.c
11675         * ext/gconf/gstgconfaudiosink.h
11676         * gconf/gstreamer.schemas.in
11677
11678 2006-02-28  Wim Taymans  <wim@fluendo.com>
11679
11680         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11681         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
11682         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
11683         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
11684         Use DEBUG_OBJECT more.
11685
11686 2006-02-28  Wim Taymans  <wim@fluendo.com>
11687
11688         * docs/plugins/Makefile.am:
11689         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11690         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11691         Added dvdec and dvdemux to docs.
11692
11693         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
11694         Added docs.
11695         Check frame sizes so we don't crash when don't have enough
11696         data.
11697         Send nice error messages on error.
11698
11699         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
11700         (gst_dvdemux_class_init), (gst_dvdemux_init),
11701         (gst_dvdemux_finalize), (gst_dvdemux_reset),
11702         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
11703         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
11704         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
11705         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
11706         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
11707         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
11708         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
11709         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
11710         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
11711         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
11712         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
11713         * ext/dv/gstdvdemux.h:
11714         Added docs.
11715         Implement pull mode.
11716         Fix memleaks.
11717         Reduce memcpy for the video demuxing.
11718
11719 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
11720
11721         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
11722         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
11723         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
11724         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
11725           Add a little extra debug. Make the decoder not return NOT_LINKED,
11726           as we want to continue decoding all CMML and emitting tags.
11727
11728 2006-02-27  Michael Smith  <msmith@fluendo.com>
11729
11730         * ext/annodex/gstskeltag.c:
11731         * ext/annodex/gstskeltag.h:
11732           Deleted; these files aren't used any more either.
11733
11734 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11735
11736         * ext/Makefile.am: Fix dist-check.
11737
11738 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11739
11740         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
11741         memleak.
11742
11743 2006-02-25  Alessandro Decina <alessandro@nnva.org>
11744
11745         * ext/annodex/Makefile.am:
11746         * ext/annodex/gstannodex.c:
11747         * ext/annodex/gstcmmldec.c:
11748         * ext/annodex/gstcmmlenc.c:
11749         * ext/annodex/gstcmmlparser.c:
11750         * ext/annodex/gstcmmlparser.h:
11751         * ext/annodex/gstcmmlutils.c:
11752         * tests/check/elements/cmmldec.c:
11753         * tests/check/elements/cmmlenc.c:
11754           Fix a memleak in gst_cmml_track_list_add_clip.
11755           Handle overflows in clip's start and end times.
11756           Add the "encoded" parameter to cmmldec and cmmlenc caps.
11757           Do not parse junk at the end of a CMML preamble buffer.
11758           Register a libxml error handler to not print stuff on stderr.
11759           Check for bad clip start and end times in the testsuites.
11760
11761 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11762
11763         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
11764         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
11765         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
11766         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
11767         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
11768         possible memleaks.
11769
11770 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11771
11772         * tests/check/Makefile.am:
11773         * tests/check/elements/cmmldec.c:
11774         * tests/check/elements/cmmlenc.c: Fix tests so that they use
11775         the plugins-base tags.
11776
11777 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11778
11779         * ext/Makefile.am: Re-enable module.
11780
11781 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11782
11783         * tests/check/Makefile.am: Forgot to remove that test.
11784
11785 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11786
11787         * ext/annodex/Makefile.am:
11788         * ext/annodex/gstannodex.c: (plugin_init):
11789         * ext/annodex/gstcmmldec.c:
11790         * ext/annodex/gstskeldec.c:
11791         * ext/annodex/gstskeldec.h:
11792         * tests/check/Makefile.am:
11793         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
11794
11795 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11796
11797         * tests/check/Makefile.am: Disable those checks as well.
11798
11799 2006-02-24  Julien MOUTTE  <julien@moutte.net>
11800
11801         * ext/Makefile.am: Disable annodex for now until we figure out
11802         how to make it build.
11803         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
11804         Add a rule to your checklist : "please try to at least build 
11805         what you are going to commit into -good, or if you are too lazy
11806         to do that, please check that the buildbots are not crying because
11807         of your commit."
11808
11809 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
11810
11811         * configure.ac:
11812         * ext/Makefile.am:
11813         * ext/gdk_pixbuf/Makefile.am:
11814         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11815         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11816         * ext/gdk_pixbuf/pixbufscale.c:
11817         * ext/gdk_pixbuf/pixbufscale.h:
11818           Gdkpixbuf ported from 0.8 to 0.10 by
11819           Renato Filho <renato.filho@indt.org.br>.
11820           gst_loader and gdkpixbufanimation still need port.
11821
11822 2006-02-24  Michael Smith  <msmith@fluendo.com>
11823
11824         * configure.ac:
11825         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11826         * ext/Makefile.am:
11827         * ext/annodex/Makefile.am:
11828         * ext/annodex/gstannodex.c:
11829         * ext/annodex/gstannodex.h:
11830         * ext/annodex/gstcmmldec.c:
11831         * ext/annodex/gstcmmldec.h:
11832         * ext/annodex/gstcmmlenc.c:
11833         * ext/annodex/gstcmmlenc.h:
11834         * ext/annodex/gstcmmlparser.c:
11835         * ext/annodex/gstcmmlparser.h:
11836         * ext/annodex/gstcmmltag.c:
11837         * ext/annodex/gstcmmltag.h:
11838         * ext/annodex/gstcmmlutils.c:
11839         * ext/annodex/gstcmmlutils.h:
11840         * ext/annodex/gstskeldec.c:
11841         * ext/annodex/gstskeldec.h:
11842         * ext/annodex/gstskeltag.c:
11843         * ext/annodex/gstskeltag.h:
11844         * tests/check/Makefile.am:
11845         * tests/check/elements/cmmldec.c:
11846         * tests/check/elements/cmmlenc.c:
11847         * tests/check/elements/skeldec.c:
11848           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
11849           Includes tests & docs, oh my! Passes Thomas's -good checklist
11850           entirely. Wow.
11851
11852 2006-02-24  Michael Smith  <msmith@fluendo.com>
11853
11854         * autogen.sh:
11855           Check for automake 1.9 as well.
11856
11857 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
11858
11859         * ext/flac/gstflacenc.c:
11860           Change min. sample rate to 8kHz to match flacdec's.
11861           
11862 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
11863
11864         * ext/cdio/Makefile.am:
11865           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
11866           required for Cygwin, see #317048)
11867
11868         * gst/rtp/gstasteriskh263.c:
11869           Cygwin has includes for both the unix network socket API
11870           and the windows API, but only one can be included, so fix
11871           includes to only use one or the other, prefering the unxi
11872           one (#317048).
11873
11874 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
11875
11876         * rtp/gst/gstrtppcmadepay.c:
11877         * rtp/gst/gstrtppcmadepay.h:
11878         * rtp/gst/gstgstrtppcmapay.c:
11879         * rtp/gst/gstgstrtppcmapay.h:
11880         * rtp/gst/gstrtppcmudepay.c:
11881         * rtp/gst/gstrtppcmudepay.h:
11882         * rtp/gst/gstrtppcmupay.c:
11883         * rtp/gst/gstrtppcmupay.h:
11884         * rtp/gst/Makefile.am:
11885         * rtp/gst/gstrtp.c:
11886         * rtp/gst/README:
11887         Separated the G711 payloaders/depayloaders into separate elements for
11888         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
11889
11890 2006-02-22  Wim Taymans  <wim@fluendo.com>
11891
11892         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
11893         (gst_dvdec_change_state):
11894         * ext/dv/gstdvdec.h:
11895         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
11896         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
11897         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
11898         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
11899         (gst_dvdemux_flush), (gst_dvdemux_chain),
11900         (gst_dvdemux_change_state):
11901         * ext/dv/gstdvdemux.h:
11902         Ueber spiffify some more, added debug category.
11903         Use _scale.
11904         Use segments, respect playback rate from newsegment.
11905         Fix refcount issue.
11906
11907 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
11908
11909         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
11910         (gst_signal_processor_process):
11911         Fix compilation of LADPSA. It doesn't seem to work, and isn't
11912         enabled for the build, but it helps me win the feature-count
11913         competitions ooh yeah.
11914
11915 2006-02-19  Wim Taymans  <wim@fluendo.com>
11916
11917         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
11918         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
11919         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
11920         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
11921         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11922         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
11923         Use scaling code for added precission and more correct stop
11924         position in case scale==0.
11925
11926 2006-02-19  Wim Taymans  <wim@fluendo.com>
11927
11928         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
11929         (gst_flxdec_chain):
11930         * gst/flx/gstflxdec.h:
11931         Implement DURATION query.
11932
11933 2006-02-19  Wim Taymans  <wim@fluendo.com>
11934
11935         * gst/flx/flx_color.h:
11936         * gst/flx/flx_fmt.h:
11937         * gst/flx/gstflxdec.c: (gst_flxdec_init),
11938         (gst_flxdec_src_query_handler), (flx_decode_color),
11939         (gst_flxdec_chain):
11940         * gst/flx/gstflxdec.h:
11941         Set MALLOCDATA for the temp buffers so we don't leak.
11942         Some debug cleanups.
11943         Consume all data in the adapter before leaving the chain
11944         function. Fixes #330678.
11945
11946 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
11947
11948         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
11949         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
11950          Handle 0 data size in otherwise valid frames.
11951          Handle numeric strings in 2.4.0 even when not in parentheses 
11952
11953 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
11954
11955         * gst/matroska/matroska-demux.c:
11956         (gst_matroska_demux_subtitle_caps),
11957         (gst_matroska_demux_plugin_init):
11958         * gst/matroska/matroska-ids.h:
11959           Recognise SSA/ASS and USF subtitle formats and
11960           set proper caps when they are found.
11961
11962 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
11963
11964         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
11965         (gst_jpeg_dec_chain):
11966           Fix invalid memory access for some odd-sized images
11967           (see image contained in quicktime stream in #327083);
11968           use g_malloc() instead of g_alloca().
11969
11970 2006-02-17  Wim Taymans  <wim@fluendo.com>
11971
11972         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
11973         Patch from Sebastien Cote, fixes #319884
11974
11975 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
11976
11977         * ext/cdio/gstcdio.c: (plugin_init):
11978           Init debug category (#331253).
11979
11980 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
11981
11982         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
11983           Pass extra_data to gst_riff_create_audio_caps(), so that
11984           WAVEFORMATEX stuff works. Post audio codec name and post
11985           it as taglist on the bus. Allow up to 8 channesl for raw
11986           PCM in the source pad template caps.
11987
11988 2006-02-16  Wim Taymans  <wim@fluendo.com>
11989
11990         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
11991         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
11992         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
11993         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
11994         (gst_multipart_set_property), (gst_multipart_get_property):
11995         Applied #318663. Gives quite a few false positives in
11996         autoscan mode, but it's better than nothing. Not closing yet.
11997
11998 2006-02-16  Wim Taymans  <wim@fluendo.com>
11999
12000         * docs/plugins/Makefile.am:
12001         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12002         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12003         * docs/plugins/gst-plugins-good-plugins.args:
12004         * docs/plugins/inspect/plugin-udp.xml:
12005         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12006         (gst_udpsrc_start):
12007         Update documentation.
12008         Fix args.
12009
12010 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
12011
12012         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12013         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
12014         frame size. (Fixes #331368)
12015
12016 2006-02-16  Wim Taymans  <wim@fluendo.com>
12017
12018         * gst/rtsp/README:
12019         Updated README.
12020
12021         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
12022         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
12023         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
12024         * gst/rtsp/gstrtspsrc.h:
12025         Make sure the RTP port is an even port an try to allocate 
12026         another if not.
12027         Added retry property to control max retries for port allocation.
12028         Make sure RTCP port is RTP port+1.
12029         Cleanup when port allocation fails.
12030         Fixes #319183.
12031         
12032 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12033
12034         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
12035           Don't ignore return value of the parent class's state
12036           change function (#331385, patch by: Wouter Paesen).
12037
12038 2006-02-15  Wim Taymans  <wim@fluendo.com>
12039
12040         * configure.ac:
12041         * docs/plugins/Makefile.am:
12042         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12043         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12044         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12045         * ext/Makefile.am:
12046         * ext/hal/Makefile.am:
12047         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
12048         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
12049         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
12050         (do_toggle_element), (gst_hal_audio_sink_set_property),
12051         (gst_hal_audio_sink_get_property),
12052         (gst_hal_audio_sink_change_state):
12053         * ext/hal/gsthalaudiosink.h:
12054         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
12055         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
12056         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
12057         (do_toggle_element), (gst_hal_audio_src_set_property),
12058         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
12059         * ext/hal/gsthalaudiosrc.h:
12060         * ext/hal/gsthalelements.c: (plugin_init):
12061         * ext/hal/gsthalelements.h:
12062         * ext/hal/hal.c: (gst_hal_get_string),
12063         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
12064         (gst_hal_get_audio_src):
12065         * ext/hal/hal.h:
12066         Add HAL sound device wrapper plugins. Closes #329106
12067
12068 2006-02-15  Wim Taymans  <wim@fluendo.com>
12069
12070         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12071         Add comment in a fultile attempt to stop the copy-and-paste 
12072         paradigm leading to duplication of bad code.
12073
12074         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
12075         Mime parameters have to be checked case insensitive
12076
12077 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12078
12079         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
12080           Advance stream time for lagging subtitle streams by sending
12081           newsegment events with the update flag set.
12082
12083 2006-02-14  Edward Hervey  <edward@fluendo.com>
12084
12085         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
12086         There can be bogus data before the hdrl LIST tag in the RIFF header.
12087         It's hard to say if it's not respecting the AVI specifications or not,
12088         but since Google Video is producing AVIs like that and the other player
12089         don't seem to complain, I guess we should do the same.
12090
12091 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
12092
12093         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
12094         (parse_split_strings):
12095         Add more validation to ensure that a char encoding conversion
12096         produced a valid UTF-8 string.
12097
12098 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
12099
12100         Reviewed by: Edward Hervey  <edward@fluendo.com>
12101
12102         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12103         Properly handle end of segment. Closes #330885.
12104
12105 2006-02-13  Wim Taymans  <wim@fluendo.com>
12106
12107         * gst/rtp/gstrtpmp4gpay.h:
12108         For got to commit this one.
12109
12110 2006-02-12  Wim Taymans  <wim@fluendo.com>
12111
12112         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
12113         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
12114         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12115         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
12116         * gst/rtp/gstrtpmp4gpay.h:
12117         Make more things work.
12118         Handle ACC config strings.
12119
12120 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12121
12122         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
12123           set timestamps if no incoming timestamps set
12124
12125 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
12126
12127         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
12128         (gst_tag_demux_do_typefind):
12129           ... and fix the very same leaks in GstTagDemux.
12130
12131 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
12132
12133         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
12134         (gst_id3demux_do_typefind):
12135         Fix a couple of mem leaks. (Patch by Jonathan Matthew
12136         <jonathan at kaolin dot wh9 dot net>)
12137
12138 2006-02-10  Wim Taymans  <wim@fluendo.com>
12139
12140         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
12141         First set options, then set caps or else the baseclass
12142         will not know about the options, duh.
12143
12144 2006-02-10  Wim Taymans  <wim@fluendo.com>
12145
12146         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
12147         (gst_rtp_mp4v_pay_setcaps):
12148         Don't waste time looking for a config string if we have codec_info
12149         on the incomming caps.
12150
12151 2006-02-10  Wim Taymans  <wim@fluendo.com>
12152
12153         * gst/rtp/README:
12154         Say something about case-sensitivity of caps vs mime-attributes.
12155
12156         * gst/rtp/Makefile.am:
12157         * gst/rtp/gstrtp.c: (plugin_init):
12158         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12159         (gst_rtp_amr_pay_handle_buffer):
12160         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
12161         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
12162         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
12163         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
12164         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
12165         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
12166         (gst_rtp_mp4g_pay_plugin_init):
12167         * gst/rtp/gstrtpmp4gpay.h:
12168         Added beginnings of mpeg4-generic payloader (RFC 3640)
12169
12170 2006-02-09  Wim Taymans  <wim@fluendo.com>
12171
12172         * gst/rtsp/Makefile.am:
12173         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
12174         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
12175         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
12176         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
12177         (gst_rtpdec_change_state):
12178         * gst/rtsp/gstrtpdec.h:
12179         * gst/rtsp/gstrtsp.c: (plugin_init):
12180         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12181         * gst/rtsp/rtspconnection.c: (read_body),
12182         (rtsp_connection_receive):
12183         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
12184         Resurected rtpdec to make rtspsrc happy again.
12185         Skip attributes from the session id.
12186         Don't crash when dumping a message with an empty body.
12187
12188
12189 2006-02-09  Wim Taymans  <wim@fluendo.com>
12190
12191         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12192         Added more meaningfull warnings when something goes wrong.
12193         Clear F bit on outgoing AMR packets.
12194
12195         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12196         (gst_rtp_amr_pay_handle_buffer):
12197         Added debugging category
12198         Support payloading of multiple AMR frames.
12199
12200         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
12201         Added some debugging.
12202
12203 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
12204
12205         * configure.ac:
12206           Back to CVS
12207
12208 === release 0.10.2 ===
12209
12210 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
12211
12212         * configure.ac:
12213           releasing 0.10.2, "Papa was a rolling stone"
12214
12215 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12216
12217         * configure.ac:
12218           Bump core and plugins-base requirement to 0.10.2.2
12219           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
12220
12221 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12222
12223         * ext/flac/gstflac.c: (plugin_init):
12224         * ext/speex/gstspeex.c: (plugin_init):
12225           Register musicbrainz tags.
12226
12227 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12228
12229         * ext/gconf/gconf.h:
12230           Remove declaration of function that no longer exists.
12231
12232 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12233
12234         * ext/shout2/gstshout2.c: (gst_shout2send_render),
12235         (gst_shout2send_setcaps), (gst_shout2send_change_state):
12236         Make shout2 work for non ogg streams
12237
12238 2006-02-06  Wim Taymans  <wim@fluendo.com>
12239
12240         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12241         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
12242         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
12243         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
12244         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
12245         * gst/udp/gstmultiudpsink.h:
12246         Updated docs.
12247         Added properties bytes-served, bytes_to_serve.
12248         Post proper error messages,
12249         Emit client added signal too.
12250
12251 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12252
12253         * docs/plugins/Makefile.am:
12254         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12255         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12256         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12257         (gst_multiudpsink_get_stats):
12258           adding docs for multiudpsink
12259
12260 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12261
12262         * gst/level/gstlevel.c: (gst_level_transform_ip):
12263           peak below decay is not necessarily an error, so don't ERROR log
12264
12265 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12266
12267         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
12268         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
12269         (gst_ebml_write_seek):
12270         * gst/matroska/ebml-write.h:
12271           Make sure we send a newsegment event in BYTES format
12272           before sending buffers (#328531).
12273
12274 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12275
12276         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
12277         (gst_dvdemux_sink_query):
12278         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
12279         * ext/speex/gstspeexdec.c: (speex_get_query_types),
12280         (speex_dec_src_query):
12281         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
12282         (gst_speexenc_sink_query):
12283         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12284         * gst/matroska/matroska-demux.c:
12285         (gst_matroska_demux_get_src_query_types),
12286         (gst_matroska_demux_handle_src_query):
12287         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
12288         (gst_wavparse_pad_query):
12289           Pass unhandled queries upstream instead of just dropping
12290           them (#326446). Update query type arrays here and there.
12291
12292 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12293
12294         * tests/check/elements/matroskamux.c: (setup_src_pad):
12295           Collectpads in core got changed and now also holds a
12296           reference to any pad that is part of it. Fix refcount
12297           checks in test case accordingly.
12298
12299 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12300
12301         * gst/apetag/gstapedemux.h:
12302           Fix include, for now GstTagDemux is in the apetag dir.
12303
12304 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12305
12306         * docs/plugins/Makefile.am:
12307         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12308         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12309         * docs/plugins/inspect/plugin-cdio.xml:
12310           Add cdio plugin to docs.
12311
12312         * ext/cdio/gstcdiocddasrc.c:
12313           Add gtk-doc blurb.
12314
12315         * ext/cdio/gstcdio.c:
12316           The plugin is called 'cdio' not 'cddio'.
12317
12318 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12319
12320         * configure.ac:
12321         * docs/plugins/Makefile.am:
12322         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12323         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12324         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12325         * docs/plugins/inspect/plugin-apetag.xml:
12326         * gst/apetag/Makefile.am:
12327         * gst/apetag/gstapedemux.c:
12328         * gst/apetag/gstapedemux.h:
12329         * gst/apetag/gsttagdemux.c:
12330         * gst/apetag/gsttagdemux.h:
12331           Add APE tag demuxer (#325649).
12332
12333 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12334
12335         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
12336         (gst_gconf_get_default_video_sink),
12337         (gst_gconf_get_default_audio_src),
12338         (gst_gconf_get_default_video_src):
12339         * ext/gconf/gconf.h:
12340         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
12341         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
12342         (do_toggle_element):
12343         * ext/gconf/gstgconfaudiosink.h:
12344         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
12345         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
12346         (do_toggle_element):
12347         * ext/gconf/gstgconfaudiosrc.h:
12348         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
12349         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
12350         (do_toggle_element):
12351         * ext/gconf/gstgconfvideosink.h:
12352         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
12353         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
12354         (do_toggle_element):
12355         * ext/gconf/gstgconfvideosrc.h:
12356           Ignore changing the GConf key to "". Ignore GConf key updates
12357           that don't actually change the string.
12358           For now, ignore the GConf key when the state is > READY, as
12359           it breaks streaming. Sometime it will be nice to bring the
12360           new sink online even mid-stream, by sending NEWSEGMENT info
12361           and possibly prerolling.
12362           (Fixes #326736)
12363
12364 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12365
12366         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
12367         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
12368         (zoomFilterSetResolution), (zoomFilterDestroy),
12369         (zoomFilterFastRGB), (pointFilter):
12370         * gst/goom/filters.h:
12371         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
12372         (goom_update), (goom_close):
12373         * gst/goom/goom_core.h:
12374         * gst/goom/goom_tools.h:
12375         * gst/goom/graphic.c:
12376         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
12377         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
12378         * gst/goom/gstgoom.h:
12379         * gst/goom/lines.c: (goom_lines):
12380         * gst/goom/lines.h:
12381           Make goom reentrant by moving all important static variables
12382           into instance structures.
12383           (Fixes #329181)
12384
12385 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
12386
12387         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
12388         (gst_avi_demux_all_source_pads_unlinked),
12389         (gst_avi_demux_process_next_entry):
12390         * gst/avi/gstavidemux.h:
12391           Third attempt, use gst_pad_is_linked() this time.
12392
12393 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
12394
12395         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12396         (parse_split_strings):
12397         Adjust for data length indicators when parsing (Fixes #329810)
12398         Fix stupid bug parsing UTF-8 tag text.
12399         Output tag strings with multiple fields as multiple tags, so the
12400         app gets all the data.
12401
12402 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12403
12404         * ext/flac/gstflacenc.c:
12405         Fixed a bug add in last commit, where no event is send. Thanks Tim to
12406         show me.
12407         
12408 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12409
12410         * ext/flac/gstflacenc.c:
12411         * gst/matroska/ebml-read.c:
12412         Just make it compile with --disable-gst-debug.
12413
12414 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
12415
12416         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
12417         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
12418         (id3v2_genre_fields_to_taglist):
12419           Never output a tag with a null contents string.
12420
12421 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12422
12423         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
12424           Only pause if all pads are unlinked AND we've tried to send data
12425           on all of them at least once.
12426
12427 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12428
12429         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
12430         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
12431           Make loop function/task pause itself when all source pads are
12432           unlinked.
12433
12434 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12435
12436         * configure.ac:
12437         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
12438           Use new functions from core to render a bin from a
12439           string. Fixes build. Up requirements to core CVS.
12440
12441 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12442
12443         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
12444           Don't push buffers into the adapter that we are going to
12445           push downstream again without framing anyway. Also, the
12446           adaptor takes ownership of buffers put into it (fixes
12447           auparse pushing invalid buffers for .au files with
12448           ADPCM contents). Finally, set caps on all outgoing buffers.
12449
12450 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
12451
12452         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
12453         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
12454         (gst_id3demux_send_tag_event):
12455         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
12456         Someone should kick my butt. Remove ID3v1 tags from the end of the
12457         file.
12458
12459         Improve error messages. Send the TAG message as soon as we complete
12460         typefinding, instead of waiting until we send the first buffer.
12461         Downstream tag event is still sent before the first buffer.
12462
12463 2006-01-27  Jan Gerber  <j@bootlab.org>
12464
12465         Reviewed by: Andy Wingo <wingo@pobox.com>
12466
12467         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
12468         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
12469         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
12470         to not have warings flooding stderr. this is the suggested way
12471         also used in dvgrab and kino. (#328336)
12472
12473 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
12474
12475         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
12476         (gst_oss_sink_init), (gst_oss_sink_finalise):
12477           Free the device name string when finalised.
12478
12479 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
12480
12481         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
12482           Don't put function calls in g_return_if_fail() statements,
12483           or they'll be replaced with NOOPs if someone compiles with
12484           G_DISABLE_CHECKS defined.
12485           
12486 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
12487
12488         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12489         Never trust ANY information encoded in a media file, especially
12490         when it's giving you sizes. (Fixes #328452)
12491
12492 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
12493
12494         * gst/rtp/gstrtpg711pay.c:
12495         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
12496         bug #325148.
12497
12498 2006-01-23  Edward Hervey  <edward@fluendo.com>
12499
12500         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
12501         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
12502         * gst/matroska/matroska-ids.h:
12503         Added recognition of Real Audio and Video streams in matroska demuxer.
12504
12505 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12506
12507         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
12508           Remove errant break statement, and fix compilation with
12509           older GCC.
12510
12511 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
12512
12513         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12514
12515         * sys/sunaudio/gstsunaudiomixerctrl.c:
12516         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
12517           Export functions that are needed in other parts of the code,
12518           makes the mixer actually work; adjust magic minimum buffer-time
12519           value from 3ms to 5ms to work around stuttering during mp3
12520           playback (#327765).
12521
12522 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
12523
12524         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12525
12526         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
12527         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
12528           Fix possible deadlock in matroska muxer (#327825).
12529
12530 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
12531
12532         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
12533         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
12534         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
12535         * gst/rtsp/sdpmessage.h:
12536         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
12537         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
12538           C89 fixes: declare variables at the beginning of a block and
12539           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
12540           <jensgr at gmx dot net>).
12541
12542 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12543
12544         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12545         * gst/id3demux/id3tags.h:
12546         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12547         (parse_comment_frame), (parse_text_identification_frame),
12548         (id3v2_tag_to_taglist), (id3v2_are_digits),
12549         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
12550         (parse_split_strings), (free_tag_strings):
12551           Rewrite parsing of text tags to handle multiple NULL terminated
12552           strings. Parse numeric genre strings and ID3v2 type
12553           "(3)(6)Alternative" style genre strings.
12554           Parse dates that are only YYYY or YYYY-mm format.
12555           (Fixes #328241 and #322154)
12556
12557 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
12558
12559         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12560           Don't forget to initialize liboil, otherwise our oil functions
12561           will crash (fixes #327871; patch by: Christoph Burghardt
12562           <hawkes at web dot de>).
12563
12564 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12565
12566         * configure.ac:
12567           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
12568           like in the core and gst-plugins-base. Fixes #324367 and #326683;
12569           patch by: Brian Cameron <brian dot cameron at sun dot com>
12570
12571 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12572
12573         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
12574         * ext/cdio/gstcdio.h:
12575         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
12576           Fix build for libcdio versions >= 76; give slightly lower rank
12577           than cdparanoia.
12578
12579 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12580
12581         * configure.ac:
12582         * ext/Makefile.am:
12583         * ext/cdio/Makefile.am:
12584         * ext/cdio/gstcdio.c:
12585         * ext/cdio/gstcdio.h:
12586         * ext/cdio/gstcdiocddasrc.c:
12587         * ext/cdio/gstcdiocddasrc.h:
12588           Port libcdio cdda source, formerly known as cddasrc, now known as
12589           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
12590           but that's not tested (fixes #317658).
12591
12592 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12593
12594         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
12595           Fix conversion from TIME to BYTES format (fixes #326864;
12596           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
12597
12598 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
12599
12600         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12601           Fix compilation of id3demux when zlib is not present.
12602           (Fixes #326602; patch by: Sergey Scobich)
12603
12604 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
12605
12606         * ext/esd/Makefile.am:
12607           Add $(ESD_CFLAGS), otherwise build will fail for folks
12608           with libesd in a non-standard prefix (#327009).
12609
12610 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12611
12612         * configure.ac:
12613           back to HEAD
12614
12615 === release 0.10.1 ===
12616
12617 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
12618
12619         * configure.ac:
12620           releasing 0.10.1, "Li"
12621
12622 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12623
12624           patch by: Wim Taymans
12625
12626         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12627           fix memleak.  Fixes #326618
12628
12629 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12630
12631           patch by: Mike Smith
12632
12633         * gst/level/gstlevel.c: (gst_level_message_new),
12634         (gst_level_message_append_channel):
12635           Fix memleak.  Fixes #326612
12636
12637 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12638
12639         * configure.ac:
12640           prereleasing
12641         * po/af.po:
12642         * po/az.po:
12643         * po/cs.po:
12644         * po/en_GB.po:
12645         * po/hu.po:
12646         * po/it.po:
12647         * po/nb.po:
12648         * po/nl.po:
12649         * po/or.po:
12650         * po/sq.po:
12651         * po/sr.po:
12652         * po/sv.po:
12653         * po/uk.po:
12654         * po/vi.po:
12655           update translations
12656
12657 2006-01-10  Michael Smith  <msmith@fluendo.com>
12658
12659         * gst/level/gstlevel.c: (gst_level_class_init),
12660         (gst_level_dispose):
12661           Don't leak filter arrays.
12662
12663 2006-01-09 Brian Cameron <brian.cameron@sun.com>
12664
12665         reviewed by: Christian Schaller <uraeus@gnome.org>
12666         
12667         * configure.ac:
12668         * gst-plugins-good.spec.in:
12669         * sys/Makefile.am:
12670         * sys/sunaudio/Makefile.am:
12671         * sys/sunaudio/gstsunaudio.c: (plugin_init):
12672         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
12673         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
12674         (gst_sunaudiomixer_change_state):
12675         * sys/sunaudio/gstsunaudiomixer.h:
12676         * sys/sunaudio/gstsunaudiomixerctrl.c:
12677         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
12678         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
12679         (gst_sunaudiomixer_ctrl_list_tracks),
12680         (gst_sunaudiomixer_ctrl_get_volume),
12681         (gst_sunaudiomixer_ctrl_set_volume),
12682         (gst_sunaudiomixer_ctrl_set_mute),
12683         (gst_sunaudiomixer_ctrl_set_record):
12684         * sys/sunaudio/gstsunaudiomixerctrl.h:
12685         * sys/sunaudio/gstsunaudiomixertrack.c:
12686         (gst_sunaudiomixer_track_class_init),
12687         (gst_sunaudiomixer_track_init), (fill_labels),
12688         (gst_sunaudiomixer_track_new):
12689         * sys/sunaudio/gstsunaudiomixertrack.h:
12690         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
12691         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
12692         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12693         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
12694         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
12695         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
12696         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
12697         * sys/sunaudio/gstsunaudiosink.h:
12698
12699         Add SunAudio plugin - tested to make sure it doesn't break
12700         the build under GNU/Linux.      
12701
12702 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
12703
12704         * gst-plugins-good/gst/udp/gstdynudpsink.c:
12705         * gst-plugins-good/gst/udp/gstudpsrc.c:
12706         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
12707         overrides the port or multicast parameters. Fixes bugs #323021.
12708         API addition: adds GstUDPSrc::sockfd property   
12709
12710 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
12711
12712         * ext/gconf/Makefile.am:
12713         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
12714         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
12715         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
12716         (do_toggle_element), (cb_toggle_element),
12717         (gst_gconf_audio_src_change_state):
12718         * ext/gconf/gstgconfaudiosrc.h:
12719         * ext/gconf/gstgconfelements.c: (plugin_init):
12720         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
12721         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
12722         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
12723         (do_toggle_element), (cb_toggle_element),
12724         (gst_gconf_video_src_change_state):
12725         * ext/gconf/gstgconfvideosrc.h:
12726           Add new gconfaudiosrc and gconfvideosrc elements
12727           (needed for gnome-sound-recorder).
12728
12729 2006-01-06  Edward Hervey  <edward@fluendo.com>
12730
12731         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
12732         Add gst_element_no_more_pads() for proper decodebin behaviour.
12733         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
12734         (parse_text_identification_frame), (parse_split_strings):
12735         Failure to decode some tags is not a GST_ERROR() but a
12736         GST_WARNING()
12737         When iterating over a chunk of text, check that we haven't gone too
12738         far.
12739
12740 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
12741
12742         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
12743         (plugin_init):
12744           call oil_init() when using liboil
12745
12746 2006-01-04  Wim Taymans  <wim@fluendo.com>
12747
12748         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12749         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12750         Fix leaks.
12751
12752 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
12753
12754         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12755
12756         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
12757         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
12758         (gst_flac_dec_change_state):
12759           Don't g_assert() where we should just return FALSE; remove
12760           unnecessary g_assert(); initialize some fields properly in
12761           state change function (fixes #325504). Also, use
12762           GST_DEBUG_OBJECT in two more places.
12763
12764 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
12765
12766         * configure.ac:
12767           also remove smoothwave's Makefile.am
12768         * docs/plugins/Makefile.am:
12769           fix plugin docs
12770
12771 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
12772
12773         * tests/examples/Makefile.am:
12774           added missing Makefile.am
12775
12776 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
12777
12778         * configure.ac:
12779         * gst/level/Makefile.am:
12780         * gst/level/level-example.c:
12781         * tests/Makefile.am:
12782         * tests/examples/level/Makefile.am:
12783         * tests/examples/level/level-example.c: (message_handler), (main):
12784           moved level-example to tests/examples/level-example
12785         * tests/old/examples/level/demo.c: (main):
12786         * tests/old/examples/level/plot.c: (main):
12787           some initial fixes
12788
12789 2005-12-29  Michael Smith  <msmith@fluendo.com>
12790
12791         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
12792         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
12793         * gst/udp/gstmultiudpsink.h:
12794           Track packets sent per client in addition to bytes sent; provide
12795           this info through get-stats signal
12796
12797 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
12798
12799         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
12800           Can't use gst_object_unref() on a GstAdapter (#325191).
12801
12802 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
12803
12804         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12805         If a broken tag has 0 bytes payload, at least still skip
12806         the 10 byte header
12807
12808 2005-12-22  Philippe Khalaf  <burger@speedy.org>
12809
12810         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
12811         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
12812         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
12813         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
12814           Making these depayloaders (H263+ and mpeg4 video) inherit from
12815           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
12816
12817 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12818
12819         * docs/plugins/gst-plugins-good-plugins.args:
12820         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12821         Regenerate the plugin hiearchy.
12822
12823 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12824
12825         * docs/plugins/Makefile.am:
12826         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12827         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12828         * docs/plugins/gst-plugins-good-plugins.args:
12829         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
12830         (gst_id3demux_base_init), (gst_id3demux_class_init),
12831         (gst_id3demux_chain):
12832         * gst/id3demux/gstid3demux.h:
12833           Add documentation for id3demux.
12834           Don't fail if the first buffer is not at offset 0, just
12835           attempt to typefind and do pass through
12836           Rename the gst_type function from gst_gst_id3demux..
12837
12838 2005-12-20  Michael Smith  <msmith@fluendo.com>
12839
12840         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
12841         (gst_multiudpsink_add), (gst_multiudpsink_remove),
12842         (gst_multiudpsink_get_stats):
12843         * gst/udp/gstmultiudpsink.h:
12844           Collect statistics; return them from get_stats.
12845
12846 2005-12-19  Edward Hervey  <edward@fluendo.com>
12847
12848         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12849         Stupid signedness issue...
12850
12851 2005-12-19  Edward Hervey  <edward@fluendo.com>
12852
12853         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
12854         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
12855         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
12856         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
12857         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
12858         Construct index for indexless files.
12859         Make sure pad/buffers are correctly reset to NULL once we don't need
12860         them anymore, else we get lovely segfaults/assertions.
12861         * gst/wavparse/gstwavparse.c:
12862         Yes, you can have 96KHz audio and wma in wav :(
12863
12864 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12865
12866         * configure.ac:
12867           Check for optional dependency on zlib for id3demux
12868
12869         * gst/id3demux/Makefile.am:
12870         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
12871         (gst_id3demux_base_init), (gst_id3demux_class_init),
12872         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
12873         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
12874         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
12875         (gst_id3demux_set_property), (gst_id3demux_get_property),
12876         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
12877         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
12878         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
12879         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
12880         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
12881         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
12882         (simple_find_peek), (simple_find_suggest),
12883         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
12884         (plugin_init):
12885         * gst/id3demux/gstid3demux.h:
12886         * gst/id3demux/id3tags.c: (read_synch_uint),
12887         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
12888         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
12889         (id3demux_id3v2_frames_to_tag_list):
12890         * gst/id3demux/id3tags.h:
12891         * gst/id3demux/id3v2.4.0-frames.txt:
12892         * gst/id3demux/id3v2.4.0-structure.txt:
12893         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12894         (parse_comment_frame), (parse_text_identification_frame),
12895         (id3v2_tag_to_taglist), (parse_split_strings):
12896           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
12897           otherwise it discards them. Works on my test files. 
12898
12899         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
12900           Don't send EOS to a non-existing srcpad
12901           The debug category can be static
12902
12903 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
12904
12905         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
12906         * ext/esd/esdsink.c: (gst_esdsink_prepare):
12907         * gst/multipart/multipartdemux.c:
12908           change some char* into char[]
12909
12910 2005-12-16  Wim Taymans  <wim@fluendo.com>
12911
12912         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
12913         (gst_wavparse_other), (gst_wavparse_perform_seek),
12914         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12915         (gst_wavparse_loop), (gst_wavparse_pad_convert),
12916         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
12917         * gst/wavparse/gstwavparse.h:
12918         Use GstSegment to implement more seeking features.
12919
12920 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12921
12922         * gst/rtsp/rtspconnection.c:
12923           Add <netinet/in.h> include and move <arpa/inet.h> include
12924           to make things work on OpenBSD as well (fixes #323717;
12925           patch by: Benjamin Pineau)
12926
12927 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
12928
12929         * gst/rtp/gstrtpspeexdepay.c:
12930         * gst/rtp/gstrtpspeexpay.c:
12931         Set clock rate to be fixed in 8000. It fixes bug #324012.
12932
12933 2005-12-14  Philippe Khalaf  <burger@speedy.org>
12934
12935         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
12936         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
12937         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
12938         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
12939         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
12940         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
12941         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
12942         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
12943         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
12944         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
12945         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
12946         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
12947         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
12948         * gst-plugins-good/gst/rtp/README:
12949         Fixed payload range in payloder caps. Removed payload range completely
12950         from depayloaders as they don't require payload type in their caps.
12951         In effect, there isn't any specific payload type for any given codec,
12952         only suggestions.
12953         Fixes bug #324011.
12954
12955 2005-12-13  Julien MOUTTE  <julien@moutte.net>
12956
12957         * gst/videomixer/videomixer.c: (gst_videomixer_init),
12958         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
12959         (gst_videomixer_collected): Code cleanup and re-enabling 
12960         queued time validity check for correct EOS handling.
12961
12962 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
12963
12964         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
12965         (gst_oss_mixer_element_get_property),
12966         (gst_oss_mixer_element_change_state):
12967         Add 'device-name' property and fix state change function.
12968
12969 2005-12-13  Edward Hervey  <edward@fluendo.com>
12970
12971         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
12972         If the speed of the file is null in the header, set the frame_time to
12973         the default setting of GST_SECOND / 70. Which is the default
12974         frame_delay for .fli files as stated in this document :
12975         http://www.compuphase.com/flic.htm
12976         Would be nice to have the time conversion done properly too (duration =
12977         flxh->frames * flxdec->frame_time)
12978
12979 2005-12-12  Julien MOUTTE  <julien@moutte.net>
12980
12981         * docs/plugins/Makefile.am:
12982         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12983         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12984         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12985         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
12986         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
12987         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
12988         documentation for videomixer on my way with a funny sample
12989         pipeline.
12990
12991 2005-12-12  Julien MOUTTE  <julien@moutte.net>
12992
12993         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
12994         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
12995         (gst_videomixer_update_queues), (gst_videomixer_collected):
12996         Fix caps negotiation. (#323896)
12997
12998 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
12999
13000         * gst/matroska/matroska-demux.c:
13001         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
13002           Set correct timestamps on audio laces, fixes playback of mp3 from
13003                 matroska.
13004
13005 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13006
13007         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
13008         (gst_au_parse_class_init), (gst_au_parse_init),
13009         (gst_au_parse_dispose), (gst_au_parse_chain),
13010         (gst_au_parse_change_state), (plugin_init):
13011         * gst/auparse/gstauparse.h:
13012           Use gst_object_unref() for GstObjects instead of
13013           g_object_unref() and fix a mem leak in a debug
13014           statement; while we're at it, also borgify, use
13015           boilerplate macros and clean up a little bit.
13016
13017 2005-12-11  Edward Hervey  <edward@fluendo.com>
13018
13019         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
13020         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
13021         Added pull mode.
13022
13023 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13024
13025         * gst/goom/gstgoom.c:
13026         * gst/level/level-example.c: (main):
13027         * gst/smoothwave/demo-osssrc.c: (main):
13028           Use audiotestsrc instead of sinesrc (#323798).
13029
13030 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
13031
13032         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
13033           more debug-func-ptr usage
13034
13035 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
13036
13037         * gst/flx/flx_color.c: (flx_colorspace_convert):
13038         * gst/flx/flx_color.h:
13039         * gst/flx/flx_fmt.h:
13040         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
13041         * gst/flx/gstflxdec.h:
13042           Now flxdec works on big-endian machines as well.
13043
13044 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13045
13046         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
13047         (gst_fenced_buffer_copy):
13048           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
13049           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
13050           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
13051           and use GST_DEBUG_FUNCPTR for pad functions.
13052
13053 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13054
13055         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
13056         (gst_flac_dec_class_init), (gst_flac_dec_init),
13057         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
13058         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
13059         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
13060         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
13061         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
13062         (gst_flac_dec_change_state):
13063         * ext/flac/gstflacdec.h:
13064           Rewrite flacdec a bit, so that even seeking might work now. Most
13065           importantly, don't act upon any flow return values we get, just tell
13066           the decoder everything's dandy and act on the flow return values
13067           later on in the loop function. We don't want to mess up the internal
13068           decoder state for non-fatal things like flushing pads etc. Other
13069           than that, use GstSegment (segment seeks don't work yet though, but
13070           should be easy to add), use boilerplate macros, drop the superfluous
13071           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
13072           lots of other things.
13073
13074 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13075
13076         * configure.ac:
13077           Update comment in OSS includes check.
13078
13079         * sys/oss/gstossdmabuffer.c:
13080         * sys/oss/gstosshelper.c:
13081         * sys/oss/gstossmixer.c:
13082         * sys/oss/gstossmixertrack.c:
13083         * sys/oss/gstosssink.c:
13084         * sys/oss/gstosssrc.c:
13085         * sys/oss/oss_probe.c:
13086           Don't assume the OSS soundcard.h include is always in
13087           the sys/ directory. Instead, use the existing defines
13088           from config.h to include the right file. Fixes
13089           compilation on OpenBSD 3.8 (#323718).
13090
13091 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13092
13093         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13094         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13095         * docs/plugins/inspect/plugin-1394.xml:
13096         * docs/plugins/inspect/plugin-aasink.xml:
13097         * docs/plugins/inspect/plugin-alaw.xml:
13098         * docs/plugins/inspect/plugin-alpha.xml:
13099         * docs/plugins/inspect/plugin-alphacolor.xml:
13100         * docs/plugins/inspect/plugin-auparse.xml:
13101         * docs/plugins/inspect/plugin-autodetect.xml:
13102         * docs/plugins/inspect/plugin-avi.xml:
13103         * docs/plugins/inspect/plugin-cacasink.xml:
13104         * docs/plugins/inspect/plugin-cairo.xml:
13105         * docs/plugins/inspect/plugin-cutter.xml:
13106         * docs/plugins/inspect/plugin-debug.xml:
13107         * docs/plugins/inspect/plugin-dv.xml:
13108         * docs/plugins/inspect/plugin-efence.xml:
13109         * docs/plugins/inspect/plugin-effectv.xml:
13110         * docs/plugins/inspect/plugin-esdsink.xml:
13111         * docs/plugins/inspect/plugin-flac.xml:
13112         * docs/plugins/inspect/plugin-flxdec.xml:
13113         * docs/plugins/inspect/plugin-gconfelements.xml:
13114         * docs/plugins/inspect/plugin-goom.xml:
13115         * docs/plugins/inspect/plugin-jpeg.xml:
13116         * docs/plugins/inspect/plugin-level.xml:
13117         * docs/plugins/inspect/plugin-matroska.xml:
13118         * docs/plugins/inspect/plugin-mulaw.xml:
13119         * docs/plugins/inspect/plugin-multipart.xml:
13120         * docs/plugins/inspect/plugin-navigationtest.xml:
13121         * docs/plugins/inspect/plugin-ossaudio.xml:
13122         * docs/plugins/inspect/plugin-png.xml:
13123         * docs/plugins/inspect/plugin-rtp.xml:
13124         * docs/plugins/inspect/plugin-rtsp.xml:
13125         * docs/plugins/inspect/plugin-shout2send.xml:
13126         * docs/plugins/inspect/plugin-smpte.xml:
13127         * docs/plugins/inspect/plugin-speex.xml:
13128         * docs/plugins/inspect/plugin-udp.xml:
13129         * docs/plugins/inspect/plugin-videobox.xml:
13130         * docs/plugins/inspect/plugin-videoflip.xml:
13131         * docs/plugins/inspect/plugin-videomixer.xml:
13132         * docs/plugins/inspect/plugin-wavenc.xml:
13133         * docs/plugins/inspect/plugin-wavparse.xml:
13134         * ext/flac/gstflac.c: (plugin_init):
13135         * ext/flac/gstflacdec.c: (flacdec_get_type),
13136         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
13137         (gst_flac_dec_init), (gst_flac_dec_finalize),
13138         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
13139         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
13140         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
13141         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
13142         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
13143         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
13144         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
13145         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
13146         * ext/flac/gstflacdec.h:
13147         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
13148         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
13149         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
13150         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
13151         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
13152         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
13153         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
13154         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
13155         (gst_flac_enc_change_state):
13156         * ext/flac/gstflacenc.h:
13157           borgify and fix up documentation
13158
13159 2005-12-09  Michael Smith  <msmith@fluendo.com>
13160
13161         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
13162           Accept a wider range of flac files, more closely matching flac spec.
13163
13164 2005-12-08  Julien MOUTTE  <julien@moutte.net>
13165
13166         * docs/plugins/Makefile.am: Add multipart elements.
13167         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13168         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
13169         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13170         * gst/multipart/multipartdemux.c:
13171         * gst/multipart/multipartmux.c: Add docs.
13172
13173 2005-12-07  Edward Hervey  <edward@fluendo.com>
13174
13175         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
13176         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
13177         (gst_avi_demux_invert):
13178         Memleak and crasher fixes.
13179         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
13180         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
13181         Memleak fixes
13182
13183 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13184
13185         * ext/aalib/gstaasink.h:
13186         * ext/cairo/gsttextoverlay.h:
13187         * ext/dv/gstdvdec.h:
13188         * ext/dv/gstdvdemux.c:
13189         * ext/dv/gstdvdemux.h:
13190         * ext/esd/esdsink.h:
13191         * ext/flac/flac_compat.h:
13192         * ext/flac/gstflacdec.h:
13193         * ext/flac/gstflacenc.h:
13194         * ext/gconf/gconf.h:
13195         * ext/gconf/gstgconfaudiosink.h:
13196         * ext/gconf/gstgconfvideosink.h:
13197         * ext/gdk_pixbuf/gstgdkanimation.h:
13198         * ext/jpeg/gstjpegdec.h:
13199         * ext/jpeg/smokecodec.h:
13200         * ext/jpeg/smokeformat.h:
13201         * ext/ladspa/gstsignalprocessor.h:
13202         * ext/ladspa/search.c: (LADSPAPluginSearch):
13203         * ext/ladspa/utils.h:
13204         * ext/libmng/gstmng.c:
13205         * ext/libmng/gstmngdec.h:
13206         * ext/libmng/gstmngenc.c:
13207         * ext/libmng/gstmngenc.h:
13208         * ext/libpng/gstpng.c:
13209         * ext/libpng/gstpngenc.c:
13210         * ext/libpng/gstpngenc.h:
13211         * ext/shout2/gstshout2.h:
13212         * ext/speex/gstspeexdec.h:
13213         * ext/speex/gstspeexenc.c:
13214         * ext/speex/gstspeexenc.h:
13215         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13216         * gst/autodetect/gstautoaudiosink.h:
13217         * gst/autodetect/gstautovideosink.h:
13218         * gst/avi/gstavidemux.h:
13219         * gst/cutter/gstcutter.c: (gst_cutter_chain),
13220         (gst_cutter_set_property), (gst_cutter_get_caps):
13221         * gst/cutter/gstcutter.h:
13222         * gst/debug/tests.c: (md5_process_block):
13223         * gst/debug/tests.h:
13224         * gst/effectv/gstwarp.c:
13225         * gst/flx/flx_fmt.h:
13226         * gst/flx/gstflxdec.h:
13227         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
13228         (zoomFilterFastRGB):
13229         * gst/goom/filters.h:
13230         * gst/goom/goom_tools.h:
13231         * gst/law/alaw-encode.c:
13232         * gst/level/gstlevel.c:
13233         * gst/level/gstlevel.h:
13234         * gst/matroska/ebml-write.h:
13235         * gst/matroska/matroska-demux.h:
13236         * gst/matroska/matroska-ids.h:
13237         * gst/matroska/matroska-mux.h:
13238         * gst/monoscope/convolve.c: (convolve_match):
13239         * gst/monoscope/convolve.h:
13240         * gst/multipart/multipartmux.c:
13241         * gst/oldcore/gstaggregator.c:
13242         * gst/oldcore/gstaggregator.h:
13243         * gst/oldcore/gstmd5sink.c: (md5_process_block):
13244         * gst/oldcore/gstmd5sink.h:
13245         * gst/oldcore/gstmultifilesrc.c:
13246         * gst/oldcore/gstmultifilesrc.h:
13247         * gst/oldcore/gstpipefilter.h:
13248         * gst/oldcore/gstshaper.h:
13249         * gst/rtp/gstrtpL16depay.h:
13250         * gst/rtp/gstrtpL16pay.h:
13251         * gst/rtp/gstrtpdepay.h:
13252         * gst/rtp/gstrtpmp4vpay.c:
13253         * gst/rtp/gstrtpmp4vpay.h:
13254         * gst/rtsp/gstrtspsrc.c:
13255         * gst/rtsp/gstrtspsrc.h:
13256         * gst/rtsp/rtspconnection.h:
13257         * gst/rtsp/rtspdefs.h:
13258         * gst/rtsp/rtspmessage.h:
13259         * gst/rtsp/rtsptransport.h:
13260         * gst/rtsp/rtspurl.c:
13261         * gst/rtsp/rtspurl.h:
13262         * gst/rtsp/sdpmessage.c:
13263         * gst/rtsp/sdpmessage.h:
13264         * gst/smpte/barboxwipes.c:
13265         * gst/smpte/gstmask.h:
13266         * gst/smpte/gstsmpte.h:
13267         * gst/smpte/paint.c:
13268         * gst/smpte/paint.h:
13269         * gst/udp/gstdynudpsink.h:
13270         * gst/udp/gstmultiudpsink.h:
13271         * gst/udp/gstudpsink.c:
13272         * gst/udp/gstudpsink.h:
13273         * gst/udp/gstudpsrc.c:
13274         * gst/videomixer/videomixer.c:
13275         * gst/wavenc/riff.h:
13276         * gst/wavparse/gstwavparse.h:
13277         * sys/oss/gstossdmabuffer.h:
13278         * sys/oss/gstossmixer.h:
13279         * sys/oss/gstossmixerelement.h:
13280         * sys/oss/gstossmixertrack.h:
13281         * sys/oss/gstosssink.c:
13282         * sys/oss/gstosssink.h:
13283         * sys/oss/gstosssrc.c:
13284         * sys/oss/gstosssrc.h:
13285         * sys/osxaudio/gstosxaudioelement.h:
13286         * sys/osxaudio/gstosxaudiosink.h:
13287         * sys/osxaudio/gstosxaudiosrc.h:
13288           expand tabs
13289
13290 === release 0.10.0 ===
13291
13292 2005-12-05   <thomas (at) apestaart (dot) org>
13293
13294         * configure.ac:
13295           releasing 0.10.0, "Abondance"
13296
13297 2005-12-05  Andy Wingo  <wingo@pobox.com>
13298
13299         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13300         * ext/flac/gstflacdec.c: (gst_flacdec_write):
13301         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
13302         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
13303         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
13304         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
13305         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13306         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
13307         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
13308         * ext/speex/gstspeexdec.c: (speex_dec_chain):
13309         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
13310         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13311         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
13312         * gst/goom/gstgoom.c: (gst_goom_chain):
13313         * gst/matroska/matroska-demux.c:
13314         (gst_matroska_demux_push_vorbis_codec_priv_data),
13315         (gst_matroska_demux_add_wvpk_header):
13316         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13317         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
13318         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
13319         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
13320         alloc_buffer changes.
13321
13322 2005-12-05  Michael Smith  <msmith@fluendo.com>
13323
13324         * docs/plugins/gst-plugins-good-plugins.args:
13325           Remove args for plugins that aren't in -good.
13326
13327 === release 0.9.7 ===
13328
13329 2005-12-01   <thomas (at) apestaart (dot) org>
13330
13331         * configure.ac:
13332           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
13333
13334 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13335
13336         * docs/plugins/.cvsignore:
13337         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13338         * docs/plugins/inspect/plugin-multipart.xml:
13339         * docs/plugins/inspect/plugin-rtp.xml:
13340           add multipart plugin to docs
13341
13342 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13343
13344         * configure.ac:
13345         * ext/Makefile.am:
13346         * ext/pango/Makefile.am:
13347         * ext/pango/gstclockoverlay.c:
13348         * ext/pango/gstclockoverlay.h:
13349         * ext/pango/gsttextoverlay.c:
13350         * ext/pango/gsttextoverlay.h:
13351         * ext/pango/gsttextrender.c:
13352         * ext/pango/gsttextrender.h:
13353         * ext/pango/gsttimeoverlay.c:
13354         * ext/pango/gsttimeoverlay.h:
13355           move pango to base
13356
13357 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13358
13359         * gst/rtp/Makefile.am:
13360         * gst/rtp/gstrtpL16depay.c:
13361         * gst/rtp/gstrtpL16depay.h:
13362         * gst/rtp/gstrtpL16parse.c:
13363         * gst/rtp/gstrtpL16parse.h:
13364         * gst/rtp/gstrtpgsmdepay.c:
13365         * gst/rtp/gstrtpgsmdepay.h:
13366         * gst/rtp/gstrtpgsmparse.c:
13367         * gst/rtp/gstrtpgsmparse.h:
13368           parsers are depayers
13369
13370 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13371
13372         * gst/rtp/Makefile.am:
13373         * gst/rtp/gstasteriskh263.c:
13374         * gst/rtp/gstrtp.c:
13375         * gst/rtp/gstrtpL16enc.c:
13376         * gst/rtp/gstrtpL16enc.h:
13377         * gst/rtp/gstrtpL16parse.c:
13378         * gst/rtp/gstrtpL16parse.h:
13379         * gst/rtp/gstrtpL16pay.c:
13380         * gst/rtp/gstrtpL16pay.h:
13381         * gst/rtp/gstrtpamrdec.c:
13382         * gst/rtp/gstrtpamrdec.h:
13383         * gst/rtp/gstrtpamrdepay.c:
13384         * gst/rtp/gstrtpamrdepay.h:
13385         * gst/rtp/gstrtpamrenc.c:
13386         * gst/rtp/gstrtpamrenc.h:
13387         * gst/rtp/gstrtpamrpay.c:
13388         * gst/rtp/gstrtpamrpay.h:
13389         * gst/rtp/gstrtpdec.c:
13390         * gst/rtp/gstrtpdec.h:
13391         * gst/rtp/gstrtpdepay.c:
13392         * gst/rtp/gstrtpdepay.h:
13393         * gst/rtp/gstrtpg711dec.c:
13394         * gst/rtp/gstrtpg711dec.h:
13395         * gst/rtp/gstrtpg711depay.c:
13396         * gst/rtp/gstrtpg711depay.h:
13397         * gst/rtp/gstrtpg711enc.c:
13398         * gst/rtp/gstrtpg711enc.h:
13399         * gst/rtp/gstrtpg711pay.c:
13400         * gst/rtp/gstrtpg711pay.h:
13401         * gst/rtp/gstrtpgsmenc.c:
13402         * gst/rtp/gstrtpgsmenc.h:
13403         * gst/rtp/gstrtpgsmparse.c:
13404         * gst/rtp/gstrtpgsmparse.h:
13405         * gst/rtp/gstrtpgsmpay.c:
13406         * gst/rtp/gstrtpgsmpay.h:
13407         * gst/rtp/gstrtph263enc.c:
13408         * gst/rtp/gstrtph263enc.h:
13409         * gst/rtp/gstrtph263pay.c:
13410         * gst/rtp/gstrtph263pay.h:
13411         * gst/rtp/gstrtph263pdec.c:
13412         * gst/rtp/gstrtph263pdec.h:
13413         * gst/rtp/gstrtph263pdepay.c:
13414         * gst/rtp/gstrtph263pdepay.h:
13415         * gst/rtp/gstrtph263penc.c:
13416         * gst/rtp/gstrtph263penc.h:
13417         * gst/rtp/gstrtph263ppay.c:
13418         * gst/rtp/gstrtph263ppay.h:
13419         * gst/rtp/gstrtpmp4vdec.c:
13420         * gst/rtp/gstrtpmp4vdec.h:
13421         * gst/rtp/gstrtpmp4vdepay.c:
13422         * gst/rtp/gstrtpmp4vdepay.h:
13423         * gst/rtp/gstrtpmp4venc.c:
13424         * gst/rtp/gstrtpmp4venc.h:
13425         * gst/rtp/gstrtpmp4vpay.c:
13426         * gst/rtp/gstrtpmp4vpay.h:
13427         * gst/rtp/gstrtpmpadec.c:
13428         * gst/rtp/gstrtpmpadec.h:
13429         * gst/rtp/gstrtpmpadepay.c:
13430         * gst/rtp/gstrtpmpadepay.h:
13431         * gst/rtp/gstrtpmpaenc.c:
13432         * gst/rtp/gstrtpmpaenc.h:
13433         * gst/rtp/gstrtpmpapay.c:
13434         * gst/rtp/gstrtpmpapay.h:
13435         * gst/rtp/gstrtpspeexdec.c:
13436         * gst/rtp/gstrtpspeexdec.h:
13437         * gst/rtp/gstrtpspeexdepay.c:
13438         * gst/rtp/gstrtpspeexdepay.h:
13439         * gst/rtp/gstrtpspeexenc.c:
13440         * gst/rtp/gstrtpspeexenc.h:
13441         * gst/rtp/gstrtpspeexpay.c:
13442         * gst/rtp/gstrtpspeexpay.h:
13443           Do burger's rename for rtp payloaders and depayloaders
13444
13445 2005-11-30  Wim Taymans  <wim@fluendo.com>
13446
13447         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13448         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
13449         * ext/dv/gstdvdemux.h:
13450         Fix seeking in dvdemux again, add some more debug info.
13451
13452 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13453
13454         * configure.ac:
13455           fix tests
13456
13457 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13458
13459         * PORTED_09:
13460         * docs/random/PORTED_09:
13461           move
13462         * tests/Makefile.am:
13463           add
13464         * win32/gst.sln:
13465           remove
13466
13467 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13468
13469         * Makefile.am:
13470         * check/.cvsignore:
13471         * check/Makefile.am:
13472         * check/elements/.cvsignore:
13473         * check/elements/level.c:
13474         * check/elements/matroskamux.c:
13475         * configure.ac:
13476         * examples/Makefile.am:
13477         * examples/capsfilter/Makefile.am:
13478         * examples/capsfilter/capsfilter1.c:
13479         * examples/gob/Makefile.am:
13480         * examples/gob/gst-identity2.gob:
13481         * examples/gstplay/.cvsignore:
13482         * examples/gstplay/Makefile.am:
13483         * examples/gstplay/player.c:
13484         * examples/indexing/.cvsignore:
13485         * examples/indexing/Makefile.am:
13486         * examples/indexing/indexmpeg.c:
13487         * examples/level/Makefile.am:
13488         * examples/level/README:
13489         * examples/level/demo.c:
13490         * examples/level/plot.c:
13491         * examples/stats/Makefile.am:
13492         * examples/stats/mp2ogg.c:
13493         * examples/switch/.cvsignore:
13494         * examples/switch/Makefile.am:
13495         * examples/switch/switcher.c:
13496           move under tests/
13497
13498 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13499
13500         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
13501         (gst_text_render_class_init), (resize_bitmap),
13502         (gst_text_render_render_text), (gst_text_render_setcaps),
13503         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
13504         (gst_text_render_chain), (gst_text_render_finalize),
13505         (gst_text_render_init), (gst_text_render_set_property):
13506         * ext/pango/gsttextrender.h:
13507           Add missing files.
13508
13509 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13510
13511         * configure.ac:
13512         * ext/Makefile.am:
13513         * ext/pango/Makefile.am:
13514         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
13515         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
13516         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
13517         * ext/pango/gstclockoverlay.h:
13518         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
13519         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
13520         (gst_text_overlay_finalize), (gst_text_overlay_init),
13521         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
13522         (gst_text_overlay_text_pad_linked),
13523         (gst_text_overlay_text_pad_unlinked),
13524         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
13525         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
13526         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
13527         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13528         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13529         (gst_text_overlay_change_state), (plugin_init):
13530         * ext/pango/gsttextoverlay.h:
13531         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
13532         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
13533         (gst_time_overlay_class_init), (gst_time_overlay_init):
13534         * ext/pango/gsttimeoverlay.h:
13535           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
13536           and add background shading and text wrapping modes. Make 
13537           timoverlay derive from textoverlay. Also add new clockoverlay
13538           element.
13539
13540 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13541
13542         * gst/udp/Makefile.am: Moved to netbuffer.
13543
13544 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13545
13546         * configure.ac:
13547         * PORTED_O9:
13548         * gst/multipart/Makefile.am:
13549         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
13550         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
13551         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
13552         (gst_multipart_demux_change_state),
13553         (gst_multipart_demux_plugin_init):
13554         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
13555         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
13556         (gst_multipart_mux_sinkconnect),
13557         (gst_multipart_mux_request_new_pad),
13558         (gst_multipart_mux_handle_src_event),
13559         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
13560         (gst_multipart_mux_change_state): Ported multipart mux/demux to
13561         0.9.
13562
13563 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13564
13565         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
13566         * gst/debug/gstnavigationtest.h:
13567         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
13568         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
13569         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
13570         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
13571         * gst/effectv/gstrev.c: (gst_revtv_get_type):
13572         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
13573         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
13574         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
13575         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
13576         (gst_video_flip_get_type):
13577         * gst/videofilter/gstvideoflip.h:
13578           update for symbols change
13579
13580 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13581
13582         * gst/udp/gstdynudpsink.c:
13583         * gst/udp/gstudpsrc.c:
13584           the old gstnet lib was renamed gstnetbuffer (#322257)
13585
13586 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
13587
13588         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
13589         (gst_text_overlay_collected):
13590           Actually render the text from the text pad.
13591
13592 2005-11-29  Edward Hervey  <edward@fluendo.com>
13593
13594         * gst/debug/gstnavseek.c: (gst_navseek_event):
13595         * gst/debug/progressreport.c: (gst_progress_report_event):
13596         Update for GstBaseTransform event virtual method
13597
13598 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13599
13600         * ext/cairo/Makefile.am:
13601           no need to link to videofilter
13602
13603 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13604
13605         * gst/debug/Makefile.am:
13606         * gst/debug/gstnavigationtest.h:
13607         * gst/effectv/Makefile.am:
13608         * gst/effectv/gstaging.c:
13609         * gst/effectv/gstdice.c:
13610         * gst/effectv/gstedge.c:
13611         * gst/effectv/gstquark.c:
13612         * gst/effectv/gstrev.c:
13613         * gst/effectv/gstshagadelic.c:
13614         * gst/effectv/gstvertigo.c:
13615         * gst/effectv/gstwarp.c:
13616         * gst/videofilter/Makefile.am:
13617         * gst/videofilter/gstvideofilter.c:
13618         * gst/videofilter/gstvideofilter.h:
13619         * gst/videofilter/gstvideoflip.h:
13620           remove the videofilter library and link to the one in base
13621
13622 2005-11-28  Edward Hervey  <edward@fluendo.com>
13623
13624         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
13625         Useless check now we're setting the current entry correctly.
13626
13627 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
13628
13629         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
13630         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
13631         (gst_jpegenc_change_state):
13632           Don't leak input buffer in chain function (fixes #322667); make 
13633           state change function thread-safe; don't repeat the current function
13634           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
13635           gst_pad_alloc_buffer(); misc. minor cleanups.
13636
13637 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
13638
13639         * gst/matroska/matroska-mux.c:
13640         (gst_matroska_mux_video_pad_setcaps):
13641         Look for pixel-aspect-ratio in caps, not pixel_width and
13642         pixel_height (Fixes: #322645)
13643
13644 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
13645
13646         * gst/matroska/matroska-mux.c:
13647         (gst_matroska_mux_video_pad_setcaps):
13648         From Michal Benes:
13649         frame duration should be GST_SECOND / framerate, not
13650         GST_SECOND * framerate. (Fixes: #322643)
13651
13652 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13653
13654         * configure.ac:
13655           fix up GST_PLUGIN_LDFLAGS
13656         * gst/rtsp/rtspconnection.c:
13657           fix includes (see #317043)
13658         * gst/videofilter/Makefile.am:
13659           stop installing this library
13660
13661 2005-11-26  Edward Hervey  <edward@fluendo.com>
13662
13663         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
13664         Handle the case where the incoming Video dv stream doesn't have
13665         a pixel aspect ratio set.
13666
13667 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13668
13669         * docs/plugins/Makefile.am:
13670         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13671         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13672         * ext/flac/gstflacdec.c:
13673           document flacdec
13674
13675 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13676
13677         * docs/plugins/Makefile.am:
13678         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13679         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13680         * docs/plugins/inspect/plugin-autodetect.xml:
13681         * ext/cairo/gstcairo.c: (plugin_init):
13682         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
13683         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
13684         (gst_text_overlay_init), (gst_text_overlay_font_init),
13685         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
13686         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
13687         (gst_text_overlay_text_pad_linked),
13688         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
13689         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
13690         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13691         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13692         (gst_text_overlay_change_state):
13693         * ext/cairo/gsttextoverlay.h:
13694         * ext/cairo/gsttimeoverlay.c:
13695         (gst_cairo_time_overlay_update_font_height),
13696         (gst_cairo_time_overlay_set_caps),
13697         (gst_cairo_time_overlay_get_unit_size),
13698         (gst_cairo_time_overlay_print_smpte_time),
13699         (gst_cairo_time_overlay_transform),
13700         (gst_cairo_time_overlay_base_init),
13701         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
13702         (gst_cairo_time_overlay_get_type):
13703         * ext/cairo/gsttimeoverlay.h:
13704           do some name borgifying
13705           document
13706
13707 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13708
13709         * docs/plugins/Makefile.am:
13710         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13711         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13712         * gst/autodetect/gstautoaudiosink.c:
13713         (gst_auto_audio_sink_base_init):
13714         * gst/autodetect/gstautovideosink.c:
13715         (gst_auto_video_sink_base_init),
13716         (gst_auto_video_sink_factory_filter):
13717           documenting auto*sink
13718           using strstr for the video sink lookup, class field is not ordered
13719         * docs/plugins/inspect/plugin-1394.xml:
13720         * docs/plugins/inspect/plugin-aasink.xml:
13721         * docs/plugins/inspect/plugin-alaw.xml:
13722         * docs/plugins/inspect/plugin-alpha.xml:
13723         * docs/plugins/inspect/plugin-alphacolor.xml:
13724         * docs/plugins/inspect/plugin-auparse.xml:
13725         * docs/plugins/inspect/plugin-autodetect.xml:
13726         * docs/plugins/inspect/plugin-avi.xml:
13727         * docs/plugins/inspect/plugin-cacasink.xml:
13728         * docs/plugins/inspect/plugin-cairo.xml:
13729         * docs/plugins/inspect/plugin-cutter.xml:
13730         * docs/plugins/inspect/plugin-debug.xml:
13731         * docs/plugins/inspect/plugin-dv.xml:
13732         * docs/plugins/inspect/plugin-efence.xml:
13733         * docs/plugins/inspect/plugin-effectv.xml:
13734         * docs/plugins/inspect/plugin-esdsink.xml:
13735         * docs/plugins/inspect/plugin-flac.xml:
13736         * docs/plugins/inspect/plugin-flxdec.xml:
13737         * docs/plugins/inspect/plugin-gconfelements.xml:
13738         * docs/plugins/inspect/plugin-goom.xml:
13739         * docs/plugins/inspect/plugin-jpeg.xml:
13740         * docs/plugins/inspect/plugin-level.xml:
13741         * docs/plugins/inspect/plugin-matroska.xml:
13742         * docs/plugins/inspect/plugin-mulaw.xml:
13743         * docs/plugins/inspect/plugin-navigationtest.xml:
13744         * docs/plugins/inspect/plugin-ossaudio.xml:
13745         * docs/plugins/inspect/plugin-png.xml:
13746         * docs/plugins/inspect/plugin-rtp.xml:
13747         * docs/plugins/inspect/plugin-rtsp.xml:
13748         * docs/plugins/inspect/plugin-shout2send.xml:
13749         * docs/plugins/inspect/plugin-smpte.xml:
13750         * docs/plugins/inspect/plugin-speex.xml:
13751         * docs/plugins/inspect/plugin-udp.xml:
13752         * docs/plugins/inspect/plugin-videobox.xml:
13753         * docs/plugins/inspect/plugin-videoflip.xml:
13754         * docs/plugins/inspect/plugin-videomixer.xml:
13755         * docs/plugins/inspect/plugin-wavenc.xml:
13756         * docs/plugins/inspect/plugin-wavparse.xml:
13757           update for HEAD version
13758
13759 2005-11-25  Michael Smith  <msmith@fluendo.com>
13760
13761         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
13762           Patch from Sebastien Cote to close control sockets in udpsrc.
13763
13764 2005-11-24  Julien MOUTTE  <julien@moutte.net>
13765
13766         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
13767         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
13768         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
13769         (gst_quarktv_base_init), (gst_quarktv_class_init),
13770         (gst_quarktv_init): Flush the planes list on reverse caps
13771         negotiation. This was crashing because of differently sized
13772         buffers.
13773
13774 2005-11-24  Julien MOUTTE  <julien@moutte.net>
13775
13776         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
13777         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
13778         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
13779         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
13780         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
13781         (gst_videoflip_set_property), (gst_videoflip_base_init),
13782         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
13783         correctly, fix identity flipping, convert navigation event 
13784         correctly again.
13785
13786 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13787
13788         * configure.ac: back to HEAD
13789
13790 === release 0.9.6 ===
13791
13792 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
13793
13794         * configure.ac:
13795           releasing 0.9.6, "Everything's Not Lost"
13796
13797 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13798
13799         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
13800         Oops, initialise the framerate GValue
13801
13802 2005-11-23  Julien MOUTTE  <julien@moutte.net>
13803
13804         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
13805         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
13806         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
13807         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
13808         (gst_timeoverlay_get_type):
13809         * ext/cairo/gsttimeoverlay.h:
13810         * gst/debug/Makefile.am:
13811         * gst/debug/gstnavigationtest.c:
13812         (gst_navigationtest_handle_src_event),
13813         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
13814         (gst_navigationtest_transform), (gst_navigationtest_change_state),
13815         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
13816         (gst_navigationtest_init), (gst_navigationtest_get_type),
13817         (plugin_init):
13818         * gst/debug/gstnavigationtest.h:
13819         * gst/effectv/Makefile.am:
13820         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
13821         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
13822         (gst_agingtv_base_init), (gst_agingtv_class_init),
13823         (gst_agingtv_init), (gst_agingtv_get_type):
13824         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
13825         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
13826         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
13827         (gst_dicetv_get_type):
13828         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
13829         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
13830         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
13831         (gst_edgetv_get_type):
13832         * gst/effectv/gsteffectv.c:
13833         * gst/effectv/gsteffectv.h:
13834         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
13835         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
13836         (gst_quarktv_change_state), (gst_quarktv_base_init),
13837         (gst_quarktv_class_init), (gst_quarktv_init),
13838         (gst_quarktv_get_type):
13839         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
13840         (gst_revtv_get_unit_size), (gst_revtv_transform),
13841         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
13842         (gst_revtv_get_type):
13843         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
13844         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
13845         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
13846         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
13847         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
13848         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
13849         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
13850         (gst_vertigotv_init), (gst_vertigotv_get_type):
13851         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
13852         (gst_warptv_get_unit_size), (gst_warptv_transform),
13853         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
13854         (gst_warptv_get_type):
13855         * gst/videofilter/Makefile.am:
13856         * gst/videofilter/gstvideobalance.c:
13857         * gst/videofilter/gstvideobalance.h:
13858         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
13859         (gst_videofilter_class_init), (gst_videofilter_init):
13860         * gst/videofilter/gstvideofilter.h:
13861         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
13862         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
13863         (gst_videoflip_flip), (gst_videoflip_transform),
13864         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
13865         (gst_videoflip_base_init), (gst_videoflip_class_init),
13866         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
13867         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
13868         BaseTransform, it's just a place holder for now and every video
13869         effect plugin has been ported to use BaseTransform features 
13870         directly. QuarkTV was fixed too (was broken), navigationtest works
13871         and best for the end, videoflip converts navigation events depending
13872         on flip method ! Fixes #320953
13873
13874 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13875
13876         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
13877         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
13878         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
13879         (gst_goom_src_negotiate), (gst_goom_chain):
13880         * gst/matroska/matroska-mux.c:
13881         (gst_matroska_mux_video_pad_setcaps):
13882         * sys/osxvideo/osxvideosink.m:
13883           Fixes for API changes
13884
13885 2005-11-23  Michael Smith <msmith@fluendo.com>
13886
13887         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
13888         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
13889         * ext/jpeg/gstjpegdec.h:
13890         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
13891         * ext/jpeg/gstjpegenc.h:
13892         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
13893         (gst_smokeenc_resync):
13894         * ext/jpeg/gstsmokeenc.h:
13895           JPEG fractiony goodness.
13896
13897 2005-11-22  Michael Smith <msmith@fluendo.com>
13898
13899         * gst/goom/filters.c:
13900         * gst/goom/graphic.h:
13901           Fix compilation by making some functions static inline instead of
13902           extern inline, matching the way they're used.
13903
13904 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
13905
13906         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
13907         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
13908         * ext/cairo/gsttextoverlay.h:
13909         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
13910         * ext/gdk_pixbuf/gstgdkpixbuf.h:
13911         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
13912         (gst_pngdec_caps_create_and_set):
13913         * ext/libpng/gstpngdec.h:
13914         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
13915         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
13916         * gst/avi/gstavimux.c: (gst_avimux_init),
13917         (gst_avimux_vidsinkconnect):
13918         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
13919         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
13920         (gst_goom_src_negotiate), (gst_goom_chain):
13921         * gst/goom/gstgoom.h:
13922         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
13923         * gst/matroska/matroska-mux.c:
13924         (gst_matroska_mux_video_pad_setcaps):
13925         * sys/osxvideo/osxvideosink.h:
13926         * sys/osxvideo/osxvideosink.m:
13927           More fractional framerate conversions 
13928
13929 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
13930
13931         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
13932         * gst/debug/gstnavigationtest.c:
13933         (gst_navigationtest_handle_src_event):
13934         * gst/videofilter/gstvideofilter.c:
13935         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
13936         (gst_videofilter_init):
13937         * gst/videofilter/gstvideofilter.h:
13938           Convert to fractional framerates.
13939
13940 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13941
13942         * ext/aalib/gstaasink.c:
13943         * ext/dv/gstdvdec.c:
13944         * ext/esd/esdmon.c:
13945         * ext/flac/gstflacenc.c:
13946         * ext/gdk_pixbuf/pixbufscale.c:
13947         * ext/libcaca/gstcacasink.c:
13948         * ext/shout2/gstshout2.c:
13949         * gst/alpha/gstalpha.c:
13950         * gst/oldcore/gstaggregator.c:
13951         * gst/oldcore/gstshaper.c:
13952         * gst/smpte/barboxwipes.c:
13953         * gst/smpte/gstsmpte.c:
13954         * gst/videobox/gstvideobox.c:
13955         * gst/videofilter/gstvideoflip.c:
13956         * gst/videomixer/videomixer.c:
13957           fix up more enums
13958
13959 2005-11-22  Michael Smith <msmith@fluendo.com>
13960
13961         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13962         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13963         (gst_videomixer_update_queues):
13964           Fractional framerates, videomixer.
13965
13966 2005-11-22  Michael Smith <msmith@fluendo.com>
13967
13968         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
13969         * ext/dv/gstdvdec.h:
13970         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
13971         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
13972         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
13973         (gst_dvdemux_flush):
13974         * ext/dv/gstdvdemux.h:
13975           Fractional framerates for DV. 
13976
13977 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13978
13979         * gst/autodetect/gstautoaudiosink.c:
13980         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
13981         * gst/autodetect/gstautovideosink.c:
13982         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
13983           Use gst_plugin_feature_list_free() to free feature list and
13984           in the case of autovideosink free the list at all. Also
13985           miscellaneous cosmetic fixes.
13986
13987 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13988
13989         * gst/cutter/gstcutter.c: (gst_cutter_chain),
13990         (gst_cutter_set_property), (gst_cutter_get_caps):
13991           copy calculation code from level; remove use of some audio
13992           functions
13993
13994 2005-11-22  Andy Wingo  <wingo@pobox.com>
13995
13996         * Update for gst_tag_setter API changes.
13997
13998 2005-11-22  Andy Wingo  <wingo@pobox.com>
13999
14000         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
14001         (gst_dvdemux_demux_frame)
14002         * ext/flac/gstflacdec.c (gst_flacdec_write)
14003         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
14004         (gst_flacenc_sink_event)
14005         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
14006         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
14007         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
14008         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
14009         * gst/auparse/gstauparse.c (gst_auparse_chain)
14010         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
14011         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
14012         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
14013         (gst_avi_demux_handle_seek)
14014         * gst/goom/gstgoom.c (gst_goom_event)
14015         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
14016         * gst/matroska/matroska-demux.c
14017         (gst_matroska_demux_handle_seek_event)
14018         (gst_matroska_demux_loop_stream_parse_id)
14019         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
14020         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
14021         (gst_wavparse_stream_headers): Run update-funcnames.
14022
14023 2005-11-22  Edward Hervey  <edward@fluendo.com>
14024
14025         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
14026         (gst_dv1394src_init), (gst_dv1394src_dispose),
14027         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
14028         (gst_dv1394src_uri_set_uri):
14029         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14030         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
14031         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
14032         URIHandler interface and element properties are now properly
14033         synchronized for DV1394src and UDPSrc
14034
14035 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14036
14037         * ext/flac/Makefile.am:
14038         * ext/speex/Makefile.am:
14039           libgsttagedit has been renamed to libgsttag.
14040
14041 2005-11-21  Wim Taymans  <wim@fluendo.com>
14042
14043         * gst/rtsp/rtspconnection.c: (read_body):
14044         Apply patch from Sebastien Cote to fix #319184.
14045
14046 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14047
14048         * configure.ac:
14049         * gst/cutter/Makefile.am:
14050         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
14051         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
14052         (gst_cutter_set_property), (gst_cutter_get_property),
14053         (plugin_init), (gst_cutter_get_caps):
14054           port cutter
14055         * gst/level/gstlevel.c:
14056           fix up plugin details
14057
14058 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14059
14060         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
14061         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
14062         (gst_flacdec_src_event):
14063         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
14064         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
14065         (gst_signal_processor_getrange), (gst_signal_processor_chain):
14066         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14067         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
14068         (gst_flxdec_sink_event_handler):
14069         * gst/matroska/matroska-demux.c:
14070         (gst_matroska_demux_handle_seek_event):
14071         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
14072           Update for stream lock API changes: don't take stream log
14073           in sink event handlers any longer and change GST_STREAM_LOCK
14074           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
14075           functions.
14076
14077 2005-11-21  Michael Smith <msmith@fluendo.com>
14078
14079         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
14080           gst_object_unref, not g_object_unref
14081
14082 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14083
14084         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
14085         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
14086           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
14087
14088 2005-11-21  Michael Smith <msmith@fluendo.com>
14089
14090         * gst/auparse/Makefile.am:
14091         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
14092         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
14093         (gst_auparse_change_state):
14094         * gst/auparse/gstauparse.h:
14095           Partially fix #161712. playbin still doesn't work on these files,
14096           (on the bug report, Andy says we aren't typefinding it for some
14097           reason?) but at least auparse isn't totally busted like it was before.
14098
14099 2005-11-21  Andy Wingo  <wingo@pobox.com>
14100
14101         * *.h:
14102         * *.c: Ran scripts/update-macros. Oh yes.
14103
14104 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14105
14106         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
14107           Filler events are gone for now, comment out section generating
14108           them.
14109
14110 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
14111
14112         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14113         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
14114         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14115         * sys/osxvideo/osxvideosink.m:
14116           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
14117           (#322027)
14118
14119 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14120
14121         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
14122         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
14123         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14124         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
14125         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
14126         (gst_avi_demux_stream_data):
14127         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14128         * gst/wavenc/gstwavenc.c: (write_metadata):
14129         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
14130         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
14131         Fixes for GST_FOURCC_FORMAT API change.
14132
14133 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14134
14135         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
14136         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
14137         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
14138         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14139         (gst_text_overlay_change_state):
14140         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14141         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
14142         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
14143         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
14144         * gst/videomixer/videomixer.c: (gst_videomixer_init),
14145         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14146         (gst_videomixer_change_state):
14147           Fix for collect pads API change. Also fix textoverlay state
14148           change function.
14149
14150 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14151
14152         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
14153         GST_PAD_IS_USABLE by something approaching it.
14154
14155 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14156
14157         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
14158         API changes.
14159         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
14160         but also fix the code that was not checking return values from
14161         pad_push neither using pad_alloc_buffer.
14162
14163 2005-11-18  Edward Hervey  <edward@fluendo.com>
14164
14165         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14166         (gst_pngenc_chain):
14167         Added debug category
14168         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
14169         goes to EOS.
14170
14171 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
14172
14173         * gst/rtp/Makefile.am
14174         * gst/rtp/gstrtp.c
14175         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
14176         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
14177         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
14178         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
14179         * gst/rtp/gstrtpg711enc.h:
14180         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
14181         * gst/rtp/gstrtpspeexenc.c:
14182         * gst/rtp/gstrtpspeexenc.h:
14183         * gst/rtp/gstrtpspeexdec.c:
14184         * gst/rtp/gstrtpspeexdec.h:
14185         Created Speex payloader and depayloader; Optimize G711 payloader to
14186         use adapter and send packets until MTU size.
14187
14188 2005-11-16  Wim Taymans  <wim@fluendo.com>
14189
14190         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
14191         Fix leak in check.
14192
14193 2005-11-16  Wim Taymans  <wim@fluendo.com>
14194
14195         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
14196         Fix state change.
14197
14198 2005-11-16  Andy Wingo  <wingo@pobox.com>
14199
14200         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
14201         (gst_udpsrc_create): Move comment.
14202
14203 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
14204
14205         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14206
14207         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
14208           When seeking, seek to closest index entry at or before the requested
14209           seek position, not just the closest one (#321001).
14210
14211 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14212
14213         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
14214         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
14215           Invert DIB images again (see #132341).
14216
14217 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14218
14219         * configure.ac:
14220           rework configure.ac file
14221         * ext/aalib/gstaasink.c:
14222         * ext/cairo/gstcairo.c:
14223         * ext/dv/gstdv.c:
14224         * ext/esd/gstesd.c:
14225         * ext/flac/gstflac.c:
14226         * ext/gconf/gstgconfelements.c:
14227         * ext/gdk_pixbuf/gstgdkpixbuf.c:
14228         * ext/jpeg/gstjpeg.c:
14229         * ext/ladspa/gstladspa.c:
14230         * ext/libcaca/gstcacasink.c:
14231         * ext/libmng/gstmng.c:
14232         * ext/libpng/gstpng.c:
14233         * ext/mikmod/gstmikmod.c:
14234         * ext/pango/gsttextoverlay.c:
14235         * ext/pango/gsttimeoverlay.c:
14236         * ext/raw1394/gst1394.c:
14237         * ext/speex/gstspeex.c:
14238         * gst/alpha/Makefile.am:
14239         * gst/alpha/gstalpha.c:
14240         * gst/alpha/gstalphacolor.c:
14241         * gst/auparse/gstauparse.c:
14242         * gst/autodetect/gstautoaudiosink.c:
14243         (gst_auto_audio_sink_factory_filter),
14244         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14245         * gst/autodetect/gstautodetect.c:
14246         * gst/avi/gstavi.c:
14247         * gst/cutter/gstcutter.c:
14248         * gst/debug/efence.c:
14249         * gst/debug/gstdebug.c:
14250         * gst/debug/gstnavigationtest.c:
14251         * gst/effectv/gsteffectv.c:
14252         * gst/flx/gstflxdec.c:
14253         * gst/goom/gstgoom.c:
14254         * gst/interleave/plugin.c:
14255         * gst/law/alaw.c:
14256         * gst/law/mulaw.c:
14257         * gst/level/gstlevel.c:
14258         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14259         * gst/matroska/matroska.c:
14260         * gst/median/gstmedian.c:
14261         * gst/monoscope/gstmonoscope.c:
14262         * gst/multipart/multipart.c:
14263         * gst/oldcore/gstelements.c:
14264         * gst/rtp/gstrtp.c:
14265         * gst/rtsp/gstrtsp.c:
14266         * gst/smoothwave/gstsmoothwave.c:
14267         * gst/smpte/gstsmpte.c:
14268         * gst/udp/gstudp.c:
14269         * gst/videobox/gstvideobox.c:
14270         * gst/videofilter/gstgamma.c:
14271         * gst/videofilter/gstvideobalance.c:
14272         * gst/videofilter/gstvideoflip.c:
14273         * gst/videofilter/gstvideotemplate.c:
14274         * gst/videomixer/videomixer.c:
14275         * gst/wavenc/gstwavenc.c:
14276         * gst/wavparse/gstwavparse.c:
14277         * sys/oss/gstossaudio.c:
14278         * sys/osxaudio/gstosxaudio.c:
14279           update GST_PLUGIN_DEFINE
14280         * gst/rtp/Makefile.am:
14281         * gst/rtp/gstasteriskh263.c:
14282           check for htons/htonl headers and possibly link to winsock2 lib
14283
14284 2005-11-12  Edward Hervey  <edward@fluendo.com>
14285
14286         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14287         Only GST_DEBUG() information on the valid components.
14288
14289 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14290
14291         * configure.ac: back to HEAD
14292
14293 === release 0.9.5 ===
14294
14295 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
14296
14297         * configure.ac:
14298           releasing 0.9.5, "Phone Alarm"
14299
14300 2005-11-11  Edward Hervey  <edward@fluendo.com>
14301
14302         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14303         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
14304         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
14305         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14306         (gst_avi_demux_loop):
14307         * gst/avi/gstavidemux.h:
14308         Yeah, implement proper seeking. Exact seeking and segment seeking.
14309         Still need to do some checks for segment_stop.
14310
14311 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14312
14313         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14314
14315         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14316           Don't try to ready buffer duration from buffer that we don't
14317           own any  longer and that might already have been unreffed.
14318           (#321136)
14319
14320 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
14321
14322         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
14323         (flx_decode_delta_flc), (gst_flxdec_chain):
14324         Attempting to optimize the code for embedded systems.
14325
14326 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
14327
14328         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14329
14330         * sys/oss/gstosssink.c: (gst_oss_sink_close):
14331           Don't re-use already closed file descriptor. (#320920)
14332
14333 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14334
14335         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
14336         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
14337         (gst_oss_sink_prepare):
14338         * sys/oss/gstosssink.h:
14339           Cache probed caps; fix debug output for SET_PARAM macros.
14340
14341 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14342
14343         * ext/cairo/Makefile.am:
14344         * ext/cairo/gstcairo.c: (plugin_init):
14345         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14346         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14347         (gst_text_overlay_init), (gst_text_overlay_font_init),
14348         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14349         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14350         (gst_text_overlay_text_pad_linked),
14351         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14352         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14353         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14354         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14355         (gst_text_overlay_change_state):
14356         * ext/cairo/gsttextoverlay.h:
14357           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
14358           property and redo positioning. Doesn't handle upstream renegotiation
14359           yet though.
14360
14361 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14362
14363         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14364         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14365         (gst_avi_demux_loop):
14366           No need to take the STREAM_LOCK in the loop function. Improve
14367           some debug messages. Don't leak pad names in debug messages.
14368
14369 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14370
14371         * gst/matroska/matroska-demux.c:
14372         (gst_matroska_demux_push_vorbis_codec_priv_data),
14373         (gst_matroska_demux_add_wvpk_header):
14374           Don't error out when the source pad isn't linked.
14375
14376 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
14377
14378         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
14379         (gst_gconf_audio_sink_change_state):
14380         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
14381         (gst_gconf_video_sink_change_state):
14382           Fix state change functions here as well and set kid
14383           to NULL state before removing it.
14384
14385 2005-11-01  Edward Hervey  <edward@fluendo.com>
14386
14387         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
14388         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
14389         Added proper event handlind, 
14390         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
14391         ignored),
14392         and don't set a duration of 0 for buffers otherwise they are discarded
14393         by GstBaseSink.
14394
14395         GstWavEnc needs some serious loving, after going through the code I'm
14396         really wondering how this can stay in -good ...
14397
14398 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14399
14400         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
14401         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
14402         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
14403         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
14404         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
14405         (gst_matroska_mux_collected):
14406           Fix leaks and invalid memory access as reported by valgrind
14407
14408 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14409
14410         Patch by: Michal Benes <michal.benes@xeris.cz>
14411
14412         * check/Makefile.am:
14413         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14414         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
14415         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
14416           add a unit test for matroskamux
14417           fix the bugs that the unit test exposed
14418
14419 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
14420
14421         * gst/autodetect/gstautoaudiosink.c:
14422         (gst_auto_audio_sink_class_init),
14423         (gst_auto_audio_sink_change_state):
14424         * gst/autodetect/gstautovideosink.c:
14425         (gst_auto_video_sink_class_init),
14426         (gst_auto_video_sink_change_state):
14427           Fix state change function and use GST_DEBUG_FUNCPTR in
14428           class_init.
14429
14430 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14431
14432         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14433
14434         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
14435         (gst_ebml_write_reset), (gst_ebml_write_element_new):
14436         * gst/matroska/ebml-write.h:
14437         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14438           Set timestamps on outgoing ebml headers as well, so that the
14439           element after matroskamux can get the timestamp already when
14440           reading the first ebml element and doesn't have to wait for
14441           the actual data buffer for that (#320308).
14442           
14443 2005-10-31  Andy Wingo  <wingo@pobox.com>
14444
14445         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
14446         (gst_videomixer_pad_link): Kill some memleaks.
14447         (gst_videomixer_pad_get_property): Style fix.
14448         (gst_videomixer_pad_set_property): Style fix.
14449         (gst_videomixer_pad_init): Style fix.
14450         (gst_videomixer_update_queues): Kill memleak.
14451         (gst_videomixer_loop): Kill memleak.
14452         (gst_videomixer_collected): Kill memleak.
14453
14454 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14455
14456         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
14457         gst_auparse_change_state:
14458         Just some cleanup.
14459
14460 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14461
14462         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
14463         Add checks to GST_FLOW_NOT_LINKED for values returned
14464         from gst_pad_push.
14465         
14466 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14467
14468         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
14469         (gst_rtpg711dec_process):
14470         * gst/rtp/gstrtpgsmenc.c:
14471         Payloader now sets some default caps on the srcpad if caps on the sinkpad
14472         are never set. This is important for the g711 to work with burger's rtpbin
14473         element.
14474
14475 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
14476
14477         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
14478         (gst_speexenc_push_buffer):
14479         Add checks for return values from gst_pad_push and
14480         gst_pad_alloc_buffer.
14481
14482 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
14483
14484         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14485
14486         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
14487         (gst_matroska_demux_parse_info),
14488         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14489         (gst_matroska_demux_parse_cluster):
14490         * gst/matroska/matroska-ids.h:
14491         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
14492         (gst_matroska_mux_init), (gst_matroska_mux_start),
14493         (gst_matroska_mux_create_buffer_header),
14494         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
14495         (gst_matroska_mux_get_property):
14496         * gst/matroska/matroska-mux.h:
14497           Add SimpleBlock support to matroska demuxer and muxer (part of
14498           Matroska v2). (#319731)
14499
14500 2005-10-28  Wim Taymans  <wim@fluendo.com>
14501
14502         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
14503         (gst_jpeg_dec_change_state):
14504         * ext/jpeg/gstjpegdec.h:
14505         Cleanups. Don't create caps for every chain.
14506
14507 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
14508
14509         * gst/law/alaw-encode.c: (gst_alawenc_init),
14510         (alawenc_setcaps), (gst_alawenc_chain)
14511         * gst/law/alaw-encode.h:
14512         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
14513         (mulawenc_setcaps), (gst_mulawenc_chain)
14514         * gst/law/mulaw-encode.h:
14515         Set timestamp on buffer and it allows RTP G711 elements
14516         work properly.
14517
14518 2005-10-27  Wim Taymans  <wim@fluendo.com>
14519
14520         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
14521         Set correct format on oss instead of a silly value. 
14522
14523 2005-10-27  Julien MOUTTE  <julien@moutte.net>
14524
14525         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14526         (gst_video_box_transform_caps), (gst_video_box_set_caps),
14527         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
14528         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
14529         I420 rendering as well, doesn't bring much for my platform.
14530         Might help on some other platforms.
14531
14532 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
14533
14534         * gst/rtp/gstrtpgsmenc.c:
14535         * gst/rtp/gstrtpgsmparse.c:
14536         Declaring the padtemplate correctly.
14537
14538 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14539
14540         * gst/rtp/gstrtpg711dec.c:
14541         * gst/rtp/gstrtpg711enc.c:
14542         * gst/rtp/gstrtpgsmenc.c:
14543         * gst/rtp/gstrtpgsmparse.c:
14544         Setting the proper copyright notice.
14545
14546 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14547
14548         * gst/videobox/Makefile.am: Use liboil.
14549         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14550         (gst_video_box_set_property), (gst_video_box_transform_caps),
14551         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
14552         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
14553         using liboil. Will dot the same to I420 border generation
14554         tomorrow.
14555
14556 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14557
14558         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
14559         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
14560         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
14561         * gst/rtp/gstrtpg711dec.h:
14562         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
14563         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
14564         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
14565         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
14566         (gst_rtpgsmenc_handle_buffer):
14567         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
14568         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
14569         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
14570         * gst/rtp/gstrtpgsmparse.h:
14571         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
14572         inherits from the basertpdepayloader.
14573
14574 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14575
14576         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14577         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
14578         (gst_video_box_ayuv): Removing this forgotten debug.
14579
14580 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14581
14582         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14583         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
14584         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
14585
14586 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
14587
14588         * sys/oss/gstossaudio.c:
14589         * sys/oss/gstossdmabuffer.c:
14590         * sys/oss/gstosshelper.c:
14591         * sys/oss/gstossmixer.c:
14592         * sys/oss/gstossmixerelement.c:
14593         * sys/oss/gstossmixertrack.c:
14594         * sys/oss/gstosssink.c:
14595         * sys/oss/gstosssrc.c:
14596           Actually use the 'oss' debug category we register.
14597
14598 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14599
14600         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
14601         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
14602         Use gst_pad_get_parent and drop the ref that was added through
14603         that call.
14604
14605 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14606
14607         * gst/rtp/gstrtpgsmenc.c:
14608           Fix compilation
14609
14610 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
14611
14612         * gst/rtp/gstrtpg711dec.c
14613         Just removed a couple of lines of weird code used during
14614         development/test time.
14615
14616 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
14617
14618         * gst/rtp/Makefile.am
14619         * gst/rtp/gstrtp.c
14620         * gst/rtp/gstrtpg711enc.c
14621         * gst/rtp/gstrtpg711enc.h
14622         * gst/rtp/gstrtpg711dec.c
14623         * gst/rtp/gstrtpg711dec.h
14624         Created G711 payloader and depayloader (it supports mulaw and alaw
14625         (dec)encoders)
14626
14627 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14628
14629         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14630         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
14631         Doh ! I introduced wingo's bug again ! Sorry...
14632
14633 2005-10-25  Christian Schaller <christian@fluendo.com> 
14634
14635         * gst/rtp/Makefile.am: add missing header files for disting
14636
14637 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
14638
14639         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
14640         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
14641         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
14642         (gst_rtpgsmenc_handle_buffer):
14643         * gst/rtp/gstrtpgsmenc.h:
14644         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
14645         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
14646         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
14647         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
14648         * gst/rtp/gstrtpgsmparse.h:
14649         Getting the GSM (de)payloader working and compatible with our plans for RTP.
14650
14651 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14652
14653         * ext/libpng/gstpngdec.c: (user_info_callback),
14654         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
14655         a newsegment event, move some redundant code in a single place.
14656
14657 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14658
14659         * ext/libpng/gstpngdec.c: (user_info_callback),
14660         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
14661         hack to get correct colors order when we have a png image with
14662         alpha channel.
14663
14664 2005-10-24  Edward Hervey  <edward@fluendo.com>
14665
14666         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
14667         Call gst_element_no_more_pads when there will be no more pads.
14668
14669 2005-10-24  Wim Taymans  <wim@fluendo.com>
14670
14671         * gst/rtp/Makefile.am:
14672         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
14673         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
14674         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
14675         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
14676         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
14677         (gst_asteriskh263_plugin_init):
14678         * gst/rtp/gstasteriskh263.h:
14679         * gst/rtp/gstrtp.c: (plugin_init):
14680         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
14681         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
14682         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
14683         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
14684         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
14685         (gst_rtph263enc_plugin_init):
14686         * gst/rtp/gstrtph263enc.h:
14687         Added two new payloaders, an RFC 2190 payloader for h263 and
14688         a payload convertor for an asterisk server.
14689
14690 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
14691
14692         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
14693           Set bytes_per_sample correctly (is not always 4, but 
14694           depends on width and number of channels).
14695
14696 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
14697
14698         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
14699         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
14700         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
14701         (gst_flacenc_sink_event), (gst_flacenc_chain),
14702         (gst_flacenc_set_property), (gst_flacenc_get_property),
14703         (gst_flacenc_change_state):
14704         * ext/flac/gstflacenc.h:
14705           Fix seeking, so that flacenc can rewrite the header with the
14706           correct duration and amount of samples and all that at EOS;
14707           also set timestamps and granulepos on outgoing buffers; add
14708           debug category; fix state change function.
14709           
14710 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14711
14712         * gst/videomixer/videomixer.c: Don't restrict video geometry
14713         from 16 to 4096.
14714
14715 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14716
14717         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14718         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
14719         Fix caps negotiation correctly, add debugging category.
14720
14721 2005-10-24  Christian Schaller  <christian@fluendo.com>
14722
14723         * configure.ac: Port over Thomas's change from base listing all plugins
14724
14725 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14726
14727         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
14728         a sink pad.
14729
14730 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14731
14732         * configure.ac:
14733         * docs/upload.mak:
14734           back to HEAD
14735
14736 === release 0.9.4 ===
14737
14738 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14739
14740         * configure.ac:
14741           Releasing 0.9.4, "Dromiceiomimus"
14742
14743 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
14744
14745         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
14746         (gst_speexenc_src_query):
14747           Add position and duration query, fix query type function.
14748           
14749         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14750         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
14751           Let's not set non-fixed caps on source pads.
14752
14753 2005-10-21  Wim Taymans  <wim@fluendo.com>
14754
14755         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14756         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
14757         (gst_avi_demux_handle_seek):
14758         Set correct stream_time in newsegment event.
14759         avi can also handle a duration query now.
14760
14761 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14762
14763         * gst/matroska/matroska-demux.c:
14764         (gst_matroska_demux_handle_src_query),
14765         (gst_matroska_demux_handle_seek_event),
14766         (gst_matroska_demux_loop_stream_parse_id):
14767           Fix duration query; fix basetime in newsegment event after
14768           seek; fix duration in initial newsegment event.
14769
14770         * gst/matroska/matroska-mux.c:
14771         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
14772           Extract number of channels and samplerate from vorbis headers;
14773           add some debug messages when querying the durations of the
14774           input streams.
14775
14776 2005-10-20  Wim Taymans  <wim@fluendo.com>
14777
14778         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
14779         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14780         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
14781         Set stream time correctly in newsegment.
14782
14783 2005-10-20  Wim Taymans  <wim@fluendo.com>
14784
14785         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14786         Correctly fill in the stream time.
14787
14788 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14789
14790         * check/elements/level.c: (GST_START_TEST):
14791         * gst/level/gstlevel.c: (gst_level_message_new):
14792         * gst/level/level-example.c: (message_handler):
14793           use ELEMENT messages instead
14794
14795 2005-10-19  Wim Taymans  <wim@fluendo.com>
14796
14797         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
14798         (gst_dvdemux_src_query):
14799         * ext/flac/gstflacdec.c: (gst_flacdec_length),
14800         (gst_flacdec_src_query):
14801         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
14802         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
14803         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
14804         * gst/debug/gstnavseek.c: (gst_navseek_seek):
14805         * gst/debug/progressreport.c: (gst_progress_report_report):
14806         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
14807         * gst/matroska/matroska-demux.c:
14808         (gst_matroska_demux_handle_src_query):
14809         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
14810         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
14811         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14812         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
14813         (gst_wavparse_srcpad_event):
14814         API change fix.
14815
14816 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
14817
14818         * gst/goom/filters.c:
14819         * gst/goom/graphic.h:
14820         * gst/goom/lines.c:
14821           Make inline functions either 'static inline' or 'extern inline',
14822           otherwise the Forte compiler apparently won't inline them (#317300).
14823
14824 2005-10-19  Julien MOUTTE  <julien@moutte.net>
14825
14826         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
14827         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
14828         (user_info_callback), (user_endrow_callback), (user_end_callback),
14829         (user_read_data), (gst_pngdec_caps_create_and_set),
14830         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
14831         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
14832         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
14833         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
14834         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
14835         very nice and handle push/pull based model. if you have filesrc
14836         connected to it, it will do random access to load the png file.
14837         If you have a network source that can't do _getrange, it does 
14838         progressive loading through the chain function.
14839         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
14840         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
14841         thanks to Master Wim Taymans ;-)
14842
14843 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
14844
14845         * gst/matroska/Makefile.am:
14846         * gst/matroska/ebml-read.c:
14847         * gst/matroska/ebml-read.h:
14848         * gst/matroska/matroska-demux.c:
14849         * gst/matroska/matroska-demux.h:
14850         * gst/matroska/matroska.c: (plugin_init):
14851           Ported matroska demuxer to 0.9.
14852
14853 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
14854
14855         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14856
14857         * gst/matroska/matroska-mux.c:
14858         (gst_matroska_mux_video_pad_setcaps),
14859         (gst_matroska_mux_audio_pad_setcaps):
14860           Fix mpeg4 input handling (#318847); also, while we're at it,
14861           fix media type for Motion-JPEG: should be image/jpeg.
14862
14863 2005-10-18  Wim Taymans  <wim@fluendo.com>
14864
14865         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
14866         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14867         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
14868         Fix for segment-start/stop API change.
14869
14870 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14871
14872         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
14873         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
14874         way.
14875
14876 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14877
14878         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
14879         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
14880         output declared in transform_caps.
14881
14882 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14883
14884         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
14885
14886 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14887
14888         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
14889         (gst_video_box_get_unit_size): Fix wrong size calculations and
14890         implement get_unit_size correctly.
14891
14892 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
14893
14894         * configure.ac:
14895           Enable flx plugin.
14896
14897         * gst/flx/gstflxdec.c: (flx_decode_chunks):
14898           Fix gcc4 signedness issue.
14899
14900 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14901
14902         * configure.ac: Adding videomixer.
14903         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
14904         (user_read_data), (gst_pngdec_chain): More debugging.
14905         * gst/alpha/Makefile.am: Adding alphacolor
14906         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
14907         (gst_alpha_color_class_init), (gst_alpha_color_init),
14908         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
14909         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
14910         (plugin_init): Ported to 0.9 using in place base tranform.
14911         * gst/videomixer/Makefile.am:
14912         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
14913         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
14914         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
14915         (gst_videomixer_pad_init), (gst_videomixer_class_init),
14916         (gst_videomixer_init), (gst_videomixer_getcaps),
14917         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14918         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
14919         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
14920         to 0.9 using collectpads.
14921
14922 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
14923
14924         * configure.ac:
14925         * gst/flx/Makefile.am:
14926         * gst/flx/gstflxdec.c: (gst_flxdec_init),
14927         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
14928         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
14929         * gst/flx/gstflxdec.h:
14930         flx plugin ported to 0.9
14931
14932 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14933
14934         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
14935           use new gst_version_string()
14936
14937 2005-10-16  Andy Wingo  <wingo@pobox.com>
14938
14939         * configure.ac: GLIB_CHECK.
14940
14941 2005-10-15  Julien MOUTTE  <julien@moutte.net>
14942
14943         * ext/libpng/Makefile.am:
14944         * ext/libpng/gstpng.c: (plugin_init):
14945         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
14946         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
14947         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
14948
14949 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
14950
14951         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14952
14953         * configure.ac:
14954         * gst/matroska/Makefile.am:
14955         * gst/matroska/ebml-ids.h:
14956         * gst/matroska/ebml-write.c:
14957         * gst/matroska/ebml-write.h:
14958         * gst/matroska/matroska-ids.h:
14959         * gst/matroska/matroska-mux.c:
14960         * gst/matroska/matroska-mux.h:
14961         * gst/matroska/matroska.c: (plugin_init):
14962           Port matroska muxer to 0.9 (#318847).
14963
14964 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
14965
14966         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
14967         (comment_init), (comment_add):
14968           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
14969           use GST_READ_UINT32_LE() and friends rather than the private
14970           implementation of those same macros.
14971
14972 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
14973
14974         * examples/stats/mp2ogg.c:
14975           more typo fixes
14976
14977 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
14978
14979         * examples/indexing/indexmpeg.c: (main):
14980         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
14981         (gst_esdmon_close_audio), (gst_esdmon_change_state):
14982         * ext/esd/esdmon.h:
14983         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
14984         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
14985         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
14986         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
14987         * gst/avi/gstavimux.c: (gst_avimux_init):
14988         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
14989         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
14990         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
14991         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
14992         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
14993         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
14994         * gst/oldcore/gstmultifilesrc.h:
14995         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
14996         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
14997         (gst_pipefilter_change_state):
14998         * gst/oldcore/gstpipefilter.h:
14999         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
15000         * gst/videomixer/videomixer.c: (gst_videomixer_init):
15001         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
15002         * sys/osxaudio/gstosxaudiosink.h:
15003         * sys/osxaudio/gstosxaudiosrc.h:
15004           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
15005           moved bitshift from macro to enum definition
15006
15007 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15008
15009         * ext/Makefile.am:
15010         * ext/cairo/Makefile.am:
15011         * ext/cairo/gstcairo.c: (plugin_init):
15012         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
15013         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
15014         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
15015         * ext/cairo/gsttimeoverlay.h:
15016           update of cairo-based timeoverlay to 1.0 Cairo API
15017           doesn't work yet for resizing of output sink
15018
15019 2005-10-11  Wim Taymans  <wim@fluendo.com>
15020
15021         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
15022         newsegment API fix.
15023
15024 2005-10-11  Wim Taymans  <wim@fluendo.com>
15025
15026         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
15027         (gst_dvdemux_demux_frame):
15028         * ext/flac/gstflacdec.c: (gst_flacdec_write):
15029         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15030         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
15031         (gst_avi_demux_handle_seek):
15032         * gst/goom/gstgoom.c: (gst_goom_event):
15033         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15034         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15035         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15036         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15037         (gst_wavparse_srcpad_event):
15038         newsegment API update.
15039
15040 2005-10-11  Andy Wingo  <wingo@pobox.com>
15041
15042         * ext/speex/gstspeexenc.c: Signedness cleanups.
15043
15044 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
15045
15046         * PORTED_09:
15047         * ext/speex/Makefile.am:
15048         * ext/speex/gstspeex.c:
15049         * ext/speex/gstspeexenc.c:
15050         Speexenc ported to 0.9
15051
15052 2005-10-10  Wim Taymans  <wim@fluendo.com>
15053
15054         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
15055         (gst_oss_sink_init), (gst_oss_sink_set_property),
15056         (gst_oss_sink_get_property), (gst_oss_sink_open),
15057         (gst_oss_sink_prepare), (gst_oss_sink_reset):
15058         * sys/oss/gstosssink.h:
15059         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
15060         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
15061         (gst_oss_src_prepare):
15062         Cleanups, make device configurable in the sink, handle and report
15063         errors.
15064
15065 2005-10-10  Wim Taymans  <wim@fluendo.com>
15066
15067         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
15068         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
15069         Make sure element is NULL before removing from the bin.
15070
15071 2005-10-07  Andy Wingo  <wingo@pobox.com>
15072
15073         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
15074         block forever in a read().
15075         (gst_dv1394src_bus_reset): Post a message when the cable is
15076         unplugged.
15077         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
15078         (gst_dv1394src_bus_reset): Don't unref the message.
15079
15080         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
15081         hacking. The only change should be that the state change stuff was
15082         put into basesrc's start() and stop() routines, which coalesces
15083         some steps.
15084
15085 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15086
15087         * configure.ac:
15088           Add check for mmap
15089           
15090         * gst/debug/Makefile.am:
15091           Only compile efence plugin on systems that have mmap.
15092
15093 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15094
15095         * gst/debug/Makefile.am:
15096         * gst/debug/breakmydata.c:
15097         * gst/debug/gstdebug.c:
15098         * gst/debug/gstnavigationtest.c:
15099         * gst/debug/gstnavseek.c: 
15100         * gst/debug/gstnavseek.h:
15101         * gst/debug/progressreport.c: 
15102         * gst/debug/testplugin.c:
15103           Port progressreport, navseek, navigationtest, testsink and
15104           breakmydata.
15105
15106 2005-10-05  Edward Hervey  <edward@fluendo.com>
15107
15108         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
15109         (gst_dvdemux_src_query):
15110         Fixes for better conversion
15111
15112 2005-10-04  Michael Smith <msmith@fluendo.com>
15113
15114         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
15115         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15116         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
15117         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
15118           Set state of elements to NULL before removing from bins.
15119           Set state of test element to NULL if we failed to move it to READY
15120
15121 2005-10-04  Edward Hervey  <edward@fluendo.com>
15122
15123         * ext/dv/Makefile.am:
15124         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
15125         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
15126         Corrected the query function for position so it doesn't forget what
15127         format was asked, and calls the conversion functions on the correct pad.
15128
15129 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15130
15131         * configure.ac:
15132           back to development
15133
15134 === release 0.9.3 ===
15135
15136 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15137
15138         * configure.ac:
15139           Releasing 0.9.3, "Aramis"
15140
15141 2005-10-03  Andy Wingo  <wingo@pobox.com>
15142
15143         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
15144         error returns.
15145
15146 2005-10-02  Andy Wingo  <wingo@pobox.com>
15147
15148         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
15149
15150         * ext/flac/gstflacenc.c: Ported to 0.9.
15151
15152         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
15153
15154         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
15155         and link to gsttagedit. Enable flacenc.
15156
15157         * ext/flac/gstflacdec.c: Re-enable tag reading.
15158
15159 2005-09-30  Wim Taymans  <wim@fluendo.com>
15160
15161         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15162         * gst/rtp/gstrtpgsmparse.c:
15163         * gst/rtp/gstrtph263penc.c:
15164         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15165         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15166         (gst_rtpmp4venc_set_property):
15167         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15168         Various class and caps fixes from Andre Magalhaes (andrunko)
15169
15170 2005-09-29  Wim Taymans  <wim@fluendo.com>
15171
15172         * gst/level/level-example.c: (main):
15173         Update for new bus API.
15174
15175 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15176
15177         * configure.ac:
15178           Fix unexpanded autoconf macro GST_DOC, which has been renamed
15179           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
15180
15181 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
15182
15183         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
15184           Fix playback of mono streams (bytes_per_sample should be set
15185           from the sample width and the number of channels negotiated,
15186           and not just be set to 4) (#317338)
15187
15188 2005-09-26  Wim Taymans  <wim@fluendo.com>
15189
15190         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
15191         (gst_rtpmpaenc_handle_buffer):
15192         Set buffer duration correctly.
15193
15194 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
15195
15196         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
15197         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
15198         (gst_avi_demux_change_state):
15199           Don't crash when encountering a stream with an unknown fourcc or
15200           codec id. Instead, create a pad of type video/x-avi-unknown or
15201           audio/x-avi-unknown, which as a side-effect also results in less
15202           confusing error messages in players ('no decoder' vs. 'no streams');
15203           minor fixes to state change function and class_init function.
15204
15205 2005-09-24  Wim Taymans  <wim@fluendo.com>
15206
15207         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15208         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15209         These are sinks.
15210
15211 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15212
15213         * check/elements/level.c: (GST_START_TEST):
15214           fix test for new GstClockTime use
15215         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
15216         (gst_level_transform_ip):
15217         * gst/level/gstlevel.h:
15218           fix up the decay peak, ensuring the decay peak is never lower
15219           than the peak for that interval
15220
15221 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15222
15223         * docs/plugins/gst-plugins-good-plugins.args:
15224         * docs/plugins/inspect/plugin-alpha.xml:
15225         * docs/plugins/inspect/plugin-rtp.xml:
15226         * gst/level/gstlevel.c: (gst_level_set_caps),
15227         (gst_level_transform_ip):
15228           updating docs
15229
15230 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15231
15232         * Makefile.am:
15233         * check/elements/level.c: (GST_START_TEST):
15234         * gst/level/Makefile.am:
15235         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
15236         (gst_level_set_property), (gst_level_get_property),
15237         (gst_level_set_caps), (gst_level_message_new),
15238         (gst_level_transform_ip):
15239         * gst/level/gstlevel.h:
15240         * gst/level/level-example.c: (message_handler), (main):
15241           convert to using GstClockTime for all time values, finally.
15242
15243 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15244
15245         * gst/auparse/Makefile.am:
15246         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15247           fix up build
15248         * configure.ac:
15249         * ext/cairo/Makefile.am:
15250         * ext/dv/Makefile.am:
15251         * ext/esd/Makefile.am:
15252         * ext/flac/Makefile.am:
15253         * ext/gconf/Makefile.am:
15254         * ext/gdk_pixbuf/Makefile.am:
15255         * ext/jpeg/Makefile.am:
15256         * ext/ladspa/Makefile.am:
15257         * ext/libcaca/Makefile.am:
15258         * ext/libmng/Makefile.am:
15259         * ext/libpng/Makefile.am:
15260         * ext/mikmod/Makefile.am:
15261         * ext/pango/Makefile.am:
15262         * ext/raw1394/Makefile.am:
15263         * ext/shout2/Makefile.am:
15264         * ext/speex/Makefile.am:
15265         * gst/alpha/Makefile.am:
15266         * gst/autodetect/Makefile.am:
15267         * gst/avi/Makefile.am:
15268         * gst/cutter/Makefile.am:
15269         * gst/debug/Makefile.am:
15270         * gst/effectv/Makefile.am:
15271         * gst/flx/Makefile.am:
15272         * gst/goom/Makefile.am:
15273         * gst/interleave/Makefile.am:
15274         * gst/law/Makefile.am:
15275         * gst/matroska/Makefile.am:
15276         * gst/median/Makefile.am:
15277         * gst/monoscope/Makefile.am:
15278         * gst/multipart/Makefile.am:
15279         * gst/oldcore/Makefile.am:
15280         * gst/rtp/Makefile.am:
15281         * gst/rtsp/Makefile.am:
15282         * gst/smoothwave/Makefile.am:
15283         * gst/smpte/Makefile.am:
15284         * gst/videobox/Makefile.am:
15285         * gst/videofilter/Makefile.am:
15286         * gst/videomixer/Makefile.am:
15287         * gst/wavenc/Makefile.am:
15288         * gst/wavparse/Makefile.am:
15289         * sys/oss/Makefile.am:
15290         * sys/osxaudio/Makefile.am:
15291         * sys/osxvideo/Makefile.am:
15292           fix up GST_LIBS use
15293
15294 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15295
15296         * gst/auparse/Makefile.am:
15297         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15298           fix build of auparse
15299
15300 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
15301
15302         * configure.ac:
15303         * PORTED_09:
15304         * gst/auparse/gstauparse.c:
15305         * gst/auparse/gstauparse.h:
15306         Auparse ported to 0.9.
15307
15308 2005-09-22  Wim Taymans  <wim@fluendo.com>
15309
15310         * gst/rtp/TODO:
15311         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
15312         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15313         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15314         (gst_rtpmp4venc_set_property):
15315         * gst/rtp/gstrtpmp4venc.h:
15316         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15317         * gst/rtp/gstrtpmpaenc.h:
15318         Use is_filled to both check MTU and max-ptime of base class.
15319
15320 2005-09-22  Wim Taymans  <wim@fluendo.com>
15321
15322         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15323         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15324         (gst_rtpmp4venc_set_property):
15325         Don't fragment packets with multiple frames.
15326
15327 2005-09-22  Wim Taymans  <wim@fluendo.com>
15328
15329         * gst/rtp/TODO:
15330         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15331         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15332         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
15333         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
15334         (gst_rtpmp4venc_get_property):
15335         * gst/rtp/gstrtpmp4venc.h:
15336         Remove g_print.
15337         Update TODO
15338         Make payload encoder a bit smarter and more correct with
15339         timestamps.
15340         Added option in payloader to include config string in-band.
15341
15342 2005-09-21  Wim Taymans  <wim@fluendo.com>
15343
15344         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15345         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15346         (gst_rtspsrc_send):
15347         Strip spaces for key/value pairs.
15348
15349 2005-09-21  Wim Taymans  <wim@fluendo.com>
15350
15351         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15352         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15353         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
15354         (gst_rtspsrc_change_state):
15355         More SDP parsing and caps setting.
15356         Do NO_PREROLL differently.
15357         add pads only after negotiated.
15358
15359         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
15360         (gst_udpsrc_getcaps):
15361         Implement the getcaps function.
15362
15363 2005-09-21  Wim Taymans  <wim@fluendo.com>
15364
15365         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
15366         (gst_rtpamrdec_chain):
15367         Handle multiple AMr packets per payload. Handle CRC and
15368         parse ILL/ILP.
15369
15370         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15371         Make caps params strings for easy SDP mapping.
15372         
15373         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
15374         Handle capsnego better.
15375
15376         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15377         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
15378         Generate and parse config string in the caps.
15379
15380 2005-09-21  Wim Taymans  <wim@fluendo.com>
15381
15382         * gst/rtp/README:
15383         Update README
15384
15385         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
15386         Make extra params as strings.
15387
15388         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
15389         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15390         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
15391         Make state change return NO_PREROLL as this is a live
15392         source.
15393
15394         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15395         Don't unref old caps when NULL.
15396
15397 2005-09-20  Wim Taymans  <wim@fluendo.com>
15398
15399         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
15400         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15401         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
15402         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
15403         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
15404         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
15405         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
15406         * gst/rtsp/sdpmessage.h:
15407         Add URI handler.
15408         Parse SDP and create caps.
15409
15410 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
15411
15412         * gst/alpha/gstalpha.c:
15413           fix element description
15414
15415 2005-09-19  Wim Taymans  <wim@fluendo.com>
15416
15417         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
15418         Don't check payload for now.
15419
15420 2005-09-19  Wim Taymans  <wim@fluendo.com>
15421
15422         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
15423         (gst_wavparse_init), (gst_wavparse_parse_file_header),
15424         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
15425         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15426         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15427         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
15428         (gst_wavparse_change_state):
15429         * gst/wavparse/gstwavparse.h:
15430         Fix wavparse some more.
15431
15432 2005-09-19  Wim Taymans  <wim@fluendo.com>
15433
15434         * check/elements/level.c: (GST_START_TEST):
15435         Fix for bus API change.
15436
15437 2005-09-19  Wim Taymans  <wim@fluendo.com>
15438
15439         * gst/level/level-example.c: (main):
15440         Fix for new bus API.
15441
15442         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15443         Set caps on pads.
15444
15445 2005-09-15  Wim Taymans  <wim@fluendo.com>
15446
15447         * gst/rtp/Makefile.am:
15448         * gst/rtp/README:
15449         * gst/rtp/gstrtp.c: (plugin_init):
15450         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
15451         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
15452         (gst_rtpamrdec_change_state):
15453         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
15454         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
15455         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
15456         * gst/rtp/gstrtpamrenc.h:
15457         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15458         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
15459         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
15460         * gst/rtp/gstrtpgsmenc.h:
15461         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
15462         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
15463         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
15464         (gst_rtpgsmparse_change_state):
15465         * gst/rtp/gstrtpgsmparse.h:
15466         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
15467         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
15468         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
15469         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
15470         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
15471         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
15472         * gst/rtp/gstrtph263penc.h:
15473         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
15474         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
15475         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15476         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
15477         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
15478         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
15479         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
15480         * gst/rtp/gstrtpmp4venc.h:
15481         * gst/rtp/gstrtpmpadec.c:
15482         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
15483         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
15484         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
15485         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
15486         * gst/rtp/gstrtpmpaenc.h:
15487         Updates to payloader/depayloaders, make payloaders use
15488         the base classes.
15489         Updated README with suggested RTP caps and how to convert
15490         to/from SDP.
15491         Added config descriptor in mp4v payloader.
15492
15493 2005-09-15  Andy Wingo  <wingo@pobox.com>
15494
15495         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
15496         * gst/autodetect/gstautovideosink.c
15497         (gst_auto_video_sink_find_best): Update for new registry API.
15498
15499 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15500
15501         * common/c-to-xml.py:
15502         * common/gtk-doc-plugins.mak:
15503           a simple py script to generate valid xml from a C example
15504           probably also need to strip an MIT license when we decide
15505         * docs/plugins/Makefile.am:
15506         * gst/level/Makefile.am:
15507         * gst/level/gstlevel.c: (gst_level_init):
15508         * gst/level/level-example.c: (message_handler), (main):
15509           add an example to level that will show up in the docs
15510         * gst/rtp/TODO:
15511           add a note for the future
15512
15513 2005-09-14  Michael Smith <msmith@fluendo.com>
15514
15515         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
15516           Actually define the debug object being used in wavenc. Fixes #316205
15517
15518 2005-09-14  Michael Smith <msmith@fluendo.com>
15519
15520         * gst/smpte/Makefile.am:
15521           Link against GST_BASE_LIBS, to get it linked against libgstbase;
15522           needed to build on windows (bug 316204)
15523
15524 2005-09-12  Andy Wingo  <wingo@pobox.com>
15525
15526         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
15527
15528 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
15529
15530         * configure.ac:
15531         * gst/fdsrc/Makefile.am:
15532         * gst/fdsrc/gstfdsrc.c:
15533         * gst/fdsrc/gstfdsrc.h:
15534           Move fdsrc back into gstreamer core elements.
15535
15536         * gst/level/gstlevel.c: (gst_level_class_init),
15537         (gst_level_transform_ip):
15538         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
15539           Basetransform changes.
15540
15541 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15542
15543         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
15544         * ext/jpeg/smokecodec.c: (find_best_size):
15545           fix compiler warnings
15546
15547 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15548
15549         * gst-plugins-good.spec.in:
15550           spec file fixes
15551         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
15552         (gst_multiudpsink_render), (gst_multiudpsink_add),
15553         (gst_multiudpsink_clear):
15554           it actually helps to actually stream if we hook up the
15555           "add" signal to an actual implementation
15556         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
15557           some debugging
15558
15559 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
15560
15561         * ext/jpeg/Makefile.am:
15562         * ext/jpeg/gstjpeg.c
15563         * ext/jpeg/gstjpegenc.c:
15564         * ext/jpeg/gstsmokeenc.c:
15565
15566 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15567
15568         * ext/flac/gstflacdec.c:
15569         * ext/flac/gstflacenc.c:
15570         * ext/flac/gstflactag.c:
15571         * ext/speex/gstspeexenc.c:
15572           gsttaginterface.h -> gsttagsetter.h
15573
15574 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15575
15576         * configure.ac:
15577         * gst/debug/Makefile.am:
15578         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
15579         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
15580         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
15581         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
15582         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
15583           Port to 0.9 and re-enable efence plugin.
15584
15585 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
15586
15587         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
15588         (gst_flacdec_write), (gst_flacdec_convert_src):
15589         * ext/flac/gstflacdec.h:
15590           Add support for flac files with 24/32 bits per sample; and misc.
15591           minor clean-ups. Seeking is still partly broken (for me at least).
15592
15593 2005-09-06  Wim Taymans  <wim@fluendo.com>
15594
15595         * gst/rtp/Makefile.am:
15596         * gst/rtp/gstrtp.c: (plugin_init):
15597         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
15598         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
15599         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
15600         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
15601         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
15602         (gst_rtpmp4vdec_plugin_init):
15603         * gst/rtp/gstrtpmp4vdec.h:
15604         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15605         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
15606         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
15607         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
15608         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
15609         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
15610         * gst/rtp/gstrtpmp4venc.h:
15611         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
15612         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
15613         Added mpeg4 video payload encoder/decoder.
15614         Added some docs in mpa payloader.
15615
15616 === release 0.9.1 ===
15617
15618 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15619
15620         * NEWS:
15621         * README:
15622         * RELEASE:
15623         * autogen.sh:
15624         * configure.ac:
15625           releasing 0.9.1, "Blondie"
15626
15627 2005-09-05  Andy Wingo  <wingo@pobox.com>
15628
15629         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
15630         here from the state change handler, so we fire signals without
15631         holding the state lock.
15632
15633 2005-09-02  Andy Wingo  <wingo@pobox.com>
15634
15635         * All plugins updated for element state changes.
15636
15637 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15638
15639         * Makefile.am:
15640         * check/.cvsignore:
15641         * check/Makefile.am:
15642         * check/elements/.cvsignore:
15643         * check/elements/level.c: (setup_level), (cleanup_level),
15644         (GST_START_TEST), (level_suite), (main):
15645           add a test for level
15646         * common/release.mak:
15647           move the enum checking to release.mak
15648         * configure.ac:
15649           add valgrind and check checking
15650         * gst/level/gstlevel.c: (gst_level_transform):
15651         * gst/level/gstlevel.h:
15652           fix Andy's cast bug
15653           convert a field to int
15654           fix the arithmetic to int when checking for emit so that a
15655           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
15656
15657 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15658
15659         * Makefile.am:
15660         * configure.ac:
15661           add docs to build
15662         * common/plugins.xsl:
15663           wrap Description into a refsect2
15664         * docs/Makefile.am:
15665         * docs/plugins/Makefile.am:
15666         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15667         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15668         * gst/goom/Makefile.am:
15669         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
15670         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
15671         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
15672         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
15673         (gst_goom_change_state):
15674         * gst/goom/gstgoom.h:
15675           GstGOOM -> GstGoom
15676           add an example launch line
15677         * gst/level/gstlevel.h:
15678         * gst/monoscope/gstmonoscope.c:
15679           cleanups
15680
15681 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15682
15683         * configure.ac:
15684         * docs/plugins/Makefile.am:
15685         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15686         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15687         * docs/plugins/gst-plugins-good-plugins.types:
15688           document elements and plugins.  Shazam !
15689
15690 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15691
15692         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
15693           be found under doc/random/ChangeLog-0.8