sys/v4l2/v4l2_calls.c: Treat ENOTTY (driver does not implement ioctl) the same as
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
2
3         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4         Treat ENOTTY (driver does not implement ioctl) the same as
5         EINVAL since it implies there are no available standards.
6
7         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
8         (gst_v4l2src_get_nearest_size):
9         Replace gst_v4l2src_get_size_limits with 2 calls to new function
10         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
11         probe if the driver does not support VIDIOC_TRY_FMT for whatever
12         reason, and if we aren't yet actively capturing.
13
14         * sys/v4l2/v4l2src_calls.h:
15         Remove replaced function declaration.
16
17 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
18
19         * configure.ac:
20         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
21         API.
22
23 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
24
25         * configure.ac:
26         Fix typo.
27
28 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
29
30         * gst/alpha/Makefile.am:
31         * gst/alpha/gstalpha.c:
32
33         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
34         some stuff, and making buffer-alloc and resizing work automatically.
35         No longer crashes on odd frame widths and heights, although there
36         seems to be a disagreement with ffmpegcolorspace about what size
37         an AYUV frame with odd height should be.
38
39 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
40
41         Patch by: Alessandro Decina <alessandro at nnva dot org>
42
43         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
44         * ext/libpng/gstpngenc.h:
45         Preallocate the output buffer so that g_memdup() and
46         gst_buffer_merge() aren't needed anymore. This greatly improves
47         performances and fixes #512544.
48
49 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
50
51         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
52         (gst_avi_demux_stream_data):
53         GStreamer timestamps are PTS values while AVI only knows about DTS
54         timestamps. Make sure we only copy the DTS as the buffer timestamp when
55         we are dealing with a key frame.
56
57 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
58
59         * tests/check/Makefile.am:
60         * tests/check/elements/.cvsignore:
61         * tests/check/elements/rtp-payloading.c:
62           Add add testsuite for the rtp-payloader that tries simulating
63           dataflow. Needs more test data.
64
65 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
66
67         * tests/check/elements/alphacolor.c:
68           Remove two unused variables.
69
70 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
71
72         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
73           Use g_ascii_strtoll() instead of atoll, which is only
74           available in C99.
75
76 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
77
78         * gst/rtp/Makefile.am:
79         * gst/rtp/gstrtp.c:
80         * gst/rtp/gstrtpmpvpay.c:
81         * gst/rtp/gstrtpmpvpay.h:
82         Add MPEG2 video payloader
83
84 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
85
86         * gst/level/gstlevel.c:
87         Use #include <math.h> instead of #include "math.h".
88
89 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
90
91         * tests/check/Makefile.am:
92         Fix up some CFLAGS sets.
93         Don't include gconfvideosrc in the states test.
94
95         * tests/check/elements/autodetect.c: (GST_START_TEST):
96         Add some error strings to fail_unless arguments to fix some weird
97         compiler errors on Solaris.
98
99 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
100
101         * configure.ac:
102         Detect video4linux headers on Solaris too.
103         * sys/v4l2/gstv4l2colorbalance.h:
104         * sys/v4l2/gstv4l2object.h:
105         * sys/v4l2/v4l2_calls.c:
106         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
107         (gst_v4l2_buffer_new):
108
109         Make v4l2 build on Solaris.
110         Patch by: Brian Cameron  <brian.cameron at sun dot com>
111         Fixes: #510505
112
113 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
114
115         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
116           Update list from (still local) scanning script.
117
118 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
119
120         Based on a patch by:
121             Victor STINNER <victor dot stinner at haypocalc dot com>
122
123         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
124         Set variable to NULL after freeing it to prevent double frees
125         or make failures by another use of it afterwards more obvious
126         and fix use of it after the freeing. Fixes bug #510592.
127
128 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
129
130         * gst/udp/gstmultiudpsink.c:
131         use GST_WARNING for logging
132
133 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
134
135         * gst/udp/gstmultiudpsink.c:
136         Don't try to leave a multicast group with an invalid socket
137
138 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
139
140         * ext/flac/gstflacdec.c:
141           Fix compilation against flac 1.1.2 (as on debian stable), where
142           the picture metadata defines and structs don't exist yet.
143           Fixes #509301.
144
145 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
146
147         Patch by: Olivier Crete <tester at tester dot ca>
148
149         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
150         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
151         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
152         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
153         * gst/udp/gstmultiudpsink.h:
154         Add property to automatically join a multicast group or not. This can be
155         useful when sharing a socket between multiple elements.
156         Fixes #509531.
157
158 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
159
160         * gst/videomixer/Makefile.am:
161           Add controller flags.
162
163 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
164
165         * gst/videomixer/videomixer.c:
166           Also commit the missing gst_object_sync_values().
167
168 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
169
170         * docs/plugins/Makefile.am:
171           Remove duplicate entry.
172
173 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
174
175         * docs/plugins/Makefile.am:
176         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
177         * docs/plugins/gst-plugins-good-plugins-sections.txt:
178         * docs/plugins/inspect/plugin-gamma.xml:
179         * docs/plugins/inspect/plugin-monoscope.xml:
180         * docs/plugins/inspect/plugin-video4linux2.xml:
181           Add 3 more plugins to docs.
182
183 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
184
185         * docs/plugins/gst-plugins-good-plugins-sections.txt:
186         * sys/osxvideo/osxvideosink.h:
187           Revert previous change caused by a file that got stuck on an old
188           revision.
189
190 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
191
192         * docs/plugins/gst-plugins-good-plugins-sections.txt:
193         * gst/multipart/Makefile.am:
194         * gst/multipart/multipartdemux.c:
195         * gst/multipart/multipartdemux.h:
196         * gst/multipart/multipartmux.c:
197         * gst/multipart/multipartmux.h:
198           Re-add multipartdemux to the docs. Last round of section cleanup.
199
200 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
201
202         * docs/plugins/Makefile.am:
203         * docs/plugins/gst-plugins-good-plugins-sections.txt:
204         * sys/osxaudio/gstosxaudiosink.h:
205         * sys/osxvideo/osxvideosink.h:
206           Managed to resolve most unused declarations. Filed a bug for one left.          
207
208 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
209
210         * docs/plugins/gst-plugins-good-plugins-sections.txt:
211           Cleanup section file.
212
213 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
214
215         * docs/plugins/Makefile.am:
216         * docs/plugins/gst-plugins-good-plugins.args:
217         * docs/plugins/gst-plugins-good-plugins.signals:
218         * docs/plugins/inspect/plugin-alaw.xml:
219         * docs/plugins/inspect/plugin-alpha.xml:
220         * docs/plugins/inspect/plugin-alphacolor.xml:
221         * docs/plugins/inspect/plugin-annodex.xml:
222         * docs/plugins/inspect/plugin-apetag.xml:
223         * docs/plugins/inspect/plugin-audiofx.xml:
224         * docs/plugins/inspect/plugin-auparse.xml:
225         * docs/plugins/inspect/plugin-autodetect.xml:
226         * docs/plugins/inspect/plugin-avi.xml:
227         * docs/plugins/inspect/plugin-cairo.xml:
228         * docs/plugins/inspect/plugin-cdio.xml:
229         * docs/plugins/inspect/plugin-cutter.xml:
230         * docs/plugins/inspect/plugin-debug.xml:
231         * docs/plugins/inspect/plugin-dv.xml:
232         * docs/plugins/inspect/plugin-efence.xml:
233         * docs/plugins/inspect/plugin-effectv.xml:
234         * docs/plugins/inspect/plugin-flac.xml:
235         * docs/plugins/inspect/plugin-flxdec.xml:
236         * docs/plugins/inspect/plugin-gconfelements.xml:
237         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
238         * docs/plugins/inspect/plugin-goom.xml:
239         * docs/plugins/inspect/plugin-halelements.xml:
240         * docs/plugins/inspect/plugin-icydemux.xml:
241         * docs/plugins/inspect/plugin-id3demux.xml:
242         * docs/plugins/inspect/plugin-jpeg.xml:
243         * docs/plugins/inspect/plugin-ladspa.xml:
244         * docs/plugins/inspect/plugin-level.xml:
245         * docs/plugins/inspect/plugin-matroska.xml:
246         * docs/plugins/inspect/plugin-mulaw.xml:
247         * docs/plugins/inspect/plugin-multipart.xml:
248         * docs/plugins/inspect/plugin-navigationtest.xml:
249         * docs/plugins/inspect/plugin-png.xml:
250         * docs/plugins/inspect/plugin-quicktime.xml:
251         * docs/plugins/inspect/plugin-rtp.xml:
252         * docs/plugins/inspect/plugin-rtsp.xml:
253         * docs/plugins/inspect/plugin-shout2send.xml:
254         * docs/plugins/inspect/plugin-smpte.xml:
255         * docs/plugins/inspect/plugin-speex.xml:
256         * docs/plugins/inspect/plugin-taglib.xml:
257         * docs/plugins/inspect/plugin-udp.xml:
258         * docs/plugins/inspect/plugin-videobalance.xml:
259         * docs/plugins/inspect/plugin-videobox.xml:
260         * docs/plugins/inspect/plugin-videocrop.xml:
261         * docs/plugins/inspect/plugin-videoflip.xml:
262         * docs/plugins/inspect/plugin-videomixer.xml:
263         * docs/plugins/inspect/plugin-wavenc.xml:
264         * docs/plugins/inspect/plugin-wavpack.xml:
265         * docs/plugins/inspect/plugin-wavparse.xml:
266           Update plugin docs.
267
268         * gst/videomixer/Makefile.am:
269         * gst/videomixer/videomixer.c:
270         * gst/videomixer/videomixer.h:
271         * gst/videomixer/videomixerpad.h:
272           Split out header to fix warnings from the doc-build.
273
274 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
275
276         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
277
278         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
279         Use atoll to parse the rtptime with enough precision. Fixes #509329.
280
281 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
282
283         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
284         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
285           Initialise variables to work around (false) 'foo might be used
286           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
287
288 2008-01-11  David Schleef  <ds@schleef.org>
289
290         * docs/plugins/.cvsignore:
291         * tests/check/pipelines/.cvsignore:
292           Ignore more files for the buildbot.
293
294 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
295
296         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
297         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
298         Generate the image-type values correctly. Leave them out of the caps
299         when outputting a "preview image" tag, since it only makes sense
300         to have one of those - the type is irrelevant.
301
302         * sys/sunaudio/gstsunaudiomixerctrl.c:
303         (gst_sunaudiomixer_ctrl_open):
304         If we can, mark the mixer multiple open when we use it, in case
305         (for some reason) the process wants to open it again elsewhere.
306
307 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
308
309         Patch by: Olivier Crete <tester at tester dot ca>
310
311         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
312         * gst/rtp/gstrtptheorapay.c:
313         Fix the clock rate to 90000 as required by the RFC.
314         Fixes #508644.
315
316 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
317
318         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
319           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
320
321 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
322
323         * autogen.sh:
324           Add -Wno-portability to the automake parameters to stop warnings
325           about GNU make extensions being used. We require GNU make in almost
326           every Makefile anyway.
327           
328         * configure.ac:
329           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
330           at the same time is required for per target flags.
331
332 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
333
334         * gst/videomixer/videomixer.c: (gst_videomixer_init):
335         Fix error from my last commit.
336
337 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
338
339         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
340
341         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
342           Make sure the ISO 639-X language code in ID3v2 COMM frames
343           is actually valid UTF-8 (or rather: ASCII), so we don't end
344           up with non-UTF8 strings in tags if there's garbage in the
345           language field. Also make sure the language code is always
346           lower case. Fixes: #508291.
347
348 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
349
350         * ChangeLog:
351           Fix ChangeLog typo.
352
353 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
354
355         * Makefile.am:
356           Include lcov.mak to allow building coverage reports. Guard
357           check-torture target like in the other packages.
358
359 2008-01-09  Sameer Naik  <sameer@damagehead.com>
360
361         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
362
363         * gst/videomixer/videomixer.c:
364         (gst_videomixer_set_master_geometry), (_do_init),
365         (gst_videomixer_child_proxy_get_child_by_index),
366         (gst_videomixer_child_proxy_get_children_count),
367         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
368         (gst_videomixer_init), (gst_videomixer_request_new_pad),
369         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
370         Implement GstChildProxy interface.
371         Send newsegment at the right moment
372         Fixes #488879
373
374 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
375
376         * gst/alpha/Makefile.am:
377         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
378         (gst_alpha_sink_event), (gst_alpha_chain),
379         (gst_alpha_change_state), (plugin_init):
380         Make the various properties of 'alpha' controllable. This allows doing
381         niceties like fade-in/fade-out.
382
383 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
384
385         * gst/rtp/gstasteriskh263.c:
386         * gst/rtp/gstrtpL16depay.c:
387         * gst/rtp/gstrtpac3depay.c:
388         * gst/rtp/gstrtpamrpay.c:
389         * gst/rtp/gstrtpdepay.c:
390         * gst/rtp/gstrtpgsmdepay.c:
391         * gst/rtp/gstrtph263depay.c:
392         * gst/rtp/gstrtph263pdepay.c:
393         * gst/rtp/gstrtph263ppay.c:
394         * gst/rtp/gstrtph264depay.c:
395         * gst/rtp/gstrtph264pay.c:
396         * gst/rtp/gstrtpmp2tdepay.c:
397         * gst/rtp/gstrtpmp4adepay.c:
398         * gst/rtp/gstrtpmp4gdepay.c:
399         * gst/rtp/gstrtpmp4gpay.c:
400         * gst/rtp/gstrtpmp4vdepay.c:
401         * gst/rtp/gstrtpmpadepay.c:
402         * gst/rtp/gstrtpmpvdepay.c:
403         * gst/rtp/gstrtpsv3vdepay.c:
404         * gst/rtp/gstrtptheoradepay.c:
405         * gst/rtp/gstrtptheorapay.c:
406         * gst/rtp/gstrtpvorbisdepay.c:
407         * gst/rtp/gstrtpvorbispay.c:
408           Remove copy/paste unused code (property setters and getter) found by
409           the coverage suite (yay, saves ~20k on disk).
410
411 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
412
413         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
414           (videosink_templ):
415           Also fix up pad templates to indicate that image/jpeg doesn't
416           absolutely require the framerate property to be set (#504081).
417
418 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
419
420         Based on patch by: Wouter Cloetens  <wouter at mind be>
421
422         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
423           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
424           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
425         * gst/matroska/matroska-mux.h:
426           Keep track of first and last timestamps for each incoming stream,
427           so we can calculate the total duration for live sources and other
428           input where we can't query the duration from the start or where
429           there's no constant framerate from which we can deduce the
430           duration; also use calculated/observed duration if it is bigger
431           than the previously queried duration. Furthermore, use
432           gst_pad_query_peer_duration() and take into account that it may
433           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
434           screws up comparisons when using unsigned integers. Fixes #504081.
435
436 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
437
438         * configure.ac:
439         * gst/audiofx/audioamplify.c:
440         (gst_audio_amplify_clipping_method_get_type),
441         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
442         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
443         (gst_audio_dynamic_transform_ip):
444         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
445         (gst_audio_invert_transform_ip):
446         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
447         (gst_audio_panorama_transform):
448         * gst/level/gstlevel.c: (gst_level_init):
449         Make elements GST_BUFFER_FLAG_GAP aware and call
450         gst_base_transform_set_gap_aware for this.
451         Bump core requirement to CVS.
452         
453         * gst/audiofx/audiochebyshevfreqband.c:
454         (gst_audio_chebyshev_freq_band_transform_ip):
455         * gst/audiofx/audiochebyshevfreqlimit.c:
456         (gst_audio_chebyshev_freq_limit_transform_ip):
457         Also sync GObject properties to the controller if operating
458         in passthrough mode.
459
460 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
461
462         * sys/directdraw/gstdirectdrawsink.c:
463           (gst_directdraw_sink_window_thread):
464           FALSE is not a gpointer.
465
466 2008-01-05  Julien Moutte  <julien@fluendo.com>
467
468         * sys/directdraw/gstdirectdrawsink.c:
469         (gst_directdraw_sink_set_window_id),
470         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
471         (gst_directdraw_sink_buffer_alloc),
472         (gst_directdraw_sink_draw_borders),
473         (gst_directdraw_sink_show_frame),
474         (gst_directdraw_sink_setup_ddraw),
475         (gst_directdraw_sink_window_thread),
476         (gst_directdraw_sink_get_ddrawcaps),
477         (gst_directdraw_sink_surface_create): Make sure we create our
478         internal window only when we need it. That will give a chance to
479         the application to get the prepare-xwindow-id bus message. Draw
480         black borders when keeping aspect ratio. Handle the case where our
481         rendering window disappears (closed or errors) like other sinks
482         do. Various 80 columns fixes, improve state change order. That
483         element could need some more love.
484
485 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
486
487         * ext/taglib/gstapev2mux.h:
488         * ext/taglib/gstid3v2mux.h:
489         Remove useless typedefs without new type name. Fixes a warning with
490         gcc 4.3.
491
492 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
493
494         Patch by: John Millikin <jmillikin at gmail dot com>
495
496         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
497         (gst_flac_dec_setup_stream_decoder),
498         (gst_flac_normalize_picture_mime_type),
499         (gst_flac_extract_picture_buffer),
500         (gst_flac_dec_metadata_callback):
501         Emit metadata messages when a PICTURE block is encountered.
502         Fixes #506715.
503
504 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
505
506         * gst/avi/gstavi.c:
507         increase rank because no known issues anymore ...
508         * gst/avi/gstavisubtitle.c:
509         send subtitle name to the srcpad
510
511 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
512
513         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
514         * gst/rtsp/gstrtspsrc.h:
515         Implement redirect for the DESCRIBE reply. Fixes #506025.
516
517 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
518
519         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
520         Fix 'xyz may be used uninitialized' compiler warnings caused
521         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
522         abort() in any case but properly report the error.
523
524 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
525
526         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
527         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
528         * sys/ximage/gstximagesrc.c: (composite_pixel):
529           Fix 'xyz may be used uninitialized' compiler warnings caused
530           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
531           not really nice to abort in any case). Fixes #505745.
532
533 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
534
535         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
536           Small unit test fix (has no practical impact at the moment,
537           since we're only feeding utf8 and hence just create a sub-
538           buffer for the output).
539
540 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
541
542         * gst/avi/gstavisubtitle.c:
543         * tests/check/elements/avisubtitle.c:
544         Add seeking support for avi subtitle
545
546 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
547
548         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
549         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
550         (gst_flac_dec_write):
551         * ext/flac/gstflacdec.h:
552         Remove some unused vars.
553         Do more cleanup of leftover events and tags.
554         Output tags after the segment event. Fixes #504018.
555
556 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
557
558         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
559           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
560           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
561           Detect other UTF byte order markers and convert to UTF-8 as
562           appropriate.
563
564 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
565
566         * gst/avi/gstavisubtitle.c: (src_template),
567           (gst_avi_subtitle_extract_utf8_file),
568           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
569           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
570           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
571         * gst/avi/gstavisubtitle.h:
572           Refactor a bit; fix name extraction; don't assume all the data
573           in the chunk is actually subtitle data, there may be padding at
574           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
575           file so it's there to send again after a seek (for future use).
576
577 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
578
579         * gst/avi/Makefile.am:
580         * gst/avi/gstavi.c:
581         * gst/avi/gstavisubtitle.c:
582         * gst/avi/gstavisubtitle.h:
583         * tests/check/Makefile.am:
584         * tests/check/elements/avisubtitle.c:
585         * win32/common/config.h:
586                 Add avi subtitle element for bug #442034. Need seeking support
587                 and more support for character conversion.
588
589 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
590
591         * Makefile.am:
592           Include common/win32.mak for CRLF check of win32 project
593           files (see #393626).
594
595         * win32/vs6/libgstpng.dsp:
596           Fix line endings and do cvs admin -kb.
597
598 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
599
600         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
601         Actually drop the buffers which are outside the currently configured
602         segment instead of just emitting a WARNING.
603
604 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
605
606         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
607         (gst_flac_dec_write):
608         * ext/flac/gstflacdec.h:
609         Send segments from the streaming thread. Fixes #502187.
610         Fix segment seeking and a bunch of other seeking cases.
611
612 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
613
614         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
615           Parse WOAF frames and put the result into GST_TAG_CONTACT,
616           which is where it would end up if the same information was
617           put in a vorbis comment (don't think it's worth adding a
618           new URI tag for this). Fixes #488112.
619
620 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
621
622         * configure.ac:
623           We need core/base 0.10.15 or later.
624
625 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
626
627         Patch by: Mark Nauwelaerts <manauw skynet be>
628
629         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
630         Fix regression in stream numbering. Fixes #502655.
631
632 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
633
634         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
635
636         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
637         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
638         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
639         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
640         (gst_rtp_h264_pay_handle_buffer):
641         * gst/rtp/gstrtph264pay.h:
642         Use higher performance start-code searching.
643         Parse NALs and store SPS, PPS and profile in the caps so that they can
644         be used in the SDP. Fixes #502814.
645
646 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
647
648         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
649         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
650           Init some structs to zero before we pass them to ioctl, which
651           avoids valgrind warnings.  Also fix a small memory leak.
652
653 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
654
655         Patch by: Wouter Cloetens <wouter at mind dot be>
656
657         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
658         Copy timestamp from input to output. Not very perfect yet but better
659         than nothing. Fixes #503023.
660
661 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
662
663         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
664           Also print a useful error message with the old Wavpack API
665           if possible.
666
667 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
668
669         * ext/wavpack/gstwavpackdec.c:
670           More build fixes for old libwavpack versions: include config.h so
671           that WAVPACK_OLD_API is actually defined as detected; only use
672           WavpackGetErrorMessage if it is available. This fixes the build
673           on debian stable for me.
674
675 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
676
677         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
678         * ext/wavpack/gstwavpackparse.c:
679           (gst_wavpack_parse_create_src_pad):
680           Workaround the non-existance of WavpackGetChannelMask in Wavpack
681           versions below 4.40.0.
682
683 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
684
685         * configure.ac:
686           And now do it right for real...
687
688 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
689
690         * configure.ac:
691           Correctly reset $LIBS to not contain -lm.
692
693 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
694
695         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
696
697         * configure.ac:
698         * ext/cairo/gsttimeoverlay.c:
699           (gst_cairo_time_overlay_print_smpte_time):
700           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
701           and checking for rint() and implementing it ourself if it doesn't
702           exist. Fixes #497293.
703
704 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
705
706         * configure.ac:
707           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
708
709 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
710
711         * sys/oss/gstosshelper.c:
712         Verify that the format returned after the ioctl is the one
713         we requested. It is valid for the ioctl to succeed while
714         substituting an alternate 'supported' sample format.
715
716 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
717
718         * sys/oss/gstossaudio.c: (plugin_init):
719         * sys/oss/gstosssink.c: (gst_oss_sink_open):
720         * sys/oss/gstosssrc.c: (gst_oss_src_open):
721           Post decent (and translated) error message when we can't
722           open the audio device for some reason.
723
724 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
725
726         * sys/oss/gstosssink.c:
727         * sys/oss/gstosssrc.c:
728         Allow the AUDIODEV environment variable to redirect us
729         to a different default OSS device, like sunaudiosink does
730         on Solaris (makes audio play automatically on SunRays).
731
732 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
733
734         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
735         * gst/audiofx/audiochebyshevfreqband.c:
736         (gst_audio_chebyshev_freq_band_transform_ip):
737         * gst/audiofx/audiochebyshevfreqlimit.c:
738         (gst_audio_chebyshev_freq_limit_transform_ip):
739         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
740         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
741         The transform_ip() methods should do nothing if in passthrough mode.
742         It might get non-writable buffers in that case but the buffer might
743         as well be writable.
744
745         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
746         The transform() methods won't be called in passthrough mode and
747         otherwise the buffer is always writable so don't check here.
748
749 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
750
751         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
752           Fix seeking in .wav files again (#501775).  Some people seem to think
753           they don't need to test their changes when they're just 'reflowing'
754           some code.
755
756 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
757
758         * gst/autodetect/gstautovideosink.c:
759         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
760         (gst_auto_video_sink_init),
761         (gst_auto_video_sink_create_element_with_pretty_name),
762         (gst_auto_video_sink_find_best),
763         (gst_auto_video_sink_set_property),
764         (gst_auto_video_sink_get_property):
765         * gst/autodetect/gstautovideosink.h:
766         Fix docs.
767         Use same error reporting code as autoaudiosink.
768         Add property to filter sinks based on caps. Only select raw video sinks
769         by default for backwards compat.
770         API: GstAutoVideoSink::filter-caps
771
772 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
773
774         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
775
776         * gst/autodetect/gstautoaudiosink.c:
777         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
778         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
779         (gst_auto_audio_sink_set_property),
780         (gst_auto_audio_sink_get_property):
781         * gst/autodetect/gstautoaudiosink.h:
782         Add property to filter sinks based on caps. Only select raw audio sinks
783         by default for backwards compat.  Fixes #417420.
784         API: GstAutoAudioSink::filter-caps
785
786 2007-11-29  Michael Smith <msmith@fluendo.com>
787
788         Patch by: Arek Korbik <arkadini@gmail.com>
789
790         * gst/videobox/gstvideobox.c: (plugin_init):
791           Initialise liboil in plugin_init()
792
793 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
794
795         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
796         Post error before sending EOS. Fixes #499178.
797
798 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
799
800         * win32/vs6/gst_plugins_good.dsw:
801         * win32/vs6/libgstpng.dsp:
802         Add a project file for libgstpng
803
804 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
805
806         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
807         (gst_rtp_h263_depay_process):
808         Code beautification.
809         Added debug statements.
810         Don't bit-shift everything, just do operations on last/first byte
811         instead.
812
813 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
814
815         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
816
817         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
818         Fix wrong comparison in overrun check. Fixes #499239 some more.
819
820 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
821
822         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
823         (gst_rtp_h263_depay_process):
824         * gst/rtp/gstrtph263depay.h:
825         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
826         stream.
827
828 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
829
830         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
831
832         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
833         (gst_rtp_mp4a_depay_process):
834         * gst/rtp/gstrtpmp4adepay.h:
835         Fix depayloading when multiple frames are inside one RTP packet.
836         Fixes #499239.
837
838 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
839
840         * gst/level/gstlevel.c:
841           Add GAP-flag support.
842
843 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
844
845         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
846         Read the I flag for Mode A h263 rtp stream and set the
847         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
848         Fixes #499383
849
850 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
851
852         * gst/level/gstlevel.c:
853           Remove some dead code and do cleanups.
854
855 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
856
857         * tests/check/pipelines/simple-launch-lines.c:
858           Improve the tests by allowing to set a target state.
859
860 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
861
862         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
863         Don't check the caps of the output buffer if they're equal some
864         other caps. The caps can change in a backward compatible way
865         and did at this point.
866
867 2007-11-24  Julien MOUTTE  <julien@moutte.net>
868
869         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
870         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
871         (gst_qtdemux_seek_to_previous_keyframe),
872         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
873         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
874         reverse playback support.
875
876 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
877
878         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
879         Also set the channel layout on the Wavpack caps if we're having
880         a mono layout. Of course only do it for "audio/x-wavpack".
881
882 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
883
884         * ext/wavpack/gstwavpackcommon.c:
885         (gst_wavpack_get_default_channel_mask),
886         (gst_wavpack_set_channel_layout),
887         (gst_wavpack_get_default_channel_positions),
888         (gst_wavpack_get_channel_mask_from_positions),
889         (gst_wavpack_set_channel_mapping):
890         * ext/wavpack/gstwavpackcommon.h:
891         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
892         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
893         * ext/wavpack/gstwavpackdec.h:
894         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
895         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
896         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
897         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
898         (gst_wavpack_enc_rewrite_first_block),
899         (gst_wavpack_enc_sink_event):
900         * ext/wavpack/gstwavpackenc.h:
901         * ext/wavpack/gstwavpackparse.c:
902         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
903         (gst_wavpack_parse_scan_to_find_sample),
904         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
905         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
906         * ext/wavpack/gstwavpackparse.h:
907         Add support for encoding, parsing and decoding multichannel
908         files with up to 8 channels. This also improves the robustness
909         of parsing quite a bit.
910
911         * ext/wavpack/gstwavpackstreamreader.c:
912         (gst_wavpack_stream_reader_read_bytes),
913         (gst_wavpack_stream_reader_get_pos),
914         (gst_wavpack_stream_reader_set_pos_abs),
915         (gst_wavpack_stream_reader_set_pos_rel),
916         (gst_wavpack_stream_reader_push_back_byte),
917         (gst_wavpack_stream_reader_get_length),
918         (gst_wavpack_stream_reader_can_seek),
919         (gst_wavpack_stream_reader_write_bytes):
920         Improve debugging.
921
922 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
923
924         * ext/libpng/gstpngdec.c:
925         * ext/libpng/gstpngdec.h:
926           Don't release the png-memory from within the callback.
927
928 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
929
930         Patch by: René Stadler <mail at renestadler dot de>
931
932         * ext/libpng/gstpngenc.c:
933           Don't leak buffer data memory. Fixes #498395.
934
935 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
936
937         Patch by: René Stadler <mail at renestadler dot de>
938
939         * tests/check/pipelines/simple-launch-lines.c:
940           Tests for #498395.
941
942 2007-11-20  Julien MOUTTE  <julien@moutte.net>
943
944         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
945         (gst_tag_lib_mux_adjust_event_offsets):
946         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
947         * sys/osxaudio/Makefile.am:
948         * sys/osxvideo/cocoawindow.h:
949         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
950
951 2007-11-15  David Schleef  <ds@schleef.org>
952
953         * ext/cairo/gsttextoverlay.c:
954           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
955
956 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
957
958         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
959
960         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
961         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
962         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
963         * gst/rtp/gstrtpmp2tpay.h:
964         Fill the MTU with as many packets as possible. Fixes #491323.
965
966 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
967
968         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
969
970         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
971         Fix some more leaks. Fixes #497007.
972
973 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
974
975         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
976
977         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
978         (gst_rtspsrc_stream_configure_tcp):
979         Fix 3 pad leaks. Fixes #496983.
980
981 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
982
983         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
984
985         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
986         Fix small leak. Fixes #497017.
987
988 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
989
990         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
991         (gst_qtdemux_prepare_current_sample),
992         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
993         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
994         * gst/qtdemux/qtdemux_fourcc.h:
995         * gst/qtdemux/qtdemux_types.c:
996         Add suppport for theora in quicktime according to XiphQT.
997
998 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
999
1000         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
1001         (gst_v4l2src_init), (gst_v4l2src_set_property),
1002         (gst_v4l2src_get_property):
1003         * sys/v4l2/gstv4l2src.h:
1004         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1005           Always copy buffers by default (handle safer with bugged drivers)
1006           and added a property to make it possible to use mmap effectively (no
1007           copy if possible) when application wants to. Fixes: #480557.
1008
1009 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1010
1011         * gst/id3demux/id3tags.c:
1012         * gst/id3demux/id3tags.h:
1013         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
1014           We don't want the same string multiple times in a tag list for the
1015           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
1016           this doesn't happen and remove special-case code for GST_TAG_GENRE.
1017
1018 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1019
1020         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
1021           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
1022           into ID3v2 TXXX frames (fixes #347848).
1023
1024 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1025
1026         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1027           Don't leak sdp message contents (fixes #496773).
1028
1029         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
1030           Don't leak URI string.
1031
1032 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1033
1034         Patch by: Julien Puydt <julien dot puydt at laposte net>
1035
1036         * ext/raw1394/Makefile.am:
1037         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
1038           (gst_1394_property_probe_get_properties),
1039           (gst_1394_property_probe_probe_property),
1040           (gst_1394_property_probe_needs_probe),
1041           (gst_1394_property_probe_get_values),
1042           (gst_1394_property_probe_interface_init),
1043           (gst_1394_type_add_property_probe_interface):
1044         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
1045         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
1046           (gst_dv1394src_init), (gst_dv1394src_dispose),
1047           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
1048           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
1049           (gst_dv1394src_update_device_name):
1050         * ext/raw1394/gstdv1394src.h:
1051           Implement GstPropertyProbe interface and add "device-name" property,
1052           so applications can use this to probe for available devices in the
1053           same way they can already with v4lsrc and v4l2src (however horrible
1054           this property probe interface may be). Fixes #358841.
1055
1056 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1057
1058         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1059
1060         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
1061           (gst_rtspsrc_parse_range):
1062           Don't leak event, don't leak range (fixes #496752).
1063
1064 2007-11-14  Michael Smith <msmith@fluendo.com>
1065
1066         Patch by: Arek Korbik <arkadini@gmail.com>
1067
1068         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
1069           Detect RGBA/BGRA correctly on little endian systems.
1070
1071 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1072
1073         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1074           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
1075           corresponding ioctl() call fails even though the driver claims to
1076           support this format, just fall back to the pre-2.6.19 kernel
1077           routine that creates caps with suitable height and width ranges
1078           (see #448278).
1079
1080 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1081
1082         Patch by: Mark Nauwelaerts <manauw skynet be>
1083
1084         * gst/matroska/matroska-demux.c:
1085           (gst_matroska_demux_push_dvd_clut_change_event),
1086           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1087           (gst_matroska_demux_subtitle_caps):
1088         * gst/matroska/matroska-ids.h:
1089           Extract palette data for dvd subpicture streams and send it
1090           downstream as custom gstreamer dvd event (fixes #453417).
1091
1092 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1093
1094         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
1095           Implement minimal parsing of the passed pango font description
1096           string, so passing a font size works the same as with the
1097           pango textoverlay plugin; fixes #455086.
1098           (Maybe we could just use pangocairo here at some point).
1099
1100 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1101
1102         * gst/avi/gstavidemux.c:
1103         * gst/wavparse/gstwavparse.c:
1104           Return the result in _activate_pull(). Don't ref element there.
1105
1106 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1107
1108         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
1109         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1110         (gst_wavparse_srcpad_event):
1111           Ref the element when we should, but not when we its not needed. Reflow
1112           the event_handling to not leak the event.       
1113
1114 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
1115
1116         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1117         (qtdemux_parse_samples):
1118         Properly free QTDemuxSamples array.
1119         Protect table write with a sensible check, some files apparently DO contain
1120         stts values starting with 0 :(
1121
1122 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1123
1124         * gst/avi/gstavidemux.c:
1125         * gst/qtdemux/qtdemux.c:
1126           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
1127           previous commit messed up.
1128
1129 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1130
1131         * gst/avi/gstavidemux.c:
1132         * gst/qtdemux/qtdemux.c:
1133           Sync _handle_src_event() with oggdemux. In avidemux also ref the
1134           element when we should, but not when we its not needed.
1135
1136 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
1137
1138         * gst/wavparse/gstwavparse.c:
1139           Return FALSE if we can't handle a query instead of changing the
1140           format. Ignore fact when dealing with mpeg audio.
1141
1142 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1143
1144         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1145
1146         * configure.ac:
1147         * gst/udp/gstdynudpsink.c:
1148         * gst/udp/gstdynudpsink.h:
1149         * gst/udp/gstmultiudpsink.c:
1150         * gst/udp/gstmultiudpsink.h:
1151         * gst/udp/gstudpsink.c:
1152         * gst/udp/gstudpsink.h:
1153           Fix includes for MSVC and GLib-2.14.0 (#492388).
1154
1155         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1156           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
1157
1158 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
1159
1160         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
1161         (gst_mulawdec_chain):
1162         * gst/law/mulaw-decode.h:
1163         Calculate outgoing buffer duration if incoming buffer didn't have a
1164         valid duration.
1165
1166 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1167
1168         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
1169         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
1170         Smarter combine_flow code that also deals with downstream elements
1171         returning UNEXPECTED when they receive data out of the segment
1172         boundaries. Fixes #491305.
1173
1174 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1175
1176         * sys/v4l2/v4l2src_calls.c:
1177           Fix 'unused variable' compiler warning when compiling against
1178           older kernel headers.
1179
1180 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
1181
1182         * ext/taglib/gstid3v2mux.cc (add_funcs):
1183           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
1184
1185 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
1186
1187         * tests/check/pipelines/simple-launch-lines.c:
1188            Improve the tests a little more.
1189
1190 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
1191
1192         patch by: Yun Zheng Hu
1193
1194         * sys/osxaudio/gstosxaudiosrc.c:
1195         Use default input device instead of default output device and
1196         only memcpy actual available bytes.
1197
1198 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
1199
1200         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1201           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
1202           early. It is temporary until we find something better.
1203
1204 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1205
1206         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1207
1208         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
1209         Fix race when pausing a RTSP stream in interleaved.
1210         Fixes #475784.
1211
1212 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1213
1214         Patch by: Peter Kjellerstedt <pkj at axis com>
1215
1216         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
1217         Use correct unref function for buffers. #488844.
1218
1219 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
1220
1221         * gst/avi/gstavimux.c:
1222         * tests/check/elements/avimux.c:
1223           Add some debug and sync tests with the fix.     
1224
1225 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1226
1227         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1228
1229         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1230         When the socket is used by the app for other purposes, don't generate an
1231         error if there is activaty on the socket that is not data related.
1232         Fixes #487488.
1233
1234 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1235
1236         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1237         (gst_v4l2src_grab_frame):
1238         Add some more debug info. Generate an error when we run out of buffers
1239         for some reason. See #480557.
1240
1241 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1242
1243         Patch by: Anders Skargren <anders dot skargren at axis dot com>
1244
1245         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
1246         Set marker bit correctly.
1247
1248 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
1249
1250         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1251         Use allowed name for the GstStructure.
1252
1253 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
1254
1255         * ext/gconf/gstswitchsink.c:
1256         * gst/autodetect/gstautoaudiosink.c:
1257           Use new gst_bus_pop_filtered().
1258
1259 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1260
1261         * sys/v4l2/gstv4l2src.c:
1262         * sys/v4l2/v4l2src_calls.c:
1263           When probing the formats and sizes a camera supports, make
1264           sure the best ones (highest resolution, prefered format)
1265           end up at the beginning of the probed caps and the less
1266           desirable ones at the end.  This is important because the
1267           order within the caps matters for things like fixation and
1268           negotiation, ie. what format is chosen in the end.
1269           With recent kernels, the current probing code will end up
1270           querying the supported sizes from lowest resolution to
1271           highest resolution, adding them to the probed caps in that
1272           order, resulting to v4l2src fixating to the lowest possible
1273           resolution if downstream does not express a size preference.
1274           Also make up a somewhat random ranking of prefered output
1275           formats for the same reason. Fixes #485828.
1276         
1277 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1278
1279         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
1280
1281         * gst/id3demux/id3v2frames.c:
1282           Extract license/copyright URIs from ID3v2 WCOP frames
1283           (Fixes #447000).
1284
1285         * tests/check/elements/id3demux.c:
1286         * tests/files/Makefile.am:
1287         * tests/files/id3-447000-wcop.tag:
1288           Add simple unit test.
1289
1290 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1291
1292         * ext/taglib/gstid3v2mux.cc:
1293           Add support for license/copyright URI tags (ID3v2 WCOP frame).
1294           Prerequisite for #447000.
1295
1296 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
1297
1298         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
1299         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
1300         a GstClockTime.
1301
1302 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1303
1304         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1305         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
1306         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
1307         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
1308         (gst_rtspsrc_change_state):
1309         More seeking fixes, mostly passing around the new playback segment in
1310         order to configure it properly.
1311         Also reset base_time of udp sources when setting them back to PLAYING as
1312         a temporary hack until core supports seek in live sources properly.
1313
1314 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1315
1316         * gst/rtp/gstrtpmp4adepay.c:
1317         Fix caps as to not confuse autopluggers.
1318
1319 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1320
1321         * gst/id3demux/gstid3demux.c:
1322         * gst/id3demux/gstid3demux.h:
1323         * gst/id3demux/id3tags.c:
1324         * gst/id3demux/id3tags.h:
1325         * gst/id3demux/id3v2frames.c:
1326           Port ID3 tag demuxer over to the new GstTagDemux in -base
1327           (now would be a good time to test re-importing your music
1328           collection).
1329
1330 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1331
1332         * gst/apetag/Makefile.am:
1333         * gst/apetag/gstapedemux.c:
1334         * gst/apetag/gstapedemux.h:
1335         * gst/apetag/gsttagdemux.c:
1336         * gst/apetag/gsttagdemux.h:
1337           Port APE tag demuxer over to the new GstTagDemux in -base.
1338
1339 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
1340
1341         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1342         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
1343         (gst_rtspsrc_handle_internal_src_query),
1344         (gst_rtspsrc_handle_src_query), (new_session_pad),
1345         (gst_rtspsrc_stream_configure_tcp),
1346         (gst_rtspsrc_stream_configure_transport),
1347         (gst_rtspsrc_loop_send_cmd):
1348         Improve flushing behaviour.
1349         Set state of the udp sources to PAUSE/PLAYING correctly.
1350         Handle events and queries for UDP and TCP transport now.
1351
1352 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1353
1354         * gst/rtp/gstrtpgsmdepay.c:
1355         * gst/rtp/gstrtpgsmpay.c:
1356           Add log category.
1357
1358 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1359
1360         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
1361
1362         * tests/check/Makefile.am:
1363         * tests/check/pipelines/simple-launch-lines.c:
1364           Add unit tests for payloaders/depayloaders.
1365
1366 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1367
1368         * gst/avi/gstavimux.c:
1369         * gst/avi/gstavimux.h:
1370           Also save codec data for audio streams. Fixes #482495.
1371
1372 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1373
1374         * gst/avi/gstavimux.c:
1375           Fix "Index entry has invalid stream nr 1".
1376           Add support for muxing aac - work in progress (see #482495).
1377
1378 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1379
1380         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
1381         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
1382         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1383         * gst/rtsp/gstrtspsrc.h:
1384         Parse bandwidth modifiers, they are not yet configured in the session
1385         manager because we don't have an API for that yet.
1386
1387 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1388
1389         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
1390         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1391         Use shiny new function in -base to get the default clock-rate.
1392         Update some docs.
1393
1394 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
1395
1396         * win32/MANIFEST:
1397         Add files to win32 manifest.
1398         * win32/vs6/libgstaudiofx.dsp:
1399         * win32/vs6/libgstqtdemux.dsp:
1400         * win32/vs6/libgstrtp.dsp:
1401         * win32/vs6/libgstrtsp.dsp:
1402         Update project files.
1403
1404 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
1405
1406         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
1407         (gst_rtspsrc_play):
1408         * gst/rtsp/gstrtspsrc.h:
1409         In TCP mode, only timestamp the first buffer. TCP is not real time and
1410         it does not make sense to try to skew compensate, also some servers send
1411         the first batch of data in a burst.
1412
1413 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
1414
1415         * gst/matroska/matroska-demux.c:
1416           Fix setting the discont flag on the first buffer
1417           pushed downstream for formats with private codec
1418           data that needs to be deserialised into buffers
1419           (such as vorbis and FLAC when in a matroska container).
1420
1421 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
1422
1423         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1424
1425         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
1426         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
1427         (gst_rtp_mp4v_pay_handle_buffer):
1428         * gst/rtp/gstrtpmp4vpay.h:
1429         Free the config string. Fixes #480707.
1430         Clean up the timestamp code a little.
1431
1432 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1433
1434         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1435         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
1436         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
1437         * gst/rtsp/gstrtspsrc.h:
1438         Set timestamps on RTP buffers in interleaved mode.
1439         Mark first buffers with a DISCONT.
1440         Remove flush hack now that sync for live sources has been figured out.
1441
1442 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1443
1444         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1445         Update documentation.
1446
1447 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1448
1449         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
1450         (gst_rtp_xqt_depay_change_state):
1451         * gst/qtdemux/gstrtpxqtdepay.h:
1452         Fail if we don't know the quicktime format.
1453
1454 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
1455
1456         * ext/flac/gstflacenc.c:
1457         * ext/flac/gstflacenc.h:
1458           Save the flow return from the last gst_pad_push() and
1459           make sure we pass the right flow return value upstream
1460           in the case of failure; minor clean-ups.
1461
1462 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1463
1464         * ext/taglib/gstapev2mux.cc:
1465         * ext/taglib/gstid3v2mux.cc:
1466         * gst/apetag/gstapedemux.c:
1467           Add support for the new GST_TAG_COMPOSER (#459809).
1468
1469 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1470
1471         * gst/law/alaw-decode.c:
1472         * gst/law/alaw-decode.h:
1473         * gst/law/alaw-encode.c:
1474         * gst/law/alaw-encode.h:
1475         * gst/law/alaw.c:
1476         * gst/law/mulaw-conversion.h:
1477           Compulsive clean-ups: use boilerplate macros, add debug
1478           categories, fix up things to conform to symbol nomenklatura,
1479           etc.
1480
1481 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1482
1483         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1484
1485         * gst/law/alaw-decode.c:
1486         * gst/law/alaw-encode.c:
1487           Use static tables for A-Law decoding and encoding; this makes
1488           A-Law decoding and encoding less CPU-intensive, but increases
1489           the binary size a bit. Leaving old code around for now,
1490           selectable by a define in the code. Fixes #435435.
1491
1492 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1493
1494         * configure.ac:
1495         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
1496         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
1497         in configure.ac.
1498
1499 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1500
1501         Patch by: <j at bootlab dot org>
1502
1503         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1504         Add fourccs for MPEG2 HDV streams. Fixes #479960.
1505
1506 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
1507
1508         * sys/oss/gstosshelper.c:
1509           Use GST_WARNING instead of a g_critical. This situation is not caused
1510           by the application.
1511
1512 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1513
1514         * po/LINGUAS:
1515         * po/nl.po:
1516           Updated translations.
1517
1518 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1519
1520         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
1521
1522         * po/eu.po:
1523           Added Basque translation.
1524
1525 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1526
1527         translated by: Abel Cheung <abelcheung@gmail.com>
1528
1529         * po/zh_HK.po:
1530         * po/zh_TW.po:
1531           Added Chinese (traditional and Hong Kong) translation.
1532
1533 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1534
1535         translated by: Jakub Bogusz <qboosh@pld-linux.org>
1536
1537         * po/pl.po:
1538           Added Polish translation.
1539
1540 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1541
1542         translated by: Ilkka Tuohela <hile@iki.fi>
1543
1544         * po/fi.po:
1545           Added Finnish translation.
1546
1547 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1548
1549         translated by: Jorge González González <aloriel@gmail.com>
1550
1551         * po/es.po:
1552           Added Spanish translation.
1553
1554 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1555
1556         translated by: Mogens Jaeger <mogens@jaeger.tf>
1557
1558         * po/da.po:
1559           Added Danish translation.
1560
1561 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1562
1563         translated by: Funda Wang <fundawang@linux.net.cn>
1564
1565         * po/zh_CN.po:
1566           Added Chinese (simplified) translation.
1567
1568 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1569
1570         translated by: Alexander Shopov <ash@contact.bg>
1571
1572         * po/bg.po:
1573           Added Bulgarian translation.
1574
1575 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
1576
1577         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
1578         Set outgoing packet duration because we can. Fixes #478244 some more.
1579
1580 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
1581
1582         * ext/cairo/gsttextoverlay.c:
1583           Add info about static leak.
1584         
1585         * tests/check/Makefile.am:
1586         * tests/check/generic/states.c:
1587           Improved state change unit test.
1588
1589 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
1590
1591         * docs/plugins/.cvsignore:
1592         * tests/check/.cvsignore:
1593           Ignore registries in any format.
1594
1595 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
1596
1597         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
1598         Removed some unused code.
1599
1600         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1601         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
1602         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
1603         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
1604         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
1605         (gst_rtp_theora_pay_flush_packet):
1606         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
1607         Try to preserve the incomming buffer duration on the outgoing
1608         packets. Fixes #478244.
1609
1610 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
1611
1612         * ext/taglib/gstapev2mux.cc:
1613         * ext/taglib/gstid3v2mux.cc:
1614           Work around compiler warnings with g++-4.2 when assigning a
1615           string constant to a gchar * (partially fixes #478092).
1616
1617 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
1618
1619         * configure.ac:
1620           We require core CVS now for gst_base_src_set_do_timestamp().
1621
1622 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1623
1624         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
1625         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1626         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
1627         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
1628         (gst_rtspsrc_handle_message):
1629         Fix compiler warnings shown with Forte.
1630
1631 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1632
1633         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
1634         (gst_rtspsrc_dup_printf):
1635         Give meaningfull error when all streams failed to configure for some
1636         reason.
1637
1638 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1639
1640         * gst/rtp/README:
1641         Update README with the design for synchronisation rules of RTP on
1642         sender and receiver.
1643
1644 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
1645
1646         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
1647         (gst_wavparse_chain):
1648         Don't push EOS from the chain function, the element
1649         driving the pipeline is responsible for this. The bug
1650         this was meant to fix seems to be queue not forwarding
1651         EOS in all cases (see #476514).
1652
1653 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
1654
1655         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
1656         (gst_level_transform_ip):
1657         * gst/level/gstlevel.h:
1658         Use basetransform segment so that it is correctly managed on flushes and
1659         start/stop.
1660         Report message timestamp as stream time, which is what an application
1661         can understand.
1662
1663 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
1664
1665         * ext/taglib/gstapev2mux.cc:
1666         * ext/taglib/gstapev2mux.h:
1667         * ext/taglib/gsttaglibmux.c:
1668         * tests/check/elements/apev2mux.c:
1669         Update my mail address.
1670
1671 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
1672
1673         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
1674         (gst_wavparse_loop), (gst_wavparse_chain):
1675         Add EOS logic for the push-based mode too. Fixes #476514.
1676
1677 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
1678
1679         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
1680         * gst/law/alaw-encode.h:
1681         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1682         (gst_mulawenc_chain):
1683         * gst/law/mulaw-encode.h:
1684         Fix law encoder timestamps.
1685
1686 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
1687
1688         * ext/gconf/gstgconfaudiosink.c:
1689           Fix warning when building without debug.
1690
1691         * sys/oss/gstossmixertrack.c:
1692           Use const like in alsamixertrack.c (fixes warnings).
1693
1694 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
1695
1696         * sys/v4l2/v4l2src_calls.c:
1697         (gst_v4l2src_probe_caps_for_format_and_size):
1698         Fix framerate detection code some more.
1699         Handle the case where there is a weird step in the stepwise framerates.
1700         Don't overwrite the min interval with the framerate, use a temp variable
1701         instead.
1702         Use max in the Continuous framerate intervals instead of step, which is
1703         1 according to the docs. Fixes #475424.
1704
1705 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
1706
1707         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
1708         Make udpsrc timestamp outgoing buffers based on when they were received.
1709         Also make it output a segment in time.
1710
1711 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
1712
1713         * gst/avi/gstavidemux.c:
1714           Plug a little leak. Little code cleanups.
1715
1716 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
1717
1718         * configure.ac:
1719           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
1720           flac versions, 's good for cross-compilation karma.
1721
1722 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
1723
1724         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
1725
1726         * gst/rtp/gstrtph263pay.c:
1727           Fix up header structure so that compilers don't add padding
1728           between the structure fields, since that would lead to us
1729           sending RTP packets with broken headers (as is currently the
1730           case when compiling with MSVC). Also see similar fixes in
1731           libgstrtp in gst-plugins-base. (#474616; #471194)
1732
1733 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
1734
1735         * sys/v4l2/v4l2src_calls.c:
1736         (gst_v4l2src_probe_caps_for_format_and_size):
1737         Don't overwrite our GValue with 0 but instead use the previously
1738         computed value. Fixes #471823 some more.
1739
1740 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
1741
1742         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1743           No tabs in this file please, or gtk-doc will end up documenting
1744           rather absurd class hierarchies.
1745
1746 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
1747
1748         * ext/gconf/gstswitchsink.c:
1749           If the new kid element fails to change state for some reason
1750           (e.g. esdsink not being able to connect to the sound server),
1751           forward the error message it posted on the bus instead of just
1752           posting a generic 'Internal state change error: please file a
1753           bug' error message. Fixes #471364.
1754
1755 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1756
1757         * gst/qtdemux/Makefile.am:
1758         * gst/qtdemux/qtdemux.c:
1759           Don't assume tags are encoded as UTF-8 (#473670).
1760
1761 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1762
1763         * sys/v4l2/gstv4l2src.c:
1764         * sys/v4l2/gstv4l2src.h:
1765         * sys/v4l2/v4l2src_calls.c:
1766           Implement LATENCY queries in the crudest way possible so I don't
1767           have to use sync=false any longer when testing with videosinks.
1768
1769 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1770
1771         * configure.ac:
1772           Fix build.
1773
1774 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1775
1776         * sys/v4l2/v4l2src_calls.c:
1777         (gst_v4l2src_probe_caps_for_format_and_size):
1778         Add some more debugging in the framerate function.
1779         Iterate stepwise framerate up to and _including_ the max and if nothing
1780         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
1781         don't end up with an empty list. Fixes #471823
1782
1783 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1784
1785         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
1786         (gst_multiudpsink_set_clients_string),
1787         (gst_multiudpsink_get_clients_string),
1788         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
1789         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
1790         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
1791         (gst_multiudpsink_clear):
1792         Add property do configure destination address/port pairs
1793         API:GstMultiUDPSink::clients
1794
1795 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1796
1797         * tests/examples/Makefile.am:
1798         * tests/examples/rtp/Makefile.am:
1799         * tests/examples/rtp/client-H263p-AMR.sh:
1800         * tests/examples/rtp/client-H263p-PCMA.sdp:
1801         * tests/examples/rtp/client-H263p-PCMA.sh:
1802         * tests/examples/rtp/client-H264-PCMA.sdp:
1803         * tests/examples/rtp/client-H264-PCMA.sh:
1804         * tests/examples/rtp/client-PCMA.sh:
1805         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
1806         * tests/examples/rtp/server-alsasrc-PCMA.sh:
1807         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
1808         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
1809         Added some RTP example scripts for sending and receiving RTP streams.
1810
1811 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1812
1813         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
1814         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
1815         Restructure the setcaps function so that we can also compute the
1816         expected GStreamer output size of the video frames.
1817         Set frame_byte_size correctly so that read-based devices have a chance
1818         of working correctly.
1819         When grabbing a frame, discard frames that are not of the expected size.
1820         Some cameras don't output the right framesize for the first buffer.
1821         Try only a couple of times to get a valid frame, else error out.
1822
1823         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
1824         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
1825         Add some more debug info when scanning the device.
1826
1827         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
1828         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
1829         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
1830         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
1831         Add some more debug info when dequeing a frame.
1832
1833 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
1834
1835         * gst/wavparse/gstwavparse.c:
1836           More code cleanups. Add some more comment and improve debugs logs.
1837
1838 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
1839
1840         * gst/wavparse/gstwavparse.c:
1841         * gst/wavparse/gstwavparse.h:
1842           Implement seek-query. Refactor duration calculations. Appropriate use
1843           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
1844           out of loops.
1845
1846 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
1847
1848         * gst/avi/gstavidemux.c:
1849           Implement seek-query.
1850
1851 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
1852
1853         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
1854         (gst_rtspsrc_dup_printf):
1855         Use new basesink async property to make sparse RTCP packet not wait for
1856         preroll.
1857
1858 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
1859
1860         * gst/audiofx/Makefile.am:
1861         Dist the right file.
1862
1863 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
1864
1865         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
1866         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
1867         Make sure we generate and parse floating point values in the POSIX
1868         locale instead of the current locale. 
1869
1870 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
1871
1872         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
1873         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
1874         (gst_rtspsrc_play):
1875         * gst/rtsp/gstrtspsrc.h:
1876         Fix method detection again.
1877         Keep track of when we must send a Range header.
1878         Use segment values for Range, Speed and Scale headers.
1879         Parse Speed and Scale headers to update the segment values.
1880
1881 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
1882
1883         patch by: Mark Nauwelaerts <manauw@skynet.be>
1884
1885         * sys/v4l2/v4l2src_calls.c:
1886           Handle optional v4l2 ioctls gracefully.
1887
1888 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
1889
1890         * gst/rtp/Makefile.am:
1891         * gst/rtp/gstrtp.c: (plugin_init):
1892         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
1893         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
1894         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
1895         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
1896         (gst_rtp_h263_depay_get_property),
1897         (gst_rtp_h263_depay_change_state),
1898         (gst_rtp_h263_depay_plugin_init):
1899         * gst/rtp/gstrtph263depay.h:
1900         Added an H263 depayloader. Fixes #369392.
1901
1902         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
1903         (gst_rtp_h263p_depay_process):
1904         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
1905         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
1906         Make the H263+ pay/depayloader support H263-1998 and H263-2000
1907         payloads.
1908         Also alow plain H263 on the h263p payloaders. Fixes #465040.
1909
1910 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
1911
1912         * gst/audiofx/audiochebyshevfreqband.c:
1913         * gst/audiofx/audiochebyshevfreqlimit.c:
1914         Add small comparision with the windowed sinc filters in the docs.
1915
1916 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
1917
1918         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
1919         (audiochebyshevfreqband_suite):
1920         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
1921         (audiochebyshevfreqlimit_suite):
1922         Also test 32 bit float mode and the type 2 variants of the filters.
1923
1924 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
1925
1926         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
1927         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
1928         (gst_rtspsrc_loop):
1929         Refactor the udp and interleaved loop function a bit.
1930
1931 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
1932
1933         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
1934         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
1935         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
1936         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
1937         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
1938         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
1939         * gst/rtsp/gstrtspsrc.h:
1940         Protect connection activity with a new lock, avoids deadlocks when going
1941         to PAUSED. Fixes #455808.
1942
1943 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
1944
1945         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
1946         Fix debug statement.
1947
1948 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
1949
1950         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
1951         Fix stray %u in debug line as spotted by Saur on IRC.
1952
1953 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
1954
1955         * gst/audiofx/audiochebyshevfreqband.c:
1956         (gst_audio_chebyshev_freq_band_class_init):
1957         * gst/audiofx/audiochebyshevfreqlimit.c:
1958         (gst_audio_chebyshev_freq_limit_class_init):
1959         Use generator macros for the process functions for the different
1960         sample types, add lower upper boundaries for the GObject properties
1961         so automatically generated UIs can use sliders and add a note about
1962         the number of poles as a too high number of poles combined with
1963         very low or very high frequencies will produce only noise.
1964         * docs/plugins/gst-plugins-good-plugins.args:
1965         Regenerated for the property changes.
1966
1967 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
1968
1969         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
1970         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
1971         (gst_rtspsrc_stream_configure_udp_sink),
1972         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
1973         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
1974         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
1975         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
1976         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
1977         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
1978         * gst/rtsp/gstrtspsrc.h:
1979         Improve timeout handling.
1980         Use the same socket for sending and receiving RTCP packets so that some
1981         servers can track clients better.
1982         Improve connection closed handling. Try to reconnect.
1983         Don't overwrite our content base with NULL.
1984         Improve debugging.
1985         Improve range parsing and handling.
1986         Remove flushing hack now that core does the right thing.
1987
1988 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
1989
1990         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
1991         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
1992         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
1993         (gst_multiudpsink_close), (gst_multiudpsink_add):
1994         * gst/udp/gstmultiudpsink.h:
1995         Add support for getting and setting the socket to use.
1996
1997         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
1998         (gst_udpsrc_create), (gst_udpsrc_get_property):
1999         Add support for getting the currently used socket.
2000
2001 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
2002
2003         reviewed by: Stefan Kost  <ensonic@users.sf.net>
2004
2005         * gst/audiofx/Makefile.am:
2006         * gst/audiofx/audiochebyshevfreqband.c:
2007         (gst_audio_chebyshev_freq_band_mode_get_type),
2008         (gst_audio_chebyshev_freq_band_base_init),
2009         (gst_audio_chebyshev_freq_band_dispose),
2010         (gst_audio_chebyshev_freq_band_class_init),
2011         (gst_audio_chebyshev_freq_band_init),
2012         (generate_biquad_coefficients), (calculate_gain),
2013         (generate_coefficients),
2014         (gst_audio_chebyshev_freq_band_set_property),
2015         (gst_audio_chebyshev_freq_band_get_property),
2016         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
2017         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
2018         (gst_audio_chebyshev_freq_band_start):
2019         * gst/audiofx/audiochebyshevfreqband.h:
2020         * gst/audiofx/audiochebyshevfreqlimit.c:
2021         (gst_audio_chebyshev_freq_limit_mode_get_type),
2022         (gst_audio_chebyshev_freq_limit_base_init),
2023         (gst_audio_chebyshev_freq_limit_dispose),
2024         (gst_audio_chebyshev_freq_limit_class_init),
2025         (gst_audio_chebyshev_freq_limit_init),
2026         (generate_biquad_coefficients), (calculate_gain),
2027         (generate_coefficients),
2028         (gst_audio_chebyshev_freq_limit_set_property),
2029         (gst_audio_chebyshev_freq_limit_get_property),
2030         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
2031         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
2032         (gst_audio_chebyshev_freq_limit_start):
2033         * gst/audiofx/audiochebyshevfreqlimit.h:
2034         * gst/audiofx/audiofx.c: (plugin_init):
2035         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
2036         Fixes #464800.
2037
2038         * tests/check/Makefile.am:
2039         * tests/check/elements/.cvsignore:
2040         * tests/check/elements/audiochebyshevfreqband.c:
2041         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
2042         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
2043         * tests/check/elements/audiochebyshevfreqlimit.c:
2044         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
2045         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
2046         Add unit tests for the chebyshev filters.
2047
2048         * docs/plugins/Makefile.am:
2049         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2050         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2051         * docs/plugins/gst-plugins-good-plugins.args:
2052         * docs/plugins/inspect/plugin-1394.xml:
2053         * docs/plugins/inspect/plugin-audiofx.xml:
2054         * docs/plugins/inspect/plugin-dv.xml:
2055         * docs/plugins/inspect/plugin-flac.xml:
2056         * docs/plugins/inspect/plugin-jpeg.xml:
2057         * docs/plugins/inspect/plugin-png.xml:
2058         * docs/plugins/inspect/plugin-rtp.xml:
2059         * docs/plugins/inspect/plugin-shout2send.xml:
2060         * docs/plugins/inspect/plugin-wavpack.xml:
2061         And add docs for the chebyshev filters. While doing
2062         that also run make update in docs/plugins.
2063
2064 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2065
2066         * ext/annodex/gstcmmltag.c:
2067         * gst/rtp/gstrtpvorbispay.c:
2068           Make ro memory to share.
2069
2070 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2071
2072         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2073         Improve UDP performance by avoiding a select() when we have data
2074         available immediatly.
2075
2076 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2077
2078         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
2079         (gst_rtp_dec_class_init):
2080         * gst/rtsp/gstrtpdec.h:
2081         Add (dummy) SSRC management signals.
2082
2083         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2084         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2085         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
2086         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
2087         (on_timeout), (gst_rtspsrc_stream_configure_manager),
2088         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
2089         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2090         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2091         * gst/rtsp/gstrtspsrc.h:
2092         Add connection-speed property.
2093         Add find_stream helper functions.
2094         Handle stream EOS based on BYE messages or SSRC timeout.
2095         Returns SUCCESS from the state change function as we hide our async
2096         elements from the parent.
2097
2098 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2099
2100         * gst/debug/rndbuffersize.c:
2101           Fix da leak.
2102
2103 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
2104
2105         * gst/debug/Makefile.am:
2106         * gst/debug/breakmydata.c:
2107         * gst/debug/gstdebug.c:
2108         * gst/debug/negotiation.c:
2109         * gst/debug/progressreport.c:
2110         * gst/debug/rndbuffersize.c:
2111         * gst/debug/testplugin.c:
2112           Add new test element and clean-up the others a little.
2113
2114 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2115
2116         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2117         Fix parsing of mp4a version 0 atoms. Fixes #465774.
2118
2119 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2120
2121         * gst/rtp/gstrtpilbcdepay.c:
2122           Include stdlib.
2123
2124 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
2125
2126         * gst/rtp/gstrtpmpvdepay.c:
2127         Set the mpegversion in the caps so that autoplugging does not get
2128         confused.
2129
2130 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2131
2132         * po/hu.po:
2133         * po/uk.po:
2134         * po/vi.po:
2135           Updated translations.
2136
2137 2007-08-08  Michael Smith <msmith@fluendo.com>
2138
2139         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2140           Render right border in the correct location.
2141
2142 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
2143
2144         Patch by: Olivier Crete <tester at tester dot ca>
2145
2146         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
2147         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2148         Make mode property a string. Fixes #464475.
2149
2150 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2151
2152         * ext/flac/gstflacenc.c:
2153           Widen caps to match decoder a bit and add more FIXMEs.
2154
2155 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2156
2157         patch by: Mark Nauwelaerts <manauw@skynet.be>
2158
2159         * gst/avi/gstavimux.c:
2160           Fix ODML index tag numbering. Fixes #463624.
2161
2162 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2163
2164         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
2165         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2166         (gst_rtspsrc_stream_configure_tcp),
2167         (gst_rtspsrc_stream_configure_udp_sink):
2168         Fix default clock-rate for realmedia.
2169         Fix parsing of transport.
2170         Don't try to link NULL pads.
2171
2172 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
2173
2174         * po/POTFILES.skip:
2175           Add POTFILES.skip with list of source files that aren't disted at the
2176           moment but contain translatable strings. Should hopefully pacify
2177           broken tools and make it clearer that these files are left out
2178           intentionally (#461600).
2179
2180 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
2181
2182         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
2183         If the buffer was entirely clipped ... don't try sending it :)
2184
2185 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2186
2187         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
2188         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
2189         (gst_rtspsrc_create_transports_string),
2190         (gst_rtspsrc_prepare_transports):
2191         If we don't hav a session manager, set the caps on outgoing buffers
2192         ourselves.
2193         Force PAUSE/PLAY methods for now until the extensions can overwrite.
2194         Append final bit of the transport string even when it does not contain a
2195         placeholder.
2196
2197 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2198
2199         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
2200         (gst_rtsp_ext_list_connect):
2201         * gst/rtsp/gstrtspext.h:
2202         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2203         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
2204         Clean up the interface list.
2205         Allow connecting to interface signals for the extensions.
2206         Remove old extension code.
2207         Free list on cleanup.
2208         Allow extensions to send additional RTSP messages.
2209
2210 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2211
2212         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
2213         Handle a NULL gconf key gracefully by rendering the default element.
2214
2215 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2216
2217         * gst/rtsp/gstrtspext.h:
2218         Fix include path for extension interface.
2219
2220 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2221
2222         * gst/audiofx/audioamplify.h:
2223         Also remove a now unecessary variable here.
2224
2225 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2226
2227         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
2228         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
2229         * gst/audiofx/audiodynamic.c:
2230         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
2231         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
2232         * gst/audiofx/audiodynamic.h:
2233         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
2234         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
2235         * gst/audiofx/audioinvert.h:
2236         Don't save format information ourselves, this is already saved in
2237         GstAudioFilter.
2238
2239 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2240
2241         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2242         (gst_rtsp_ext_list_stream_select):
2243         * gst/rtsp/gstrtspext.h:
2244         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
2245         Use rank to filter out extensions.
2246         Add url to stream_select interface call.
2247
2248 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2249
2250         * gst/rtsp/Makefile.am:
2251         * gst/rtsp/base64.c:
2252         * gst/rtsp/base64.h:
2253         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2254         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
2255         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
2256         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
2257         (gst_rtsp_ext_list_setup_media),
2258         (gst_rtsp_ext_list_configure_stream),
2259         (gst_rtsp_ext_list_get_transports),
2260         (gst_rtsp_ext_list_stream_select):
2261         * gst/rtsp/gstrtspext.h:
2262         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
2263         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
2264         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
2265         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2266         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
2267         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
2268         (gst_rtspsrc_stream_configure_tcp),
2269         (gst_rtspsrc_stream_configure_mcast),
2270         (gst_rtspsrc_stream_configure_udp),
2271         (gst_rtspsrc_stream_configure_udp_sink),
2272         (gst_rtspsrc_stream_configure_transport),
2273         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2274         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2275         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
2276         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
2277         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2278         (gst_rtspsrc_parse_methods),
2279         (gst_rtspsrc_create_transports_string),
2280         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
2281         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
2282         (gst_rtspsrc_play), (gst_rtspsrc_pause),
2283         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
2284         * gst/rtsp/gstrtspsrc.h:
2285         * gst/rtsp/rtsp.h:
2286         * gst/rtsp/rtspconnection.c:
2287         * gst/rtsp/rtspconnection.h:
2288         * gst/rtsp/rtspdefs.c:
2289         * gst/rtsp/rtspdefs.h:
2290         * gst/rtsp/rtspext.h:
2291         * gst/rtsp/rtspextwms.c:
2292         * gst/rtsp/rtspextwms.h:
2293         * gst/rtsp/rtspmessage.c:
2294         * gst/rtsp/rtspmessage.h:
2295         * gst/rtsp/rtsprange.c:
2296         * gst/rtsp/rtsprange.h:
2297         * gst/rtsp/rtsptransport.c:
2298         * gst/rtsp/rtsptransport.h:
2299         * gst/rtsp/rtspurl.c:
2300         * gst/rtsp/rtspurl.h:
2301         * gst/rtsp/sdp.h:
2302         * gst/rtsp/sdpmessage.c:
2303         * gst/rtsp/sdpmessage.h:
2304         * gst/rtsp/test.c:
2305         Use shiny new RTSP and SDP library.
2306         Implement RTSP extensions using the new interface.
2307         Remove a lot of old code.
2308
2309 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
2310
2311         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2312         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
2313
2314 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2315
2316         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2317         Don't unref the outgoing buffer twice when dropping it because it's
2318         outside of the segment.
2319
2320 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2321
2322         * configure.ac:
2323         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
2324         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
2325         Use the new buffer clipping function from gstaudio here and
2326         require gst-plugins-base CVS.
2327         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2328         For framed Wavpack buffers we require a valid timestamp.
2329
2330 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
2331
2332         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
2333         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
2334         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
2335         Clip raw audio and video when we can, keep track of current output
2336         segment.
2337         Don't leak buffers and events when there is no output pad.
2338         Improve debugging here and there.
2339
2340 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
2341
2342         * configure.ac:
2343           Sync liboil check with plugins-base.
2344
2345 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
2346
2347         * ext/annodex/Makefile.am:
2348           Fix CFLAGS/LIBS.
2349
2350         * ext/cdio/gstcdiocddasrc.c:
2351         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
2352           Include stdlib
2353
2354         * ext/cairo/Makefile.am:
2355         * gst/videofilter/Makefile.am:
2356         * tests/examples/level/Makefile.am:
2357           Use $(LIBM) instead of -lm
2358
2359 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2360
2361         * sys/v4l2/gstv4l2src.c:
2362           Add another example pipeline.
2363
2364 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2365
2366         Patch by: Alexander Eichner <alexeichi@yahoo.de>
2367
2368         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2369           Use define here.
2370
2371         * sys/v4l2/gstv4l2tuner.c:
2372         (gst_v4l2_tuner_set_frequency_and_notify):
2373           Don't touch the property - its still disabled.
2374
2375         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
2376         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
2377         * sys/v4l2/v4l2src_calls.h:
2378           Improve fallback format negotionation. Fixes #451388
2379
2380 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2381
2382         * tests/check/elements/videocrop.c: (GST_START_TEST):
2383           Fix the test.
2384
2385 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2386
2387         * docs/plugins/Makefile.am:
2388         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2389         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2390         * docs/plugins/inspect/plugin-jpeg.xml:
2391         * docs/plugins/inspect/plugin-png.xml:
2392         * ext/jpeg/gstjpegdec.c:
2393         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
2394         (gst_pngdec_sink_setcaps):
2395           More docs. More logs in pngdec.
2396
2397 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
2398
2399         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2400           Initialize num_buffers with minimum value.
2401
2402         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
2403         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
2404           Handle frame-size query failure gracefully.
2405
2406 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
2407
2408         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2409         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
2410         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
2411         of qt/aac files.
2412
2413 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
2414
2415         * ext/wavpack/gstwavpackdec.c:
2416         (gst_wavpack_dec_clip_outgoing_buffer):
2417         Fix buffer clipping to correctly clip to the segment stop.
2418
2419 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
2420
2421         * configure.ac:
2422         * tests/Makefile.am:
2423         Remove bogus check for libcheck, since we check for
2424         gstreamer-check and it pulls in the required info from there,
2425         and we weren't actually _using_ the information for libcheck
2426         ourselves anyway.
2427
2428 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
2429
2430         * configure.ac:
2431           Use pkg-config to locate check.
2432
2433 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
2434
2435         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
2436         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
2437         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
2438         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2439         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
2440         * gst/effectv/gstaging.c: (gst_agingtv_transform):
2441         * gst/effectv/gstdice.c: (gst_dicetv_transform):
2442         * gst/effectv/gstedge.c: (gst_edgetv_transform):
2443         * gst/effectv/gstquark.c: (gst_quarktv_transform):
2444         * gst/effectv/gstrev.c: (gst_revtv_transform):
2445         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
2446         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
2447         * gst/effectv/gstwarp.c: (gst_warptv_transform):
2448         * gst/matroska/matroska-demux.c:
2449         (gst_matroska_demux_add_wvpk_header),
2450         (gst_matroska_demux_check_subtitle_buffer),
2451         (gst_matroska_decode_buffer):
2452         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
2453           Fix build against core CVS.
2454
2455 2007-07-10  Edward Hervey  <bilboed@gmail.com>
2456
2457         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
2458         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
2459         don't have enough granularity to convert that boolean into a
2460         GstFlowReturn.
2461
2462 2007-07-06  Michael Smith <msmith@fluendo.com>
2463
2464         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
2465         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
2466         (gst_alawdec_change_state):
2467         * gst/law/alaw-decode.h:
2468         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
2469         (gst_mulawdec_class_init), (gst_mulawdec_init),
2470         (gst_mulawdec_chain), (gst_mulawdec_change_state):
2471         * gst/law/mulaw-decode.h:
2472           Fix capsnego bogosity in *law decoders. 
2473
2474 2007-07-06  Michael Smith <msmith@fluendo.com>
2475
2476         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
2477         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
2478         (gst_smokeenc_change_state):
2479         * ext/jpeg/gstsmokeenc.h:
2480           Remove stupidity in get/set caps functions.
2481           Fix some refcounting problems.
2482
2483 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
2484
2485         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
2486         Remove endianness-flipping hack that seems to have been required
2487         only because of a bug in ffmpegcolorspace.
2488         Partially Fixes: #451908
2489
2490 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
2491
2492         * docs/plugins/Makefile.am:
2493           Simplify --extra-dir as gtkdoc scans recursively.
2494
2495 2007-07-03  Wim Taymans,,,  <set EMAIL_ADDRESS environment variable>
2496
2497         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2498
2499         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2500         Set the encoding-name in the rtp caps to all uppercase, as required by
2501         the caps spec.
2502         Some small cleanups in the error paths. Fixes #453037.
2503
2504 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
2505
2506         * ext/wavpack/gstwavpackparse.c:
2507         (gst_wavpack_parse_index_get_last_entry),
2508         (gst_wavpack_parse_index_get_entry_from_sample),
2509         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
2510         (gst_wavpack_parse_scan_to_find_sample):
2511         * ext/wavpack/gstwavpackparse.h:
2512         Use a GSList for the GArray that is used like a list anyway.
2513
2514 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
2515
2516         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
2517         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
2518         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
2519           Add state change function where we set 0/1 as default framerate in
2520           case our setcaps function isn't called, like it might not in a
2521           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
2522           gdkpixbufdec trying to create caps with a 0/0 framerate.
2523           Also post an error message on the bus if gst_pad_push() fails when
2524           called from our sink event handler (+1 for flow returns for event
2525           functions in 0.11) instead of failing silently.
2526
2527 2007-06-27  Wim Taymans  <wim@fluendo.com>
2528
2529         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
2530         Cast stack args to the proper types. Fixes #451249.
2531
2532 2007-06-27  Wim Taymans  <wim@fluendo.com>
2533
2534         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2535         (new_session_pad), (gst_rtspsrc_setup_streams):
2536         * gst/rtsp/gstrtspsrc.h:
2537         For container formats we only need to activate one of the streams so
2538         that we correctly signal no-more-pads. Fixes #451015.
2539
2540 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
2541
2542         * docs/plugins/gst-plugins-good-plugins.args:
2543         * docs/plugins/inspect/plugin-aasink.xml:
2544         * docs/plugins/inspect/plugin-alaw.xml:
2545         * docs/plugins/inspect/plugin-alpha.xml:
2546         * docs/plugins/inspect/plugin-alphacolor.xml:
2547         * docs/plugins/inspect/plugin-annodex.xml:
2548         * docs/plugins/inspect/plugin-apetag.xml:
2549         * docs/plugins/inspect/plugin-audiofx.xml:
2550         * docs/plugins/inspect/plugin-auparse.xml:
2551         * docs/plugins/inspect/plugin-autodetect.xml:
2552         * docs/plugins/inspect/plugin-avi.xml:
2553         * docs/plugins/inspect/plugin-cacasink.xml:
2554         * docs/plugins/inspect/plugin-cairo.xml:
2555         * docs/plugins/inspect/plugin-cdio.xml:
2556         * docs/plugins/inspect/plugin-cutter.xml:
2557         * docs/plugins/inspect/plugin-debug.xml:
2558         * docs/plugins/inspect/plugin-efence.xml:
2559         * docs/plugins/inspect/plugin-effectv.xml:
2560         * docs/plugins/inspect/plugin-esdsink.xml:
2561         * docs/plugins/inspect/plugin-flac.xml:
2562         * docs/plugins/inspect/plugin-flxdec.xml:
2563         * docs/plugins/inspect/plugin-gconfelements.xml:
2564         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2565         * docs/plugins/inspect/plugin-goom.xml:
2566         * docs/plugins/inspect/plugin-halelements.xml:
2567         * docs/plugins/inspect/plugin-icydemux.xml:
2568         * docs/plugins/inspect/plugin-id3demux.xml:
2569         * docs/plugins/inspect/plugin-jpeg.xml:
2570         * docs/plugins/inspect/plugin-ladspa.xml:
2571         * docs/plugins/inspect/plugin-level.xml:
2572         * docs/plugins/inspect/plugin-matroska.xml:
2573         * docs/plugins/inspect/plugin-mulaw.xml:
2574         * docs/plugins/inspect/plugin-multipart.xml:
2575         * docs/plugins/inspect/plugin-navigationtest.xml:
2576         * docs/plugins/inspect/plugin-ossaudio.xml:
2577         * docs/plugins/inspect/plugin-png.xml:
2578         * docs/plugins/inspect/plugin-quicktime.xml:
2579         * docs/plugins/inspect/plugin-rtp.xml:
2580         * docs/plugins/inspect/plugin-rtsp.xml:
2581         * docs/plugins/inspect/plugin-smpte.xml:
2582         * docs/plugins/inspect/plugin-speex.xml:
2583         * docs/plugins/inspect/plugin-taglib.xml:
2584         * docs/plugins/inspect/plugin-udp.xml:
2585         * docs/plugins/inspect/plugin-videobalance.xml:
2586         * docs/plugins/inspect/plugin-videobox.xml:
2587         * docs/plugins/inspect/plugin-videocrop.xml:
2588         * docs/plugins/inspect/plugin-videoflip.xml:
2589         * docs/plugins/inspect/plugin-videomixer.xml:
2590         * docs/plugins/inspect/plugin-wavenc.xml:
2591         * docs/plugins/inspect/plugin-wavparse.xml:
2592         * docs/plugins/inspect/plugin-ximagesrc.xml:
2593           Update docs with caps info.
2594
2595 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
2596
2597         * po/POTFILES.in:
2598           Add more files with translatable strings (#450878).
2599
2600 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
2601
2602         * MAINTAINERS:
2603         Updating all the maintainers files
2604
2605 2007-06-22  Edward Hervey  <edward@fluendo.com>
2606
2607         * ext/flac/gstflactag.c: (gst_flac_tag_init):
2608         * gst/interleave/deinterleave.c: (deinterleave_init),
2609         (deinterleave_sink_link):
2610         * gst/interleave/interleave.c: (interleave_init):
2611         * gst/median/gstmedian.c: (gst_median_init):
2612         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
2613         Fix memory leaks.
2614         * tests/check/elements/id3demux.c: (pad_added_cb):
2615         Remove unused variable.
2616
2617 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
2618
2619         * ext/gconf/gconf.h:
2620         Make the prototype of gst_gconf_get_key_for_sink_profile
2621         match the implementation.
2622         Patch by: Damien Carbery <damien dot carbery at sun dot com>
2623         Fixes: #449747
2624
2625 2007-06-20  Michael Smith <msmith@fluendo.com>
2626
2627         * gst/rtp/gstrtpdepay.c:
2628           Fix description - rtpdepay is not a payloader.
2629
2630 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
2631
2632         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
2633         (qtdemux_video_caps):
2634         * gst/qtdemux/qtdemux_fourcc.h:
2635           Add MJPG to the variants of motion jpeg.
2636
2637 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
2638
2639         * tests/check/Makefile.am:
2640         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
2641         * tests/check/elements/videocrop.c: (GST_START_TEST):
2642         * tests/check/elements/videofilter.c:
2643         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2644         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
2645           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
2646           error flags are included and it errors out on compiler warnings
2647           for CVS builds; remove unused variables in various unit tests.
2648
2649 2007-06-19  Wim Taymans  <wim@fluendo.com>
2650
2651         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2652         (rtsp_connection_close), (rtsp_connection_free):
2653         Use threadsafe inet_ntop to convert an ip number to a string. 
2654         Fixes #447961.
2655         Don't leak fd (and ip) when freeing a connection without first closing
2656         it.
2657
2658 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
2659
2660         * configure.ac:
2661         Back to CVS
2662
2663         * gst-plugins-good.doap:
2664         Add 0.10.6 to the doap file.
2665
2666 === release 0.10.6 ===
2667
2668 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
2669
2670         * configure.ac:
2671           releasing 0.10.6, "Wobble Board"
2672
2673 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
2674
2675         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2676         (rtsp_connection_free):
2677           Revert previous commit again, since we are frozen (sorry).
2678
2679 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
2680
2681         Patch by: Peter Kjellerstedt <pkj at axis com>
2682
2683         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2684         (rtsp_connection_free):
2685           inet_ntoa() uses a static buffer internally, so we need to copy the
2686           returned string if we want to store it for later (#447961).
2687
2688 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
2689
2690         * win32/vs6/autogen.dsp:
2691         * win32/vs6/gst_plugins_good.dsw:
2692         * win32/vs6/libgstalaw.dsp:
2693         * win32/vs6/libgstalpha.dsp:
2694         * win32/vs6/libgstalphacolor.dsp:
2695         * win32/vs6/libgstapetag.dsp:
2696         * win32/vs6/libgstaudiofx.dsp:
2697         * win32/vs6/libgstauparse.dsp:
2698         * win32/vs6/libgstautodetect.dsp:
2699         * win32/vs6/libgstavi.dsp:
2700         * win32/vs6/libgstcutter.dsp:
2701         * win32/vs6/libgstdirectdraw.dsp:
2702         * win32/vs6/libgstdirectsound.dsp:
2703         * win32/vs6/libgsteffectv.dsp:
2704         * win32/vs6/libgstflx.dsp:
2705         * win32/vs6/libgstgoom.dsp:
2706         * win32/vs6/libgsticydemux.dsp:
2707         * win32/vs6/libgstid3demux.dsp:
2708         * win32/vs6/libgstinterleave.dsp:
2709         * win32/vs6/libgstjpeg.dsp:
2710         * win32/vs6/libgstlevel.dsp:
2711         * win32/vs6/libgstmatroska.dsp:
2712         * win32/vs6/libgstmedian.dsp:
2713         * win32/vs6/libgstmonoscope.dsp:
2714         * win32/vs6/libgstmulaw.dsp:
2715         * win32/vs6/libgstmultipart.dsp:
2716         * win32/vs6/libgstqtdemux.dsp:
2717         * win32/vs6/libgstrtp.dsp:
2718         * win32/vs6/libgstrtsp.dsp:
2719         * win32/vs6/libgstsmpte.dsp:
2720         * win32/vs6/libgstspeex.dsp:
2721         * win32/vs6/libgstudp.dsp:
2722         * win32/vs6/libgstvideobalance.dsp:
2723         * win32/vs6/libgstvideobox.dsp:
2724         * win32/vs6/libgstvideocrop.dsp:
2725         * win32/vs6/libgstvideoflip.dsp:
2726         * win32/vs6/libgstvideomixer.dsp:
2727         * win32/vs6/libgstwaveform.dsp:
2728         * win32/vs6/libgstwavenc.dsp:
2729         * win32/vs6/libgstwavparse.dsp:
2730         Mark *.dsp & *.dsw as binary files and convert to DOS line
2731         endings, as they don't load into VS6 correctly otherwise.
2732
2733 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
2734
2735         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
2736         (rtsp_connection_connect):
2737         Fix the MingW build. 
2738         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
2739         Fixes: #446981
2740
2741 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
2742
2743         * tests/check/elements/.cvsignore:
2744         * tests/icles/.cvsignore:
2745         Hush the buildbots up
2746
2747 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
2748
2749         * configure.ac:
2750         * sys/Makefile.am:
2751         * sys/directdraw/Makefile.am:
2752         * sys/directsound/Makefile.am:
2753         * sys/waveform/Makefile.am:
2754         Make sure to dist everything needed for win32 builds.
2755
2756 2007-06-14  Edward Hervey  <edward@fluendo.com>
2757
2758         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
2759         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
2760         caps.
2761         Fixes #447458
2762
2763 2007-06-13  Wim Taymans  <wim@fluendo.com>
2764
2765         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
2766         Make sure we allocate enough memory for the codec_data.
2767         Fixes #447210.
2768
2769 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
2770
2771         * win32/MANIFEST:
2772         Add videocrop project file to the win32 manifest.
2773         * win32/vs6/gst_plugins_good.dsw:
2774         Add qtdemux,videocrop and waveform projects to the workspace.
2775         * win32/vs6/libgstqtdemux.dsp:
2776         Add zlib to the link list of qtdemux.
2777         * win32/vs6/libgstvideocrop.dsp:
2778         Add a project file for videocrop.
2779
2780 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2781
2782         * po/POTFILES.in:
2783         Add qtdemux for translation
2784
2785 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2786
2787         * configure.ac:
2788         * docs/plugins/Makefile.am:
2789         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2790         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2791         * docs/plugins/inspect/plugin-videocrop.xml:
2792         * gst-plugins-good.spec.in:
2793         * sys/Makefile.am:
2794         * tests/check/Makefile.am:
2795         * tests/icles/Makefile.am:
2796         * tests/icles/videocrop-test.c:
2797         Move videocrop and osxvideo from -bad.
2798
2799 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2800
2801         * configure.ac:
2802         * docs/plugins/Makefile.am:
2803         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2804         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2805         * docs/plugins/gst-plugins-good-plugins.args:
2806         * docs/plugins/inspect/plugin-qtdemux.xml:
2807         * docs/plugins/inspect/plugin-quicktime.xml:
2808         * win32/MANIFEST:
2809         Move qtdemux from -bad.
2810
2811         * gst-plugins-good.spec.in:
2812         Update spec file to reflect moving of qtdemux and wavpack
2813
2814 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2815         
2816         * win32/MANIFEST:
2817         * docs/plugins/Makefile.am:
2818         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2819         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2820         * docs/plugins/inspect/plugin-directdraw.xml:
2821         * docs/plugins/inspect/plugin-directsound.xml:
2822         * docs/plugins/inspect/plugin-waveform.xml:
2823         Move the waveform plugin from -bad too. Update the inspect xml
2824         files to mention Plugins Good instead of Plugins Bad.
2825
2826 2007-06-12  Andy Wingo  <wingo@pobox.com>
2827
2828         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
2829         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
2830         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
2831         finalization and resuscitation. No longer public.
2832         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
2833         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
2834         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
2835         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
2836         miniobject semantics, and be threadsafe.
2837         (gst_v4l2src_queue_frame): Remove this function, as we just call
2838         the ioctls directly in the two places where we queue buffers.
2839         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
2840         directly.
2841         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
2842         to allocate the pool, which also preallocates the GstBuffers.
2843         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
2844         queueing the frames directly.
2845         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
2846         mmap buffers have been dequeued.
2847
2848         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
2849         real MiniObject instead of rolling our own refcounting and
2850         finalizing. Give it a lock.
2851         (struct _GstV4l2Buffer): Remove one intermediary object, having
2852         the buffers hold the struct v4l2_buffer directly.
2853
2854         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
2855         capture_init so that it can set them on the buffers that it will
2856         create.
2857         (gst_v4l2src_get_read): For better or for worse, include the
2858         timestamping and offsetting code here; really we should be using
2859         bufferalloc though.
2860         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
2861         preallocated, mmap'd buffers.
2862
2863 2007-06-11  Wim Taymans  <wim@fluendo.com>
2864
2865         Patch by: daniel fischer <dan at f3c dot com>
2866
2867         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
2868         (gst_ximage_src_get_caps):
2869         Actually use the display_name property so that we can dump any
2870         available X display. Fixes #445905.
2871
2872 2007-06-11  Wim Taymans  <wim@fluendo.com>
2873
2874         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2875
2876         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
2877         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
2878         Add missing rate fields to caps. Fixes #441118.
2879
2880 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
2881
2882         * win32/vs6/gst_plugins_good.dsw:
2883         * win32/vs8/gst-plugins-good.sln:
2884         Add DirectSound and DirectDraw sinks project files to
2885         workspace and solution files.
2886
2887 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2888
2889         Patch by: Josh Coalson <xflac at yahoo dot com>,
2890         updated by Alexis Ballier <aballier at gentoo dot org>:
2891
2892         * configure.ac:
2893         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
2894         (gst_flac_dec_setup_seekable_decoder),
2895         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
2896         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
2897         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
2898         * ext/flac/gstflacdec.h:
2899         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2900         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
2901         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
2902         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
2903         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
2904         (gst_flac_enc_chain), (gst_flac_enc_set_property),
2905         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
2906         * ext/flac/gstflacenc.h:
2907         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
2908         
2909 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
2910
2911         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
2912         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
2913         not necessary anymore as we need at least that core version. 
2914
2915 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
2916
2917         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
2918         (gst_wavpack_dec_chain):
2919         * ext/wavpack/gstwavpackdec.h:
2920         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
2921         (gst_wavpack_parse_push_buffer):
2922         * ext/wavpack/gstwavpackparse.h:
2923         Improve discont handling by checking if the next Wavpack block has
2924         the expected, following block index.
2925
2926 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2927
2928         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
2929           Fix element description.
2930
2931 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2932
2933         * configure.ac:
2934         * docs/plugins/Makefile.am:
2935         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2936         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2937         * docs/plugins/gst-plugins-good-plugins.args:
2938         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2939         * docs/plugins/gst-plugins-good-plugins.signals:
2940         * docs/plugins/inspect/plugin-autodetect.xml:
2941         * docs/plugins/inspect/plugin-gconfelements.xml:
2942         * docs/plugins/inspect/plugin-ladspa.xml:
2943         * docs/plugins/inspect/plugin-rtp.xml:
2944         * docs/plugins/inspect/plugin-wavpack.xml:
2945         * ext/Makefile.am:
2946         * tests/check/Makefile.am:
2947           move wavpack plugin.  See #352605.
2948
2949 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
2950
2951         * configure.ac:
2952         * docs/plugins/Makefile.am:
2953         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2954         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2955         * docs/plugins/gst-plugins-good-plugins.args:
2956         * sys/Makefile.am:
2957         * win32/MANIFEST:
2958         Add DirectDraw & DirectSound plugins to the build and docs.
2959
2960 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
2961
2962         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
2963         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
2964           When operating in pull mode, error out correct on not-linked.
2965
2966 2007-06-06  Andy Wingo  <wingo@pobox.com>
2967
2968         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
2969         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
2970         format and size if the ioctls are defined; should fix compilation
2971         on Linux < 2.16.19.
2972
2973 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
2974
2975         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2976           Printf fixes in debug statements; use LOG level for debug statements
2977           that are printed for each and every frame; convert c++ comments to
2978           C-style comments; not much point using g_try_malloc() if we then not
2979           even check the return value.
2980
2981 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
2982
2983         * configure.ac:
2984           Bump requirements to released versions (core and base 0.10.13).
2985
2986         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
2987           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
2988           own implementation.
2989
2990 2007-06-05  Andy Wingo  <wingo@pobox.com>
2991
2992         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
2993         some useless comments.
2994
2995         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
2996         frames before calling STREAMON, that might leave them in a state
2997         where they can't be dequeued if we go back to NULL without calling
2998         STREAMON, according to the docs.
2999         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
3000         before we call STREAMON.
3001         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
3002         failures. (For me this code hung.) The pool refcounting is still
3003         crack; added a note to that effect.
3004
3005 2007-06-05  Wim Taymans  <wim@fluendo.com>
3006
3007         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
3008         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
3009         Add support for mapping gst structure names to the MIME type equivalent.
3010         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
3011
3012 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3013
3014         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3015         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
3016         (gst_wavenc_chain), (gst_wavenc_change_state):
3017         * gst/wavenc/gstwavenc.h:
3018         Properly write wav files with width!=depth by having the depth most
3019         significant bytes set and all others zero. Fixes #442535.
3020
3021 2007-06-01  Wim Taymans  <wim@fluendo.com>
3022
3023         * gst/rtsp/rtspconnection.c:
3024         Add include to make buildbot happy.
3025
3026 2007-06-01  Wim Taymans  <wim@fluendo.com>
3027
3028         Patch by: Peter Kjellerstedt  <pkj at axis com>
3029
3030         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3031         (rtsp_connection_connect), (add_date_header),
3032         (rtsp_connection_send), (parse_response_status),
3033         (parse_request_line), (parse_line), (rtsp_connection_receive):
3034         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
3035         * gst/rtsp/rtspdefs.h:
3036         * gst/rtsp/rtspmessage.c: (key_value_foreach),
3037         (rtsp_message_init_request), (rtsp_message_init_response),
3038         (rtsp_message_remove_header), (rtsp_message_append_headers),
3039         (rtsp_message_dump):
3040         * gst/rtsp/rtspmessage.h:
3041         Improves version checking, allowing an RTSP server to reply with "505
3042         RTSP Version not supported.
3043         Adds a Date header to all messages.
3044         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
3045         want to be able to send a response even if something in the request was
3046         invalid. EINVAL is only used when passing wrong arguments to functions.
3047         Do not handle an invalid method in parse_request_line(). Defer this to
3048         the caller so it can respond with "405 Method Not Allowed".
3049         Improves parsing of the timeout parameter to the Session header,
3050         allowing whitespace after the semicolon. 
3051         Avoids a compiler warning due to variables shadowing a function argument.
3052
3053 2007-06-01  Wim Taymans  <wim@fluendo.com>
3054
3055         Based on Patch by: Daniel Charles <dcharles at ti dot com>
3056
3057         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3058         (gst_rtp_amr_depay_process):
3059         * gst/rtp/gstrtpamrdepay.h:
3060         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
3061         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
3062         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
3063         * gst/rtp/gstrtpamrpay.h:
3064         Add support for AMR-WB.
3065         Small cleanups such as using BOILERPLATE.
3066
3067 2007-05-31  Wim Taymans  <wim@fluendo.com>
3068
3069         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
3070         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
3071
3072 2007-05-30  Andy Wingo  <wingo@pobox.com>
3073
3074         * sys/v4l2/gstv4l2object.h: 
3075         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
3076         unintended changes.
3077
3078         * sys/v4l2/v4l2src_calls.h: 
3079         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
3080         the format list in the order that the driver gives it to us.
3081         (gst_v4l2src_probe_caps_for_format_and_size)
3082         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
3083         based on the capabilities of the device.
3084         (gst_v4l2src_grab_frame): Update for object variable renaming.
3085         (gst_v4l2src_set_capture): Update to be strict in its parameters,
3086         as in the set_caps below.
3087         (gst_v4l2src_capture_init): Update for object variable renaming,
3088         and reflow.
3089         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
3090         (gst_v4l2src_capture_deinit): Update for object variable renaming.
3091         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
3092         (gst_v4l2src_get_fps): Remove; these functions don't have much
3093         meaning outside of an atomic set_caps method.
3094         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
3095         known.
3096
3097         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
3098         call to update_fps; not sure about this change.
3099         (gst_v4l2_tuner_set_norm): Work around the fact that for the
3100         moment we don't have an update_fps_func.
3101
3102         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
3103         structures in the object, just store what we need. Do store the
3104         probed caps of the device. Don't store the current frame rate.
3105
3106         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
3107         update_fps_function, for now. Update for new object variable
3108         naming.
3109         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
3110         new object variable naming.
3111         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
3112         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
3113         (gst_v4l2src_get_caps): Rework to probe the device for supported
3114         frame sizes and frame rates.
3115         (gst_v4l2src_set_caps): Rework to be strict in the given
3116         parameters: if someone asks us to have a certain size and rate,
3117         that is what we configure.
3118         (gst_v4l2src_get_read): Update for object variable naming. Don't
3119         leak buffers on short reads.
3120         (gst_v4l2src_get_mmap): Update for object variable naming, and add
3121         comments.
3122         (gst_v4l2src_create): Update for object variable naming.
3123
3124 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3125
3126         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
3127         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
3128         * gst/avi/gstavidemux.h:
3129           Parse subtitle text streams instead of erroring out (#442034). Still
3130           needs a parser for the subtitles to actually show up.
3131
3132 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3133
3134         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
3135         (gst_avi_demux_loop):
3136           Make _push_event() return TRUE if the event could be pushed on at
3137           least one pad and not only if it could be pushed on all pads,
3138           otherwise we'll end up posting an error message on EOS if one or
3139           more source pads are not connected.
3140
3141 2007-05-28  Wim Taymans  <wim@fluendo.com>
3142
3143         * gst/rtsp/rtsptransport.c:
3144         Use renamed RTP bin.
3145
3146 2007-05-28  Wim Taymans  <wim@fluendo.com>
3147
3148         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
3149
3150         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
3151         (gst_video_box_set_property), (gst_video_box_transform_caps),
3152         (video_box_recalc_transform), (gst_video_box_set_caps),
3153         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
3154         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
3155         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
3156         (gst_video_box_i420_i420), (gst_video_box_transform),
3157         (plugin_init):
3158         Add AYUV->AYUV and AYUV->I420 formats. 
3159         Fix negotiation and I420->AYUV conversion.
3160         Fixes #429329.
3161
3162 2007-05-26  Wim Taymans  <wim@fluendo.com>
3163
3164         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
3165         Use different variables for nested for loops so that the outer loop
3166         functions properly and speex files with multiple frames per buffer work
3167         properly.
3168         Fixes #441408.
3169
3170 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3171
3172         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
3173           Don't leak newsegment events.
3174
3175 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3176
3177         * gst/wavparse/Makefile.am:
3178           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
3179           drags it in.
3180
3181 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3182
3183         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3184         (notgst_value_array_append_buffer),
3185         (gst_flac_enc_process_stream_headers),
3186         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
3187         (gst_flac_enc_change_state):
3188         * ext/flac/gstflacenc.h:
3189           Collect headers, add "streamheader" field to output caps and set
3190           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
3191           produces output according to the official FLAC-to-Ogg mapping
3192           instead of completely broken files. Fixes #426044.
3193
3194 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3195
3196         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
3197         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
3198         (gst_id3demux_sink_event):
3199         * gst/id3demux/gstid3demux.h:
3200         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
3201         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
3202         (gst_tag_demux_send_new_segment):
3203         Handle and adjust new-segment events so that downstream really
3204         sees a stream with the tag pieces stripped off the front and back.
3205         Fixes strangeness in seeking when mp3 decoders use the new-segment
3206         byte position to estimate their current playback position timestamp
3207         and then the arriving buffers don't match up.
3208
3209 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3210
3211         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
3212           Don't unnecessarily perform a READY->NULL->READY transition on the
3213           detected audio sink when starting up. Fixes: #440127
3214
3215 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
3216
3217         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
3218         (gst_flac_enc_chain):
3219           Don't crash in chain function if setcaps hasn't been called.
3220
3221 2007-05-24  Wim Taymans  <wim@fluendo.com>
3222
3223         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
3224         Init value to avoid infinte loops.
3225
3226 2007-05-24  Wim Taymans  <wim@fluendo.com>
3227
3228         Patch by: Peter Kjellerstedt  <pkj at axis com>
3229
3230         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
3231         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
3232         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3233         (gst_rtspsrc_play):
3234         (rtsp_connection_send), (rtsp_connection_receive):
3235         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
3236         Fix for new API.
3237
3238         * gst/rtsp/rtspconnection.c: (add_auth_header),
3239         Only add authorisation and session headers when sending messages.
3240
3241         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
3242         (rtsp_message_init_request), (rtsp_message_init_response),
3243         (rtsp_message_unset), (rtsp_message_add_header),
3244         (rtsp_message_remove_header), (rtsp_message_get_header),
3245         (rtsp_message_append_headers), (dump_key_value),
3246         (rtsp_message_dump):
3247         * gst/rtsp/rtspmessage.h:
3248         Add support for multiple headers of the same type by storing the parsed
3249         headers in a GArray instaed of a hashtable.
3250
3251 2007-05-21  Wim Taymans  <wim@fluendo.com>
3252
3253         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
3254         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
3255         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
3256         safer shutdown.
3257
3258 2007-05-21  Wim Taymans  <wim@fluendo.com>
3259
3260         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
3261         * gst/rtsp/gstrtpdec.h:
3262         Added signal for backwards compat.
3263
3264 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3265         
3266         Patch by: René Stadler <mail at renestadler dot de>
3267
3268         * configure.ac:
3269         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
3270         (gst_au_parse_parse_header), (gst_au_parse_chain):
3271         * gst/auparse/gstauparse.h:
3272         Use audioconvert for converting from non-native endianness floats
3273         in auparse instead of doing it ourself. Fixes #424527.
3274         This needs the audioconvert from plugins-base CVS.
3275         
3276 2007-05-21  Wim Taymans  <wim@fluendo.com>
3277
3278         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3279         (gst_rtp_h263p_pay_flush):
3280         Fix enum registration.
3281
3282 2007-05-21  Wim Taymans  <wim@fluendo.com>
3283
3284         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
3285
3286         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3287         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
3288         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
3289         (gst_rtp_h263p_pay_flush):
3290         * gst/rtp/gstrtph263ppay.h:
3291         Add new fragmentation mode base on GOB headers. Fixes #438940.
3292
3293 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
3294
3295         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
3296           Printf format fix.
3297
3298 2007-05-18  Wim Taymans  <wim@fluendo.com>
3299
3300         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
3301         Don't crash when an unsupported transport error was returned by the
3302         server, just try to configure the next stream. Fixes #439255.
3303
3304 2007-05-18  Wim Taymans  <wim@fluendo.com>
3305
3306         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3307         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
3308         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
3309         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3310         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
3311         * gst/rtsp/gstrtspsrc.h:
3312         Add TCP timeout property and use it for all TCP connection.
3313
3314         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3315         (rtsp_connection_write), (rtsp_connection_next_timeout),
3316         (rtsp_connection_reset_timeout):
3317         Make connect and writes cancelable and make them use the timeout.
3318
3319 2007-05-18  Wim Taymans  <wim@fluendo.com>
3320
3321         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3322         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
3323         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3324         (gst_rtspsrc_setup_streams):
3325         Refactor timeout handling.
3326         Also send keep-alive when dealing with TCP transport.
3327
3328         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3329         (rtsp_connection_free), (rtsp_connection_next_timeout),
3330         (rtsp_connection_reset_timeout):
3331         * gst/rtsp/rtspconnection.h:
3332         Use a timer to handle the session timeouts, add some methods to deal
3333         with timeouts.
3334
3335 2007-05-17  Wim Taymans  <wim@fluendo.com>
3336
3337         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
3338         (gst_rtspsrc_setup_streams):
3339         Ignore streams that fail the setup command, we will retry with a
3340         different transport later on.
3341
3342         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
3343         (rtsp_ext_wms_configure_stream):
3344         Fix encoding name case.
3345
3346 2007-05-16  Edward Hervey  <edward@fluendo.com>
3347
3348         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
3349         Fix build on macosx.
3350
3351 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3352
3353         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
3354         Replace direct comparison of a string with the string literal "" with
3355         a comparison of the first character with '\0'. Fixes #438926.
3356
3357 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3358
3359         * gst/debug/breakmydata.c (gst_break_my_data_init):
3360           One more try. This should be the proper fix now.
3361
3362 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3363
3364         * gst/debug/breakmydata.c:
3365           Ooops, no // comments please.
3366
3367 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3368
3369         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
3370         (gst_break_my_data_init):
3371           Fix gst_buffer_is_writable() assertion.
3372
3373 2007-05-14  David Schleef  <ds@schleef.org>
3374
3375         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
3376           video/x-raw-bayer.  Fixes #314160.
3377
3378 2007-05-14  Wim Taymans  <wim@fluendo.com>
3379
3380         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
3381         (gst_rtp_theora_depay_parse_configuration):
3382         * gst/rtp/gstrtptheorapay.c: (encode_base64),
3383         (gst_rtp_theora_pay_finish_headers),
3384         (gst_rtp_theora_pay_handle_buffer):
3385         Update theora pay/depayloader in a similar to vorbis.
3386
3387         * gst/rtp/gstrtpvorbisdepay.c:
3388         (gst_rtp_vorbis_depay_parse_configuration):
3389         Update docs.
3390
3391 2007-05-14  Wim Taymans  <wim@fluendo.com>
3392
3393         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
3394         When we try to execute a method that is not supported by the server,
3395         don't error out but remove the method from the accepted methods so that
3396         we never try to perform this method again.
3397
3398 2007-05-14  Wim Taymans  <wim@fluendo.com>
3399
3400         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
3401         Remove annoying _dump_mem.
3402
3403 2007-05-14  Wim Taymans  <wim@fluendo.com>
3404
3405         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
3406         Parse range correctly.
3407
3408         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
3409         The baseurl now always has a '/' at the start.
3410
3411 2007-05-14  Wim Taymans  <wim@fluendo.com>
3412
3413         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
3414         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
3415         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3416         Factor out caps configuration and configure more stuff such as the time
3417         ranges and speed/scale values.
3418
3419         * gst/rtsp/rtsptransport.c:
3420         Add Copyright after non-trival fixes.
3421
3422 2007-05-12  Wim Taymans  <wim@fluendo.com>
3423
3424         Patch by: Peter Kjellerstedt  <pkj at axis com>
3425
3426         * gst/rtsp/gstrtspsrc.h:
3427         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
3428         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
3429         (rtsp_message_get_header):
3430         * gst/rtsp/rtspmessage.h:
3431         Make channel guint8 where possible.
3432         Make rtsp_message_init_data() take the channel as a guint8.
3433
3434         * gst/rtsp/rtspdefs.c:
3435         Fixed a typo: Timout -> Timeout
3436
3437         * gst/rtsp/rtspdefs.h:
3438         Make RTSP_CHECK() behave as a statement.
3439
3440         * gst/rtsp/sdpmessage.c:
3441         Avoid a compiler warning in INIT_ARRAY().
3442         Fixes #437692.
3443
3444 2007-05-12  Wim Taymans  <wim@fluendo.com>
3445
3446         Patch by: Peter Kjellerstedt  <pkj at axis com>
3447
3448         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
3449         (rtsp_url_get_request_uri):
3450         * gst/rtsp/rtspurl.h:
3451         Add support for query parameters to RTSP URLs.
3452
3453 2007-05-12  Wim Taymans  <wim@fluendo.com>
3454
3455         Patch by: Peter Kjellerstedt  <pkj at axis com>
3456
3457         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
3458         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
3459         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
3460         (rtsp_transport_parse), (rtsp_transport_as_text):
3461         * gst/rtsp/rtsptransport.h:
3462         Add validation to rtsp_transport_parse().
3463         Add rtsp_transport_as_text() to generate an RTSP header from an
3464         RTSPTransport.
3465         Change ssrc to guint (was a string) since that is what it is, even
3466         though it is sent as a hex string.
3467         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
3468         incorrect, which can be seen when looking at the examples in the RFC).
3469         Fixes #437670.
3470
3471 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3472
3473         Patch by: Eric Anholt
3474
3475         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
3476           gst_ximage_src_ximage_get):
3477         Use union of all damage between frames to make it faster.
3478         Fixes bug #342463.
3479         Also fix crasher when cursor is at bottom right of window.
3480
3481 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
3482
3483         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3484           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
3485           streaming mode regression for file from #343837 with 'bext' chunk
3486           before the 'fmt' chunk.
3487
3488 2007-05-11  Wim Taymans  <wim@fluendo.com>
3489
3490         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
3491         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
3492         (gst_rtspsrc_handle_src_event),
3493         (gst_rtspsrc_stream_configure_manager),
3494         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
3495         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
3496         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3497         * gst/rtsp/gstrtspsrc.h:
3498         * gst/rtsp/rtspdefs.h:
3499         Preliminary seek support.
3500         Activate internal pads so that we can receive events on them.
3501         Don't try to parse a range string when it's NULL.
3502
3503 2007-05-11  Wim Taymans  <wim@fluendo.com>
3504
3505         * gst/rtp/README:
3506         Update README with new RTP variables that will be used for
3507         synchronisation.
3508
3509         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
3510         (gst_rtp_vorbis_depay_parse_configuration),
3511         (gst_rtp_vorbis_depay_process):
3512         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
3513         (gst_rtp_vorbis_pay_finish_headers),
3514         (gst_rtp_vorbis_pay_handle_buffer):
3515         Update vorbis pay and depayloader to draft-04.
3516
3517 2007-05-11  Wim Taymans  <wim@fluendo.com>
3518
3519         * gst/rtsp/rtsptransport.c:
3520         UDP MCAST is actually the default for RTP/AVP.
3521 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
3522
3523         * gst/level/gstlevel.c: (gst_level_transform_ip):
3524         Use guint8 * instead of gpointer then vs6 can build 
3525         in_data += (filter->width / 8).
3526
3527 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3528
3529         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
3530           gst_ximage_src_ximage_get):
3531         * sys/ximage/gstximagesrc.h (last_ximage):
3532         When using Damage actually keep the last frame, and not assume
3533         that the buffer we get already has the last frame on it.
3534         Copy the cursor over if we specify a non-zero start x and
3535         start y.
3536
3537 2007-05-11  Wim Taymans  <wim@fluendo.com>
3538
3539         * gst/rtsp/rtsptransport.c:
3540         Make UDP the default transport when not specified.
3541
3542 2007-05-09  David Schleef  <ds@schleef.org>
3543
3544         * gst/level/gstlevel.c:
3545           Revert last change.
3546
3547 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
3548
3549         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
3550         (gst_level_transform_ip):
3551         Use guint8 * instead of gpointer then vs6 know the size of data
3552         pointed when moving the pointer.
3553         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
3554         Move instructions after variables declaration.
3555         * win32/vs6/autogen.dsp:
3556         * win32/vs6/libgstrtp.dsp:
3557         * win32/vs6/libgstrtsp.dsp:
3558         Update vs6 project files.
3559
3560 2007-05-09  Wim Taymans  <wim@fluendo.com>
3561
3562         * gst/rtsp/Makefile.am:
3563         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
3564         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
3565         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
3566         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
3567         (rtsp_range_free):
3568         * gst/rtsp/rtsprange.h:
3569         Add code to parse time ranges.
3570         Report DURATION on the stream when possible.
3571
3572 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
3573
3574         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
3575         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
3576         (gst_videomixer_collected):
3577           Fix strides calculation for AYUV (it's just width*4) (#436910).
3578
3579 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3580
3581         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
3582         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
3583         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
3584         Sync the GObject properties before each processing step to properly
3585         work with the controller.
3586
3587 2007-05-04  Wim Taymans  <wim@fluendo.com>
3588
3589         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3590         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3591         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3592         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
3593         (gst_rtspsrc_change_state):
3594         Let more error state trickle down so that we can catch more error
3595         cases.
3596         Handle keep-alive a little smarter by selecting a method the server
3597         actually supports.
3598         Fix a race in UDP streaming shutdown.
3599
3600 2007-05-04  Wim Taymans  <wim@fluendo.com>
3601
3602         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
3603         Ignore errors when trying to use the keep-alive messages.
3604
3605 2007-05-04  Wim Taymans  <wim@fluendo.com>
3606
3607         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
3608         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
3609         (gst_rtspsrc_stream_configure_manager),
3610         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
3611         (gst_rtspsrc_stream_configure_mcast),
3612         (gst_rtspsrc_stream_configure_udp),
3613         (gst_rtspsrc_stream_configure_udp_sink),
3614         (gst_rtspsrc_stream_configure_transport):
3615         Send RTCP messages back to the server over the TCP connection.
3616
3617         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
3618         (rtsp_connection_send), (rtsp_connection_read), (read_body),
3619         (rtsp_connection_receive):
3620         * gst/rtsp/rtspconnection.h:
3621         Factor out and expose lowlevel _write and _read methods.
3622         Implement sending data messages to the server.
3623
3624 2007-05-03  Wim Taymans  <wim@fluendo.com>
3625
3626         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
3627         (gst_multipart_mux_collected):
3628         Fix timestamps on outgoing buffers.
3629
3630 2007-05-03  Wim Taymans  <wim@fluendo.com>
3631
3632         * gst/multipart/multipartmux.c:
3633         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
3634         (gst_multipart_mux_change_state):
3635         Emit NEWSEGMENT events before pushing the first buffer.
3636
3637 2007-05-03  Wim Taymans  <wim@fluendo.com>
3638
3639         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
3640         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
3641         (gst_rtspsrc_handle_src_query),
3642         (gst_rtspsrc_stream_configure_manager),
3643         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
3644         (gst_rtspsrc_stream_configure_mcast),
3645         (gst_rtspsrc_stream_configure_udp),
3646         (gst_rtspsrc_stream_configure_udp_sink),
3647         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
3648         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
3649         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3650         (gst_rtspsrc_pause):
3651         Refactor transport configuration code.
3652         Create internal pads for TCP transport so that we can implement events
3653         and queries.
3654         Handle events and queries.
3655         Parse range from the SDP.
3656         Fix race in pause handler where the connection could still be flushing.
3657
3658 2007-05-02  Wim Taymans  <wim@fluendo.com>
3659
3660         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3661         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
3662         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
3663         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
3664         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
3665         (gst_rtspsrc_change_state):
3666         * gst/rtsp/gstrtspsrc.h:
3667         Fix race when multiple udp sources post timeouts, just act on the first
3668         received timeout.
3669         Protect stream list with a recursive lock to fix some races.
3670         Flush connection when we need to do a reconnect or stop.
3671         Make state lock recursive.
3672
3673         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3674         (rtsp_connection_close):
3675         Some small cleanups.
3676
3677 2007-05-02  Wim Taymans  <wim@fluendo.com>
3678
3679         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3680         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
3681         Only set DISCONT when there actually is a discont or when we just
3682         started.
3683
3684 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3685
3686         * ext/flac/gstflac.c: (plugin_init):
3687         Call bindtextdomain() to get localized strings.
3688
3689 2007-05-02  Wim Taymans  <wim@fluendo.com>
3690
3691         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3692         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
3693         (gst_wavparse_stream_data):
3694         * gst/wavparse/gstwavparse.h:
3695         Be a bit more clever when dealing with VBR files with FACT tags, we
3696         don't want to timestamp buffers in that case but the estimated BPS can
3697         be used for seeking.
3698         Only send close segment in the streaming thread.
3699
3700 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3701
3702         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
3703         Correctly post an error on the bus if something went wrong in the loop
3704         function. This fixes a few cases where the task was paused and nothing
3705         happened anymore.
3706
3707 2007-05-02  Wim Taymans  <wim@fluendo.com>
3708
3709         * gst/rtsp/test.c: (main):
3710         Fix compilation of deprecated test just because I'm too lazy to delete
3711         it.
3712
3713 2007-05-02  Wim Taymans  <wim@fluendo.com>
3714
3715         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3716         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
3717         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
3718         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
3719         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
3720         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
3721         * gst/rtsp/gstrtspsrc.h:
3722         Fix sending RTCP to the right place.
3723         Fix bug in reffing the wrong UDP element.
3724         Use new pad names for the session manager.
3725         Implement handling server requests in interleaved and UDP modes.
3726         Handle session keep-alive in UDP modes.
3727         Remove GCond for handling UDP timeouts.
3728
3729         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3730         (rtsp_connection_send), (rtsp_connection_read), (read_body),
3731         (rtsp_connection_receive), (rtsp_connection_close):
3732         * gst/rtsp/rtspconnection.h:
3733         Store connection IP address for later.
3734         Add timeout args to all operations that might block forever.
3735         Parse session timeout.
3736         Only close sockets when not already closed.
3737
3738         * gst/rtsp/rtspdefs.c:
3739         * gst/rtsp/rtspdefs.h:
3740         Add timeout return value and error string.
3741
3742         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
3743         Add small comment.
3744
3745 2007-05-01  Wim Taymans  <wim@fluendo.com>
3746
3747         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3748
3749         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
3750         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
3751         * gst/rtp/gstrtpmp4vpay.h:
3752         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
3753
3754 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
3755
3756         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3757           Remove v4l2src from docs, since it breaks the docs build, and the
3758           plugin is only built if --enable-experimental is used anyway.
3759
3760         * docs/plugins/Makefile.am:
3761           Spaces => tab.
3762
3763 2007-04-29  Wim Taymans  <wim@fluendo.com>
3764
3765         * gst/udp/gstmultiudpsink.c: (leave_multicast),
3766         (gst_multiudpsink_add), (gst_multiudpsink_remove):
3767         Add code to drop membership of a multicast group.
3768
3769         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
3770         (gst_udpsink_set_uri):
3771         Implement URI handler.
3772
3773         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
3774         (gst_rtspsrc_parse_rtpinfo):
3775         Use URI handler to make udpsink instace.
3776         Improve code to configure port and destination.
3777
3778 2007-04-29  Wim Taymans  <wim@fluendo.com>
3779
3780         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
3781         Fix multicast detection.
3782         Don't try to join a multicast group if the address is not multicast.
3783
3784         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
3785         Small debug improvement.
3786
3787 2007-04-27  Wim Taymans  <wim@fluendo.com>
3788
3789         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
3790         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3791         (gst_rtspsrc_handle_message):
3792         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
3793         parent.
3794
3795 2007-04-27  Wim Taymans  <wim@fluendo.com>
3796
3797         * gst/rtp/gstrtpilbcdepay.h:
3798         Fix mode property when specified as an arg.
3799
3800 2007-04-26  Edward Hervey  <edward@fluendo.com>
3801
3802         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3803         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3804         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3805         * docs/plugins/inspect/plugin-osxaudio.xml:
3806         Add documentation for osxaudio plugin.
3807
3808 2007-04-26  Wim Taymans  <wim@fluendo.com>
3809
3810         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3811         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
3812         (gst_rtspsrc_open), (gst_rtspsrc_close),
3813         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3814         (gst_rtspsrc_pause):
3815         * gst/rtsp/gstrtspsrc.h:
3816         Protect state changes with a lock.
3817
3818         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3819         (parse_line):
3820         * gst/rtsp/rtspconnection.h:
3821         Remove some unused stuff.
3822
3823 2007-04-26  Wim Taymans  <wim@fluendo.com>
3824
3825         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
3826         Handle the case where there are exactly 0 bytes to read and the ioctl
3827         did not report an error. Fixes #433530.
3828
3829 2007-04-26  Wim Taymans  <wim@fluendo.com>
3830
3831         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3832         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
3833         * gst/wavparse/gstwavparse.h:
3834         Apply DISCONT to buffers.
3835         Only apply timestamp to the first sample after a DISCONT, too many VBR
3836         files cause random jitter in the timestamps. Fixes #433119.
3837
3838 2007-04-25  Wim Taymans  <wim@fluendo.com>
3839
3840         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
3841         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
3842         (gst_rtp_dec_get_property):
3843         * gst/rtsp/gstrtpdec.h:
3844         Add dummy latency property to be backwards compat with rtpbin.
3845
3846         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3847         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
3848         (gst_rtspsrc_stream_configure_transport),
3849         (gst_rtspsrc_parse_rtpinfo):
3850         * gst/rtsp/gstrtspsrc.h:
3851         Add latency property and configure in the session manager.
3852         Don't set invalid clock-base and seqnum-base on caps, some servers
3853         sometimes don't send them.
3854
3855 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3856
3857         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
3858         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
3859           Double-check that RGB input caps are really RGBA caps (apparently
3860           the core doesn't always catch it if those caps aren't a subset of
3861           our template caps, also see #421543). Fixes #429319 in a way.
3862           Also, don't leak the pad template in the transform_caps function.
3863
3864         * tests/check/Makefile.am:
3865         * tests/check/elements/.cvsignore:
3866         * tests/check/elements/alphacolor.c: (setup_alphacolor),
3867         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
3868         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
3869         (GST_START_TEST), (alphacolor_suite):
3870           Add some basic unit tests for alphacolor.
3871
3872 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3873
3874         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
3875           If we get a fatal flow return in the loop function, first post the
3876           error message and only then send the EOS event downstream, otherwise
3877           applications might get an eos message before the error message and
3878           think everything was ok (related to #429319).
3879
3880 2007-04-25  Wim Taymans  <wim@fluendo.com>
3881
3882         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
3883         Read the channel byte as an unsigned byte.
3884
3885 2007-04-25  Wim Taymans  <wim@fluendo.com>
3886
3887         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
3888         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
3889         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
3890         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
3891         (gst_rtp_gsm_depay_setcaps):
3892         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
3893         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
3894         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
3895         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
3896         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
3897         (gst_ilbc_depay_get_property):
3898         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
3899         * gst/rtp/gstrtpmp4adepay.c:
3900         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
3901         (gst_rtp_pcma_depay_setcaps):
3902         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
3903         (gst_rtp_pcmu_depay_setcaps):
3904         Make sure we configure the clock_rate in the baseclass in the setcaps
3905         function. Fixes #431282.
3906
3907 2007-04-25  Wim Taymans  <wim@fluendo.com>
3908
3909         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
3910         (gst_rtspsrc_stream_free), (request_pt_map),
3911         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
3912         * gst/rtsp/gstrtspsrc.h:
3913         Parse server address from SDP.
3914         Hook up a udpsink to send RTCP back to the server.
3915
3916         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3917         * gst/rtsp/rtsptransport.h:
3918         Add some docs.
3919
3920 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
3921
3922         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3923           Make header field check conditional. Fixes #433135
3924
3925 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
3926
3927         * docs/plugins/Makefile.am:
3928         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3929         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3930         * docs/plugins/inspect/plugin-alphacolor.xml:
3931         * gst/alpha/Makefile.am:
3932         * gst/alpha/gstalphacolor.c:
3933         * gst/alpha/gstalphacolor.h:
3934           Add minimal docs blurb to alphacolor; split out headers into
3935           separate header file for gtk-doc.
3936
3937 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
3938
3939         * gst/debug/progressreport.c: (gst_progress_report_report):
3940           Don't try to post NULL message (in case we can't query upstream
3941           position or duration).
3942
3943 2007-04-18  Michael Smith  <msmith@fluendo.com>
3944
3945         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
3946         (gst_cutter_get_caps):
3947         * gst/cutter/gstcutter.h:
3948           Fix some of the most obvious bugs in cutter. Now doesn't leak
3949           everything if input is silent.
3950
3951 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
3952
3953         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3954         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
3955         * gst/wavenc/gstwavenc.h:
3956         Wav apparently only supports width==GST_ROUND_UP(depth), everything
3957         else results in a invalid block align and invalid files.
3958
3959 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
3960
3961         Patch by: Snaik <snaik32 gmail com>
3962
3963         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
3964           Add missing break statement for BOX_HORIZONTAL case.
3965
3966 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3967
3968         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
3969
3970         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3971         Use correct format strings for integer types.
3972
3973 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3974
3975         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
3976         (gst_wavparse_create_sourcepad):
3977         Use gst_riff_create_audio_template_caps () instead of the local caps.
3978         This makes updates of the local caps unecessary whenever libgstriff
3979         gets support for new formats.
3980
3981 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
3982
3983         Patch by: Brian Cameron  <brian.cameron at sun dot com>
3984
3985         * sys/sunaudio/gstsunaudio.c:
3986         * sys/sunaudio/gstsunaudiomixer.c:
3987         * sys/sunaudio/gstsunaudiomixer.h:
3988         * sys/sunaudio/gstsunaudiomixerctrl.c:
3989         * sys/sunaudio/gstsunaudiomixerctrl.h:
3990         * sys/sunaudio/gstsunaudiomixertrack.h:
3991         * sys/sunaudio/gstsunaudiosink.c:
3992         * sys/sunaudio/gstsunaudiosink.h:
3993         * sys/sunaudio/gstsunaudiosrc.c:
3994         * sys/sunaudio/gstsunaudiosrc.h:
3995           Fix and/or update copyright attributions (#430228).
3996
3997 2007-04-13  Wim Taymans  <wim@fluendo.com>
3998
3999         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4000         Fix docs.
4001
4002         * gst/rtsp/URLS:
4003         Add some more example urls.
4004
4005         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4006         (gst_rtp_dec_chain_rtp):
4007         Better debugging.
4008
4009         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
4010         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4011         (gst_rtspsrc_parse_rtpinfo):
4012         Remove unused code.
4013
4014 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4015
4016         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4017         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4018         (gst_wavparse_stream_data):
4019           Relax the audio/mpeg caps again and add FIXME: comment.
4020
4021 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4022
4023         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4024         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4025         (gst_wavparse_stream_data):
4026         * gst/wavparse/gstwavparse.h:
4027           More sanity check for the header fields. Fix type for 'rate' header
4028           field.
4029
4030 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4031
4032         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
4033         (gst_icydemux_unicodify):
4034           If the metadata strings we get in the stream are not UTF-8, try to
4035           interpret them according to the character encodings specified in the
4036           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
4037           only fall back to locale/ISO-8859-1 if those aren't set or don't
4038           work. Should fix #428901.
4039
4040 2007-04-12  Wim Taymans  <wim@fluendo.com>
4041
4042         * gst/rtp/gstrtph264depay.c:
4043         Use the proper sync word for SPS and PPS.
4044
4045 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4046
4047         * gst/rtp/Makefile.am:
4048         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
4049           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
4050         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
4051           Add a simple hashing implementation that we can use to generate
4052           a 24-bit ident value based on the codebooks for vorbis and theora.
4053         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
4054           gst_rtp_theora_pay_handle_buffer):
4055         * gst/rtp/gstrtpvorbisdepay.c
4056           (gst_rtp_vorbis_depay_parse_configuration,
4057           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
4058         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
4059           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
4060           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
4061           Use the hashing function, ensuring that the same codebooks result
4062           in the same ident and thus the same SDP description.
4063           Various log fixes/changes.
4064
4065 2007-04-12  Wim Taymans  <wim@fluendo.com>
4066
4067         Patch by: jerry tan <jerry dot tan at sun dot com>
4068
4069         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
4070         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
4071         application's responsibility to make sure it open the device once.
4072         Remove a careless error if AUDIODEV is set. Fixes #392620.
4073
4074 2007-04-12  Wim Taymans  <wim@fluendo.com>
4075
4076         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4077         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
4078         * gst/rtsp/gstrtpdec.h:
4079         Make backward compat with rtpbin by adding the request-pt-map signals.
4080
4081         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
4082         (new_session_pad), (request_pt_map),
4083         (gst_rtspsrc_stream_configure_transport),
4084         (gst_rtspsrc_stream_configure_caps),
4085         (gst_rtspsrc_activate_streams):
4086         * gst/rtsp/gstrtspsrc.h:
4087         Implement request-pt-map signals instead of setting caps on the buffers
4088         for the session manager.
4089
4090 2007-04-11  Wim Taymans  <wim@fluendo.com>
4091
4092         * gst/udp/gstudp.c: (plugin_init):
4093         Register GstNetBuffer in plugin_init so that the type can be used from
4094         multiple threads without races.
4095
4096 2007-04-10  Wim Taymans  <wim@fluendo.com>
4097
4098         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
4099         (gst_rtp_amr_depay_process):
4100         Fix depayloader clock_rate and some cleanups.
4101
4102         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
4103         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4104         * gst/rtp/gstrtph264depay.h:
4105         Don't push codec_data in the adapter because it might get flushed when
4106         we get a discont.
4107
4108         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4109         Handle multiple AU per packet.
4110
4111         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
4112         (gst_rtp_sv3v_depay_plugin_init):
4113         Disable rank, this one does not work.
4114         Remove timestamping, base class does that.
4115
4116 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
4117
4118         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
4119           limit caps to the formats we announce in the template
4120
4121         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4122         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4123         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
4124           fix some crashers/asserts when dealing with broken files
4125
4126 2007-04-10  Wim Taymans  <wim@fluendo.com>
4127
4128         Patch by: Peter Kjellerstedt  <pkj at axis com>
4129
4130         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4131         * gst/rtp/gstrtpL16depay.c:
4132         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4133         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
4134         (gst_rtp_speex_depay_setcaps):
4135         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4136         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
4137         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
4138         Fix some compiler warnings. Fixes #428182.
4139
4140 2007-04-06  Wim Taymans  <wim@fluendo.com>
4141
4142         * gst/rtsp/Makefile.am:
4143         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
4144         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
4145         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
4146         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
4147         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
4148         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
4149         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
4150         (create_rtcp), (gst_rtp_dec_request_new_pad),
4151         (gst_rtp_dec_release_pad):
4152         * gst/rtsp/gstrtpdec.h:
4153         * gst/rtsp/gstrtsp.c: (plugin_init):
4154         Morph RTPDec into something compatible with RTPBin as a fallback.
4155         Various other style fixes.
4156
4157         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
4158         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
4159         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
4160         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
4161         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4162         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
4163         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4164         * gst/rtsp/gstrtspsrc.h:
4165         Implement RTPBin session manager handling.
4166         Don't try to add empty properties to caps.
4167         Implement fallback session manager, handling.
4168         Don't combine errors from RTCP streams, just ignore them.
4169
4170         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
4171         * gst/rtsp/rtsptransport.h:
4172         Implement fallback session manager.
4173         Make RTPBin the default one when available.
4174
4175 2007-04-05  Wim Taymans  <wim@fluendo.com>
4176
4177         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4178         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
4179         This element is ready to be autoplugged.
4180
4181 2007-04-05  Julien MOUTTE  <julien@moutte.net>
4182
4183         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
4184         Don't leave the offsets defined by upstream element on the
4185         compressed data buffer we are pushing downstream. Make them
4186         GST_BUFFER_OFFSET_NONE.
4187
4188 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
4189
4190         * gst/avi/README:
4191         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4192         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
4193         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
4194         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
4195         (gst_avi_demux_calculate_durations_from_index),
4196         (gst_avi_demux_stream_header_push),
4197         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
4198         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
4199           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
4200
4201 2007-04-03  Wim Taymans  <wim@fluendo.com>
4202
4203         * gst/smpte/barboxwipes.c:
4204         Fix error as spotted by Snaik <snaik32 at gmail dot com>
4205
4206 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4207
4208         * gst/wavparse/gstwavparse.c:
4209         Support audio/x-raw-float in wav files. This only works with
4210         plugins-base CVS, using an older version doesn't have any
4211         disadvantages though.
4212
4213 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4214
4215         * configure.ac:
4216         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4217         (gst_au_parse_parse_header), (gst_au_parse_chain):
4218         * gst/auparse/gstauparse.h:
4219         Revert last change as we don't want plugins-good to depend on
4220         plugins-base CVS now.
4221
4222 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4223
4224         * configure.ac:
4225         Require gst-plugins-base CVS for audioconvert with non-native
4226         float support and width/depth fix in libgstriff.
4227
4228         Patch by: René Stadler <mail at renestadler dot de>
4229
4230         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4231         (gst_au_parse_parse_header), (gst_au_parse_chain):
4232         * gst/auparse/gstauparse.h:
4233         Don't swap the floats ourself if they're not in native endianness.
4234         Instead let audioconvert handle this. Fixes #339838.
4235
4236 2007-03-29  Wim Taymans  <wim@fluendo.com>
4237
4238         * gst/rtp/gstasteriskh263.h:
4239         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
4240         (gst_rtp_h263p_depay_change_state):
4241         * gst/rtp/gstrtph263pdepay.h:
4242         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4243         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
4244         (gst_rtp_h264_depay_change_state):
4245         * gst/rtp/gstrtph264depay.h:
4246         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4247         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
4248         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4249         Flush adapter on disconts.
4250
4251 2007-03-29  Wim Taymans  <wim@fluendo.com>
4252
4253         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
4254         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
4255         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
4256         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
4257         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4258         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
4259         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4260         (gst_rtp_mp4v_depay_process):
4261         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
4262         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
4263         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
4264         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
4265         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
4266         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4267         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
4268         Use more efficient adapter and rtpbuffer methods when possible.
4269
4270 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4271
4272         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4273         (gst_wavenc_sink_setcaps):
4274         Correctly handle width!=depth input.
4275         * gst/wavparse/gstwavparse.c:
4276         Already export in the caps that width==8 uses unsigned samples and
4277         everything else uses signed samples.
4278
4279 2007-03-29  Wim Taymans  <wim@fluendo.com>
4280
4281         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4282
4283         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
4284         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
4285         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
4286         (gst_dynudpsink_close):
4287         * gst/udp/gstdynudpsink.h:
4288         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
4289         (gst_udpsrc_create), (gst_udpsrc_set_property),
4290         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
4291         * gst/udp/gstudpsrc.h:
4292         Rework the socket allocation a bit based on the sockfd argument so that
4293         it becomes usable.
4294         Add a closefd property to instruct the udp elements to close the custom
4295         file descriptors when going to READY. Fixes #423304.
4296         API:GstUDPSrc::closefd property
4297         API:GstDynUDPSink::closefd property
4298
4299 2007-03-29  Wim Taymans  <wim@fluendo.com>
4300
4301         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4302
4303         * gst/rtp/Makefile.am:
4304         * gst/rtp/gstrtp.c: (plugin_init):
4305         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
4306         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4307         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
4308         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4309         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
4310         (gst_rtp_h264_pay_plugin_init):
4311         * gst/rtp/gstrtph264pay.h:
4312         Added H264 payloader. Fixes #423782.
4313
4314         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4315         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4316         Small fixes.
4317
4318 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4319
4320         * gst/wavparse/gstwavparse.c:
4321         Actually support depths from 1 to 32, not only 8 to 32.
4322
4323 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4324
4325         * gst/wavparse/gstwavparse.c:
4326         Add support for wav files containing audio/x-raw-int with random
4327         depths between 1 and 32 bits.
4328
4329 2007-03-28  Wim Taymans  <wim@fluendo.com>
4330
4331         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
4332
4333         * gst/rtp/Makefile.am:
4334         * gst/rtp/gstrtp.c: (plugin_init):
4335         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
4336         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
4337         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
4338         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
4339         (gst_rtp_mp4a_depay_get_property),
4340         (gst_rtp_mp4a_depay_change_state),
4341         (gst_rtp_mp4a_depay_plugin_init):
4342         * gst/rtp/gstrtpmp4adepay.h:
4343         Added MP4A-LATM depayloader. Fixes #417792.
4344
4345         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4346         (gst_rtp_mp4v_depay_process):
4347         Fixup depayloader, setting codec_data, using more efficient adaptor and
4348         rtpbuffer handling.
4349
4350         * gst/rtsp/URLS:
4351         Add url to test above.
4352
4353 2007-03-25  Wim Taymans  <wim@fluendo.com>
4354
4355         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
4356         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
4357         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
4358         (gst_rtspsrc_media_to_caps),
4359         (gst_rtspsrc_stream_configure_transport),
4360         (gst_rtspsrc_stream_configure_caps),
4361         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
4362         * gst/rtsp/gstrtspsrc.h:
4363         Handle default clock-rates for static payload types, rearrange stuff so
4364         that the rtpmap field in the sdp can override the defaults.
4365         Parse RTP-Info field to get the seqnum and timebase fields that should
4366         go in the caps.
4367         Delay configuring caps after we got the RTP-Info from the PLAY reply from
4368         the server. 
4369
4370 2007-03-22  Wim Taymans  <wim@fluendo.com>
4371
4372         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
4373
4374         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
4375         Accept complex pipeline descriptions as an audio profile instead of just
4376         a single element. Fixes #420658.
4377
4378 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
4379
4380         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
4381           Rename registered type in preparation of GstTagDemux moving to
4382           -base at some point in the future.
4383
4384 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
4385
4386         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4387           Streaming mode fixes: don't unref buffer we don't own any longer;
4388           remove bogus adapter flush. Fixes #419338.
4389
4390 2007-03-17  David Schleef  <ds@schleef.org>
4391
4392         * REQUIREMENTS: Change the format to key/value, add a bunch of
4393           information, remove a bunch of requirements that are for
4394           other GStreamer packages.
4395
4396 2007-03-17  David Schleef  <ds@schleef.org>
4397
4398         * REQUIREMENTS: Fix a few things.  This file really needs a
4399         good once-over.
4400
4401 2007-03-15  Edward Hervey  <edward@fluendo.com>
4402
4403         * sys/Makefile.am:
4404         Don't forget to distribute the sys/osxaudio/ directory.
4405
4406 2007-03-15  Edward Hervey  <edward@fluendo.com>
4407
4408         * configure.ac:
4409         * sys/Makefile.am:
4410         * sys/osxaudio/Makefile.am:
4411         * sys/osxaudio/gstosxaudio.c:
4412         * sys/osxaudio/gstosxaudiosink.c:
4413         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
4414         (gst_osx_audio_sink_getcaps),
4415         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
4416         * sys/osxaudio/gstosxaudiosrc.c:
4417         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
4418         (gst_osx_audio_src_create_ringbuffer):
4419         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
4420         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
4421         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
4422         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
4423         * sys/osxaudio/gstosxringbuffer.h:
4424         Activate osxaudio in gst-plugins-good with proper build setup.
4425         Add inlined documentation.
4426         Fix debug statements
4427         Fix ringbuffer when pausing.
4428         Fixes #323471
4429
4430 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4431         * gst/rtp/gstrtppcmapay.c:
4432         * gst/rtp/gstrtppcmapay.h:
4433         * gst/rtp/gstrtppcmupay.c:
4434         * gst/rtp/gstrtppcmupay.h:
4435         Ported mulaw and alaw payloaders to use new base class
4436
4437 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4438
4439         * po/af.po:
4440         * po/az.po:
4441         * po/cs.po:
4442         * po/en_GB.po:
4443         * po/it.po:
4444         * po/nl.po:
4445         * po/or.po:
4446         * po/sq.po:
4447         * po/sr.po:
4448         * po/sv.po:
4449         * po/uk.po:
4450         * po/vi.po:
4451           Update translations.
4452
4453 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
4454
4455         * configure.ac:
4456           Fix string replace error (AG_AG_GST_* => AG_GST_*).
4457
4458 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4459
4460         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
4461           Fix handling of -1 values for start and stop values when seeking,
4462           and SEEK_CUR+SEEK_END here as well.
4463
4464 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
4465
4466         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
4467           Fix handling of -1 values for start and stop values when seeking, 
4468           and SEEK_CUR+SEEK_END.
4469
4470 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4471
4472         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
4473           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
4474           the image format a variable-length NUL-terminated string; in
4475           versions before that the image format is a fixed-length string of
4476           3 characters (see #348644 for a sample tag).
4477           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
4478
4479 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
4480
4481         * win32/MANIFEST:
4482         Add new project files to MANIFEST.
4483         * win32/vs6/libgstaudiofx.dsp:
4484         * win32/vs6/libgstrtp.dsp:
4485         * win32/vs6/libgstrtsp.dsp:
4486         Update project files.
4487         
4488 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
4489
4490         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
4491         (gst_avi_demux_parse_index):
4492         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4493         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
4494           Printf format fixes; also add some missing quotes in translated
4495           strings. Fixes #416728 and #416727.
4496
4497 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4498
4499         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
4500           Tim and I can't think of any reason the child audio sink needs to 
4501           be set back to NULL after successfully determining that it can 
4502           reach READY - it gets immediately set back to READY by the caller
4503           anyway, causing an unnecessary close/open of any audio devices
4504           involved.
4505
4506 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4507
4508         * po/LINGUAS:
4509         * po/ja.po:
4510           Add ja.po file from #377306.
4511
4512 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4513
4514         * sys/sunaudio/gstsunaudio.c: (plugin_init):
4515         * sys/sunaudio/gstsunaudiomixertrack.c:
4516         (gst_sunaudiomixer_track_new):
4517           Actually translate sunaudio mixer track labels instead of just
4518           marking the strings as translatable (#377306); clean up weird
4519           label string mapping code that serves no apparent purpose. Also
4520           set the 'untranslated-label' property when creating mixer tracks
4521           if the GstMixerTrack base class supports this.
4522
4523         * tests/check/Makefile.am:
4524         * tests/check/elements/.cvsignore:
4525         * tests/check/elements/sunaudio.c: (GST_START_TEST),
4526         (sunaudio_suite):
4527           Very minimalistic unit test for sunaudiomixer element (compiles, but not
4528           actually tested on a system where sunaudiomixer is available).
4529
4530 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4531
4532         * tests/check/Makefile.am:
4533         Re-enable the states test and see if it works on the buildbots.
4534
4535 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4536
4537         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
4538         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
4539         (gst_dvdec_change_state):
4540         * ext/dv/gstdvdec.h:
4541         Infer pixel-aspect-ratio from the video frame format if it isn't
4542         provided by the container, as happens when playing DV from AVI
4543         or Quicktime containers.
4544
4545         Patch by: Wim Taymans <wim@fluendo.com>
4546         Fixes #380944
4547
4548 2007-03-09  Wim Taymans  <wim@fluendo.com>
4549
4550         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
4551         When activated, remove the udpsrc timeout, we have dataflow and timeouts
4552         will later be handled by the jitterbuffer.
4553
4554 2007-03-09  Wim Taymans  <wim@fluendo.com>
4555
4556         * ext/taglib/gstid3v2mux.cc:
4557         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
4558         Fixes #414496.
4559         
4560         Patch by: Alex Lancaster <alexl at users sourceforge net>
4561
4562 2007-03-09  Wim Taymans  <wim@fluendo.com>
4563
4564         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4565         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
4566         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
4567         (gst_avi_demux_chain):
4568         Fix stream position reporting after a seek. Fixes #416445.
4569
4570 2007-03-08  Wim Taymans  <wim@fluendo.com>
4571
4572         Patch by: René Stadler <mail at renestadler dot de>
4573
4574         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4575         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
4576         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
4577         Make avidemux accept optional header chunks in any order.
4578         Fixes #415446.
4579
4580 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
4581
4582         * tests/check/Makefile.am:
4583         Disable the states check until the remaining Valgrind errors
4584         are fixed or suppressed.
4585
4586 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4587
4588         * tests/check/elements/.cvsignore:
4589           Add audiodynamic check to .cvsignore
4590
4591 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4592
4593         reviewed by: Stefan Kost  <ensonic@users.sf.net>
4594
4595         * gst/audiofx/Makefile.am:
4596         * gst/audiofx/audiodynamic.c:
4597         (gst_audio_dynamic_characteristics_get_type),
4598         (gst_audio_dynamic_mode_get_type),
4599         (gst_audio_dynamic_set_process_function),
4600         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
4601         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
4602         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
4603         (gst_audio_dynamic_transform_hard_knee_compressor_int),
4604         (gst_audio_dynamic_transform_hard_knee_compressor_float),
4605         (gst_audio_dynamic_transform_soft_knee_compressor_int),
4606         (gst_audio_dynamic_transform_soft_knee_compressor_float),
4607         (gst_audio_dynamic_transform_hard_knee_expander_int),
4608         (gst_audio_dynamic_transform_hard_knee_expander_float),
4609         (gst_audio_dynamic_transform_soft_knee_expander_int),
4610         (gst_audio_dynamic_transform_soft_knee_expander_float),
4611         (gst_audio_dynamic_transform_ip):
4612         * gst/audiofx/audiodynamic.h:
4613         * gst/audiofx/audiofx.c: (plugin_init):
4614         Add new audiodynamic element which can act as a compressor or
4615         expander. Supported are hard-knee and soft-knee operation modes with
4616         user-specified ratio and threshold.
4617         Attack and release parameters are not yet implemented but will follow.
4618         * docs/plugins/Makefile.am:
4619         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4620         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4621         * docs/plugins/gst-plugins-good-plugins.args:
4622         * docs/plugins/inspect/plugin-audiofx.xml:
4623         Integrate audiodynamic into the docs.
4624         * tests/check/Makefile.am:
4625         * tests/check/elements/audiodynamic.c: (setup_dynamic),
4626         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
4627         Add unit test for audiodynamic.
4628
4629 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
4630
4631         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
4632         Free handles that we allocated when exiting via the error paths.
4633
4634 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
4635
4636         * gst/level/gstlevel.c: (gst_level_class_init),
4637         (gst_level_set_caps), (gst_level_start), (gst_level_event),
4638         (gst_level_transform_ip):
4639         * gst/level/gstlevel.h:
4640           Resolve message timestamps against the playback segment.
4641
4642 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4643
4644         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
4645         (gst_id3demux_sink_activate):
4646           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
4647           caps passed to it (previously one code path assumed it took ownership
4648           while another one assumed it didn't, while in fact it sometimes did and
4649           sometimes didn't ...).
4650
4651         * configure.ac:
4652         * tests/files/Makefile.am:
4653         * tests/files/id3-407349-1.tag:
4654         * tests/files/id3-407349-2.tag:
4655           Add directory where data for unit tests can be stored.
4656
4657         * tests/Makefile.am:
4658         * tests/check/Makefile.am:
4659         * tests/check/elements/.cvsignore:
4660         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
4661         (read_tags_from_file), (run_check_for_file),
4662         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
4663           Add unit test for id3demux, and in particular for bug #407349. Only
4664           testing pull-mode for now; push mode doesn't work yet because the test
4665           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
4666
4667 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4668
4669         * tests/check/Makefile.am:
4670           Add missing backslash at end of line.
4671
4672 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
4673
4674         Trigger rebuild.
4675
4676 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4677
4678         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
4679         * gst/id3demux/id3tags.h:
4680         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
4681         (parse_obsolete_tdat_frame):
4682           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
4683           the four-digit number will be interpreted as a year, whereas it is
4684           month and day in DDMM format. Instead, parse TDAT frames and fix up
4685           the date in the GST_TAG_DATE tag later if we also extracted a year.
4686           Fixes #407349.
4687
4688 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
4689
4690         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
4691         (gst_switch_commit_new_kid):
4692         Fix up the dispose logic so it doesn't leak, and fix setting of 
4693         the child state so that we don't set a child to our current state 
4694         just as we are changing it to something else.
4695
4696 2007-03-06  Wim Taymans  <wim@fluendo.com>
4697
4698         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
4699         (gst_goom_chain):
4700         * gst/goom/gstgoom.h:
4701         Document, fix and improve goom adapter behaviour.
4702         Fixes #407006.
4703
4704 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4705
4706         * ext/esd/esdsink.c: (gst_esdsink_open):
4707         Unref static pad template after using it.
4708
4709 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4710
4711         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
4712         (gst_switch_commit_new_kid):
4713         Fix up the reference counting of the child elements.
4714
4715 2007-03-05  Wim Taymans  <wim@fluendo.com>
4716
4717         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
4718         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
4719         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
4720         Fix encoding-name case.
4721
4722 2007-03-05  Wim Taymans  <wim@fluendo.com>
4723
4724         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
4725         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
4726         (gst_rtp_speex_depay_process):
4727         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
4728         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
4729         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
4730         (gst_rtp_speex_pay_change_state):
4731         * gst/rtp/gstrtpspeexpay.h:
4732         Fix speex (de)payloader. Fixes #358040.
4733
4734 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4735
4736         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4737         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
4738         Install fakesink in NULL by fixing some broken logic. This obviates
4739         the need to manually set _IS_SINK.
4740         Add some comments and remove a little cruft while I'm at it.
4741
4742 2007-03-05  Wim Taymans  <wim@fluendo.com>
4743
4744         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
4745         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
4746
4747 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
4748
4749         * po/POTFILES.in:
4750           Update.
4751
4752 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4753
4754         * tests/check/Makefile.am:
4755         Gah! Also disable gconfvideosink from the tests, otherwise
4756         it will instantiate autovideosink, and dfbvideosink and
4757         leak on the buildbots.
4758
4759 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4760
4761         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
4762         (gst_cdio_cdda_src_finalize):
4763         Make sure we always destroy our libcdio handle.
4764
4765 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4766
4767         * tests/check/Makefile.am:
4768         Disable autovideosink so the buildbots don't barf over memory
4769         leaked in the directfb sink.
4770
4771 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4772
4773         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
4774         Chain up in dispose
4775
4776 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4777
4778         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
4779         (gst_multipart_find_pad_by_mime):
4780         Use gst_pad_new_from_static_template instead of
4781         static_pad_template_get+pad_new.
4782
4783 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4784
4785         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
4786         Catch the case where no clock has been set.
4787
4788 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4789
4790         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
4791         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
4792         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
4793         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
4794         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
4795         (gst_gconf_audio_src_finalize), (do_toggle_element):
4796         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
4797         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
4798         (do_toggle_element):
4799         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
4800         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
4801         (gst_gconf_video_src_finalize), (do_toggle_element):
4802         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
4803         (gst_switch_sink_reset), (gst_switch_sink_set_child):
4804         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
4805         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
4806         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
4807         (gst_shout2send_init), (gst_shout2send_finalize):
4808         * gst/debug/testplugin.c: (gst_test_class_init),
4809         (gst_test_finalize):
4810         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
4811         (gst_flxdec_dispose):
4812         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
4813         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
4814         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4815         (gst_rtspsrc_finalize):
4816         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
4817         * gst/rtsp/rtspextwms.h:
4818         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
4819         (gst_smpte_finalize):
4820         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
4821         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
4822         (gst_udpsink_finalize):
4823         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
4824         (gst_wavparse_sink_activate):
4825         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
4826         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
4827         (gst_oss_src_finalize):
4828         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
4829         * sys/v4l2/gstv4l2object.h:
4830         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
4831         (gst_v4l2src_finalize):
4832         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
4833
4834         Fix a bunch of leaks shown by the newly-added states test.
4835
4836 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4837
4838         * ext/dv/gstdvdec.c: (gst_dvdec_init):
4839         Use gst_pad_new_from_static_template instead of 
4840         static_pad_template_get+pad_new.
4841
4842 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4843
4844         Patch by: Loïc Minier <lool+gnome at via ecp fr>
4845
4846         * ext/libcaca/Makefile.am:
4847         * gst/debug/Makefile.am:
4848           Don't mix tabs and spaces (#414168).
4849
4850 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
4851
4852         * tests/check/generic/.cvsignore:
4853           Ignore files to please buildbot.
4854
4855 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
4856
4857         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
4858         (gst_wavparse_stream_data):
4859           Unbreak my previous commit (swapped nominator & denominator). Tim,
4860           thanks for spotting.
4861
4862 2007-03-02  Wim Taymans  <wim@fluendo.com>
4863
4864         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
4865         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
4866         (gst_cdio_cdda_src_finalize):
4867         Small code cleanups.
4868         Don't use pad_alloc as the base class cannot deal with the error codes.
4869
4870 2007-03-02  Wim Taymans  <wim@fluendo.com>
4871
4872         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
4873         (gst_udpsrc_create):
4874         Fix doc.
4875
4876 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
4877
4878         Patch by: René Stadler <mail@renestadler.de>
4879
4880         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4881         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4882         (gst_wavparse_stream_data):
4883           Handle rounding better to not drop last sample frame. Fixes #356692
4884
4885 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
4886
4887         * tests/check/Makefile.am:
4888         Disable cacasink from the states check too - it also calls exit(1)
4889         on us when it can't find a terminal to talk to.
4890
4891 2007-03-02  Wim Taymans  <wim@fluendo.com>
4892
4893         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4894
4895         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
4896         (gst_udpsrc_create), (gst_udpsrc_set_property),
4897         (gst_udpsrc_get_property):
4898         * gst/udp/gstudpsrc.h:
4899         Add support to strip proprietary headers. Fixes #350296.
4900
4901 2007-03-02  Wim Taymans  <wim@fluendo.com>
4902
4903         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
4904         Fix compilation.
4905
4906 2007-03-02  Wim Taymans  <wim@fluendo.com>
4907
4908         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4909
4910         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
4911         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
4912         (gst_rtp_mp2t_depay_set_property),
4913         (gst_rtp_mp2t_depay_get_property):
4914         * gst/rtp/gstrtpmp2tdepay.h:
4915         Add support to strip off proprietary headers. Fixes #350278.
4916
4917 2007-03-02  Wim Taymans  <wim@fluendo.com>
4918
4919         * ext/hal/hal.c:
4920         Fix compilation.
4921
4922 2007-03-02  Wim Taymans  <wim@fluendo.com>
4923
4924         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
4925         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
4926         (gst_sunaudiosrc_open):
4927         * sys/sunaudio/gstsunaudiosrc.h:
4928         Remove device-name from GstSunAudioSrc. Fixes #412597.
4929
4930 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
4931
4932         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
4933         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
4934         Having NULL as UDI previously selected the default sink/src. Change
4935         this back but mention it in the debug output.
4936         * ext/hal/hal.c: (gst_hal_get_alsa_element),
4937         (gst_hal_get_oss_element), (gst_hal_get_string),
4938         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
4939         (gst_hal_get_audio_src):
4940         * ext/hal/hal.h:
4941         Refactor a bit, check all error conditions, greatly improve debugging
4942         and fix some possible memory leaks. Also implement OSS support
4943         and allow specifying an UDI that points to a real device. For this the
4944         child device which supports ALSA (preferred) or OSS is used.
4945         As a side effect this makes it impossible now to get a alsasink in
4946         halaudiosrc and a alsasrc in halaudiosink.
4947
4948 2007-03-01  Wim Taymans  <wim@fluendo.com>
4949
4950         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
4951         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
4952         Errors from the udp sources are not fatal unless all of them are in
4953         error.
4954
4955 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
4956
4957         * tests/check/Makefile.am:
4958         Disable aasink in the states test. I suspect this is the element that
4959         is calling exit(1) when it can't proceed.
4960
4961 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
4962
4963         * tests/check/Makefile.am:
4964         Draw plugins in from the build tree sys/ dir, rather than picking
4965         up the already installed versions.
4966
4967 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4968
4969         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
4970         Error out correctly when getting xcontext fails.
4971
4972 2007-03-01  Wim Taymans  <wim@fluendo.com>
4973
4974         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
4975         Make state change to PAUSED NO_PREROLL because that's what it will be in
4976         the future and rtspsrc relies on it.
4977
4978         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4979         (gst_rtspsrc_change_state):
4980         Don't error out when we don't get an error from the state change
4981         function.
4982
4983 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
4984
4985         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
4986         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
4987           Check if the device UDI is set before trying to query HAL
4988           about it and give a useful error message if it wasn't set.
4989         * ext/hal/hal.c: (gst_hal_get_string):
4990           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
4991           gives an assertion failure in D-Bus when running with
4992           DBUS_FATAL_WARNINGS=1.
4993
4994 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4995
4996         * configure.ac:
4997           Convert to new AG_GST style.
4998
4999 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5000
5001         * tests/check/Makefile.am:
5002         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
5003           add test for states
5004
5005 2007-02-28  Wim Taymans  <wim@fluendo.com>
5006
5007         * tests/check/elements/.cvsignore:
5008         Add new videofilter check to .cvsignore.
5009
5010 2007-02-28  Wim Taymans  <wim@fluendo.com>
5011
5012         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
5013         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5014         (gst_avi_demux_loop), (gst_avi_demux_chain):
5015         Fix combined flow return. Fixes #412608.
5016
5017 2007-02-28  Wim Taymans  <wim@fluendo.com>
5018
5019         * gst/videofilter/Makefile.am:
5020         Dist header..
5021
5022 2007-02-28  Wim Taymans  <wim@fluendo.com>
5023
5024         * gst/videofilter/gstgamma.h:
5025         Add header too.
5026
5027 2007-02-28  Wim Taymans  <wim@fluendo.com>
5028
5029         Patch by: Mark Nauwelaerts <manauw at skynet be>
5030
5031         * gst/videofilter/Makefile.am:
5032         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
5033         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
5034         (gst_gamma_get_property), (gst_gamma_calculate_tables),
5035         (oil_tablelookup_u8), (gst_gamma_set_caps),
5036         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
5037         Port gamma filter to 0.10. Fixes #412704.
5038
5039         * tests/check/Makefile.am:
5040         * tests/check/elements/videofilter.c: (setup_filter),
5041         (cleanup_filter), (check_filter), (GST_START_TEST),
5042         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
5043         Add unit tests for videofilters.
5044
5045 2007-02-28  Wim Taymans  <wim@fluendo.com>
5046
5047         * gst/rtsp/URLS:
5048         Add another interesting test url.
5049
5050         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
5051         Don't allow getting header fields from data packets.
5052
5053 2007-02-28  Michael Smith  <msmith@fluendo.com>
5054
5055         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5056         (gst_shout2send_init), (gst_shout2send_start),
5057         (gst_shout2send_set_property), (gst_shout2send_get_property):
5058         * ext/shout2/gstshout2.h:
5059           Add a property for username.
5060
5061 2007-02-27  Christian Schallerr <christian@fluendo.com>
5062
5063         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
5064
5065 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5066
5067         * gst/rtsp/Makefile.am:
5068         Fix make check too.
5069
5070 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5071
5072         * gst/rtsp/base64.c: (util_base64_encode):
5073         * gst/rtsp/base64.h:
5074         Commit missing files for base64 encoding.
5075
5076 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5077
5078         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5079
5080         * configure.ac:
5081         * ext/annodex/Makefile.am:
5082         * ext/jpeg/Makefile.am:
5083         * ext/speex/Makefile.am:
5084         * gst/alpha/Makefile.am:
5085         * gst/cutter/Makefile.am:
5086         * gst/debug/Makefile.am:
5087         * gst/effectv/Makefile.am:
5088         * gst/goom/Makefile.am:
5089         * gst/level/Makefile.am:
5090         * gst/smpte/Makefile.am:
5091         * gst/videofilter/Makefile.am:
5092           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
5093
5094 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5095
5096         * gst/rtsp/Makefile.am:
5097         * gst/rtsp/rtspconnection.c: (append_auth_header),
5098         (rtsp_connection_send), (rtsp_connection_set_auth):
5099         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
5100         from icecast to replace it. Relicensed from GPL courtesy of Mike
5101         Smith.
5102
5103 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5104
5105         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
5106         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
5107         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
5108         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
5109         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
5110         (gst_rtspsrc_uri_set_uri):
5111         * gst/rtsp/gstrtspsrc.h:
5112         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5113         (append_auth_header), (rtsp_connection_send),
5114         (rtsp_connection_free), (rtsp_connection_set_auth):
5115         * gst/rtsp/rtspconnection.h:
5116         * gst/rtsp/rtspdefs.h:
5117         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
5118         * gst/rtsp/rtspurl.h:
5119
5120         Implement simple Basic Authentication support so that urls like
5121         rtsp://user:pass@hostname/rtspstream work on hosts that require
5122         authentication.
5123
5124 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
5125
5126         * sys/v4l2/gstv4l2object.c:
5127         * sys/v4l2/gstv4l2tuner.c:
5128         * sys/v4l2/v4l2_calls.c:
5129         Fix segfault when oppening a radio device.
5130         
5131 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
5132
5133         * gst/level/gstlevel.c: (gst_level_set_caps),
5134         (gst_level_transform_ip):
5135         * sys/v4l2/README:
5136         * tests/check/elements/level.c: (GST_START_TEST):
5137           Fix level for multi-channel case.
5138
5139 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5140
5141         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
5142         (gst_level_transform_ip):
5143         * gst/level/gstlevel.h:
5144           Use function pointer for process function and add process functions
5145           for float audio.
5146
5147 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
5148
5149         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5150         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5151         (gst_v4l2src_capture_init):
5152           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
5153           fixes #407369
5154
5155 2007-02-18  Wim Taymans  <wim@fluendo.com>
5156
5157         * gst/rtp/Makefile.am:
5158         * gst/rtp/gstrtp.c: (plugin_init):
5159         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
5160         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
5161         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
5162         (gst_rtp_mp2t_pay_plugin_init):
5163         * gst/rtp/gstrtpmp2tpay.h:
5164         Added simple mpeg transport stream payloader.
5165
5166 2007-02-16  Wim Taymans  <wim@fluendo.com>
5167
5168         * gst/rtsp/URLS:
5169         Add example H264 rtsp url.
5170
5171         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5172         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5173         Don't convert values to lowercase or we might mess up base64 encoded
5174         properties.
5175
5176 2007-02-16  Wim Taymans  <wim@fluendo.com>
5177
5178         * gst/rtp/README:
5179         Fix case of string params.
5180
5181         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5182         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5183         Fix depayloader, support more packet types.
5184         Add sync codes to make sure the packetizer can do its job.
5185
5186         * gst/rtp/gstrtpmp4gdepay.c:
5187         * gst/rtp/gstrtpmp4gpay.c:
5188         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5189         Fix caps case again.
5190
5191 2007-02-15  Wim Taymans  <wim@fluendo.com>
5192
5193         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
5194         Set right caps on output buffers.
5195
5196 2007-02-14  Wim Taymans  <wim@fluendo.com>
5197
5198         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
5199         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
5200         Clear stack allocated SDPMedia struct before calling _init() on it.
5201         Clarify this in the docs as well.
5202
5203 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
5204
5205         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
5206         (do_change_child):
5207         Don't reset the profile when going switching states, as it makes
5208         the element non-reusable.
5209
5210 2007-02-14  Wim Taymans  <wim@fluendo.com>
5211
5212         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
5213         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
5214         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
5215         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
5216         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
5217         (sdp_parse_line):
5218         * gst/rtsp/sdpmessage.h:
5219         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
5220         Fix memory management of SDP messages. Fixes #407793.
5221
5222 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
5223
5224         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
5225
5226         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
5227         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
5228
5229 2007-02-14  Wim Taymans  <wim@fluendo.com>
5230
5231         Patch by: jp.liu <jp_liu at astrocom dot cn>
5232
5233         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
5234         Fix parsing of password field in url. Fixes #407797.
5235
5236 2007-02-14  Wim Taymans  <wim@fluendo.com>
5237
5238         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
5239         (gst_wavparse_reset), (gst_wavparse_init),
5240         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
5241         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
5242         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
5243         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
5244         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
5245         (gst_wavparse_loop), (gst_wavparse_chain),
5246         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
5247         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
5248         (plugin_init):
5249         * gst/wavparse/gstwavparse.h:
5250         Update docs.
5251         Use boilerplate.
5252         Various code cleanups.
5253         When the bitrate is not known (bps == 0 or compressed formats) let
5254         downstream element guestimate the duration and position and don't
5255         generate timestamps or durations. Fixes #405213.
5256         Fix EOS and ERROR conditions in chain mode, we just need to forward the
5257         error flowreturn upstream.
5258
5259 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
5260
5261         * ext/gconf/Makefile.am:
5262         * ext/gconf/gconf.c: (gst_gconf_get_string),
5263         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
5264         (gst_gconf_render_bin_with_default):
5265         * ext/gconf/gconf.h:
5266         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
5267         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
5268         (gst_gconf_audio_sink_dispose), (do_change_child),
5269         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
5270         (cb_change_child), (gst_gconf_audio_sink_change_state):
5271         * ext/gconf/gstgconfaudiosink.h:
5272         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
5273         (gst_switch_sink_class_init), (gst_switch_sink_reset),
5274         (gst_switch_sink_init), (gst_switch_sink_dispose),
5275         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
5276         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
5277         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
5278         * ext/gconf/gstswitchsink.h:
5279         * gst/autodetect/gstautoaudiosink.c:
5280         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
5281         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
5282         (gst_auto_audio_sink_detect):
5283         * gst/autodetect/gstautovideosink.c:
5284         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
5285         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
5286         (gst_auto_video_sink_detect):
5287         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
5288         and a child that implements the GConf key monitoring. The end goal of
5289         this is an audio sink that can be changed on the fly, but at the 
5290         moment it still only changes on the next READY transition.
5291
5292 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5293
5294         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5295         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5296         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
5297         (gst_avi_demux_calculate_durations_from_index),
5298         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5299         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5300         (gst_avi_demux_loop):
5301           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
5302
5303 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5304
5305         * configure.ac:
5306         * docs/plugins/Makefile.am:
5307           Add crossreferences to glib/gobject/gstream docs.
5308
5309 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5310
5311         * gst/monoscope/Makefile.am:
5312         * gst/monoscope/gstmonoscope.c:
5313           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
5314           (but no LIBS, since we only use defines from the headers).
5315
5316 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5317
5318         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
5319
5320         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
5321         (gst_wavparse_stream_data):
5322           Fix massive memory leak when operating in streaming mode due to
5323           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
5324           Fixes #407057.
5325
5326 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5327
5328         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
5329         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
5330         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
5331         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
5332         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5333         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
5334         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
5335         (gst_avi_demux_calculate_durations_from_index),
5336         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5337         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
5338         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
5339         * gst/avi/gstavidemux.h:
5340           Save some memory (8%) by repacking the index entry structure (more to
5341           come). Add more FIXMEs to questionable parts.
5342
5343 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5344
5345         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
5346         (gst_v4l2src_get_caps):
5347         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5348         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5349         (gst_v4l2src_capture_init):
5350           More FIXME comments and messaging changes.
5351
5352 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5353
5354         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
5355         (gst_goom_change_state):
5356         * gst/goom/gstgoom.h:
5357           Improved docs and use GST_DEBUG_FUNCPTR.
5358
5359         * gst/level/gstlevel.c: (gst_level_class_init):
5360           Use GST_DEBUG_FUNCPTR.
5361
5362         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
5363         (gst_monoscope_chain), (gst_monoscope_change_state):
5364           Improved docs source cleanups.
5365
5366 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5367
5368         * gst/debug/Makefile.am:
5369         * gst/debug/gstdebug.c: (plugin_init):
5370         * gst/debug/gstpushfilesrc.c:
5371         * gst/debug/gstpushfilesrc.h:
5372           Add code for a pushfilesrc element that implements a pushfile:// URI
5373           handler, to make debugging push-mode operation of demuxer/decoders
5374           that support both easier in connection with seek/playbin/etc.
5375           The element isn't registered at the moment.
5376
5377 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
5378
5379         * gst/avi/gstavimux.c:
5380           Comment a #if 0 in caps template definition as VS6 seems to 
5381         do not support it.
5382         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
5383           Use gst_guint64_to_gdouble for conversion.
5384         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
5385           Move variables declaration before the first instruction.
5386         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
5387           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
5388           And don't include netdb.h for G_OS_WIN32
5389         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
5390           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
5391           by VS6 then use an other way to initialize SDPMedia structure.
5392         * gst/udp/gstdynudpsink.h:
5393         * gst/udp/gstdynudpnetutils.h:
5394           Do not include <sys/time.h> for G_OS_WIN32
5395         * gst/udp/gstudpsrc.c:
5396           Define socklen_t as int for G_OS_WIN32
5397         * win/common/config.h.in:
5398           Undef HAVE_NETINET_IN_H
5399         * win32/vs6/gst_plugins_good.dsw:
5400         * win32/vs6/libgstrtp.dsp:
5401         * win32/vs6/libgstrtsp.dsp:
5402         * win32/vs6/libgstautogen.dsp:
5403         * win32/vs6/libgstaudiofx.dsp:
5404         * win32/vs6/libgstudp.dsp:
5405           Add and update project files.
5406         * win32/common/gstudp-enumtypes.c:
5407         * win32/common/gstudp-enumtypes.h:
5408           Add a copy of udp enumtypes to win32/common as in core 
5409           and base.
5410         
5411 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
5412
5413         * configure.ac:
5414           Activate monoscope when building with --enable-experimental. Fix
5415           --enable-external configure switch description.
5416
5417         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
5418         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
5419           Help gst-indent.
5420
5421 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
5422
5423         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
5424           Explicitly cast result of pointer arithmetic to integer in order to
5425           avoid compiler warnings on some 64-bit systems. Should fix #406018.
5426
5427 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5428
5429         * gst/debug/progressreport.c:
5430           Some more docs.
5431
5432 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5433
5434         * docs/plugins/inspect/plugin-rtp.xml:
5435           Update for new elements.
5436
5437         * gst/debug/progressreport.h:
5438           Commit newly-created header file as well.
5439
5440 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5441
5442         * docs/plugins/Makefile.am:
5443         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5444         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5445         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5446         * gst/debug/Makefile.am:
5447         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
5448         (gst_progress_report_do_query), (gst_progress_report_report):
5449           Make progressreport element post messages with the current progress
5450           on the bus. Also add some basic docs for it.
5451
5452 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5453
5454         * ext/hal/hal.c: (gst_hal_get_string):
5455         * ext/hal/hal.h:
5456           Some small cleanups; deal with errors when parsing the HAL ALSA
5457           capabilities a bit better.
5458
5459 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5460
5461         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5462           Let's try this again and use the right cast this time.
5463
5464 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5465
5466         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5467           Add cast to avoid compiler warnings with older GLib versions
5468           where the nick/name members in GEnumValue are not declared as
5469           constant strings.
5470
5471 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5472
5473         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
5474         (gst_gconf_render_bin_from_key),
5475         (gst_gconf_get_default_audio_sink):
5476         * ext/gconf/gconf.h:
5477         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
5478         (do_toggle_element), (gst_gconf_audio_sink_set_property),
5479         (gst_gconf_audio_sink_get_property):
5480           In gconfaudiosink, get the right key as the old key in do_toggle
5481           (ie. one dependent on the profile selected). Log some more stuff so
5482           we can see what's actually going on.
5483
5484 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
5485
5486         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
5487         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
5488         (gst_audio_amplify_set_process_function),
5489         (gst_audio_amplify_setup):
5490         * gst/audiofx/audioamplify.h:
5491         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
5492         (gst_audio_invert_class_init), (gst_audio_invert_setup):
5493         * gst/audiofx/audioinvert.h:
5494         Some small cleanups and port both elements to the new GstAudioFilter
5495         base class to save a few lines of common code.
5496         * gst/audiofx/Makefile.am:
5497         Link against libgstaudio for the above changes
5498
5499 2007-01-29  Wim Taymans  <wim@fluendo.com>
5500
5501         * tests/check/elements/.cvsignore:
5502         Some more ignores.
5503
5504 2007-01-26  Wim Taymans  <wim@fluendo.com>
5505
5506         Patch by: charles <charlesg3 at gmail dot com>
5507
5508         * ext/shout2/gstshout2.c: (gst_shout2send_init),
5509         (set_shout_metadata), (gst_shout2send_event):
5510         * ext/shout2/gstshout2.h:
5511         Properly handle tags in shout2send. Fixes #399825.
5512
5513 2007-01-25  Wim Taymans  <wim@fluendo.com>
5514
5515         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5516         (gst_rtspsrc_activate_streams):
5517         Convert SDP fields to upper/lowercase following the rules in the SDP to
5518         caps document. 
5519
5520 2007-01-25  Wim Taymans  <wim@fluendo.com>
5521
5522         * gst/rtp/README:
5523         * gst/rtp/gstrtpilbcdepay.c:
5524         * gst/rtp/gstrtpilbcpay.c:
5525         * gst/rtp/gstrtpmp4gdepay.c:
5526         * gst/rtp/gstrtpmp4gpay.c:
5527         * gst/rtp/gstrtpspeexdepay.c:
5528         * gst/rtp/gstrtpspeexpay.c:
5529         * gst/rtp/gstrtpsv3vdepay.c:
5530         * gst/rtp/gstrtptheoradepay.c:
5531         * gst/rtp/gstrtptheorapay.c:
5532         * gst/rtp/gstrtpvorbisdepay.c:
5533         * gst/rtp/gstrtpvorbispay.c:
5534         Fix case of encoding-name and key/value pairs to match the document.
5535         This is to make interoperation with SDP case-insensitive as required by
5536         the relevant RFCs.
5537
5538 2007-01-25  Wim Taymans  <wim@fluendo.com>
5539
5540         * configure.ac:
5541         Bump required -core/-base to CVS
5542
5543 2007-01-25  Wim Taymans  <wim@fluendo.com>
5544
5545         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
5546         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
5547         * gst/rtp/gstrtpL16pay.h:
5548         Fill up to MTU using adapter.
5549         Timestamp rtp packets.
5550
5551 2007-01-25  Edward Hervey  <edward@fluendo.com>
5552
5553         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5554         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
5555         Use G_GSIZE_FORMAT in print statements for portability.
5556         Fixes build on macosx.
5557
5558 2007-01-24  Wim Taymans  <wim@fluendo.com>
5559
5560         * gst/rtp/Makefile.am:
5561         * gst/rtp/gstrtp.c: (plugin_init):
5562         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
5563         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
5564         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
5565         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
5566         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
5567         (gst_rtp_L16_depay_plugin_init):
5568         * gst/rtp/gstrtpL16depay.h:
5569         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
5570         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
5571         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
5572         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
5573         (gst_rtp_L16_pay_plugin_init):
5574         * gst/rtp/gstrtpL16pay.h:
5575         Port and enable raw audio payloader/depayloader. Needs a bit more work
5576         on the payloader side.
5577
5578 2007-01-24  Wim Taymans  <wim@fluendo.com>
5579
5580         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
5581         (gst_rtspsrc_stream_configure_transport),
5582         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
5583         * gst/rtsp/gstrtspsrc.h:
5584         Only unblock the udp pads when we linked and activated them all.
5585         Fixes #395688.
5586
5587 2007-01-24  Wim Taymans  <wim@fluendo.com>
5588
5589         * gst/rtp/Makefile.am:
5590         * gst/rtp/gstrtp.c: (plugin_init):
5591         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
5592         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
5593         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
5594         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
5595         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
5596         * gst/rtp/gstrtpac3depay.h:
5597         Added simple AC3 depayloader (RFC 4184).
5598
5599         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
5600         Fix a leak.
5601
5602 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
5603
5604         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5605
5606         * gst/audiofx/Makefile.am:
5607         * gst/audiofx/audioamplify.c:
5608         (gst_audio_amplify_clipping_method_get_type),
5609         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
5610         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
5611         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
5612         (gst_audio_amplify_set_caps),
5613         (gst_audio_amplify_transform_int_clip),
5614         (gst_audio_amplify_transform_int_wrap_negative),
5615         (gst_audio_amplify_transform_int_wrap_positive),
5616         (gst_audio_amplify_transform_float_clip),
5617         (gst_audio_amplify_transform_float_wrap_negative),
5618         (gst_audio_amplify_transform_float_wrap_positive),
5619         (gst_audio_amplify_transform_ip):
5620         * gst/audiofx/audioamplify.h:
5621         * gst/audiofx/audiofx.c: (plugin_init):
5622         Add new element "audioamplify". This allows scaling of raw audio
5623         samples, similar to the "volume" element, but provides different modes
5624         for clipping and allows unlimited amplification. It's mainly targeted
5625         for creative sound design and not as a replacement of the "volume"
5626         element. Fixes #397162
5627         * docs/plugins/Makefile.am:
5628         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5629         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5630         * docs/plugins/gst-plugins-good-plugins.args:
5631         * docs/plugins/inspect/plugin-audiofx.xml:
5632         Add docs for audioamplify and integrate them into the build system
5633         * tests/check/Makefile.am:
5634         * tests/check/elements/audioamplify.c: (setup_amplify),
5635         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
5636         Add fairly extensive unit test suite for audioamplify
5637
5638 2007-01-24  Wim Taymans  <wim@fluendo.com>
5639
5640         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
5641         Unblock pads after adding the pads to the element so that autopluggers
5642         get a change to link something. Possibly fixes #395688.
5643
5644 2007-01-24  Wim Taymans  <wim@fluendo.com>
5645
5646         * gst/rtp/gstrtpamrdepay.c:
5647         * gst/rtp/gstrtpgsmdepay.c:
5648         * gst/rtp/gstrtph263pdepay.c:
5649         * gst/rtp/gstrtph263ppay.c:
5650         * gst/rtp/gstrtph264depay.c:
5651         * gst/rtp/gstrtpilbcdepay.c:
5652         * gst/rtp/gstrtpmp2tdepay.c:
5653         * gst/rtp/gstrtpmp4gdepay.c:
5654         * gst/rtp/gstrtpmp4gpay.c:
5655         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
5656         * gst/rtp/gstrtpmp4vpay.c:
5657         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
5658         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
5659         (gst_rtp_mpa_depay_process):
5660         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
5661         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
5662         * gst/rtp/gstrtppcmadepay.c:
5663         * gst/rtp/gstrtppcmudepay.c:
5664         * gst/rtp/gstrtpspeexdepay.c:
5665         * gst/rtp/gstrtpspeexpay.c:
5666         * gst/rtp/gstrtpsv3vdepay.c:
5667         * gst/rtp/gstrtptheoradepay.c:
5668         * gst/rtp/gstrtptheorapay.c:
5669         * gst/rtp/gstrtpvorbisdepay.c:
5670         * gst/rtp/gstrtpvorbispay.c:
5671         Fix caps with payload numbers.
5672         Add some fixed payload numbers to caps when possible.
5673
5674 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
5675
5676         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5677
5678         * gst/audiofx/Makefile.am:
5679         * gst/audiofx/audiofx.c: (plugin_init):
5680         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
5681         (gst_audio_invert_class_init), (gst_audio_invert_init),
5682         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
5683         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
5684         (gst_audio_invert_transform_float),
5685         (gst_audio_invert_transform_ip):
5686         * gst/audiofx/audioinvert.h:
5687         Add new audiofx element "audioinvert". This element swaps the upper
5688         and lower half of samples and can be used for example for a
5689         wide-stereo effect. Fixes #396057
5690         * docs/plugins/Makefile.am:
5691         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5692         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5693         * docs/plugins/gst-plugins-good-plugins.args:
5694         * docs/plugins/inspect/plugin-audiofx.xml:
5695         Add docs for the audioinvert element and add them to the build system.
5696         * tests/check/Makefile.am:
5697         * tests/check/elements/audioinvert.c: (setup_invert),
5698         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
5699         Add unit test suite for the audioinvert element.
5700
5701 2007-01-23  Wim Taymans  <wim@fluendo.com>
5702
5703         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
5704         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
5705         Parse config params as string and int.
5706         Parse and use AU header length
5707
5708 2007-01-23  Wim Taymans  <wim@fluendo.com>
5709
5710         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
5711         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
5712         * gst/smpte/gstmask.c: (_gst_mask_register):
5713         * gst/smpte/gstmask.h:
5714         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
5715         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
5716         (gst_smpte_paint_triangle_clock):
5717         constify some static structs.
5718         Don't update the mask if nothing changed to the params.
5719         Make sure we never draw outside of the picture. Fixes #398325.
5720
5721 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
5722
5723         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
5724           Error out properly when pull_range fails while we're reading the
5725           headers, instead of just pausing the task silently. Fixes #399338.
5726
5727 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
5728
5729         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
5730           Some more sanity checks to make sure the input formats match and the
5731           input pads are actually negotiated, in case someone tries to feed
5732           buffers from fakesrc or filesrc. Fixes #398299.
5733           Also const-ify an array, just because we can.
5734
5735 2007-01-19  Edward Hervey  <edward@fluendo.com>
5736
5737         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
5738         Ignore previous commit, that was only valid for widths and heights
5739         that are multiples of 4.
5740         Copy over size/stride macros from jpegdec. This allows the element
5741         to work with any width,height...
5742         ... but puts in evidence that the actual transformations only work
5743         with width/height that are multiples of 4.
5744
5745 2007-01-19  Edward Hervey  <edward@fluendo.com>
5746
5747         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
5748         Allocate buffers of the right size.
5749         The proper size of a I420 buffer in bytes is:
5750         
5751             width * height * 3
5752             ------------------
5753                     2
5754
5755 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
5756
5757         * gst/smpte/gstsmpte.c: (gst_smpte_init):
5758           Proxy getcaps on sink pads too, so that we either end up with the
5759           same dimensions on all pads or error out if that's not possible
5760           (seems to work even!). Fixes #398086, I think.
5761
5762 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
5763
5764         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5765         * docs/plugins/gst-plugins-good-plugins.args:
5766         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5767           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
5768           fix integer properties with -1 as minimum value.
5769
5770         * docs/plugins/inspect/plugin-1394.xml:
5771         * docs/plugins/inspect/plugin-aasink.xml:
5772         * docs/plugins/inspect/plugin-alaw.xml:
5773         * docs/plugins/inspect/plugin-alpha.xml:
5774         * docs/plugins/inspect/plugin-alphacolor.xml:
5775         * docs/plugins/inspect/plugin-annodex.xml:
5776         * docs/plugins/inspect/plugin-apetag.xml:
5777         * docs/plugins/inspect/plugin-audiofx.xml:
5778         * docs/plugins/inspect/plugin-auparse.xml:
5779         * docs/plugins/inspect/plugin-autodetect.xml:
5780         * docs/plugins/inspect/plugin-avi.xml:
5781         * docs/plugins/inspect/plugin-cacasink.xml:
5782         * docs/plugins/inspect/plugin-cairo.xml:
5783         * docs/plugins/inspect/plugin-cdio.xml:
5784         * docs/plugins/inspect/plugin-cutter.xml:
5785         * docs/plugins/inspect/plugin-debug.xml:
5786         * docs/plugins/inspect/plugin-dv.xml:
5787         * docs/plugins/inspect/plugin-efence.xml:
5788         * docs/plugins/inspect/plugin-effectv.xml:
5789         * docs/plugins/inspect/plugin-esdsink.xml:
5790         * docs/plugins/inspect/plugin-flac.xml:
5791         * docs/plugins/inspect/plugin-flxdec.xml:
5792         * docs/plugins/inspect/plugin-gconfelements.xml:
5793         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5794         * docs/plugins/inspect/plugin-goom.xml:
5795         * docs/plugins/inspect/plugin-halelements.xml:
5796         * docs/plugins/inspect/plugin-icydemux.xml:
5797         * docs/plugins/inspect/plugin-id3demux.xml:
5798         * docs/plugins/inspect/plugin-jpeg.xml:
5799         * docs/plugins/inspect/plugin-level.xml:
5800         * docs/plugins/inspect/plugin-matroska.xml:
5801         * docs/plugins/inspect/plugin-mulaw.xml:
5802         * docs/plugins/inspect/plugin-multipart.xml:
5803         * docs/plugins/inspect/plugin-navigationtest.xml:
5804         * docs/plugins/inspect/plugin-ossaudio.xml:
5805         * docs/plugins/inspect/plugin-png.xml:
5806         * docs/plugins/inspect/plugin-rtp.xml:
5807         * docs/plugins/inspect/plugin-rtsp.xml:
5808         * docs/plugins/inspect/plugin-shout2send.xml:
5809         * docs/plugins/inspect/plugin-smpte.xml:
5810         * docs/plugins/inspect/plugin-speex.xml:
5811         * docs/plugins/inspect/plugin-taglib.xml:
5812         * docs/plugins/inspect/plugin-udp.xml:
5813         * docs/plugins/inspect/plugin-videobalance.xml:
5814         * docs/plugins/inspect/plugin-videobox.xml:
5815         * docs/plugins/inspect/plugin-videoflip.xml:
5816         * docs/plugins/inspect/plugin-videomixer.xml:
5817         * docs/plugins/inspect/plugin-wavenc.xml:
5818         * docs/plugins/inspect/plugin-wavparse.xml:
5819         * docs/plugins/inspect/plugin-ximagesrc.xml:
5820           Update to CVS.
5821
5822 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
5823
5824         Patch by: Sebastian Dröge <slomo circular-chaos org>
5825
5826         * gst/audiofx/audiopanorama.c:
5827           Fix doc section name (Fixes #397946)
5828
5829 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
5830
5831         * sys/v4l2/gstv4l2object.c:
5832         (gst_v4l2_object_install_properties_helper),
5833         (gst_v4l2_object_set_property_helper),
5834         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
5835         * sys/v4l2/gstv4l2object.h:
5836         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5837         (gst_v4l2src_init), (gst_v4l2src_set_property),
5838         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
5839         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5840         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5841         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
5842         (gst_v4l2src_capture_deinit):
5843           Fix EIO handing when capturing. Add new property to specify the number of
5844           buffers to enque (and remove the borked num-buffers usage).
5845
5846 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
5847
5848         Patch by: Sebastian Dröge <slomo circular-chaos org>
5849
5850         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
5851         (gst_audio_panorama_set_process_function):
5852           Use a function array for process methods, add more docs and define the
5853           startindex of enums.
5854
5855 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
5856
5857         Patch by: Mark Nauwelaerts <manauw at skynet be>
5858
5859         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
5860         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
5861         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
5862         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
5863         (gst_avi_mux_riff_get_avi_header),
5864         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
5865         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
5866         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
5867         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
5868         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
5869         (gst_avi_mux_change_state):
5870         * gst/avi/gstavimux.h:
5871         * tests/check/elements/avimux.c: (teardown_src_pad):
5872           Add support for more than one audio stream; write better AVIX
5873           header; refactor code a bit; don't announce vorbis caps on our audio
5874           sink pads since we don't support it anyway. Closes #379298.
5875
5876 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
5877
5878         Patch by: Sebastian Dröge <slomo circular-chaos org>
5879
5880         * gst/audiofx/audiopanorama.c:
5881         (gst_audio_panorama_method_get_type),
5882         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
5883         (gst_audio_panorama_set_process_function),
5884         (gst_audio_panorama_set_property),
5885         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
5886         (gst_audio_panorama_transform_m2s_int_simple),
5887         (gst_audio_panorama_transform_s2s_int_simple),
5888         (gst_audio_panorama_transform_m2s_float_simple),
5889         (gst_audio_panorama_transform_s2s_float_simple):
5890         * gst/audiofx/audiopanorama.h:
5891           Add 'method' property and provide a simple (non-psychoacustic)
5892           processing method (#394859).
5893
5894         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
5895         (panorama_suite):
5896           Tests for new method.
5897
5898 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
5899
5900         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
5901         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
5902           Set correct caps on outgoing pulled buffers, or things blow up
5903           after recent core changes.
5904
5905 2007-01-11  Wim Taymans  <wim@fluendo.com>
5906
5907         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
5908
5909         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
5910         (gst_multipart_mux_request_new_pad),
5911         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
5912         (gst_multipart_mux_change_state):
5913         Return FLOW errors ASAP. Fixes #394977.
5914         Misc cleanups.
5915
5916 2007-01-11  Wim Taymans  <wim@fluendo.com>
5917
5918         Patch by: Lutz Mueller <lutz at topfrose dot de>
5919
5920         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
5921         Check for stream pad before activating. 
5922
5923 2007-01-10  Wim Taymans  <wim@fluendo.com>
5924
5925         Patch by: Peter Kjellerstedt  <pkj at axis com>
5926
5927         * gst/rtsp/COPYING.MIT:
5928         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
5929         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
5930         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
5931         (gst_rtspsrc_stream_configure_transport),
5932         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
5933         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
5934         (gst_rtspsrc_parse_methods),
5935         (gst_rtspsrc_create_transports_string),
5936         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
5937         (gst_rtspsrc_open), (gst_rtspsrc_close):
5938         * gst/rtsp/gstrtspsrc.h:
5939         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5940         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
5941         (parse_request_line), (parse_line), (rtsp_connection_read),
5942         (rtsp_connection_close):
5943         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
5944         (rtsp_method_as_text), (rtsp_header_as_text),
5945         (rtsp_status_as_text), (rtsp_find_header_field),
5946         (rtsp_find_method):
5947         * gst/rtsp/rtspdefs.h:
5948         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
5949         (rtsp_ext_wms_configure_stream):
5950         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
5951         (rtsp_message_new_request), (rtsp_message_init_request),
5952         (rtsp_message_new_response), (rtsp_message_init_response),
5953         (rtsp_message_init_data), (rtsp_message_unset),
5954         (rtsp_message_free), (rtsp_message_add_header),
5955         (rtsp_message_get_header), (rtsp_message_set_body),
5956         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
5957         * gst/rtsp/rtspmessage.h:
5958         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
5959         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
5960         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
5961         (sdp_message_dump):
5962         Allow url to be NULL to be able to use it for server connections.
5963         Can now send responses as well as requests.
5964         No longer hangs in an endless loop if EOF is received.
5965         Can now convert a status code to a text string.
5966         Return RTSP_HDR_INVALID for unknown headers.
5967         Return RTSP_INVALID for unknown methods.
5968         Copy CSeq and Session headers from the request.
5969         Only free memory corresponding to the currently set message type.
5970         Added const to function arguments as appropriate.
5971         Avoid a compiler warning when initializing nmedia.
5972         Use guint rather than gint to avoid compiler warnings.
5973         Fix crasher in wms extension.
5974         Factor out stream setup from open_connection.
5975         Delay activation of streams when actual data is received from the
5976         server, this prepares us to do proper protocol switching.
5977         Added new license.
5978         Fixes #380895.
5979
5980
5981 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
5982
5983         Patch by: Sebastian Dröge <slomo ubuntu com>
5984
5985         * docs/plugins/Makefile.am:
5986         * gst/audiofx/audiopanorama.c:
5987           Some small docs fixes (#394851).
5988
5989 2007-01-09  Wim Taymans  <wim@fluendo.com>
5990
5991         * gst/avi/gstavidemux.c:
5992         Fix docs.
5993
5994 2007-01-09  Wim Taymans  <wim@fluendo.com>
5995
5996         * gst/rtp/Makefile.am:
5997         * gst/rtp/gstrtp.c: (plugin_init):
5998         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
5999         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
6000         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
6001         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
6002         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
6003         * gst/rtp/gstrtpmpvdepay.h:
6004           Added RFC 2250 MPEG Video Depayloader.
6005
6006         * gst/rtp/gstrtpL16depay.h:
6007         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
6008         (gst_rtp_h263p_depay_process):
6009         Fix Header file. Small cleanups.
6010
6011         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
6012         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
6013         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
6014         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
6015         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
6016         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
6017         (gst_rtp_mp4v_depay_change_state):
6018         Remove usused code. Remove Adapter from state Change. Added debug.
6019
6020         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
6021         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
6022         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
6023         * gst/rtp/gstrtpmpadepay.h:
6024         Subclass base depayloader.
6025         Added debug.
6026         Support static payload type assignment as well.
6027
6028         * gst/rtp/gstrtpmpapay.c:
6029         Fix caps.
6030
6031 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6032
6033         Patch by: Vincent Torri  <vtorri at univ-evry fr>
6034
6035         * ext/jpeg/gstjpegdec.c:
6036         * ext/jpeg/gstjpegenc.c:
6037         * ext/jpeg/smokecodec.c:
6038           These libjpeg callbacks should return a 'boolean' (unsigned char
6039           apparently) and not a 'gboolean' (which maps to gint). Fixes
6040           warnings when compiling with MingW (#393427).
6041
6042         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6043           Use ioctlsocket on win32.
6044
6045         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6046           Some printf format fixes for win32.
6047
6048 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
6049
6050         * gst/cutter/gstcutter.c: (gst_cutter_chain):
6051           Use gst_guint64_to_gdouble for conversion.
6052         * win32/vs6/libgstmatroska.dsp:
6053           Add zlib to the link.
6054         * win32/vs6/libgstvideobox.dsp:
6055           Update liboil library name (project is linked to 
6056           liboil-0.3-0.lib now).
6057           
6058 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6059
6060         * gst/matroska/Makefile.am:
6061           If zlib is available and used, we must link it explicitly for
6062           things to work on MingW (fixes #392855).
6063
6064 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
6065
6066         * ext/esd/esdsink.c: (gst_esdsink_delay):
6067           Don't return bogus values when esd_get_delay() fails for some
6068           reason (#392189).
6069
6070 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6071
6072         * sys/ximage/gstximagesrc.c: (composite_pixel):
6073           Fix presumably copy'n'pasto for 16bpp depth.
6074
6075 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6076
6077         * gst/matroska/matroska-mux.c:
6078         (gst_matroska_mux_audio_pad_setcaps):
6079           The "signed" field in audio caps is of boolean type, trying to use
6080           gst_structure_get_int() to extract it will fail. Fixing this makes
6081           matroskamux accept raw audio input (#387121) (use at your own risk
6082           though, due to the matroska spec being not entirely useful in this
6083           respect).
6084           Also fix up raw audio structures in template caps so that they
6085           represent what our setcaps function will actually accept, so that
6086           converters know what to convert to.
6087           Finally, don't fail if there isn't an "endianness" field in 8-bit
6088           PCM caps.
6089
6090 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
6091
6092         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6093         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6094         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6095         (teardown_cmmldec):
6096         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6097         (teardown_cmmlenc):
6098         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6099           reapply consistent pad (de)activation
6100
6101 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
6102
6103         * configure.ac:
6104         Back to CVS
6105
6106         * gst-plugins-good.doap:
6107         Add 0.10.5 doap entry
6108
6109 === release 0.10.5 ===
6110
6111 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
6112
6113         * configure.ac:
6114           releasing 0.10.5, "The Path of Thorns"
6115
6116 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6117
6118         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6119         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6120         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6121         (teardown_cmmldec):
6122         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6123         (teardown_cmmlenc):
6124         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6125           revert my freeze breakage
6126
6127 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6128
6129         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6130         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6131         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6132         (teardown_cmmldec):
6133         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6134         (teardown_cmmlenc):
6135         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6136           consistent pad (de)activation
6137
6138 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
6139
6140         * configure.ac:
6141         * ext/Makefile.am:
6142         Disable LADPSA, as it has moved to the -bad module for the duration.
6143
6144 2006-12-18  Wim Taymans  <wim@fluendo.com>
6145
6146         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
6147         (gst_signal_processor_event):
6148         Reset flow_state back to _OK after a flush stop so that we exit our
6149         error state after the flush. Fixes #374213
6150
6151 2006-12-16  David Schleef  <ds@schleef.org>
6152
6153         * sys/osxvideo/osxvideosink.h:
6154         * sys/osxvideo/osxvideosink.m:
6155           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
6156
6157 2006-12-16  David Schleef  <ds@schleef.org>
6158
6159         Patch by: Vijay Santhanam <vijay santhanam gmail com>
6160
6161         * sys/osxvideo/Makefile.am:
6162         * sys/osxvideo/osxvideosink.h:
6163         * sys/osxvideo/osxvideosink.m:
6164           Preliminary patch for porting osxvideosink
6165
6166 2006-12-16  Wim Taymans  <wim@fluendo.com>
6167
6168         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6169
6170         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
6171         (gst_videomixer_set_master_geometry),
6172         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
6173         (gst_videomixer_reset), (gst_videomixer_init),
6174         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
6175         (gst_videomixer_release_pad), (gst_videomixer_collected),
6176         (gst_videomixer_change_state):
6177         Introduce some locking around the videomixer state so that it does not
6178         crash when adding/removing pads. Fixes #383043.
6179
6180 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6181
6182         * configure.ac:
6183           Make sure libcaca can actually be used instead of just checking for
6184           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
6185           cross-compiling (fixes #384587).
6186
6187 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6188
6189         * Makefile.am:
6190         * gst-plugins-good.doap:
6191         * gst-plugins-good.spec.in:
6192           adding doap file
6193
6194 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6195
6196         * configure.ac:
6197           libflac-1.1.3 changed API again, but we can't build against it yet,
6198           so make sure our check doesn't use libflac-1.1.3 and add a comment
6199           to this effect.
6200
6201 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6202
6203         * gst/effectv/gstquark.c: (gst_quarktv_transform),
6204         (gst_quarktv_planetable_clear):
6205           Add some NULL pointer checks (possibly related to #385623).
6206
6207 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
6208
6209         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
6210         (gst_tag_demux_chain):
6211         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
6212           In streaming mode, if the first buffer we get doesn't have an
6213           offset, fix it up to be 0, otherwise trimming won't work later on
6214           and we'll be typefinding application/x-id3, which may result in
6215           decodebin plugging an endless number of id3demux elements as a
6216           consequence. Fixes #385031.
6217           
6218 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6219
6220         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
6221           Ignore the buffer_time the sound device reports. Turns out it is 
6222           sometimes completely bogus and we're better off without it.
6223
6224 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6225
6226         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6227         (gst_matroska_demux_video_caps):
6228         * gst/matroska/matroska-ids.c:
6229         (gst_matroska_track_init_video_context):
6230         * gst/matroska/matroska-ids.h:
6231           Try harder to extract the framerate for video tracks correctly and
6232           save it directly instead of converting it back and forth a few
6233           times. Mostly makes a difference for very small framerates (<1).
6234           Fixes #380199.
6235
6236 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6237
6238         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
6239         (gst_gconf_audio_src_dispose), (do_toggle_element):
6240         * ext/gconf/gstgconfaudiosrc.h:
6241           Remove gconf notify hook when the gconfaudiosrc element is
6242           destroyed, otherwise the callback may be called on an
6243           already-destroyed instance and bad things happen. Should fix
6244           #378184.
6245           Also ignore gconf key changes when the source is already running.
6246
6247 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6248
6249         Patch by: Sebastian Dröge  <mail at slomosnail de>
6250
6251         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6252           We need to be able to read and parse any possible floating point string
6253           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
6254           will parse the former only in certain locales though, so we really need
6255           to canonicalise the separator to '.' and then use g_ascii_strtod() to
6256           make sure we can parse either version at all times.
6257           Fixes #382982 for real.
6258
6259 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6260
6261         * sys/sunaudio/gstsunaudiomixerctrl.c:
6262         * sys/sunaudio/gstsunaudiosrc.c:
6263
6264         Use the sunaudio debug category.
6265
6266         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
6267         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
6268         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
6269         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
6270         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
6271         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
6272         (gst_sunaudiosink_reset):
6273         * sys/sunaudio/gstsunaudiosink.h:
6274
6275         Uses the sunaudio debug category for all debug output
6276         Implements the _delay() callback to synchronise video playback better
6277         Change the segtotal and segsize values back to the parent class 
6278           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
6279           respectively)
6280         Measure the samples written to the device vs. played.
6281         Keep track of segments in the device by writing empty eof frames, and
6282         sleep using a GCond when we get too far ahead and risk overrunning the
6283         sink's ringbuffer.
6284
6285         Fixes: #360673
6286
6287 2006-12-08  Wim Taymans  <wim@fluendo.com>
6288
6289         Patch by: Sebastian Dröge  <mail at slomosnail de >
6290
6291         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6292         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
6293         * gst/audiofx/audiopanorama.h:
6294         Fix audiopanorame with float samples. Fixes #383726.
6295
6296 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6297
6298         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
6299         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
6300         (gst_sunaudiosrc_reset):
6301
6302         Implement reset functions to unblock the src/sink more quickly on 
6303         state change requests.
6304         Patch by: Brian Cameron <brian dot cameron at sun com>
6305
6306 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6307
6308         * sys/sunaudio/gstsunaudiomixer.c:
6309         (gst_sunaudiomixer_change_state):
6310         Construct the correct mixer device name when the AUDIODEV env var
6311         is set.
6312
6313         Patch by: Jerry Tan <jerry.tan at sun dot com>
6314         Fixes: #383596
6315
6316 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6317
6318         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
6319         Apply patch to open the mixer control and set the MULTIPLE_OPEN
6320         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
6321         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
6322         Patch by: Jerry Tan <jerry.tan at sun dot com>
6323         Fixes: #349015
6324
6325 2006-12-07  Wim Taymans  <wim@fluendo.com>
6326
6327         * gst/smpte/gstmask.h:
6328         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
6329         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
6330         (gst_smpte_collected), (gst_smpte_set_property),
6331         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
6332         * gst/smpte/gstsmpte.h:
6333         Port to 0.10 some more. 
6334         Added duration property to specify the duration of the transition.
6335         Make framerate a fraction.
6336         Deprecate fps property, we only use negotiated fps.
6337         Added docs.
6338         Fix collectpad usage.
6339         Reset state in READY.
6340         Send NEWSEGMENT event.
6341         Fix racy updates of object properties.
6342         Added debug category.
6343         Fixes #383323.
6344
6345 2006-12-06  Wim Taymans  <wim@fluendo.com>
6346
6347         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6348
6349         * gst/videomixer/videomixer.c:
6350         (gst_videomixer_set_master_geometry),
6351         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
6352         Don't reset xpos and ypos in the setcaps function because causes
6353         unexpected behaviour.
6354         Fixes #382179.
6355
6356 2006-12-06  Wim Taymans  <wim@fluendo.com>
6357
6358         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
6359         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
6360         Keep track of the buffer timestamp in the collectdata member instead
6361         of modifying the buffer without making the metadata writable first.
6362         Fixes #382277.
6363
6364 2006-12-06  Wim Taymans  <wim@fluendo.com>
6365
6366         Patch by: Rob Taylor <robtaylor at floopily dot org>
6367
6368         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6369         If using multicast in udpsrc, bind to the multicast address rather than
6370         IN_ADDR_ANY.
6371         This allows the simultanous use of multiple udpsrcs listening on
6372         different multicat addresses. Without this all udpsrcs will receive all
6373         packets from all subscribed multicast addresses.
6374         Fixes #383001.
6375
6376 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6377
6378         * ext/taglib/gstid3v2mux.cc:
6379         Don't attempt to write a NULL frame into the ID3 tag set when the 
6380         createFrame method returned NULL.
6381         Fixes: #381857
6382         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
6383
6384 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6385
6386         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6387         Use g_strtod() instead of sscanf to parse doubles, so that it will
6388         try parsing in the C locale if the current locale fails.
6389         Fixes: #382982
6390         Patch by: Sebastian Dröge  <mail at slomosnail de >
6391
6392 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
6393
6394         * win32/MANIFEST:
6395         Fix compilation on win32 under VS8
6396         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
6397         Partially fixes #381175
6398
6399 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6400
6401         * gst/avi/gstavimux.c:
6402           accept all mpegversions,fixes #380825
6403           spotted by: Jerome Alet  
6404
6405 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6406
6407         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6408         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
6409         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
6410         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
6411           cleanup the error message a bit more
6412
6413 2006-11-28  Wim Taymans  <wim@fluendo.com>
6414
6415         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
6416         Fix width and height properties.
6417
6418         * ext/libcaca/gstcacasink.h:
6419         Fix compilation on newer libcaca that require us to include a new
6420         header. Fixes #379918.
6421
6422 2006-11-28  Wim Taymans  <wim@fluendo.com>
6423
6424         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6425         * gst/rtsp/gstrtspsrc.h:
6426         * gst/rtsp/rtspext.h:
6427         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
6428         (rtsp_ext_wms_get_context):
6429         Add method so that extensions can choose to disable the setup of
6430         a stream.
6431         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
6432
6433 2006-11-27  Wim Taymans  <wim@fluendo.com>
6434
6435         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6436
6437         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6438         Push header in a separate buffer instead of memcpy:ing all data.
6439         Change LF => CRLF in headers.
6440         Move trailing LF to header. Fixes #379792.
6441
6442 2006-11-27  Wim Taymans  <wim@fluendo.com>
6443
6444         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
6445         Small buffer overflow fix and improve debugging.
6446
6447 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6448
6449         * ext/esd/esdmon.h:
6450         * ext/esd/esdsink.h:
6451           remove obsolete _factory_init protos
6452
6453 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6454
6455         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
6456         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
6457         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
6458         (gst_avi_demux_read_subindexes_push),
6459         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
6460         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6461         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
6462         (gst_avi_demux_massage_index),
6463         (gst_avi_demux_calculate_durations_from_index),
6464         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
6465         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
6466         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
6467           remove dead code, tweak debugs statements, add comments, use
6468           _uint64_scale instead _uint64_scale_int when using guint64 values,
6469           small optimizations, reflow some error handling
6470
6471 2006-11-22  Edward Hervey  <edward@fluendo.com>
6472
6473         * po/.cvsignore:
6474         We never put .pot files in cvs. Let's ignore them all.
6475
6476 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6477
6478         * po/POTFILES.in:
6479           ... but better exclude files that aren't disted.
6480
6481 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6482
6483         * po/POTFILES.in:
6484           Add v4l2 source files to list of files with translations, so the
6485           strings are actually extracted (however bad they still may be).
6486
6487 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6488
6489         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
6490           Minor clean-ups: const-ify static array, remove trailing comma from
6491           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
6492
6493 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
6494
6495         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
6496         Make sure that g_free always gets called on the same pointer that was 
6497         returned by g_malloc.  Fixes #376594.
6498         Do not leak memory if decompressed size is wrong.
6499         Remove unneeded check of return value of g_malloc.
6500         Patch by: René Stadler <mail@renestadler.de>
6501
6502 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
6503
6504         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
6505           Add missing curly brackets.
6506
6507 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
6508
6509         * sys/v4l2/v4l2src_calls.c:
6510         Fix capture_deinit.
6511
6512 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6513
6514         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
6515         (gst_matroska_mux_request_new_pad):
6516           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
6517
6518         * tests/check/elements/matroskamux.c: (setup_src_pad),
6519         (setup_sink_pad), (GST_START_TEST):
6520         Activate pads before using them.
6521
6522 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6523
6524         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
6525           Initialise variable to get rid of bogus compiler warning.
6526
6527 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
6528
6529         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
6530
6531         * gst/rtp/gstrtph263pay.c:
6532         * gst/rtp/gstrtph263pdepay.c:
6533         * gst/rtp/gstrtph263ppay.c:
6534           Specify H.263 variant and version in the caps (fixes #361637)
6535
6536 2006-11-15  Wim Taymans  <wim@fluendo.com>
6537
6538         * gst/rtsp/rtspconnection.c: (read_body):
6539         Don't set a data pointer to NULL and a size > 0 when we deal
6540         with empty packets.
6541
6542         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
6543         (rtsp_message_init_response), (rtsp_message_init_data),
6544         (rtsp_message_unset), (rtsp_message_free),
6545         (rtsp_message_take_body):
6546         Check that we can't create invalid empty packets. 
6547
6548 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6549
6550         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6551
6552         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
6553         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
6554         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
6555         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6556         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
6557         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
6558         * gst/matroska/matroska-mux.h:
6559           Add basic tag writing support; implement releasing pads (#374658).
6560
6561 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6562
6563         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6564         (gst_matroska_demux_audio_caps):
6565           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
6566
6567 2006-11-14  David Schleef  <ds@schleef.org>
6568
6569         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
6570
6571 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6572
6573         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6574
6575         * win32/vs8/gst-plugins-good.sln:
6576         * win32/vs8/libgst1394.vcproj:
6577         * win32/vs8/libgstaasink.vcproj:
6578         * win32/vs8/libgstalaw.vcproj:
6579         * win32/vs8/libgstalpha.vcproj:
6580         * win32/vs8/libgstalphacolor.vcproj:
6581         * win32/vs8/libgstannodex.vcproj:
6582         * win32/vs8/libgstapetag.vcproj:
6583         * win32/vs8/libgstaudiofx.vcproj:
6584         * win32/vs8/libgstauparse.vcproj:
6585         * win32/vs8/libgstautodetect.vcproj:
6586         * win32/vs8/libgstavi.vcproj:
6587         * win32/vs8/libgstcacasink.vcproj:
6588         * win32/vs8/libgstcdio.vcproj:
6589         * win32/vs8/libgstcutter.vcproj:
6590         * win32/vs8/libgstdv.vcproj:
6591         * win32/vs8/libgsteffectv.vcproj:
6592         * win32/vs8/libgstflac.vcproj:
6593         * win32/vs8/libgstflxdec.vcproj:
6594         * win32/vs8/libgstgoom.vcproj:
6595         * win32/vs8/libgsticydemux.vcproj:
6596         * win32/vs8/libgstid3demux.vcproj:
6597         * win32/vs8/libgstjpeg.vcproj:
6598         * win32/vs8/libgstladspa.vcproj:
6599         * win32/vs8/libgstlevel.vcproj:
6600         * win32/vs8/libgstmatroska.vcproj:
6601         * win32/vs8/libgstmikmod.vcproj:
6602         * win32/vs8/libgstmng.vcproj:
6603         * win32/vs8/libgstmonoscope.vcproj:
6604         * win32/vs8/libgstmulaw.vcproj:
6605         * win32/vs8/libgstmultipart.vcproj:
6606         * win32/vs8/libgstpng.vcproj:
6607         * win32/vs8/libgstrtp.vcproj:
6608         * win32/vs8/libgstrtsp.vcproj:
6609         * win32/vs8/libgstshout2.vcproj:
6610         * win32/vs8/libgstsmpte.vcproj:
6611         * win32/vs8/libgstspeex.vcproj:
6612         * win32/vs8/libgsttaglib.vcproj:
6613         * win32/vs8/libgstudp.vcproj:
6614         * win32/vs8/libgstvideobalance.vcproj:
6615         * win32/vs8/libgstvideobox.vcproj:
6616         * win32/vs8/libgstvideoflip.vcproj:
6617         * win32/vs8/libgstvideomixer.vcproj:
6618         * win32/vs8/libgstwavenc.vcproj:
6619         * win32/vs8/libgstwavparse.vcproj:
6620           Make end-of-line returns unixy, so that when the files are checked
6621           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
6622           Hopefully fixes #366492.
6623
6624 2006-11-14  Wim Taymans  <wim@fluendo.com>
6625
6626         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
6627         Disable init_frames delay timestamp adjustment, it does not
6628         seem to be needed at all. Fixes #369621.
6629
6630 2006-11-13  Wim Taymans  <wim@fluendo.com>
6631
6632         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6633
6634         * gst/videomixer/videomixer.c:
6635         (gst_videomixer_set_master_geometry),
6636         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
6637         (gst_videomixer_collect_free), (gst_videomixer_reset),
6638         (gst_videomixer_init), (gst_videomixer_finalize),
6639         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
6640         (gst_videomixer_collected), (gst_videomixer_change_state):
6641         Fix memleak by unref'ing collectpads instance (when finalizing)
6642         Implement releasing a request pad. Fixes #374479.
6643
6644 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
6645
6646         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6647
6648         * win32/vs8/gst-plugins-good.sln:
6649         * win32/vs8/libgst1394.vcproj:
6650         * win32/vs8/libgstaasink.vcproj:
6651         * win32/vs8/libgstalaw.vcproj:
6652         * win32/vs8/libgstalpha.vcproj:
6653         * win32/vs8/libgstalphacolor.vcproj:
6654         * win32/vs8/libgstannodex.vcproj:
6655         * win32/vs8/libgstapetag.vcproj:
6656         * win32/vs8/libgstaudiofx.vcproj:
6657         * win32/vs8/libgstauparse.vcproj:
6658         * win32/vs8/libgstautodetect.vcproj:
6659         * win32/vs8/libgstavi.vcproj:
6660         * win32/vs8/libgstcacasink.vcproj:
6661         * win32/vs8/libgstcdio.vcproj:
6662         * win32/vs8/libgstcutter.vcproj:
6663         * win32/vs8/libgstdv.vcproj:
6664         * win32/vs8/libgsteffectv.vcproj:
6665         * win32/vs8/libgstflac.vcproj:
6666         * win32/vs8/libgstflxdec.vcproj:
6667         * win32/vs8/libgstgoom.vcproj:
6668         * win32/vs8/libgsticydemux.vcproj:
6669         * win32/vs8/libgstid3demux.vcproj:
6670         * win32/vs8/libgstjpeg.vcproj:
6671         * win32/vs8/libgstladspa.vcproj:
6672         * win32/vs8/libgstlevel.vcproj:
6673         * win32/vs8/libgstmatroska.vcproj:
6674         * win32/vs8/libgstmikmod.vcproj:
6675         * win32/vs8/libgstmng.vcproj:
6676         * win32/vs8/libgstmonoscope.vcproj:
6677         * win32/vs8/libgstmulaw.vcproj:
6678         * win32/vs8/libgstmultipart.vcproj:
6679         * win32/vs8/libgstpng.vcproj:
6680         * win32/vs8/libgstrtp.vcproj:
6681         * win32/vs8/libgstrtsp.vcproj:
6682         * win32/vs8/libgstshout2.vcproj:
6683         * win32/vs8/libgstsmpte.vcproj:
6684         * win32/vs8/libgstspeex.vcproj:
6685         * win32/vs8/libgsttaglib.vcproj:
6686         * win32/vs8/libgstudp.vcproj:
6687         * win32/vs8/libgstvideobalance.vcproj:
6688         * win32/vs8/libgstvideobox.vcproj:
6689         * win32/vs8/libgstvideoflip.vcproj:
6690         * win32/vs8/libgstvideomixer.vcproj:
6691         * win32/vs8/libgstwavenc.vcproj:
6692         * win32/vs8/libgstwavparse.vcproj:
6693           Add VS8 project files (note that many of the plugins in ext are
6694           disabled by default). Fixes #366492.
6695
6696 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
6697
6698         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6699           we do not translate debug messages
6700
6701 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
6702
6703         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
6704           fix categorisation, make short desc more explicit, remove unused code
6705           Fixes #372021
6706
6707 2006-11-08  Wim Taymans  <wim@fluendo.com>
6708
6709         * gst/rtp/gstrtpL16depay.c:
6710         * gst/rtp/gstrtpamrdepay.c:
6711         * gst/rtp/gstrtpamrpay.c:
6712         * gst/rtp/gstrtpgsmdepay.c:
6713         * gst/rtp/gstrtph263pay.c:
6714         * gst/rtp/gstrtph263pdepay.c:
6715         * gst/rtp/gstrtph263ppay.c:
6716         * gst/rtp/gstrtph264depay.c:
6717         * gst/rtp/gstrtpmp2tdepay.c:
6718         * gst/rtp/gstrtpmp4gdepay.c:
6719         * gst/rtp/gstrtpmp4gpay.c:
6720         * gst/rtp/gstrtpmp4vdepay.c:
6721         * gst/rtp/gstrtpmp4vpay.c:
6722         * gst/rtp/gstrtpmpadepay.c:
6723         * gst/rtp/gstrtpmpapay.c:
6724         * gst/rtp/gstrtppcmadepay.c:
6725         * gst/rtp/gstrtppcmapay.c:
6726         * gst/rtp/gstrtppcmudepay.c:
6727         * gst/rtp/gstrtppcmupay.c:
6728         * gst/rtp/gstrtpspeexdepay.c:
6729         * gst/rtp/gstrtpspeexpay.c:
6730         * gst/rtp/gstrtpsv3vdepay.c:
6731         Fix element descriptions.
6732
6733 2006-11-08  Wim Taymans  <wim@fluendo.com>
6734
6735         * gst/rtp/gstrtpvorbisdepay.c:
6736         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
6737         Fix description.
6738         Small cleanup in the payloader.
6739
6740 2006-11-08  Wim Taymans  <wim@fluendo.com>
6741
6742         * gst/rtp/Makefile.am:
6743         * gst/rtp/gstrtp.c: (plugin_init):
6744         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
6745         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
6746         (gst_rtp_theora_depay_finalize),
6747         (gst_rtp_theora_depay_parse_configuration),
6748         (gst_rtp_theora_depay_setcaps),
6749         (gst_rtp_theora_depay_switch_codebook),
6750         (gst_rtp_theora_depay_process),
6751         (gst_rtp_theora_depay_set_property),
6752         (gst_rtp_theora_depay_get_property),
6753         (gst_rtp_theora_depay_change_state),
6754         (gst_rtp_theora_depay_plugin_init):
6755         * gst/rtp/gstrtptheoradepay.h:
6756         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
6757         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
6758         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
6759         (gst_rtp_theora_pay_init_packet),
6760         (gst_rtp_theora_pay_flush_packet),
6761         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
6762         (gst_rtp_theora_pay_handle_buffer),
6763         (gst_rtp_theora_pay_plugin_init):
6764         * gst/rtp/gstrtptheorapay.h:
6765         Add theora pay/depayloaders.
6766
6767 2006-11-06  Wim Taymans  <wim@fluendo.com>
6768
6769         * gst/rtp/Makefile.am:
6770         We depend on gsttag to generate the vorbis comments.
6771
6772         * gst/rtp/gstrtpvorbisdepay.c:
6773         (gst_rtp_vorbis_depay_parse_configuration),
6774         (gst_rtp_vorbis_depay_setcaps),
6775         (gst_rtp_vorbis_depay_switch_codebook),
6776         (gst_rtp_vorbis_depay_process):
6777         * gst/rtp/gstrtpvorbisdepay.h:
6778         Parse configuration string in the depayloader.
6779         Implement selecting and switching to a new codebook.
6780         Receiving vorbis over RTP now works.
6781
6782         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
6783         (gst_rtp_vorbis_pay_init_packet),
6784         (gst_rtp_vorbis_pay_finish_headers),
6785         (gst_rtp_vorbis_pay_handle_buffer):
6786         * gst/rtp/gstrtpvorbispay.h:
6787         Set timestamps on outgoing buffers and RTP packets.
6788         Fix configuration string, prepend number of Packet headers.
6789         Fix encoding of ident string.
6790         Add delivery-method to caps.
6791         Streaming vorbis over RTP now works.
6792
6793 2006-11-06  Wim Taymans  <wim@fluendo.com>
6794
6795         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
6796         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
6797         (gst_rtp_vorbis_pay_handle_buffer):
6798         * gst/rtp/gstrtpvorbispay.h:
6799         Generate a valid configuration string in the caps based on the
6800         vorbis headers.
6801
6802 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6803
6804         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
6805         * ext/cdio/gstcdio.h:
6806         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
6807           Move CD-TEXT utility function into common file so it can also be
6808           used by a future cdioparanoiasrc.
6809
6810 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
6811         
6812         * sys/v4l2/Makefile.am:
6813         * sys/v4l2/gstv4l2object.c:
6814         * sys/v4l2/gstv4l2src.c:
6815         * sys/v4l2/gstv4l2xoverlay.c:
6816         * sys/v4l2/v4l2_calls.c:
6817         * sys/v4l2/v4l2src_calls.c:
6818         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
6819         xoverlay code that is still not implemented.
6820
6821 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6822
6823         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6824           We require a -base more recent than 0.10.9, so it's safe to use
6825           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
6826
6827         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
6828         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
6829           Use _newsegment_full() now that we depend on a recent enough core.
6830
6831         * gst/wavparse/gstwavparse.c:
6832           Remove cruft that we don't need any longer now that we depend on
6833           a recent enough -base.
6834
6835 2006-10-31  Wim Taymans  <wim@fluendo.com>
6836
6837         * gst/rtp/Makefile.am:
6838         * gst/rtp/gstrtp.c: (plugin_init):
6839         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
6840         (gst_rtpilbcpay_setcaps):
6841         Fix and activate ILBC pay and depayloaders. Fixes #368162.
6842
6843 2006-10-31  Wim Taymans  <wim@fluendo.com>
6844
6845         * ext/speex/gstspeexdec.c: (speex_dec_convert),
6846         (speex_dec_sink_event), (speex_dec_chain_parse_header):
6847         Some small cleanups, use _scale.
6848
6849 2006-10-31  Wim Taymans  <wim@fluendo.com>
6850
6851         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
6852         Use higher precision scale function.
6853
6854 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
6855
6856         Patch by: Michal Benes  <michal dot benes at itonis tv>
6857
6858         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
6859         (gst_matroska_demux_read_track_encodings),
6860         (gst_matroska_decode_buffer):
6861           Fix several issues with encoded/compressed/encrypted/signed tracks;
6862           also, remove superfluous newline characters from some debug
6863           statements. (#366155)
6864
6865 2006-10-30  Wim Taymans  <wim@fluendo.com>
6866
6867         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
6868         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
6869         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
6870         (gst_smokedec_change_state):
6871         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
6872         (gst_smokeenc_init), (gst_smokeenc_finalize),
6873         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
6874         (gst_smokeenc_resync), (gst_smokeenc_chain),
6875         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
6876         (gst_smokeenc_change_state):
6877         Various cleanups, capsnego and leak fixes.
6878
6879 2006-10-30  Wim Taymans  <wim@fluendo.com>
6880
6881         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6882
6883         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
6884         Fix videomixer so that it can handle any combination of framerates.
6885         Fixes #367221.
6886
6887 2006-10-28  Wim Taymans  <wim@fluendo.com>
6888
6889         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
6890         (gst_avi_demux_parse_file_header),
6891         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
6892         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
6893         (gst_avi_demux_chain):
6894         Fix position query for audio. also fixes timestamps in streaming
6895         mode and bug #364958.
6896         Small cleanups.
6897
6898 2006-10-27  Wim Taymans  <wim@fluendo.com>
6899
6900         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
6901         * ext/libpng/gstpngenc.h:
6902         Fix strides. Fixes #364856.
6903         Cleanup capsnego.
6904         Set caps on outgoing buffers.
6905
6906 2006-10-18  Wim Taymans  <wim@fluendo.com>
6907
6908         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
6909
6910         * gst/rtp/gstrtpgsmpay.c:
6911         * gst/rtp/gstrtph263pay.c:
6912         * gst/rtp/gstrtpmpapay.c:
6913         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
6914         (gst_rtp_pcma_pay_handle_buffer):
6915         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
6916         Add static payload numbers in addition to the dynamic ones.
6917         Fixes #361639.
6918
6919 2006-10-18  Wim Taymans  <wim@fluendo.com>
6920
6921         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
6922         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
6923         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
6924         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
6925         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
6926         * gst/rtsp/rtspdefs.h:
6927         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
6928         * gst/rtsp/rtspurl.h:
6929         Reuse already existing enum for lower transport.
6930         Add rtspt and rtspu protocols.
6931         Send redirect to rtspt when udp times out.
6932
6933 2006-10-18  Wim Taymans  <wim@fluendo.com>
6934
6935         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
6936         (gst_wavparse_stream_data):
6937         Fix seeking some more, mostly for speed changes.
6938
6939 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
6940
6941         Patch by: Fredrik Persson  <frepe at bredband net>
6942
6943         * sys/v4l2/gstv4l2tuner.c:
6944         * sys/v4l2/gstv4l2tuner.h:
6945           Fix _set_channel(): remove useless g_object_notify() for "channel"
6946           property that doesn't exist any longer and therefore now also
6947           useless redirect (#338818).
6948
6949 2006-10-17  Wim Taymans  <wim@fluendo.com>
6950
6951         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
6952         Some drivers do not support unsetting the non-blocking flag once the
6953         device is opened. In those cases, close/open the device in
6954         non-blocking mode. Fixes #362673.
6955
6956 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
6957
6958         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6959         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
6960         (gst_v4l2src_get_fps):
6961           dear stefan, framespersecond is not frameperiod, reverting but adding
6962           comment
6963
6964 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
6965
6966         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6967         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
6968         (gst_v4l2src_get_fps):
6969           Numerator is numerator and denominator is denominator. Say that aloud
6970           5 times and retry after next beer.
6971
6972 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
6973
6974         Patch by: Josep Torra Valles  <josep at fluendo com>
6975
6976         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
6977         * ext/esd/esdsink.c: (gst_esdsink_write):
6978         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
6979         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
6980         (gst_flac_dec_send_newsegment):
6981         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
6982         (gst_flac_enc_tell_callback):
6983         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
6984         (smokecodec_parse_header), (smokecodec_decode):
6985         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
6986         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
6987         * gst/goom/Makefile.am:
6988         * gst/goom/gstgoom.c:
6989         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
6990         * gst/rtsp/gstrtspsrc.c:
6991         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6992         * gst/udp/gstudpsink.c:
6993         * gst/udp/gstudpsrc.c:
6994         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
6995         * sys/sunaudio/gstsunaudiomixertrack.h:
6996           Fix a bunch of problems discovered by the Forte compiler, mostly type
6997           mixups and pointer arithmetics with void pointers. Fixes #362603.
6998
6999 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7000
7001         * ext/speex/gstspeex.c: (plugin_init):
7002         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
7003         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
7004         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
7005         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
7006         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
7007         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
7008         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
7009         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
7010         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
7011         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
7012         (gst_speex_enc_chain), (gst_speex_enc_get_property),
7013         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
7014         * ext/speex/gstspeexenc.h:
7015           Miscellaneous clean-ups, among other things: speexenc => enc to
7016           enhance code readability; change speexenc => speex_enc; in chain
7017           function unref input buffer in case of error; take reference in
7018           event function; use boilerplate macro; use gst_pad_query_peer_*
7019           convenience functions.
7020
7021 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7022
7023         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
7024         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
7025         (gst_speexenc_set_header_on_caps):
7026           Fix some mem leaks.
7027
7028 2006-10-11  Wim Taymans  <wim@fluendo.com>
7029
7030         * gst/rtsp/URLS:
7031         Added some other URL.
7032
7033         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
7034         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
7035         (gst_rtspsrc_open), (gst_rtspsrc_play),
7036         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7037         * gst/rtsp/gstrtspsrc.h:
7038         Work on fallback to TCP connection when the UDP socket times out.
7039         Handler server requests, just reply with OK for now.
7040
7041         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7042         * gst/rtsp/rtspdefs.h:
7043         Added some more Real extension headers.
7044
7045         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7046         Fix parsing of urls with a ':' that is not part of the hostname:port
7047         part of the url.
7048
7049 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7050
7051         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
7052         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
7053         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
7054           Activate pad before adding it to the already-running element.
7055
7056         * tests/check/elements/icydemux.c: (icydemux_found_pad):
7057           Activate newly-created pad too.
7058
7059 2006-10-11  Wim Taymans  <wim@fluendo.com>
7060
7061         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
7062
7063         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7064         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
7065         (gst_udpsrc_start):
7066         Fix some leaks in caps and uris. Fixes #361252.
7067
7068 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
7069
7070         * gst/wavparse/Makefile.am:
7071           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
7072
7073 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
7074
7075         * sys/v4l2/gstv4l2xoverlay.c:
7076         * sys/v4l2/gstv4l2xoverlay.h:
7077         Fix build as per the patch in #338818 comment 36.
7078
7079 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
7080
7081         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
7082           Activate pads before adding them to the source.
7083
7084 2006-10-06  Wim Taymans  <wim@fluendo.com>
7085
7086         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
7087         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
7088         Activate pads before adding.
7089
7090 2006-10-06  Wim Taymans  <wim@fluendo.com>
7091
7092         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
7093         (gst_multipart_find_pad_by_mime):
7094         Activate pads before adding.
7095
7096         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
7097         BOILERPLATE sets parent_class for us.
7098
7099 2006-10-06  Wim Taymans  <wim@fluendo.com>
7100
7101         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
7102         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7103         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
7104         (gst_rtspsrc_alloc_udp_ports),
7105         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7106         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
7107         (gst_rtspsrc_create_transports_string),
7108         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
7109         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7110         * gst/rtsp/gstrtspsrc.h:
7111         Rework how the transport string is constructed, try to share channels
7112         and udp ports.
7113         Make most of the stuff less dependant on RTP as we are also going to use
7114         it for RDT.
7115         Add support for transport specific session managers.
7116
7117         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
7118         Implement _flush().
7119
7120         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7121         * gst/rtsp/rtspdefs.h:
7122         Add generic error return code.
7123
7124         * gst/rtsp/rtspext.h:
7125         Add support for pluggable tranport strings.
7126
7127         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
7128         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
7129         (rtsp_ext_wms_get_context):
7130         Detect WMServer and activate the extension.
7131
7132         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
7133         (rtsp_transport_get_manager), (rtsp_transport_parse):
7134         * gst/rtsp/rtsptransport.h:
7135         Added methods to get mime/manager for certain transports.
7136
7137 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
7138
7139         * ext/cairo/gsttimeoverlay.c:
7140         (gst_cairo_time_overlay_update_font_height):
7141         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
7142         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
7143         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7144         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7145         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
7146         * ext/libpng/gstpngdec.c: (user_endrow_callback):
7147         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
7148         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
7149         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
7150         (gst_avi_demux_stream_data):
7151         * gst/cutter/gstcutter.c: (gst_cutter_chain):
7152         * gst/debug/efence.c: (gst_efence_buffer_alloc),
7153         (gst_fenced_buffer_copy):
7154         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7155         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
7156         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
7157         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
7158         (gst_rtspsrc_handle_message):
7159         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
7160         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
7161           Printf format fixes.
7162
7163 2006-10-04  Wim Taymans  <wim@fluendo.com>
7164
7165         * gst/rtsp/Makefile.am:
7166         Dist new .h file too.
7167
7168 2006-10-04  Wim Taymans  <wim@fluendo.com>
7169
7170         * gst/rtsp/Makefile.am:
7171         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
7172         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
7173         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7174         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7175         (gst_rtspsrc_parse_rtpmap),
7176         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
7177         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7178         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
7179         * gst/rtsp/gstrtspsrc.h:
7180         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7181         * gst/rtsp/rtspdefs.h:
7182         * gst/rtsp/rtspext.h:
7183         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
7184         (rtsp_ext_wms_get_context):
7185         * gst/rtsp/rtspextwms.h:
7186         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
7187         (rtsp_transport_parse):
7188         * gst/rtsp/rtsptransport.h:
7189         Factor out extension in separate module.
7190         Fix getcaps to filter against the padtemplate.
7191         Use Content-Base if the server gives one.
7192         Rework the transport parsing a bit for future extensions.
7193         Added some Real Header field definitions.
7194
7195 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7196
7197         * docs/plugins/Makefile.am:
7198         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7199         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7200           added v4l2 stubs
7201         * gst-plugins-good.spec.in:
7202           add v4l2
7203
7204 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
7205
7206         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7207           Extract disc/album/medium number and count and try harder
7208           to extract track number/count.
7209
7210 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7211
7212         * configure.ac:
7213         * sys/Makefile.am:
7214           add build stuff for v4l2, needs --enable-experimental until
7215           the last bits are resolved
7216
7217 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7218
7219         * tests/check/Makefile.am:
7220           Disable autodetect test temporarily, so that the build bots
7221           update -bad and the ranks of unreliable video sinks in there.
7222
7223         * tests/check/elements/autodetect.c: (GST_START_TEST):
7224           Skip test if no usable videosink is found.
7225
7226 2006-09-29  Wim Taymans  <wim@fluendo.com>
7227
7228         * gst/rtsp/URLS:
7229         Add some more URLs.
7230
7231         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7232         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
7233         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7234         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
7235         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7236         (gst_rtspsrc_loop), (gst_rtspsrc_send),
7237         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7238         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
7239         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7240         * gst/rtsp/gstrtspsrc.h:
7241         Add timeout property to control UDP timeouts.
7242         Fix error messages.
7243         Also start a loop function when operating in UDP mode so that we can
7244         do some more stuff async.
7245         Handle element messages from udpsrc to detect timeouts. If a timeout
7246         happens we currently generate an error.
7247         API: rtspsrc::timeout property.
7248
7249         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7250         (gst_udpsrc_create):
7251         Really implement the timeout in microseconds and not milliseconds.
7252
7253 2006-09-29  Wim Taymans  <wim@fluendo.com>
7254
7255         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7256         (gst_udpsrc_create), (gst_udpsrc_set_property),
7257         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
7258         * gst/udp/gstudpsrc.h:
7259         Added property to post a message on timeout.
7260         Updated docs.
7261         When restarting the select, initialize the fdsets again.
7262         Init control sockets so we don't accidentally close a random socket.
7263         API: GstUDPSrc::timeout property
7264
7265 2006-09-29  Wim Taymans  <wim@fluendo.com>
7266
7267         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
7268         Fix flag registration.
7269
7270         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7271         Reading 0 also means 'no more commands'
7272
7273 2006-09-29  Wim Taymans  <wim@fluendo.com>
7274
7275         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7276
7277         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7278         Fix possible infinite loop when shutting down, a read can also return
7279         0 to indicate no more messages are available. Fixes #358156.
7280
7281 2006-09-25  Wim Taymans  <wim@fluendo.com>
7282
7283         * gst/autodetect/gstautoaudiosink.c:
7284         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
7285         (gst_auto_audio_sink_find_best):
7286         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
7287         Small cleanups.
7288         don't try to set "sync" property when it is not available.
7289
7290 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7291
7292         Patch by: Peter Kjellerstedt  <pkj at axis com>
7293
7294         * gst/alpha/gstalpha.c:
7295         * gst/rtp/gstrtpamrdepay.c:
7296         * gst/rtsp/gstrtspsrc.c:
7297         * gst/udp/gstudpsrc.c:
7298         * gst/videomixer/videomixer.c:
7299           Include stdlib.h in some more places, makes things compile
7300           with uClibc and -Werror (#357592).
7301
7302 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7303
7304         * ext/jpeg/gstjpegdec.c:
7305           Set minimum height to 8 (from 16), our code should handle
7306           that fine. Some of the buttons on the apple trailer site
7307           are apparently only 15 pixels high (see #357470).
7308
7309 2006-09-23  Wim Taymans  <wim@fluendo.com>
7310
7311         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
7312         (gst_rtspsrc_open):
7313         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7314         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7315         (rtsp_connection_receive):
7316         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7317         * gst/rtsp/rtspdefs.h:
7318         Improve error reporting.
7319
7320 2006-09-23  Wim Taymans  <wim@fluendo.com>
7321
7322         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
7323         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
7324         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
7325         * gst/rtp/gstrtpdepay.c:
7326         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
7327         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
7328         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
7329         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
7330         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
7331         (gst_rtp_mp2t_depay_plugin_init):
7332         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
7333         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
7334         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
7335         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
7336         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
7337         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
7338         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
7339         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
7340         Fix klass typos.
7341         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
7342
7343 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7344
7345         * configure.ac:
7346           Need  -base CVS for gst_base_rtp_depayload_push_ts().
7347
7348 2006-09-22  Wim Taymans  <wim@fluendo.com>
7349
7350         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
7351         Don't check for a tag that is never there and check if we read the
7352         correct tag. Fixes seeking again.
7353         We must post an error when all pads are unlinked.
7354
7355 2006-09-22  Wim Taymans  <wim@fluendo.com>
7356
7357         * gst/rtp/Makefile.am:
7358         * gst/rtp/gstrtp.c: (plugin_init):
7359         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
7360         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7361         (gst_rtp_vorbis_pay_reset_packet),
7362         (gst_rtp_vorbis_pay_init_packet),
7363         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
7364         (gst_rtp_vorbis_pay_handle_buffer):
7365         More fixage, set endoder-params correctly in the payloader.
7366
7367 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7368
7369         * gst/autodetect/gstautoaudiosink.c:
7370         (gst_auto_audio_sink_base_init):
7371         * gst/autodetect/gstautovideosink.c:
7372         (gst_auto_video_sink_base_init):
7373           Make static pad templates static to appease valgrind's leak
7374           detector.
7375
7376         * tests/check/Makefile.am:
7377         * tests/check/elements/.cvsignore:
7378         * tests/check/elements/autodetect.c: (GST_START_TEST),
7379         (autodetect_suite):
7380           Add simple test for the ghostpad lockup on shutdown fixed in core
7381           CVS (audio bit disabled because it would need dozens of alsa
7382           suppressions and I'm too lazy to add those now).
7383
7384 2006-09-22  Wim Taymans  <wim@fluendo.com>
7385
7386         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
7387         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
7388         Small cleanups.
7389
7390         * gst/rtp/Makefile.am:
7391         * gst/rtp/gstrtp.c: (plugin_init):
7392         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
7393         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
7394         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
7395         (gst_rtp_vorbis_depay_process),
7396         (gst_rtp_vorbis_depay_set_property),
7397         (gst_rtp_vorbis_depay_get_property),
7398         (gst_rtp_vorbis_depay_change_state),
7399         (gst_rtp_vorbis_depay_plugin_init):
7400         * gst/rtp/gstrtpvorbisdepay.h:
7401         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
7402         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
7403         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
7404         (gst_rtp_vorbis_pay_flush_packet),
7405         (gst_rtp_vorbis_pay_append_buffer),
7406         (gst_rtp_vorbis_pay_handle_buffer),
7407         (gst_rtp_vorbis_pay_plugin_init):
7408         * gst/rtp/gstrtpvorbispay.h:
7409         Add experimental vorbis pay and depayloaders.
7410
7411 2006-09-21  Wim Taymans  <wim@fluendo.com>
7412
7413         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
7414         Fix profile-level-id parsing and setup.
7415
7416 2006-09-21  Wim Taymans  <wim@fluendo.com>
7417
7418         * gst/udp/README:
7419         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
7420         Update README, simple cleanup.
7421
7422 2006-09-21  Wim Taymans  <wim@fluendo.com>
7423
7424         * gst/rtp/README:
7425         Update README with some examples.
7426
7427         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
7428         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
7429         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
7430         (gst_rtp_mp4g_pay_setcaps):
7431         * gst/rtp/gstrtpmp4gpay.h:
7432         Make optional RTP parameters of type STRING, as required by the
7433         application/x-rtp caps specification.
7434
7435 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
7436
7437         * gst/rtp/gstrtph263pdepay.c:
7438         * gst/rtp/gstrtph263ppay.c:
7439         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
7440         RTP header.
7441
7442 2006-09-20  Wim Taymans  <wim@fluendo.com>
7443
7444         * gst/rtp/Makefile.am:
7445         And makefile too.
7446
7447 2006-09-20  Wim Taymans  <wim@fluendo.com>
7448
7449         * gst/rtp/gstrtp.c: (plugin_init):
7450         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
7451         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
7452         (decode_base64), (gst_rtp_asf_depay_setcaps),
7453         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
7454         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
7455         (gst_rtp_asf_depay_plugin_init):
7456         * gst/rtp/gstrtpasfdepay.h:
7457         Added preliminary ASF depayloader.
7458
7459         * gst/rtp/gstrtph264depay.c: (decode_base64):
7460         Fix base64 decoding.
7461
7462 2006-09-20  Wim Taymans  <wim@fluendo.com>
7463
7464         * gst/rtsp/URLS:
7465         Added some test URLS.
7466
7467         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7468         (gst_rtspsrc_loop), (gst_rtspsrc_open):
7469         * gst/rtsp/gstrtspsrc.h:
7470         When creating streams, give access to the complete SDP.
7471         Fix some leaks.
7472         Collect and merge global stream properties in stream caps.
7473         Preliminary support for WMServer.
7474
7475         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7476         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7477         (rtsp_connection_receive):
7478         * gst/rtsp/rtspconnection.h:
7479         Make connection interruptable.
7480         Refactor to make it reconnectable.
7481         Don't fail on short reads when reading data packets.
7482
7483         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
7484         (rtsp_url_get_port):
7485         * gst/rtsp/rtspurl.h:
7486         Add methods for getting/setting the port.
7487
7488         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
7489         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
7490         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
7491         (sdp_media_get_format), (sdp_parse_line),
7492         (sdp_message_parse_buffer):
7493         Fix headers. 
7494         Add methods for getting multiple attributes with the same name.
7495         Increase buffer size when parsing.
7496         Fix parsing of a=foo fields.
7497
7498         * gst/rtsp/test.c: (main):
7499         Update to new connection API.
7500
7501         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
7502         (rtsp_message_init_response), (rtsp_message_init_data),
7503         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
7504         * gst/rtsp/rtspmessage.h:
7505         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
7506         * gst/rtsp/rtsptransport.h:
7507         * gst/rtsp/sdp.h:
7508         * gst/rtsp/sdpmessage.h:
7509         * gst/rtsp/gstrtsp.c:
7510         * gst/rtsp/gstrtsp.h:
7511         * gst/rtsp/gstrtpdec.c:
7512         * gst/rtsp/gstrtpdec.h:
7513         * gst/rtsp/rtsp.h:
7514         * gst/rtsp/rtspdefs.c:
7515         * gst/rtsp/rtspdefs.h:
7516         Dual licensed under MIT and LGPL now.
7517
7518 2006-09-19  Wim Taymans  <wim@fluendo.com>
7519
7520         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
7521         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
7522         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7523         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7524         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
7525         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7526         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
7527         * gst/rtsp/gstrtspsrc.h:
7528         Reorganize stream parsing and creation.
7529         Detect container formats in interleaved mode.
7530         Keep more state about the streams.
7531         Assume a server also supports PLAY if it does not say.
7532         Add unicast and interleaved properties to TCP transport requests to make
7533         some servers happy (WMServer).
7534
7535         * gst/rtsp/sdpmessage.h:
7536         Add some defines for the standard Bandwidth types.
7537
7538 2006-09-19  Wim Taymans  <wim@fluendo.com>
7539
7540         * gst/rtsp/test.c: (main):
7541         Fix build.
7542
7543 2006-09-19  Wim Taymans  <wim@fluendo.com>
7544
7545         * gst/wavparse/gstwavparse.c:
7546         Add ms-gsm to the src template.
7547
7548 2006-09-18  Wim Taymans  <wim@fluendo.com>
7549
7550         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
7551         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
7552         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
7553         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
7554         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7555         * gst/rtsp/gstrtspsrc.h:
7556         Small cleanups, added documentation.
7557         Try to clean up the requests and responses.
7558         Refactor parsing the supported methods.
7559
7560         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
7561         (rtsp_connection_create), (rtsp_connection_send),
7562         (parse_response_status), (parse_request_line),
7563         (rtsp_connection_receive), (rtsp_connection_close),
7564         (rtsp_connection_free):
7565         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
7566         (rtsp_transport_init), (rtsp_transport_parse),
7567         (rtsp_transport_free):
7568         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7569         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
7570         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
7571         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
7572         Use g_return_val some more.
7573
7574         * gst/rtsp/rtspdefs.h:
7575         Add more enum values to track initial states.
7576
7577         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
7578         (rtsp_message_init_request), (rtsp_message_new_response),
7579         (rtsp_message_init_response), (rtsp_message_init_data),
7580         (rtsp_message_unset), (rtsp_message_free),
7581         (rtsp_message_add_header), (rtsp_message_remove_header),
7582         (rtsp_message_get_header), (rtsp_message_set_body),
7583         (rtsp_message_take_body), (rtsp_message_get_body),
7584         (rtsp_message_steal_body), (rtsp_message_dump):
7585         * gst/rtsp/rtspmessage.h:
7586         Reorder arguments, object goes as the first one.
7587         Use g_return_val some more.
7588
7589 2006-09-18  Wim Taymans  <wim@fluendo.com>
7590
7591         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
7592         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
7593         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
7594         * gst/rtsp/gstrtspsrc.h:
7595         Export sometimes source pad with correct caps on the template, create
7596         the ghostpad from the template.
7597         Remove RTCP template as we never expose RTCP.
7598         Protect against invalid body size.
7599         Avoid memcpy when creating the output buffer.
7600         Properly post an error and send EOS when the loop function is shut down.
7601
7602 2006-09-18  Wim Taymans  <wim@fluendo.com>
7603
7604         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
7605
7606         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7607         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
7608         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7609         * gst/rtsp/gstrtspsrc.h:
7610         Make sure we can never set an invalid location.
7611
7612         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
7613         * gst/rtsp/rtspmessage.h:
7614         Added _steal_body method for future use.
7615
7616         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
7617         Make freeing of NULL url return immediatly.
7618
7619 2006-09-18  Wim Taymans  <wim@fluendo.com>
7620
7621         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
7622
7623         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
7624         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
7625         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
7626         (gst_rtspsrc_change_state):
7627         * gst/rtsp/gstrtspsrc.h:
7628         Use boilerplate.
7629         Make rtspsrc subclass GstBin to make state changes easier.
7630         Add Range header field on the PLAY request.
7631
7632 2006-09-18  Wim Taymans  <wim@fluendo.com>
7633
7634         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
7635
7636         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
7637         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7638         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
7639         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
7640         * gst/rtsp/rtspconnection.c: (inet_aton):
7641         Small cleanups.
7642         when multicast is selected as the transport, create UDP sources and
7643         connect to the multicast group.
7644         Move parsing and setting of caps to a common place.
7645         Fixes #349894.
7646
7647 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
7648
7649         * ext/flac/gstflactag.c:
7650         * gst/alpha/gstalpha.c:
7651         * gst/debug/breakmydata.c:
7652         * gst/debug/negotiation.c:
7653         * gst/debug/testplugin.c:
7654         * gst/effectv/gstaging.c:
7655         * gst/effectv/gstdice.c:
7656         * gst/effectv/gstedge.c:
7657         * gst/effectv/gstquark.c:
7658         * gst/effectv/gstrev.c:
7659         * gst/effectv/gstshagadelic.c:
7660         * gst/effectv/gstvertigo.c:
7661         * gst/effectv/gstwarp.c:
7662         * gst/multipart/multipartdemux.c:
7663         * gst/multipart/multipartmux.c:
7664         * gst/videobox/gstvideobox.c:
7665         * gst/videofilter/gstgamma.c:
7666         * gst/videofilter/gstvideotemplate.c:
7667         * gst/videomixer/videomixer.c:
7668         * sys/sunaudio/gstsunaudiosrc.h:
7669         More G_OBJECT macro fixing.
7670
7671 2006-09-16  Wim Taymans  <wim@fluendo.com>
7672
7673         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
7674
7675         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
7676         Correctly set the dwLength in strh.
7677         With this patch, the file duration is now displayed correctly in window
7678         media player and the AVI plays completely. Fixes #356147
7679
7680 2006-09-15  Wim Taymans  <wim@fluendo.com>
7681
7682         Patch by: Darren Kenny <darren dot kenny at sun dot com>
7683
7684         * sys/sunaudio/gstsunaudiomixerctrl.c:
7685         (gst_sunaudiomixer_ctrl_build_list):
7686         Set the output track as the MASTER so that the gnome-settings-daemon
7687         keybindings for changing the volume using the keyboard works.
7688         Fixes #356142.
7689
7690 2006-09-15  Wim Taymans  <wim@fluendo.com>
7691
7692         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
7693         Fix documentation, it is not possible to control the framerate of jpegdec
7694         using filtered caps yet. Fixes #355210.
7695         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
7696         stop when there is an error.
7697
7698 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
7699
7700         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
7701         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
7702           Don't interpret a first buffer with an offset of NONE as
7703           'from the middle of the stream', but only a first buffer
7704           that has a valid buffer offset that's non-zero (see #345449).
7705
7706 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
7707
7708         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
7709         (gst_icydemux_typefind_or_forward):
7710         * gst/icydemux/gsticydemux.h:
7711           When we merge/collect multiple incoming buffers for typefinding
7712           purposes, keep an initial 0 offset on the first outgoing buffer
7713           as well (otherwise id3demux won't work right). Fixes #345449.
7714           Also Make buffer metadata writable before setting buffer caps.
7715
7716         * tests/check/elements/icydemux.c: (typefind_succeed),
7717         (cleanup_icydemux), (push_data), (GST_START_TEST),
7718         (icydemux_suite):
7719           Small test case for the above.
7720
7721 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
7722
7723         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
7724         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
7725         (gst_avi_demux_stream_header_push),
7726         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
7727         (gst_avi_demux_loop):
7728           More code reuse and better logging in _peek_chunk(). Reintroduce check
7729           for chunk sizes before reading them (avoid oom). Better handling for 
7730           invalid chunksizes when streaming.
7731
7732 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
7733
7734         * gst/level/gstlevel.c: (gst_level_set_property):
7735         * gst/level/gstlevel.h:
7736           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
7737           René Stadler
7738
7739 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
7740
7741         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
7742         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
7743         (gst_avi_demux_stream_data):
7744           Revert one change to fix streaming avi (adapter size != data size).
7745
7746 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
7747
7748         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
7749
7750         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
7751         (gst_matroska_demux_reset),
7752         (gst_matroska_demux_read_track_encodings),
7753         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
7754         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7755         (gst_matroska_demux_subtitle_caps):
7756         * gst/matroska/matroska-ids.h:
7757           Add support for VOBSUB subtitle tracks and zlib-compressed
7758           tracks. Make sure we start on a keyframe after a seek. (#343348)
7759
7760 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
7761
7762         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
7763         (gst_matroska_demux_push_flac_codec_priv_data),
7764         (gst_matroska_demux_push_xiph_codec_priv_data),
7765         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7766         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
7767         * gst/matroska/matroska-ids.h:
7768           Add basic FLAC support (#311586), not perfect yet though, needs some
7769           tweaking in flacdec; also, seeking could be better.
7770           Do better bounds checking when deserialising vorbis stream headers
7771           to make sure we don't read beyond the end of the buffer on bad input.
7772
7773 2006-09-04  Wim Taymans  <wim@fluendo.com>
7774
7775         Patch by: Alessandro Decina <alessandro at nnva dot org>
7776
7777         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
7778         Seeking back in a file containing a CMML stream errors out if the seek
7779         goes back up to the CMML headers. This is because after the seek the xml
7780         processing instruction <?xml ...?> is submitted to the xml parser again, 
7781         which results in an error. The attached patch fixes the problem. 
7782         Fixes #353908.
7783
7784         * ext/annodex/gstcmmlenc.h:
7785         Fix authors name.
7786
7787
7788 2006-08-28  Andy Wingo  <wingo@pobox.com>
7789
7790         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
7791         New helper function to lessen the ifdefs.
7792         (GST_INFO_OBJECT): 
7793         (gst_dv1394src_iso_receive): Use it.
7794         (gst_dv1394src_create): Also use the control sockets in iec61883
7795         mode.
7796         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
7797         handle for AVC operations; fixes #348233.
7798
7799 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
7800
7801         * configure.ac:
7802         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7803         * docs/plugins/inspect/plugin-audiofx.xml:
7804         * docs/plugins/inspect/plugin-audiofxgood.xml:
7805         * gst/audiofx/Makefile.am:
7806         * gst/audiofx/audiofx.c:
7807         * gst/audiofxgood/.cvsignore:
7808         * gst/audiofxgood/Makefile.am:
7809         * gst/audiofxgood/audiofx.c:
7810         * gst/audiofxgood/audiopanorama.c:
7811         * gst/audiofxgood/audiopanorama.h:
7812           Rename again (audiofxgood -> audiofx).
7813
7814 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
7815
7816         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
7817         (gst_avi_demux_stream_scan):
7818           Initialze variables.
7819
7820 2006-08-25  Wim Taymans  <wim@fluendo.com>
7821
7822         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
7823         (gst_avi_demux_init), (gst_avi_demux_finalize),
7824         (gst_avi_demux_reset), (gst_avi_demux_index_last),
7825         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
7826         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
7827         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
7828         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
7829         (gst_avi_demux_massage_index),
7830         (gst_avi_demux_calculate_durations_from_index),
7831         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
7832         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
7833         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
7834         (gst_avi_demux_change_state):
7835         * gst/avi/gstavidemux.h:
7836         More attempts to turn this into readable code.
7837         Don't leak adapters.
7838         Calculate duration according to index more efficiently.
7839         Don't try to act like we drive the pipeline in chain mode.
7840
7841 2006-08-25  Wim Taymans  <wim@fluendo.com>
7842
7843         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
7844         Fix build.
7845
7846 2006-08-25  Wim Taymans  <wim@fluendo.com>
7847
7848         Patch by: Alessandro Decina <alessandro at nnva dot org>
7849
7850         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
7851         Do some extra sanity checks.
7852         Fixes #350340.
7853
7854         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
7855         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
7856         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
7857         Check if clip->start_time is valid before adding the clip to the
7858         track list.
7859         Reset enc->preamble going from PAUSED to READY.
7860         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
7861         only used for EOS.
7862         Only post an error message if we were the one that created the fatal
7863         GstFlowReturn value.
7864
7865         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
7866         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
7867         Parse the seconds field of the npt-sec time format using %llu rather than
7868         %d and check that the value scaled by GST_SECOND doesn't overflow.
7869         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
7870         Lookup a clip's track with clip->track rather than clip->id which
7871         makes no sense.
7872         Identify a clip by its track and start time and not its xml id.
7873         do some more input checking and make sure we don't do undefined shifts.
7874
7875         * tests/check/elements/cmmldec.c: (setup_cmmldec),
7876         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
7877         (cmml_tag_message_pop), (check_headers), (push_clip_full),
7878         (push_clip), (push_empty_clip), (check_output_clip),
7879         (GST_START_TEST), (cmmldec_suite):
7880         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
7881         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
7882         (check_headers), (push_clip), (check_clip_times), (check_clip),
7883         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
7884         Added some more checks.
7885
7886 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
7887
7888         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
7889         (gst_audio_panorama_set_property),
7890         (gst_audio_panorama_get_property),
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/audiofxgood/audiopanorama.h:
7896         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
7897           Make also the pan-property float (saves scaling and yields better
7898           resolution)
7899
7900 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
7901
7902         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
7903         (gst_audio_panorama_transform_m2s_float),
7904         (gst_audio_panorama_transform_s2s_float):
7905           ChangeLog surgery to add cymax's real name
7906
7907
7908 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
7909
7910         Patch by: René Stadler <mail@renestadler.de>
7911
7912         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
7913         (gst_audio_panorama_transform_m2s_int),
7914         (gst_audio_panorama_transform_s2s_int),
7915         (gst_audio_panorama_transform_m2s_float),
7916         (gst_audio_panorama_transform_s2s_float),
7917         (gst_audio_panorama_transform):
7918         * gst/audiofxgood/audiopanorama.h:
7919           Added float support
7920
7921 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
7922
7923         * gst/audiofxgood/audiopanorama.c:
7924         (gst_audio_panorama_transform_m2s):
7925           Fix docs & debug category. Add Fixme for volume pan levels.
7926
7927 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
7928
7929         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
7930         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
7931         (gst_avi_demux_stream_header_pull),
7932         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
7933         (gst_avi_demux_chain):
7934           unbreak AVI index handling, some more debug, remove an obsolete
7935           adapter_flush that caused streaming to wander off in the wild
7936
7937 2006-08-24  Wim Taymans  <wim@fluendo.com>
7938
7939         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7940         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
7941         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
7942         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
7943         (gst_avi_demux_calculate_durations_from_index),
7944         (gst_avi_demux_stream_header_push),
7945         (gst_avi_demux_stream_header_pull):
7946         * gst/avi/gstavidemux.h:
7947         Some more cleanups. 
7948         Fix totalFrames parsing in ODML.
7949         Disable use of index for length calculation in case of ODML as this is
7950         broken now.
7951
7952 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
7953
7954         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
7955           Use libgsttag helper function here too.
7956
7957 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
7958
7959         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
7960         (gst_avi_demux_init), (gst_avi_demux_dispose),
7961         (gst_avi_demux_reset), (gst_avi_demux_index_next),
7962         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
7963         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
7964         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
7965         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
7966         (gst_avi_demux_parse_subindex),
7967         (gst_avi_demux_read_subindexes_push),
7968         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
7969         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
7970         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
7971         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
7972         (gst_avi_demux_stream_header_pull),
7973         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
7974         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
7975         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
7976         (gst_avi_demux_change_state):
7977         * gst/avi/gstavidemux.h:
7978           Initial streaming support for avidemux (fixes #336465)
7979
7980 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
7981
7982         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7983           There is no taglibmux element ...
7984
7985         * gst/rtsp/gstrtspsrc.c:
7986           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
7987           was complaining about unknown entity here.
7988
7989 2006-08-22  Wim Taymans  <wim@fluendo.com>
7990
7991         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
7992         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
7993         (gst_avi_demux_process_next_entry):
7994         * gst/avi/gstavidemux.h:
7995         Mark DISCONT.
7996         Remove old unused fields and reorder the struct a bit.
7997
7998 2006-08-22  Wim Taymans  <wim@fluendo.com>
7999
8000         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8001         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
8002         (gst_rtspsrc_pause):
8003         * gst/rtsp/gstrtspsrc.h:
8004         * sys/oss/gstosssink.c: (gst_oss_sink_open),
8005         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
8006         Small documentation updates.
8007
8008 2006-08-22  Wim Taymans  <wim@fluendo.com>
8009
8010         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8011         (gst_avi_demux_index_entry_for_time),
8012         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8013         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
8014         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8015         (gst_avi_demux_next_data_buffer),
8016         (gst_avi_demux_calculate_durations_from_index),
8017         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
8018         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
8019         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8020         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
8021         * gst/avi/gstavidemux.h:
8022         Precalc most of the duration query for each stream.
8023         Make seeking more correct.
8024         Use GstSegment to track position and duration.
8025         Code cleanups and leak fixes.
8026         Calculate correct total duration based on index length.
8027
8028 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
8029
8030         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
8031         (parse_insert_string_field):
8032           If strings in text fields are marked ISO8859-1, but contain
8033           valid UTF-8 already, then handle them as UTF-8 and ignore
8034           the encoding. (#351794)
8035
8036 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8037
8038         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
8039         (gst_flac_dec_write), (gst_flac_dec_loop),
8040         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
8041         (gst_flac_dec_src_query):
8042         * ext/flac/gstflacdec.h:
8043           Make flac-in-ogg work (#352100).
8044
8045 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8046
8047         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8048           Don't unref buffers of which we've already given away
8049           ownership to the adapter.
8050
8051 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8052
8053         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
8054           Make metadata extraction actually work.
8055
8056         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
8057         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
8058         (gst_speexenc_chain):
8059           Fix metadata writing: replace old code which wrote completely
8060           broken tags with libgsttag-based code. Plus miscellaneous
8061           code cleanups (use static pad templates etc.) and a bunch
8062           of leak fixes.
8063
8064 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8065
8066         * gst/audiopanorama/.cvsignore:
8067         * gst/audiopanorama/Makefile.am:
8068         * gst/audiopanorama/audiofx.c:
8069         * gst/audiopanorama/audiopanorama.c:
8070         * gst/audiopanorama/audiopanorama.h:
8071           die! die! die! you should never have been there
8072
8073 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8074
8075         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8076         Fix invalid memory access in audiopanorama test suite.
8077
8078 2006-08-21  Edward Hervey  <edward@fluendo.com>
8079
8080         * tests/check/elements/.cvsignore:
8081         ignore built file
8082
8083 2006-08-21  Wim Taymans  <wim@fluendo.com>
8084
8085         * gst/rtp/Makefile.am:
8086         Fix the build again.
8087
8088 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8089
8090         * gst/audiofxgood/.cvsignore:
8091         * gst/audiofxgood/Makefile.am:
8092         * gst/audiofxgood/audiofx.c: (plugin_init):
8093         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8094         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8095         (gst_audio_panorama_set_property),
8096         (gst_audio_panorama_get_property),
8097         (gst_audio_panorama_get_unit_size),
8098         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8099         (gst_audio_panorama_transform_m2s),
8100         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8101         * gst/audiofxgood/audiopanorama.h:
8102           resubmit with the desired name *again*
8103
8104 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8105
8106         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
8107         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
8108           use g_assert in _get_unit_size
8109
8110 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8111
8112         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8113         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8114         * docs/plugins/inspect/plugin-audiofxgood.xml:
8115           cleanup -unused.txt to make it useful, add previously missing docs
8116
8117         * ext/Makefile.am:
8118           Quietly (accidentally) enable LADSPA for building by default, 
8119           despite the fact that it doesn't meet the plugin checklist.
8120             -- Added by Jan Schmidt 18 Dec 2006
8121
8122         * ext/esd/esdmon.c:
8123         * ext/esd/esdsink.c:
8124         * ext/esd/gstesd.c: (plugin_init):
8125           reflow to get rid of two external symbols
8126
8127         * gst/audiofxgood/audiofx.c: (plugin_init):
8128           re-add
8129
8130 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8131
8132         * configure.ac:
8133         * gst/audiofxgood/.cvsignore:
8134         * gst/audiofxgood/Makefile.am:
8135         * gst/audiofxgood/audiofx.c
8136         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8137         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8138         (gst_audio_panorama_set_property),
8139         (gst_audio_panorama_get_property),
8140         (gst_audio_panorama_get_unit_size),
8141         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8142         (gst_audio_panorama_transform_m2s),
8143         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8144         * gst/audiofxgood/audiopanorama.h:
8145         * tests/check/Makefile.am:
8146         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
8147         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
8148         (panorama_suite), (main):
8149         Add audiofxgood plugin with audiopanorama element
8150
8151 2006-08-18  Wim Taymans  <wim@fluendo.com>
8152
8153         * docs/plugins/Makefile.am:
8154         More Oss docs fixage. 
8155
8156 2006-08-18  Wim Taymans  <wim@fluendo.com>
8157
8158         * gst/rtp/Makefile.am:
8159         * gst/rtp/gstrtp.c: (plugin_init):
8160         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
8161         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
8162         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
8163         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
8164         (gst_rtp_sv3v_depay_get_property),
8165         (gst_rtp_sv3v_depay_change_state),
8166         (gst_rtp_sv3v_depay_plugin_init):
8167         * gst/rtp/gstrtpsv3vdepay.h:
8168         Added experimental SVQ3 depayloader.
8169
8170 2006-08-18  Edward Hervey  <edward@fluendo.com>
8171
8172         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
8173         (gst_dvdemux_loop), (gst_dvdemux_change_state):
8174         * ext/dv/gstdvdemux.h:
8175         When handling seek requests, don't send the newsegment event from the
8176         calling thread. Instead save it so it can be sent from the streaming
8177         thread.
8178
8179 2006-08-17  Wim Taymans  <wim@fluendo.com>
8180
8181         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8182
8183         * gst/multipart/multipartdemux.c: (multipart_parse_header):
8184         Accept leading whitespace before the boundary
8185         This patch makes the demuxer allow some whitespace before the actual
8186         boundary. This makes the demuxer work with the ``old'' gstreamer
8187         multipartmuxer again (which placed an extra \n before the start
8188         of the stream) Fixes #349068.
8189
8190 2006-08-17  Wim Taymans  <wim@fluendo.com>
8191
8192         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
8193         Error out on non-implemented stuff.
8194
8195 2006-08-16  Wim Taymans  <wim@fluendo.com>
8196
8197         Patch by: Andy Wingo <wingo at pobox dot com>
8198
8199         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
8200         (gst_signal_processor_start), (gst_signal_processor_stop),
8201         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
8202         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
8203         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
8204         (gst_signal_processor_change_state):
8205         Make ladspa elements reusable. Fixes #350006.
8206
8207 2006-08-16  Wim Taymans  <wim@fluendo.com>
8208
8209         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
8210         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
8211         names as possible. Fixes #349901.
8212
8213 2006-08-16  Wim Taymans  <wim@fluendo.com>
8214
8215         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
8216         (gst_signal_processor_do_pushes):
8217         A push() gives away our refcount so we should not use the buffer on the
8218         pen anymore.
8219
8220 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8221
8222         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8223         (gst_oss_mixer_element_finalize):
8224           Don't leak device string.
8225
8226 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8227
8228         * configure.ac:
8229           Require CVS of GStreamer core and -base (for
8230           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
8231
8232         * ext/taglib/gstid3v2mux.cc:
8233           Write extended comment tags properly (#348762).
8234
8235         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8236         (parse_comment_frame):
8237           Extract COMM frames into extended comments, which makes it
8238           easier to properly retain the description bit of the tag
8239           and maintain this information when re-tagging (#348762).
8240
8241 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8242
8243         * tests/check/Makefile.am:
8244           Don't try to run annodex unit tests if the annodex
8245           plugin has not been built (Fixes #351116).
8246
8247 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8248
8249         * gst/autodetect/gstautoaudiosink.c:
8250         (gst_auto_audio_sink_find_best):
8251           When we can't find a usable audiosink, don't error out,
8252           but use a fake sink instead and post a warning message
8253           on the bus (#341278).
8254
8255 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8256
8257         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
8258         * sys/oss/gstosssink.c:
8259         * sys/oss/gstosssrc.c:
8260           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
8261           ossmixer's new device property.
8262
8263         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8264         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8265           Add docs for OSS elements.
8266
8267         * docs/plugins/inspect/plugin-aasink.xml:
8268         * docs/plugins/inspect/plugin-alaw.xml:
8269         * docs/plugins/inspect/plugin-alpha.xml:
8270         * docs/plugins/inspect/plugin-alphacolor.xml:
8271         * docs/plugins/inspect/plugin-annodex.xml:
8272         * docs/plugins/inspect/plugin-apetag.xml:
8273         * docs/plugins/inspect/plugin-auparse.xml:
8274         * docs/plugins/inspect/plugin-autodetect.xml:
8275         * docs/plugins/inspect/plugin-avi.xml:
8276         * docs/plugins/inspect/plugin-cacasink.xml:
8277         * docs/plugins/inspect/plugin-cairo.xml:
8278         * docs/plugins/inspect/plugin-cdio.xml:
8279         * docs/plugins/inspect/plugin-cutter.xml:
8280         * docs/plugins/inspect/plugin-debug.xml:
8281         * docs/plugins/inspect/plugin-dv.xml:
8282         * docs/plugins/inspect/plugin-efence.xml:
8283         * docs/plugins/inspect/plugin-effectv.xml:
8284         * docs/plugins/inspect/plugin-esdsink.xml:
8285         * docs/plugins/inspect/plugin-flac.xml:
8286         * docs/plugins/inspect/plugin-flxdec.xml:
8287         * docs/plugins/inspect/plugin-gconfelements.xml:
8288         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8289         * docs/plugins/inspect/plugin-goom.xml:
8290         * docs/plugins/inspect/plugin-halelements.xml:
8291         * docs/plugins/inspect/plugin-icydemux.xml:
8292         * docs/plugins/inspect/plugin-id3demux.xml:
8293         * docs/plugins/inspect/plugin-jpeg.xml:
8294         * docs/plugins/inspect/plugin-level.xml:
8295         * docs/plugins/inspect/plugin-matroska.xml:
8296         * docs/plugins/inspect/plugin-mulaw.xml:
8297         * docs/plugins/inspect/plugin-multipart.xml:
8298         * docs/plugins/inspect/plugin-navigationtest.xml:
8299         * docs/plugins/inspect/plugin-ossaudio.xml:
8300         * docs/plugins/inspect/plugin-png.xml:
8301         * docs/plugins/inspect/plugin-rtp.xml:
8302         * docs/plugins/inspect/plugin-rtsp.xml:
8303         * docs/plugins/inspect/plugin-shout2send.xml:
8304         * docs/plugins/inspect/plugin-smpte.xml:
8305         * docs/plugins/inspect/plugin-speex.xml:
8306         * docs/plugins/inspect/plugin-taglib.xml:
8307         * docs/plugins/inspect/plugin-udp.xml:
8308         * docs/plugins/inspect/plugin-videobalance.xml:
8309         * docs/plugins/inspect/plugin-videobox.xml:
8310         * docs/plugins/inspect/plugin-videoflip.xml:
8311         * docs/plugins/inspect/plugin-videomixer.xml:
8312         * docs/plugins/inspect/plugin-wavenc.xml:
8313         * docs/plugins/inspect/plugin-wavparse.xml:
8314         * docs/plugins/inspect/plugin-ximagesrc.xml:
8315           Update to CVS version.
8316           
8317 2006-08-16  Wim Taymans  <wim@fluendo.com>
8318
8319         * gst/rtp/gstrtpamrdepay.c:
8320         * gst/rtp/gstrtpmp4gdepay.c:
8321         Caps extra properties must be defined as strings for
8322         depayloaders because they are generated from an SDP.
8323
8324         * gst/rtp/Makefile.am:
8325         * gst/rtp/gstrtp.c: (plugin_init):
8326         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
8327         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
8328         (gst_rtp_h264_depay_finalize), (decode_base64),
8329         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
8330         (gst_rtp_h264_depay_set_property),
8331         (gst_rtp_h264_depay_get_property),
8332         (gst_rtp_h264_depay_change_state),
8333         (gst_rtp_h264_depay_plugin_init):
8334         * gst/rtp/gstrtph264depay.h:
8335         Added basic, not completely functional RFC 3984 H264 depayloader.
8336
8337 2006-08-16  Wim Taymans  <wim@fluendo.com>
8338
8339         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
8340         Add pads after setting them up.
8341
8342         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8343         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
8344         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
8345         (gst_rtspsrc_stream_setup_rtp),
8346         (gst_rtspsrc_stream_configure_transport),
8347         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
8348         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8349         (gst_rtspsrc_pause):
8350         * gst/rtsp/gstrtspsrc.h:
8351         Fix interleaved mode.
8352          - Protect streaming with lock.
8353          - Combine flows
8354          - set caps on outgoing buffers.
8355          - strip trailing \0 from data packets.
8356          - Configure RTP/RTCP in stream.
8357         Use DEBUG_OBJECT more.
8358
8359 2006-08-16  Wim Taymans  <wim@fluendo.com>
8360
8361         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
8362         Turn a g_print into a DEBUG line.
8363
8364 2006-08-13  Wim Taymans  <wim@fluendo.com>
8365
8366         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
8367         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8368         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
8369         (gst_oss_mixer_element_get_property),
8370         (gst_oss_mixer_element_change_state):
8371         * sys/oss/gstossmixerelement.h:
8372         Small cleanups. Better error reporting.
8373         Add device property for the mixer instead of the hardcoded
8374         /dev/mixer. Fixes #350785.
8375         API: GstOssMixerElement::device property
8376
8377 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
8378
8379         Patch by: Jens Granseuer <jensgr at gmx net>
8380
8381         * gconf/Makefile.am:
8382           Make --disable-schemas work right (they still need
8383           to be copied to the installation directory, just not
8384           applied). Fixes #351347 (also #344100).
8385           
8386 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8387
8388         * configure.ac: back to HEAD
8389
8390 === release 0.10.4 ===
8391
8392 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
8393
8394         * configure.ac:
8395           releasing 0.10.4, "Dear Leader"
8396
8397 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8398
8399         Patch by: Edward Hervey <edward@fluendo.com>
8400
8401         * configure.ac:
8402         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8403         (gst_wavparse_stream_data):
8404         Send the newsegment event in the streaming thread.
8405         Fixes #347529
8406
8407 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
8408
8409         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
8410         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
8411         (gst_smokeenc_resync), (gst_smokeenc_chain):
8412           Refuse sink caps in the encoder if width or height is not a
8413           multiple of 16, the encoder does not support that yet (#349939);
8414           along the same lines, check the return value of the encoder
8415           setup function; also remove some debug log clutter.
8416
8417 2006-08-04  Andy Wingo  <wingo@pobox.com>
8418
8419         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
8420         whether a processor can work in place or not, and for keeping
8421         track of its state. Change the FlowReturn instance variable from
8422         "state" to "flow_state", all callers changed.
8423
8424         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
8425         (gst_signal_processor_start, gst_signal_processor_stop)
8426         (gst_signal_processor_cleanup): New functions to manage the
8427         processor's state.
8428         (gst_signal_processor_setcaps): start() as well as setup() here.
8429         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
8430         (gst_signal_processor_change_state): Stop and cleanup the
8431         processor as we go to NULL.
8432
8433         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
8434         INPLACE_BROKEN is not set.
8435
8436         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
8437         Do the alloc_buffer in bytes, not frames.
8438         
8439 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8440
8441         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
8442         Fix rgb masks when recording in < 24bpp.
8443
8444 2006-08-04  Andy Wingo  <wingo@pobox.com>
8445
8446         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
8447         (gst_signal_processor_prepare)
8448         (gst_signal_processor_update_inputs)
8449         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
8450         (gst_signal_processor_flush)
8451         (gst_signal_processor_sink_activate_push)
8452         (gst_signal_processor_src_activate_pull)
8453         (gst_signal_processor_change_state): Remove the last of the code
8454         that assumes that we process whole buffers at a time. Fix some
8455         debugging. Seems to work now in some cases.
8456         (gst_signal_processor_src_activate_pull): BPB
8457
8458 2006-08-01  Andy Wingo  <wingo@pobox.com>
8459
8460         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
8461         Fix nframes-choosing.
8462         (gst_signal_processor_init): Init pending_in and pending_out.
8463
8464         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
8465         more default sample rate, although we never check that the sample
8466         rate actually gets set. Something for the future.
8467         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
8468         (gst_signal_processor_event): Refcount fixen.
8469         (gst_signal_processor_process): Pull the number of frames to
8470         process from the sizes of the buffers in the input pens.
8471         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
8472         (gst_signal_processor_do_pulls): Add an nframes argument, and use
8473         it instead of buffer_frames.
8474         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
8475         to do_pulls.
8476         (gst_signal_processor_chain)
8477         (gst_signal_processor_sink_activate_push)
8478         (gst_signal_processor_src_activate_pull):  Refcount fixen.
8479
8480         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
8481
8482 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
8483
8484         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
8485         (gst_signal_processor_process):
8486           don't query buffer-frames from caps, add lots of debug-log,
8487           try fix for assert (#349189)
8488
8489 2006-07-31  Wim Taymans  <wim@fluendo.com>
8490
8491         * gst/udp/gstudpsrc.c:
8492         Fix docs.
8493
8494 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
8495
8496         * ext/ladspa/gstsignalprocessor.c:
8497         (gst_signal_processor_add_pad_from_template),
8498         (gst_signal_processor_init), (gst_signal_processor_setcaps),
8499         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
8500         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
8501         (gst_signal_processor_sink_activate_push),
8502         (gst_signal_processor_src_activate_pull),
8503         (gst_signal_processor_change_state):
8504          Add debugs logs here and there, add more error handling, add some
8505          FIXME comments, filed #349189
8506
8507 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8508
8509         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
8510         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
8511         Set caps on buffer correctly.  Fixes bug #349155.
8512
8513 2006-07-28  Wim Taymans  <wim@fluendo.com>
8514
8515         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8516
8517         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
8518         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
8519         (gst_multipart_demux_finalize), (get_line_end),
8520         (multipart_parse_header), (multipart_find_boundary),
8521         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
8522         (gst_multipart_set_property), (gst_multipart_get_property):
8523         Uses GstAdapter instead of own buffering.
8524         Actually parses the mime-type correctly (In tests the mime-type was
8525         always "" with the old version).
8526         Uses the Content-length header if available to speed up things.
8527         Reliably autoscans the boundary name by default.
8528         Fixes #349068.
8529
8530         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
8531         Don't start the stream with a \n.
8532
8533 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
8534
8535         Patch by: Brian Cameron <brian dot cameron at sun com>
8536
8537         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
8538           Open source with O_NONBLOCK (#349015).
8539
8540 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
8541
8542         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8543         (gst_avi_demux_massage_index):
8544         * gst/avi/gstavidemux.h:
8545           Whitespace fixes and more debug
8546
8547 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8548
8549         * gst/autodetect/gstautoaudiosink.c:
8550         (gst_auto_audio_sink_create_element_with_pretty_name),
8551         (gst_auto_audio_sink_find_best),
8552         (gst_auto_audio_sink_change_state):
8553           Get rid of old and unused magic sound-server properties stuff.
8554           Add suffix to child sink's name that makes it easy to see from
8555           the name alone which type it actually is (alsa, oss, esd, etc.).
8556
8557 2006-07-27  Wim Taymans  <wim@fluendo.com>
8558
8559         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8560         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
8561         (gst_udpsrc_start):
8562         * gst/udp/gstudpsrc.h:
8563         Rename "buffer" to "buffer-size" to make clear it is a size we set and
8564         not some sort of feature we enable.
8565
8566 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8567
8568         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
8569           Use CLOSE_SOCKET() here instead of close() to maintain
8570           win32 workiness.
8571
8572 2006-07-27  Wim Taymans  <wim@fluendo.com>
8573
8574         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8575
8576         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8577         (gst_udpsrc_create), (gst_udpsrc_set_property),
8578         (gst_udpsrc_get_property), (gst_udpsrc_start):
8579         * gst/udp/gstudpsrc.h:
8580         Added "buffer-size" property to control the kernel receive buffer size.
8581         Update documentation.
8582         Small cleanups. Fixes #348752.
8583         API: buffer-size property
8584
8585 2006-07-26  Wim Taymans  <wim@fluendo.com>
8586
8587         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
8588
8589         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
8590         (gst_rtp_pcma_pay_handle_buffer):
8591         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
8592         (gst_rtp_pcmu_pay_handle_buffer):
8593         Fix timestamp calculation on outgoing RTP packets.
8594         Fixes #348675.
8595
8596 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8597
8598         * ext/taglib/gstid3v2mux.cc:
8599           Fix writing of comment frames (should be COMM not TCOM),
8600           is still sub-optimal though, since we don't retain or
8601           extract the comment descriptions properly (#334375,
8602           also see #334375).
8603
8604 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8605
8606         * gst/wavparse/gstwavparse.c:
8607           #define 'fact' RIFF chunk if we are not compiling against
8608           -base CVS (we don't want to depend on -base CVS for this
8609           one define only, and also not for release order reasons).
8610
8611 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8612
8613         * ext/taglib/gstid3v2mux.cc:
8614           Handle multiple tags of the same type properly. Re-inject
8615           unparsed ID3v2 frames that we get as binary blobs from
8616           id3demux into the tag again so we don't lose information
8617           when retagging (#334375).
8618
8619 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
8620
8621         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
8622           Document newly-added properties properly, so that there is a
8623           'Since: 0.10.4' in the plugin docs. Convert some property
8624           names into canonical GObject style (GObject will do that
8625           internally anyway).
8626
8627 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
8628
8629         * gst/id3demux/id3tags.c:
8630         (id3demux_add_id3v2_frame_blob_to_taglist):
8631           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
8632           well, and add the version to the blob's buffer caps, since that
8633           information will be needed for deserialisation later on (#348644).
8634
8635 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
8636
8637         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
8638         (gst_avi_demux_parse_stream):
8639          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
8640          indentation and spacing.
8641
8642 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8643
8644         * docs/plugins/Makefile.am:
8645         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8646         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8647         * docs/plugins/gst-plugins-good-plugins.args:
8648         * docs/plugins/inspect/plugin-1394.xml:
8649         * docs/plugins/inspect/plugin-aasink.xml:
8650         * docs/plugins/inspect/plugin-alaw.xml:
8651         * docs/plugins/inspect/plugin-alpha.xml:
8652         * docs/plugins/inspect/plugin-alphacolor.xml:
8653         * docs/plugins/inspect/plugin-annodex.xml:
8654         * docs/plugins/inspect/plugin-apetag.xml:
8655         * docs/plugins/inspect/plugin-auparse.xml:
8656         * docs/plugins/inspect/plugin-autodetect.xml:
8657         * docs/plugins/inspect/plugin-avi.xml:
8658         * docs/plugins/inspect/plugin-cacasink.xml:
8659         * docs/plugins/inspect/plugin-cairo.xml:
8660         * docs/plugins/inspect/plugin-cdio.xml:
8661         * docs/plugins/inspect/plugin-cutter.xml:
8662         * docs/plugins/inspect/plugin-debug.xml:
8663         * docs/plugins/inspect/plugin-dv.xml:
8664         * docs/plugins/inspect/plugin-efence.xml:
8665         * docs/plugins/inspect/plugin-effectv.xml:
8666         * docs/plugins/inspect/plugin-esdsink.xml:
8667         * docs/plugins/inspect/plugin-flac.xml:
8668         * docs/plugins/inspect/plugin-flxdec.xml:
8669         * docs/plugins/inspect/plugin-gconfelements.xml:
8670         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8671         * docs/plugins/inspect/plugin-goom.xml:
8672         * docs/plugins/inspect/plugin-halelements.xml:
8673         * docs/plugins/inspect/plugin-icydemux.xml:
8674         * docs/plugins/inspect/plugin-id3demux.xml:
8675         * docs/plugins/inspect/plugin-jpeg.xml:
8676         * docs/plugins/inspect/plugin-level.xml:
8677         * docs/plugins/inspect/plugin-matroska.xml:
8678         * docs/plugins/inspect/plugin-mulaw.xml:
8679         * docs/plugins/inspect/plugin-multipart.xml:
8680         * docs/plugins/inspect/plugin-navigationtest.xml:
8681         * docs/plugins/inspect/plugin-ossaudio.xml:
8682         * docs/plugins/inspect/plugin-png.xml:
8683         * docs/plugins/inspect/plugin-rtp.xml:
8684         * docs/plugins/inspect/plugin-rtsp.xml:
8685         * docs/plugins/inspect/plugin-shout2send.xml:
8686         * docs/plugins/inspect/plugin-smpte.xml:
8687         * docs/plugins/inspect/plugin-speex.xml:
8688         * docs/plugins/inspect/plugin-udp.xml:
8689         * docs/plugins/inspect/plugin-videobalance.xml:
8690         * docs/plugins/inspect/plugin-videobox.xml:
8691         * docs/plugins/inspect/plugin-videoflip.xml:
8692         * docs/plugins/inspect/plugin-videomixer.xml:
8693         * docs/plugins/inspect/plugin-wavenc.xml:
8694         * docs/plugins/inspect/plugin-wavparse.xml:
8695         * docs/plugins/inspect/plugin-ximagesrc.xml:
8696           Update files to CVS/Prerelease version, add esdsink docs.
8697
8698         * ext/esd/esdsink.c:
8699           Add gtk-doc blurb.
8700
8701         * gst/rtp/gstrtpmp4vpay.c:
8702           Fix typo in element description.
8703
8704 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8705
8706         * ext/esd/esdsink.c: (gst_esdsink_open),
8707         (gst_esdsink_factory_init):
8708           Prevent libesd from auto-spawning a sound daemon if it
8709           is not already running. Now that we don't do evil stuff
8710           like that any longer we can give esdsink a rank so that
8711           autoaudiosink will try it as well if all other audio
8712           sinks fail (#343051).
8713
8714 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8715
8716         * ext/esd/Makefile.am:
8717           Oops, need to remove README from EXTRA_DIST as well.
8718
8719 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8720
8721         * ext/esd/README:
8722           Remove, it contains nothing useful anyway.
8723
8724         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
8725         (gst_esdsink_delay):
8726           Some small clean-ups; use GST_BOILERPLATE etc.
8727
8728 2006-07-24  Wim Taymans  <wim@fluendo.com>
8729
8730         * gst/law/alaw-decode.c: (alawdec_getcaps):
8731         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
8732         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
8733         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
8734         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
8735
8736 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
8737
8738         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
8739         (gst_wavparse_other), (gst_wavparse_perform_seek),
8740         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
8741         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
8742         (gst_wavparse_pad_query):
8743         * gst/wavparse/gstwavparse.h:
8744           Use information from 'fact' chunk for length calculation of compressed
8745           samples. Calculate bps if bogus value is found in wav header (embeded
8746           mp2/mp3).
8747           
8748
8749 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8750
8751         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
8752
8753         * configure.ac:
8754         * gst/udp/Makefile.am:
8755         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
8756         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
8757         * gst/udp/gstdynudpsink.h:
8758         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
8759         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
8760         * gst/udp/gstmultiudpsink.h:
8761         * gst/udp/gstudp.c: (plugin_init):
8762         * gst/udp/gstudpsink.h:
8763         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
8764         (gst_udpsrc_start), (gst_udpsrc_stop):
8765         * gst/udp/gstudpsrc.h:
8766         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
8767         (gst_udp_net_utils_win32_wsa_startup):
8768         * gst/udp/gstudpnetutils.h:
8769           Port udp plugin to win32 (#345288).
8770
8771 2006-07-24  Wim Taymans  <wim@fluendo.com>
8772
8773         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
8774         Remove unwanted DEBUG line.
8775
8776 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
8777
8778         * gst/id3demux/gstid3demux.c: (plugin_init):
8779         * gst/id3demux/id3tags.c:
8780         (id3demux_add_id3v2_frame_blob_to_taglist):
8781         * gst/id3demux/id3tags.h:
8782           On second thought, it might be wiser and more efficient
8783           not to do tag registration from a streaming thread.
8784
8785 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
8786
8787         * gst/id3demux/id3tags.c:
8788         (id3demux_add_id3v2_frame_blob_to_taglist),
8789         (id3demux_id3v2_frames_to_tag_list):
8790           Put ID3v2 frames we can't parse as binary blobs into private
8791           tags, so that they are not lost when retagging, at least once
8792           id3v2mux has been taught to re-inject those frames again.
8793           See bug #334375.
8794
8795 2006-07-21  Wim Taymans  <wim@fluendo.com>
8796
8797         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8798         (gst_avi_demux_process_next_entry):
8799         Fix some leaks.
8800
8801         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
8802         Don't use \n in debug lines.
8803
8804 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
8805
8806         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8807         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8808           Add annodex and icydemux, cleanup the sections a bit
8809
8810 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
8811
8812         Patch by: Alex Lancaster <alexl at users sourceforge net>
8813
8814         * ext/taglib/gstid3v2mux.cc:
8815           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
8816           ID3v2 TSSE frames (#347898).
8817
8818 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
8819
8820         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
8821           Respect mpegversion for "video/mpeg" and give message in case of
8822           unhandled versions.
8823
8824 2006-07-17  Wim Taymans  <wim@fluendo.com>
8825
8826         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
8827         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
8828         (gst_pngdec_chain), (gst_pngdec_sink_event),
8829         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
8830         (gst_pngdec_sink_activate_push):
8831         * ext/libpng/gstpngdec.h:
8832         Use statically allocated segment instead of leaking.
8833         Various cleanups.
8834         Fix flush and seek handling.
8835
8836 2006-07-16  Wim Taymans  <wim@fluendo.com>
8837
8838         * gst/rtp/Makefile.am:
8839         * gst/rtp/gstrtp.c: (plugin_init):
8840         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
8841         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
8842         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
8843         (gst_rtp_mp4g_depay_set_property),
8844         (gst_rtp_mp4g_depay_get_property),
8845         (gst_rtp_mp4g_depay_change_state),
8846         (gst_rtp_mp4g_depay_plugin_init):
8847         * gst/rtp/gstrtpmp4gdepay.h:
8848         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
8849         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
8850         (gst_rtp_mp4g_pay_flush):
8851         Added simple generic mpeg4 depayloader.
8852         Fix generic mpeg4 payloader.
8853
8854 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
8855
8856         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
8857           Don't try doing state changes on a NULL pointer.
8858
8859 2006-07-14  Wim Taymans  <wim@fluendo.com>
8860
8861         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
8862
8863         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
8864         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
8865         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
8866         * gst/rtp/gstrtpamrdepay.h:
8867         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
8868         Fixes #321191
8869
8870 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8871
8872         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
8873         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
8874         Fix segfault when moving mouse pointer to the bottom right corner.
8875
8876 2006-07-12  Wim Taymans  <wim@fluendo.com>
8877
8878         * gst/rtp/Makefile.am:
8879         * gst/rtp/gstrtp.c: (plugin_init):
8880         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
8881         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
8882         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
8883         (gst_rtp_mp2t_depay_set_property),
8884         (gst_rtp_mp2t_depay_get_property),
8885         (gst_rtp_mp2t_depay_change_state),
8886         (gst_rtp_mp2t_depay_plugin_init):
8887         * gst/rtp/gstrtpmp2tdepay.h:
8888         Added mpeg2 TS depayloader. Closing #347234.
8889
8890 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8891
8892         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
8893           Remove g_assert that shouldn't be there and was triggered
8894           after trying to open a device that doesn't exist or can't
8895           be opened for some other reason (#347972).
8896
8897 2006-07-10  Edward Hervey  <edward@fluendo.com>
8898
8899         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8900         (gst_avi_demux_stream_header), (push_tag_lists):
8901         * gst/avi/gstavidemux.h:
8902         Don't push tag events found by gst_riff_parse_info() before outputting
8903         GST_EVENT_NEWSEGMENT.
8904
8905 2006-07-10  Wim Taymans  <wim@fluendo.com>
8906
8907         * gst/rtsp/Makefile.am:
8908         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
8909         (rtsp_connection_close):
8910         * gst/rtsp/rtspdefs.h:
8911         replaced closesocket and close in code with one CLOSE_SOCKET. 
8912         Some more cleanups. Fixes #345301.
8913
8914 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
8915
8916         * gst/autodetect/gstautoaudiosink.c:
8917           Fix example pipeline in docs.
8918
8919 2006-07-10  Wim Taymans  <wim@fluendo.com>
8920
8921         Patch by: Rob Taylor <robtaylor at floopily dot org>
8922
8923         * gst/udp/gstmultiudpsink.c: (join_multicast),
8924         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
8925         If a destination is added before the stream is set to PAUSED, the
8926         multicast group is not joined as the socket is not created yet. 
8927         Also TTL and LOOP should also be set. Fixes #346921.
8928
8929 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8930
8931         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
8932         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
8933         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
8934         (gst_ximage_src_init):
8935         * sys/ximage/gstximagesrc.h:
8936         Fix use-damage property to actually work :)
8937         Add startx, starty, endx, endy properties so screencasts other than full
8938         screen ones can work.
8939
8940 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8941
8942         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
8943         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
8944         (gst_ximage_src_class_init), (gst_ximage_src_init):
8945         * sys/ximage/gstximagesrc.h:
8946         Add use_damage property to offer ability to choose whether to use
8947         XDamage or not.
8948
8949 2006-07-07  Wim Taymans  <wim@fluendo.com>
8950
8951         * gst/goom/filters.c: (zoomFilterSetResolution):
8952         Avoid goom coredumping by clearing memory. 
8953         Fixes 345679.
8954
8955 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
8956
8957         * win32/vs6/libgstid3demux.dsp:
8958         Add a link to libgsttag-0.10.lib.
8959
8960 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
8961
8962         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
8963         (gst_tag_demux_read_range):
8964         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
8965         (gst_id3demux_read_range):
8966           Don't return FLOW_UNEXPECTED when a buffer is before
8967           the start of the stream (which might happen with
8968           large ID3v2 tags if the tag reading was done pullrange
8969           based and we then switched to push mode later on).
8970           Fixes regression introduced by commit from June 29th.
8971
8972 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
8973
8974         * ext/taglib/gstid3v2mux.cc:
8975           Make UTF-8 the default encoding when writing string
8976           tags (before, our UTF-8 strings would automatically
8977           be converted to ISO-8859-1 by taglib and written as
8978           ISO-8859-1 fields if that was possible).
8979
8980         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
8981         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
8982         (test_taglib_id3mux_with_tags):
8983           Add test case that makes sure our UTF-8 strings have
8984           actually been written into the tag as UTF-8.
8985
8986 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
8987
8988         * configure.ac:
8989           Let's try that again.
8990
8991 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
8992
8993         * configure.ac:
8994           Disable monoscope plugin for now until it fulfills
8995           all the requirements.
8996
8997 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
8998
8999         * configure.ac:
9000         * gst/monoscope/Makefile.am:
9001         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
9002         (gst_monoscope_class_init), (gst_monoscope_init),
9003         (gst_monoscope_finalize), (gst_monoscope_reset),
9004         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
9005         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
9006         (gst_monoscope_sink_event), (gst_monoscope_src_event),
9007         (gst_monoscope_change_state), (plugin_init):
9008         * gst/monoscope/gstmonoscope.h:
9009           Port monoscope visualisation to 0.10.
9010
9011 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9012
9013         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
9014         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
9015           Return FLOW_UNEXPECTED when at the end of the file, not
9016           FLOW_ERROR. Fixes 'internal stream error' errors that
9017           would sometimes occur in totem when scrubbing to the
9018           end of an ID3v1 tagged mp3 file.
9019
9020 2006-07-03  Edward Hervey  <edward@fluendo.com>
9021
9022         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
9023         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
9024         (gst_pngdec_sink_event), (gst_pngdec_change_state):
9025         * ext/libpng/gstpngdec.h:
9026         Implement buffer clipping/dropping using GstSegment.
9027         This provides accurate seeking.
9028
9029 2006-07-03  Edward Hervey  <edward@fluendo.com>
9030
9031         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9032         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
9033         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
9034         (gst_avi_demux_process_next_entry), (push_tag_lists),
9035         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
9036         * gst/avi/gstavidemux.h:
9037         Proper aggregation of each stream's GstFlowReturn in order to figure out
9038         whether the task should stop or not.
9039         Don't send inline events before pushing out a NEW_SEGMENT, more
9040         specifically for GST_TAG_EVENT.
9041         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
9042         sub-indexes.
9043
9044 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
9045
9046         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9047
9048         * sys/sunaudio/gstsunaudiomixerctrl.c:
9049         (gst_sunaudiomixer_ctrl_build_list):
9050           Move "Monitor" slider to input tab so it works more like
9051           sdtaudiocontrol, which is what people on Solaris are used
9052           to using for their mixer program (#346259).
9053
9054 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9055
9056         * tests/check/elements/level.c: (GST_START_TEST):
9057           fix a leak, clean up at the end
9058
9059 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9060
9061         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9062         (gst_matroska_demux_send_event),
9063         (gst_matroska_demux_loop_stream_parse_id):
9064         * gst/matroska/matroska-ids.h:
9065           Send tag event after newsegment event.
9066
9067 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9068
9069         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9070         (gst_id3demux_read_range):
9071           Make sure we don't return GST_FLOW_OK with a NULL buffer in
9072           certain cases where a read beyond the end of the file is
9073           requested. Fixes #345930.
9074
9075         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9076         (gst_tag_demux_read_range):
9077           Fix same issue here as well.
9078
9079 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9080
9081         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9082         
9083         Fix hypothetical crash.
9084
9085 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9086
9087         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9088
9089         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
9090           Do not modify the ports value. If the user has turned off the
9091           built-in speakers, then we should not reset it in the prepare
9092           function, since this causes the built-in speakers to turn
9093           back on anytime the user changes a track in totem, rhythmbox,
9094           etc. (#346066).
9095
9096 2006-06-23  Wim Taymans  <wim@fluendo.com>
9097
9098         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
9099         Fix double caps unref when negotiation fails.
9100
9101 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9102
9103         * ext/annodex/gstcmmldec.c:
9104         * ext/annodex/gstcmmlenc.c:
9105         * ext/annodex/gstcmmlparser.c:
9106         * ext/dv/gstdvdec.c:
9107         * ext/dv/gstdvdemux.c:
9108         * ext/gdk_pixbuf/pixbufscale.c:
9109         * ext/jpeg/gstjpegenc.c:
9110         * ext/jpeg/gstsmokedec.c:
9111         * ext/jpeg/gstsmokeenc.c:
9112         * ext/libpng/gstpngdec.c:
9113         * ext/libpng/gstpngenc.c:
9114         * ext/speex/gstspeexenc.c:
9115         * gst/alpha/gstalphacolor.c:
9116         * gst/cutter/gstcutter.c:
9117         * gst/debug/gstnavigationtest.c:
9118         * gst/icydemux/gsticydemux.c:
9119         * gst/level/gstlevel.c:
9120         * gst/multipart/multipart.c:
9121         * gst/rtp/gstrtpamrpay.c:
9122         * gst/rtp/gstrtpdepay.c:
9123         * gst/rtp/gstrtpilbcpay.c:
9124         * gst/rtp/gstrtpmp4gpay.c:
9125         * gst/rtp/gstrtpmp4vpay.c:
9126         * gst/rtsp/gstrtpdec.c:
9127         * gst/rtsp/gstrtspsrc.c:
9128         * gst/udp/gstdynudpsink.c:
9129         * gst/udp/gstmultiudpsink.c:
9130         * gst/udp/gstudpsrc.c:
9131         * gst/videobox/gstvideobox.c:
9132         * gst/videofilter/gstvideoflip.c:
9133           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
9134           plus two minor macro fixes.
9135
9136 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9137
9138         * gst/matroska/matroska-demux.c:
9139         (gst_matroska_demux_check_subtitle_buffer),
9140         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9141         (gst_matroska_demux_subtitle_caps):
9142         * gst/matroska/matroska-ids.c:
9143         (gst_matroska_track_init_subtitle_context):
9144         * gst/matroska/matroska-ids.h:
9145           Try to fix up broken matroska files containing subtitle
9146           streams with non-UTF8 character encodings (courtesy of
9147           mkvmerge) using either the encoding specified in the
9148           GST_SUBTITLE_ENCODING environment variable or the
9149           current locale's character set if it is non-UTF8.
9150           Fixes #337076.
9151
9152 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9153
9154         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9155           Set image type from APIC frame as "image-type" field
9156           of GST_TAG_IMAGE buffer caps (#344605).
9157
9158 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
9159
9160         * ext/flac/Makefile.am:
9161         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
9162         (gst_flac_dec_reset_decoders),
9163         (gst_flac_dec_setup_seekable_decoder),
9164         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
9165         (gst_flac_dec_metadata_callback),
9166         (gst_flac_dec_metadata_callback_seekable),
9167         (gst_flac_dec_metadata_callback_stream),
9168         (gst_flac_dec_error_callback),
9169         (gst_flac_dec_error_callback_seekable),
9170         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
9171         (gst_flac_dec_read_stream), (gst_flac_dec_write),
9172         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
9173         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
9174         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
9175         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
9176         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
9177         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
9178         (gst_flac_dec_sink_activate_push),
9179         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
9180         * ext/flac/gstflacdec.h:
9181           Support chain-based operation, should make flac-over-DAAP
9182           work (#340492).
9183
9184 2006-06-20  Wim Taymans  <wim@fluendo.com>
9185
9186         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9187         Doc updates, merge some unused symbols.
9188
9189 2006-06-20  Wim Taymans  <wim@fluendo.com>
9190
9191         * docs/plugins/Makefile.am:
9192         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9193         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9194         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
9195         * gst/rtsp/gstrtspsrc.c:
9196         * gst/rtsp/gstrtspsrc.h:
9197         Added documentation for the rtsp plugin. Fixes #345393.
9198
9199 2006-06-20  Wim Taymans  <wim@fluendo.com>
9200
9201         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9202         (rtsp_connection_close), (rtsp_connection_free):
9203         Use better G_OS_* macros. Fixes #345301 some more.
9204
9205 2006-06-20  Wim Taymans  <wim@fluendo.com>
9206
9207         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9208
9209         * sys/sunaudio/Makefile.am:
9210         * sys/sunaudio/gstsunaudio.c: (plugin_init):
9211         * sys/sunaudio/gstsunaudiomixerctrl.c:
9212         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
9213         (gst_sunaudiomixer_ctrl_list_tracks),
9214         (gst_sunaudiomixer_ctrl_get_volume),
9215         (gst_sunaudiomixer_ctrl_set_volume),
9216         (gst_sunaudiomixer_ctrl_set_mute),
9217         (gst_sunaudiomixer_ctrl_set_record):
9218         * sys/sunaudio/gstsunaudiomixerctrl.h:
9219         * sys/sunaudio/gstsunaudiomixertrack.c:
9220         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
9221         * sys/sunaudio/gstsunaudiomixertrack.h:
9222         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
9223         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
9224         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
9225         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
9226         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
9227         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
9228         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
9229         (gst_sunaudiosrc_reset):
9230         * sys/sunaudio/gstsunaudiosrc.h:
9231         Add a SunAudio source plugin.
9232         Support stereo and right/left channel gain in the mixer plugin.
9233         Support the RECORD flag so that you can switch between line-input and
9234         microphone in gnome-volume-control.
9235         Code cleanups like using an enumerator for track number instead of an 
9236         integer. Fixes #344923.
9237
9238 2006-06-20  Wim Taymans  <wim@fluendo.com>
9239
9240         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
9241
9242         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9243         (rtsp_connection_close):
9244         Make RTSP plugin compile on windows. Fixes #345301.
9245         Some changes to original patch to catch errors better.
9246         use ifdef WIN32 instead of ifndef.
9247
9248 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9249
9250         * configure.ac:
9251         If we have libraw1394 >= 1.2.1, then we need libiec61883.
9252
9253 2006-06-18  Edward Hervey  <edward@fluendo.com>
9254
9255         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
9256         After a failed buffer alloc, we need to abort the jpeg decoding (it
9257         started when parsing headers to figure out how many bytes we need
9258         to request downstream).
9259
9260 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
9261
9262         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9263
9264         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
9265           Make sure we don't read beyond the end of the file (#345232).
9266
9267 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9268
9269         * configure.ac:
9270           Fix --disable-external (can't set conditionals conditionally,
9271           #343602).
9272
9273 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9274
9275         * autogen.sh:
9276         * configure.ac:
9277         * docs/Makefile.am:
9278           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
9279
9280         * docs/plugins/Makefile.am:
9281         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9282         * docs/plugins/inspect/plugin-taglib.xml:
9283           Add/fix apev2mux docs.
9284
9285 2006-06-14  Wim Taymans  <wim@fluendo.com>
9286
9287         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
9288         (gst_dvdec_finalize), (gst_dvdec_sink_event),
9289         (gst_dvdec_change_state):
9290         Reset segment info on flush.
9291         Alloc segment in _init, free in _finalize.
9292
9293         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
9294         Don't send segments twice.
9295
9296 2006-06-14  Wim Taymans  <wim@fluendo.com>
9297
9298         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
9299         Respect segment.stop. Fixes #342592.
9300
9301 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9302
9303         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
9304           No language specified means the implied language is English
9305           according to the matroska spec (partially fixes #344708);
9306           add some more debug output.
9307
9308 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9309
9310         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
9311         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
9312         (gst_wavparse_chain):
9313           When operating chain-based, don't make any assumptions about the
9314           chunking of the incoming data and make streaming work on days other
9315           than the second Thursday after a full moon. Also fix up debug
9316           messages here and there and make use of the most excellent new
9317           gst_pad_query_peer_duration() utility function.
9318           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
9319
9320         * gst/wavparse/gstwavparse.h:
9321           Remove trailing comma after last enum value, some compilers don't
9322           like that.
9323
9324 2006-06-13  Wim Taymans  <wim@fluendo.com>
9325
9326         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
9327         Handle premature EOS gracefully.
9328
9329 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
9330
9331         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
9332           Prevent out of bounds array access when scrubbing towards
9333           the end of the file between the last index entry and the
9334           end. Fixes occasional 'start <= stop' newsegment event
9335           assertions when scrubbing in MJPEG files.
9336
9337 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
9338
9339         * tests/check/elements/.cvsignore:
9340           And another one.
9341
9342 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9343
9344         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9345         (scan_encoded_string), (parse_picture_frame):
9346           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
9347
9348         * configure.ac:
9349           Require core >= 0.10.8 (for GST_TAG_IMAGE and
9350           GST_TAG_PPEVIEW_IMAGE used in the patch above).
9351
9352 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9353
9354         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
9355           gratuitous comment changes
9356         * tests/check/elements/level.c: (GST_START_TEST):
9357           fix level test leaks
9358
9359 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9360
9361         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
9362         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
9363           Use gst_pad_query_peer_duration() utility function here.
9364
9365 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9366
9367         * autogen.sh:
9368           require am17
9369         * configure.ac:
9370         * ext/annodex/Makefile.am:
9371         * ext/cdio/Makefile.am:
9372         * ext/dv/Makefile.am:
9373         * ext/esd/Makefile.am:
9374         * ext/flac/Makefile.am:
9375         * ext/gdk_pixbuf/Makefile.am:
9376         * ext/ladspa/Makefile.am:
9377         * ext/libcaca/Makefile.am:
9378         * ext/speex/Makefile.am:
9379         * ext/taglib/Makefile.am:
9380         * sys/oss/Makefile.am:
9381         * sys/sunaudio/Makefile.am:
9382         * sys/ximage/Makefile.am:
9383           clean up build further
9384
9385 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9386
9387         * gconf/Makefile.am:
9388           Honour --disable-schemas-install configure option. Fixes #344100.
9389
9390 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9391
9392         * tests/examples/level/Makefile.am:
9393           Add -lm to LIBS for pow() function, don't assume one of our
9394           dependencies (such as libxml-2.0) drags it in automatically
9395           (#343603).
9396
9397 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9398
9399         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
9400
9401         * configure.ac:
9402           We should use $SED and not $(SED) in configure.ac (#343678).
9403
9404 2006-06-09  Wim Taymans  <wim@fluendo.com>
9405
9406         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9407
9408         * sys/sunaudio/gstsunaudiomixerctrl.c:
9409         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
9410         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
9411         (gst_sunaudiomixer_ctrl_set_mute):
9412         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
9413         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
9414         (gst_sunaudiosink_write):
9415         Attached find a patch that fixes a number of bugs with the SunAudio
9416         mixer plugin and fixes #344101:
9417         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
9418            tracks onto the tracklist causing gnome-volume-control's preferences
9419            dialog to be messed up and would core dump if you checked/unchecked
9420            any item.
9421         2. We weren't previously setting the MUTE flag properly.  Fixing this
9422            makes gnome-volume-control work better.
9423         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
9424            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
9425            gnome-volume-control look better.
9426         Also some minor cleanup in gstsunaudiosink.c.
9427
9428 2006-06-09  Wim Taymans  <wim@fluendo.com>
9429
9430         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
9431         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
9432         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
9433         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
9434         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
9435         * ext/jpeg/gstjpegdec.h:
9436         API: Added IDCT method property
9437         Small cleanups.
9438         Avoid dynamic allocation of trivial fixed structure.
9439         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
9440
9441 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9442
9443         * configure.ac:
9444         We now require libraw1394 >= 1.1.0 and that version onwards all
9445         have .pc files.
9446
9447 2006-06-02  Edward Hervey  <edward@fluendo.com>
9448
9449         * gst/law/alaw-decode.c: (alawdec_getcaps): 
9450         Trying to get items from an ANY or EMPTY caps is ... stupid.
9451
9452 2006-06-02  Edward Hervey  <edward@fluendo.com>
9453
9454         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
9455         (gst_dvdec_chain), (gst_dvdec_change_state):
9456         * ext/dv/gstdvdec.h:
9457         Added GstSegment handling, now implements dropping/clipping.
9458
9459 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
9460
9461         * ext/aalib/gstaasink.h:
9462         * ext/annodex/gstcmmldec.h:
9463         * ext/cairo/gsttimeoverlay.h:
9464         * ext/dv/gstdvdec.h:
9465         * ext/dv/gstdvdemux.h:
9466         * ext/esd/esdmon.h:
9467         * ext/esd/esdsink.h:
9468         * ext/flac/gstflacenc.h:
9469         * ext/gconf/gstgconfaudiosink.h:
9470         * ext/gconf/gstgconfaudiosrc.h:
9471         * ext/gconf/gstgconfvideosink.h:
9472         * ext/gconf/gstgconfvideosrc.h:
9473         * ext/gdk_pixbuf/gstgdkanimation.h:
9474         * ext/gdk_pixbuf/pixbufscale.h:
9475         * ext/hal/gsthalaudiosink.h:
9476         * ext/hal/gsthalaudiosrc.h:
9477         * ext/jpeg/gstjpegenc.h:
9478         * ext/jpeg/gstsmokedec.h:
9479         * ext/jpeg/gstsmokeenc.h:
9480         * ext/libcaca/gstcacasink.h:
9481         * ext/libmng/gstmngdec.h:
9482         * ext/libmng/gstmngenc.h:
9483         * ext/libpng/gstpngdec.h:
9484         * ext/libpng/gstpngenc.h:
9485         * ext/raw1394/gstdv1394src.h:
9486         * ext/speex/gstspeexenc.h:
9487         * gst/autodetect/gstautoaudiosink.h:
9488         * gst/autodetect/gstautovideosink.h:
9489         * gst/avi/gstavidemux.h:
9490         * gst/cutter/gstcutter.h:
9491         * gst/debug/efence.h:
9492         * gst/debug/gstnavigationtest.h:
9493         * gst/debug/gstnavseek.h:
9494         * gst/flx/gstflxdec.h:
9495         * gst/goom/gstgoom.h:
9496         * gst/icydemux/gsticydemux.h:
9497         * gst/id3demux/gstid3demux.h:
9498         * gst/law/alaw-decode.h:
9499         * gst/law/alaw-encode.h:
9500         * gst/law/mulaw-decode.h:
9501         * gst/law/mulaw-encode.h:
9502         * gst/matroska/matroska-mux.h:
9503         * gst/median/gstmedian.h:
9504         * gst/oldcore/gstaggregator.h:
9505         * gst/oldcore/gstfdsink.h:
9506         * gst/oldcore/gstmd5sink.h:
9507         * gst/oldcore/gstmultifilesrc.h:
9508         * gst/oldcore/gstpipefilter.h:
9509         * gst/oldcore/gstshaper.h:
9510         * gst/oldcore/gststatistics.h:
9511         * gst/rtp/gstasteriskh263.h:
9512         * gst/rtp/gstrtpL16depay.h:
9513         * gst/rtp/gstrtpL16pay.h:
9514         * gst/rtp/gstrtpamrdepay.h:
9515         * gst/rtp/gstrtpamrpay.h:
9516         * gst/rtp/gstrtpdepay.h:
9517         * gst/rtp/gstrtpgsmdepay.h:
9518         * gst/rtp/gstrtpgsmpay.h:
9519         * gst/rtp/gstrtph263pay.h:
9520         * gst/rtp/gstrtph263pdepay.h:
9521         * gst/rtp/gstrtph263ppay.h:
9522         * gst/rtp/gstrtpmp4gpay.h:
9523         * gst/rtp/gstrtpmp4vdepay.h:
9524         * gst/rtp/gstrtpmp4vpay.h:
9525         * gst/rtp/gstrtpmpadepay.h:
9526         * gst/rtp/gstrtpmpapay.h:
9527         * gst/rtp/gstrtppcmadepay.h:
9528         * gst/rtp/gstrtppcmapay.h:
9529         * gst/rtp/gstrtppcmudepay.h:
9530         * gst/rtp/gstrtppcmupay.h:
9531         * gst/rtp/gstrtpspeexdepay.h:
9532         * gst/rtp/gstrtpspeexpay.h:
9533         * gst/rtsp/gstrtpdec.h:
9534         * gst/rtsp/gstrtspsrc.h:
9535         * gst/smpte/gstsmpte.h:
9536         * gst/udp/gstdynudpsink.h:
9537         * gst/udp/gstmultiudpsink.h:
9538         * gst/udp/gstudpsink.h:
9539         * gst/udp/gstudpsrc.h:
9540         * gst/videofilter/gstvideobalance.h:
9541         * gst/videofilter/gstvideoflip.h:
9542         * sys/oss/gstossdmabuffer.h:
9543         * sys/oss/gstossmixerelement.h:
9544         * sys/oss/gstosssink.h:
9545         * sys/oss/gstosssrc.h:
9546         * sys/osxvideo/osxvideosink.h:
9547         * sys/sunaudio/gstsunaudiomixer.h:
9548         * sys/sunaudio/gstsunaudiosink.h:
9549         * sys/ximage/gstximagesrc.h:
9550         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
9551
9552 2006-05-31  Wim Taymans  <wim@fluendo.com>
9553
9554         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
9555         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
9556         (gst_goom_src_setcaps), (gst_goom_src_event),
9557         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
9558         (gst_goom_change_state):
9559         * gst/goom/gstgoom.h:
9560         Handle QoS.
9561         Handle flushing, discont and events.
9562         Fix timestamps and various other cleanups.
9563
9564 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9565
9566         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
9567         Fix bus reset when using libiec61883
9568
9569 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9570
9571         * configure.ac:
9572         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
9573         * ext/raw1394/Makefile.am:
9574         Add CFLAGS.
9575         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
9576         New method, to receive using libiec61883.
9577         (gst_dv1394src_iso_receive),
9578         #ifdef'd out if libiec61883 is present.
9579         (gst_dv1394src_bus_reset),
9580         Get userdata correctly if using libiec61883. 
9581         (gst_dv1394src_create),
9582         When using libiec61883, only poll one fd and no need to read.
9583         (gst_dv1394src_discover_avc_node),
9584         Replace g_warnings.
9585         (gst_dv1394src_start),
9586         Create new handle when we know which dv port.  More reliable
9587         than setting port on an existing handle.  Initialise libiec61883.
9588         (gst_dv1394src_stop):
9589         If using libiec61883, then cleanup its handle properly.
9590         * ext/raw1394/gstdv1394src.h:
9591         Add libiec61883 handle.
9592
9593 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
9594
9595         * gst/avi/gstavidemux.c:
9596           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
9597         * win32/MANIFEST:
9598           sort file listing
9599         * win32/vs6/libgstavi.dsp:
9600           add gstavimux.c to the project
9601         * win32/vs6/libgstid3demux.dsp:
9602           add link to zlib library
9603         * win32/vs6/libgstmatroska.dsp:
9604           add matroska-ids.c to the project
9605
9606 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9607
9608         Patch by: Sebastian Dröge  <mail at slomosnail de >
9609
9610         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9611         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9612         * ext/taglib/Makefile.am:
9613         * ext/taglib/gstapev2mux.cc:
9614         * ext/taglib/gstapev2mux.h:
9615         * ext/taglib/gstid3v2mux.cc:
9616         * ext/taglib/gsttaglibmux.c: (plugin_init):
9617         * ext/taglib/gsttaglibmux.h:
9618           Add apev2mux element (#343122).
9619         
9620         * tests/check/Makefile.am:
9621         * tests/check/elements/apev2mux.c:
9622         (test_taglib_apev2mux_create_tags),
9623         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
9624         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
9625         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
9626         (apev2mux_suite), (main):
9627           Add unit test for apev2mux element.
9628
9629 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9630
9631         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
9632         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
9633         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
9634           GST_PTR_FORMAT should be used to print caps in debug statements.
9635
9636 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9637
9638         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
9639
9640         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
9641         (ape_demux_parse_tags):
9642           Some clean-ups and additions: map APE 'file' tag to
9643           GST_TAG_LOCATION (#343123); add support for extracting
9644           the track count and clean up parsing a bit (#343127).
9645
9646 2006-05-28  Edward Hervey  <edward@fluendo.com>
9647
9648         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
9649         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
9650
9651 2006-05-28  Edward Hervey  <edward@fluendo.com>
9652
9653         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
9654         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
9655         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
9656         * ext/jpeg/gstjpegdec.h:
9657         Clip outgoing buffers according to currently configured segment.
9658
9659 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9660
9661         * ext/taglib/gstid3v2mux.cc:
9662           Handle  writing of track-count or album-volume-count without
9663           track-number or albume-volume-number (in this case the number
9664           will just be set to 0).
9665
9666         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
9667           It would be nice if we actually checked the values received for
9668           track/album-volume number/count in  _check_tags(), rather than
9669           setting them again ...
9670
9671 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9672
9673         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
9674           A track/volume number or count of 0 does not make sense,
9675           just ignore it along with negative numbers (a tag might
9676           only contain a track count without a track number).
9677
9678 2006-05-27  Edward Hervey  <edward@fluendo.com>
9679
9680         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
9681         (gst_jpeg_dec_sink_event):
9682         Abort decompression when receiving FLUSH_STOP. This should avoid
9683         issues when interrupting decoding with flushes.
9684
9685 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
9686
9687         * ext/flac/gstflac.c:
9688           Don't #include file we don't dist any longer.
9689
9690 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
9691
9692         * README:
9693           Replace current README (containing the release notes from
9694           some 0.9.x version) with a proper README taken from the core.
9695
9696 2006-05-24  Wim Taymans  <wim@fluendo.com>
9697
9698         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
9699         Implement EOS correctly by either posting
9700         SEGMENT_DONE or pushing an EOS message depending
9701         on the seek type. Fixes #342592
9702
9703 2006-05-24  Wim Taymans  <wim@fluendo.com>
9704
9705         * gst/law/alaw-decode.c: (gst_alawdec_chain):
9706         * gst/law/alaw-decode.h:
9707         * gst/law/alaw-encode.c: (gst_alawenc_chain):
9708         * gst/law/alaw-encode.h:
9709         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
9710         * gst/law/mulaw-decode.h:
9711         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
9712         * gst/law/mulaw-encode.h:
9713         Some cleanups in the chain functions.
9714         Remove some GStreamer 0.0.2 bits.
9715
9716 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9717
9718         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9719
9720         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
9721           gst_collect_pads_stop() needs to be called before chaining up
9722           to the parent class (#342734).
9723
9724 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9725
9726         * ext/flac/Makefile.am:
9727         * ext/flac/flac_compat.h:
9728         * ext/flac/gstflac.c:
9729         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
9730         * ext/flac/gstflacenc.c:
9731           Remove backwards compatibility cruft for dealing with FLAC API
9732           changes in the 1.0.x series - we require 1.1.1 or newer these days.
9733
9734 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9735
9736         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9737         (gst_matroska_demux_push_xiph_codec_priv_data),
9738         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9739         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
9740         * gst/matroska/matroska-ids.h:
9741         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
9742         (gst_matroska_mux_video_pad_setcaps),
9743         (xiph3_streamheader_to_codecdata),
9744         (vorbis_streamheader_to_codecdata),
9745         (theora_streamheader_to_codecdata),
9746         (gst_matroska_mux_audio_pad_setcaps),
9747         (gst_matroska_mux_write_data):
9748           Add support for muxing/demuxing theora video (#342448; too bad
9749           none of the usual linux players can actually play this). Playback
9750           in GStreamer will require additional changes to theoradec in -base.
9751           Refactor streamheaders <=> CodecPrivateData code a bit; some small
9752           cleanups.
9753
9754 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9755
9756         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
9757         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
9758           Fix crashes when the horizontal subsampling is 1.
9759           Fixes #342097.
9760
9761 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9762
9763         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9764
9765         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
9766         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
9767         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
9768         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
9769         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
9770         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
9771         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
9772         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
9773         (gst_avi_mux_change_state):
9774         * gst/avi/gstavimux.h:
9775           Some enhancements for avimux (#342526):
9776            - add odml (large file) index support
9777            - store codec init data (e.g. huffyuv)
9778            - miscellaneous other fixes/cleanups
9779
9780 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
9781
9782         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
9783         Don't output any tag when we encounter a negative track number - the
9784         tag type is uint, so we end up outputting huge positive numbers
9785         instead. (Fixes: #342029)
9786
9787 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9788
9789         * configure.ac:
9790           update for new GSTPB_PLUGINS_DIR
9791
9792 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
9793
9794         * rtp/gst/gstrtph263pay.c:
9795         Properly set static caps for H263 at 34.
9796
9797 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
9798
9799         Patch by: James "Doc" Livingston  <doclivingston gmail com>
9800
9801         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
9802           Merge event tags and tag setter tags correctly (#339918). Also,
9803           don't leak taglist in case of an error.
9804           
9805 2006-05-17  Edward Hervey  <edward@fluendo.com>
9806
9807         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
9808         We can only do caps intersection if the othercaps are non-empty and not
9809         ANY. Else we return the pad template (base_caps).
9810
9811 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
9812
9813         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
9814           Fix crash when outputting debugging information for certain
9815           pictures (always good to use the right struct member for
9816           the number of records in an array).
9817
9818 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
9819
9820         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
9821
9822         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
9823         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
9824         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
9825         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
9826         (gst_ebml_read_float), (gst_ebml_read_ascii),
9827         (gst_ebml_read_binary):
9828           Don't create unnecessary sub-buffers all the time. Dramatically
9829           improves performance with multiple concurrently running
9830           matroskademux instances (#341818) (and avoids doing
9831           unnecessarily inefficient things in the general case).
9832
9833 2006-05-16  Edward Hervey  <edward@fluendo.com>
9834
9835         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
9836         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
9837         return value of gst_pad_push_event().
9838
9839 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
9840
9841         * gst/autodetect/gstautoaudiosink.c:
9842         (gst_auto_audio_sink_find_best):
9843         * gst/autodetect/gstautovideosink.c:
9844         (gst_auto_video_sink_find_best):
9845         Make the name of the child element be based on the name of the
9846         parent, so that debug output is more useful.
9847         
9848         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
9849         (parse_insert_string_field), (parse_split_strings):
9850         Rework string parsing to always walk over BOM markers in UTF16
9851         strings, using the endianness indicated by the innermost one,
9852         then trying the opposite endianness if that fails to convert
9853         to valid UTF-8. Fixes #341774
9854
9855 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9856
9857         Patch from: Matthieu <matthieu at fluendo dot com>
9858
9859         * ext/libpng/Makefile.am:
9860         Add LIBPNG_CFLAGS.
9861
9862 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
9863
9864         * ext/taglib/gstid3v2mux.cc:
9865           Add support for writing images (APIC frames) into ID3v2
9866           tags (picture type always set to 'other' for now though).
9867
9868 2006-05-14  Michael Smith  <msmith@fluendo.com>
9869
9870         * gst/wavparse/gstwavparse.c:
9871           Update docs; wavparse implements push and pull modes.
9872
9873 2006-05-12  Wim Taymans  <wim@fluendo.com>
9874
9875         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
9876         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
9877         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
9878         Ooops, bitten by the copy-and-paste design paradigm, fixes
9879         seek again.
9880
9881 2006-05-12  Wim Taymans  <wim@fluendo.com>
9882
9883         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9884         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
9885         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
9886         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
9887         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
9888         (gst_avi_demux_massage_index),
9889         (gst_avi_demux_calculate_durations_from_index),
9890         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
9891         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
9892         (gst_avi_demux_loop):
9893         * gst/avi/gstavidemux.h:
9894         Some cleanups, prepare to use GstSegment.
9895         Fix error in entry walking code.
9896         Fix VBR detection.
9897         Smarter timestamp calculation code.
9898         Uniform error/eos handling.
9899
9900 2006-05-12  Michael Smith  <msmith@fluendo.com>
9901
9902         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
9903         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
9904           Fix use of uninitialised values if we're NOT seeking in ready.
9905           Fix typos.
9906
9907 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
9908
9909         * gst/wavparse/Makefile.am:
9910           Add CFLAGS and LIBS for libgstbase, fixes build on
9911           Cygwin (#341489).
9912
9913 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
9914
9915         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
9916           Some more debug info. No need to check whether the string
9917           returned by g_convert() is really UTF-8 - either it is or
9918           we get NULL returned.
9919
9920 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
9921
9922         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
9923           Fix parsing of numeric genre strings some more, by ensuring that
9924           we only try and parse strings that a) Start with '(' and b) Consist
9925           only of digits.
9926           Also, when finding an escaping '((' sequence, bust it back to '(' by
9927           swallowing the first parenthesis
9928
9929 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
9930
9931         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
9932         (gst_esdsink_open), (gst_esdsink_close):
9933         * ext/esd/esdsink.h:
9934           Move the esd_get_server_info() into gst_esdsink_open() and fail
9935           with a decent error message on errors.
9936
9937 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
9938
9939         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
9940         (gst_esdmon_channels_get_type):
9941         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
9942         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
9943         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
9944         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
9945         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
9946         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
9947         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
9948         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
9949         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
9950         * gst/videomixer/videomixer.c:
9951         (gst_video_mixer_background_get_type):
9952           Const-ify GEnumValue arrays.
9953
9954 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
9955
9956         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
9957
9958         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
9959         (gst_avi_mux_do_video_buffer):
9960           Work around gst_buffer_make_metadata_writable() bug that
9961           results in avimux marking all frames in the index as
9962           keyframes (#340859).
9963           
9964 2006-05-08  Wim Taymans  <wim@fluendo.com>
9965
9966         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
9967         Make parsing of urls suck slightly less.
9968
9969 2006-05-08  Edward Hervey  <edward@fluendo.com>
9970
9971         * autogen.sh: (CONFIGURE_DEF_OPT): 
9972         libtoolize on Darwin/MacOSX is called glibtoolize.
9973
9974 2006-05-08  Wim Taymans  <wim@fluendo.com>
9975
9976         Patch by: Jens Granseuer <jensgr at gmx dot net>
9977
9978         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
9979         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
9980         C89 compliance fixes. Fixes #340980
9981
9982 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
9983
9984         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
9985         * ext/flac/gstflacdec.h:
9986           Handle segment seeks that include the end of the file as stop point
9987           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
9988           message instead of an EOS event in case we're in segment seek
9989           mode (fixes #340699).
9990           
9991 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
9992
9993         * ext/cairo/gsttextoverlay.c:
9994         * ext/flac/gstflacdec.c:
9995         * ext/gdk_pixbuf/pixbufscale.c:
9996         * gst/apetag/gstapedemux.c:
9997         * gst/debug/breakmydata.c:
9998         * gst/debug/testplugin.c:
9999         * gst/matroska/ebml-write.c:
10000         * gst/multipart/multipartdemux.c:
10001         * sys/osxaudio/gstosxaudiosink.c:
10002         * sys/osxaudio/gstosxaudiosrc.c:
10003         Add semicolons after GST_BOILERPLATE[_FULL] so that
10004         indent doesn't mess up following lines.
10005
10006 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
10007
10008         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
10009
10010         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
10011           Don't leak caps when freeing the stream context (#340623).
10012
10013 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
10014
10015         * configure.ac:
10016           Back to CVS
10017
10018 === release 0.10.3 ===
10019
10020 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
10021
10022         * configure.ac:
10023           releasing 0.10.3, "Desplazado"
10024
10025 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10026
10027         * gst/matroska/matroska-mux.c:
10028         (gst_matroska_mux_stream_is_vorbis_header),
10029         (gst_matroska_mux_write_data):
10030           Don't strcmp() NULL strings.
10031           Only start new clusters on video keyframes, not on any
10032           random audio buffer that doesn't have the DELTA_UNIT
10033           flag set (fixes 'make check' again).
10034
10035 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10036
10037         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10038
10039         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
10040         (gst_matroska_mux_stream_is_vorbis_header),
10041         (gst_matroska_mux_write_data):
10042           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
10043           value and then dead-lock when muxing vorbis audio streams
10044           (the three vorbis header buffers carry no timestamp, and it
10045           would try to mux these after all video buffers). Fixes #340346.
10046
10047           Improve clustering: start a new cluster also whenever we get
10048           a keyframe.     
10049
10050 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10051
10052         * win32/common/config.h:
10053         * win32/MANIFEST
10054           add the generated file as well
10055
10056 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10057
10058         * Makefile.am:
10059         * configure.ac:
10060         * win32/common/config.h.in:
10061           add win32 stuff
10062
10063 2006-05-03  Michael Smith  <msmith@fluendo.com>
10064
10065         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
10066           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
10067           SUCKS.
10068
10069 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10070
10071         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10072         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10073         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10074           don't leak caps-string
10075
10076 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10077
10078         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10079         (gst_id3demux_sink_activate):
10080           Let core insert default error message for TYPE_NOT_FOUND
10081           errors, it's just as good as our own and has the added
10082           bonus of being translated.
10083
10084 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10085
10086         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
10087         (gst_tag_demux_sink_event):
10088         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
10089         (gst_id3demux_sink_event):
10090           Post an error message when we get an EOS event and were not
10091           able to find out the type of stream.
10092
10093         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
10094         (test_taglib_id3mux_with_tags):
10095           Decrease num-buffers to 16 per iteration again, otherwise the
10096           many memcpy()s and reallocations in the test will hammer slow
10097           CPUs completely and make the test timeout.
10098
10099 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10100
10101         * configure.ac:
10102           figure out where plugins-base plugins are
10103         * tests/check/Makefile.am:
10104           use plugins-base plugins, so we have typefind functions
10105         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
10106           increase num-buffers, this makes sure the test errors out instead
10107           of timing out when no typefind functions are present
10108
10109 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10110
10111         * docs/plugins/Makefile.am:
10112           also check .cc files for gtk-doc markup
10113         * configure.ac:
10114         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10115         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10116         * tests/check/Makefile.am:
10117         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
10118         * ext/Makefile.am:
10119         * ext/taglib/Makefile.am:
10120         * ext/taglib/gstid3v2mux.h:
10121         * ext/taglib/gsttaglibmux.c:
10122         * ext/taglib/gsttaglibmux.h:
10123           move taglib-based id3v2muxer to -good.  Fixes #336110.
10124
10125 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10126
10127         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10128           ... and fix multichannel/WAVFORMATEX support again.
10129
10130 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
10131
10132         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10133         (gst_wavparse_class_init), (gst_wavparse_dispose),
10134         (gst_wavparse_reset), (gst_wavparse_init),
10135         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
10136         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
10137         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
10138         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
10139         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10140         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10141         (gst_wavparse_stream_data), (gst_wavparse_loop),
10142         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10143         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10144         (gst_wavparse_change_state), (plugin_init):
10145         * gst/wavparse/gstwavparse.h:
10146           Add push (streaming) mode to wavparse (fixes #337625)
10147
10148 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10149
10150         * configure.ac:
10151         * tests/Makefile.am:
10152           add ximagesrc icles test
10153
10154 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10155
10156         * configure.ac:
10157         * docs/plugins/Makefile.am:
10158         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10159         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10160         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
10161         (gst_cmml_enc_push_clip):
10162         * sys/Makefile.am:
10163         * sys/ximage/Makefile.am:
10164         * sys/ximage/gstximagesrc.c:
10165           Move ximagesrc plug-in to good after review.  Fixes #336756.
10166
10167 2006-04-28  Michael Smith  <msmith@fluendo.com>
10168
10169         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
10170         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
10171         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
10172         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
10173         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10174         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
10175         * gst/icydemux/gsticydemux.h:
10176           Fix event handling: cache events when typefinding and forward later.
10177
10178 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10179
10180         * sys/osxaudio/gstosxaudiosink.c:
10181         (plugin_init):
10182          Register osxaudiosrc to the plugin.
10183         * sys/osxaudio/gstosxaudiosrc.c:
10184         (gst_osx_audio_src_osxelement_do_init),
10185         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
10186         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
10187         (gst_osx_audio_src_get_property),
10188         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
10189         (gst_osx_audio_src_osxelement_init):
10190         * sys/osxaudio/gstosxaudiosrc.h:
10191           Port of osxaudiosrc to 0.10.
10192         * sys/osxaudio/Makefile.am:
10193           Add osxaudiosrc
10194
10195 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10196
10197         * sys/osxaudio/gstosxringbuffer.c:
10198         * sys/osxaudio/gstosxringbuffer.h:
10199           Forgot to commit earlier, part of the OSX audio plugin port
10200
10201 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10202
10203         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
10204         (parse_split_strings):
10205           Recognise and skip any byte order marker (BOM) in
10206           UTF-16 strings.
10207
10208 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10209
10210         * docs/plugins/Makefile.am:
10211         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10212         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10213         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10214         * docs/plugins/inspect/plugin-avi.xml:
10215         * gst/avi/gstavidemux.c:
10216         * gst/avi/gstavimux.c:
10217           Add docs for both avidemux and avimux.
10218
10219 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10220
10221         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10222
10223         * gst/avi/Makefile.am:
10224         * gst/avi/gstavi.c: (plugin_init):
10225         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
10226         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
10227         (gst_avi_mux_class_init), (gst_avi_mux_init),
10228         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10229         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
10230         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
10231         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10232         (gst_avi_mux_riff_get_avix_header),
10233         (gst_avi_mux_riff_get_video_header),
10234         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
10235         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
10236         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10237         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
10238         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
10239         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
10240         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10241         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
10242         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
10243         (gst_avi_mux_change_state):
10244         * gst/avi/gstavimux.h:
10245           Port AVI muxer to GStreamer-0.10 (#332031).
10246
10247         * tests/check/Makefile.am:
10248         * tests/check/elements/avimux.c:
10249         * tests/check/elements/.cvsignore:
10250           Add unit test for AVI muxer.
10251
10252 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
10253
10254         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10255         (gst_wavparse_class_init), (gst_wavparse_reset),
10256         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10257         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10258         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10259         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10260         (gst_wavparse_stream_data), (gst_wavparse_loop),
10261         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
10262         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
10263         (plugin_init):
10264         * gst/wavparse/gstwavparse.h:
10265           reverted patch #337625 for the price of 1 hour sleep
10266
10267 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10268
10269         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10270         (gst_wavparse_class_init), (gst_wavparse_reset),
10271         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10272         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
10273         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10274         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10275         (gst_wavparse_stream_data), (gst_wavparse_loop),
10276         (gst_wavparse_chain), (plugin_init):
10277         * gst/wavparse/gstwavparse.h:
10278           correct partial implementation of push mode
10279           (from my last commit)
10280
10281 2006-04-26  Wim Taymans  <wim@fluendo.com>
10282
10283         * ext/esd/esdsink.c:
10284         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
10285         it is not in esd.h
10286
10287 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
10288
10289         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
10290         (gst_au_parse_class_init), (gst_au_parse_init),
10291         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
10292         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
10293         (gst_au_parse_chain), (gst_au_parse_src_convert),
10294         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
10295         (gst_au_parse_sink_event), (gst_au_parse_src_event),
10296         (gst_au_parse_change_state):
10297         * gst/auparse/gstauparse.h:
10298           Rewrite auparse to suck a little bit less: make source pad
10299           dynamic, so decodebin/playbin work with non-raw formats
10300           like alaw/mulaw; add query function for duration/position
10301           queries; check whether we have enough data before attempting
10302           to parse the header (instead of crashing when that is not the
10303           case); work around audioconvert sucking by swapping endianness
10304           to the native endianness ourselves for float formats; send
10305           initial newsegment event. Fixes #161712.
10306
10307 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10308
10309         * sys/osxaudio/Makefile.am:
10310         * sys/osxaudio/gstosxaudioelement.c:
10311         (gst_osx_audio_element_get_type),
10312         (gst_osx_audio_element_class_init):
10313         * sys/osxaudio/gstosxaudioelement.h:
10314         * sys/osxaudio/gstosxaudiosink.c:
10315         (gst_osx_audio_sink_osxelement_do_init),
10316         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
10317         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
10318         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
10319         (gst_osx_audio_sink_create_ringbuffer),
10320         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
10321         (plugin_init):
10322         * sys/osxaudio/gstosxaudiosink.h:
10323         Port of osxaudiosink to 0.10
10324
10325 2006-04-26  Wim Taymans  <wim@fluendo.com>
10326
10327         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
10328         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
10329         the size of the ringbuffer. This should fix hangs with older 
10330         esd sound servers.
10331
10332 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10333
10334         * ext/aalib/gstaasink.c:
10335         * ext/annodex/gstcmmldec.c:
10336         * ext/annodex/gstcmmlenc.c:
10337         * ext/cairo/gsttextoverlay.c:
10338         * ext/cairo/gsttimeoverlay.c:
10339         * ext/cdio/gstcdiocddasrc.c:
10340         * ext/dv/gstdvdec.c:
10341         * ext/dv/gstdvdemux.c:
10342         * ext/esd/esdmon.c:
10343         * ext/esd/esdsink.c:
10344         * ext/flac/gstflacenc.c:
10345         * ext/flac/gstflactag.c:
10346         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
10347         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
10348         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
10349         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
10350         * ext/gdk_pixbuf/pixbufscale.c:
10351         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10352         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10353         * ext/jpeg/gstjpegdec.c:
10354         * ext/jpeg/gstjpegenc.c:
10355         * ext/jpeg/gstsmokedec.c:
10356         * ext/jpeg/gstsmokeenc.c:
10357         * ext/libcaca/gstcacasink.c:
10358         * ext/libmng/gstmngdec.c:
10359         * ext/libmng/gstmngenc.c:
10360         * ext/libpng/gstpngdec.c:
10361         * ext/libpng/gstpngenc.c:
10362         * ext/mikmod/gstmikmod.c:
10363         * ext/raw1394/gstdv1394src.c:
10364         * ext/shout2/gstshout2.c: (gst_shout2send_init):
10365         * ext/shout2/gstshout2.h:
10366         * ext/speex/gstspeexdec.c:
10367         * ext/speex/gstspeexenc.c:
10368         * gst/alpha/gstalpha.c:
10369         * gst/alpha/gstalphacolor.c:
10370         * gst/apetag/gstapedemux.c:
10371         * gst/auparse/gstauparse.c:
10372         * gst/autodetect/gstautoaudiosink.c:
10373         (gst_auto_audio_sink_base_init):
10374         * gst/autodetect/gstautovideosink.c:
10375         (gst_auto_video_sink_base_init):
10376         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
10377         * gst/avi/gstavimux.c: (gst_avimux_base_init):
10378         * gst/cutter/gstcutter.c:
10379         * gst/debug/breakmydata.c:
10380         * gst/debug/efence.c:
10381         * gst/debug/gstnavigationtest.c:
10382         * gst/debug/gstnavseek.c:
10383         * gst/debug/negotiation.c:
10384         * gst/debug/progressreport.c:
10385         * gst/debug/testplugin.c:
10386         * gst/effectv/gstaging.c:
10387         * gst/effectv/gstdice.c:
10388         * gst/effectv/gstedge.c:
10389         * gst/effectv/gstquark.c:
10390         * gst/effectv/gstrev.c:
10391         * gst/effectv/gstshagadelic.c:
10392         * gst/effectv/gstvertigo.c:
10393         * gst/effectv/gstwarp.c:
10394         * gst/flx/gstflxdec.c:
10395         * gst/goom/gstgoom.c:
10396         * gst/icydemux/gsticydemux.c:
10397         * gst/id3demux/gstid3demux.c:
10398         * gst/interleave/deinterleave.c:
10399         * gst/interleave/interleave.c:
10400         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
10401         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
10402         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
10403         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
10404         * gst/level/gstlevel.c:
10405         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
10406         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
10407         * gst/median/gstmedian.c:
10408         * gst/monoscope/gstmonoscope.c:
10409         * gst/multipart/multipartdemux.c:
10410         * gst/multipart/multipartmux.c:
10411         * gst/oldcore/gstaggregator.c:
10412         * gst/oldcore/gstfdsink.c:
10413         * gst/oldcore/gstmd5sink.c:
10414         * gst/oldcore/gstmultifilesrc.c:
10415         * gst/oldcore/gstpipefilter.c:
10416         * gst/oldcore/gstshaper.c:
10417         * gst/oldcore/gststatistics.c:
10418         * gst/rtp/gstasteriskh263.c:
10419         * gst/rtp/gstrtpL16depay.c:
10420         * gst/rtp/gstrtpL16pay.c:
10421         * gst/rtp/gstrtpamrdepay.c:
10422         * gst/rtp/gstrtpamrpay.c:
10423         * gst/rtp/gstrtpdepay.c:
10424         * gst/rtp/gstrtpgsmpay.c:
10425         * gst/rtp/gstrtph263pay.c:
10426         * gst/rtp/gstrtph263pdepay.c:
10427         * gst/rtp/gstrtph263ppay.c:
10428         * gst/rtp/gstrtpilbcdepay.c:
10429         * gst/rtp/gstrtpmp4gpay.c:
10430         * gst/rtp/gstrtpmp4vdepay.c:
10431         * gst/rtp/gstrtpmp4vpay.c:
10432         * gst/rtp/gstrtpmpadepay.c:
10433         * gst/rtp/gstrtpmpapay.c:
10434         * gst/rtp/gstrtppcmadepay.c:
10435         * gst/rtp/gstrtppcmapay.c:
10436         * gst/rtp/gstrtppcmudepay.c:
10437         * gst/rtp/gstrtppcmupay.c:
10438         * gst/rtp/gstrtpspeexdepay.c:
10439         * gst/rtp/gstrtpspeexpay.c:
10440         * gst/rtsp/gstrtpdec.c:
10441         * gst/rtsp/gstrtspsrc.c:
10442         * gst/smpte/gstsmpte.c:
10443         * gst/udp/gstdynudpsink.c:
10444         * gst/udp/gstmultiudpsink.c:
10445         * gst/udp/gstudpsink.c:
10446         * gst/udp/gstudpsrc.c:
10447         * gst/videobox/gstvideobox.c:
10448         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
10449         * gst/videofilter/gstvideobalance.c:
10450         * gst/videofilter/gstvideoflip.c:
10451         * gst/videofilter/gstvideotemplate.c:
10452         (gst_videotemplate_base_init):
10453         * gst/videomixer/videomixer.c:
10454         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10455         (gst_wavparse_class_init), (gst_wavparse_dispose),
10456         (gst_wavparse_reset), (gst_wavparse_init),
10457         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10458         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
10459         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
10460         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10461         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10462         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10463         (gst_wavparse_change_state):
10464         * gst/wavparse/gstwavparse.h:
10465         * sys/oss/gstossmixerelement.c:
10466         * sys/oss/gstosssink.c:
10467         * sys/oss/gstosssrc.c:
10468         * sys/osxaudio/gstosxaudioelement.c:
10469         * sys/osxaudio/gstosxaudiosink.c:
10470         * sys/osxaudio/gstosxaudiosrc.c:
10471         * sys/sunaudio/gstsunaudiomixer.c:
10472         * sys/sunaudio/gstsunaudiosink.c:
10473           Define GstElementDetails as const and also static (when defined as
10474           global)
10475
10476 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10477
10478         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10479           Source pad has fixed caps. If we don't set this, bad
10480           things happen when the window is resized.
10481
10482 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10483
10484         * gst/matroska/Makefile.am:
10485         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10486         (gst_matroska_demux_handle_src_event):
10487         * gst/matroska/matroska-ids.c:
10488         (gst_matroska_track_init_video_context),
10489         (gst_matroska_track_init_audio_context),
10490         (gst_matroska_track_init_subtitle_context),
10491         (gst_matroska_track_init_complex_context):
10492         * gst/matroska/matroska-ids.h:
10493           Handle case where the TrackType ebml chunk does not come before the
10494           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
10495           events.
10496
10497 2006-04-25  Wim Taymans  <wim@fluendo.com>
10498
10499         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10500         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
10501         It's codec_data, not codec_info.
10502
10503 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10504
10505         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10506
10507         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
10508           Handle codec_data for VfW compatibility codec IDs (#339451)
10509
10510         * gst/matroska/matroska-mux.c:
10511         (gst_matroska_mux_video_pad_setcaps):
10512           Same here, handle codec_data and add additional caps we can handle
10513           now to the pad template (huffyuv, dv and h263 video) (#339451)
10514
10515 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10516
10517         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
10518
10519         * gst/matroska/matroska-mux.c:
10520         (gst_matroska_mux_create_buffer_header),
10521         (gst_matroska_mux_write_data):
10522           Fix timestamping of B-frames, use signed integers, do
10523           some rounding (#339678).
10524
10525 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
10526
10527         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
10528         just make it compile with --disable-gst-debug.
10529
10530 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
10531
10532         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10533         Fix a bad conversion using gst_guint64_to_gdouble.
10534         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
10535         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
10536         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
10537     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
10538         mistake.
10539
10540 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
10541
10542         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10543         Use gst_guint64_to_gdouble for conversions
10544         * win32/vs6/gst_plugins_good.dsw:
10545         * win32/vs6/libgsticydemux.dsp:
10546         Add a project file for icydemux
10547
10548 2006-04-21  Wim Taymans  <wim@fluendo.com>
10549
10550         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
10551
10552         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10553         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
10554         When splitting audio chunks, the block alignment is not taken in
10555         consideration, so the smaller chunks could be of size which is 
10556         not a multiple of the block alignment. Fixes #336904
10557
10558 2006-04-21  Wim Taymans  <wim@fluendo.com>
10559
10560         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
10561         Use scale functions
10562
10563 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10564
10565         * ext/dv/gstdv.c: (plugin_init):
10566           Fix build.
10567
10568 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10569
10570         * gst/debug/progressreport.c: (gst_progress_report_finalize),
10571         (gst_progress_report_class_init), (gst_progress_report_init),
10572         (gst_progress_report_do_query), (gst_progress_report_report),
10573         (gst_progress_report_set_property),
10574         (gst_progress_report_get_property):
10575           Add 'format' property to force querying to a particular format.
10576
10577 2006-04-21  Andy Wingo  <wingo@pobox.com>
10578
10579         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
10580         best, on big endian systems. Drop its rank in that case. OTOH on
10581         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
10582
10583 2006-04-21  Michael Smith  <msmith@fluendo.com>
10584
10585         * configure.ac:
10586         * gst/icydemux/Makefile.am:
10587         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
10588         (gst_icydemux_base_init), (gst_icydemux_class_init),
10589         (gst_icydemux_reset), (gst_icydemux_init),
10590         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
10591         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
10592         (unicodify), (gst_icydemux_unicodify),
10593         (gst_icydemux_parse_and_send_tags),
10594         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10595         (gst_icydemux_chain), (gst_icydemux_change_state),
10596         (gst_icydemux_send_tag_event), (plugin_init):
10597         * gst/icydemux/gsticydemux.h:
10598         * tests/check/Makefile.am:
10599         * tests/check/elements/icydemux.c: (typefind_succeed),
10600         (plugin_init), (icydemux_found_pad), (create_icydemux),
10601         (cleanup_icydemux), (push_data), (GST_START_TEST),
10602         (icydemux_suite), (main):
10603           Add icydemux, and tests.
10604
10605 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10606
10607         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10608           Post SEGMENT_DONE message in TIME format.
10609
10610 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10611
10612         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
10613
10614         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
10615         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
10616           Fix index creation when we have to scan the file to create
10617           an index. There may be other types of RIFF 'LIST' chunks than
10618           'movi' and we need to skip them properly as well or we'll end up
10619           reading garbage (#336889). Some other cosmetic changes.
10620           
10621 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10622
10623         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
10624         (gst_flac_dec_handle_seek_event):
10625           Add support for segment seeks (fixes #338290). Also demote
10626           some recurring debug message from DEBUG to LOG level.
10627
10628 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10629
10630         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10631         (gst_matroskademux_do_index_seek),
10632         (gst_matroska_demux_handle_seek_event),
10633         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
10634         * gst/matroska/matroska-ids.h:
10635           Set DISCONT flag on first buffer after a discontinuity.
10636           Fix newsegment events sent when seeking and honour KEY_UNIT
10637           seek flag. Create pad with bogus caps if we don't recognise
10638           the stream codec id.
10639
10640         * gst/matroska/matroska-demux.h:
10641           Fix GObject macros.
10642
10643 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10644
10645         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10646
10647         * gst/matroska/matroska-demux.c:
10648         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
10649           Handle end of segment properly when set; don't dead-lock when
10650           posting start of segment message when doing a segment seek.
10651           Fixes #338810.
10652
10653 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10654
10655         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
10656         (gst_matroska_demux_plugin_init):
10657           Make mpeg2 aac audio work: create artificial private codec data
10658           chunk which faad2 seems to require, just as we do for mpeg4 aac.
10659           Also call gst_riff_init(). Partially fixes #338767.
10660
10661 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
10662
10663         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
10664         (gst_wavenc_class_init), (gst_wavenc_init),
10665         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
10666         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
10667         (gst_wavenc_chain), (gst_wavenc_change_state):
10668         * gst/wavenc/gstwavenc.h:
10669           Set caps on first outgoing buffer, so that it doesn't error out
10670           immediately with a non-negotiated error (#338716). Rewrite and
10671           clean up a bit; fix setcaps function to parse things properly;
10672           fix sink caps (8bit audio is unsigned and doesn't have depth);
10673           use boilerplate macros; remove unused properties stuff.
10674
10675 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10676
10677         * ext/gdk_pixbuf/gstgdkpixbuf.c:
10678           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
10679           handle MJPEG streams and might be autoplugged for those if the
10680           user doesn't have jpegdec installed (resulting in a cryptic error
10681           message about huffman tables). Better to disable JPEG decoding here
10682           and let the user figure out that she needs to install jpegdec.
10683
10684 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10685
10686         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
10687         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
10688         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
10689         * ext/gdk_pixbuf/gstgdkpixbuf.h:
10690           Make work with packetised/framed input (e.g. png-in-quicktime). Use
10691           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
10692           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
10693           debug messages. Fix boilerplate macros.
10694
10695 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10696
10697         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
10698         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
10699           No need to special-case for Gdk-2.0 any longer, we require
10700           Gdk 2.2 or newer; minor clean-ups.
10701
10702 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10703
10704         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
10705         (gst_shout2send_class_init), (gst_shout2send_init),
10706         (set_shout_metadata), (gst_shout2send_set_metadata),
10707         (gst_shout2send_event), (gst_shout2send_start),
10708         (gst_shout2send_connect), (gst_shout2send_stop),
10709         (gst_shout2send_render), (gst_shout2send_set_property),
10710         (gst_shout2send_get_property), (gst_shout2send_setcaps),
10711         (plugin_init):
10712         * ext/shout2/gstshout2.h:
10713         * po/POTFILES.in:
10714           Rewrite a bit: use GstBaseSink::start and stop instead of a state
10715           change function; use GST_ELEMENT_ERROR for error reporting, not
10716           g_error() or GST_ERROR(); don't unref caps in setcaps function,
10717           will cause crashes or assertion failures; remove (unused) "sync"
10718           property, basesink already has such a property; misc. other
10719           minor fixes and cleanups.
10720
10721 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10722
10723         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
10724         * ext/esd/gstesd.c: (plugin_init):
10725         * po/POTFILES.in:
10726           Add translatable error message for when we cannot
10727           connect to the sound server, as "Cannot open resource
10728           for writing" isn't really an acceptable message to show
10729           to the user in this case.
10730
10731 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10732
10733         * sys/oss/gst-i18n-plugin.h:
10734           Remove bogus file that doesn't belong here.
10735
10736 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10737
10738         Patch by: Philippe Valembois
10739
10740         * ext/shout2/gstshout2.c: (gst_shout2send_init),
10741         (gst_shout2send_set_metadata), (gst_shout2send_event),
10742         (gst_shout2send_render), (gst_shout2send_change_state):
10743         * ext/shout2/gstshout2.h:
10744           Handle tags being received before the connection to
10745           the server is established properly (see #338636).
10746
10747 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10748
10749         * ext/shout2/gstshout2.c: (gst_shout2send_render):
10750           Don't crash in case the connection to the server fails:
10751           don't set pointer to NULL by assigning FALSE; error out
10752           properly by using GST_ELEMENT_ERROR and returning
10753           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
10754           before resetting the pointer.
10755
10756 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
10757
10758         * gst/id3demux/id3tags.c:
10759         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
10760         (Fixes #338713)
10761
10762 2006-04-12  Wim Taymans  <wim@fluendo.com>
10763
10764         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
10765         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
10766         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
10767         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
10768         (gst_gdk_pixbuf_chain):
10769         Some cleanups.
10770         Added RGBA as a possible output format.
10771         Correctly free the supported mimetypes.
10772         deprecate silent arg, it's not used.
10773         Return result from _alloc_buffer to peer.
10774
10775 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
10776
10777         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
10778           Don't leak memory allocated by gst_buffer_new_and_alloc() by
10779           overwriting GST_BUFFER_MALLOCDATA.
10780
10781 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
10782
10783         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
10784         (user_endrow_callback), (user_end_callback),
10785         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
10786         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
10787         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
10788         * ext/libpng/gstpngdec.h:
10789           Handle more than one frame if the content is framed,
10790           like with png-in-quicktime (#331917).
10791
10792 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10793
10794         * sys/oss/Makefile.am:
10795         * sys/oss/common.h:
10796         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
10797         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
10798         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
10799         (gst_oss_src_unprepare):
10800           - the user-visible error strings were in the wrong category
10801           - and the messages were not marked for translation
10802           - which is actually a good thing, because they were exactly
10803             the kind of message you would never want anyone to see
10804           - the macros were using variables that didn't exist in the macro
10805             arguments
10806           - and they were obviously copied from each other and then modified
10807           - so a common header makes sense
10808
10809 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
10810
10811         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
10812           Don't try to modify read-only data.
10813
10814         * gst/matroska/matroska-demux.c:
10815         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
10816           Fix comment (won't crash any longer now).
10817
10818 2006-04-10  Michael Smith  <msmith@fluendo.com>
10819
10820         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
10821           Use copies of header buffers for caps to avoid circular refcounting
10822           problems (as in theoradec, vorbisdec).
10823
10824         * tests/check/elements/cmmldec.c: (GST_START_TEST):
10825           Fix a typo in test that meant it was testing the wrong thing.
10826
10827         * tests/check/elements/cmmlenc.c: (check_headers):
10828           Fix refcount checks now that we use buffer-copies for caps.
10829
10830 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
10831
10832         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
10833         (gst_matroska_demux_handle_seek_event),
10834         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
10835         (gst_matroska_demux_subtitle_caps),
10836         (gst_matroska_demux_plugin_init):
10837           Use static pad templates with ANY caps for audio and video
10838           source pads and get rid of a lot of unnecessary (and partially
10839           broken) code for the template caps. Clean up caps finding
10840           functions. Fixes playback of audio files/streams that do not
10841           contain the sample rate and/or number of channels in the audio
10842           context (happens a lot with vorbis/mp3 .mka files it seems).
10843           Fixes #337183.
10844           Also add myself to copyright holders.
10845
10846 2006-04-10  Michael Smith  <msmith@fluendo.com>
10847
10848         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
10849           Use g_list_delete_link () instead of g_list_remove_link () so that
10850           we free the link as well as the contained data.
10851
10852 2006-04-10  Wim Taymans  <wim@fluendo.com>
10853
10854         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
10855
10856         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
10857         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10858         (gst_avi_demux_stream_header):
10859         Fix some crashers with empty chunks. (Fixes #337749)
10860
10861 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
10862
10863         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
10864           use G_GINT64_CONSTANT for INT64 constants
10865         * gst/videofilter/gstvideobalance.c:
10866           define rint for WIN32 #define rint(x) (floor((x)+0.5))
10867         * win32/vs6/libgstavi.dsp:
10868          add missing libraries for the link and remove avimux.c from
10869          the project as it isn't ported to 0.10 yet
10870         
10871 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
10872
10873         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
10874           Even better would be if we actually did the right thing
10875           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
10876
10877 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
10878
10879         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
10880           Can't just replace 1LL with 1L here just because MSVC doesn't
10881           support it, as it might lead to incorrect results when doing the
10882           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
10883           force a 64-bit constant in a way that all compilers are happy with.
10884
10885 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
10886
10887         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
10888         * ext/esd/esdsink.c: (gst_esdsink_class_init):
10889         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
10890         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
10891         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
10892         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
10893         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
10894         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
10895         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
10896         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
10897         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
10898         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
10899         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
10900         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
10901         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
10902         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
10903         * gst/avi/gstavimux.c: (gst_avimux_class_init):
10904         * gst/debug/efence.c: (gst_efence_class_init):
10905         * gst/debug/negotiation.c: (gst_negotiation_class_init):
10906         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
10907         * gst/goom/gstgoom.c: (gst_goom_class_init):
10908         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
10909         * gst/interleave/deinterleave.c: (deinterleave_class_init):
10910         * gst/interleave/interleave.c: (interleave_class_init):
10911         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
10912         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
10913         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
10914         * gst/median/gstmedian.c: (gst_median_class_init):
10915         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
10916         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
10917         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
10918         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
10919         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
10920         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
10921         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
10922         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
10923         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
10924         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
10925         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
10926         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
10927         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
10928         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
10929         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
10930         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
10931         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
10932         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
10933         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
10934         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
10935         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
10936         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
10937         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
10938         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
10939         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
10940         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
10941         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
10942         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
10943         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
10944         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
10945         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
10946         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
10947         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
10948         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
10949         * sys/osxaudio/gstosxaudioelement.c:
10950         (gst_osxaudioelement_class_init):
10951         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
10952         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
10953         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
10954         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
10955
10956 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
10957
10958         * ext/mikmod/gstmikmod.h:
10959         * gst/level/gstlevel.h:
10960         Fix more broken GObject macros
10961
10962 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
10963
10964         * ext/annodex/gstcmmldec.h:
10965         * ext/annodex/gstcmmlenc.h:
10966         * ext/annodex/gstcmmltag.h:
10967         * ext/cairo/gsttextoverlay.h:
10968         * ext/ladspa/gstsignalprocessor.h:
10969         * gst/matroska/ebml-read.h:
10970         * gst/matroska/ebml-write.h:
10971         * sys/osxaudio/gstosxaudioelement.h:
10972         Fix broken GObject macros
10973
10974 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
10975
10976         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
10977           Don't try to seek beyond the end of the file (would
10978           occasionally display error dialogs in totem when seeking
10979           to the end) (#335869). Will still throw an error though
10980           if the file is truncated and the total_samples value in
10981           the stream header is wrong.
10982
10983 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
10984
10985         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
10986         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
10987         (gst_flac_dec_metadata_callback):
10988         * ext/flac/gstflacdec.h:
10989           If the stream header doesn't contain the total number of samples,
10990           search for the last flac frame at the end of the file and calculate
10991           the total duration from that frame's offset (fixes #337609).
10992
10993 2006-04-07  Edward Hervey  <edward@fluendo.com>
10994
10995         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
10996         Don't unref the GstPadTemplate returned by
10997         gst_element_class_get_pad_template().
10998
10999 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11000
11001         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
11002
11003         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
11004         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
11005         * sys/sunaudio/gstsunaudiosink.h:
11006           Use spec->segsize and spec->segtotal in the prepare function
11007           to initialise the ring buffer instead of using the buffer-time
11008           property (#337421).
11009
11010 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11011
11012         * configure.ac:
11013           Bump core requirements to CVS for gst_pad_query_peer_duration()
11014           which is used by speexdec.
11015
11016 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
11017
11018         * ext/speex/gstspeex.c: (plugin_init):
11019         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
11020         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
11021         (speex_get_sink_query_types), (speex_dec_sink_query),
11022         (speex_get_src_query_types), (speex_dec_src_query),
11023         (speex_dec_src_event), (speex_dec_sink_event),
11024         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
11025         (speex_dec_chain_parse_data), (speex_dec_chain),
11026         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
11027         (speex_dec_change_state):
11028         * ext/speex/gstspeexdec.h:
11029           Fix seeking and duration queries (#337033); clean up and
11030           refactor a bit.
11031
11032 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11033
11034         * ext/raw1394/gstdv1394src.c:
11035           distinguish between device not found and could not open for
11036           reading
11037
11038 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11039
11040         * Makefile.am:
11041         * configure.ac:
11042         * pkgconfig/.cvsignore:
11043         * pkgconfig/Makefile.am:
11044         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
11045           add a .pc file so other modules can use good plugins in tests
11046
11047 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11048
11049         * configure.ac:
11050           clean up, use AS_VERSION and AS_NANO
11051         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11052           use PACKAGE_VERSION define
11053         * po/af.po:
11054         * po/az.po:
11055         * po/cs.po:
11056         * po/en_GB.po:
11057         * po/hu.po:
11058         * po/it.po:
11059         * po/nb.po:
11060         * po/nl.po:
11061         * po/or.po:
11062         * po/sq.po:
11063         * po/sr.po:
11064         * po/sv.po:
11065         * po/uk.po:
11066         * po/vi.po:
11067           updated
11068
11069 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
11070
11071         * ext\jpeg\smokecodec.c:
11072           use of GST_DEBUG instead of DEBUG(a...) for WIN32
11073         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
11074           move first instruction after all variables declarations
11075         * gst\alpha\gstalpha.c:
11076         * gst\effectv\gstshagadelic.c:
11077         * gst\smpte\paint.c:
11078         * gst\videofilter\gstvideobalance.c:
11079           define M_PI if it's not defined (it's not defined on WIN32)
11080         * gst\cutter\gstcutter.c: (gst_cutter_chain):
11081         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
11082         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
11083         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
11084         (gst_matroska_demux_video_caps):
11085         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
11086         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
11087           use gst_guint64_to_gdouble for conversions
11088         * gst\goom\filters.c: (setPixelRGB_):
11089           fix a debug which was using undefined variable
11090         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
11091         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
11092           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
11093         * win32/vs6:
11094           add vs6 projects files for most of plugins-good
11095         
11096 2006-03-30  j^  <j@bootlab.org>
11097
11098         * ext/aalib/gstaasink.c:
11099         * ext/annodex/gstcmmldec.c:
11100         * ext/annodex/gstcmmlenc.c:
11101         * ext/cairo/gsttextoverlay.c:
11102         * ext/cairo/gsttimeoverlay.c:
11103         * ext/cdio/gstcdiocddasrc.c:
11104         * ext/dv/gstdvdec.c:
11105         * ext/esd/esdmon.c:
11106         * ext/esd/esdsink.c:
11107         * ext/flac/gstflacdec.c:
11108         * ext/flac/gstflacenc.c:
11109         * ext/flac/gstflactag.c:
11110         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11111         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11112         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11113         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11114         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11115         * ext/gdk_pixbuf/pixbufscale.c:
11116         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11117         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11118         * ext/jpeg/gstjpegdec.c:
11119         * ext/jpeg/gstjpegenc.c:
11120         * ext/jpeg/gstsmokedec.c:
11121         * ext/jpeg/gstsmokeenc.c:
11122         * ext/libcaca/gstcacasink.c:
11123         * ext/libmng/gstmngdec.c:
11124         * ext/libmng/gstmngenc.c:
11125         * ext/libpng/gstpngdec.c:
11126         * ext/libpng/gstpngenc.c:
11127         * ext/mikmod/gstmikmod.c:
11128         * ext/raw1394/gstdv1394src.c:
11129         * ext/shout2/gstshout2.c:
11130         * ext/speex/gstspeexdec.c:
11131         * ext/speex/gstspeexenc.c:
11132         * gst/alpha/gstalpha.c:
11133         * gst/alpha/gstalphacolor.c:
11134         * gst/auparse/gstauparse.c:
11135         * gst/autodetect/gstautoaudiosink.c:
11136         (gst_auto_audio_sink_base_init):
11137         * gst/autodetect/gstautovideosink.c:
11138         (gst_auto_video_sink_base_init):
11139         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11140         * gst/cutter/gstcutter.c:
11141         * gst/debug/breakmydata.c:
11142         * gst/debug/efence.c:
11143         * gst/debug/gstnavigationtest.c:
11144         * gst/debug/negotiation.c:
11145         * gst/debug/progressreport.c:
11146         * gst/debug/testplugin.c:
11147         * gst/effectv/gstaging.c:
11148         * gst/effectv/gstdice.c:
11149         * gst/effectv/gstedge.c:
11150         * gst/effectv/gstquark.c:
11151         * gst/effectv/gstrev.c:
11152         * gst/effectv/gstvertigo.c:
11153         * gst/effectv/gstwarp.c:
11154         * gst/flx/gstflxdec.c:
11155         * gst/goom/gstgoom.c:
11156         * gst/interleave/deinterleave.c:
11157         * gst/interleave/interleave.c:
11158         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11159         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11160         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11161         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11162         * gst/level/gstlevel.c:
11163         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11164         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11165         * gst/median/gstmedian.c:
11166         * gst/monoscope/gstmonoscope.c:
11167         * gst/multipart/multipartdemux.c:
11168         * gst/multipart/multipartmux.c:
11169         * gst/oldcore/gstmd5sink.c:
11170         * gst/oldcore/gstmultifilesrc.c:
11171         * gst/oldcore/gstpipefilter.c:
11172         * gst/oldcore/gstshaper.c:
11173         * gst/oldcore/gststatistics.c:
11174         * gst/rtp/gstasteriskh263.c:
11175         * gst/rtp/gstrtpL16depay.c:
11176         * gst/rtp/gstrtpL16pay.c:
11177         * gst/rtp/gstrtpamrdepay.c:
11178         * gst/rtp/gstrtpamrpay.c:
11179         * gst/rtp/gstrtpdepay.c:
11180         * gst/rtp/gstrtpgsmpay.c:
11181         * gst/rtp/gstrtph263pay.c:
11182         * gst/rtp/gstrtph263pdepay.c:
11183         * gst/rtp/gstrtph263ppay.c:
11184         * gst/rtp/gstrtpmp4gpay.c:
11185         * gst/rtp/gstrtpmp4vdepay.c:
11186         * gst/rtp/gstrtpmp4vpay.c:
11187         * gst/rtp/gstrtpmpadepay.c:
11188         * gst/rtp/gstrtpmpapay.c:
11189         * gst/rtp/gstrtppcmadepay.c:
11190         * gst/rtp/gstrtppcmapay.c:
11191         * gst/rtp/gstrtppcmudepay.c:
11192         * gst/rtp/gstrtppcmupay.c:
11193         * gst/rtp/gstrtpspeexdepay.c:
11194         * gst/rtp/gstrtpspeexpay.c:
11195         * gst/rtsp/gstrtpdec.c:
11196         * gst/smpte/gstsmpte.c:
11197         * gst/videobox/gstvideobox.c:
11198         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11199         * gst/videofilter/gstvideobalance.c:
11200         * gst/videofilter/gstvideoflip.c:
11201         * gst/videofilter/gstvideotemplate.c:
11202         (gst_videotemplate_base_init):
11203         * gst/videomixer/videomixer.c:
11204         * gst/wavenc/gstwavenc.c:
11205         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
11206          better/unified long descriptions
11207          Fixed #336602
11208          Some cleanups to auparse, don't send multiple newsegments.
11209
11210 2006-03-29  Wim Taymans  <wim@fluendo.com>
11211
11212         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
11213
11214         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
11215         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
11216         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
11217         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
11218         * ext/dv/gstdvdemux.h:
11219         Seek in READY patch. Only works for pull based mode.
11220         Fixes #323880
11221
11222 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11223
11224         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
11225         (gst_gdk_pixbuf_event):
11226           Fix two crashers: don't unref the same caps twice, and
11227           set pixbuf loader to NULL after freeing it.
11228
11229 2006-03-27  Wim Taymans  <wim@fluendo.com>
11230
11231         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
11232         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
11233         (gst_speexenc_chain):
11234         * ext/speex/gstspeexenc.h:
11235         Don't leak adapter.
11236         A push *always* takes ownership of the buffer, even on
11237         errors.
11238         Small cleanups.
11239
11240 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
11241
11242         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
11243           Create source pad without leaking.
11244
11245 2006-03-24  Wim Taymans  <wim@fluendo.com>
11246
11247         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11248         * ext/flac/gstflacdec.h:
11249         * ext/flac/gstflacenc.h:
11250         Spifify a bit.
11251         Fix deadly lock order error in seeking code, STREAM_LOCK
11252         cannot be taken within LOCK and the streaming variables are
11253         protected with the STREAM_LOCK anyway.
11254
11255 2006-03-24  Wim Taymans  <wim@fluendo.com>
11256
11257         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
11258         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
11259         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
11260         this patch combines the global init_frames with the stream
11261         init_frames. Rationale being that the global delay should 
11262         be subtracted from any stream delay.
11263         Fixes #335858.
11264
11265 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
11266
11267         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
11268         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
11269         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11270         * gst/videomixer/videomixer.c: (gst_videomixer_init):
11271         use DEBUG_FUNCPTR for collectpads
11272
11273 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
11274
11275         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
11276           Don't crash when encoding images where the number of rows isn't
11277           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
11278
11279 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11280
11281         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
11282         * gst/interleave/deinterleave.c: (deinterleave_change_state):
11283         * gst/interleave/interleave.c: (interleave_change_state):
11284         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
11285           More state change function fixes.
11286
11287 2006-03-23  Wim Taymans  <wim@fluendo.com>
11288
11289         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11290         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
11291         (gst_esdsink_prepare), (gst_esdsink_unprepare),
11292         (gst_esdsink_delay), (gst_esdsink_reset):
11293         * ext/esd/esdsink.h:
11294         Fix esd choppy playback by configuring audiosink
11295         correctly. Fixes #325191
11296
11297 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11298
11299         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
11300           Make state change function thread-safe.
11301
11302 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11303
11304         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
11305         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
11306           Don't try to read beyond the end of the file just because
11307           the header claims a bigger size (like with truncated files).
11308
11309 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11310
11311         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11312         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
11313         (gst_wavparse_stream_data), (gst_wavparse_loop):
11314         * gst/wavparse/gstwavparse.h:
11315           Delay source pad creation until we have the first chunk of
11316           media data, so the we can examine the data and adjust the
11317           caps accordingly if required. This makes playback of .wav
11318           files with DTS-declared-as-PCM content work (#313266).
11319
11320 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
11321
11322         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11323         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11324         Don't attempt typefinding on too-short buffers that have been
11325         completely trimmed away. (Fixes #330239)
11326
11327         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
11328         Improve the debug output
11329
11330 2006-03-21  Wim Taymans  <wim@fluendo.com>
11331
11332         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
11333         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
11334         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
11335         (gst_esdsink_set_property), (gst_esdsink_get_property):
11336         Some cleanups.
11337         Reset fd to -1 when we close them.
11338
11339 2006-03-21  Wim Taymans  <wim@fluendo.com>
11340
11341         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
11342         the OPTIONS request result is optional so don't
11343         fail on it.
11344
11345 2006-03-21  Edward Hervey  <edward@fluendo.com>
11346
11347         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
11348         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
11349         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
11350         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11351         (gst_wavparse_change_state):
11352         gcc 4.1 unreferenced pointer fixes.
11353
11354 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
11355
11356         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11357
11358         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
11359           Fix block alignment calculation. Alignment should be done before
11360           adding the byte offset where the data starts (#335231).
11361
11362 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11363
11364         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
11365           Ensure that we set correct caps on buffers that are transferred
11366           direct from the input.
11367
11368 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11369
11370         * gst/goom/filters.c: (zoomFilterDestroy):
11371         * gst/goom/goom_core.c: (goom_close):
11372           Free filter data when cleaning up. (Fixes: #334995)
11373
11374 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
11375
11376         * configure.ac:
11377           Don't compile udp and rtsp plugins on win32 (mingw) or other
11378           systems that don't have <sys/socket.h> for some reason (#316203).
11379
11380 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11381
11382         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
11383         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
11384         * ext/raw1394/gstdv1394src.h:
11385           Change bus reset handler so it reports useful information such as
11386           whether the device being used connected or disconnected
11387
11388 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11389
11390         * gst/id3demux/id3v2frames.c:
11391         (parse_relative_volume_adjustment_two):
11392           We only care about gain and peak data for the master volume.
11393
11394 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11395
11396         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11397         (parse_id_string), (parse_unique_file_identifier),
11398         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
11399           Read replay gain tags (#323721).
11400
11401 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11402
11403         * configure.ac:
11404           Bump requirements to gst-plugins-base CVS because
11405           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
11406
11407 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
11408
11409         * rtp/gst/gstrtppcmadepay.c:
11410         Fixed one of the caps in the code from mulaw to alaw.
11411
11412 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
11413
11414         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11415           Ensure that we set caps on the buffers we pass.
11416
11417         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
11418         (gst_id3demux_sink_activate):
11419           Ensure that we set caps on the buffers we pass.
11420
11421           Use STREAM, TYPE_NOT_FOUND as the error class when
11422           typefinding fails.
11423
11424 2006-03-15  Edward Hervey  <edward@fluendo.com>
11425
11426         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
11427         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
11428         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
11429         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
11430         (gst_jpeg_dec_setcaps):
11431         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
11432         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
11433         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
11434         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
11435         (gst_mngdec_src_getcaps):
11436         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11437         (gst_pngdec_caps_create_and_set):
11438         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
11439         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
11440         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
11441         * gst/alpha/gstalpha.c: (gst_alpha_init):
11442         * gst/auparse/gstauparse.c: (gst_au_parse_init):
11443         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
11444         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
11445         * gst/cutter/gstcutter.c: (gst_cutter_init):
11446         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
11447         (gst_efence_checkgetrange):
11448         * gst/debug/negotiation.c: (gst_negotiation_init):
11449         * gst/flx/gstflxdec.c: (gst_flxdec_init):
11450         * gst/goom/gstgoom.c: (gst_goom_init):
11451         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
11452         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
11453         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
11454         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
11455         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
11456         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
11457         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
11458         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11459         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
11460         (gst_wavparse_create_sourcepad):
11461         Fix memleak with gst_static_pad_template_get().
11462         This uses gst_pad_new_from_static_template() instead.
11463         Fixes #333512
11464
11465 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11466
11467         * configure.ac:
11468           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
11469           used by id3demux.
11470
11471         * gst/id3demux/gstid3demux.c: (plugin_init):
11472         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11473         (parse_user_text_identification_frame),
11474         (parse_unique_file_identifier):
11475           Add support for UFID and TXXX frames and extract musicbrainz tags.
11476
11477 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11478
11479         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
11480           Catch short reads, like they might happen with truncated
11481           files (see #305279); remove unnecessary indentation.
11482
11483 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11484
11485         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
11486           Fix DIB image inversion for pictures with a
11487           depth != 8 (#305279).
11488
11489 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11490
11491         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
11492         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
11493         * ext/jpeg/gstjpegdec.h:
11494           Fix durations on outgoing buffers after seeking
11495           in MJPEG files (#334083); some minor clean-ups.
11496
11497 2006-03-13  Wim Taymans  <wim@fluendo.com>
11498
11499         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
11500         (gst_wavparse_change_state):
11501         Implement seek in READY (re-fixes #327658)
11502
11503 2006-03-13  Wim Taymans  <wim@fluendo.com>
11504
11505         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
11506         * ext/esd/esdmon.c: (gst_esdmon_get):
11507         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
11508         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11509         (gst_gdk_pixbuf_sink_getcaps):
11510         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
11511         (gst_jpegenc_setcaps):
11512         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
11513         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
11514         (gst_smokeenc_setcaps):
11515         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
11516         (gst_mngdec_src_getcaps):
11517         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
11518         (gst_mngenc_chain):
11519         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
11520         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
11521         * ext/speex/gstspeexdec.c: (speex_dec_convert),
11522         (speex_dec_src_event), (speex_dec_chain):
11523         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
11524         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
11525         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
11526         (gst_negotiation_pad_link), (gst_negotiation_chain):
11527         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
11528         (gst_flxdec_chain):
11529         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
11530         (deinterleave_chain):
11531         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
11532         * gst/median/gstmedian.c: (gst_median_link):
11533         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
11534         (gst_monoscope_chain):
11535         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
11536         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
11537         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
11538         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
11539         close #333784 unref the result of gst_pad_get_parent()
11540         by: Christophe Fergeau.
11541
11542 2006-03-09  Wim Taymans  <wim@fluendo.com>
11543
11544         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
11545         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
11546         Handle events in push mode better, can now do non-flushing
11547         seeks in push mode as well.
11548
11549 2006-03-07  Wim Taymans  <wim@fluendo.com>
11550
11551         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11552         Applied patch from Kai Vehmanen, fixes #333624.
11553
11554 2006-03-06  Julien MOUTTE  <julien@moutte.net>
11555
11556         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
11557         Implement paletted and grayscale png files handling.
11558         (#150363).
11559
11560 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11561
11562         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
11563         (gst_speexenc_chain):
11564           fix a tag list assert
11565           follow gst-plugins-base/ext/ogg/README; set OFFSET
11566           and OFFSET_END.  Muxes correctly with gst-plugins-base
11567           > 0.9.3
11568
11569 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11570
11571         * gst/id3demux/Makefile.am:
11572         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
11573         (gst_id3demux_chain), (gst_id3demux_sink_activate):
11574           Use new typefind helper functions here as well, and
11575           do typefinding in pull-mode if upstream supports that.
11576
11577 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11578
11579         * sys/sunaudio/gstsunaudiomixerctrl.c:
11580         (gst_sunaudiomixer_ctrl_get_volume),
11581         (gst_sunaudiomixer_ctrl_set_volume):
11582         * sys/sunaudio/gstsunaudiomixertrack.c:
11583         (gst_sunaudiomixer_track_new):
11584           Remove unused variables, breaks build from CVS
11585           with -Werror (#333392, patch by: Benjamin Pineau)
11586
11587 2006-03-03  Wim Taymans  <wim@fluendo.com>
11588
11589         * docs/plugins/Makefile.am:
11590         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11591         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11592         Added wavparse docs.
11593
11594         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11595         (gst_wavparse_reset), (gst_wavparse_init),
11596         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
11597         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
11598         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11599         (gst_wavparse_stream_data), (gst_wavparse_loop),
11600         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
11601         (gst_wavparse_change_state):
11602         * gst/wavparse/gstwavparse.h:
11603         Implement seek in READY (fixes #327658)
11604         Added docs and did some cleanups.
11605
11606 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
11607
11608         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11609         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
11610         (gst_avi_demux_calculate_durations_from_index),
11611         (gst_avi_demux_stream_header):
11612         * gst/avi/gstavidemux.h:
11613           If we have an index, use a duration based on the index instead
11614           of blindly trusting the information in the stream headers
11615           (fixes #331817).
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 smoke and jpeg to the docs.
11624
11625         * ext/jpeg/Makefile.am:
11626         * ext/jpeg/gstjpeg.c: (plugin_init):
11627         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
11628         * ext/jpeg/gstjpegenc.h:
11629         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
11630         (gst_smokedec_chain):
11631         * ext/jpeg/gstsmokedec.h:
11632         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
11633         * ext/jpeg/gstsmokeenc.h:
11634         * ext/jpeg/smokecodec.h:
11635         Port smokedec (fixes #331905).
11636         Added some docs.
11637         Some cleanups.
11638
11639 2006-03-03  Wim Taymans  <wim@fluendo.com>
11640
11641         * docs/plugins/Makefile.am:
11642         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11643         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11644         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11645         Added videobalance and videoflip to the docs.
11646
11647         * gst/videofilter/Makefile.am:
11648         * gst/videofilter/gstvideobalance.c:
11649         (gst_video_balance_update_tables_planar411),
11650         (gst_video_balance_is_passthrough),
11651         (gst_video_balance_update_properties), (oil_tablelookup_u8),
11652         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
11653         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
11654         (gst_video_balance_finalize), (gst_video_balance_class_init),
11655         (gst_video_balance_init), (gst_video_balance_interface_supported),
11656         (gst_video_balance_interface_init),
11657         (gst_video_balance_colorbalance_list_channels),
11658         (gst_video_balance_colorbalance_set_value),
11659         (gst_video_balance_colorbalance_get_value),
11660         (gst_video_balance_colorbalance_init),
11661         (gst_video_balance_set_property), (gst_video_balance_get_property),
11662         (gst_video_balance_get_type), (plugin_init):
11663         * gst/videofilter/gstvideobalance.h:
11664         Ported to 0.10. (Fixes #326160)
11665         Added docs.
11666
11667         * gst/videofilter/gstvideoflip.c:
11668         * gst/videofilter/gstvideoflip.h:
11669         Added docs.
11670
11671 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
11672
11673         * configure.ac:
11674           Bump requirements to current core and -base CVS
11675           (core for new typefind helper API, and -base for the
11676           WAVFORMATEX support that was added to libgstriff and
11677           is needed by wavparse).
11678         
11679         * gst/apetag/Makefile.am:
11680         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
11681         (gst_tag_demux_sink_activate):
11682           Use new typefind helpers for typefinding instead of our
11683           home-grown stuff; also, do typefinding in pull-mode if
11684           upstream supports that.
11685
11686 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
11687
11688         Reviewed by: Christian Schaller <christian@fluendo.com>
11689
11690         This patch fixes bug: 329107
11691
11692         This Changelog entry is for a commit done on February 17
11693
11694         * ext/gconf/gconf.c
11695         * ext/gconf/gconf.h
11696         * ext/gconf/gstgconfaudiosink.c
11697         * ext/gconf/gstgconfaudiosink.h
11698         * gconf/gstreamer.schemas.in
11699
11700 2006-02-28  Wim Taymans  <wim@fluendo.com>
11701
11702         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11703         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
11704         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
11705         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
11706         Use DEBUG_OBJECT more.
11707
11708 2006-02-28  Wim Taymans  <wim@fluendo.com>
11709
11710         * docs/plugins/Makefile.am:
11711         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11712         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11713         Added dvdec and dvdemux to docs.
11714
11715         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
11716         Added docs.
11717         Check frame sizes so we don't crash when don't have enough
11718         data.
11719         Send nice error messages on error.
11720
11721         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
11722         (gst_dvdemux_class_init), (gst_dvdemux_init),
11723         (gst_dvdemux_finalize), (gst_dvdemux_reset),
11724         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
11725         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
11726         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
11727         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
11728         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
11729         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
11730         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
11731         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
11732         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
11733         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
11734         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
11735         * ext/dv/gstdvdemux.h:
11736         Added docs.
11737         Implement pull mode.
11738         Fix memleaks.
11739         Reduce memcpy for the video demuxing.
11740
11741 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
11742
11743         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
11744         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
11745         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
11746         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
11747           Add a little extra debug. Make the decoder not return NOT_LINKED,
11748           as we want to continue decoding all CMML and emitting tags.
11749
11750 2006-02-27  Michael Smith  <msmith@fluendo.com>
11751
11752         * ext/annodex/gstskeltag.c:
11753         * ext/annodex/gstskeltag.h:
11754           Deleted; these files aren't used any more either.
11755
11756 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11757
11758         * ext/Makefile.am: Fix dist-check.
11759
11760 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11761
11762         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
11763         memleak.
11764
11765 2006-02-25  Alessandro Decina <alessandro@nnva.org>
11766
11767         * ext/annodex/Makefile.am:
11768         * ext/annodex/gstannodex.c:
11769         * ext/annodex/gstcmmldec.c:
11770         * ext/annodex/gstcmmlenc.c:
11771         * ext/annodex/gstcmmlparser.c:
11772         * ext/annodex/gstcmmlparser.h:
11773         * ext/annodex/gstcmmlutils.c:
11774         * tests/check/elements/cmmldec.c:
11775         * tests/check/elements/cmmlenc.c:
11776           Fix a memleak in gst_cmml_track_list_add_clip.
11777           Handle overflows in clip's start and end times.
11778           Add the "encoded" parameter to cmmldec and cmmlenc caps.
11779           Do not parse junk at the end of a CMML preamble buffer.
11780           Register a libxml error handler to not print stuff on stderr.
11781           Check for bad clip start and end times in the testsuites.
11782
11783 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11784
11785         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
11786         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
11787         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
11788         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
11789         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
11790         possible memleaks.
11791
11792 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11793
11794         * tests/check/Makefile.am:
11795         * tests/check/elements/cmmldec.c:
11796         * tests/check/elements/cmmlenc.c: Fix tests so that they use
11797         the plugins-base tags.
11798
11799 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11800
11801         * ext/Makefile.am: Re-enable module.
11802
11803 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11804
11805         * tests/check/Makefile.am: Forgot to remove that test.
11806
11807 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11808
11809         * ext/annodex/Makefile.am:
11810         * ext/annodex/gstannodex.c: (plugin_init):
11811         * ext/annodex/gstcmmldec.c:
11812         * ext/annodex/gstskeldec.c:
11813         * ext/annodex/gstskeldec.h:
11814         * tests/check/Makefile.am:
11815         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
11816
11817 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11818
11819         * tests/check/Makefile.am: Disable those checks as well.
11820
11821 2006-02-24  Julien MOUTTE  <julien@moutte.net>
11822
11823         * ext/Makefile.am: Disable annodex for now until we figure out
11824         how to make it build.
11825         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
11826         Add a rule to your checklist : "please try to at least build 
11827         what you are going to commit into -good, or if you are too lazy
11828         to do that, please check that the buildbots are not crying because
11829         of your commit."
11830
11831 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
11832
11833         * configure.ac:
11834         * ext/Makefile.am:
11835         * ext/gdk_pixbuf/Makefile.am:
11836         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11837         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11838         * ext/gdk_pixbuf/pixbufscale.c:
11839         * ext/gdk_pixbuf/pixbufscale.h:
11840           Gdkpixbuf ported from 0.8 to 0.10 by
11841           Renato Filho <renato.filho@indt.org.br>.
11842           gst_loader and gdkpixbufanimation still need port.
11843
11844 2006-02-24  Michael Smith  <msmith@fluendo.com>
11845
11846         * configure.ac:
11847         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11848         * ext/Makefile.am:
11849         * ext/annodex/Makefile.am:
11850         * ext/annodex/gstannodex.c:
11851         * ext/annodex/gstannodex.h:
11852         * ext/annodex/gstcmmldec.c:
11853         * ext/annodex/gstcmmldec.h:
11854         * ext/annodex/gstcmmlenc.c:
11855         * ext/annodex/gstcmmlenc.h:
11856         * ext/annodex/gstcmmlparser.c:
11857         * ext/annodex/gstcmmlparser.h:
11858         * ext/annodex/gstcmmltag.c:
11859         * ext/annodex/gstcmmltag.h:
11860         * ext/annodex/gstcmmlutils.c:
11861         * ext/annodex/gstcmmlutils.h:
11862         * ext/annodex/gstskeldec.c:
11863         * ext/annodex/gstskeldec.h:
11864         * ext/annodex/gstskeltag.c:
11865         * ext/annodex/gstskeltag.h:
11866         * tests/check/Makefile.am:
11867         * tests/check/elements/cmmldec.c:
11868         * tests/check/elements/cmmlenc.c:
11869         * tests/check/elements/skeldec.c:
11870           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
11871           Includes tests & docs, oh my! Passes Thomas's -good checklist
11872           entirely. Wow.
11873
11874 2006-02-24  Michael Smith  <msmith@fluendo.com>
11875
11876         * autogen.sh:
11877           Check for automake 1.9 as well.
11878
11879 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
11880
11881         * ext/flac/gstflacenc.c:
11882           Change min. sample rate to 8kHz to match flacdec's.
11883           
11884 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
11885
11886         * ext/cdio/Makefile.am:
11887           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
11888           required for Cygwin, see #317048)
11889
11890         * gst/rtp/gstasteriskh263.c:
11891           Cygwin has includes for both the unix network socket API
11892           and the windows API, but only one can be included, so fix
11893           includes to only use one or the other, prefering the unxi
11894           one (#317048).
11895
11896 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
11897
11898         * rtp/gst/gstrtppcmadepay.c:
11899         * rtp/gst/gstrtppcmadepay.h:
11900         * rtp/gst/gstgstrtppcmapay.c:
11901         * rtp/gst/gstgstrtppcmapay.h:
11902         * rtp/gst/gstrtppcmudepay.c:
11903         * rtp/gst/gstrtppcmudepay.h:
11904         * rtp/gst/gstrtppcmupay.c:
11905         * rtp/gst/gstrtppcmupay.h:
11906         * rtp/gst/Makefile.am:
11907         * rtp/gst/gstrtp.c:
11908         * rtp/gst/README:
11909         Separated the G711 payloaders/depayloaders into separate elements for
11910         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
11911
11912 2006-02-22  Wim Taymans  <wim@fluendo.com>
11913
11914         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
11915         (gst_dvdec_change_state):
11916         * ext/dv/gstdvdec.h:
11917         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
11918         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
11919         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
11920         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
11921         (gst_dvdemux_flush), (gst_dvdemux_chain),
11922         (gst_dvdemux_change_state):
11923         * ext/dv/gstdvdemux.h:
11924         Ueber spiffify some more, added debug category.
11925         Use _scale.
11926         Use segments, respect playback rate from newsegment.
11927         Fix refcount issue.
11928
11929 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
11930
11931         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
11932         (gst_signal_processor_process):
11933         Fix compilation of LADPSA. It doesn't seem to work, and isn't
11934         enabled for the build, but it helps me win the feature-count
11935         competitions ooh yeah.
11936
11937 2006-02-19  Wim Taymans  <wim@fluendo.com>
11938
11939         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
11940         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
11941         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
11942         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
11943         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11944         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
11945         Use scaling code for added precission and more correct stop
11946         position in case scale==0.
11947
11948 2006-02-19  Wim Taymans  <wim@fluendo.com>
11949
11950         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
11951         (gst_flxdec_chain):
11952         * gst/flx/gstflxdec.h:
11953         Implement DURATION query.
11954
11955 2006-02-19  Wim Taymans  <wim@fluendo.com>
11956
11957         * gst/flx/flx_color.h:
11958         * gst/flx/flx_fmt.h:
11959         * gst/flx/gstflxdec.c: (gst_flxdec_init),
11960         (gst_flxdec_src_query_handler), (flx_decode_color),
11961         (gst_flxdec_chain):
11962         * gst/flx/gstflxdec.h:
11963         Set MALLOCDATA for the temp buffers so we don't leak.
11964         Some debug cleanups.
11965         Consume all data in the adapter before leaving the chain
11966         function. Fixes #330678.
11967
11968 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
11969
11970         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
11971         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
11972          Handle 0 data size in otherwise valid frames.
11973          Handle numeric strings in 2.4.0 even when not in parentheses 
11974
11975 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
11976
11977         * gst/matroska/matroska-demux.c:
11978         (gst_matroska_demux_subtitle_caps),
11979         (gst_matroska_demux_plugin_init):
11980         * gst/matroska/matroska-ids.h:
11981           Recognise SSA/ASS and USF subtitle formats and
11982           set proper caps when they are found.
11983
11984 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
11985
11986         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
11987         (gst_jpeg_dec_chain):
11988           Fix invalid memory access for some odd-sized images
11989           (see image contained in quicktime stream in #327083);
11990           use g_malloc() instead of g_alloca().
11991
11992 2006-02-17  Wim Taymans  <wim@fluendo.com>
11993
11994         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
11995         Patch from Sebastien Cote, fixes #319884
11996
11997 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
11998
11999         * ext/cdio/gstcdio.c: (plugin_init):
12000           Init debug category (#331253).
12001
12002 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12003
12004         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12005           Pass extra_data to gst_riff_create_audio_caps(), so that
12006           WAVEFORMATEX stuff works. Post audio codec name and post
12007           it as taglist on the bus. Allow up to 8 channesl for raw
12008           PCM in the source pad template caps.
12009
12010 2006-02-16  Wim Taymans  <wim@fluendo.com>
12011
12012         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12013         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12014         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
12015         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
12016         (gst_multipart_set_property), (gst_multipart_get_property):
12017         Applied #318663. Gives quite a few false positives in
12018         autoscan mode, but it's better than nothing. Not closing yet.
12019
12020 2006-02-16  Wim Taymans  <wim@fluendo.com>
12021
12022         * docs/plugins/Makefile.am:
12023         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12024         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12025         * docs/plugins/gst-plugins-good-plugins.args:
12026         * docs/plugins/inspect/plugin-udp.xml:
12027         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12028         (gst_udpsrc_start):
12029         Update documentation.
12030         Fix args.
12031
12032 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
12033
12034         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12035         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
12036         frame size. (Fixes #331368)
12037
12038 2006-02-16  Wim Taymans  <wim@fluendo.com>
12039
12040         * gst/rtsp/README:
12041         Updated README.
12042
12043         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
12044         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
12045         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
12046         * gst/rtsp/gstrtspsrc.h:
12047         Make sure the RTP port is an even port an try to allocate 
12048         another if not.
12049         Added retry property to control max retries for port allocation.
12050         Make sure RTCP port is RTP port+1.
12051         Cleanup when port allocation fails.
12052         Fixes #319183.
12053         
12054 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12055
12056         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
12057           Don't ignore return value of the parent class's state
12058           change function (#331385, patch by: Wouter Paesen).
12059
12060 2006-02-15  Wim Taymans  <wim@fluendo.com>
12061
12062         * configure.ac:
12063         * docs/plugins/Makefile.am:
12064         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12065         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12066         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12067         * ext/Makefile.am:
12068         * ext/hal/Makefile.am:
12069         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
12070         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
12071         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
12072         (do_toggle_element), (gst_hal_audio_sink_set_property),
12073         (gst_hal_audio_sink_get_property),
12074         (gst_hal_audio_sink_change_state):
12075         * ext/hal/gsthalaudiosink.h:
12076         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
12077         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
12078         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
12079         (do_toggle_element), (gst_hal_audio_src_set_property),
12080         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
12081         * ext/hal/gsthalaudiosrc.h:
12082         * ext/hal/gsthalelements.c: (plugin_init):
12083         * ext/hal/gsthalelements.h:
12084         * ext/hal/hal.c: (gst_hal_get_string),
12085         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
12086         (gst_hal_get_audio_src):
12087         * ext/hal/hal.h:
12088         Add HAL sound device wrapper plugins. Closes #329106
12089
12090 2006-02-15  Wim Taymans  <wim@fluendo.com>
12091
12092         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12093         Add comment in a fultile attempt to stop the copy-and-paste 
12094         paradigm leading to duplication of bad code.
12095
12096         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
12097         Mime parameters have to be checked case insensitive
12098
12099 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12100
12101         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
12102           Advance stream time for lagging subtitle streams by sending
12103           newsegment events with the update flag set.
12104
12105 2006-02-14  Edward Hervey  <edward@fluendo.com>
12106
12107         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
12108         There can be bogus data before the hdrl LIST tag in the RIFF header.
12109         It's hard to say if it's not respecting the AVI specifications or not,
12110         but since Google Video is producing AVIs like that and the other player
12111         don't seem to complain, I guess we should do the same.
12112
12113 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
12114
12115         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
12116         (parse_split_strings):
12117         Add more validation to ensure that a char encoding conversion
12118         produced a valid UTF-8 string.
12119
12120 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
12121
12122         Reviewed by: Edward Hervey  <edward@fluendo.com>
12123
12124         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12125         Properly handle end of segment. Closes #330885.
12126
12127 2006-02-13  Wim Taymans  <wim@fluendo.com>
12128
12129         * gst/rtp/gstrtpmp4gpay.h:
12130         For got to commit this one.
12131
12132 2006-02-12  Wim Taymans  <wim@fluendo.com>
12133
12134         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
12135         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
12136         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12137         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
12138         * gst/rtp/gstrtpmp4gpay.h:
12139         Make more things work.
12140         Handle ACC config strings.
12141
12142 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12143
12144         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
12145           set timestamps if no incoming timestamps set
12146
12147 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
12148
12149         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
12150         (gst_tag_demux_do_typefind):
12151           ... and fix the very same leaks in GstTagDemux.
12152
12153 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
12154
12155         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
12156         (gst_id3demux_do_typefind):
12157         Fix a couple of mem leaks. (Patch by Jonathan Matthew
12158         <jonathan at kaolin dot wh9 dot net>)
12159
12160 2006-02-10  Wim Taymans  <wim@fluendo.com>
12161
12162         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
12163         First set options, then set caps or else the baseclass
12164         will not know about the options, duh.
12165
12166 2006-02-10  Wim Taymans  <wim@fluendo.com>
12167
12168         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
12169         (gst_rtp_mp4v_pay_setcaps):
12170         Don't waste time looking for a config string if we have codec_info
12171         on the incomming caps.
12172
12173 2006-02-10  Wim Taymans  <wim@fluendo.com>
12174
12175         * gst/rtp/README:
12176         Say something about case-sensitivity of caps vs mime-attributes.
12177
12178         * gst/rtp/Makefile.am:
12179         * gst/rtp/gstrtp.c: (plugin_init):
12180         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12181         (gst_rtp_amr_pay_handle_buffer):
12182         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
12183         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
12184         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
12185         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
12186         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
12187         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
12188         (gst_rtp_mp4g_pay_plugin_init):
12189         * gst/rtp/gstrtpmp4gpay.h:
12190         Added beginnings of mpeg4-generic payloader (RFC 3640)
12191
12192 2006-02-09  Wim Taymans  <wim@fluendo.com>
12193
12194         * gst/rtsp/Makefile.am:
12195         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
12196         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
12197         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
12198         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
12199         (gst_rtpdec_change_state):
12200         * gst/rtsp/gstrtpdec.h:
12201         * gst/rtsp/gstrtsp.c: (plugin_init):
12202         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12203         * gst/rtsp/rtspconnection.c: (read_body),
12204         (rtsp_connection_receive):
12205         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
12206         Resurected rtpdec to make rtspsrc happy again.
12207         Skip attributes from the session id.
12208         Don't crash when dumping a message with an empty body.
12209
12210
12211 2006-02-09  Wim Taymans  <wim@fluendo.com>
12212
12213         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12214         Added more meaningfull warnings when something goes wrong.
12215         Clear F bit on outgoing AMR packets.
12216
12217         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12218         (gst_rtp_amr_pay_handle_buffer):
12219         Added debugging category
12220         Support payloading of multiple AMR frames.
12221
12222         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
12223         Added some debugging.
12224
12225 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
12226
12227         * configure.ac:
12228           Back to CVS
12229
12230 === release 0.10.2 ===
12231
12232 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
12233
12234         * configure.ac:
12235           releasing 0.10.2, "Papa was a rolling stone"
12236
12237 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12238
12239         * configure.ac:
12240           Bump core and plugins-base requirement to 0.10.2.2
12241           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
12242
12243 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12244
12245         * ext/flac/gstflac.c: (plugin_init):
12246         * ext/speex/gstspeex.c: (plugin_init):
12247           Register musicbrainz tags.
12248
12249 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12250
12251         * ext/gconf/gconf.h:
12252           Remove declaration of function that no longer exists.
12253
12254 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12255
12256         * ext/shout2/gstshout2.c: (gst_shout2send_render),
12257         (gst_shout2send_setcaps), (gst_shout2send_change_state):
12258         Make shout2 work for non ogg streams
12259
12260 2006-02-06  Wim Taymans  <wim@fluendo.com>
12261
12262         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12263         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
12264         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
12265         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
12266         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
12267         * gst/udp/gstmultiudpsink.h:
12268         Updated docs.
12269         Added properties bytes-served, bytes_to_serve.
12270         Post proper error messages,
12271         Emit client added signal too.
12272
12273 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12274
12275         * docs/plugins/Makefile.am:
12276         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12277         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12278         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12279         (gst_multiudpsink_get_stats):
12280           adding docs for multiudpsink
12281
12282 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12283
12284         * gst/level/gstlevel.c: (gst_level_transform_ip):
12285           peak below decay is not necessarily an error, so don't ERROR log
12286
12287 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12288
12289         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
12290         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
12291         (gst_ebml_write_seek):
12292         * gst/matroska/ebml-write.h:
12293           Make sure we send a newsegment event in BYTES format
12294           before sending buffers (#328531).
12295
12296 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12297
12298         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
12299         (gst_dvdemux_sink_query):
12300         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
12301         * ext/speex/gstspeexdec.c: (speex_get_query_types),
12302         (speex_dec_src_query):
12303         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
12304         (gst_speexenc_sink_query):
12305         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12306         * gst/matroska/matroska-demux.c:
12307         (gst_matroska_demux_get_src_query_types),
12308         (gst_matroska_demux_handle_src_query):
12309         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
12310         (gst_wavparse_pad_query):
12311           Pass unhandled queries upstream instead of just dropping
12312           them (#326446). Update query type arrays here and there.
12313
12314 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12315
12316         * tests/check/elements/matroskamux.c: (setup_src_pad):
12317           Collectpads in core got changed and now also holds a
12318           reference to any pad that is part of it. Fix refcount
12319           checks in test case accordingly.
12320
12321 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12322
12323         * gst/apetag/gstapedemux.h:
12324           Fix include, for now GstTagDemux is in the apetag dir.
12325
12326 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12327
12328         * docs/plugins/Makefile.am:
12329         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12330         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12331         * docs/plugins/inspect/plugin-cdio.xml:
12332           Add cdio plugin to docs.
12333
12334         * ext/cdio/gstcdiocddasrc.c:
12335           Add gtk-doc blurb.
12336
12337         * ext/cdio/gstcdio.c:
12338           The plugin is called 'cdio' not 'cddio'.
12339
12340 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12341
12342         * configure.ac:
12343         * docs/plugins/Makefile.am:
12344         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12345         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12346         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12347         * docs/plugins/inspect/plugin-apetag.xml:
12348         * gst/apetag/Makefile.am:
12349         * gst/apetag/gstapedemux.c:
12350         * gst/apetag/gstapedemux.h:
12351         * gst/apetag/gsttagdemux.c:
12352         * gst/apetag/gsttagdemux.h:
12353           Add APE tag demuxer (#325649).
12354
12355 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12356
12357         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
12358         (gst_gconf_get_default_video_sink),
12359         (gst_gconf_get_default_audio_src),
12360         (gst_gconf_get_default_video_src):
12361         * ext/gconf/gconf.h:
12362         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
12363         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
12364         (do_toggle_element):
12365         * ext/gconf/gstgconfaudiosink.h:
12366         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
12367         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
12368         (do_toggle_element):
12369         * ext/gconf/gstgconfaudiosrc.h:
12370         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
12371         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
12372         (do_toggle_element):
12373         * ext/gconf/gstgconfvideosink.h:
12374         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
12375         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
12376         (do_toggle_element):
12377         * ext/gconf/gstgconfvideosrc.h:
12378           Ignore changing the GConf key to "". Ignore GConf key updates
12379           that don't actually change the string.
12380           For now, ignore the GConf key when the state is > READY, as
12381           it breaks streaming. Sometime it will be nice to bring the
12382           new sink online even mid-stream, by sending NEWSEGMENT info
12383           and possibly prerolling.
12384           (Fixes #326736)
12385
12386 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12387
12388         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
12389         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
12390         (zoomFilterSetResolution), (zoomFilterDestroy),
12391         (zoomFilterFastRGB), (pointFilter):
12392         * gst/goom/filters.h:
12393         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
12394         (goom_update), (goom_close):
12395         * gst/goom/goom_core.h:
12396         * gst/goom/goom_tools.h:
12397         * gst/goom/graphic.c:
12398         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
12399         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
12400         * gst/goom/gstgoom.h:
12401         * gst/goom/lines.c: (goom_lines):
12402         * gst/goom/lines.h:
12403           Make goom reentrant by moving all important static variables
12404           into instance structures.
12405           (Fixes #329181)
12406
12407 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
12408
12409         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
12410         (gst_avi_demux_all_source_pads_unlinked),
12411         (gst_avi_demux_process_next_entry):
12412         * gst/avi/gstavidemux.h:
12413           Third attempt, use gst_pad_is_linked() this time.
12414
12415 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
12416
12417         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12418         (parse_split_strings):
12419         Adjust for data length indicators when parsing (Fixes #329810)
12420         Fix stupid bug parsing UTF-8 tag text.
12421         Output tag strings with multiple fields as multiple tags, so the
12422         app gets all the data.
12423
12424 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12425
12426         * ext/flac/gstflacenc.c:
12427         Fixed a bug add in last commit, where no event is send. Thanks Tim to
12428         show me.
12429         
12430 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12431
12432         * ext/flac/gstflacenc.c:
12433         * gst/matroska/ebml-read.c:
12434         Just make it compile with --disable-gst-debug.
12435
12436 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
12437
12438         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
12439         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
12440         (id3v2_genre_fields_to_taglist):
12441           Never output a tag with a null contents string.
12442
12443 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12444
12445         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
12446           Only pause if all pads are unlinked AND we've tried to send data
12447           on all of them at least once.
12448
12449 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12450
12451         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
12452         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
12453           Make loop function/task pause itself when all source pads are
12454           unlinked.
12455
12456 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12457
12458         * configure.ac:
12459         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
12460           Use new functions from core to render a bin from a
12461           string. Fixes build. Up requirements to core CVS.
12462
12463 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12464
12465         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
12466           Don't push buffers into the adapter that we are going to
12467           push downstream again without framing anyway. Also, the
12468           adaptor takes ownership of buffers put into it (fixes
12469           auparse pushing invalid buffers for .au files with
12470           ADPCM contents). Finally, set caps on all outgoing buffers.
12471
12472 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
12473
12474         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
12475         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
12476         (gst_id3demux_send_tag_event):
12477         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
12478         Someone should kick my butt. Remove ID3v1 tags from the end of the
12479         file.
12480
12481         Improve error messages. Send the TAG message as soon as we complete
12482         typefinding, instead of waiting until we send the first buffer.
12483         Downstream tag event is still sent before the first buffer.
12484
12485 2006-01-27  Jan Gerber  <j@bootlab.org>
12486
12487         Reviewed by: Andy Wingo <wingo@pobox.com>
12488
12489         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
12490         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
12491         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
12492         to not have warings flooding stderr. this is the suggested way
12493         also used in dvgrab and kino. (#328336)
12494
12495 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
12496
12497         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
12498         (gst_oss_sink_init), (gst_oss_sink_finalise):
12499           Free the device name string when finalised.
12500
12501 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
12502
12503         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
12504           Don't put function calls in g_return_if_fail() statements,
12505           or they'll be replaced with NOOPs if someone compiles with
12506           G_DISABLE_CHECKS defined.
12507           
12508 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
12509
12510         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12511         Never trust ANY information encoded in a media file, especially
12512         when it's giving you sizes. (Fixes #328452)
12513
12514 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
12515
12516         * gst/rtp/gstrtpg711pay.c:
12517         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
12518         bug #325148.
12519
12520 2006-01-23  Edward Hervey  <edward@fluendo.com>
12521
12522         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
12523         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
12524         * gst/matroska/matroska-ids.h:
12525         Added recognition of Real Audio and Video streams in matroska demuxer.
12526
12527 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12528
12529         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
12530           Remove errant break statement, and fix compilation with
12531           older GCC.
12532
12533 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
12534
12535         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12536
12537         * sys/sunaudio/gstsunaudiomixerctrl.c:
12538         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
12539           Export functions that are needed in other parts of the code,
12540           makes the mixer actually work; adjust magic minimum buffer-time
12541           value from 3ms to 5ms to work around stuttering during mp3
12542           playback (#327765).
12543
12544 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
12545
12546         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12547
12548         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
12549         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
12550           Fix possible deadlock in matroska muxer (#327825).
12551
12552 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
12553
12554         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
12555         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
12556         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
12557         * gst/rtsp/sdpmessage.h:
12558         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
12559         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
12560           C89 fixes: declare variables at the beginning of a block and
12561           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
12562           <jensgr at gmx dot net>).
12563
12564 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12565
12566         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12567         * gst/id3demux/id3tags.h:
12568         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12569         (parse_comment_frame), (parse_text_identification_frame),
12570         (id3v2_tag_to_taglist), (id3v2_are_digits),
12571         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
12572         (parse_split_strings), (free_tag_strings):
12573           Rewrite parsing of text tags to handle multiple NULL terminated
12574           strings. Parse numeric genre strings and ID3v2 type
12575           "(3)(6)Alternative" style genre strings.
12576           Parse dates that are only YYYY or YYYY-mm format.
12577           (Fixes #328241 and #322154)
12578
12579 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
12580
12581         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12582           Don't forget to initialize liboil, otherwise our oil functions
12583           will crash (fixes #327871; patch by: Christoph Burghardt
12584           <hawkes at web dot de>).
12585
12586 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12587
12588         * configure.ac:
12589           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
12590           like in the core and gst-plugins-base. Fixes #324367 and #326683;
12591           patch by: Brian Cameron <brian dot cameron at sun dot com>
12592
12593 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12594
12595         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
12596         * ext/cdio/gstcdio.h:
12597         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
12598           Fix build for libcdio versions >= 76; give slightly lower rank
12599           than cdparanoia.
12600
12601 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12602
12603         * configure.ac:
12604         * ext/Makefile.am:
12605         * ext/cdio/Makefile.am:
12606         * ext/cdio/gstcdio.c:
12607         * ext/cdio/gstcdio.h:
12608         * ext/cdio/gstcdiocddasrc.c:
12609         * ext/cdio/gstcdiocddasrc.h:
12610           Port libcdio cdda source, formerly known as cddasrc, now known as
12611           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
12612           but that's not tested (fixes #317658).
12613
12614 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12615
12616         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
12617           Fix conversion from TIME to BYTES format (fixes #326864;
12618           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
12619
12620 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
12621
12622         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12623           Fix compilation of id3demux when zlib is not present.
12624           (Fixes #326602; patch by: Sergey Scobich)
12625
12626 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
12627
12628         * ext/esd/Makefile.am:
12629           Add $(ESD_CFLAGS), otherwise build will fail for folks
12630           with libesd in a non-standard prefix (#327009).
12631
12632 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12633
12634         * configure.ac:
12635           back to HEAD
12636
12637 === release 0.10.1 ===
12638
12639 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
12640
12641         * configure.ac:
12642           releasing 0.10.1, "Li"
12643
12644 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12645
12646           patch by: Wim Taymans
12647
12648         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12649           fix memleak.  Fixes #326618
12650
12651 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12652
12653           patch by: Mike Smith
12654
12655         * gst/level/gstlevel.c: (gst_level_message_new),
12656         (gst_level_message_append_channel):
12657           Fix memleak.  Fixes #326612
12658
12659 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12660
12661         * configure.ac:
12662           prereleasing
12663         * po/af.po:
12664         * po/az.po:
12665         * po/cs.po:
12666         * po/en_GB.po:
12667         * po/hu.po:
12668         * po/it.po:
12669         * po/nb.po:
12670         * po/nl.po:
12671         * po/or.po:
12672         * po/sq.po:
12673         * po/sr.po:
12674         * po/sv.po:
12675         * po/uk.po:
12676         * po/vi.po:
12677           update translations
12678
12679 2006-01-10  Michael Smith  <msmith@fluendo.com>
12680
12681         * gst/level/gstlevel.c: (gst_level_class_init),
12682         (gst_level_dispose):
12683           Don't leak filter arrays.
12684
12685 2006-01-09 Brian Cameron <brian.cameron@sun.com>
12686
12687         reviewed by: Christian Schaller <uraeus@gnome.org>
12688         
12689         * configure.ac:
12690         * gst-plugins-good.spec.in:
12691         * sys/Makefile.am:
12692         * sys/sunaudio/Makefile.am:
12693         * sys/sunaudio/gstsunaudio.c: (plugin_init):
12694         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
12695         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
12696         (gst_sunaudiomixer_change_state):
12697         * sys/sunaudio/gstsunaudiomixer.h:
12698         * sys/sunaudio/gstsunaudiomixerctrl.c:
12699         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
12700         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
12701         (gst_sunaudiomixer_ctrl_list_tracks),
12702         (gst_sunaudiomixer_ctrl_get_volume),
12703         (gst_sunaudiomixer_ctrl_set_volume),
12704         (gst_sunaudiomixer_ctrl_set_mute),
12705         (gst_sunaudiomixer_ctrl_set_record):
12706         * sys/sunaudio/gstsunaudiomixerctrl.h:
12707         * sys/sunaudio/gstsunaudiomixertrack.c:
12708         (gst_sunaudiomixer_track_class_init),
12709         (gst_sunaudiomixer_track_init), (fill_labels),
12710         (gst_sunaudiomixer_track_new):
12711         * sys/sunaudio/gstsunaudiomixertrack.h:
12712         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
12713         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
12714         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12715         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
12716         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
12717         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
12718         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
12719         * sys/sunaudio/gstsunaudiosink.h:
12720
12721         Add SunAudio plugin - tested to make sure it doesn't break
12722         the build under GNU/Linux.      
12723
12724 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
12725
12726         * gst-plugins-good/gst/udp/gstdynudpsink.c:
12727         * gst-plugins-good/gst/udp/gstudpsrc.c:
12728         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
12729         overrides the port or multicast parameters. Fixes bugs #323021.
12730         API addition: adds GstUDPSrc::sockfd property   
12731
12732 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
12733
12734         * ext/gconf/Makefile.am:
12735         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
12736         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
12737         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
12738         (do_toggle_element), (cb_toggle_element),
12739         (gst_gconf_audio_src_change_state):
12740         * ext/gconf/gstgconfaudiosrc.h:
12741         * ext/gconf/gstgconfelements.c: (plugin_init):
12742         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
12743         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
12744         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
12745         (do_toggle_element), (cb_toggle_element),
12746         (gst_gconf_video_src_change_state):
12747         * ext/gconf/gstgconfvideosrc.h:
12748           Add new gconfaudiosrc and gconfvideosrc elements
12749           (needed for gnome-sound-recorder).
12750
12751 2006-01-06  Edward Hervey  <edward@fluendo.com>
12752
12753         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
12754         Add gst_element_no_more_pads() for proper decodebin behaviour.
12755         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
12756         (parse_text_identification_frame), (parse_split_strings):
12757         Failure to decode some tags is not a GST_ERROR() but a
12758         GST_WARNING()
12759         When iterating over a chunk of text, check that we haven't gone too
12760         far.
12761
12762 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
12763
12764         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
12765         (plugin_init):
12766           call oil_init() when using liboil
12767
12768 2006-01-04  Wim Taymans  <wim@fluendo.com>
12769
12770         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12771         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12772         Fix leaks.
12773
12774 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
12775
12776         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12777
12778         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
12779         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
12780         (gst_flac_dec_change_state):
12781           Don't g_assert() where we should just return FALSE; remove
12782           unnecessary g_assert(); initialize some fields properly in
12783           state change function (fixes #325504). Also, use
12784           GST_DEBUG_OBJECT in two more places.
12785
12786 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
12787
12788         * configure.ac:
12789           also remove smoothwave's Makefile.am
12790         * docs/plugins/Makefile.am:
12791           fix plugin docs
12792
12793 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
12794
12795         * tests/examples/Makefile.am:
12796           added missing Makefile.am
12797
12798 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
12799
12800         * configure.ac:
12801         * gst/level/Makefile.am:
12802         * gst/level/level-example.c:
12803         * tests/Makefile.am:
12804         * tests/examples/level/Makefile.am:
12805         * tests/examples/level/level-example.c: (message_handler), (main):
12806           moved level-example to tests/examples/level-example
12807         * tests/old/examples/level/demo.c: (main):
12808         * tests/old/examples/level/plot.c: (main):
12809           some initial fixes
12810
12811 2005-12-29  Michael Smith  <msmith@fluendo.com>
12812
12813         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
12814         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
12815         * gst/udp/gstmultiudpsink.h:
12816           Track packets sent per client in addition to bytes sent; provide
12817           this info through get-stats signal
12818
12819 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
12820
12821         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
12822           Can't use gst_object_unref() on a GstAdapter (#325191).
12823
12824 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
12825
12826         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12827         If a broken tag has 0 bytes payload, at least still skip
12828         the 10 byte header
12829
12830 2005-12-22  Philippe Khalaf  <burger@speedy.org>
12831
12832         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
12833         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
12834         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
12835         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
12836           Making these depayloaders (H263+ and mpeg4 video) inherit from
12837           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
12838
12839 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12840
12841         * docs/plugins/gst-plugins-good-plugins.args:
12842         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12843         Regenerate the plugin hiearchy.
12844
12845 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12846
12847         * docs/plugins/Makefile.am:
12848         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12849         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12850         * docs/plugins/gst-plugins-good-plugins.args:
12851         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
12852         (gst_id3demux_base_init), (gst_id3demux_class_init),
12853         (gst_id3demux_chain):
12854         * gst/id3demux/gstid3demux.h:
12855           Add documentation for id3demux.
12856           Don't fail if the first buffer is not at offset 0, just
12857           attempt to typefind and do pass through
12858           Rename the gst_type function from gst_gst_id3demux..
12859
12860 2005-12-20  Michael Smith  <msmith@fluendo.com>
12861
12862         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
12863         (gst_multiudpsink_add), (gst_multiudpsink_remove),
12864         (gst_multiudpsink_get_stats):
12865         * gst/udp/gstmultiudpsink.h:
12866           Collect statistics; return them from get_stats.
12867
12868 2005-12-19  Edward Hervey  <edward@fluendo.com>
12869
12870         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12871         Stupid signedness issue...
12872
12873 2005-12-19  Edward Hervey  <edward@fluendo.com>
12874
12875         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
12876         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
12877         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
12878         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
12879         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
12880         Construct index for indexless files.
12881         Make sure pad/buffers are correctly reset to NULL once we don't need
12882         them anymore, else we get lovely segfaults/assertions.
12883         * gst/wavparse/gstwavparse.c:
12884         Yes, you can have 96KHz audio and wma in wav :(
12885
12886 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12887
12888         * configure.ac:
12889           Check for optional dependency on zlib for id3demux
12890
12891         * gst/id3demux/Makefile.am:
12892         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
12893         (gst_id3demux_base_init), (gst_id3demux_class_init),
12894         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
12895         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
12896         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
12897         (gst_id3demux_set_property), (gst_id3demux_get_property),
12898         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
12899         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
12900         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
12901         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
12902         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
12903         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
12904         (simple_find_peek), (simple_find_suggest),
12905         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
12906         (plugin_init):
12907         * gst/id3demux/gstid3demux.h:
12908         * gst/id3demux/id3tags.c: (read_synch_uint),
12909         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
12910         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
12911         (id3demux_id3v2_frames_to_tag_list):
12912         * gst/id3demux/id3tags.h:
12913         * gst/id3demux/id3v2.4.0-frames.txt:
12914         * gst/id3demux/id3v2.4.0-structure.txt:
12915         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12916         (parse_comment_frame), (parse_text_identification_frame),
12917         (id3v2_tag_to_taglist), (parse_split_strings):
12918           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
12919           otherwise it discards them. Works on my test files. 
12920
12921         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
12922           Don't send EOS to a non-existing srcpad
12923           The debug category can be static
12924
12925 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
12926
12927         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
12928         * ext/esd/esdsink.c: (gst_esdsink_prepare):
12929         * gst/multipart/multipartdemux.c:
12930           change some char* into char[]
12931
12932 2005-12-16  Wim Taymans  <wim@fluendo.com>
12933
12934         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
12935         (gst_wavparse_other), (gst_wavparse_perform_seek),
12936         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12937         (gst_wavparse_loop), (gst_wavparse_pad_convert),
12938         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
12939         * gst/wavparse/gstwavparse.h:
12940         Use GstSegment to implement more seeking features.
12941
12942 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12943
12944         * gst/rtsp/rtspconnection.c:
12945           Add <netinet/in.h> include and move <arpa/inet.h> include
12946           to make things work on OpenBSD as well (fixes #323717;
12947           patch by: Benjamin Pineau)
12948
12949 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
12950
12951         * gst/rtp/gstrtpspeexdepay.c:
12952         * gst/rtp/gstrtpspeexpay.c:
12953         Set clock rate to be fixed in 8000. It fixes bug #324012.
12954
12955 2005-12-14  Philippe Khalaf  <burger@speedy.org>
12956
12957         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
12958         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
12959         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
12960         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
12961         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
12962         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
12963         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
12964         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
12965         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
12966         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
12967         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
12968         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
12969         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
12970         * gst-plugins-good/gst/rtp/README:
12971         Fixed payload range in payloder caps. Removed payload range completely
12972         from depayloaders as they don't require payload type in their caps.
12973         In effect, there isn't any specific payload type for any given codec,
12974         only suggestions.
12975         Fixes bug #324011.
12976
12977 2005-12-13  Julien MOUTTE  <julien@moutte.net>
12978
12979         * gst/videomixer/videomixer.c: (gst_videomixer_init),
12980         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
12981         (gst_videomixer_collected): Code cleanup and re-enabling 
12982         queued time validity check for correct EOS handling.
12983
12984 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
12985
12986         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
12987         (gst_oss_mixer_element_get_property),
12988         (gst_oss_mixer_element_change_state):
12989         Add 'device-name' property and fix state change function.
12990
12991 2005-12-13  Edward Hervey  <edward@fluendo.com>
12992
12993         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
12994         If the speed of the file is null in the header, set the frame_time to
12995         the default setting of GST_SECOND / 70. Which is the default
12996         frame_delay for .fli files as stated in this document :
12997         http://www.compuphase.com/flic.htm
12998         Would be nice to have the time conversion done properly too (duration =
12999         flxh->frames * flxdec->frame_time)
13000
13001 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13002
13003         * docs/plugins/Makefile.am:
13004         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13005         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13006         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13007         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13008         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13009         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
13010         documentation for videomixer on my way with a funny sample
13011         pipeline.
13012
13013 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13014
13015         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13016         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13017         (gst_videomixer_update_queues), (gst_videomixer_collected):
13018         Fix caps negotiation. (#323896)
13019
13020 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
13021
13022         * gst/matroska/matroska-demux.c:
13023         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
13024           Set correct timestamps on audio laces, fixes playback of mp3 from
13025                 matroska.
13026
13027 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13028
13029         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
13030         (gst_au_parse_class_init), (gst_au_parse_init),
13031         (gst_au_parse_dispose), (gst_au_parse_chain),
13032         (gst_au_parse_change_state), (plugin_init):
13033         * gst/auparse/gstauparse.h:
13034           Use gst_object_unref() for GstObjects instead of
13035           g_object_unref() and fix a mem leak in a debug
13036           statement; while we're at it, also borgify, use
13037           boilerplate macros and clean up a little bit.
13038
13039 2005-12-11  Edward Hervey  <edward@fluendo.com>
13040
13041         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
13042         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
13043         Added pull mode.
13044
13045 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13046
13047         * gst/goom/gstgoom.c:
13048         * gst/level/level-example.c: (main):
13049         * gst/smoothwave/demo-osssrc.c: (main):
13050           Use audiotestsrc instead of sinesrc (#323798).
13051
13052 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
13053
13054         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
13055           more debug-func-ptr usage
13056
13057 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
13058
13059         * gst/flx/flx_color.c: (flx_colorspace_convert):
13060         * gst/flx/flx_color.h:
13061         * gst/flx/flx_fmt.h:
13062         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
13063         * gst/flx/gstflxdec.h:
13064           Now flxdec works on big-endian machines as well.
13065
13066 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13067
13068         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
13069         (gst_fenced_buffer_copy):
13070           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
13071           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
13072           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
13073           and use GST_DEBUG_FUNCPTR for pad functions.
13074
13075 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13076
13077         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
13078         (gst_flac_dec_class_init), (gst_flac_dec_init),
13079         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
13080         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
13081         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
13082         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
13083         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
13084         (gst_flac_dec_change_state):
13085         * ext/flac/gstflacdec.h:
13086           Rewrite flacdec a bit, so that even seeking might work now. Most
13087           importantly, don't act upon any flow return values we get, just tell
13088           the decoder everything's dandy and act on the flow return values
13089           later on in the loop function. We don't want to mess up the internal
13090           decoder state for non-fatal things like flushing pads etc. Other
13091           than that, use GstSegment (segment seeks don't work yet though, but
13092           should be easy to add), use boilerplate macros, drop the superfluous
13093           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
13094           lots of other things.
13095
13096 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13097
13098         * configure.ac:
13099           Update comment in OSS includes check.
13100
13101         * sys/oss/gstossdmabuffer.c:
13102         * sys/oss/gstosshelper.c:
13103         * sys/oss/gstossmixer.c:
13104         * sys/oss/gstossmixertrack.c:
13105         * sys/oss/gstosssink.c:
13106         * sys/oss/gstosssrc.c:
13107         * sys/oss/oss_probe.c:
13108           Don't assume the OSS soundcard.h include is always in
13109           the sys/ directory. Instead, use the existing defines
13110           from config.h to include the right file. Fixes
13111           compilation on OpenBSD 3.8 (#323718).
13112
13113 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13114
13115         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13116         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13117         * docs/plugins/inspect/plugin-1394.xml:
13118         * docs/plugins/inspect/plugin-aasink.xml:
13119         * docs/plugins/inspect/plugin-alaw.xml:
13120         * docs/plugins/inspect/plugin-alpha.xml:
13121         * docs/plugins/inspect/plugin-alphacolor.xml:
13122         * docs/plugins/inspect/plugin-auparse.xml:
13123         * docs/plugins/inspect/plugin-autodetect.xml:
13124         * docs/plugins/inspect/plugin-avi.xml:
13125         * docs/plugins/inspect/plugin-cacasink.xml:
13126         * docs/plugins/inspect/plugin-cairo.xml:
13127         * docs/plugins/inspect/plugin-cutter.xml:
13128         * docs/plugins/inspect/plugin-debug.xml:
13129         * docs/plugins/inspect/plugin-dv.xml:
13130         * docs/plugins/inspect/plugin-efence.xml:
13131         * docs/plugins/inspect/plugin-effectv.xml:
13132         * docs/plugins/inspect/plugin-esdsink.xml:
13133         * docs/plugins/inspect/plugin-flac.xml:
13134         * docs/plugins/inspect/plugin-flxdec.xml:
13135         * docs/plugins/inspect/plugin-gconfelements.xml:
13136         * docs/plugins/inspect/plugin-goom.xml:
13137         * docs/plugins/inspect/plugin-jpeg.xml:
13138         * docs/plugins/inspect/plugin-level.xml:
13139         * docs/plugins/inspect/plugin-matroska.xml:
13140         * docs/plugins/inspect/plugin-mulaw.xml:
13141         * docs/plugins/inspect/plugin-multipart.xml:
13142         * docs/plugins/inspect/plugin-navigationtest.xml:
13143         * docs/plugins/inspect/plugin-ossaudio.xml:
13144         * docs/plugins/inspect/plugin-png.xml:
13145         * docs/plugins/inspect/plugin-rtp.xml:
13146         * docs/plugins/inspect/plugin-rtsp.xml:
13147         * docs/plugins/inspect/plugin-shout2send.xml:
13148         * docs/plugins/inspect/plugin-smpte.xml:
13149         * docs/plugins/inspect/plugin-speex.xml:
13150         * docs/plugins/inspect/plugin-udp.xml:
13151         * docs/plugins/inspect/plugin-videobox.xml:
13152         * docs/plugins/inspect/plugin-videoflip.xml:
13153         * docs/plugins/inspect/plugin-videomixer.xml:
13154         * docs/plugins/inspect/plugin-wavenc.xml:
13155         * docs/plugins/inspect/plugin-wavparse.xml:
13156         * ext/flac/gstflac.c: (plugin_init):
13157         * ext/flac/gstflacdec.c: (flacdec_get_type),
13158         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
13159         (gst_flac_dec_init), (gst_flac_dec_finalize),
13160         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
13161         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
13162         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
13163         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
13164         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
13165         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
13166         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
13167         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
13168         * ext/flac/gstflacdec.h:
13169         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
13170         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
13171         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
13172         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
13173         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
13174         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
13175         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
13176         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
13177         (gst_flac_enc_change_state):
13178         * ext/flac/gstflacenc.h:
13179           borgify and fix up documentation
13180
13181 2005-12-09  Michael Smith  <msmith@fluendo.com>
13182
13183         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
13184           Accept a wider range of flac files, more closely matching flac spec.
13185
13186 2005-12-08  Julien MOUTTE  <julien@moutte.net>
13187
13188         * docs/plugins/Makefile.am: Add multipart elements.
13189         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13190         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
13191         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13192         * gst/multipart/multipartdemux.c:
13193         * gst/multipart/multipartmux.c: Add docs.
13194
13195 2005-12-07  Edward Hervey  <edward@fluendo.com>
13196
13197         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
13198         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
13199         (gst_avi_demux_invert):
13200         Memleak and crasher fixes.
13201         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
13202         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
13203         Memleak fixes
13204
13205 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13206
13207         * ext/aalib/gstaasink.h:
13208         * ext/cairo/gsttextoverlay.h:
13209         * ext/dv/gstdvdec.h:
13210         * ext/dv/gstdvdemux.c:
13211         * ext/dv/gstdvdemux.h:
13212         * ext/esd/esdsink.h:
13213         * ext/flac/flac_compat.h:
13214         * ext/flac/gstflacdec.h:
13215         * ext/flac/gstflacenc.h:
13216         * ext/gconf/gconf.h:
13217         * ext/gconf/gstgconfaudiosink.h:
13218         * ext/gconf/gstgconfvideosink.h:
13219         * ext/gdk_pixbuf/gstgdkanimation.h:
13220         * ext/jpeg/gstjpegdec.h:
13221         * ext/jpeg/smokecodec.h:
13222         * ext/jpeg/smokeformat.h:
13223         * ext/ladspa/gstsignalprocessor.h:
13224         * ext/ladspa/search.c: (LADSPAPluginSearch):
13225         * ext/ladspa/utils.h:
13226         * ext/libmng/gstmng.c:
13227         * ext/libmng/gstmngdec.h:
13228         * ext/libmng/gstmngenc.c:
13229         * ext/libmng/gstmngenc.h:
13230         * ext/libpng/gstpng.c:
13231         * ext/libpng/gstpngenc.c:
13232         * ext/libpng/gstpngenc.h:
13233         * ext/shout2/gstshout2.h:
13234         * ext/speex/gstspeexdec.h:
13235         * ext/speex/gstspeexenc.c:
13236         * ext/speex/gstspeexenc.h:
13237         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13238         * gst/autodetect/gstautoaudiosink.h:
13239         * gst/autodetect/gstautovideosink.h:
13240         * gst/avi/gstavidemux.h:
13241         * gst/cutter/gstcutter.c: (gst_cutter_chain),
13242         (gst_cutter_set_property), (gst_cutter_get_caps):
13243         * gst/cutter/gstcutter.h:
13244         * gst/debug/tests.c: (md5_process_block):
13245         * gst/debug/tests.h:
13246         * gst/effectv/gstwarp.c:
13247         * gst/flx/flx_fmt.h:
13248         * gst/flx/gstflxdec.h:
13249         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
13250         (zoomFilterFastRGB):
13251         * gst/goom/filters.h:
13252         * gst/goom/goom_tools.h:
13253         * gst/law/alaw-encode.c:
13254         * gst/level/gstlevel.c:
13255         * gst/level/gstlevel.h:
13256         * gst/matroska/ebml-write.h:
13257         * gst/matroska/matroska-demux.h:
13258         * gst/matroska/matroska-ids.h:
13259         * gst/matroska/matroska-mux.h:
13260         * gst/monoscope/convolve.c: (convolve_match):
13261         * gst/monoscope/convolve.h:
13262         * gst/multipart/multipartmux.c:
13263         * gst/oldcore/gstaggregator.c:
13264         * gst/oldcore/gstaggregator.h:
13265         * gst/oldcore/gstmd5sink.c: (md5_process_block):
13266         * gst/oldcore/gstmd5sink.h:
13267         * gst/oldcore/gstmultifilesrc.c:
13268         * gst/oldcore/gstmultifilesrc.h:
13269         * gst/oldcore/gstpipefilter.h:
13270         * gst/oldcore/gstshaper.h:
13271         * gst/rtp/gstrtpL16depay.h:
13272         * gst/rtp/gstrtpL16pay.h:
13273         * gst/rtp/gstrtpdepay.h:
13274         * gst/rtp/gstrtpmp4vpay.c:
13275         * gst/rtp/gstrtpmp4vpay.h:
13276         * gst/rtsp/gstrtspsrc.c:
13277         * gst/rtsp/gstrtspsrc.h:
13278         * gst/rtsp/rtspconnection.h:
13279         * gst/rtsp/rtspdefs.h:
13280         * gst/rtsp/rtspmessage.h:
13281         * gst/rtsp/rtsptransport.h:
13282         * gst/rtsp/rtspurl.c:
13283         * gst/rtsp/rtspurl.h:
13284         * gst/rtsp/sdpmessage.c:
13285         * gst/rtsp/sdpmessage.h:
13286         * gst/smpte/barboxwipes.c:
13287         * gst/smpte/gstmask.h:
13288         * gst/smpte/gstsmpte.h:
13289         * gst/smpte/paint.c:
13290         * gst/smpte/paint.h:
13291         * gst/udp/gstdynudpsink.h:
13292         * gst/udp/gstmultiudpsink.h:
13293         * gst/udp/gstudpsink.c:
13294         * gst/udp/gstudpsink.h:
13295         * gst/udp/gstudpsrc.c:
13296         * gst/videomixer/videomixer.c:
13297         * gst/wavenc/riff.h:
13298         * gst/wavparse/gstwavparse.h:
13299         * sys/oss/gstossdmabuffer.h:
13300         * sys/oss/gstossmixer.h:
13301         * sys/oss/gstossmixerelement.h:
13302         * sys/oss/gstossmixertrack.h:
13303         * sys/oss/gstosssink.c:
13304         * sys/oss/gstosssink.h:
13305         * sys/oss/gstosssrc.c:
13306         * sys/oss/gstosssrc.h:
13307         * sys/osxaudio/gstosxaudioelement.h:
13308         * sys/osxaudio/gstosxaudiosink.h:
13309         * sys/osxaudio/gstosxaudiosrc.h:
13310           expand tabs
13311
13312 === release 0.10.0 ===
13313
13314 2005-12-05   <thomas (at) apestaart (dot) org>
13315
13316         * configure.ac:
13317           releasing 0.10.0, "Abondance"
13318
13319 2005-12-05  Andy Wingo  <wingo@pobox.com>
13320
13321         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13322         * ext/flac/gstflacdec.c: (gst_flacdec_write):
13323         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
13324         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
13325         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
13326         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
13327         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13328         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
13329         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
13330         * ext/speex/gstspeexdec.c: (speex_dec_chain):
13331         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
13332         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13333         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
13334         * gst/goom/gstgoom.c: (gst_goom_chain):
13335         * gst/matroska/matroska-demux.c:
13336         (gst_matroska_demux_push_vorbis_codec_priv_data),
13337         (gst_matroska_demux_add_wvpk_header):
13338         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13339         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
13340         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
13341         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
13342         alloc_buffer changes.
13343
13344 2005-12-05  Michael Smith  <msmith@fluendo.com>
13345
13346         * docs/plugins/gst-plugins-good-plugins.args:
13347           Remove args for plugins that aren't in -good.
13348
13349 === release 0.9.7 ===
13350
13351 2005-12-01   <thomas (at) apestaart (dot) org>
13352
13353         * configure.ac:
13354           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
13355
13356 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13357
13358         * docs/plugins/.cvsignore:
13359         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13360         * docs/plugins/inspect/plugin-multipart.xml:
13361         * docs/plugins/inspect/plugin-rtp.xml:
13362           add multipart plugin to docs
13363
13364 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13365
13366         * configure.ac:
13367         * ext/Makefile.am:
13368         * ext/pango/Makefile.am:
13369         * ext/pango/gstclockoverlay.c:
13370         * ext/pango/gstclockoverlay.h:
13371         * ext/pango/gsttextoverlay.c:
13372         * ext/pango/gsttextoverlay.h:
13373         * ext/pango/gsttextrender.c:
13374         * ext/pango/gsttextrender.h:
13375         * ext/pango/gsttimeoverlay.c:
13376         * ext/pango/gsttimeoverlay.h:
13377           move pango to base
13378
13379 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13380
13381         * gst/rtp/Makefile.am:
13382         * gst/rtp/gstrtpL16depay.c:
13383         * gst/rtp/gstrtpL16depay.h:
13384         * gst/rtp/gstrtpL16parse.c:
13385         * gst/rtp/gstrtpL16parse.h:
13386         * gst/rtp/gstrtpgsmdepay.c:
13387         * gst/rtp/gstrtpgsmdepay.h:
13388         * gst/rtp/gstrtpgsmparse.c:
13389         * gst/rtp/gstrtpgsmparse.h:
13390           parsers are depayers
13391
13392 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13393
13394         * gst/rtp/Makefile.am:
13395         * gst/rtp/gstasteriskh263.c:
13396         * gst/rtp/gstrtp.c:
13397         * gst/rtp/gstrtpL16enc.c:
13398         * gst/rtp/gstrtpL16enc.h:
13399         * gst/rtp/gstrtpL16parse.c:
13400         * gst/rtp/gstrtpL16parse.h:
13401         * gst/rtp/gstrtpL16pay.c:
13402         * gst/rtp/gstrtpL16pay.h:
13403         * gst/rtp/gstrtpamrdec.c:
13404         * gst/rtp/gstrtpamrdec.h:
13405         * gst/rtp/gstrtpamrdepay.c:
13406         * gst/rtp/gstrtpamrdepay.h:
13407         * gst/rtp/gstrtpamrenc.c:
13408         * gst/rtp/gstrtpamrenc.h:
13409         * gst/rtp/gstrtpamrpay.c:
13410         * gst/rtp/gstrtpamrpay.h:
13411         * gst/rtp/gstrtpdec.c:
13412         * gst/rtp/gstrtpdec.h:
13413         * gst/rtp/gstrtpdepay.c:
13414         * gst/rtp/gstrtpdepay.h:
13415         * gst/rtp/gstrtpg711dec.c:
13416         * gst/rtp/gstrtpg711dec.h:
13417         * gst/rtp/gstrtpg711depay.c:
13418         * gst/rtp/gstrtpg711depay.h:
13419         * gst/rtp/gstrtpg711enc.c:
13420         * gst/rtp/gstrtpg711enc.h:
13421         * gst/rtp/gstrtpg711pay.c:
13422         * gst/rtp/gstrtpg711pay.h:
13423         * gst/rtp/gstrtpgsmenc.c:
13424         * gst/rtp/gstrtpgsmenc.h:
13425         * gst/rtp/gstrtpgsmparse.c:
13426         * gst/rtp/gstrtpgsmparse.h:
13427         * gst/rtp/gstrtpgsmpay.c:
13428         * gst/rtp/gstrtpgsmpay.h:
13429         * gst/rtp/gstrtph263enc.c:
13430         * gst/rtp/gstrtph263enc.h:
13431         * gst/rtp/gstrtph263pay.c:
13432         * gst/rtp/gstrtph263pay.h:
13433         * gst/rtp/gstrtph263pdec.c:
13434         * gst/rtp/gstrtph263pdec.h:
13435         * gst/rtp/gstrtph263pdepay.c:
13436         * gst/rtp/gstrtph263pdepay.h:
13437         * gst/rtp/gstrtph263penc.c:
13438         * gst/rtp/gstrtph263penc.h:
13439         * gst/rtp/gstrtph263ppay.c:
13440         * gst/rtp/gstrtph263ppay.h:
13441         * gst/rtp/gstrtpmp4vdec.c:
13442         * gst/rtp/gstrtpmp4vdec.h:
13443         * gst/rtp/gstrtpmp4vdepay.c:
13444         * gst/rtp/gstrtpmp4vdepay.h:
13445         * gst/rtp/gstrtpmp4venc.c:
13446         * gst/rtp/gstrtpmp4venc.h:
13447         * gst/rtp/gstrtpmp4vpay.c:
13448         * gst/rtp/gstrtpmp4vpay.h:
13449         * gst/rtp/gstrtpmpadec.c:
13450         * gst/rtp/gstrtpmpadec.h:
13451         * gst/rtp/gstrtpmpadepay.c:
13452         * gst/rtp/gstrtpmpadepay.h:
13453         * gst/rtp/gstrtpmpaenc.c:
13454         * gst/rtp/gstrtpmpaenc.h:
13455         * gst/rtp/gstrtpmpapay.c:
13456         * gst/rtp/gstrtpmpapay.h:
13457         * gst/rtp/gstrtpspeexdec.c:
13458         * gst/rtp/gstrtpspeexdec.h:
13459         * gst/rtp/gstrtpspeexdepay.c:
13460         * gst/rtp/gstrtpspeexdepay.h:
13461         * gst/rtp/gstrtpspeexenc.c:
13462         * gst/rtp/gstrtpspeexenc.h:
13463         * gst/rtp/gstrtpspeexpay.c:
13464         * gst/rtp/gstrtpspeexpay.h:
13465           Do burger's rename for rtp payloaders and depayloaders
13466
13467 2005-11-30  Wim Taymans  <wim@fluendo.com>
13468
13469         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13470         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
13471         * ext/dv/gstdvdemux.h:
13472         Fix seeking in dvdemux again, add some more debug info.
13473
13474 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13475
13476         * configure.ac:
13477           fix tests
13478
13479 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13480
13481         * PORTED_09:
13482         * docs/random/PORTED_09:
13483           move
13484         * tests/Makefile.am:
13485           add
13486         * win32/gst.sln:
13487           remove
13488
13489 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13490
13491         * Makefile.am:
13492         * check/.cvsignore:
13493         * check/Makefile.am:
13494         * check/elements/.cvsignore:
13495         * check/elements/level.c:
13496         * check/elements/matroskamux.c:
13497         * configure.ac:
13498         * examples/Makefile.am:
13499         * examples/capsfilter/Makefile.am:
13500         * examples/capsfilter/capsfilter1.c:
13501         * examples/gob/Makefile.am:
13502         * examples/gob/gst-identity2.gob:
13503         * examples/gstplay/.cvsignore:
13504         * examples/gstplay/Makefile.am:
13505         * examples/gstplay/player.c:
13506         * examples/indexing/.cvsignore:
13507         * examples/indexing/Makefile.am:
13508         * examples/indexing/indexmpeg.c:
13509         * examples/level/Makefile.am:
13510         * examples/level/README:
13511         * examples/level/demo.c:
13512         * examples/level/plot.c:
13513         * examples/stats/Makefile.am:
13514         * examples/stats/mp2ogg.c:
13515         * examples/switch/.cvsignore:
13516         * examples/switch/Makefile.am:
13517         * examples/switch/switcher.c:
13518           move under tests/
13519
13520 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13521
13522         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
13523         (gst_text_render_class_init), (resize_bitmap),
13524         (gst_text_render_render_text), (gst_text_render_setcaps),
13525         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
13526         (gst_text_render_chain), (gst_text_render_finalize),
13527         (gst_text_render_init), (gst_text_render_set_property):
13528         * ext/pango/gsttextrender.h:
13529           Add missing files.
13530
13531 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13532
13533         * configure.ac:
13534         * ext/Makefile.am:
13535         * ext/pango/Makefile.am:
13536         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
13537         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
13538         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
13539         * ext/pango/gstclockoverlay.h:
13540         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
13541         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
13542         (gst_text_overlay_finalize), (gst_text_overlay_init),
13543         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
13544         (gst_text_overlay_text_pad_linked),
13545         (gst_text_overlay_text_pad_unlinked),
13546         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
13547         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
13548         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
13549         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13550         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13551         (gst_text_overlay_change_state), (plugin_init):
13552         * ext/pango/gsttextoverlay.h:
13553         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
13554         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
13555         (gst_time_overlay_class_init), (gst_time_overlay_init):
13556         * ext/pango/gsttimeoverlay.h:
13557           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
13558           and add background shading and text wrapping modes. Make 
13559           timoverlay derive from textoverlay. Also add new clockoverlay
13560           element.
13561
13562 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13563
13564         * gst/udp/Makefile.am: Moved to netbuffer.
13565
13566 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13567
13568         * configure.ac:
13569         * PORTED_O9:
13570         * gst/multipart/Makefile.am:
13571         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
13572         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
13573         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
13574         (gst_multipart_demux_change_state),
13575         (gst_multipart_demux_plugin_init):
13576         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
13577         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
13578         (gst_multipart_mux_sinkconnect),
13579         (gst_multipart_mux_request_new_pad),
13580         (gst_multipart_mux_handle_src_event),
13581         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
13582         (gst_multipart_mux_change_state): Ported multipart mux/demux to
13583         0.9.
13584
13585 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13586
13587         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
13588         * gst/debug/gstnavigationtest.h:
13589         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
13590         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
13591         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
13592         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
13593         * gst/effectv/gstrev.c: (gst_revtv_get_type):
13594         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
13595         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
13596         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
13597         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
13598         (gst_video_flip_get_type):
13599         * gst/videofilter/gstvideoflip.h:
13600           update for symbols change
13601
13602 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13603
13604         * gst/udp/gstdynudpsink.c:
13605         * gst/udp/gstudpsrc.c:
13606           the old gstnet lib was renamed gstnetbuffer (#322257)
13607
13608 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
13609
13610         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
13611         (gst_text_overlay_collected):
13612           Actually render the text from the text pad.
13613
13614 2005-11-29  Edward Hervey  <edward@fluendo.com>
13615
13616         * gst/debug/gstnavseek.c: (gst_navseek_event):
13617         * gst/debug/progressreport.c: (gst_progress_report_event):
13618         Update for GstBaseTransform event virtual method
13619
13620 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13621
13622         * ext/cairo/Makefile.am:
13623           no need to link to videofilter
13624
13625 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13626
13627         * gst/debug/Makefile.am:
13628         * gst/debug/gstnavigationtest.h:
13629         * gst/effectv/Makefile.am:
13630         * gst/effectv/gstaging.c:
13631         * gst/effectv/gstdice.c:
13632         * gst/effectv/gstedge.c:
13633         * gst/effectv/gstquark.c:
13634         * gst/effectv/gstrev.c:
13635         * gst/effectv/gstshagadelic.c:
13636         * gst/effectv/gstvertigo.c:
13637         * gst/effectv/gstwarp.c:
13638         * gst/videofilter/Makefile.am:
13639         * gst/videofilter/gstvideofilter.c:
13640         * gst/videofilter/gstvideofilter.h:
13641         * gst/videofilter/gstvideoflip.h:
13642           remove the videofilter library and link to the one in base
13643
13644 2005-11-28  Edward Hervey  <edward@fluendo.com>
13645
13646         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
13647         Useless check now we're setting the current entry correctly.
13648
13649 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
13650
13651         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
13652         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
13653         (gst_jpegenc_change_state):
13654           Don't leak input buffer in chain function (fixes #322667); make 
13655           state change function thread-safe; don't repeat the current function
13656           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
13657           gst_pad_alloc_buffer(); misc. minor cleanups.
13658
13659 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
13660
13661         * gst/matroska/matroska-mux.c:
13662         (gst_matroska_mux_video_pad_setcaps):
13663         Look for pixel-aspect-ratio in caps, not pixel_width and
13664         pixel_height (Fixes: #322645)
13665
13666 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
13667
13668         * gst/matroska/matroska-mux.c:
13669         (gst_matroska_mux_video_pad_setcaps):
13670         From Michal Benes:
13671         frame duration should be GST_SECOND / framerate, not
13672         GST_SECOND * framerate. (Fixes: #322643)
13673
13674 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13675
13676         * configure.ac:
13677           fix up GST_PLUGIN_LDFLAGS
13678         * gst/rtsp/rtspconnection.c:
13679           fix includes (see #317043)
13680         * gst/videofilter/Makefile.am:
13681           stop installing this library
13682
13683 2005-11-26  Edward Hervey  <edward@fluendo.com>
13684
13685         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
13686         Handle the case where the incoming Video dv stream doesn't have
13687         a pixel aspect ratio set.
13688
13689 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13690
13691         * docs/plugins/Makefile.am:
13692         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13693         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13694         * ext/flac/gstflacdec.c:
13695           document flacdec
13696
13697 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13698
13699         * docs/plugins/Makefile.am:
13700         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13701         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13702         * docs/plugins/inspect/plugin-autodetect.xml:
13703         * ext/cairo/gstcairo.c: (plugin_init):
13704         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
13705         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
13706         (gst_text_overlay_init), (gst_text_overlay_font_init),
13707         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
13708         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
13709         (gst_text_overlay_text_pad_linked),
13710         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
13711         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
13712         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13713         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13714         (gst_text_overlay_change_state):
13715         * ext/cairo/gsttextoverlay.h:
13716         * ext/cairo/gsttimeoverlay.c:
13717         (gst_cairo_time_overlay_update_font_height),
13718         (gst_cairo_time_overlay_set_caps),
13719         (gst_cairo_time_overlay_get_unit_size),
13720         (gst_cairo_time_overlay_print_smpte_time),
13721         (gst_cairo_time_overlay_transform),
13722         (gst_cairo_time_overlay_base_init),
13723         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
13724         (gst_cairo_time_overlay_get_type):
13725         * ext/cairo/gsttimeoverlay.h:
13726           do some name borgifying
13727           document
13728
13729 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13730
13731         * docs/plugins/Makefile.am:
13732         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13733         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13734         * gst/autodetect/gstautoaudiosink.c:
13735         (gst_auto_audio_sink_base_init):
13736         * gst/autodetect/gstautovideosink.c:
13737         (gst_auto_video_sink_base_init),
13738         (gst_auto_video_sink_factory_filter):
13739           documenting auto*sink
13740           using strstr for the video sink lookup, class field is not ordered
13741         * docs/plugins/inspect/plugin-1394.xml:
13742         * docs/plugins/inspect/plugin-aasink.xml:
13743         * docs/plugins/inspect/plugin-alaw.xml:
13744         * docs/plugins/inspect/plugin-alpha.xml:
13745         * docs/plugins/inspect/plugin-alphacolor.xml:
13746         * docs/plugins/inspect/plugin-auparse.xml:
13747         * docs/plugins/inspect/plugin-autodetect.xml:
13748         * docs/plugins/inspect/plugin-avi.xml:
13749         * docs/plugins/inspect/plugin-cacasink.xml:
13750         * docs/plugins/inspect/plugin-cairo.xml:
13751         * docs/plugins/inspect/plugin-cutter.xml:
13752         * docs/plugins/inspect/plugin-debug.xml:
13753         * docs/plugins/inspect/plugin-dv.xml:
13754         * docs/plugins/inspect/plugin-efence.xml:
13755         * docs/plugins/inspect/plugin-effectv.xml:
13756         * docs/plugins/inspect/plugin-esdsink.xml:
13757         * docs/plugins/inspect/plugin-flac.xml:
13758         * docs/plugins/inspect/plugin-flxdec.xml:
13759         * docs/plugins/inspect/plugin-gconfelements.xml:
13760         * docs/plugins/inspect/plugin-goom.xml:
13761         * docs/plugins/inspect/plugin-jpeg.xml:
13762         * docs/plugins/inspect/plugin-level.xml:
13763         * docs/plugins/inspect/plugin-matroska.xml:
13764         * docs/plugins/inspect/plugin-mulaw.xml:
13765         * docs/plugins/inspect/plugin-navigationtest.xml:
13766         * docs/plugins/inspect/plugin-ossaudio.xml:
13767         * docs/plugins/inspect/plugin-png.xml:
13768         * docs/plugins/inspect/plugin-rtp.xml:
13769         * docs/plugins/inspect/plugin-rtsp.xml:
13770         * docs/plugins/inspect/plugin-shout2send.xml:
13771         * docs/plugins/inspect/plugin-smpte.xml:
13772         * docs/plugins/inspect/plugin-speex.xml:
13773         * docs/plugins/inspect/plugin-udp.xml:
13774         * docs/plugins/inspect/plugin-videobox.xml:
13775         * docs/plugins/inspect/plugin-videoflip.xml:
13776         * docs/plugins/inspect/plugin-videomixer.xml:
13777         * docs/plugins/inspect/plugin-wavenc.xml:
13778         * docs/plugins/inspect/plugin-wavparse.xml:
13779           update for HEAD version
13780
13781 2005-11-25  Michael Smith  <msmith@fluendo.com>
13782
13783         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
13784           Patch from Sebastien Cote to close control sockets in udpsrc.
13785
13786 2005-11-24  Julien MOUTTE  <julien@moutte.net>
13787
13788         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
13789         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
13790         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
13791         (gst_quarktv_base_init), (gst_quarktv_class_init),
13792         (gst_quarktv_init): Flush the planes list on reverse caps
13793         negotiation. This was crashing because of differently sized
13794         buffers.
13795
13796 2005-11-24  Julien MOUTTE  <julien@moutte.net>
13797
13798         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
13799         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
13800         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
13801         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
13802         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
13803         (gst_videoflip_set_property), (gst_videoflip_base_init),
13804         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
13805         correctly, fix identity flipping, convert navigation event 
13806         correctly again.
13807
13808 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13809
13810         * configure.ac: back to HEAD
13811
13812 === release 0.9.6 ===
13813
13814 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
13815
13816         * configure.ac:
13817           releasing 0.9.6, "Everything's Not Lost"
13818
13819 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13820
13821         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
13822         Oops, initialise the framerate GValue
13823
13824 2005-11-23  Julien MOUTTE  <julien@moutte.net>
13825
13826         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
13827         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
13828         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
13829         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
13830         (gst_timeoverlay_get_type):
13831         * ext/cairo/gsttimeoverlay.h:
13832         * gst/debug/Makefile.am:
13833         * gst/debug/gstnavigationtest.c:
13834         (gst_navigationtest_handle_src_event),
13835         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
13836         (gst_navigationtest_transform), (gst_navigationtest_change_state),
13837         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
13838         (gst_navigationtest_init), (gst_navigationtest_get_type),
13839         (plugin_init):
13840         * gst/debug/gstnavigationtest.h:
13841         * gst/effectv/Makefile.am:
13842         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
13843         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
13844         (gst_agingtv_base_init), (gst_agingtv_class_init),
13845         (gst_agingtv_init), (gst_agingtv_get_type):
13846         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
13847         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
13848         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
13849         (gst_dicetv_get_type):
13850         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
13851         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
13852         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
13853         (gst_edgetv_get_type):
13854         * gst/effectv/gsteffectv.c:
13855         * gst/effectv/gsteffectv.h:
13856         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
13857         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
13858         (gst_quarktv_change_state), (gst_quarktv_base_init),
13859         (gst_quarktv_class_init), (gst_quarktv_init),
13860         (gst_quarktv_get_type):
13861         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
13862         (gst_revtv_get_unit_size), (gst_revtv_transform),
13863         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
13864         (gst_revtv_get_type):
13865         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
13866         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
13867         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
13868         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
13869         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
13870         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
13871         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
13872         (gst_vertigotv_init), (gst_vertigotv_get_type):
13873         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
13874         (gst_warptv_get_unit_size), (gst_warptv_transform),
13875         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
13876         (gst_warptv_get_type):
13877         * gst/videofilter/Makefile.am:
13878         * gst/videofilter/gstvideobalance.c:
13879         * gst/videofilter/gstvideobalance.h:
13880         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
13881         (gst_videofilter_class_init), (gst_videofilter_init):
13882         * gst/videofilter/gstvideofilter.h:
13883         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
13884         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
13885         (gst_videoflip_flip), (gst_videoflip_transform),
13886         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
13887         (gst_videoflip_base_init), (gst_videoflip_class_init),
13888         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
13889         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
13890         BaseTransform, it's just a place holder for now and every video
13891         effect plugin has been ported to use BaseTransform features 
13892         directly. QuarkTV was fixed too (was broken), navigationtest works
13893         and best for the end, videoflip converts navigation events depending
13894         on flip method ! Fixes #320953
13895
13896 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13897
13898         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
13899         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
13900         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
13901         (gst_goom_src_negotiate), (gst_goom_chain):
13902         * gst/matroska/matroska-mux.c:
13903         (gst_matroska_mux_video_pad_setcaps):
13904         * sys/osxvideo/osxvideosink.m:
13905           Fixes for API changes
13906
13907 2005-11-23  Michael Smith <msmith@fluendo.com>
13908
13909         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
13910         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
13911         * ext/jpeg/gstjpegdec.h:
13912         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
13913         * ext/jpeg/gstjpegenc.h:
13914         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
13915         (gst_smokeenc_resync):
13916         * ext/jpeg/gstsmokeenc.h:
13917           JPEG fractiony goodness.
13918
13919 2005-11-22  Michael Smith <msmith@fluendo.com>
13920
13921         * gst/goom/filters.c:
13922         * gst/goom/graphic.h:
13923           Fix compilation by making some functions static inline instead of
13924           extern inline, matching the way they're used.
13925
13926 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
13927
13928         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
13929         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
13930         * ext/cairo/gsttextoverlay.h:
13931         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
13932         * ext/gdk_pixbuf/gstgdkpixbuf.h:
13933         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
13934         (gst_pngdec_caps_create_and_set):
13935         * ext/libpng/gstpngdec.h:
13936         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
13937         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
13938         * gst/avi/gstavimux.c: (gst_avimux_init),
13939         (gst_avimux_vidsinkconnect):
13940         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
13941         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
13942         (gst_goom_src_negotiate), (gst_goom_chain):
13943         * gst/goom/gstgoom.h:
13944         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
13945         * gst/matroska/matroska-mux.c:
13946         (gst_matroska_mux_video_pad_setcaps):
13947         * sys/osxvideo/osxvideosink.h:
13948         * sys/osxvideo/osxvideosink.m:
13949           More fractional framerate conversions 
13950
13951 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
13952
13953         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
13954         * gst/debug/gstnavigationtest.c:
13955         (gst_navigationtest_handle_src_event):
13956         * gst/videofilter/gstvideofilter.c:
13957         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
13958         (gst_videofilter_init):
13959         * gst/videofilter/gstvideofilter.h:
13960           Convert to fractional framerates.
13961
13962 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13963
13964         * ext/aalib/gstaasink.c:
13965         * ext/dv/gstdvdec.c:
13966         * ext/esd/esdmon.c:
13967         * ext/flac/gstflacenc.c:
13968         * ext/gdk_pixbuf/pixbufscale.c:
13969         * ext/libcaca/gstcacasink.c:
13970         * ext/shout2/gstshout2.c:
13971         * gst/alpha/gstalpha.c:
13972         * gst/oldcore/gstaggregator.c:
13973         * gst/oldcore/gstshaper.c:
13974         * gst/smpte/barboxwipes.c:
13975         * gst/smpte/gstsmpte.c:
13976         * gst/videobox/gstvideobox.c:
13977         * gst/videofilter/gstvideoflip.c:
13978         * gst/videomixer/videomixer.c:
13979           fix up more enums
13980
13981 2005-11-22  Michael Smith <msmith@fluendo.com>
13982
13983         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13984         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13985         (gst_videomixer_update_queues):
13986           Fractional framerates, videomixer.
13987
13988 2005-11-22  Michael Smith <msmith@fluendo.com>
13989
13990         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
13991         * ext/dv/gstdvdec.h:
13992         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
13993         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
13994         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
13995         (gst_dvdemux_flush):
13996         * ext/dv/gstdvdemux.h:
13997           Fractional framerates for DV. 
13998
13999 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14000
14001         * gst/autodetect/gstautoaudiosink.c:
14002         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14003         * gst/autodetect/gstautovideosink.c:
14004         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
14005           Use gst_plugin_feature_list_free() to free feature list and
14006           in the case of autovideosink free the list at all. Also
14007           miscellaneous cosmetic fixes.
14008
14009 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14010
14011         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14012         (gst_cutter_set_property), (gst_cutter_get_caps):
14013           copy calculation code from level; remove use of some audio
14014           functions
14015
14016 2005-11-22  Andy Wingo  <wingo@pobox.com>
14017
14018         * Update for gst_tag_setter API changes.
14019
14020 2005-11-22  Andy Wingo  <wingo@pobox.com>
14021
14022         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
14023         (gst_dvdemux_demux_frame)
14024         * ext/flac/gstflacdec.c (gst_flacdec_write)
14025         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
14026         (gst_flacenc_sink_event)
14027         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
14028         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
14029         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
14030         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
14031         * gst/auparse/gstauparse.c (gst_auparse_chain)
14032         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
14033         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
14034         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
14035         (gst_avi_demux_handle_seek)
14036         * gst/goom/gstgoom.c (gst_goom_event)
14037         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
14038         * gst/matroska/matroska-demux.c
14039         (gst_matroska_demux_handle_seek_event)
14040         (gst_matroska_demux_loop_stream_parse_id)
14041         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
14042         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
14043         (gst_wavparse_stream_headers): Run update-funcnames.
14044
14045 2005-11-22  Edward Hervey  <edward@fluendo.com>
14046
14047         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
14048         (gst_dv1394src_init), (gst_dv1394src_dispose),
14049         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
14050         (gst_dv1394src_uri_set_uri):
14051         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14052         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
14053         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
14054         URIHandler interface and element properties are now properly
14055         synchronized for DV1394src and UDPSrc
14056
14057 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14058
14059         * ext/flac/Makefile.am:
14060         * ext/speex/Makefile.am:
14061           libgsttagedit has been renamed to libgsttag.
14062
14063 2005-11-21  Wim Taymans  <wim@fluendo.com>
14064
14065         * gst/rtsp/rtspconnection.c: (read_body):
14066         Apply patch from Sebastien Cote to fix #319184.
14067
14068 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14069
14070         * configure.ac:
14071         * gst/cutter/Makefile.am:
14072         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
14073         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
14074         (gst_cutter_set_property), (gst_cutter_get_property),
14075         (plugin_init), (gst_cutter_get_caps):
14076           port cutter
14077         * gst/level/gstlevel.c:
14078           fix up plugin details
14079
14080 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14081
14082         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
14083         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
14084         (gst_flacdec_src_event):
14085         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
14086         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
14087         (gst_signal_processor_getrange), (gst_signal_processor_chain):
14088         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14089         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
14090         (gst_flxdec_sink_event_handler):
14091         * gst/matroska/matroska-demux.c:
14092         (gst_matroska_demux_handle_seek_event):
14093         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
14094           Update for stream lock API changes: don't take stream log
14095           in sink event handlers any longer and change GST_STREAM_LOCK
14096           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
14097           functions.
14098
14099 2005-11-21  Michael Smith <msmith@fluendo.com>
14100
14101         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
14102           gst_object_unref, not g_object_unref
14103
14104 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14105
14106         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
14107         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
14108           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
14109
14110 2005-11-21  Michael Smith <msmith@fluendo.com>
14111
14112         * gst/auparse/Makefile.am:
14113         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
14114         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
14115         (gst_auparse_change_state):
14116         * gst/auparse/gstauparse.h:
14117           Partially fix #161712. playbin still doesn't work on these files,
14118           (on the bug report, Andy says we aren't typefinding it for some
14119           reason?) but at least auparse isn't totally busted like it was before.
14120
14121 2005-11-21  Andy Wingo  <wingo@pobox.com>
14122
14123         * *.h:
14124         * *.c: Ran scripts/update-macros. Oh yes.
14125
14126 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14127
14128         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
14129           Filler events are gone for now, comment out section generating
14130           them.
14131
14132 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
14133
14134         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14135         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
14136         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14137         * sys/osxvideo/osxvideosink.m:
14138           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
14139           (#322027)
14140
14141 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14142
14143         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
14144         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
14145         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14146         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
14147         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
14148         (gst_avi_demux_stream_data):
14149         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14150         * gst/wavenc/gstwavenc.c: (write_metadata):
14151         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
14152         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
14153         Fixes for GST_FOURCC_FORMAT API change.
14154
14155 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14156
14157         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
14158         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
14159         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
14160         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14161         (gst_text_overlay_change_state):
14162         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14163         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
14164         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
14165         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
14166         * gst/videomixer/videomixer.c: (gst_videomixer_init),
14167         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14168         (gst_videomixer_change_state):
14169           Fix for collect pads API change. Also fix textoverlay state
14170           change function.
14171
14172 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14173
14174         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
14175         GST_PAD_IS_USABLE by something approaching it.
14176
14177 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14178
14179         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
14180         API changes.
14181         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
14182         but also fix the code that was not checking return values from
14183         pad_push neither using pad_alloc_buffer.
14184
14185 2005-11-18  Edward Hervey  <edward@fluendo.com>
14186
14187         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14188         (gst_pngenc_chain):
14189         Added debug category
14190         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
14191         goes to EOS.
14192
14193 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
14194
14195         * gst/rtp/Makefile.am
14196         * gst/rtp/gstrtp.c
14197         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
14198         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
14199         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
14200         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
14201         * gst/rtp/gstrtpg711enc.h:
14202         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
14203         * gst/rtp/gstrtpspeexenc.c:
14204         * gst/rtp/gstrtpspeexenc.h:
14205         * gst/rtp/gstrtpspeexdec.c:
14206         * gst/rtp/gstrtpspeexdec.h:
14207         Created Speex payloader and depayloader; Optimize G711 payloader to
14208         use adapter and send packets until MTU size.
14209
14210 2005-11-16  Wim Taymans  <wim@fluendo.com>
14211
14212         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
14213         Fix leak in check.
14214
14215 2005-11-16  Wim Taymans  <wim@fluendo.com>
14216
14217         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
14218         Fix state change.
14219
14220 2005-11-16  Andy Wingo  <wingo@pobox.com>
14221
14222         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
14223         (gst_udpsrc_create): Move comment.
14224
14225 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
14226
14227         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14228
14229         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
14230           When seeking, seek to closest index entry at or before the requested
14231           seek position, not just the closest one (#321001).
14232
14233 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14234
14235         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
14236         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
14237           Invert DIB images again (see #132341).
14238
14239 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14240
14241         * configure.ac:
14242           rework configure.ac file
14243         * ext/aalib/gstaasink.c:
14244         * ext/cairo/gstcairo.c:
14245         * ext/dv/gstdv.c:
14246         * ext/esd/gstesd.c:
14247         * ext/flac/gstflac.c:
14248         * ext/gconf/gstgconfelements.c:
14249         * ext/gdk_pixbuf/gstgdkpixbuf.c:
14250         * ext/jpeg/gstjpeg.c:
14251         * ext/ladspa/gstladspa.c:
14252         * ext/libcaca/gstcacasink.c:
14253         * ext/libmng/gstmng.c:
14254         * ext/libpng/gstpng.c:
14255         * ext/mikmod/gstmikmod.c:
14256         * ext/pango/gsttextoverlay.c:
14257         * ext/pango/gsttimeoverlay.c:
14258         * ext/raw1394/gst1394.c:
14259         * ext/speex/gstspeex.c:
14260         * gst/alpha/Makefile.am:
14261         * gst/alpha/gstalpha.c:
14262         * gst/alpha/gstalphacolor.c:
14263         * gst/auparse/gstauparse.c:
14264         * gst/autodetect/gstautoaudiosink.c:
14265         (gst_auto_audio_sink_factory_filter),
14266         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14267         * gst/autodetect/gstautodetect.c:
14268         * gst/avi/gstavi.c:
14269         * gst/cutter/gstcutter.c:
14270         * gst/debug/efence.c:
14271         * gst/debug/gstdebug.c:
14272         * gst/debug/gstnavigationtest.c:
14273         * gst/effectv/gsteffectv.c:
14274         * gst/flx/gstflxdec.c:
14275         * gst/goom/gstgoom.c:
14276         * gst/interleave/plugin.c:
14277         * gst/law/alaw.c:
14278         * gst/law/mulaw.c:
14279         * gst/level/gstlevel.c:
14280         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14281         * gst/matroska/matroska.c:
14282         * gst/median/gstmedian.c:
14283         * gst/monoscope/gstmonoscope.c:
14284         * gst/multipart/multipart.c:
14285         * gst/oldcore/gstelements.c:
14286         * gst/rtp/gstrtp.c:
14287         * gst/rtsp/gstrtsp.c:
14288         * gst/smoothwave/gstsmoothwave.c:
14289         * gst/smpte/gstsmpte.c:
14290         * gst/udp/gstudp.c:
14291         * gst/videobox/gstvideobox.c:
14292         * gst/videofilter/gstgamma.c:
14293         * gst/videofilter/gstvideobalance.c:
14294         * gst/videofilter/gstvideoflip.c:
14295         * gst/videofilter/gstvideotemplate.c:
14296         * gst/videomixer/videomixer.c:
14297         * gst/wavenc/gstwavenc.c:
14298         * gst/wavparse/gstwavparse.c:
14299         * sys/oss/gstossaudio.c:
14300         * sys/osxaudio/gstosxaudio.c:
14301           update GST_PLUGIN_DEFINE
14302         * gst/rtp/Makefile.am:
14303         * gst/rtp/gstasteriskh263.c:
14304           check for htons/htonl headers and possibly link to winsock2 lib
14305
14306 2005-11-12  Edward Hervey  <edward@fluendo.com>
14307
14308         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14309         Only GST_DEBUG() information on the valid components.
14310
14311 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14312
14313         * configure.ac: back to HEAD
14314
14315 === release 0.9.5 ===
14316
14317 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
14318
14319         * configure.ac:
14320           releasing 0.9.5, "Phone Alarm"
14321
14322 2005-11-11  Edward Hervey  <edward@fluendo.com>
14323
14324         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14325         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
14326         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
14327         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14328         (gst_avi_demux_loop):
14329         * gst/avi/gstavidemux.h:
14330         Yeah, implement proper seeking. Exact seeking and segment seeking.
14331         Still need to do some checks for segment_stop.
14332
14333 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14334
14335         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14336
14337         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14338           Don't try to ready buffer duration from buffer that we don't
14339           own any  longer and that might already have been unreffed.
14340           (#321136)
14341
14342 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
14343
14344         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
14345         (flx_decode_delta_flc), (gst_flxdec_chain):
14346         Attempting to optimize the code for embedded systems.
14347
14348 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
14349
14350         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14351
14352         * sys/oss/gstosssink.c: (gst_oss_sink_close):
14353           Don't re-use already closed file descriptor. (#320920)
14354
14355 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14356
14357         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
14358         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
14359         (gst_oss_sink_prepare):
14360         * sys/oss/gstosssink.h:
14361           Cache probed caps; fix debug output for SET_PARAM macros.
14362
14363 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14364
14365         * ext/cairo/Makefile.am:
14366         * ext/cairo/gstcairo.c: (plugin_init):
14367         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14368         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14369         (gst_text_overlay_init), (gst_text_overlay_font_init),
14370         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14371         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14372         (gst_text_overlay_text_pad_linked),
14373         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14374         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14375         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14376         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14377         (gst_text_overlay_change_state):
14378         * ext/cairo/gsttextoverlay.h:
14379           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
14380           property and redo positioning. Doesn't handle upstream renegotiation
14381           yet though.
14382
14383 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14384
14385         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14386         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14387         (gst_avi_demux_loop):
14388           No need to take the STREAM_LOCK in the loop function. Improve
14389           some debug messages. Don't leak pad names in debug messages.
14390
14391 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14392
14393         * gst/matroska/matroska-demux.c:
14394         (gst_matroska_demux_push_vorbis_codec_priv_data),
14395         (gst_matroska_demux_add_wvpk_header):
14396           Don't error out when the source pad isn't linked.
14397
14398 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
14399
14400         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
14401         (gst_gconf_audio_sink_change_state):
14402         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
14403         (gst_gconf_video_sink_change_state):
14404           Fix state change functions here as well and set kid
14405           to NULL state before removing it.
14406
14407 2005-11-01  Edward Hervey  <edward@fluendo.com>
14408
14409         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
14410         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
14411         Added proper event handlind, 
14412         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
14413         ignored),
14414         and don't set a duration of 0 for buffers otherwise they are discarded
14415         by GstBaseSink.
14416
14417         GstWavEnc needs some serious loving, after going through the code I'm
14418         really wondering how this can stay in -good ...
14419
14420 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14421
14422         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
14423         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
14424         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
14425         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
14426         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
14427         (gst_matroska_mux_collected):
14428           Fix leaks and invalid memory access as reported by valgrind
14429
14430 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14431
14432         Patch by: Michal Benes <michal.benes@xeris.cz>
14433
14434         * check/Makefile.am:
14435         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14436         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
14437         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
14438           add a unit test for matroskamux
14439           fix the bugs that the unit test exposed
14440
14441 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
14442
14443         * gst/autodetect/gstautoaudiosink.c:
14444         (gst_auto_audio_sink_class_init),
14445         (gst_auto_audio_sink_change_state):
14446         * gst/autodetect/gstautovideosink.c:
14447         (gst_auto_video_sink_class_init),
14448         (gst_auto_video_sink_change_state):
14449           Fix state change function and use GST_DEBUG_FUNCPTR in
14450           class_init.
14451
14452 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14453
14454         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14455
14456         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
14457         (gst_ebml_write_reset), (gst_ebml_write_element_new):
14458         * gst/matroska/ebml-write.h:
14459         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14460           Set timestamps on outgoing ebml headers as well, so that the
14461           element after matroskamux can get the timestamp already when
14462           reading the first ebml element and doesn't have to wait for
14463           the actual data buffer for that (#320308).
14464           
14465 2005-10-31  Andy Wingo  <wingo@pobox.com>
14466
14467         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
14468         (gst_videomixer_pad_link): Kill some memleaks.
14469         (gst_videomixer_pad_get_property): Style fix.
14470         (gst_videomixer_pad_set_property): Style fix.
14471         (gst_videomixer_pad_init): Style fix.
14472         (gst_videomixer_update_queues): Kill memleak.
14473         (gst_videomixer_loop): Kill memleak.
14474         (gst_videomixer_collected): Kill memleak.
14475
14476 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14477
14478         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
14479         gst_auparse_change_state:
14480         Just some cleanup.
14481
14482 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14483
14484         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
14485         Add checks to GST_FLOW_NOT_LINKED for values returned
14486         from gst_pad_push.
14487         
14488 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14489
14490         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
14491         (gst_rtpg711dec_process):
14492         * gst/rtp/gstrtpgsmenc.c:
14493         Payloader now sets some default caps on the srcpad if caps on the sinkpad
14494         are never set. This is important for the g711 to work with burger's rtpbin
14495         element.
14496
14497 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
14498
14499         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
14500         (gst_speexenc_push_buffer):
14501         Add checks for return values from gst_pad_push and
14502         gst_pad_alloc_buffer.
14503
14504 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
14505
14506         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14507
14508         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
14509         (gst_matroska_demux_parse_info),
14510         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14511         (gst_matroska_demux_parse_cluster):
14512         * gst/matroska/matroska-ids.h:
14513         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
14514         (gst_matroska_mux_init), (gst_matroska_mux_start),
14515         (gst_matroska_mux_create_buffer_header),
14516         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
14517         (gst_matroska_mux_get_property):
14518         * gst/matroska/matroska-mux.h:
14519           Add SimpleBlock support to matroska demuxer and muxer (part of
14520           Matroska v2). (#319731)
14521
14522 2005-10-28  Wim Taymans  <wim@fluendo.com>
14523
14524         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
14525         (gst_jpeg_dec_change_state):
14526         * ext/jpeg/gstjpegdec.h:
14527         Cleanups. Don't create caps for every chain.
14528
14529 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
14530
14531         * gst/law/alaw-encode.c: (gst_alawenc_init),
14532         (alawenc_setcaps), (gst_alawenc_chain)
14533         * gst/law/alaw-encode.h:
14534         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
14535         (mulawenc_setcaps), (gst_mulawenc_chain)
14536         * gst/law/mulaw-encode.h:
14537         Set timestamp on buffer and it allows RTP G711 elements
14538         work properly.
14539
14540 2005-10-27  Wim Taymans  <wim@fluendo.com>
14541
14542         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
14543         Set correct format on oss instead of a silly value. 
14544
14545 2005-10-27  Julien MOUTTE  <julien@moutte.net>
14546
14547         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14548         (gst_video_box_transform_caps), (gst_video_box_set_caps),
14549         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
14550         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
14551         I420 rendering as well, doesn't bring much for my platform.
14552         Might help on some other platforms.
14553
14554 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
14555
14556         * gst/rtp/gstrtpgsmenc.c:
14557         * gst/rtp/gstrtpgsmparse.c:
14558         Declaring the padtemplate correctly.
14559
14560 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14561
14562         * gst/rtp/gstrtpg711dec.c:
14563         * gst/rtp/gstrtpg711enc.c:
14564         * gst/rtp/gstrtpgsmenc.c:
14565         * gst/rtp/gstrtpgsmparse.c:
14566         Setting the proper copyright notice.
14567
14568 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14569
14570         * gst/videobox/Makefile.am: Use liboil.
14571         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14572         (gst_video_box_set_property), (gst_video_box_transform_caps),
14573         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
14574         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
14575         using liboil. Will dot the same to I420 border generation
14576         tomorrow.
14577
14578 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14579
14580         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
14581         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
14582         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
14583         * gst/rtp/gstrtpg711dec.h:
14584         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
14585         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
14586         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
14587         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
14588         (gst_rtpgsmenc_handle_buffer):
14589         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
14590         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
14591         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
14592         * gst/rtp/gstrtpgsmparse.h:
14593         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
14594         inherits from the basertpdepayloader.
14595
14596 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14597
14598         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14599         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
14600         (gst_video_box_ayuv): Removing this forgotten debug.
14601
14602 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14603
14604         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14605         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
14606         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
14607
14608 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
14609
14610         * sys/oss/gstossaudio.c:
14611         * sys/oss/gstossdmabuffer.c:
14612         * sys/oss/gstosshelper.c:
14613         * sys/oss/gstossmixer.c:
14614         * sys/oss/gstossmixerelement.c:
14615         * sys/oss/gstossmixertrack.c:
14616         * sys/oss/gstosssink.c:
14617         * sys/oss/gstosssrc.c:
14618           Actually use the 'oss' debug category we register.
14619
14620 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14621
14622         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
14623         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
14624         Use gst_pad_get_parent and drop the ref that was added through
14625         that call.
14626
14627 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14628
14629         * gst/rtp/gstrtpgsmenc.c:
14630           Fix compilation
14631
14632 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
14633
14634         * gst/rtp/gstrtpg711dec.c
14635         Just removed a couple of lines of weird code used during
14636         development/test time.
14637
14638 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
14639
14640         * gst/rtp/Makefile.am
14641         * gst/rtp/gstrtp.c
14642         * gst/rtp/gstrtpg711enc.c
14643         * gst/rtp/gstrtpg711enc.h
14644         * gst/rtp/gstrtpg711dec.c
14645         * gst/rtp/gstrtpg711dec.h
14646         Created G711 payloader and depayloader (it supports mulaw and alaw
14647         (dec)encoders)
14648
14649 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14650
14651         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14652         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
14653         Doh ! I introduced wingo's bug again ! Sorry...
14654
14655 2005-10-25  Christian Schaller <christian@fluendo.com> 
14656
14657         * gst/rtp/Makefile.am: add missing header files for disting
14658
14659 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
14660
14661         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
14662         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
14663         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
14664         (gst_rtpgsmenc_handle_buffer):
14665         * gst/rtp/gstrtpgsmenc.h:
14666         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
14667         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
14668         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
14669         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
14670         * gst/rtp/gstrtpgsmparse.h:
14671         Getting the GSM (de)payloader working and compatible with our plans for RTP.
14672
14673 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14674
14675         * ext/libpng/gstpngdec.c: (user_info_callback),
14676         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
14677         a newsegment event, move some redundant code in a single place.
14678
14679 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14680
14681         * ext/libpng/gstpngdec.c: (user_info_callback),
14682         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
14683         hack to get correct colors order when we have a png image with
14684         alpha channel.
14685
14686 2005-10-24  Edward Hervey  <edward@fluendo.com>
14687
14688         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
14689         Call gst_element_no_more_pads when there will be no more pads.
14690
14691 2005-10-24  Wim Taymans  <wim@fluendo.com>
14692
14693         * gst/rtp/Makefile.am:
14694         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
14695         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
14696         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
14697         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
14698         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
14699         (gst_asteriskh263_plugin_init):
14700         * gst/rtp/gstasteriskh263.h:
14701         * gst/rtp/gstrtp.c: (plugin_init):
14702         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
14703         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
14704         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
14705         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
14706         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
14707         (gst_rtph263enc_plugin_init):
14708         * gst/rtp/gstrtph263enc.h:
14709         Added two new payloaders, an RFC 2190 payloader for h263 and
14710         a payload convertor for an asterisk server.
14711
14712 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
14713
14714         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
14715           Set bytes_per_sample correctly (is not always 4, but 
14716           depends on width and number of channels).
14717
14718 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
14719
14720         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
14721         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
14722         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
14723         (gst_flacenc_sink_event), (gst_flacenc_chain),
14724         (gst_flacenc_set_property), (gst_flacenc_get_property),
14725         (gst_flacenc_change_state):
14726         * ext/flac/gstflacenc.h:
14727           Fix seeking, so that flacenc can rewrite the header with the
14728           correct duration and amount of samples and all that at EOS;
14729           also set timestamps and granulepos on outgoing buffers; add
14730           debug category; fix state change function.
14731           
14732 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14733
14734         * gst/videomixer/videomixer.c: Don't restrict video geometry
14735         from 16 to 4096.
14736
14737 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14738
14739         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14740         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
14741         Fix caps negotiation correctly, add debugging category.
14742
14743 2005-10-24  Christian Schaller  <christian@fluendo.com>
14744
14745         * configure.ac: Port over Thomas's change from base listing all plugins
14746
14747 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14748
14749         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
14750         a sink pad.
14751
14752 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14753
14754         * configure.ac:
14755         * docs/upload.mak:
14756           back to HEAD
14757
14758 === release 0.9.4 ===
14759
14760 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14761
14762         * configure.ac:
14763           Releasing 0.9.4, "Dromiceiomimus"
14764
14765 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
14766
14767         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
14768         (gst_speexenc_src_query):
14769           Add position and duration query, fix query type function.
14770           
14771         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14772         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
14773           Let's not set non-fixed caps on source pads.
14774
14775 2005-10-21  Wim Taymans  <wim@fluendo.com>
14776
14777         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14778         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
14779         (gst_avi_demux_handle_seek):
14780         Set correct stream_time in newsegment event.
14781         avi can also handle a duration query now.
14782
14783 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14784
14785         * gst/matroska/matroska-demux.c:
14786         (gst_matroska_demux_handle_src_query),
14787         (gst_matroska_demux_handle_seek_event),
14788         (gst_matroska_demux_loop_stream_parse_id):
14789           Fix duration query; fix basetime in newsegment event after
14790           seek; fix duration in initial newsegment event.
14791
14792         * gst/matroska/matroska-mux.c:
14793         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
14794           Extract number of channels and samplerate from vorbis headers;
14795           add some debug messages when querying the durations of the
14796           input streams.
14797
14798 2005-10-20  Wim Taymans  <wim@fluendo.com>
14799
14800         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
14801         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14802         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
14803         Set stream time correctly in newsegment.
14804
14805 2005-10-20  Wim Taymans  <wim@fluendo.com>
14806
14807         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14808         Correctly fill in the stream time.
14809
14810 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14811
14812         * check/elements/level.c: (GST_START_TEST):
14813         * gst/level/gstlevel.c: (gst_level_message_new):
14814         * gst/level/level-example.c: (message_handler):
14815           use ELEMENT messages instead
14816
14817 2005-10-19  Wim Taymans  <wim@fluendo.com>
14818
14819         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
14820         (gst_dvdemux_src_query):
14821         * ext/flac/gstflacdec.c: (gst_flacdec_length),
14822         (gst_flacdec_src_query):
14823         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
14824         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
14825         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
14826         * gst/debug/gstnavseek.c: (gst_navseek_seek):
14827         * gst/debug/progressreport.c: (gst_progress_report_report):
14828         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
14829         * gst/matroska/matroska-demux.c:
14830         (gst_matroska_demux_handle_src_query):
14831         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
14832         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
14833         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14834         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
14835         (gst_wavparse_srcpad_event):
14836         API change fix.
14837
14838 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
14839
14840         * gst/goom/filters.c:
14841         * gst/goom/graphic.h:
14842         * gst/goom/lines.c:
14843           Make inline functions either 'static inline' or 'extern inline',
14844           otherwise the Forte compiler apparently won't inline them (#317300).
14845
14846 2005-10-19  Julien MOUTTE  <julien@moutte.net>
14847
14848         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
14849         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
14850         (user_info_callback), (user_endrow_callback), (user_end_callback),
14851         (user_read_data), (gst_pngdec_caps_create_and_set),
14852         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
14853         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
14854         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
14855         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
14856         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
14857         very nice and handle push/pull based model. if you have filesrc
14858         connected to it, it will do random access to load the png file.
14859         If you have a network source that can't do _getrange, it does 
14860         progressive loading through the chain function.
14861         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
14862         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
14863         thanks to Master Wim Taymans ;-)
14864
14865 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
14866
14867         * gst/matroska/Makefile.am:
14868         * gst/matroska/ebml-read.c:
14869         * gst/matroska/ebml-read.h:
14870         * gst/matroska/matroska-demux.c:
14871         * gst/matroska/matroska-demux.h:
14872         * gst/matroska/matroska.c: (plugin_init):
14873           Ported matroska demuxer to 0.9.
14874
14875 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
14876
14877         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14878
14879         * gst/matroska/matroska-mux.c:
14880         (gst_matroska_mux_video_pad_setcaps),
14881         (gst_matroska_mux_audio_pad_setcaps):
14882           Fix mpeg4 input handling (#318847); also, while we're at it,
14883           fix media type for Motion-JPEG: should be image/jpeg.
14884
14885 2005-10-18  Wim Taymans  <wim@fluendo.com>
14886
14887         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
14888         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14889         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
14890         Fix for segment-start/stop API change.
14891
14892 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14893
14894         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
14895         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
14896         way.
14897
14898 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14899
14900         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
14901         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
14902         output declared in transform_caps.
14903
14904 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14905
14906         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
14907
14908 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14909
14910         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
14911         (gst_video_box_get_unit_size): Fix wrong size calculations and
14912         implement get_unit_size correctly.
14913
14914 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
14915
14916         * configure.ac:
14917           Enable flx plugin.
14918
14919         * gst/flx/gstflxdec.c: (flx_decode_chunks):
14920           Fix gcc4 signedness issue.
14921
14922 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14923
14924         * configure.ac: Adding videomixer.
14925         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
14926         (user_read_data), (gst_pngdec_chain): More debugging.
14927         * gst/alpha/Makefile.am: Adding alphacolor
14928         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
14929         (gst_alpha_color_class_init), (gst_alpha_color_init),
14930         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
14931         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
14932         (plugin_init): Ported to 0.9 using in place base tranform.
14933         * gst/videomixer/Makefile.am:
14934         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
14935         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
14936         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
14937         (gst_videomixer_pad_init), (gst_videomixer_class_init),
14938         (gst_videomixer_init), (gst_videomixer_getcaps),
14939         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14940         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
14941         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
14942         to 0.9 using collectpads.
14943
14944 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
14945
14946         * configure.ac:
14947         * gst/flx/Makefile.am:
14948         * gst/flx/gstflxdec.c: (gst_flxdec_init),
14949         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
14950         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
14951         * gst/flx/gstflxdec.h:
14952         flx plugin ported to 0.9
14953
14954 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14955
14956         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
14957           use new gst_version_string()
14958
14959 2005-10-16  Andy Wingo  <wingo@pobox.com>
14960
14961         * configure.ac: GLIB_CHECK.
14962
14963 2005-10-15  Julien MOUTTE  <julien@moutte.net>
14964
14965         * ext/libpng/Makefile.am:
14966         * ext/libpng/gstpng.c: (plugin_init):
14967         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
14968         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
14969         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
14970
14971 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
14972
14973         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14974
14975         * configure.ac:
14976         * gst/matroska/Makefile.am:
14977         * gst/matroska/ebml-ids.h:
14978         * gst/matroska/ebml-write.c:
14979         * gst/matroska/ebml-write.h:
14980         * gst/matroska/matroska-ids.h:
14981         * gst/matroska/matroska-mux.c:
14982         * gst/matroska/matroska-mux.h:
14983         * gst/matroska/matroska.c: (plugin_init):
14984           Port matroska muxer to 0.9 (#318847).
14985
14986 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
14987
14988         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
14989         (comment_init), (comment_add):
14990           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
14991           use GST_READ_UINT32_LE() and friends rather than the private
14992           implementation of those same macros.
14993
14994 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
14995
14996         * examples/stats/mp2ogg.c:
14997           more typo fixes
14998
14999 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
15000
15001         * examples/indexing/indexmpeg.c: (main):
15002         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
15003         (gst_esdmon_close_audio), (gst_esdmon_change_state):
15004         * ext/esd/esdmon.h:
15005         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
15006         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
15007         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15008         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15009         * gst/avi/gstavimux.c: (gst_avimux_init):
15010         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
15011         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
15012         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
15013         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
15014         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
15015         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
15016         * gst/oldcore/gstmultifilesrc.h:
15017         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
15018         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
15019         (gst_pipefilter_change_state):
15020         * gst/oldcore/gstpipefilter.h:
15021         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
15022         * gst/videomixer/videomixer.c: (gst_videomixer_init):
15023         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
15024         * sys/osxaudio/gstosxaudiosink.h:
15025         * sys/osxaudio/gstosxaudiosrc.h:
15026           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
15027           moved bitshift from macro to enum definition
15028
15029 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15030
15031         * ext/Makefile.am:
15032         * ext/cairo/Makefile.am:
15033         * ext/cairo/gstcairo.c: (plugin_init):
15034         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
15035         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
15036         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
15037         * ext/cairo/gsttimeoverlay.h:
15038           update of cairo-based timeoverlay to 1.0 Cairo API
15039           doesn't work yet for resizing of output sink
15040
15041 2005-10-11  Wim Taymans  <wim@fluendo.com>
15042
15043         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
15044         newsegment API fix.
15045
15046 2005-10-11  Wim Taymans  <wim@fluendo.com>
15047
15048         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
15049         (gst_dvdemux_demux_frame):
15050         * ext/flac/gstflacdec.c: (gst_flacdec_write):
15051         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15052         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
15053         (gst_avi_demux_handle_seek):
15054         * gst/goom/gstgoom.c: (gst_goom_event):
15055         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15056         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15057         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15058         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15059         (gst_wavparse_srcpad_event):
15060         newsegment API update.
15061
15062 2005-10-11  Andy Wingo  <wingo@pobox.com>
15063
15064         * ext/speex/gstspeexenc.c: Signedness cleanups.
15065
15066 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
15067
15068         * PORTED_09:
15069         * ext/speex/Makefile.am:
15070         * ext/speex/gstspeex.c:
15071         * ext/speex/gstspeexenc.c:
15072         Speexenc ported to 0.9
15073
15074 2005-10-10  Wim Taymans  <wim@fluendo.com>
15075
15076         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
15077         (gst_oss_sink_init), (gst_oss_sink_set_property),
15078         (gst_oss_sink_get_property), (gst_oss_sink_open),
15079         (gst_oss_sink_prepare), (gst_oss_sink_reset):
15080         * sys/oss/gstosssink.h:
15081         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
15082         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
15083         (gst_oss_src_prepare):
15084         Cleanups, make device configurable in the sink, handle and report
15085         errors.
15086
15087 2005-10-10  Wim Taymans  <wim@fluendo.com>
15088
15089         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
15090         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
15091         Make sure element is NULL before removing from the bin.
15092
15093 2005-10-07  Andy Wingo  <wingo@pobox.com>
15094
15095         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
15096         block forever in a read().
15097         (gst_dv1394src_bus_reset): Post a message when the cable is
15098         unplugged.
15099         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
15100         (gst_dv1394src_bus_reset): Don't unref the message.
15101
15102         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
15103         hacking. The only change should be that the state change stuff was
15104         put into basesrc's start() and stop() routines, which coalesces
15105         some steps.
15106
15107 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15108
15109         * configure.ac:
15110           Add check for mmap
15111           
15112         * gst/debug/Makefile.am:
15113           Only compile efence plugin on systems that have mmap.
15114
15115 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15116
15117         * gst/debug/Makefile.am:
15118         * gst/debug/breakmydata.c:
15119         * gst/debug/gstdebug.c:
15120         * gst/debug/gstnavigationtest.c:
15121         * gst/debug/gstnavseek.c: 
15122         * gst/debug/gstnavseek.h:
15123         * gst/debug/progressreport.c: 
15124         * gst/debug/testplugin.c:
15125           Port progressreport, navseek, navigationtest, testsink and
15126           breakmydata.
15127
15128 2005-10-05  Edward Hervey  <edward@fluendo.com>
15129
15130         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
15131         (gst_dvdemux_src_query):
15132         Fixes for better conversion
15133
15134 2005-10-04  Michael Smith <msmith@fluendo.com>
15135
15136         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
15137         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15138         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
15139         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
15140           Set state of elements to NULL before removing from bins.
15141           Set state of test element to NULL if we failed to move it to READY
15142
15143 2005-10-04  Edward Hervey  <edward@fluendo.com>
15144
15145         * ext/dv/Makefile.am:
15146         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
15147         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
15148         Corrected the query function for position so it doesn't forget what
15149         format was asked, and calls the conversion functions on the correct pad.
15150
15151 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15152
15153         * configure.ac:
15154           back to development
15155
15156 === release 0.9.3 ===
15157
15158 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15159
15160         * configure.ac:
15161           Releasing 0.9.3, "Aramis"
15162
15163 2005-10-03  Andy Wingo  <wingo@pobox.com>
15164
15165         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
15166         error returns.
15167
15168 2005-10-02  Andy Wingo  <wingo@pobox.com>
15169
15170         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
15171
15172         * ext/flac/gstflacenc.c: Ported to 0.9.
15173
15174         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
15175
15176         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
15177         and link to gsttagedit. Enable flacenc.
15178
15179         * ext/flac/gstflacdec.c: Re-enable tag reading.
15180
15181 2005-09-30  Wim Taymans  <wim@fluendo.com>
15182
15183         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15184         * gst/rtp/gstrtpgsmparse.c:
15185         * gst/rtp/gstrtph263penc.c:
15186         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15187         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15188         (gst_rtpmp4venc_set_property):
15189         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15190         Various class and caps fixes from Andre Magalhaes (andrunko)
15191
15192 2005-09-29  Wim Taymans  <wim@fluendo.com>
15193
15194         * gst/level/level-example.c: (main):
15195         Update for new bus API.
15196
15197 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15198
15199         * configure.ac:
15200           Fix unexpanded autoconf macro GST_DOC, which has been renamed
15201           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
15202
15203 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
15204
15205         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
15206           Fix playback of mono streams (bytes_per_sample should be set
15207           from the sample width and the number of channels negotiated,
15208           and not just be set to 4) (#317338)
15209
15210 2005-09-26  Wim Taymans  <wim@fluendo.com>
15211
15212         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
15213         (gst_rtpmpaenc_handle_buffer):
15214         Set buffer duration correctly.
15215
15216 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
15217
15218         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
15219         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
15220         (gst_avi_demux_change_state):
15221           Don't crash when encountering a stream with an unknown fourcc or
15222           codec id. Instead, create a pad of type video/x-avi-unknown or
15223           audio/x-avi-unknown, which as a side-effect also results in less
15224           confusing error messages in players ('no decoder' vs. 'no streams');
15225           minor fixes to state change function and class_init function.
15226
15227 2005-09-24  Wim Taymans  <wim@fluendo.com>
15228
15229         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15230         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15231         These are sinks.
15232
15233 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15234
15235         * check/elements/level.c: (GST_START_TEST):
15236           fix test for new GstClockTime use
15237         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
15238         (gst_level_transform_ip):
15239         * gst/level/gstlevel.h:
15240           fix up the decay peak, ensuring the decay peak is never lower
15241           than the peak for that interval
15242
15243 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15244
15245         * docs/plugins/gst-plugins-good-plugins.args:
15246         * docs/plugins/inspect/plugin-alpha.xml:
15247         * docs/plugins/inspect/plugin-rtp.xml:
15248         * gst/level/gstlevel.c: (gst_level_set_caps),
15249         (gst_level_transform_ip):
15250           updating docs
15251
15252 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15253
15254         * Makefile.am:
15255         * check/elements/level.c: (GST_START_TEST):
15256         * gst/level/Makefile.am:
15257         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
15258         (gst_level_set_property), (gst_level_get_property),
15259         (gst_level_set_caps), (gst_level_message_new),
15260         (gst_level_transform_ip):
15261         * gst/level/gstlevel.h:
15262         * gst/level/level-example.c: (message_handler), (main):
15263           convert to using GstClockTime for all time values, finally.
15264
15265 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15266
15267         * gst/auparse/Makefile.am:
15268         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15269           fix up build
15270         * configure.ac:
15271         * ext/cairo/Makefile.am:
15272         * ext/dv/Makefile.am:
15273         * ext/esd/Makefile.am:
15274         * ext/flac/Makefile.am:
15275         * ext/gconf/Makefile.am:
15276         * ext/gdk_pixbuf/Makefile.am:
15277         * ext/jpeg/Makefile.am:
15278         * ext/ladspa/Makefile.am:
15279         * ext/libcaca/Makefile.am:
15280         * ext/libmng/Makefile.am:
15281         * ext/libpng/Makefile.am:
15282         * ext/mikmod/Makefile.am:
15283         * ext/pango/Makefile.am:
15284         * ext/raw1394/Makefile.am:
15285         * ext/shout2/Makefile.am:
15286         * ext/speex/Makefile.am:
15287         * gst/alpha/Makefile.am:
15288         * gst/autodetect/Makefile.am:
15289         * gst/avi/Makefile.am:
15290         * gst/cutter/Makefile.am:
15291         * gst/debug/Makefile.am:
15292         * gst/effectv/Makefile.am:
15293         * gst/flx/Makefile.am:
15294         * gst/goom/Makefile.am:
15295         * gst/interleave/Makefile.am:
15296         * gst/law/Makefile.am:
15297         * gst/matroska/Makefile.am:
15298         * gst/median/Makefile.am:
15299         * gst/monoscope/Makefile.am:
15300         * gst/multipart/Makefile.am:
15301         * gst/oldcore/Makefile.am:
15302         * gst/rtp/Makefile.am:
15303         * gst/rtsp/Makefile.am:
15304         * gst/smoothwave/Makefile.am:
15305         * gst/smpte/Makefile.am:
15306         * gst/videobox/Makefile.am:
15307         * gst/videofilter/Makefile.am:
15308         * gst/videomixer/Makefile.am:
15309         * gst/wavenc/Makefile.am:
15310         * gst/wavparse/Makefile.am:
15311         * sys/oss/Makefile.am:
15312         * sys/osxaudio/Makefile.am:
15313         * sys/osxvideo/Makefile.am:
15314           fix up GST_LIBS use
15315
15316 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15317
15318         * gst/auparse/Makefile.am:
15319         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15320           fix build of auparse
15321
15322 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
15323
15324         * configure.ac:
15325         * PORTED_09:
15326         * gst/auparse/gstauparse.c:
15327         * gst/auparse/gstauparse.h:
15328         Auparse ported to 0.9.
15329
15330 2005-09-22  Wim Taymans  <wim@fluendo.com>
15331
15332         * gst/rtp/TODO:
15333         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
15334         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15335         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15336         (gst_rtpmp4venc_set_property):
15337         * gst/rtp/gstrtpmp4venc.h:
15338         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15339         * gst/rtp/gstrtpmpaenc.h:
15340         Use is_filled to both check MTU and max-ptime of base class.
15341
15342 2005-09-22  Wim Taymans  <wim@fluendo.com>
15343
15344         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15345         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15346         (gst_rtpmp4venc_set_property):
15347         Don't fragment packets with multiple frames.
15348
15349 2005-09-22  Wim Taymans  <wim@fluendo.com>
15350
15351         * gst/rtp/TODO:
15352         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15353         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15354         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
15355         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
15356         (gst_rtpmp4venc_get_property):
15357         * gst/rtp/gstrtpmp4venc.h:
15358         Remove g_print.
15359         Update TODO
15360         Make payload encoder a bit smarter and more correct with
15361         timestamps.
15362         Added option in payloader to include config string in-band.
15363
15364 2005-09-21  Wim Taymans  <wim@fluendo.com>
15365
15366         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15367         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15368         (gst_rtspsrc_send):
15369         Strip spaces for key/value pairs.
15370
15371 2005-09-21  Wim Taymans  <wim@fluendo.com>
15372
15373         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15374         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15375         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
15376         (gst_rtspsrc_change_state):
15377         More SDP parsing and caps setting.
15378         Do NO_PREROLL differently.
15379         add pads only after negotiated.
15380
15381         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
15382         (gst_udpsrc_getcaps):
15383         Implement the getcaps function.
15384
15385 2005-09-21  Wim Taymans  <wim@fluendo.com>
15386
15387         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
15388         (gst_rtpamrdec_chain):
15389         Handle multiple AMr packets per payload. Handle CRC and
15390         parse ILL/ILP.
15391
15392         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15393         Make caps params strings for easy SDP mapping.
15394         
15395         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
15396         Handle capsnego better.
15397
15398         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15399         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
15400         Generate and parse config string in the caps.
15401
15402 2005-09-21  Wim Taymans  <wim@fluendo.com>
15403
15404         * gst/rtp/README:
15405         Update README
15406
15407         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
15408         Make extra params as strings.
15409
15410         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
15411         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15412         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
15413         Make state change return NO_PREROLL as this is a live
15414         source.
15415
15416         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15417         Don't unref old caps when NULL.
15418
15419 2005-09-20  Wim Taymans  <wim@fluendo.com>
15420
15421         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
15422         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15423         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
15424         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
15425         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
15426         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
15427         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
15428         * gst/rtsp/sdpmessage.h:
15429         Add URI handler.
15430         Parse SDP and create caps.
15431
15432 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
15433
15434         * gst/alpha/gstalpha.c:
15435           fix element description
15436
15437 2005-09-19  Wim Taymans  <wim@fluendo.com>
15438
15439         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
15440         Don't check payload for now.
15441
15442 2005-09-19  Wim Taymans  <wim@fluendo.com>
15443
15444         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
15445         (gst_wavparse_init), (gst_wavparse_parse_file_header),
15446         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
15447         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15448         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15449         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
15450         (gst_wavparse_change_state):
15451         * gst/wavparse/gstwavparse.h:
15452         Fix wavparse some more.
15453
15454 2005-09-19  Wim Taymans  <wim@fluendo.com>
15455
15456         * check/elements/level.c: (GST_START_TEST):
15457         Fix for bus API change.
15458
15459 2005-09-19  Wim Taymans  <wim@fluendo.com>
15460
15461         * gst/level/level-example.c: (main):
15462         Fix for new bus API.
15463
15464         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15465         Set caps on pads.
15466
15467 2005-09-15  Wim Taymans  <wim@fluendo.com>
15468
15469         * gst/rtp/Makefile.am:
15470         * gst/rtp/README:
15471         * gst/rtp/gstrtp.c: (plugin_init):
15472         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
15473         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
15474         (gst_rtpamrdec_change_state):
15475         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
15476         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
15477         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
15478         * gst/rtp/gstrtpamrenc.h:
15479         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15480         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
15481         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
15482         * gst/rtp/gstrtpgsmenc.h:
15483         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
15484         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
15485         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
15486         (gst_rtpgsmparse_change_state):
15487         * gst/rtp/gstrtpgsmparse.h:
15488         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
15489         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
15490         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
15491         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
15492         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
15493         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
15494         * gst/rtp/gstrtph263penc.h:
15495         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
15496         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
15497         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15498         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
15499         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
15500         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
15501         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
15502         * gst/rtp/gstrtpmp4venc.h:
15503         * gst/rtp/gstrtpmpadec.c:
15504         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
15505         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
15506         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
15507         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
15508         * gst/rtp/gstrtpmpaenc.h:
15509         Updates to payloader/depayloaders, make payloaders use
15510         the base classes.
15511         Updated README with suggested RTP caps and how to convert
15512         to/from SDP.
15513         Added config descriptor in mp4v payloader.
15514
15515 2005-09-15  Andy Wingo  <wingo@pobox.com>
15516
15517         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
15518         * gst/autodetect/gstautovideosink.c
15519         (gst_auto_video_sink_find_best): Update for new registry API.
15520
15521 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15522
15523         * common/c-to-xml.py:
15524         * common/gtk-doc-plugins.mak:
15525           a simple py script to generate valid xml from a C example
15526           probably also need to strip an MIT license when we decide
15527         * docs/plugins/Makefile.am:
15528         * gst/level/Makefile.am:
15529         * gst/level/gstlevel.c: (gst_level_init):
15530         * gst/level/level-example.c: (message_handler), (main):
15531           add an example to level that will show up in the docs
15532         * gst/rtp/TODO:
15533           add a note for the future
15534
15535 2005-09-14  Michael Smith <msmith@fluendo.com>
15536
15537         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
15538           Actually define the debug object being used in wavenc. Fixes #316205
15539
15540 2005-09-14  Michael Smith <msmith@fluendo.com>
15541
15542         * gst/smpte/Makefile.am:
15543           Link against GST_BASE_LIBS, to get it linked against libgstbase;
15544           needed to build on windows (bug 316204)
15545
15546 2005-09-12  Andy Wingo  <wingo@pobox.com>
15547
15548         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
15549
15550 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
15551
15552         * configure.ac:
15553         * gst/fdsrc/Makefile.am:
15554         * gst/fdsrc/gstfdsrc.c:
15555         * gst/fdsrc/gstfdsrc.h:
15556           Move fdsrc back into gstreamer core elements.
15557
15558         * gst/level/gstlevel.c: (gst_level_class_init),
15559         (gst_level_transform_ip):
15560         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
15561           Basetransform changes.
15562
15563 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15564
15565         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
15566         * ext/jpeg/smokecodec.c: (find_best_size):
15567           fix compiler warnings
15568
15569 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15570
15571         * gst-plugins-good.spec.in:
15572           spec file fixes
15573         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
15574         (gst_multiudpsink_render), (gst_multiudpsink_add),
15575         (gst_multiudpsink_clear):
15576           it actually helps to actually stream if we hook up the
15577           "add" signal to an actual implementation
15578         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
15579           some debugging
15580
15581 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
15582
15583         * ext/jpeg/Makefile.am:
15584         * ext/jpeg/gstjpeg.c
15585         * ext/jpeg/gstjpegenc.c:
15586         * ext/jpeg/gstsmokeenc.c:
15587
15588 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15589
15590         * ext/flac/gstflacdec.c:
15591         * ext/flac/gstflacenc.c:
15592         * ext/flac/gstflactag.c:
15593         * ext/speex/gstspeexenc.c:
15594           gsttaginterface.h -> gsttagsetter.h
15595
15596 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15597
15598         * configure.ac:
15599         * gst/debug/Makefile.am:
15600         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
15601         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
15602         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
15603         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
15604         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
15605           Port to 0.9 and re-enable efence plugin.
15606
15607 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
15608
15609         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
15610         (gst_flacdec_write), (gst_flacdec_convert_src):
15611         * ext/flac/gstflacdec.h:
15612           Add support for flac files with 24/32 bits per sample; and misc.
15613           minor clean-ups. Seeking is still partly broken (for me at least).
15614
15615 2005-09-06  Wim Taymans  <wim@fluendo.com>
15616
15617         * gst/rtp/Makefile.am:
15618         * gst/rtp/gstrtp.c: (plugin_init):
15619         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
15620         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
15621         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
15622         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
15623         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
15624         (gst_rtpmp4vdec_plugin_init):
15625         * gst/rtp/gstrtpmp4vdec.h:
15626         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15627         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
15628         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
15629         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
15630         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
15631         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
15632         * gst/rtp/gstrtpmp4venc.h:
15633         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
15634         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
15635         Added mpeg4 video payload encoder/decoder.
15636         Added some docs in mpa payloader.
15637
15638 === release 0.9.1 ===
15639
15640 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15641
15642         * NEWS:
15643         * README:
15644         * RELEASE:
15645         * autogen.sh:
15646         * configure.ac:
15647           releasing 0.9.1, "Blondie"
15648
15649 2005-09-05  Andy Wingo  <wingo@pobox.com>
15650
15651         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
15652         here from the state change handler, so we fire signals without
15653         holding the state lock.
15654
15655 2005-09-02  Andy Wingo  <wingo@pobox.com>
15656
15657         * All plugins updated for element state changes.
15658
15659 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15660
15661         * Makefile.am:
15662         * check/.cvsignore:
15663         * check/Makefile.am:
15664         * check/elements/.cvsignore:
15665         * check/elements/level.c: (setup_level), (cleanup_level),
15666         (GST_START_TEST), (level_suite), (main):
15667           add a test for level
15668         * common/release.mak:
15669           move the enum checking to release.mak
15670         * configure.ac:
15671           add valgrind and check checking
15672         * gst/level/gstlevel.c: (gst_level_transform):
15673         * gst/level/gstlevel.h:
15674           fix Andy's cast bug
15675           convert a field to int
15676           fix the arithmetic to int when checking for emit so that a
15677           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
15678
15679 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15680
15681         * Makefile.am:
15682         * configure.ac:
15683           add docs to build
15684         * common/plugins.xsl:
15685           wrap Description into a refsect2
15686         * docs/Makefile.am:
15687         * docs/plugins/Makefile.am:
15688         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15689         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15690         * gst/goom/Makefile.am:
15691         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
15692         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
15693         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
15694         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
15695         (gst_goom_change_state):
15696         * gst/goom/gstgoom.h:
15697           GstGOOM -> GstGoom
15698           add an example launch line
15699         * gst/level/gstlevel.h:
15700         * gst/monoscope/gstmonoscope.c:
15701           cleanups
15702
15703 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15704
15705         * configure.ac:
15706         * docs/plugins/Makefile.am:
15707         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15708         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15709         * docs/plugins/gst-plugins-good-plugins.types:
15710           document elements and plugins.  Shazam !
15711
15712 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15713
15714         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
15715           be found under doc/random/ChangeLog-0.8