tests/check/Makefile.am: Disable some more elements in the state test.
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
2
3         * tests/check/Makefile.am:
4         Disable some more elements in the state test.
5         Add a define so the soup test can find the test files
6         it needs at runtime.
7
8         * tests/check/elements/souphttpsrc.c: (run_server):
9
10         Add a define so the soup test can find the test files
11         it needs at runtime.
12
13 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
14
15         * gst/goom/convolve_fx.c: (convolve_apply):
16         Don't ever draw the GOOM logo.
17         Fixes: #528615
18
19 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
20
21         * ext/cdio/gstcdiocddasrc.c:
22         * ext/dv/gstdvdemux.c: 
23         gst_atomic_int_set ==> g_atomic_int_set
24
25 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
26
27         * configure.ac:
28         * gst/goom/Makefile.am:
29         * gst/goom/convolve_fx.c:
30         * gst/goom/default_scripts.h:
31         * gst/goom/goom.h:
32         * gst/goom/goom_core.c: (choose_a_goom_line):
33         * gst/goom/goom_plugin_info.h:
34         * gst/goom/goomsl.c:
35         * gst/goom/goomsl.h:
36         * gst/goom/goomsl_hash.c:
37         * gst/goom/goomsl_hash.h:
38         * gst/goom/goomsl_heap.c:
39         * gst/goom/goomsl_heap.h:
40         * gst/goom/goomsl_private.h:
41         * gst/goom/plugin_info.c:
42           Strip out the config/script parsing stuff, we don't need it.
43           Fixes #527999.
44
45 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
46
47         * gst/goom/plugin_info.c: (setOptimizedMethods):
48           Disable altivec optimisations for 32-bit PPC as well to make
49           things build properly on all PPC systems. Fixes #528143
50
51 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
52
53         * gst-plugins-good.spec.in:
54           Update for souphttpsrc plugin which has moved to -good.
55
56 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
57
58         * gst/matroska/matroska-demux.c:
59         (gst_matroska_demux_handle_seek_event):
60         Fix open-ended seeks in matroskademux
61         Patch by: Mark Nauwelaerts <manauw skynet be>
62         Fixes: #526557
63
64 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
65
66         * tests/check/Makefile.am:
67         Add soup test certificates to the dist.
68
69 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
70
71         * ext/Makefile.am:
72         Remove LADSPA reference I missed.
73
74 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
75
76         * ext/soup/gstsouphttpsrc.c: (plugin_init):
77         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
78         over gnome-vfs and everything else. Fixes bug #527848.
79
80 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
81
82         * configure.ac:
83         * ext/Makefile.am:
84         Remove LADSPA plugin. Fixes: #515978
85
86 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
87
88         * configure.ac:
89         * docs/plugins/Makefile.am:
90         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
91         * docs/plugins/gst-plugins-good-plugins-sections.txt:
92         * docs/plugins/gst-plugins-good-plugins.args:
93         * docs/plugins/inspect/plugin-soup.xml:
94         * ext/Makefile.am:
95         * tests/check/Makefile.am:
96         Move soup plugin from -bad (Fixes: #523124)
97
98 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
99
100         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
101         Fix bounds checking of mode in Speex header, which may
102         produce negative numbers in speex <= 1.1.12
103
104 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
105
106         * gst/goom/Makefile.am:
107         * gst/goom/gfontlib.c:
108         * gst/goom/gfontlib.h:
109         * gst/goom/gfontrle.c:
110         * gst/goom/gfontrle.h:
111         * gst/goom/goom.h:
112         * gst/goom/goom_core.c: (goom_update):
113         * gst/goom/goom_plugin_info.h:
114         * gst/goom/gstgoom.c: (gst_goom_chain):
115         * gst/goom/plugin_info.c:
116           Remove a bunch of font/text related code that we don't need.
117
118 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
119
120         * gst/goom/ppc_drawings.s:
121         * gst/goom/ppc_zoom_ultimate.s:
122           Change license of these files to LGPL, as permitted by the
123           author, Guillaume Borios. See #515073.
124
125 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
126
127         * gst/goom/convolve_fx.c:
128         * gst/goom/motif_goom1.h:
129         * gst/goom/motif_goom2.h:
130           As hinted in Bug #518213, revert one change and fix warnings properly.
131           This fixes both #518213 and #520073 for me.     
132
133 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
134
135         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
136         * gst/matroska/matroska-demux.c:
137         (gst_matroska_demux_handle_seek_event),
138         (gst_matroska_demux_parse_contents_seekentry),
139         (gst_matroska_demux_loop):
140         Fix the Forte build by making function declaration signatures
141         match the implementations.
142
143 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
144
145         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
146         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
147         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
148           More logging when probing (see #518474), some comments in _reset().
149
150 2008-04-07  Julien Moutte  <julien@fluendo.com>
151
152         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
153         because of a bad argument number.
154
155 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
156
157         * tests/icles/.cvsignore:
158         * tests/icles/Makefile.am:
159         * tests/icles/gdkpixbufsink-test.c:
160           Interactive test app for gdkpixbufsink.
161
162 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
163
164         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
165
166         * configure.ac:
167         Actually build dlls when cross-compiling with mingw32.
168         Fixes bug #526247.
169
170 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
171
172         * ext/hal/hal.c: (gst_hal_get_alsa_element):
173           Don't munge device string to 'default:x' for capture devices.
174           Fixes #525833.
175
176 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
177
178         * ext/wavpack/gstwavpackparse.c:
179         (gst_wavpack_parse_index_entry_free):
180         Always use GSlice as we actually depend on GLib 2.12 already.
181
182 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
183
184         * configure.ac:
185           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
186           Also bump the GLib requirement to the current de-facto requirement
187           (ie. 2.12).
188
189 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
190
191         * gst/rtp/gstrtph264pay.c: (encode_base64),
192         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
193         * gst/rtp/gstrtph264pay.h:
194         Parse codec_data for future AVC compatibility.
195         Fail when we encounter AVC data for now.
196
197 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
198
199         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
200           (gst_spectrum_init), (gst_spectrum_set_property),
201           (gst_spectrum_get_property), (gst_spectrum_message_new):
202           Rename property enums and default defines for the properties to match
203           the property names and rephrase property descriptions to make them a
204           bit clearer (hopefully). See #518188.
205
206 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
207
208         * tests/check/Makefile.am:
209         * tests/check/elements/.cvsignore:
210         * tests/check/elements/gdkpixbufsink.c:
211           Add unit test for gdkpixbufsink element.
212
213 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
214
215         * ext/gdk_pixbuf/Makefile.am:
216         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
217         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
218           (gst_gdk_pixbuf_sink_base_init),
219           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
220           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
221           (gst_gdk_pixbuf_sink_set_caps),
222           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
223           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
224           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
225           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
226           (gst_gdk_pixbuf_sink_get_property):
227         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
228           Add gdkpixbufsink element for easy snapshotting (#525946).
229
230 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
231
232         * tests/check/pipelines/wavpack.c: (wavpack_suite):
233         Bump timeout from 3 to 60 seconds.
234
235 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
236
237         * tests/check/pipelines/.cvignore:
238         Remove useless file.
239
240         * tests/check/pipelines/.cvsignore:
241         Add new test to .cvsignore.
242
243 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
244
245         * tests/check/Makefile.am:
246         * tests/check/pipelines/wavpack.c: (bus_handler),
247         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
248         (wavpack_suite), (main):
249         Add unit test that encodes and decodes some data, checks that it
250         is still the same and that all timestamps/offsets are perfect.
251
252 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
253
254         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
255         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
256         * ext/wavpack/gstwavpackparse.c:
257         (gst_wavpack_parse_index_entry_new),
258         (gst_wavpack_parse_index_entry_free),
259         (gst_wavpack_parse_base_init),
260         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
261         Use GSlice for allocating index entries and use
262         gst_element_class_set_details_simple().
263
264 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
265
266         Patch by: Brian Cameron <brian.cameron at sun dot com>
267
268         * sys/sunaudio/gstsunaudio.c:
269         * sys/sunaudio/gstsunaudiomixer.c:
270         * sys/sunaudio/gstsunaudiomixer.h:
271         * sys/sunaudio/gstsunaudiomixerctrl.c:
272         * sys/sunaudio/gstsunaudiomixerctrl.h:
273         * sys/sunaudio/gstsunaudiomixertrack.c:
274         * sys/sunaudio/gstsunaudiomixertrack.h:
275         * sys/sunaudio/gstsunaudiosink.c:
276         * sys/sunaudio/gstsunaudiosink.h:
277         * sys/sunaudio/gstsunaudiosrc.c:
278         * sys/sunaudio/gstsunaudiosrc.h:
279           Fix up copyrights (#525860).
280
281 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
282
283         * gst/goom/goomsl.c: (gsl_read_file):
284           Check return value of fread() to avoid compiler warnings.
285
286 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
287
288         Based on patch by: mersad <mersad at axis dot com>
289
290         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
291         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
292         * gst/law/alaw-decode.h:
293         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
294         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
295         (gst_mulawdec_chain), (gst_mulawdec_change_state):
296         * gst/law/mulaw-decode.h:
297         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
298         Make negotiation a bit modern.
299         Use pad_alloc. Fixes #525359.
300
301 2008-03-31  David Schleef  <ds@schleef.org>
302
303         * gst/goom/xmmx.c: Fix constraints on asm code so that it
304           compiles consistently.  Fixes #522278.
305
306 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
307
308         Patch by: Brian Cameron <brian.cameron at sun dot com>
309
310         * sys/sunaudio/gstsunaudiomixerctrl.c:
311           (gst_sunaudiomixer_ctrl_get_volume),
312           (gst_sunaudiomixer_ctrl_set_volume):
313         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
314           Fix up the mixer tracks to use a volume range of 0-255, which is what
315           the sun audio API uses. This simplifies the code and avoids rounding
316           errors. Fixes #524593.
317
318 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
319
320         * sys/v4l2/gstv4l2object.c:
321         * sys/v4l2/gstv4l2object.h:
322         Add device-fd property to make it possible to apps to call ioctl's.
323
324 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
325
326         * gst/qtdemux/qtdemux.c: (next_entry_size):
327         Unbreak streaming mode again.
328
329 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
330
331         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
332           Remove superfluous DEBUG macro.
333
334 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
335
336         Based on patch by: William M. Brack <wbrack at mmm com hk>
337
338         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
339           (gst_v4l2src_set_capture):
340           Check whether the device supports setting the framerate before
341           trying to set it and then posting a warning or error if it doesn't
342           work (#516649, #520092). Also compare fractions more correctly.
343
344 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
345
346         * gst/goom/Makefile.am:
347           Remove ppc assembler optimisations from the build until they
348           actually build (they also seem to have GPL headers).
349
350 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
351
352         * m4/Makefile.am:
353           Better not dist files that don't exist any longer (lrint*m4).
354
355 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
356
357         * configure.ac:
358         * m4/lrint.m4:
359         * m4/lrintf.m4:
360         Remove lrint/lrintf checks. We don't use it anywhere.
361
362 2008-03-18  Andy Wingo  <wingo@pobox.com>
363
364         * sys/osxvideo/osxvideosink.m
365         (gst_osx_video_sink_osxwindow_destroy)
366         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
367         task, whoopdee.
368         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
369         2 ms.
370
371 2008-03-18  Andy Wingo  <wingo@pobox.com>
372
373         * sys/osxvideo/osxvideosink.m
374         (gst_osx_video_sink_osxwindow_destroy)
375         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
376         task, whoopdee.
377         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
378         2 ms.
379         
380 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
381
382         Patch by: William M. Brack <wbrack at mmm com hk>
383
384         * sys/v4l2/v4l2src_calls.c:
385           (gst_v4l2src_probe_caps_for_format_and_size),
386           (gst_v4l2src_probe_caps_for_format):
387           Make sure the probed frame sizes are reversed in the resulting
388           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
389           highest resolution first); also remove unused variable.
390           (Partly fixes #520092)
391
392 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
393
394         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
395
396         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
397         (gst_rtspsrc_finalize):
398         Call WSAStartup() and WSACleanup before using the Winsock API.
399         See #520808.
400
401 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
402
403         * gst/avi/gstavidemux.c:
404           Erm, the buffer-size is just guint, no need for the special format
405           specifier.
406
407 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
408
409         * gst/goom/plugin_info.c:
410         * gst/goom/ppc_zoom_ultimate.h:
411           Small fixes to build more on PPC: ifdef out code that uses unknown
412           define; add newline at end of header file to avoid compiler warning.
413           Assembler code still doesn't build though.
414
415 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
416
417         * gst/avi/gstavidemux.c:
418           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
419           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
420
421 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
422
423         * gst/avi/gstavidemux.c:
424           Chunksize is uint32. Fix format specifier.
425
426 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
427
428         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
429         mistake. Return file to pure MIT text.
430
431 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
432
433         * gst/audiofx/audiofx.c:
434         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
435         of hardcoding values.
436
437 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
438
439         Patch by: Mark Nauwelaerts <manauw skynet be>
440
441         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
442           (gst_oss_src_close):
443         * sys/oss/gstosssrc.h:
444           Cache probed caps, so _get_caps() during recording doesn't cause
445           ioctl calls which may disrupt the recording (fixes #521875).
446
447 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
448
449         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
450         (gst_qtdemux_activate_segment),
451         (gst_qtdemux_prepare_current_sample),
452         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
453         Make sure we always send a DISCONT after a seek by setting the sample
454         index to an undefined value after a seek.
455
456 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
457
458         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
459           (GST_IS_AVI_SUBTITLE_CLASS):
460           Fix up IS_FOO macros, which makes gtk-doc much happier.
461
462 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
463
464         * tests/icles/Makefile.am:
465           Move the -lgstfoo where it belongs.
466
467 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
468
469         * gst/matroska/ebml-ids.h:
470         Add ID for EBML CRC32 elements.
471
472         * gst/matroska/Makefile.am:
473         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
474         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
475         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
476         (gst_ebml_read_header):
477         Support reading 80bit floats, add finalize method to clean up
478         in any case, support reading length/id elements with any length
479         as long as it's smaller than our supported maximum, don't leak
480         buffers if reading as much data as we wanted failed and some
481         smaller cleanup.
482
483 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
484
485         Patch by: Olivier Crete <tester at tester dot ca>
486
487         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
488         Check that a buffer is large enough before reading from it.
489         Fixes bug #521102.
490         
491 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
492
493         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
494         Fix compilation after removing the GstPollMode from the
495         constructor.
496
497 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
498
499         * configure.ac:
500         * gst/audiofx/Makefile.am:
501         * gst/audiofx/audiochebband.c:
502         * gst/audiofx/audiocheblimit.c:
503         * gst/audiofx/math_compat.h:
504         Check for sinh(), cosh() and asinh() and define our own
505         implementations if they're not available. Fixes bug #520880.
506
507 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
508
509         Patch by: Olivier Crete <tester at tester dot ca>
510
511         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
512         Unref the buffers only once when handling not-negotiated errors.
513         Fixes bug #520764.
514
515 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
516
517         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
518
519         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
520         (gst_udpsrc_stop):
521         Properly balance WSA_Cleanup with WSA_Startup.
522         Also make the poll controllable on windows. Fixes #520888.
523
524 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
525
526         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
527         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
528         (gst_ebml_read_element_length), (gst_ebml_peek_id),
529         (gst_ebml_read_skip), (gst_ebml_read_buffer),
530         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
531         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
532         (gst_ebml_read_date), (gst_ebml_read_master),
533         (gst_ebml_read_binary), (gst_ebml_read_header):
534         * gst/matroska/ebml-read.h:
535         * gst/matroska/matroska-demux.c:
536         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
537         (gst_matroska_demux_read_track_encodings),
538         (gst_matroska_demux_add_stream),
539         (gst_matroska_demux_handle_src_query),
540         (gst_matroska_demux_handle_seek_event),
541         (gst_matroska_demux_init_stream),
542         (gst_matroska_demux_parse_tracks),
543         (gst_matroska_demux_parse_index_cuetrack),
544         (gst_matroska_demux_parse_index_pointentry),
545         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
546         (gst_matroska_demux_parse_metadata_id_simple_tag),
547         (gst_matroska_demux_parse_metadata_id_tag),
548         (gst_matroska_demux_parse_metadata),
549         (gst_matroska_demux_sync_streams),
550         (gst_matroska_demux_push_hdr_buf),
551         (gst_matroska_demux_push_flac_codec_priv_data),
552         (gst_matroska_demux_push_xiph_codec_priv_data),
553         (gst_matroska_demux_add_wvpk_header),
554         (gst_matroska_demux_check_subtitle_buffer),
555         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
556         (gst_matroska_demux_parse_cluster),
557         (gst_matroska_demux_parse_contents_seekentry),
558         (gst_matroska_demux_parse_contents),
559         (gst_matroska_demux_loop_stream_parse_id),
560         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
561         * gst/matroska/matroska-demux.h:
562         * gst/matroska/matroska-ids.h:
563         Handle return values from pull_range in a more granular way to properly
564         shut down on seeks.
565         Combine return values from push.
566         Implement proper error handling.
567         Prepare for handling seeking correctly.
568
569 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
570
571         * gst/matroska/ebml-read.c:
572         Use GINT64 formatting constants from GLIB.
573
574         * gst/matroska/matroska-demux.c:
575         Add some guards to avoid a possible division by 0 and crashing
576         with NULL events on some systems.
577         Use gst_gdouble_to_guint64 somewhere instead of an implicit
578         conversion. 
579
580         * gst/matroska/matroska-mux.c:
581         Check for invalid timestamps in a bunch of places to avoid
582         writing bogus durations into the output file.
583         Fix some double<->gint64 conversions that weren't using
584         gst_guint64_to_gdouble
585
586 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
587
588         * configure.ac:
589         Move the checks for bison, flex and as to the program section and the
590         check for gcc inline asm to the compiler characteristics section.
591
592 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
593
594         * configure.ac:
595         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
596         plug-ins are included/excluded. (#498222)
597
598 2008-02-29  Michael Smith <msmith@fluendo.com>
599
600         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
601           Don't call gst_object_sync_values() unless we have a valid timestamp.
602
603 2008-02-28  David Schleef  <ds@schleef.org>
604
605         * gst/matroska/matroska-demux.c:
606         * gst/matroska/matroska-ids.h:
607         * gst/matroska/matroska-mux.c:
608           Fix Dirac mapping.  I had previously added a VfW-type
609           mapping, but it looks like Dirac will get a native Matroska
610           mapping, and this is the most likely method.
611
612 2008-02-28  David Schleef  <ds@schleef.org>
613
614         * gst/avi/gstavimux.c: Add Dirac encoding
615
616 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
617
618         Patch by: Peter Kjellerstedt <pkj at axis com>
619
620         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
621         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
622         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
623         * gst/udp/gstudpsrc.h:
624         Port to GstPoll. See #505417.
625
626 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
627
628         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
629         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
630         yet on the srcpad. We need rate and channels before we
631         can do any processing. Fixes bug #519088.
632
633 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
634
635         * configure.ac:
636         Detect and indicate if GCC inline assembly syntax is
637         available.
638
639         * gst/goom/Makefile.am:
640         * gst/goom/convolve_fx.c:
641         * gst/goom/flying_stars_fx.c:
642         * gst/goom/goom_config.h:
643         * gst/goom/goom_core.c:
644         * gst/goom/goomsl.c:
645         * gst/goom/ifs.c:
646         * gst/goom/mmx.c:
647         * gst/goom/plugin_info.c:
648         * gst/goom/xmmx.c:
649         Fix various GCC-isms, and only build the inline assembly
650         with compilers that support GCC inline assembly.
651
652         Fix a couple of other warnings shown with Forte.
653
654 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
655
656         * gst/goom/xmmx.c:
657           Use 'emms' instead of 'femms' to not crash on cpus that do not
658           implement this 3dnow specific instruction.
659
660 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
661
662         * gst/goom/plugin_info.c: (setOptimizedMethods):
663         Use extended MMX for draw_line() too if available, not only
664         normal MMX.
665
666 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
667
668         * ext/jpeg/gstjpeg.c: (plugin_init):
669         Remove (commented out) smoke typefinder. This is in base now.
670
671 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
672
673         * gst/goom2k1/Makefile.am:
674         * gst/goom2k1/gstgoom.c:
675
676         Rename the installed library, and don't register the same 
677         GType name as the new goom.
678
679 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
680
681         * configure.ac:
682         * ext/taglib/Makefile.am:
683           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
684           when building C++ code (#516509).
685
686 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
687
688         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
689         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
690           (setOptimizedMethods):
691           Call oil_init(), otherwise oil_get_cpu_flags() won't return
692           anything useful. Export goom debug category so we can get
693           rid of the VERBOSE define and the printfs.
694
695 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
696
697         * gst/goom/goomsl_heap.c: (align_it):
698         * gst/goom/plugin_info.c: (setOptimizedMethods):
699           Compile fixes for x86-64.
700
701 2008-02-23  Bastien Nocera  <hadess@hadess.net>
702
703         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
704         with warnings, but add other CFLAGS
705
706         * gst/goom/goomsl.c (gsl_instr_set_namespace),
707         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
708         (calculate_labels), (gsl_read_file):
709         * gst/goom/goomsl_lex.l:
710         * gst/goom/goomsl_yacc.y:
711         * gst/goom/plugin_info.c: Remove a few live printf, and
712         fprintf, replace exit() calls with g_assert_not_reached()
713         if it not optimal for a library
714
715 2008-02-23  Bastien Nocera  <hadess@hadess.net>
716
717         * gst/goom/Makefile.am: Remove the warnings being disabled,
718         fix linkage on x86, spotted by Sebastian Dröge
719         <slomo@circular-chaos.org>
720
721         * gst/goom/convolve_fx.c (convolve_init),
722         (create_output_with_brightness), (convolve_apply):
723         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
724         * gst/goom/goomsl.c:
725         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
726         * gst/goom/plugin_info.c:
727         * gst/goom/tentacle3d.c (tentacle_fx_create):
728         Fix warnings, and disable the motifs in the convolve_fx
729         plugin (they were causing warnings, and they were just
730         "Goom" in funny letterring)
731
732 2008-02-23  Bastien Nocera  <hadess@hadess.net>
733
734         * configure.ac: Add checks for Flex/Yacc/Bison and other
735         furry animals, for the new goom 2k4 based plugin
736
737         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
738         CPU optimisations (not working yet), move the old plugin to...
739
740         * gst/goom2k1/*: ... here, in case somebody is sick enough
741
742         Fixes #515073
743
744 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
745
746         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
747         Post the server response code in an error message instead of a generic
748         'error' message. Fixes #517237.
749
750 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
751
752         * tests/check/Makefile.am:
753         Ignore gconfaudiosrc for the states unit test too. It will fallback
754         to alsasrc if the gconf settings can't be read and not everybody has
755         alsa.
756
757 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
758
759         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
760         (gst_wavpack_parse_create_src_pad):
761         * ext/wavpack/gstwavpackparse.h:
762         Always report the duration if we know it in push mode and don't
763         return 0 just to make totem believe we can't seek in push mode.
764         Newer totem version use the SEEKING query which properly reports
765         if we can seek or not.
766
767 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
768
769         Patch by: Jens Granseuer <jensgr at gmx dot net>
770
771         * tests/examples/equalizer/demo.c: (main):
772         C89 fix, moving variable declarations to the beginning of
773         the block. Fixes bug #517933.
774
775 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
776
777         * configure.ac:
778         Back to development...
779
780 === release 0.10.7 ===
781
782 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
783
784         * configure.ac:
785           releasing 0.10.7, "Red Door Black"
786
787 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
788
789         * gst/alpha/Makefile.am:
790         Link alpha plugin with libgstbase. Fixes bug #517386.
791
792 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
793
794         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
795         Init values to -1 instead of the default 0 value.
796         Fixes #516524.
797
798 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
799
800         * tests/examples/spectrum/spectrum-example.c:
801         Add missing include to fix compilation when libxml usage is disabled.
802         Fixes: #516371
803
804 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
805
806         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
807         fixes: #514889
808
809         * gst/rtp/gstrtph264pay.c:
810         * gst/rtp/gstrtpmp4gdepay.c:
811         * gst/rtp/gstrtpmp4gpay.c:
812         * gst/rtp/gstrtpmp4gpay.h:
813         * gst/rtp/gstrtptheorapay.c:
814         * gst/rtp/gstrtpvorbispay.c:
815
816         Fix various leaks shown up in valgrind
817         - free sprops and buffer in error cases in H264 payloader
818         - fix leak in mp4g depayloader when construction the caps
819         - don't leak config string in the mp4g payloader
820         - don't leak buffers and headers in theora and vorbis payloaders
821
822         * tests/check/elements/rtp-payloading.c:
823
824         Fix the RTP data test
825         - Actually send valid amr data to the payloader instead of 20
826         zero-bytes
827         - The mp4g payloader expects codec_data on the caps
828
829 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
830
831         * win32/MANIFEST:
832         Add libgstpng.dsp to MANIFEST.
833         * win32/vs6/libgstaudiofx.dsp:
834         Add new source files to VS project file.
835
836 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
837
838         * sys/ximage/gstximagesrc.c:
839         Initialise variables when opening the X display rather
840         than in _start(), as the display can be opened before that.
841
842         Fixes: #515985
843
844 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
845
846         * sys/directdraw/gstdirectdrawsink.c:
847         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
848         (gst_directdraw_sink_finalize):
849         Properly chain up finalize functions. Fixes bug #515980.
850
851 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
852
853         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
854         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
855         (gst_v4l2_buffer_pool_class_init):
856         Chain up the finalize functions. Fixes bug #515984.
857
858 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
859
860         * sys/ximage/ximageutil.c:
861         Chain up in the finalize function for our custom
862         buffer sub-class.
863         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
864         Fixes: #515706
865
866 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
867
868         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
869         (gst_fenced_buffer_class_init):
870         Properly chain up finalize method. Fixes bug #515979.
871
872 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
873
874         * sys/ximage/gstximagesrc.c:
875         Free allocated Damage memory before closing our connection to the
876         X server. Partially fixes: #515706
877
878 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
879
880         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
881         * tests/check/Makefile.am:
882         * tests/check/gst-plugins-good.supp:
883         Add a few libjpeg suppressions and initialize a variable to
884         make smokeenc valgrind clean. Fixes bug #515701.
885
886 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
887
888         * gst/avi/gstavidemux.c:
889         Revert patch which sends timestamps only on keyframes, as it
890         breaks playback with current gst-ffmpeg.
891
892         Fixes: #515562
893
894 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
895
896         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
897         * tests/check/elements/multifile.c: (GST_START_TEST):
898         Close some memory leaks spotted by the unit test. Fixes bug #515697.
899
900 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
901
902         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
903         Use and unset the GError when pipeline creation fails instead of
904         simply leaking it. Fixes bug #515704.
905
906 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
907
908         * gst/audiofx/audioamplify.c:
909         * gst/audiofx/audiochebband.c:
910         * gst/audiofx/audiocheblimit.c:
911         * gst/audiofx/audiodynamic.c:
912         * gst/audiofx/audioinvert.c:
913         * gst/audiofx/audiopanorama.c:
914         * gst/audiofx/audiowsincband.c:
915         * gst/audiofx/audiowsinclimit.c:
916         Fix long description of audiofx elements. Fixes bug #515457.
917
918 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
919
920         * docs/plugins/Makefile.am:
921         * gst/spectrum/gstspectrum.c:
922         * tests/examples/spectrum/.cvsignore:
923         * tests/examples/spectrum/Makefile.am:
924         * tests/examples/spectrum/spectrum-example.c:
925
926         Add a simple example application for the spectrum element, include it
927         in the docs, and fix some documentation ambiguities.
928
929         Fixes: #348085
930
931 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
932
933         * gst/equalizer/Makefile.am:
934         * gst/spectrum/Makefile.am:
935         Fix includes order
936
937         * tests/check/Makefile.am:
938         Exclude v4l2src from the states test - it takes too long to start.
939
940         * tests/check/elements/spectrum.c:
941         Make the test run properly with CK_FORK=no
942
943 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
944
945         * gst/audiofix/Makefile.am: add missing header files 
946
947 2008-02-08  Julien Moutte  <julien@fluendo.com>
948
949         * gst/matroska/matroska-demux.c:
950         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
951         keyframe and delta units correctly when dealign with a BlockGroup.
952         Fixes: #514397
953
954 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
955
956         * tests/check/elements/.cvsignore:
957         Spell the new tests correctly in .cvsignore
958
959 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
960
961         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
962           Need to use gsize here for the size, fixes compiler warning.
963
964         * tests/examples/equalizer/.cvsignore:
965         * tests/examples/equalizer/Makefile.am:
966         * tests/examples/spectrum/.cvsignore:
967         * tests/examples/spectrum/Makefile.am:
968           Add missing files to fix the build.
969
970 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
971
972         * configure.ac:
973         * docs/plugins/Makefile.am:
974         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
975         * docs/plugins/gst-plugins-good-plugins-sections.txt:
976         * docs/plugins/gst-plugins-good-plugins.args:
977         * docs/plugins/gst-plugins-good-plugins.hierarchy:
978         * docs/plugins/inspect/plugin-multifile.xml:
979         * tests/check/Makefile.am:
980         * tests/check/elements/.cvsignore:
981
982         Move multifile plugin from -bad.
983         Fixes: #490283
984
985 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
986
987         * configure.ac:
988         * docs/plugins/Makefile.am:
989         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
990         * docs/plugins/gst-plugins-good-plugins-sections.txt:
991         * docs/plugins/gst-plugins-good-plugins.args:
992         * docs/plugins/gst-plugins-good-plugins.hierarchy:
993         * docs/plugins/inspect/plugin-spectrum.xml:
994         * gst/spectrum/Makefile.am:
995         * tests/check/Makefile.am:
996         * tests/check/elements/.cvsignore:
997         * tests/examples/Makefile.am:
998
999         Move spectrum plugin from -bad.
1000         Move examples into tests/examples/spectrum.
1001
1002 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
1003
1004         * configure.ac:
1005         * docs/plugins/Makefile.am:
1006         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1007         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1008         * docs/plugins/gst-plugins-good-plugins.args:
1009         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1010         * docs/plugins/gst-plugins-good-plugins.interfaces:
1011         * docs/plugins/inspect/plugin-equalizer.xml:
1012         * gst/equalizer/Makefile.am:
1013         * tests/check/Makefile.am:
1014         * tests/examples/Makefile.am:
1015         Move the equalizer plugin across from -bad
1016
1017         * tests/check/elements/.cvsignore:
1018         Add equalizer, audiosincwband and audiosincwlimit
1019
1020         * tests/check/elements/equalizer.c:
1021         Fix compiler warnings
1022
1023         Fixes: #415627
1024
1025 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
1026
1027         * configure.ac:
1028         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
1029         are treated like releases and build without it.
1030
1031 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
1032
1033         * docs/plugins/Makefile.am:
1034         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1035         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1036         * docs/plugins/gst-plugins-good-plugins.args:
1037         * docs/plugins/inspect/plugin-audiofx.xml:
1038         * gst/audiofx/Makefile.am:
1039         * gst/audiofx/audiofx.c:
1040         * gst/audiofx/audiowsincband.c:
1041         * gst/audiofx/audiowsincband.h:
1042         * gst/audiofx/audiowsinclimit.c:
1043         * gst/audiofx/audiowsinclimit.h:
1044         * tests/check/Makefile.am:
1045         * tests/check/elements/audiowsincband.c:
1046         * tests/check/elements/audiowsinclimit.c:
1047
1048         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
1049         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
1050         respectively.
1051
1052         Fixes: #467666
1053
1054 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1055
1056         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
1057         * tests/check/elements/icydemux.c:
1058           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
1059           caps, and add a somewhat useful debug message. Plus test.
1060
1061 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
1062
1063         * gst/rtsp/gstrtspsrc.c:
1064         Include unistd.h only if HAVE_UNISTD_H is defined
1065         * win32/common/config.h.in:
1066         * win32/common/config.h:
1067         Define socklen_t as it seems it's not defined in default 
1068         Visual Studio headers.
1069         * win32/vs6/libgstalpha.dsp:
1070         * win32/vs6/libgstapetag.dsp:
1071         * win32/vs6/libgstavi.dsp:
1072         * win32/vs6/libgstrtp.dsp:
1073         * win32/vs6/libgstrtsp.dsp:
1074         * win32/vs6/libgstvideomixer.dsp:
1075         Update project file dependencies and add new source files       
1076
1077 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
1078
1079         Patch by: Bjarne Rosengren <bjarne at axis dot com>
1080
1081         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
1082         Don't leak buffers when we don't push them downstream.
1083         Fixes bug #514965.
1084
1085 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1086
1087         * configure.ac:
1088           Bump requirements to (good) released versions to avoid
1089           confusion and make implicit core requirement explicit.
1090
1091 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
1092
1093         * docs/plugins/Makefile.am:
1094         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1095         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1096         * docs/plugins/gst-plugins-good-plugins.args:
1097         * docs/plugins/inspect/plugin-audiofx.xml:
1098         * gst/audiofx/Makefile.am:
1099         * gst/audiofx/audiochebband.c:
1100         * gst/audiofx/audiochebband.h:
1101         * gst/audiofx/audiocheblimit.c:
1102         * gst/audiofx/audiocheblimit.h:
1103         * gst/audiofx/audiochebyshevfreqband.c:
1104         * gst/audiofx/audiochebyshevfreqband.h:
1105         * gst/audiofx/audiochebyshevfreqlimit.c:
1106         * gst/audiofx/audiochebyshevfreqlimit.h:
1107         * gst/audiofx/audiofx.c:
1108         * tests/check/Makefile.am:
1109         * tests/check/elements/.cvsignore:
1110         * tests/check/elements/audiochebband.c:
1111         * tests/check/elements/audiocheblimit.c:
1112         * tests/check/elements/audiochebyshevfreqband.c:
1113         * tests/check/elements/audiochebyshevfreqlimit.c:
1114
1115         Rename audiochebyshevfreqband -> audiochebband and
1116         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
1117         surgery.
1118
1119         Closes: #491811
1120
1121 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1122
1123         Patch by: Orjan Friberg <orjanf at axis dot com>
1124
1125         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
1126         Fix caps memory leak. Fixes #514573.
1127
1128 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
1129
1130         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
1131         If there's no entries in the subindex, don't try to do anything stupid,
1132         just return.
1133
1134 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
1135
1136         Patch by: John Millikin <jmillikin at gmail dot com>
1137
1138         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
1139           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
1140           Fix extraction of picture blocks with newer libflac versions again:
1141           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
1142
1143 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
1144
1145         * tests/check/Makefile.am:
1146           Add rtp-payloading test to VALGRIND_TO_FIX.
1147
1148         * tests/check/elements/rtp-payloading.c:
1149           Add semicolons after GST_TEST_END so gst-indent gets the
1150           formatting right; make test less verbose in general, but
1151           more verbose in the error case (which should probably
1152           make the test fail anyway).
1153
1154 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
1155
1156         * docs/plugins/Makefile.am:
1157         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1158         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1159         * gst/avi/gstavisubtitle.c:
1160         Add documentation for avisubtitle and change class to
1161         Codec/Parser/Subtitle
1162
1163 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
1164
1165         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
1166         Treat ENOTTY (driver does not implement ioctl) the same as
1167         EINVAL since it implies there are no available standards.
1168
1169         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
1170         (gst_v4l2src_get_nearest_size):
1171         Replace gst_v4l2src_get_size_limits with 2 calls to new function
1172         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
1173         probe if the driver does not support VIDIOC_TRY_FMT for whatever
1174         reason, and if we aren't yet actively capturing.
1175
1176         * sys/v4l2/v4l2src_calls.h:
1177         Remove replaced function declaration.
1178
1179 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
1180
1181         * configure.ac:
1182         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
1183         API.
1184
1185 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
1186
1187         * configure.ac:
1188         Fix typo.
1189
1190 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
1191
1192         * gst/alpha/Makefile.am:
1193         * gst/alpha/gstalpha.c:
1194
1195         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
1196         some stuff, and making buffer-alloc and resizing work automatically.
1197         No longer crashes on odd frame widths and heights, although there
1198         seems to be a disagreement with ffmpegcolorspace about what size
1199         an AYUV frame with odd height should be.
1200
1201 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
1202
1203         Patch by: Alessandro Decina <alessandro at nnva dot org>
1204
1205         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
1206         * ext/libpng/gstpngenc.h:
1207         Preallocate the output buffer so that g_memdup() and
1208         gst_buffer_merge() aren't needed anymore. This greatly improves
1209         performances and fixes #512544.
1210
1211 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
1212
1213         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
1214         (gst_avi_demux_stream_data):
1215         GStreamer timestamps are PTS values while AVI only knows about DTS
1216         timestamps. Make sure we only copy the DTS as the buffer timestamp when
1217         we are dealing with a key frame.
1218
1219 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
1220
1221         * tests/check/Makefile.am:
1222         * tests/check/elements/.cvsignore:
1223         * tests/check/elements/rtp-payloading.c:
1224           Add add testsuite for the rtp-payloader that tries simulating
1225           dataflow. Needs more test data.
1226
1227 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
1228
1229         * tests/check/elements/alphacolor.c:
1230           Remove two unused variables.
1231
1232 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
1233
1234         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
1235           Use g_ascii_strtoll() instead of atoll, which is only
1236           available in C99.
1237
1238 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
1239
1240         * gst/rtp/Makefile.am:
1241         * gst/rtp/gstrtp.c:
1242         * gst/rtp/gstrtpmpvpay.c:
1243         * gst/rtp/gstrtpmpvpay.h:
1244         Add MPEG2 video payloader
1245
1246 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
1247
1248         * gst/level/gstlevel.c:
1249         Use #include <math.h> instead of #include "math.h".
1250
1251 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
1252
1253         * tests/check/Makefile.am:
1254         Fix up some CFLAGS sets.
1255         Don't include gconfvideosrc in the states test.
1256
1257         * tests/check/elements/autodetect.c: (GST_START_TEST):
1258         Add some error strings to fail_unless arguments to fix some weird
1259         compiler errors on Solaris.
1260
1261 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
1262
1263         * configure.ac:
1264         Detect video4linux headers on Solaris too.
1265         * sys/v4l2/gstv4l2colorbalance.h:
1266         * sys/v4l2/gstv4l2object.h:
1267         * sys/v4l2/v4l2_calls.c:
1268         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1269         (gst_v4l2_buffer_new):
1270
1271         Make v4l2 build on Solaris.
1272         Patch by: Brian Cameron  <brian.cameron at sun dot com>
1273         Fixes: #510505
1274
1275 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
1276
1277         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1278           Update list from (still local) scanning script.
1279
1280 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
1281
1282         Based on a patch by:
1283             Victor STINNER <victor dot stinner at haypocalc dot com>
1284
1285         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
1286         Set variable to NULL after freeing it to prevent double frees
1287         or make failures by another use of it afterwards more obvious
1288         and fix use of it after the freeing. Fixes bug #510592.
1289
1290 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
1291
1292         * gst/udp/gstmultiudpsink.c:
1293         use GST_WARNING for logging
1294
1295 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
1296
1297         * gst/udp/gstmultiudpsink.c:
1298         Don't try to leave a multicast group with an invalid socket
1299
1300 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
1301
1302         * ext/flac/gstflacdec.c:
1303           Fix compilation against flac 1.1.2 (as on debian stable), where
1304           the picture metadata defines and structs don't exist yet.
1305           Fixes #509301.
1306
1307 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
1308
1309         Patch by: Olivier Crete <tester at tester dot ca>
1310
1311         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
1312         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
1313         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
1314         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
1315         * gst/udp/gstmultiudpsink.h:
1316         Add property to automatically join a multicast group or not. This can be
1317         useful when sharing a socket between multiple elements.
1318         Fixes #509531.
1319
1320 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
1321
1322         * gst/videomixer/Makefile.am:
1323           Add controller flags.
1324
1325 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
1326
1327         * gst/videomixer/videomixer.c:
1328           Also commit the missing gst_object_sync_values().
1329
1330 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
1331
1332         * docs/plugins/Makefile.am:
1333           Remove duplicate entry.
1334
1335 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
1336
1337         * docs/plugins/Makefile.am:
1338         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1339         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1340         * docs/plugins/inspect/plugin-gamma.xml:
1341         * docs/plugins/inspect/plugin-monoscope.xml:
1342         * docs/plugins/inspect/plugin-video4linux2.xml:
1343           Add 3 more plugins to docs.
1344
1345 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
1346
1347         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1348         * sys/osxvideo/osxvideosink.h:
1349           Revert previous change caused by a file that got stuck on an old
1350           revision.
1351
1352 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
1353
1354         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1355         * gst/multipart/Makefile.am:
1356         * gst/multipart/multipartdemux.c:
1357         * gst/multipart/multipartdemux.h:
1358         * gst/multipart/multipartmux.c:
1359         * gst/multipart/multipartmux.h:
1360           Re-add multipartdemux to the docs. Last round of section cleanup.
1361
1362 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
1363
1364         * docs/plugins/Makefile.am:
1365         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1366         * sys/osxaudio/gstosxaudiosink.h:
1367         * sys/osxvideo/osxvideosink.h:
1368           Managed to resolve most unused declarations. Filed a bug for one left.          
1369
1370 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
1371
1372         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1373           Cleanup section file.
1374
1375 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
1376
1377         * docs/plugins/Makefile.am:
1378         * docs/plugins/gst-plugins-good-plugins.args:
1379         * docs/plugins/gst-plugins-good-plugins.signals:
1380         * docs/plugins/inspect/plugin-alaw.xml:
1381         * docs/plugins/inspect/plugin-alpha.xml:
1382         * docs/plugins/inspect/plugin-alphacolor.xml:
1383         * docs/plugins/inspect/plugin-annodex.xml:
1384         * docs/plugins/inspect/plugin-apetag.xml:
1385         * docs/plugins/inspect/plugin-audiofx.xml:
1386         * docs/plugins/inspect/plugin-auparse.xml:
1387         * docs/plugins/inspect/plugin-autodetect.xml:
1388         * docs/plugins/inspect/plugin-avi.xml:
1389         * docs/plugins/inspect/plugin-cairo.xml:
1390         * docs/plugins/inspect/plugin-cdio.xml:
1391         * docs/plugins/inspect/plugin-cutter.xml:
1392         * docs/plugins/inspect/plugin-debug.xml:
1393         * docs/plugins/inspect/plugin-dv.xml:
1394         * docs/plugins/inspect/plugin-efence.xml:
1395         * docs/plugins/inspect/plugin-effectv.xml:
1396         * docs/plugins/inspect/plugin-flac.xml:
1397         * docs/plugins/inspect/plugin-flxdec.xml:
1398         * docs/plugins/inspect/plugin-gconfelements.xml:
1399         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
1400         * docs/plugins/inspect/plugin-goom.xml:
1401         * docs/plugins/inspect/plugin-halelements.xml:
1402         * docs/plugins/inspect/plugin-icydemux.xml:
1403         * docs/plugins/inspect/plugin-id3demux.xml:
1404         * docs/plugins/inspect/plugin-jpeg.xml:
1405         * docs/plugins/inspect/plugin-ladspa.xml:
1406         * docs/plugins/inspect/plugin-level.xml:
1407         * docs/plugins/inspect/plugin-matroska.xml:
1408         * docs/plugins/inspect/plugin-mulaw.xml:
1409         * docs/plugins/inspect/plugin-multipart.xml:
1410         * docs/plugins/inspect/plugin-navigationtest.xml:
1411         * docs/plugins/inspect/plugin-png.xml:
1412         * docs/plugins/inspect/plugin-quicktime.xml:
1413         * docs/plugins/inspect/plugin-rtp.xml:
1414         * docs/plugins/inspect/plugin-rtsp.xml:
1415         * docs/plugins/inspect/plugin-shout2send.xml:
1416         * docs/plugins/inspect/plugin-smpte.xml:
1417         * docs/plugins/inspect/plugin-speex.xml:
1418         * docs/plugins/inspect/plugin-taglib.xml:
1419         * docs/plugins/inspect/plugin-udp.xml:
1420         * docs/plugins/inspect/plugin-videobalance.xml:
1421         * docs/plugins/inspect/plugin-videobox.xml:
1422         * docs/plugins/inspect/plugin-videocrop.xml:
1423         * docs/plugins/inspect/plugin-videoflip.xml:
1424         * docs/plugins/inspect/plugin-videomixer.xml:
1425         * docs/plugins/inspect/plugin-wavenc.xml:
1426         * docs/plugins/inspect/plugin-wavpack.xml:
1427         * docs/plugins/inspect/plugin-wavparse.xml:
1428           Update plugin docs.
1429
1430         * gst/videomixer/Makefile.am:
1431         * gst/videomixer/videomixer.c:
1432         * gst/videomixer/videomixer.h:
1433         * gst/videomixer/videomixerpad.h:
1434           Split out header to fix warnings from the doc-build.
1435
1436 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1437
1438         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
1439
1440         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
1441         Use atoll to parse the rtptime with enough precision. Fixes #509329.
1442
1443 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
1444
1445         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
1446         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
1447           Initialise variables to work around (false) 'foo might be used
1448           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
1449
1450 2008-01-11  David Schleef  <ds@schleef.org>
1451
1452         * docs/plugins/.cvsignore:
1453         * tests/check/pipelines/.cvsignore:
1454           Ignore more files for the buildbot.
1455
1456 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
1457
1458         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
1459         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
1460         Generate the image-type values correctly. Leave them out of the caps
1461         when outputting a "preview image" tag, since it only makes sense
1462         to have one of those - the type is irrelevant.
1463
1464         * sys/sunaudio/gstsunaudiomixerctrl.c:
1465         (gst_sunaudiomixer_ctrl_open):
1466         If we can, mark the mixer multiple open when we use it, in case
1467         (for some reason) the process wants to open it again elsewhere.
1468
1469 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1470
1471         Patch by: Olivier Crete <tester at tester dot ca>
1472
1473         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
1474         * gst/rtp/gstrtptheorapay.c:
1475         Fix the clock rate to 90000 as required by the RFC.
1476         Fixes #508644.
1477
1478 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
1479
1480         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
1481           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
1482
1483 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
1484
1485         * autogen.sh:
1486           Add -Wno-portability to the automake parameters to stop warnings
1487           about GNU make extensions being used. We require GNU make in almost
1488           every Makefile anyway.
1489           
1490         * configure.ac:
1491           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
1492           at the same time is required for per target flags.
1493
1494 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
1495
1496         * gst/videomixer/videomixer.c: (gst_videomixer_init):
1497         Fix error from my last commit.
1498
1499 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1500
1501         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
1502
1503         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
1504           Make sure the ISO 639-X language code in ID3v2 COMM frames
1505           is actually valid UTF-8 (or rather: ASCII), so we don't end
1506           up with non-UTF8 strings in tags if there's garbage in the
1507           language field. Also make sure the language code is always
1508           lower case. Fixes: #508291.
1509
1510 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1511
1512         * ChangeLog:
1513           Fix ChangeLog typo.
1514
1515 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1516
1517         * Makefile.am:
1518           Include lcov.mak to allow building coverage reports. Guard
1519           check-torture target like in the other packages.
1520
1521 2008-01-09  Sameer Naik  <sameer@damagehead.com>
1522
1523         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
1524
1525         * gst/videomixer/videomixer.c:
1526         (gst_videomixer_set_master_geometry), (_do_init),
1527         (gst_videomixer_child_proxy_get_child_by_index),
1528         (gst_videomixer_child_proxy_get_children_count),
1529         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
1530         (gst_videomixer_init), (gst_videomixer_request_new_pad),
1531         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
1532         Implement GstChildProxy interface.
1533         Send newsegment at the right moment
1534         Fixes #488879
1535
1536 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
1537
1538         * gst/alpha/Makefile.am:
1539         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
1540         (gst_alpha_sink_event), (gst_alpha_chain),
1541         (gst_alpha_change_state), (plugin_init):
1542         Make the various properties of 'alpha' controllable. This allows doing
1543         niceties like fade-in/fade-out.
1544
1545 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1546
1547         * gst/rtp/gstasteriskh263.c:
1548         * gst/rtp/gstrtpL16depay.c:
1549         * gst/rtp/gstrtpac3depay.c:
1550         * gst/rtp/gstrtpamrpay.c:
1551         * gst/rtp/gstrtpdepay.c:
1552         * gst/rtp/gstrtpgsmdepay.c:
1553         * gst/rtp/gstrtph263depay.c:
1554         * gst/rtp/gstrtph263pdepay.c:
1555         * gst/rtp/gstrtph263ppay.c:
1556         * gst/rtp/gstrtph264depay.c:
1557         * gst/rtp/gstrtph264pay.c:
1558         * gst/rtp/gstrtpmp2tdepay.c:
1559         * gst/rtp/gstrtpmp4adepay.c:
1560         * gst/rtp/gstrtpmp4gdepay.c:
1561         * gst/rtp/gstrtpmp4gpay.c:
1562         * gst/rtp/gstrtpmp4vdepay.c:
1563         * gst/rtp/gstrtpmpadepay.c:
1564         * gst/rtp/gstrtpmpvdepay.c:
1565         * gst/rtp/gstrtpsv3vdepay.c:
1566         * gst/rtp/gstrtptheoradepay.c:
1567         * gst/rtp/gstrtptheorapay.c:
1568         * gst/rtp/gstrtpvorbisdepay.c:
1569         * gst/rtp/gstrtpvorbispay.c:
1570           Remove copy/paste unused code (property setters and getter) found by
1571           the coverage suite (yay, saves ~20k on disk).
1572
1573 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1574
1575         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
1576           (videosink_templ):
1577           Also fix up pad templates to indicate that image/jpeg doesn't
1578           absolutely require the framerate property to be set (#504081).
1579
1580 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1581
1582         Based on patch by: Wouter Cloetens  <wouter at mind be>
1583
1584         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
1585           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
1586           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
1587         * gst/matroska/matroska-mux.h:
1588           Keep track of first and last timestamps for each incoming stream,
1589           so we can calculate the total duration for live sources and other
1590           input where we can't query the duration from the start or where
1591           there's no constant framerate from which we can deduce the
1592           duration; also use calculated/observed duration if it is bigger
1593           than the previously queried duration. Furthermore, use
1594           gst_pad_query_peer_duration() and take into account that it may
1595           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
1596           screws up comparisons when using unsigned integers. Fixes #504081.
1597
1598 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
1599
1600         * configure.ac:
1601         * gst/audiofx/audioamplify.c:
1602         (gst_audio_amplify_clipping_method_get_type),
1603         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
1604         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
1605         (gst_audio_dynamic_transform_ip):
1606         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
1607         (gst_audio_invert_transform_ip):
1608         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
1609         (gst_audio_panorama_transform):
1610         * gst/level/gstlevel.c: (gst_level_init):
1611         Make elements GST_BUFFER_FLAG_GAP aware and call
1612         gst_base_transform_set_gap_aware for this.
1613         Bump core requirement to CVS.
1614         
1615         * gst/audiofx/audiochebyshevfreqband.c:
1616         (gst_audio_chebyshev_freq_band_transform_ip):
1617         * gst/audiofx/audiochebyshevfreqlimit.c:
1618         (gst_audio_chebyshev_freq_limit_transform_ip):
1619         Also sync GObject properties to the controller if operating
1620         in passthrough mode.
1621
1622 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
1623
1624         * sys/directdraw/gstdirectdrawsink.c:
1625           (gst_directdraw_sink_window_thread):
1626           FALSE is not a gpointer.
1627
1628 2008-01-05  Julien Moutte  <julien@fluendo.com>
1629
1630         * sys/directdraw/gstdirectdrawsink.c:
1631         (gst_directdraw_sink_set_window_id),
1632         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
1633         (gst_directdraw_sink_buffer_alloc),
1634         (gst_directdraw_sink_draw_borders),
1635         (gst_directdraw_sink_show_frame),
1636         (gst_directdraw_sink_setup_ddraw),
1637         (gst_directdraw_sink_window_thread),
1638         (gst_directdraw_sink_get_ddrawcaps),
1639         (gst_directdraw_sink_surface_create): Make sure we create our
1640         internal window only when we need it. That will give a chance to
1641         the application to get the prepare-xwindow-id bus message. Draw
1642         black borders when keeping aspect ratio. Handle the case where our
1643         rendering window disappears (closed or errors) like other sinks
1644         do. Various 80 columns fixes, improve state change order. That
1645         element could need some more love.
1646
1647 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
1648
1649         * ext/taglib/gstapev2mux.h:
1650         * ext/taglib/gstid3v2mux.h:
1651         Remove useless typedefs without new type name. Fixes a warning with
1652         gcc 4.3.
1653
1654 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1655
1656         Patch by: John Millikin <jmillikin at gmail dot com>
1657
1658         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
1659         (gst_flac_dec_setup_stream_decoder),
1660         (gst_flac_normalize_picture_mime_type),
1661         (gst_flac_extract_picture_buffer),
1662         (gst_flac_dec_metadata_callback):
1663         Emit metadata messages when a PICTURE block is encountered.
1664         Fixes #506715.
1665
1666 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
1667
1668         * gst/avi/gstavi.c:
1669         increase rank because no known issues anymore ...
1670         * gst/avi/gstavisubtitle.c:
1671         send subtitle name to the srcpad
1672
1673 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1674
1675         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
1676         * gst/rtsp/gstrtspsrc.h:
1677         Implement redirect for the DESCRIBE reply. Fixes #506025.
1678
1679 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
1680
1681         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
1682         Fix 'xyz may be used uninitialized' compiler warnings caused
1683         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
1684         abort() in any case but properly report the error.
1685
1686 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
1687
1688         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
1689         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
1690         * sys/ximage/gstximagesrc.c: (composite_pixel):
1691           Fix 'xyz may be used uninitialized' compiler warnings caused
1692           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
1693           not really nice to abort in any case). Fixes #505745.
1694
1695 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1696
1697         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
1698           Small unit test fix (has no practical impact at the moment,
1699           since we're only feeding utf8 and hence just create a sub-
1700           buffer for the output).
1701
1702 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
1703
1704         * gst/avi/gstavisubtitle.c:
1705         * tests/check/elements/avisubtitle.c:
1706         Add seeking support for avi subtitle
1707
1708 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
1709
1710         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
1711         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
1712         (gst_flac_dec_write):
1713         * ext/flac/gstflacdec.h:
1714         Remove some unused vars.
1715         Do more cleanup of leftover events and tags.
1716         Output tags after the segment event. Fixes #504018.
1717
1718 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1719
1720         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
1721           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
1722           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
1723           Detect other UTF byte order markers and convert to UTF-8 as
1724           appropriate.
1725
1726 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1727
1728         * gst/avi/gstavisubtitle.c: (src_template),
1729           (gst_avi_subtitle_extract_utf8_file),
1730           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
1731           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
1732           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
1733         * gst/avi/gstavisubtitle.h:
1734           Refactor a bit; fix name extraction; don't assume all the data
1735           in the chunk is actually subtitle data, there may be padding at
1736           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
1737           file so it's there to send again after a seek (for future use).
1738
1739 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
1740
1741         * gst/avi/Makefile.am:
1742         * gst/avi/gstavi.c:
1743         * gst/avi/gstavisubtitle.c:
1744         * gst/avi/gstavisubtitle.h:
1745         * tests/check/Makefile.am:
1746         * tests/check/elements/avisubtitle.c:
1747         * win32/common/config.h:
1748                 Add avi subtitle element for bug #442034. Need seeking support
1749                 and more support for character conversion.
1750
1751 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1752
1753         * Makefile.am:
1754           Include common/win32.mak for CRLF check of win32 project
1755           files (see #393626).
1756
1757         * win32/vs6/libgstpng.dsp:
1758           Fix line endings and do cvs admin -kb.
1759
1760 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1761
1762         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
1763         Actually drop the buffers which are outside the currently configured
1764         segment instead of just emitting a WARNING.
1765
1766 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1767
1768         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
1769         (gst_flac_dec_write):
1770         * ext/flac/gstflacdec.h:
1771         Send segments from the streaming thread. Fixes #502187.
1772         Fix segment seeking and a bunch of other seeking cases.
1773
1774 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
1775
1776         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
1777           Parse WOAF frames and put the result into GST_TAG_CONTACT,
1778           which is where it would end up if the same information was
1779           put in a vorbis comment (don't think it's worth adding a
1780           new URI tag for this). Fixes #488112.
1781
1782 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1783
1784         * configure.ac:
1785           We need core/base 0.10.15 or later.
1786
1787 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1788
1789         Patch by: Mark Nauwelaerts <manauw skynet be>
1790
1791         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
1792         Fix regression in stream numbering. Fixes #502655.
1793
1794 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1795
1796         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
1797
1798         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
1799         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
1800         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
1801         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
1802         (gst_rtp_h264_pay_handle_buffer):
1803         * gst/rtp/gstrtph264pay.h:
1804         Use higher performance start-code searching.
1805         Parse NALs and store SPS, PPS and profile in the caps so that they can
1806         be used in the SDP. Fixes #502814.
1807
1808 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1809
1810         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
1811         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
1812           Init some structs to zero before we pass them to ioctl, which
1813           avoids valgrind warnings.  Also fix a small memory leak.
1814
1815 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1816
1817         Patch by: Wouter Cloetens <wouter at mind dot be>
1818
1819         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
1820         Copy timestamp from input to output. Not very perfect yet but better
1821         than nothing. Fixes #503023.
1822
1823 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1824
1825         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1826           Also print a useful error message with the old Wavpack API
1827           if possible.
1828
1829 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1830
1831         * ext/wavpack/gstwavpackdec.c:
1832           More build fixes for old libwavpack versions: include config.h so
1833           that WAVPACK_OLD_API is actually defined as detected; only use
1834           WavpackGetErrorMessage if it is available. This fixes the build
1835           on debian stable for me.
1836
1837 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1838
1839         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1840         * ext/wavpack/gstwavpackparse.c:
1841           (gst_wavpack_parse_create_src_pad):
1842           Workaround the non-existance of WavpackGetChannelMask in Wavpack
1843           versions below 4.40.0.
1844
1845 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1846
1847         * configure.ac:
1848           And now do it right for real...
1849
1850 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1851
1852         * configure.ac:
1853           Correctly reset $LIBS to not contain -lm.
1854
1855 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1856
1857         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
1858
1859         * configure.ac:
1860         * ext/cairo/gsttimeoverlay.c:
1861           (gst_cairo_time_overlay_print_smpte_time):
1862           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
1863           and checking for rint() and implementing it ourself if it doesn't
1864           exist. Fixes #497293.
1865
1866 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1867
1868         * configure.ac:
1869           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
1870
1871 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
1872
1873         * sys/oss/gstosshelper.c:
1874         Verify that the format returned after the ioctl is the one
1875         we requested. It is valid for the ioctl to succeed while
1876         substituting an alternate 'supported' sample format.
1877
1878 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
1879
1880         * sys/oss/gstossaudio.c: (plugin_init):
1881         * sys/oss/gstosssink.c: (gst_oss_sink_open):
1882         * sys/oss/gstosssrc.c: (gst_oss_src_open):
1883           Post decent (and translated) error message when we can't
1884           open the audio device for some reason.
1885
1886 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
1887
1888         * sys/oss/gstosssink.c:
1889         * sys/oss/gstosssrc.c:
1890         Allow the AUDIODEV environment variable to redirect us
1891         to a different default OSS device, like sunaudiosink does
1892         on Solaris (makes audio play automatically on SunRays).
1893
1894 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
1895
1896         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
1897         * gst/audiofx/audiochebyshevfreqband.c:
1898         (gst_audio_chebyshev_freq_band_transform_ip):
1899         * gst/audiofx/audiochebyshevfreqlimit.c:
1900         (gst_audio_chebyshev_freq_limit_transform_ip):
1901         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
1902         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
1903         The transform_ip() methods should do nothing if in passthrough mode.
1904         It might get non-writable buffers in that case but the buffer might
1905         as well be writable.
1906
1907         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
1908         The transform() methods won't be called in passthrough mode and
1909         otherwise the buffer is always writable so don't check here.
1910
1911 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
1912
1913         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
1914           Fix seeking in .wav files again (#501775).  Some people seem to think
1915           they don't need to test their changes when they're just 'reflowing'
1916           some code.
1917
1918 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1919
1920         * gst/autodetect/gstautovideosink.c:
1921         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
1922         (gst_auto_video_sink_init),
1923         (gst_auto_video_sink_create_element_with_pretty_name),
1924         (gst_auto_video_sink_find_best),
1925         (gst_auto_video_sink_set_property),
1926         (gst_auto_video_sink_get_property):
1927         * gst/autodetect/gstautovideosink.h:
1928         Fix docs.
1929         Use same error reporting code as autoaudiosink.
1930         Add property to filter sinks based on caps. Only select raw video sinks
1931         by default for backwards compat.
1932         API: GstAutoVideoSink::filter-caps
1933
1934 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1935
1936         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1937
1938         * gst/autodetect/gstautoaudiosink.c:
1939         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
1940         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
1941         (gst_auto_audio_sink_set_property),
1942         (gst_auto_audio_sink_get_property):
1943         * gst/autodetect/gstautoaudiosink.h:
1944         Add property to filter sinks based on caps. Only select raw audio sinks
1945         by default for backwards compat.  Fixes #417420.
1946         API: GstAutoAudioSink::filter-caps
1947
1948 2007-11-29  Michael Smith <msmith@fluendo.com>
1949
1950         Patch by: Arek Korbik <arkadini@gmail.com>
1951
1952         * gst/videobox/gstvideobox.c: (plugin_init):
1953           Initialise liboil in plugin_init()
1954
1955 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
1956
1957         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
1958         Post error before sending EOS. Fixes #499178.
1959
1960 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
1961
1962         * win32/vs6/gst_plugins_good.dsw:
1963         * win32/vs6/libgstpng.dsp:
1964         Add a project file for libgstpng
1965
1966 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
1967
1968         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
1969         (gst_rtp_h263_depay_process):
1970         Code beautification.
1971         Added debug statements.
1972         Don't bit-shift everything, just do operations on last/first byte
1973         instead.
1974
1975 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
1976
1977         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
1978
1979         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
1980         Fix wrong comparison in overrun check. Fixes #499239 some more.
1981
1982 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
1983
1984         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
1985         (gst_rtp_h263_depay_process):
1986         * gst/rtp/gstrtph263depay.h:
1987         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
1988         stream.
1989
1990 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
1991
1992         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
1993
1994         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1995         (gst_rtp_mp4a_depay_process):
1996         * gst/rtp/gstrtpmp4adepay.h:
1997         Fix depayloading when multiple frames are inside one RTP packet.
1998         Fixes #499239.
1999
2000 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
2001
2002         * gst/level/gstlevel.c:
2003           Add GAP-flag support.
2004
2005 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
2006
2007         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
2008         Read the I flag for Mode A h263 rtp stream and set the
2009         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
2010         Fixes #499383
2011
2012 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
2013
2014         * gst/level/gstlevel.c:
2015           Remove some dead code and do cleanups.
2016
2017 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
2018
2019         * tests/check/pipelines/simple-launch-lines.c:
2020           Improve the tests by allowing to set a target state.
2021
2022 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
2023
2024         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
2025         Don't check the caps of the output buffer if they're equal some
2026         other caps. The caps can change in a backward compatible way
2027         and did at this point.
2028
2029 2007-11-24  Julien MOUTTE  <julien@moutte.net>
2030
2031         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
2032         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
2033         (gst_qtdemux_seek_to_previous_keyframe),
2034         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
2035         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
2036         reverse playback support.
2037
2038 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
2039
2040         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
2041         Also set the channel layout on the Wavpack caps if we're having
2042         a mono layout. Of course only do it for "audio/x-wavpack".
2043
2044 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
2045
2046         * ext/wavpack/gstwavpackcommon.c:
2047         (gst_wavpack_get_default_channel_mask),
2048         (gst_wavpack_set_channel_layout),
2049         (gst_wavpack_get_default_channel_positions),
2050         (gst_wavpack_get_channel_mask_from_positions),
2051         (gst_wavpack_set_channel_mapping):
2052         * ext/wavpack/gstwavpackcommon.h:
2053         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
2054         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
2055         * ext/wavpack/gstwavpackdec.h:
2056         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
2057         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
2058         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
2059         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
2060         (gst_wavpack_enc_rewrite_first_block),
2061         (gst_wavpack_enc_sink_event):
2062         * ext/wavpack/gstwavpackenc.h:
2063         * ext/wavpack/gstwavpackparse.c:
2064         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
2065         (gst_wavpack_parse_scan_to_find_sample),
2066         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
2067         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
2068         * ext/wavpack/gstwavpackparse.h:
2069         Add support for encoding, parsing and decoding multichannel
2070         files with up to 8 channels. This also improves the robustness
2071         of parsing quite a bit.
2072
2073         * ext/wavpack/gstwavpackstreamreader.c:
2074         (gst_wavpack_stream_reader_read_bytes),
2075         (gst_wavpack_stream_reader_get_pos),
2076         (gst_wavpack_stream_reader_set_pos_abs),
2077         (gst_wavpack_stream_reader_set_pos_rel),
2078         (gst_wavpack_stream_reader_push_back_byte),
2079         (gst_wavpack_stream_reader_get_length),
2080         (gst_wavpack_stream_reader_can_seek),
2081         (gst_wavpack_stream_reader_write_bytes):
2082         Improve debugging.
2083
2084 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
2085
2086         * ext/libpng/gstpngdec.c:
2087         * ext/libpng/gstpngdec.h:
2088           Don't release the png-memory from within the callback.
2089
2090 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
2091
2092         Patch by: René Stadler <mail at renestadler dot de>
2093
2094         * ext/libpng/gstpngenc.c:
2095           Don't leak buffer data memory. Fixes #498395.
2096
2097 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
2098
2099         Patch by: René Stadler <mail at renestadler dot de>
2100
2101         * tests/check/pipelines/simple-launch-lines.c:
2102           Tests for #498395.
2103
2104 2007-11-20  Julien MOUTTE  <julien@moutte.net>
2105
2106         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
2107         (gst_tag_lib_mux_adjust_event_offsets):
2108         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
2109         * sys/osxaudio/Makefile.am:
2110         * sys/osxvideo/cocoawindow.h:
2111         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
2112
2113 2007-11-15  David Schleef  <ds@schleef.org>
2114
2115         * ext/cairo/gsttextoverlay.c:
2116           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
2117
2118 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
2119
2120         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
2121
2122         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
2123         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
2124         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
2125         * gst/rtp/gstrtpmp2tpay.h:
2126         Fill the MTU with as many packets as possible. Fixes #491323.
2127
2128 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
2129
2130         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2131
2132         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
2133         Fix some more leaks. Fixes #497007.
2134
2135 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
2136
2137         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2138
2139         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
2140         (gst_rtspsrc_stream_configure_tcp):
2141         Fix 3 pad leaks. Fixes #496983.
2142
2143 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
2144
2145         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2146
2147         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
2148         Fix small leak. Fixes #497017.
2149
2150 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
2151
2152         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
2153         (gst_qtdemux_prepare_current_sample),
2154         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
2155         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
2156         * gst/qtdemux/qtdemux_fourcc.h:
2157         * gst/qtdemux/qtdemux_types.c:
2158         Add suppport for theora in quicktime according to XiphQT.
2159
2160 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
2161
2162         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
2163         (gst_v4l2src_init), (gst_v4l2src_set_property),
2164         (gst_v4l2src_get_property):
2165         * sys/v4l2/gstv4l2src.h:
2166         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
2167           Always copy buffers by default (handle safer with bugged drivers)
2168           and added a property to make it possible to use mmap effectively (no
2169           copy if possible) when application wants to. Fixes: #480557.
2170
2171 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
2172
2173         * gst/id3demux/id3tags.c:
2174         * gst/id3demux/id3tags.h:
2175         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
2176           We don't want the same string multiple times in a tag list for the
2177           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
2178           this doesn't happen and remove special-case code for GST_TAG_GENRE.
2179
2180 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
2181
2182         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
2183           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
2184           into ID3v2 TXXX frames (fixes #347848).
2185
2186 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
2187
2188         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
2189           Don't leak sdp message contents (fixes #496773).
2190
2191         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
2192           Don't leak URI string.
2193
2194 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
2195
2196         Patch by: Julien Puydt <julien dot puydt at laposte net>
2197
2198         * ext/raw1394/Makefile.am:
2199         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
2200           (gst_1394_property_probe_get_properties),
2201           (gst_1394_property_probe_probe_property),
2202           (gst_1394_property_probe_needs_probe),
2203           (gst_1394_property_probe_get_values),
2204           (gst_1394_property_probe_interface_init),
2205           (gst_1394_type_add_property_probe_interface):
2206         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
2207         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
2208           (gst_dv1394src_init), (gst_dv1394src_dispose),
2209           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
2210           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
2211           (gst_dv1394src_update_device_name):
2212         * ext/raw1394/gstdv1394src.h:
2213           Implement GstPropertyProbe interface and add "device-name" property,
2214           so applications can use this to probe for available devices in the
2215           same way they can already with v4lsrc and v4l2src (however horrible
2216           this property probe interface may be). Fixes #358841.
2217
2218 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
2219
2220         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2221
2222         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
2223           (gst_rtspsrc_parse_range):
2224           Don't leak event, don't leak range (fixes #496752).
2225
2226 2007-11-14  Michael Smith <msmith@fluendo.com>
2227
2228         Patch by: Arek Korbik <arkadini@gmail.com>
2229
2230         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
2231           Detect RGBA/BGRA correctly on little endian systems.
2232
2233 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
2234
2235         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2236           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
2237           corresponding ioctl() call fails even though the driver claims to
2238           support this format, just fall back to the pre-2.6.19 kernel
2239           routine that creates caps with suitable height and width ranges
2240           (see #448278).
2241
2242 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
2243
2244         Patch by: Mark Nauwelaerts <manauw skynet be>
2245
2246         * gst/matroska/matroska-demux.c:
2247           (gst_matroska_demux_push_dvd_clut_change_event),
2248           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2249           (gst_matroska_demux_subtitle_caps):
2250         * gst/matroska/matroska-ids.h:
2251           Extract palette data for dvd subpicture streams and send it
2252           downstream as custom gstreamer dvd event (fixes #453417).
2253
2254 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
2255
2256         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
2257           Implement minimal parsing of the passed pango font description
2258           string, so passing a font size works the same as with the
2259           pango textoverlay plugin; fixes #455086.
2260           (Maybe we could just use pangocairo here at some point).
2261
2262 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
2263
2264         * gst/avi/gstavidemux.c:
2265         * gst/wavparse/gstwavparse.c:
2266           Return the result in _activate_pull(). Don't ref element there.
2267
2268 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
2269
2270         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
2271         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
2272         (gst_wavparse_srcpad_event):
2273           Ref the element when we should, but not when we its not needed. Reflow
2274           the event_handling to not leak the event.       
2275
2276 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
2277
2278         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
2279         (qtdemux_parse_samples):
2280         Properly free QTDemuxSamples array.
2281         Protect table write with a sensible check, some files apparently DO contain
2282         stts values starting with 0 :(
2283
2284 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
2285
2286         * gst/avi/gstavidemux.c:
2287         * gst/qtdemux/qtdemux.c:
2288           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
2289           previous commit messed up.
2290
2291 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
2292
2293         * gst/avi/gstavidemux.c:
2294         * gst/qtdemux/qtdemux.c:
2295           Sync _handle_src_event() with oggdemux. In avidemux also ref the
2296           element when we should, but not when we its not needed.
2297
2298 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
2299
2300         * gst/wavparse/gstwavparse.c:
2301           Return FALSE if we can't handle a query instead of changing the
2302           format. Ignore fact when dealing with mpeg audio.
2303
2304 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
2305
2306         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
2307
2308         * configure.ac:
2309         * gst/udp/gstdynudpsink.c:
2310         * gst/udp/gstdynudpsink.h:
2311         * gst/udp/gstmultiudpsink.c:
2312         * gst/udp/gstmultiudpsink.h:
2313         * gst/udp/gstudpsink.c:
2314         * gst/udp/gstudpsink.h:
2315           Fix includes for MSVC and GLib-2.14.0 (#492388).
2316
2317         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
2318           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
2319
2320 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
2321
2322         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
2323         (gst_mulawdec_chain):
2324         * gst/law/mulaw-decode.h:
2325         Calculate outgoing buffer duration if incoming buffer didn't have a
2326         valid duration.
2327
2328 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
2329
2330         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
2331         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
2332         Smarter combine_flow code that also deals with downstream elements
2333         returning UNEXPECTED when they receive data out of the segment
2334         boundaries. Fixes #491305.
2335
2336 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
2337
2338         * sys/v4l2/v4l2src_calls.c:
2339           Fix 'unused variable' compiler warning when compiling against
2340           older kernel headers.
2341
2342 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
2343
2344         * ext/taglib/gstid3v2mux.cc (add_funcs):
2345           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
2346
2347 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
2348
2349         * tests/check/pipelines/simple-launch-lines.c:
2350            Improve the tests a little more.
2351
2352 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
2353
2354         patch by: Yun Zheng Hu
2355
2356         * sys/osxaudio/gstosxaudiosrc.c:
2357         Use default input device instead of default output device and
2358         only memcpy actual available bytes.
2359
2360 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
2361
2362         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
2363           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
2364           early. It is temporary until we find something better.
2365
2366 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
2367
2368         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2369
2370         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
2371         Fix race when pausing a RTSP stream in interleaved.
2372         Fixes #475784.
2373
2374 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
2375
2376         Patch by: Peter Kjellerstedt <pkj at axis com>
2377
2378         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
2379         Use correct unref function for buffers. #488844.
2380
2381 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
2382
2383         * gst/avi/gstavimux.c:
2384         * tests/check/elements/avimux.c:
2385           Add some debug and sync tests with the fix.     
2386
2387 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
2388
2389         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
2390
2391         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2392         When the socket is used by the app for other purposes, don't generate an
2393         error if there is activaty on the socket that is not data related.
2394         Fixes #487488.
2395
2396 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
2397
2398         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
2399         (gst_v4l2src_grab_frame):
2400         Add some more debug info. Generate an error when we run out of buffers
2401         for some reason. See #480557.
2402
2403 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
2404
2405         Patch by: Anders Skargren <anders dot skargren at axis dot com>
2406
2407         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
2408         Set marker bit correctly.
2409
2410 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
2411
2412         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
2413         Use allowed name for the GstStructure.
2414
2415 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
2416
2417         * ext/gconf/gstswitchsink.c:
2418         * gst/autodetect/gstautoaudiosink.c:
2419           Use new gst_bus_pop_filtered().
2420
2421 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2422
2423         * sys/v4l2/gstv4l2src.c:
2424         * sys/v4l2/v4l2src_calls.c:
2425           When probing the formats and sizes a camera supports, make
2426           sure the best ones (highest resolution, prefered format)
2427           end up at the beginning of the probed caps and the less
2428           desirable ones at the end.  This is important because the
2429           order within the caps matters for things like fixation and
2430           negotiation, ie. what format is chosen in the end.
2431           With recent kernels, the current probing code will end up
2432           querying the supported sizes from lowest resolution to
2433           highest resolution, adding them to the probed caps in that
2434           order, resulting to v4l2src fixating to the lowest possible
2435           resolution if downstream does not express a size preference.
2436           Also make up a somewhat random ranking of prefered output
2437           formats for the same reason. Fixes #485828.
2438         
2439 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
2440
2441         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
2442
2443         * gst/id3demux/id3v2frames.c:
2444           Extract license/copyright URIs from ID3v2 WCOP frames
2445           (Fixes #447000).
2446
2447         * tests/check/elements/id3demux.c:
2448         * tests/files/Makefile.am:
2449         * tests/files/id3-447000-wcop.tag:
2450           Add simple unit test.
2451
2452 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
2453
2454         * ext/taglib/gstid3v2mux.cc:
2455           Add support for license/copyright URI tags (ID3v2 WCOP frame).
2456           Prerequisite for #447000.
2457
2458 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
2459
2460         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
2461         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
2462         a GstClockTime.
2463
2464 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
2465
2466         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
2467         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
2468         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
2469         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
2470         (gst_rtspsrc_change_state):
2471         More seeking fixes, mostly passing around the new playback segment in
2472         order to configure it properly.
2473         Also reset base_time of udp sources when setting them back to PLAYING as
2474         a temporary hack until core supports seek in live sources properly.
2475
2476 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
2477
2478         * gst/rtp/gstrtpmp4adepay.c:
2479         Fix caps as to not confuse autopluggers.
2480
2481 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
2482
2483         * gst/id3demux/gstid3demux.c:
2484         * gst/id3demux/gstid3demux.h:
2485         * gst/id3demux/id3tags.c:
2486         * gst/id3demux/id3tags.h:
2487         * gst/id3demux/id3v2frames.c:
2488           Port ID3 tag demuxer over to the new GstTagDemux in -base
2489           (now would be a good time to test re-importing your music
2490           collection).
2491
2492 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
2493
2494         * gst/apetag/Makefile.am:
2495         * gst/apetag/gstapedemux.c:
2496         * gst/apetag/gstapedemux.h:
2497         * gst/apetag/gsttagdemux.c:
2498         * gst/apetag/gsttagdemux.h:
2499           Port APE tag demuxer over to the new GstTagDemux in -base.
2500
2501 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
2502
2503         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
2504         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
2505         (gst_rtspsrc_handle_internal_src_query),
2506         (gst_rtspsrc_handle_src_query), (new_session_pad),
2507         (gst_rtspsrc_stream_configure_tcp),
2508         (gst_rtspsrc_stream_configure_transport),
2509         (gst_rtspsrc_loop_send_cmd):
2510         Improve flushing behaviour.
2511         Set state of the udp sources to PAUSE/PLAYING correctly.
2512         Handle events and queries for UDP and TCP transport now.
2513
2514 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
2515
2516         * gst/rtp/gstrtpgsmdepay.c:
2517         * gst/rtp/gstrtpgsmpay.c:
2518           Add log category.
2519
2520 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
2521
2522         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
2523
2524         * tests/check/Makefile.am:
2525         * tests/check/pipelines/simple-launch-lines.c:
2526           Add unit tests for payloaders/depayloaders.
2527
2528 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
2529
2530         * gst/avi/gstavimux.c:
2531         * gst/avi/gstavimux.h:
2532           Also save codec data for audio streams. Fixes #482495.
2533
2534 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
2535
2536         * gst/avi/gstavimux.c:
2537           Fix "Index entry has invalid stream nr 1".
2538           Add support for muxing aac - work in progress (see #482495).
2539
2540 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
2541
2542         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
2543         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
2544         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
2545         * gst/rtsp/gstrtspsrc.h:
2546         Parse bandwidth modifiers, they are not yet configured in the session
2547         manager because we don't have an API for that yet.
2548
2549 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
2550
2551         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
2552         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
2553         Use shiny new function in -base to get the default clock-rate.
2554         Update some docs.
2555
2556 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
2557
2558         * win32/MANIFEST:
2559         Add files to win32 manifest.
2560         * win32/vs6/libgstaudiofx.dsp:
2561         * win32/vs6/libgstqtdemux.dsp:
2562         * win32/vs6/libgstrtp.dsp:
2563         * win32/vs6/libgstrtsp.dsp:
2564         Update project files.
2565
2566 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
2567
2568         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2569         (gst_rtspsrc_play):
2570         * gst/rtsp/gstrtspsrc.h:
2571         In TCP mode, only timestamp the first buffer. TCP is not real time and
2572         it does not make sense to try to skew compensate, also some servers send
2573         the first batch of data in a burst.
2574
2575 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2576
2577         * gst/matroska/matroska-demux.c:
2578           Fix setting the discont flag on the first buffer
2579           pushed downstream for formats with private codec
2580           data that needs to be deserialised into buffers
2581           (such as vorbis and FLAC when in a matroska container).
2582
2583 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
2584
2585         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2586
2587         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
2588         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
2589         (gst_rtp_mp4v_pay_handle_buffer):
2590         * gst/rtp/gstrtpmp4vpay.h:
2591         Free the config string. Fixes #480707.
2592         Clean up the timestamp code a little.
2593
2594 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2595
2596         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2597         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
2598         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
2599         * gst/rtsp/gstrtspsrc.h:
2600         Set timestamps on RTP buffers in interleaved mode.
2601         Mark first buffers with a DISCONT.
2602         Remove flush hack now that sync for live sources has been figured out.
2603
2604 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2605
2606         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2607         Update documentation.
2608
2609 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2610
2611         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
2612         (gst_rtp_xqt_depay_change_state):
2613         * gst/qtdemux/gstrtpxqtdepay.h:
2614         Fail if we don't know the quicktime format.
2615
2616 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
2617
2618         * ext/flac/gstflacenc.c:
2619         * ext/flac/gstflacenc.h:
2620           Save the flow return from the last gst_pad_push() and
2621           make sure we pass the right flow return value upstream
2622           in the case of failure; minor clean-ups.
2623
2624 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2625
2626         * ext/taglib/gstapev2mux.cc:
2627         * ext/taglib/gstid3v2mux.cc:
2628         * gst/apetag/gstapedemux.c:
2629           Add support for the new GST_TAG_COMPOSER (#459809).
2630
2631 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2632
2633         * gst/law/alaw-decode.c:
2634         * gst/law/alaw-decode.h:
2635         * gst/law/alaw-encode.c:
2636         * gst/law/alaw-encode.h:
2637         * gst/law/alaw.c:
2638         * gst/law/mulaw-conversion.h:
2639           Compulsive clean-ups: use boilerplate macros, add debug
2640           categories, fix up things to conform to symbol nomenklatura,
2641           etc.
2642
2643 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2644
2645         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
2646
2647         * gst/law/alaw-decode.c:
2648         * gst/law/alaw-encode.c:
2649           Use static tables for A-Law decoding and encoding; this makes
2650           A-Law decoding and encoding less CPU-intensive, but increases
2651           the binary size a bit. Leaving old code around for now,
2652           selectable by a define in the code. Fixes #435435.
2653
2654 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
2655
2656         * configure.ac:
2657         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
2658         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
2659         in configure.ac.
2660
2661 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
2662
2663         Patch by: Jan Gerber <j at bootlab dot org>
2664
2665         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2666         Add fourccs for MPEG2 HDV streams. Fixes #479960.
2667
2668 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
2669
2670         * sys/oss/gstosshelper.c:
2671           Use GST_WARNING instead of a g_critical. This situation is not caused
2672           by the application.
2673
2674 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2675
2676         * po/LINGUAS:
2677         * po/nl.po:
2678           Updated translations.
2679
2680 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2681
2682         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
2683
2684         * po/eu.po:
2685           Added Basque translation.
2686
2687 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2688
2689         translated by: Abel Cheung <abelcheung@gmail.com>
2690
2691         * po/zh_HK.po:
2692         * po/zh_TW.po:
2693           Added Chinese (traditional and Hong Kong) translation.
2694
2695 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2696
2697         translated by: Jakub Bogusz <qboosh@pld-linux.org>
2698
2699         * po/pl.po:
2700           Added Polish translation.
2701
2702 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2703
2704         translated by: Ilkka Tuohela <hile@iki.fi>
2705
2706         * po/fi.po:
2707           Added Finnish translation.
2708
2709 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2710
2711         translated by: Jorge González González <aloriel@gmail.com>
2712
2713         * po/es.po:
2714           Added Spanish translation.
2715
2716 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2717
2718         translated by: Mogens Jaeger <mogens@jaeger.tf>
2719
2720         * po/da.po:
2721           Added Danish translation.
2722
2723 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2724
2725         translated by: Funda Wang <fundawang@linux.net.cn>
2726
2727         * po/zh_CN.po:
2728           Added Chinese (simplified) translation.
2729
2730 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2731
2732         translated by: Alexander Shopov <ash@contact.bg>
2733
2734         * po/bg.po:
2735           Added Bulgarian translation.
2736
2737 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
2738
2739         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
2740         Set outgoing packet duration because we can. Fixes #478244 some more.
2741
2742 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
2743
2744         * ext/cairo/gsttextoverlay.c:
2745           Add info about static leak.
2746         
2747         * tests/check/Makefile.am:
2748         * tests/check/generic/states.c:
2749           Improved state change unit test.
2750
2751 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
2752
2753         * docs/plugins/.cvsignore:
2754         * tests/check/.cvsignore:
2755           Ignore registries in any format.
2756
2757 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
2758
2759         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
2760         Removed some unused code.
2761
2762         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
2763         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
2764         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
2765         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
2766         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
2767         (gst_rtp_theora_pay_flush_packet):
2768         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
2769         Try to preserve the incomming buffer duration on the outgoing
2770         packets. Fixes #478244.
2771
2772 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2773
2774         * ext/taglib/gstapev2mux.cc:
2775         * ext/taglib/gstid3v2mux.cc:
2776           Work around compiler warnings with g++-4.2 when assigning a
2777           string constant to a gchar * (partially fixes #478092).
2778
2779 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2780
2781         * configure.ac:
2782           We require core CVS now for gst_base_src_set_do_timestamp().
2783
2784 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
2785
2786         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
2787         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2788         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
2789         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2790         (gst_rtspsrc_handle_message):
2791         Fix compiler warnings shown with Forte.
2792
2793 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2794
2795         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
2796         (gst_rtspsrc_dup_printf):
2797         Give meaningfull error when all streams failed to configure for some
2798         reason.
2799
2800 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2801
2802         * gst/rtp/README:
2803         Update README with the design for synchronisation rules of RTP on
2804         sender and receiver.
2805
2806 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
2807
2808         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
2809         (gst_wavparse_chain):
2810         Don't push EOS from the chain function, the element
2811         driving the pipeline is responsible for this. The bug
2812         this was meant to fix seems to be queue not forwarding
2813         EOS in all cases (see #476514).
2814
2815 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
2816
2817         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
2818         (gst_level_transform_ip):
2819         * gst/level/gstlevel.h:
2820         Use basetransform segment so that it is correctly managed on flushes and
2821         start/stop.
2822         Report message timestamp as stream time, which is what an application
2823         can understand.
2824
2825 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2826
2827         * ext/taglib/gstapev2mux.cc:
2828         * ext/taglib/gstapev2mux.h:
2829         * ext/taglib/gsttaglibmux.c:
2830         * tests/check/elements/apev2mux.c:
2831         Update my mail address.
2832
2833 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2834
2835         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
2836         (gst_wavparse_loop), (gst_wavparse_chain):
2837         Add EOS logic for the push-based mode too. Fixes #476514.
2838
2839 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
2840
2841         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
2842         * gst/law/alaw-encode.h:
2843         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
2844         (gst_mulawenc_chain):
2845         * gst/law/mulaw-encode.h:
2846         Fix law encoder timestamps.
2847
2848 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
2849
2850         * ext/gconf/gstgconfaudiosink.c:
2851           Fix warning when building without debug.
2852
2853         * sys/oss/gstossmixertrack.c:
2854           Use const like in alsamixertrack.c (fixes warnings).
2855
2856 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
2857
2858         * sys/v4l2/v4l2src_calls.c:
2859         (gst_v4l2src_probe_caps_for_format_and_size):
2860         Fix framerate detection code some more.
2861         Handle the case where there is a weird step in the stepwise framerates.
2862         Don't overwrite the min interval with the framerate, use a temp variable
2863         instead.
2864         Use max in the Continuous framerate intervals instead of step, which is
2865         1 according to the docs. Fixes #475424.
2866
2867 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
2868
2869         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
2870         Make udpsrc timestamp outgoing buffers based on when they were received.
2871         Also make it output a segment in time.
2872
2873 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
2874
2875         * gst/avi/gstavidemux.c:
2876           Plug a little leak. Little code cleanups.
2877
2878 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
2879
2880         * configure.ac:
2881           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
2882           flac versions, 's good for cross-compilation karma.
2883
2884 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
2885
2886         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
2887
2888         * gst/rtp/gstrtph263pay.c:
2889           Fix up header structure so that compilers don't add padding
2890           between the structure fields, since that would lead to us
2891           sending RTP packets with broken headers (as is currently the
2892           case when compiling with MSVC). Also see similar fixes in
2893           libgstrtp in gst-plugins-base. (#474616; #471194)
2894
2895 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
2896
2897         * sys/v4l2/v4l2src_calls.c:
2898         (gst_v4l2src_probe_caps_for_format_and_size):
2899         Don't overwrite our GValue with 0 but instead use the previously
2900         computed value. Fixes #471823 some more.
2901
2902 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2903
2904         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2905           No tabs in this file please, or gtk-doc will end up documenting
2906           rather absurd class hierarchies.
2907
2908 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2909
2910         * ext/gconf/gstswitchsink.c:
2911           If the new kid element fails to change state for some reason
2912           (e.g. esdsink not being able to connect to the sound server),
2913           forward the error message it posted on the bus instead of just
2914           posting a generic 'Internal state change error: please file a
2915           bug' error message. Fixes #471364.
2916
2917 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2918
2919         * gst/qtdemux/Makefile.am:
2920         * gst/qtdemux/qtdemux.c:
2921           Don't assume tags are encoded as UTF-8 (#473670).
2922
2923 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2924
2925         * sys/v4l2/gstv4l2src.c:
2926         * sys/v4l2/gstv4l2src.h:
2927         * sys/v4l2/v4l2src_calls.c:
2928           Implement LATENCY queries in the crudest way possible so I don't
2929           have to use sync=false any longer when testing with videosinks.
2930
2931 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2932
2933         * configure.ac:
2934           Fix build.
2935
2936 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2937
2938         * sys/v4l2/v4l2src_calls.c:
2939         (gst_v4l2src_probe_caps_for_format_and_size):
2940         Add some more debugging in the framerate function.
2941         Iterate stepwise framerate up to and _including_ the max and if nothing
2942         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
2943         don't end up with an empty list. Fixes #471823
2944
2945 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2946
2947         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2948         (gst_multiudpsink_set_clients_string),
2949         (gst_multiudpsink_get_clients_string),
2950         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
2951         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
2952         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
2953         (gst_multiudpsink_clear):
2954         Add property do configure destination address/port pairs
2955         API:GstMultiUDPSink::clients
2956
2957 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2958
2959         * tests/examples/Makefile.am:
2960         * tests/examples/rtp/Makefile.am:
2961         * tests/examples/rtp/client-H263p-AMR.sh:
2962         * tests/examples/rtp/client-H263p-PCMA.sdp:
2963         * tests/examples/rtp/client-H263p-PCMA.sh:
2964         * tests/examples/rtp/client-H264-PCMA.sdp:
2965         * tests/examples/rtp/client-H264-PCMA.sh:
2966         * tests/examples/rtp/client-PCMA.sh:
2967         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
2968         * tests/examples/rtp/server-alsasrc-PCMA.sh:
2969         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
2970         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2971         Added some RTP example scripts for sending and receiving RTP streams.
2972
2973 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2974
2975         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
2976         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
2977         Restructure the setcaps function so that we can also compute the
2978         expected GStreamer output size of the video frames.
2979         Set frame_byte_size correctly so that read-based devices have a chance
2980         of working correctly.
2981         When grabbing a frame, discard frames that are not of the expected size.
2982         Some cameras don't output the right framesize for the first buffer.
2983         Try only a couple of times to get a valid frame, else error out.
2984
2985         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
2986         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
2987         Add some more debug info when scanning the device.
2988
2989         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
2990         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
2991         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
2992         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
2993         Add some more debug info when dequeing a frame.
2994
2995 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2996
2997         * gst/wavparse/gstwavparse.c:
2998           More code cleanups. Add some more comment and improve debugs logs.
2999
3000 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
3001
3002         * gst/wavparse/gstwavparse.c:
3003         * gst/wavparse/gstwavparse.h:
3004           Implement seek-query. Refactor duration calculations. Appropriate use
3005           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
3006           out of loops.
3007
3008 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
3009
3010         * gst/avi/gstavidemux.c:
3011           Implement seek-query.
3012
3013 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
3014
3015         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
3016         (gst_rtspsrc_dup_printf):
3017         Use new basesink async property to make sparse RTCP packet not wait for
3018         preroll.
3019
3020 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
3021
3022         * gst/audiofx/Makefile.am:
3023         Dist the right file.
3024
3025 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
3026
3027         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
3028         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
3029         Make sure we generate and parse floating point values in the POSIX
3030         locale instead of the current locale. 
3031
3032 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
3033
3034         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
3035         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
3036         (gst_rtspsrc_play):
3037         * gst/rtsp/gstrtspsrc.h:
3038         Fix method detection again.
3039         Keep track of when we must send a Range header.
3040         Use segment values for Range, Speed and Scale headers.
3041         Parse Speed and Scale headers to update the segment values.
3042
3043 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
3044
3045         patch by: Mark Nauwelaerts <manauw@skynet.be>
3046
3047         * sys/v4l2/v4l2src_calls.c:
3048           Handle optional v4l2 ioctls gracefully.
3049
3050 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
3051
3052         * gst/rtp/Makefile.am:
3053         * gst/rtp/gstrtp.c: (plugin_init):
3054         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
3055         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
3056         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
3057         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
3058         (gst_rtp_h263_depay_get_property),
3059         (gst_rtp_h263_depay_change_state),
3060         (gst_rtp_h263_depay_plugin_init):
3061         * gst/rtp/gstrtph263depay.h:
3062         Added an H263 depayloader. Fixes #369392.
3063
3064         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
3065         (gst_rtp_h263p_depay_process):
3066         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3067         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
3068         Make the H263+ pay/depayloader support H263-1998 and H263-2000
3069         payloads.
3070         Also alow plain H263 on the h263p payloaders. Fixes #465040.
3071
3072 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
3073
3074         * gst/audiofx/audiochebyshevfreqband.c:
3075         * gst/audiofx/audiochebyshevfreqlimit.c:
3076         Add small comparision with the windowed sinc filters in the docs.
3077
3078 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
3079
3080         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
3081         (audiochebyshevfreqband_suite):
3082         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
3083         (audiochebyshevfreqlimit_suite):
3084         Also test 32 bit float mode and the type 2 variants of the filters.
3085
3086 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
3087
3088         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
3089         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
3090         (gst_rtspsrc_loop):
3091         Refactor the udp and interleaved loop function a bit.
3092
3093 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
3094
3095         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3096         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
3097         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
3098         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
3099         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
3100         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
3101         * gst/rtsp/gstrtspsrc.h:
3102         Protect connection activity with a new lock, avoids deadlocks when going
3103         to PAUSED. Fixes #455808.
3104
3105 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
3106
3107         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
3108         Fix debug statement.
3109
3110 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
3111
3112         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
3113         Fix stray %u in debug line as spotted by Saur on IRC.
3114
3115 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
3116
3117         * gst/audiofx/audiochebyshevfreqband.c:
3118         (gst_audio_chebyshev_freq_band_class_init):
3119         * gst/audiofx/audiochebyshevfreqlimit.c:
3120         (gst_audio_chebyshev_freq_limit_class_init):
3121         Use generator macros for the process functions for the different
3122         sample types, add lower upper boundaries for the GObject properties
3123         so automatically generated UIs can use sliders and add a note about
3124         the number of poles as a too high number of poles combined with
3125         very low or very high frequencies will produce only noise.
3126         * docs/plugins/gst-plugins-good-plugins.args:
3127         Regenerated for the property changes.
3128
3129 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
3130
3131         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
3132         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
3133         (gst_rtspsrc_stream_configure_udp_sink),
3134         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
3135         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
3136         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3137         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
3138         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
3139         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
3140         * gst/rtsp/gstrtspsrc.h:
3141         Improve timeout handling.
3142         Use the same socket for sending and receiving RTCP packets so that some
3143         servers can track clients better.
3144         Improve connection closed handling. Try to reconnect.
3145         Don't overwrite our content base with NULL.
3146         Improve debugging.
3147         Improve range parsing and handling.
3148         Remove flushing hack now that core does the right thing.
3149
3150 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
3151
3152         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3153         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
3154         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
3155         (gst_multiudpsink_close), (gst_multiudpsink_add):
3156         * gst/udp/gstmultiudpsink.h:
3157         Add support for getting and setting the socket to use.
3158
3159         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
3160         (gst_udpsrc_create), (gst_udpsrc_get_property):
3161         Add support for getting the currently used socket.
3162
3163 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
3164
3165         reviewed by: Stefan Kost  <ensonic@users.sf.net>
3166
3167         * gst/audiofx/Makefile.am:
3168         * gst/audiofx/audiochebyshevfreqband.c:
3169         (gst_audio_chebyshev_freq_band_mode_get_type),
3170         (gst_audio_chebyshev_freq_band_base_init),
3171         (gst_audio_chebyshev_freq_band_dispose),
3172         (gst_audio_chebyshev_freq_band_class_init),
3173         (gst_audio_chebyshev_freq_band_init),
3174         (generate_biquad_coefficients), (calculate_gain),
3175         (generate_coefficients),
3176         (gst_audio_chebyshev_freq_band_set_property),
3177         (gst_audio_chebyshev_freq_band_get_property),
3178         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
3179         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
3180         (gst_audio_chebyshev_freq_band_start):
3181         * gst/audiofx/audiochebyshevfreqband.h:
3182         * gst/audiofx/audiochebyshevfreqlimit.c:
3183         (gst_audio_chebyshev_freq_limit_mode_get_type),
3184         (gst_audio_chebyshev_freq_limit_base_init),
3185         (gst_audio_chebyshev_freq_limit_dispose),
3186         (gst_audio_chebyshev_freq_limit_class_init),
3187         (gst_audio_chebyshev_freq_limit_init),
3188         (generate_biquad_coefficients), (calculate_gain),
3189         (generate_coefficients),
3190         (gst_audio_chebyshev_freq_limit_set_property),
3191         (gst_audio_chebyshev_freq_limit_get_property),
3192         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
3193         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
3194         (gst_audio_chebyshev_freq_limit_start):
3195         * gst/audiofx/audiochebyshevfreqlimit.h:
3196         * gst/audiofx/audiofx.c: (plugin_init):
3197         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
3198         Fixes #464800.
3199
3200         * tests/check/Makefile.am:
3201         * tests/check/elements/.cvsignore:
3202         * tests/check/elements/audiochebyshevfreqband.c:
3203         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
3204         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
3205         * tests/check/elements/audiochebyshevfreqlimit.c:
3206         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
3207         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
3208         Add unit tests for the chebyshev filters.
3209
3210         * docs/plugins/Makefile.am:
3211         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3212         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3213         * docs/plugins/gst-plugins-good-plugins.args:
3214         * docs/plugins/inspect/plugin-1394.xml:
3215         * docs/plugins/inspect/plugin-audiofx.xml:
3216         * docs/plugins/inspect/plugin-dv.xml:
3217         * docs/plugins/inspect/plugin-flac.xml:
3218         * docs/plugins/inspect/plugin-jpeg.xml:
3219         * docs/plugins/inspect/plugin-png.xml:
3220         * docs/plugins/inspect/plugin-rtp.xml:
3221         * docs/plugins/inspect/plugin-shout2send.xml:
3222         * docs/plugins/inspect/plugin-wavpack.xml:
3223         And add docs for the chebyshev filters. While doing
3224         that also run make update in docs/plugins.
3225
3226 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
3227
3228         * ext/annodex/gstcmmltag.c:
3229         * gst/rtp/gstrtpvorbispay.c:
3230           Make ro memory to share.
3231
3232 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
3233
3234         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
3235         Improve UDP performance by avoiding a select() when we have data
3236         available immediatly.
3237
3238 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
3239
3240         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
3241         (gst_rtp_dec_class_init):
3242         * gst/rtsp/gstrtpdec.h:
3243         Add (dummy) SSRC management signals.
3244
3245         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3246         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
3247         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
3248         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
3249         (on_timeout), (gst_rtspsrc_stream_configure_manager),
3250         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
3251         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
3252         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
3253         * gst/rtsp/gstrtspsrc.h:
3254         Add connection-speed property.
3255         Add find_stream helper functions.
3256         Handle stream EOS based on BYE messages or SSRC timeout.
3257         Returns SUCCESS from the state change function as we hide our async
3258         elements from the parent.
3259
3260 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
3261
3262         * gst/debug/rndbuffersize.c:
3263           Fix da leak.
3264
3265 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
3266
3267         * gst/debug/Makefile.am:
3268         * gst/debug/breakmydata.c:
3269         * gst/debug/gstdebug.c:
3270         * gst/debug/negotiation.c:
3271         * gst/debug/progressreport.c:
3272         * gst/debug/rndbuffersize.c:
3273         * gst/debug/testplugin.c:
3274           Add new test element and clean-up the others a little.
3275
3276 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
3277
3278         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
3279         Fix parsing of mp4a version 0 atoms. Fixes #465774.
3280
3281 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
3282
3283         * gst/rtp/gstrtpilbcdepay.c:
3284           Include stdlib.
3285
3286 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
3287
3288         * gst/rtp/gstrtpmpvdepay.c:
3289         Set the mpegversion in the caps so that autoplugging does not get
3290         confused.
3291
3292 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3293
3294         * po/hu.po:
3295         * po/uk.po:
3296         * po/vi.po:
3297           Updated translations.
3298
3299 2007-08-08  Michael Smith <msmith@fluendo.com>
3300
3301         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
3302           Render right border in the correct location.
3303
3304 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
3305
3306         Patch by: Olivier Crete <tester at tester dot ca>
3307
3308         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
3309         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
3310         Make mode property a string. Fixes #464475.
3311
3312 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
3313
3314         * ext/flac/gstflacenc.c:
3315           Widen caps to match decoder a bit and add more FIXMEs.
3316
3317 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
3318
3319         patch by: Mark Nauwelaerts <manauw@skynet.be>
3320
3321         * gst/avi/gstavimux.c:
3322           Fix ODML index tag numbering. Fixes #463624.
3323
3324 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
3325
3326         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
3327         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
3328         (gst_rtspsrc_stream_configure_tcp),
3329         (gst_rtspsrc_stream_configure_udp_sink):
3330         Fix default clock-rate for realmedia.
3331         Fix parsing of transport.
3332         Don't try to link NULL pads.
3333
3334 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
3335
3336         * po/POTFILES.skip:
3337           Add POTFILES.skip with list of source files that aren't disted at the
3338           moment but contain translatable strings. Should hopefully pacify
3339           broken tools and make it clearer that these files are left out
3340           intentionally (#461600).
3341
3342 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
3343
3344         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
3345         If the buffer was entirely clipped ... don't try sending it :)
3346
3347 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
3348
3349         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
3350         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
3351         (gst_rtspsrc_create_transports_string),
3352         (gst_rtspsrc_prepare_transports):
3353         If we don't hav a session manager, set the caps on outgoing buffers
3354         ourselves.
3355         Force PAUSE/PLAY methods for now until the extensions can overwrite.
3356         Append final bit of the transport string even when it does not contain a
3357         placeholder.
3358
3359 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
3360
3361         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
3362         (gst_rtsp_ext_list_connect):
3363         * gst/rtsp/gstrtspext.h:
3364         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3365         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
3366         Clean up the interface list.
3367         Allow connecting to interface signals for the extensions.
3368         Remove old extension code.
3369         Free list on cleanup.
3370         Allow extensions to send additional RTSP messages.
3371
3372 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
3373
3374         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
3375         Handle a NULL gconf key gracefully by rendering the default element.
3376
3377 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
3378
3379         * gst/rtsp/gstrtspext.h:
3380         Fix include path for extension interface.
3381
3382 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
3383
3384         * gst/audiofx/audioamplify.h:
3385         Also remove a now unecessary variable here.
3386
3387 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
3388
3389         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
3390         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
3391         * gst/audiofx/audiodynamic.c:
3392         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
3393         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
3394         * gst/audiofx/audiodynamic.h:
3395         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
3396         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
3397         * gst/audiofx/audioinvert.h:
3398         Don't save format information ourselves, this is already saved in
3399         GstAudioFilter.
3400
3401 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
3402
3403         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
3404         (gst_rtsp_ext_list_stream_select):
3405         * gst/rtsp/gstrtspext.h:
3406         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
3407         Use rank to filter out extensions.
3408         Add url to stream_select interface call.
3409
3410 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
3411
3412         * gst/rtsp/Makefile.am:
3413         * gst/rtsp/base64.c:
3414         * gst/rtsp/base64.h:
3415         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
3416         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
3417         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
3418         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
3419         (gst_rtsp_ext_list_setup_media),
3420         (gst_rtsp_ext_list_configure_stream),
3421         (gst_rtsp_ext_list_get_transports),
3422         (gst_rtsp_ext_list_stream_select):
3423         * gst/rtsp/gstrtspext.h:
3424         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
3425         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
3426         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
3427         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
3428         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
3429         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
3430         (gst_rtspsrc_stream_configure_tcp),
3431         (gst_rtspsrc_stream_configure_mcast),
3432         (gst_rtspsrc_stream_configure_udp),
3433         (gst_rtspsrc_stream_configure_udp_sink),
3434         (gst_rtspsrc_stream_configure_transport),
3435         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
3436         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
3437         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
3438         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
3439         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3440         (gst_rtspsrc_parse_methods),
3441         (gst_rtspsrc_create_transports_string),
3442         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
3443         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
3444         (gst_rtspsrc_play), (gst_rtspsrc_pause),
3445         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
3446         * gst/rtsp/gstrtspsrc.h:
3447         * gst/rtsp/rtsp.h:
3448         * gst/rtsp/rtspconnection.c:
3449         * gst/rtsp/rtspconnection.h:
3450         * gst/rtsp/rtspdefs.c:
3451         * gst/rtsp/rtspdefs.h:
3452         * gst/rtsp/rtspext.h:
3453         * gst/rtsp/rtspextwms.c:
3454         * gst/rtsp/rtspextwms.h:
3455         * gst/rtsp/rtspmessage.c:
3456         * gst/rtsp/rtspmessage.h:
3457         * gst/rtsp/rtsprange.c:
3458         * gst/rtsp/rtsprange.h:
3459         * gst/rtsp/rtsptransport.c:
3460         * gst/rtsp/rtsptransport.h:
3461         * gst/rtsp/rtspurl.c:
3462         * gst/rtsp/rtspurl.h:
3463         * gst/rtsp/sdp.h:
3464         * gst/rtsp/sdpmessage.c:
3465         * gst/rtsp/sdpmessage.h:
3466         * gst/rtsp/test.c:
3467         Use shiny new RTSP and SDP library.
3468         Implement RTSP extensions using the new interface.
3469         Remove a lot of old code.
3470
3471 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
3472
3473         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
3474         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
3475
3476 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
3477
3478         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
3479         Don't unref the outgoing buffer twice when dropping it because it's
3480         outside of the segment.
3481
3482 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
3483
3484         * configure.ac:
3485         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3486         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
3487         Use the new buffer clipping function from gstaudio here and
3488         require gst-plugins-base CVS.
3489         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
3490         For framed Wavpack buffers we require a valid timestamp.
3491
3492 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
3493
3494         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
3495         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
3496         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
3497         Clip raw audio and video when we can, keep track of current output
3498         segment.
3499         Don't leak buffers and events when there is no output pad.
3500         Improve debugging here and there.
3501
3502 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
3503
3504         * configure.ac:
3505           Sync liboil check with plugins-base.
3506
3507 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
3508
3509         * ext/annodex/Makefile.am:
3510           Fix CFLAGS/LIBS.
3511
3512         * ext/cdio/gstcdiocddasrc.c:
3513         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
3514           Include stdlib
3515
3516         * ext/cairo/Makefile.am:
3517         * gst/videofilter/Makefile.am:
3518         * tests/examples/level/Makefile.am:
3519           Use $(LIBM) instead of -lm
3520
3521 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3522
3523         * sys/v4l2/gstv4l2src.c:
3524           Add another example pipeline.
3525
3526 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3527
3528         Patch by: Alexander Eichner <alexeichi@yahoo.de>
3529
3530         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
3531           Use define here.
3532
3533         * sys/v4l2/gstv4l2tuner.c:
3534         (gst_v4l2_tuner_set_frequency_and_notify):
3535           Don't touch the property - its still disabled.
3536
3537         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
3538         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
3539         * sys/v4l2/v4l2src_calls.h:
3540           Improve fallback format negotionation. Fixes #451388
3541
3542 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3543
3544         * tests/check/elements/videocrop.c: (GST_START_TEST):
3545           Fix the test.
3546
3547 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3548
3549         * docs/plugins/Makefile.am:
3550         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3551         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3552         * docs/plugins/inspect/plugin-jpeg.xml:
3553         * docs/plugins/inspect/plugin-png.xml:
3554         * ext/jpeg/gstjpegdec.c:
3555         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
3556         (gst_pngdec_sink_setcaps):
3557           More docs. More logs in pngdec.
3558
3559 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
3560
3561         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
3562           Initialize num_buffers with minimum value.
3563
3564         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
3565         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
3566           Handle frame-size query failure gracefully.
3567
3568 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
3569
3570         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
3571         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
3572         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
3573         of qt/aac files.
3574
3575 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
3576
3577         * ext/wavpack/gstwavpackdec.c:
3578         (gst_wavpack_dec_clip_outgoing_buffer):
3579         Fix buffer clipping to correctly clip to the segment stop.
3580
3581 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3582
3583         * configure.ac:
3584         * tests/Makefile.am:
3585         Remove bogus check for libcheck, since we check for
3586         gstreamer-check and it pulls in the required info from there,
3587         and we weren't actually _using_ the information for libcheck
3588         ourselves anyway.
3589
3590 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
3591
3592         * configure.ac:
3593           Use pkg-config to locate check.
3594
3595 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
3596
3597         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
3598         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
3599         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
3600         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
3601         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
3602         * gst/effectv/gstaging.c: (gst_agingtv_transform):
3603         * gst/effectv/gstdice.c: (gst_dicetv_transform):
3604         * gst/effectv/gstedge.c: (gst_edgetv_transform):
3605         * gst/effectv/gstquark.c: (gst_quarktv_transform):
3606         * gst/effectv/gstrev.c: (gst_revtv_transform):
3607         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
3608         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
3609         * gst/effectv/gstwarp.c: (gst_warptv_transform):
3610         * gst/matroska/matroska-demux.c:
3611         (gst_matroska_demux_add_wvpk_header),
3612         (gst_matroska_demux_check_subtitle_buffer),
3613         (gst_matroska_decode_buffer):
3614         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
3615           Fix build against core CVS.
3616
3617 2007-07-10  Edward Hervey  <bilboed@gmail.com>
3618
3619         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
3620         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
3621         don't have enough granularity to convert that boolean into a
3622         GstFlowReturn.
3623
3624 2007-07-06  Michael Smith <msmith@fluendo.com>
3625
3626         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
3627         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
3628         (gst_alawdec_change_state):
3629         * gst/law/alaw-decode.h:
3630         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
3631         (gst_mulawdec_class_init), (gst_mulawdec_init),
3632         (gst_mulawdec_chain), (gst_mulawdec_change_state):
3633         * gst/law/mulaw-decode.h:
3634           Fix capsnego bogosity in *law decoders. 
3635
3636 2007-07-06  Michael Smith <msmith@fluendo.com>
3637
3638         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
3639         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
3640         (gst_smokeenc_change_state):
3641         * ext/jpeg/gstsmokeenc.h:
3642           Remove stupidity in get/set caps functions.
3643           Fix some refcounting problems.
3644
3645 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
3646
3647         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
3648         Remove endianness-flipping hack that seems to have been required
3649         only because of a bug in ffmpegcolorspace.
3650         Partially Fixes: #451908
3651
3652 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
3653
3654         * docs/plugins/Makefile.am:
3655           Simplify --extra-dir as gtkdoc scans recursively.
3656
3657 2007-07-03  Wim Taymans  <wim@fluendo.com>
3658
3659         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3660
3661         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
3662         Set the encoding-name in the rtp caps to all uppercase, as required by
3663         the caps spec.
3664         Some small cleanups in the error paths. Fixes #453037.
3665
3666 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
3667
3668         * ext/wavpack/gstwavpackparse.c:
3669         (gst_wavpack_parse_index_get_last_entry),
3670         (gst_wavpack_parse_index_get_entry_from_sample),
3671         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
3672         (gst_wavpack_parse_scan_to_find_sample):
3673         * ext/wavpack/gstwavpackparse.h:
3674         Use a GSList for the GArray that is used like a list anyway.
3675
3676 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
3677
3678         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
3679         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
3680         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
3681           Add state change function where we set 0/1 as default framerate in
3682           case our setcaps function isn't called, like it might not in a
3683           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
3684           gdkpixbufdec trying to create caps with a 0/0 framerate.
3685           Also post an error message on the bus if gst_pad_push() fails when
3686           called from our sink event handler (+1 for flow returns for event
3687           functions in 0.11) instead of failing silently.
3688
3689 2007-06-27  Wim Taymans  <wim@fluendo.com>
3690
3691         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
3692         Cast stack args to the proper types. Fixes #451249.
3693
3694 2007-06-27  Wim Taymans  <wim@fluendo.com>
3695
3696         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
3697         (new_session_pad), (gst_rtspsrc_setup_streams):
3698         * gst/rtsp/gstrtspsrc.h:
3699         For container formats we only need to activate one of the streams so
3700         that we correctly signal no-more-pads. Fixes #451015.
3701
3702 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
3703
3704         * docs/plugins/gst-plugins-good-plugins.args:
3705         * docs/plugins/inspect/plugin-aasink.xml:
3706         * docs/plugins/inspect/plugin-alaw.xml:
3707         * docs/plugins/inspect/plugin-alpha.xml:
3708         * docs/plugins/inspect/plugin-alphacolor.xml:
3709         * docs/plugins/inspect/plugin-annodex.xml:
3710         * docs/plugins/inspect/plugin-apetag.xml:
3711         * docs/plugins/inspect/plugin-audiofx.xml:
3712         * docs/plugins/inspect/plugin-auparse.xml:
3713         * docs/plugins/inspect/plugin-autodetect.xml:
3714         * docs/plugins/inspect/plugin-avi.xml:
3715         * docs/plugins/inspect/plugin-cacasink.xml:
3716         * docs/plugins/inspect/plugin-cairo.xml:
3717         * docs/plugins/inspect/plugin-cdio.xml:
3718         * docs/plugins/inspect/plugin-cutter.xml:
3719         * docs/plugins/inspect/plugin-debug.xml:
3720         * docs/plugins/inspect/plugin-efence.xml:
3721         * docs/plugins/inspect/plugin-effectv.xml:
3722         * docs/plugins/inspect/plugin-esdsink.xml:
3723         * docs/plugins/inspect/plugin-flac.xml:
3724         * docs/plugins/inspect/plugin-flxdec.xml:
3725         * docs/plugins/inspect/plugin-gconfelements.xml:
3726         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3727         * docs/plugins/inspect/plugin-goom.xml:
3728         * docs/plugins/inspect/plugin-halelements.xml:
3729         * docs/plugins/inspect/plugin-icydemux.xml:
3730         * docs/plugins/inspect/plugin-id3demux.xml:
3731         * docs/plugins/inspect/plugin-jpeg.xml:
3732         * docs/plugins/inspect/plugin-ladspa.xml:
3733         * docs/plugins/inspect/plugin-level.xml:
3734         * docs/plugins/inspect/plugin-matroska.xml:
3735         * docs/plugins/inspect/plugin-mulaw.xml:
3736         * docs/plugins/inspect/plugin-multipart.xml:
3737         * docs/plugins/inspect/plugin-navigationtest.xml:
3738         * docs/plugins/inspect/plugin-ossaudio.xml:
3739         * docs/plugins/inspect/plugin-png.xml:
3740         * docs/plugins/inspect/plugin-quicktime.xml:
3741         * docs/plugins/inspect/plugin-rtp.xml:
3742         * docs/plugins/inspect/plugin-rtsp.xml:
3743         * docs/plugins/inspect/plugin-smpte.xml:
3744         * docs/plugins/inspect/plugin-speex.xml:
3745         * docs/plugins/inspect/plugin-taglib.xml:
3746         * docs/plugins/inspect/plugin-udp.xml:
3747         * docs/plugins/inspect/plugin-videobalance.xml:
3748         * docs/plugins/inspect/plugin-videobox.xml:
3749         * docs/plugins/inspect/plugin-videocrop.xml:
3750         * docs/plugins/inspect/plugin-videoflip.xml:
3751         * docs/plugins/inspect/plugin-videomixer.xml:
3752         * docs/plugins/inspect/plugin-wavenc.xml:
3753         * docs/plugins/inspect/plugin-wavparse.xml:
3754         * docs/plugins/inspect/plugin-ximagesrc.xml:
3755           Update docs with caps info.
3756
3757 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
3758
3759         * po/POTFILES.in:
3760           Add more files with translatable strings (#450878).
3761
3762 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
3763
3764         * MAINTAINERS:
3765         Updating all the maintainers files
3766
3767 2007-06-22  Edward Hervey  <edward@fluendo.com>
3768
3769         * ext/flac/gstflactag.c: (gst_flac_tag_init):
3770         * gst/interleave/deinterleave.c: (deinterleave_init),
3771         (deinterleave_sink_link):
3772         * gst/interleave/interleave.c: (interleave_init):
3773         * gst/median/gstmedian.c: (gst_median_init):
3774         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
3775         Fix memory leaks.
3776         * tests/check/elements/id3demux.c: (pad_added_cb):
3777         Remove unused variable.
3778
3779 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
3780
3781         * ext/gconf/gconf.h:
3782         Make the prototype of gst_gconf_get_key_for_sink_profile
3783         match the implementation.
3784         Patch by: Damien Carbery <damien dot carbery at sun dot com>
3785         Fixes: #449747
3786
3787 2007-06-20  Michael Smith <msmith@fluendo.com>
3788
3789         * gst/rtp/gstrtpdepay.c:
3790           Fix description - rtpdepay is not a payloader.
3791
3792 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
3793
3794         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
3795         (qtdemux_video_caps):
3796         * gst/qtdemux/qtdemux_fourcc.h:
3797           Add MJPG to the variants of motion jpeg.
3798
3799 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
3800
3801         * tests/check/Makefile.am:
3802         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
3803         * tests/check/elements/videocrop.c: (GST_START_TEST):
3804         * tests/check/elements/videofilter.c:
3805         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
3806         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
3807           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
3808           error flags are included and it errors out on compiler warnings
3809           for CVS builds; remove unused variables in various unit tests.
3810
3811 2007-06-19  Wim Taymans  <wim@fluendo.com>
3812
3813         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3814         (rtsp_connection_close), (rtsp_connection_free):
3815         Use threadsafe inet_ntop to convert an ip number to a string. 
3816         Fixes #447961.
3817         Don't leak fd (and ip) when freeing a connection without first closing
3818         it.
3819
3820 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
3821
3822         * configure.ac:
3823         Back to CVS
3824
3825         * gst-plugins-good.doap:
3826         Add 0.10.6 to the doap file.
3827
3828 === release 0.10.6 ===
3829
3830 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
3831
3832         * configure.ac:
3833           releasing 0.10.6, "Wobble Board"
3834
3835 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3836
3837         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3838         (rtsp_connection_free):
3839           Revert previous commit again, since we are frozen (sorry).
3840
3841 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3842
3843         Patch by: Peter Kjellerstedt <pkj at axis com>
3844
3845         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3846         (rtsp_connection_free):
3847           inet_ntoa() uses a static buffer internally, so we need to copy the
3848           returned string if we want to store it for later (#447961).
3849
3850 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3851
3852         * win32/vs6/autogen.dsp:
3853         * win32/vs6/gst_plugins_good.dsw:
3854         * win32/vs6/libgstalaw.dsp:
3855         * win32/vs6/libgstalpha.dsp:
3856         * win32/vs6/libgstalphacolor.dsp:
3857         * win32/vs6/libgstapetag.dsp:
3858         * win32/vs6/libgstaudiofx.dsp:
3859         * win32/vs6/libgstauparse.dsp:
3860         * win32/vs6/libgstautodetect.dsp:
3861         * win32/vs6/libgstavi.dsp:
3862         * win32/vs6/libgstcutter.dsp:
3863         * win32/vs6/libgstdirectdraw.dsp:
3864         * win32/vs6/libgstdirectsound.dsp:
3865         * win32/vs6/libgsteffectv.dsp:
3866         * win32/vs6/libgstflx.dsp:
3867         * win32/vs6/libgstgoom.dsp:
3868         * win32/vs6/libgsticydemux.dsp:
3869         * win32/vs6/libgstid3demux.dsp:
3870         * win32/vs6/libgstinterleave.dsp:
3871         * win32/vs6/libgstjpeg.dsp:
3872         * win32/vs6/libgstlevel.dsp:
3873         * win32/vs6/libgstmatroska.dsp:
3874         * win32/vs6/libgstmedian.dsp:
3875         * win32/vs6/libgstmonoscope.dsp:
3876         * win32/vs6/libgstmulaw.dsp:
3877         * win32/vs6/libgstmultipart.dsp:
3878         * win32/vs6/libgstqtdemux.dsp:
3879         * win32/vs6/libgstrtp.dsp:
3880         * win32/vs6/libgstrtsp.dsp:
3881         * win32/vs6/libgstsmpte.dsp:
3882         * win32/vs6/libgstspeex.dsp:
3883         * win32/vs6/libgstudp.dsp:
3884         * win32/vs6/libgstvideobalance.dsp:
3885         * win32/vs6/libgstvideobox.dsp:
3886         * win32/vs6/libgstvideocrop.dsp:
3887         * win32/vs6/libgstvideoflip.dsp:
3888         * win32/vs6/libgstvideomixer.dsp:
3889         * win32/vs6/libgstwaveform.dsp:
3890         * win32/vs6/libgstwavenc.dsp:
3891         * win32/vs6/libgstwavparse.dsp:
3892         Mark *.dsp & *.dsw as binary files and convert to DOS line
3893         endings, as they don't load into VS6 correctly otherwise.
3894
3895 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3896
3897         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3898         (rtsp_connection_connect):
3899         Fix the MingW build. 
3900         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
3901         Fixes: #446981
3902
3903 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3904
3905         * tests/check/elements/.cvsignore:
3906         * tests/icles/.cvsignore:
3907         Hush the buildbots up
3908
3909 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3910
3911         * configure.ac:
3912         * sys/Makefile.am:
3913         * sys/directdraw/Makefile.am:
3914         * sys/directsound/Makefile.am:
3915         * sys/waveform/Makefile.am:
3916         Make sure to dist everything needed for win32 builds.
3917
3918 2007-06-14  Edward Hervey  <edward@fluendo.com>
3919
3920         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3921         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
3922         caps.
3923         Fixes #447458
3924
3925 2007-06-13  Wim Taymans  <wim@fluendo.com>
3926
3927         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
3928         Make sure we allocate enough memory for the codec_data.
3929         Fixes #447210.
3930
3931 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
3932
3933         * win32/MANIFEST:
3934         Add videocrop project file to the win32 manifest.
3935         * win32/vs6/gst_plugins_good.dsw:
3936         Add qtdemux,videocrop and waveform projects to the workspace.
3937         * win32/vs6/libgstqtdemux.dsp:
3938         Add zlib to the link list of qtdemux.
3939         * win32/vs6/libgstvideocrop.dsp:
3940         Add a project file for videocrop.
3941
3942 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3943
3944         * po/POTFILES.in:
3945         Add qtdemux for translation
3946
3947 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3948
3949         * configure.ac:
3950         * docs/plugins/Makefile.am:
3951         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3952         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3953         * docs/plugins/inspect/plugin-videocrop.xml:
3954         * gst-plugins-good.spec.in:
3955         * sys/Makefile.am:
3956         * tests/check/Makefile.am:
3957         * tests/icles/Makefile.am:
3958         * tests/icles/videocrop-test.c:
3959         Move videocrop and osxvideo from -bad.
3960
3961 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3962
3963         * configure.ac:
3964         * docs/plugins/Makefile.am:
3965         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3966         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3967         * docs/plugins/gst-plugins-good-plugins.args:
3968         * docs/plugins/inspect/plugin-qtdemux.xml:
3969         * docs/plugins/inspect/plugin-quicktime.xml:
3970         * win32/MANIFEST:
3971         Move qtdemux from -bad.
3972
3973         * gst-plugins-good.spec.in:
3974         Update spec file to reflect moving of qtdemux and wavpack
3975
3976 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3977         
3978         * win32/MANIFEST:
3979         * docs/plugins/Makefile.am:
3980         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3981         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3982         * docs/plugins/inspect/plugin-directdraw.xml:
3983         * docs/plugins/inspect/plugin-directsound.xml:
3984         * docs/plugins/inspect/plugin-waveform.xml:
3985         Move the waveform plugin from -bad too. Update the inspect xml
3986         files to mention Plugins Good instead of Plugins Bad.
3987
3988 2007-06-12  Andy Wingo  <wingo@pobox.com>
3989
3990         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
3991         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
3992         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
3993         finalization and resuscitation. No longer public.
3994         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
3995         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
3996         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
3997         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
3998         miniobject semantics, and be threadsafe.
3999         (gst_v4l2src_queue_frame): Remove this function, as we just call
4000         the ioctls directly in the two places where we queue buffers.
4001         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
4002         directly.
4003         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
4004         to allocate the pool, which also preallocates the GstBuffers.
4005         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
4006         queueing the frames directly.
4007         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
4008         mmap buffers have been dequeued.
4009
4010         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
4011         real MiniObject instead of rolling our own refcounting and
4012         finalizing. Give it a lock.
4013         (struct _GstV4l2Buffer): Remove one intermediary object, having
4014         the buffers hold the struct v4l2_buffer directly.
4015
4016         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
4017         capture_init so that it can set them on the buffers that it will
4018         create.
4019         (gst_v4l2src_get_read): For better or for worse, include the
4020         timestamping and offsetting code here; really we should be using
4021         bufferalloc though.
4022         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
4023         preallocated, mmap'd buffers.
4024
4025 2007-06-11  Wim Taymans  <wim@fluendo.com>
4026
4027         Patch by: daniel fischer <dan at f3c dot com>
4028
4029         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
4030         (gst_ximage_src_get_caps):
4031         Actually use the display_name property so that we can dump any
4032         available X display. Fixes #445905.
4033
4034 2007-06-11  Wim Taymans  <wim@fluendo.com>
4035
4036         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
4037
4038         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
4039         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
4040         Add missing rate fields to caps. Fixes #441118.
4041
4042 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
4043
4044         * win32/vs6/gst_plugins_good.dsw:
4045         * win32/vs8/gst-plugins-good.sln:
4046         Add DirectSound and DirectDraw sinks project files to
4047         workspace and solution files.
4048
4049 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
4050
4051         Patch by: Josh Coalson <xflac at yahoo dot com>,
4052         updated by Alexis Ballier <aballier at gentoo dot org>:
4053
4054         * configure.ac:
4055         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
4056         (gst_flac_dec_setup_seekable_decoder),
4057         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
4058         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
4059         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
4060         * ext/flac/gstflacdec.h:
4061         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
4062         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
4063         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
4064         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
4065         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
4066         (gst_flac_enc_chain), (gst_flac_enc_set_property),
4067         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
4068         * ext/flac/gstflacenc.h:
4069         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
4070         
4071 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
4072
4073         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
4074         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
4075         not necessary anymore as we need at least that core version. 
4076
4077 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
4078
4079         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
4080         (gst_wavpack_dec_chain):
4081         * ext/wavpack/gstwavpackdec.h:
4082         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
4083         (gst_wavpack_parse_push_buffer):
4084         * ext/wavpack/gstwavpackparse.h:
4085         Improve discont handling by checking if the next Wavpack block has
4086         the expected, following block index.
4087
4088 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4089
4090         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
4091           Fix element description.
4092
4093 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4094
4095         * configure.ac:
4096         * docs/plugins/Makefile.am:
4097         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4098         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4099         * docs/plugins/gst-plugins-good-plugins.args:
4100         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4101         * docs/plugins/gst-plugins-good-plugins.signals:
4102         * docs/plugins/inspect/plugin-autodetect.xml:
4103         * docs/plugins/inspect/plugin-gconfelements.xml:
4104         * docs/plugins/inspect/plugin-ladspa.xml:
4105         * docs/plugins/inspect/plugin-rtp.xml:
4106         * docs/plugins/inspect/plugin-wavpack.xml:
4107         * ext/Makefile.am:
4108         * tests/check/Makefile.am:
4109           move wavpack plugin.  See #352605.
4110
4111 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
4112
4113         * configure.ac:
4114         * docs/plugins/Makefile.am:
4115         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4116         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4117         * docs/plugins/gst-plugins-good-plugins.args:
4118         * sys/Makefile.am:
4119         * win32/MANIFEST:
4120         Add DirectDraw & DirectSound plugins to the build and docs.
4121
4122 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
4123
4124         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
4125         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
4126           When operating in pull mode, error out correct on not-linked.
4127
4128 2007-06-06  Andy Wingo  <wingo@pobox.com>
4129
4130         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
4131         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
4132         format and size if the ioctls are defined; should fix compilation
4133         on Linux < 2.16.19.
4134
4135 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
4136
4137         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
4138           Printf fixes in debug statements; use LOG level for debug statements
4139           that are printed for each and every frame; convert c++ comments to
4140           C-style comments; not much point using g_try_malloc() if we then not
4141           even check the return value.
4142
4143 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
4144
4145         * configure.ac:
4146           Bump requirements to released versions (core and base 0.10.13).
4147
4148         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
4149           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
4150           own implementation.
4151
4152 2007-06-05  Andy Wingo  <wingo@pobox.com>
4153
4154         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
4155         some useless comments.
4156
4157         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
4158         frames before calling STREAMON, that might leave them in a state
4159         where they can't be dequeued if we go back to NULL without calling
4160         STREAMON, according to the docs.
4161         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
4162         before we call STREAMON.
4163         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
4164         failures. (For me this code hung.) The pool refcounting is still
4165         crack; added a note to that effect.
4166
4167 2007-06-05  Wim Taymans  <wim@fluendo.com>
4168
4169         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
4170         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
4171         Add support for mapping gst structure names to the MIME type equivalent.
4172         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
4173
4174 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
4175
4176         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4177         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
4178         (gst_wavenc_chain), (gst_wavenc_change_state):
4179         * gst/wavenc/gstwavenc.h:
4180         Properly write wav files with width!=depth by having the depth most
4181         significant bytes set and all others zero. Fixes #442535.
4182
4183 2007-06-01  Wim Taymans  <wim@fluendo.com>
4184
4185         * gst/rtsp/rtspconnection.c:
4186         Add include to make buildbot happy.
4187
4188 2007-06-01  Wim Taymans  <wim@fluendo.com>
4189
4190         Patch by: Peter Kjellerstedt  <pkj at axis com>
4191
4192         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4193         (rtsp_connection_connect), (add_date_header),
4194         (rtsp_connection_send), (parse_response_status),
4195         (parse_request_line), (parse_line), (rtsp_connection_receive):
4196         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
4197         * gst/rtsp/rtspdefs.h:
4198         * gst/rtsp/rtspmessage.c: (key_value_foreach),
4199         (rtsp_message_init_request), (rtsp_message_init_response),
4200         (rtsp_message_remove_header), (rtsp_message_append_headers),
4201         (rtsp_message_dump):
4202         * gst/rtsp/rtspmessage.h:
4203         Improves version checking, allowing an RTSP server to reply with "505
4204         RTSP Version not supported.
4205         Adds a Date header to all messages.
4206         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
4207         want to be able to send a response even if something in the request was
4208         invalid. EINVAL is only used when passing wrong arguments to functions.
4209         Do not handle an invalid method in parse_request_line(). Defer this to
4210         the caller so it can respond with "405 Method Not Allowed".
4211         Improves parsing of the timeout parameter to the Session header,
4212         allowing whitespace after the semicolon. 
4213         Avoids a compiler warning due to variables shadowing a function argument.
4214
4215 2007-06-01  Wim Taymans  <wim@fluendo.com>
4216
4217         Based on Patch by: Daniel Charles <dcharles at ti dot com>
4218
4219         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
4220         (gst_rtp_amr_depay_process):
4221         * gst/rtp/gstrtpamrdepay.h:
4222         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
4223         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
4224         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
4225         * gst/rtp/gstrtpamrpay.h:
4226         Add support for AMR-WB.
4227         Small cleanups such as using BOILERPLATE.
4228
4229 2007-05-31  Wim Taymans  <wim@fluendo.com>
4230
4231         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
4232         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
4233
4234 2007-05-30  Andy Wingo  <wingo@pobox.com>
4235
4236         * sys/v4l2/gstv4l2object.h: 
4237         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
4238         unintended changes.
4239
4240         * sys/v4l2/v4l2src_calls.h: 
4241         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
4242         the format list in the order that the driver gives it to us.
4243         (gst_v4l2src_probe_caps_for_format_and_size)
4244         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
4245         based on the capabilities of the device.
4246         (gst_v4l2src_grab_frame): Update for object variable renaming.
4247         (gst_v4l2src_set_capture): Update to be strict in its parameters,
4248         as in the set_caps below.
4249         (gst_v4l2src_capture_init): Update for object variable renaming,
4250         and reflow.
4251         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
4252         (gst_v4l2src_capture_deinit): Update for object variable renaming.
4253         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
4254         (gst_v4l2src_get_fps): Remove; these functions don't have much
4255         meaning outside of an atomic set_caps method.
4256         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
4257         known.
4258
4259         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
4260         call to update_fps; not sure about this change.
4261         (gst_v4l2_tuner_set_norm): Work around the fact that for the
4262         moment we don't have an update_fps_func.
4263
4264         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
4265         structures in the object, just store what we need. Do store the
4266         probed caps of the device. Don't store the current frame rate.
4267
4268         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
4269         update_fps_function, for now. Update for new object variable
4270         naming.
4271         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
4272         new object variable naming.
4273         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
4274         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
4275         (gst_v4l2src_get_caps): Rework to probe the device for supported
4276         frame sizes and frame rates.
4277         (gst_v4l2src_set_caps): Rework to be strict in the given
4278         parameters: if someone asks us to have a certain size and rate,
4279         that is what we configure.
4280         (gst_v4l2src_get_read): Update for object variable naming. Don't
4281         leak buffers on short reads.
4282         (gst_v4l2src_get_mmap): Update for object variable naming, and add
4283         comments.
4284         (gst_v4l2src_create): Update for object variable naming.
4285
4286 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
4287
4288         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
4289         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
4290         * gst/avi/gstavidemux.h:
4291           Parse subtitle text streams instead of erroring out (#442034). Still
4292           needs a parser for the subtitles to actually show up.
4293
4294 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
4295
4296         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
4297         (gst_avi_demux_loop):
4298           Make _push_event() return TRUE if the event could be pushed on at
4299           least one pad and not only if it could be pushed on all pads,
4300           otherwise we'll end up posting an error message on EOS if one or
4301           more source pads are not connected.
4302
4303 2007-05-28  Wim Taymans  <wim@fluendo.com>
4304
4305         * gst/rtsp/rtsptransport.c:
4306         Use renamed RTP bin.
4307
4308 2007-05-28  Wim Taymans  <wim@fluendo.com>
4309
4310         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
4311
4312         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
4313         (gst_video_box_set_property), (gst_video_box_transform_caps),
4314         (video_box_recalc_transform), (gst_video_box_set_caps),
4315         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
4316         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
4317         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
4318         (gst_video_box_i420_i420), (gst_video_box_transform),
4319         (plugin_init):
4320         Add AYUV->AYUV and AYUV->I420 formats. 
4321         Fix negotiation and I420->AYUV conversion.
4322         Fixes #429329.
4323
4324 2007-05-26  Wim Taymans  <wim@fluendo.com>
4325
4326         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
4327         Use different variables for nested for loops so that the outer loop
4328         functions properly and speex files with multiple frames per buffer work
4329         properly.
4330         Fixes #441408.
4331
4332 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
4333
4334         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
4335           Don't leak newsegment events.
4336
4337 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
4338
4339         * gst/wavparse/Makefile.am:
4340           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
4341           drags it in.
4342
4343 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
4344
4345         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
4346         (notgst_value_array_append_buffer),
4347         (gst_flac_enc_process_stream_headers),
4348         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
4349         (gst_flac_enc_change_state):
4350         * ext/flac/gstflacenc.h:
4351           Collect headers, add "streamheader" field to output caps and set
4352           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
4353           produces output according to the official FLAC-to-Ogg mapping
4354           instead of completely broken files. Fixes #426044.
4355
4356 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
4357
4358         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
4359         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
4360         (gst_id3demux_sink_event):
4361         * gst/id3demux/gstid3demux.h:
4362         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
4363         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
4364         (gst_tag_demux_send_new_segment):
4365         Handle and adjust new-segment events so that downstream really
4366         sees a stream with the tag pieces stripped off the front and back.
4367         Fixes strangeness in seeking when mp3 decoders use the new-segment
4368         byte position to estimate their current playback position timestamp
4369         and then the arriving buffers don't match up.
4370
4371 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
4372
4373         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
4374           Don't unnecessarily perform a READY->NULL->READY transition on the
4375           detected audio sink when starting up. Fixes: #440127
4376
4377 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
4378
4379         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
4380         (gst_flac_enc_chain):
4381           Don't crash in chain function if setcaps hasn't been called.
4382
4383 2007-05-24  Wim Taymans  <wim@fluendo.com>
4384
4385         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
4386         Init value to avoid infinte loops.
4387
4388 2007-05-24  Wim Taymans  <wim@fluendo.com>
4389
4390         Patch by: Peter Kjellerstedt  <pkj at axis com>
4391
4392         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
4393         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
4394         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
4395         (gst_rtspsrc_play):
4396         (rtsp_connection_send), (rtsp_connection_receive):
4397         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
4398         Fix for new API.
4399
4400         * gst/rtsp/rtspconnection.c: (add_auth_header),
4401         Only add authorisation and session headers when sending messages.
4402
4403         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
4404         (rtsp_message_init_request), (rtsp_message_init_response),
4405         (rtsp_message_unset), (rtsp_message_add_header),
4406         (rtsp_message_remove_header), (rtsp_message_get_header),
4407         (rtsp_message_append_headers), (dump_key_value),
4408         (rtsp_message_dump):
4409         * gst/rtsp/rtspmessage.h:
4410         Add support for multiple headers of the same type by storing the parsed
4411         headers in a GArray instaed of a hashtable.
4412
4413 2007-05-21  Wim Taymans  <wim@fluendo.com>
4414
4415         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
4416         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
4417         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
4418         safer shutdown.
4419
4420 2007-05-21  Wim Taymans  <wim@fluendo.com>
4421
4422         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
4423         * gst/rtsp/gstrtpdec.h:
4424         Added signal for backwards compat.
4425
4426 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
4427         
4428         Patch by: René Stadler <mail at renestadler dot de>
4429
4430         * configure.ac:
4431         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4432         (gst_au_parse_parse_header), (gst_au_parse_chain):
4433         * gst/auparse/gstauparse.h:
4434         Use audioconvert for converting from non-native endianness floats
4435         in auparse instead of doing it ourself. Fixes #424527.
4436         This needs the audioconvert from plugins-base CVS.
4437         
4438 2007-05-21  Wim Taymans  <wim@fluendo.com>
4439
4440         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
4441         (gst_rtp_h263p_pay_flush):
4442         Fix enum registration.
4443
4444 2007-05-21  Wim Taymans  <wim@fluendo.com>
4445
4446         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
4447
4448         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
4449         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
4450         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
4451         (gst_rtp_h263p_pay_flush):
4452         * gst/rtp/gstrtph263ppay.h:
4453         Add new fragmentation mode base on GOB headers. Fixes #438940.
4454
4455 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
4456
4457         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
4458           Printf format fix.
4459
4460 2007-05-18  Wim Taymans  <wim@fluendo.com>
4461
4462         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
4463         Don't crash when an unsupported transport error was returned by the
4464         server, just try to configure the next stream. Fixes #439255.
4465
4466 2007-05-18  Wim Taymans  <wim@fluendo.com>
4467
4468         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4469         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4470         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
4471         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4472         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
4473         * gst/rtsp/gstrtspsrc.h:
4474         Add TCP timeout property and use it for all TCP connection.
4475
4476         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4477         (rtsp_connection_write), (rtsp_connection_next_timeout),
4478         (rtsp_connection_reset_timeout):
4479         Make connect and writes cancelable and make them use the timeout.
4480
4481 2007-05-18  Wim Taymans  <wim@fluendo.com>
4482
4483         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
4484         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
4485         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4486         (gst_rtspsrc_setup_streams):
4487         Refactor timeout handling.
4488         Also send keep-alive when dealing with TCP transport.
4489
4490         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4491         (rtsp_connection_free), (rtsp_connection_next_timeout),
4492         (rtsp_connection_reset_timeout):
4493         * gst/rtsp/rtspconnection.h:
4494         Use a timer to handle the session timeouts, add some methods to deal
4495         with timeouts.
4496
4497 2007-05-17  Wim Taymans  <wim@fluendo.com>
4498
4499         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
4500         (gst_rtspsrc_setup_streams):
4501         Ignore streams that fail the setup command, we will retry with a
4502         different transport later on.
4503
4504         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
4505         (rtsp_ext_wms_configure_stream):
4506         Fix encoding name case.
4507
4508 2007-05-16  Edward Hervey  <edward@fluendo.com>
4509
4510         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
4511         Fix build on macosx.
4512
4513 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
4514
4515         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
4516         Replace direct comparison of a string with the string literal "" with
4517         a comparison of the first character with '\0'. Fixes #438926.
4518
4519 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4520
4521         * gst/debug/breakmydata.c (gst_break_my_data_init):
4522           One more try. This should be the proper fix now.
4523
4524 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4525
4526         * gst/debug/breakmydata.c:
4527           Ooops, no // comments please.
4528
4529 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4530
4531         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
4532         (gst_break_my_data_init):
4533           Fix gst_buffer_is_writable() assertion.
4534
4535 2007-05-14  David Schleef  <ds@schleef.org>
4536
4537         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
4538           video/x-raw-bayer.  Fixes #314160.
4539
4540 2007-05-14  Wim Taymans  <wim@fluendo.com>
4541
4542         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
4543         (gst_rtp_theora_depay_parse_configuration):
4544         * gst/rtp/gstrtptheorapay.c: (encode_base64),
4545         (gst_rtp_theora_pay_finish_headers),
4546         (gst_rtp_theora_pay_handle_buffer):
4547         Update theora pay/depayloader in a similar to vorbis.
4548
4549         * gst/rtp/gstrtpvorbisdepay.c:
4550         (gst_rtp_vorbis_depay_parse_configuration):
4551         Update docs.
4552
4553 2007-05-14  Wim Taymans  <wim@fluendo.com>
4554
4555         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
4556         When we try to execute a method that is not supported by the server,
4557         don't error out but remove the method from the accepted methods so that
4558         we never try to perform this method again.
4559
4560 2007-05-14  Wim Taymans  <wim@fluendo.com>
4561
4562         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
4563         Remove annoying _dump_mem.
4564
4565 2007-05-14  Wim Taymans  <wim@fluendo.com>
4566
4567         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
4568         Parse range correctly.
4569
4570         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
4571         The baseurl now always has a '/' at the start.
4572
4573 2007-05-14  Wim Taymans  <wim@fluendo.com>
4574
4575         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
4576         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
4577         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
4578         Factor out caps configuration and configure more stuff such as the time
4579         ranges and speed/scale values.
4580
4581         * gst/rtsp/rtsptransport.c:
4582         Add Copyright after non-trival fixes.
4583
4584 2007-05-12  Wim Taymans  <wim@fluendo.com>
4585
4586         Patch by: Peter Kjellerstedt  <pkj at axis com>
4587
4588         * gst/rtsp/gstrtspsrc.h:
4589         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4590         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
4591         (rtsp_message_get_header):
4592         * gst/rtsp/rtspmessage.h:
4593         Make channel guint8 where possible.
4594         Make rtsp_message_init_data() take the channel as a guint8.
4595
4596         * gst/rtsp/rtspdefs.c:
4597         Fixed a typo: Timout -> Timeout
4598
4599         * gst/rtsp/rtspdefs.h:
4600         Make RTSP_CHECK() behave as a statement.
4601
4602         * gst/rtsp/sdpmessage.c:
4603         Avoid a compiler warning in INIT_ARRAY().
4604         Fixes #437692.
4605
4606 2007-05-12  Wim Taymans  <wim@fluendo.com>
4607
4608         Patch by: Peter Kjellerstedt  <pkj at axis com>
4609
4610         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
4611         (rtsp_url_get_request_uri):
4612         * gst/rtsp/rtspurl.h:
4613         Add support for query parameters to RTSP URLs.
4614
4615 2007-05-12  Wim Taymans  <wim@fluendo.com>
4616
4617         Patch by: Peter Kjellerstedt  <pkj at axis com>
4618
4619         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
4620         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
4621         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
4622         (rtsp_transport_parse), (rtsp_transport_as_text):
4623         * gst/rtsp/rtsptransport.h:
4624         Add validation to rtsp_transport_parse().
4625         Add rtsp_transport_as_text() to generate an RTSP header from an
4626         RTSPTransport.
4627         Change ssrc to guint (was a string) since that is what it is, even
4628         though it is sent as a hex string.
4629         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
4630         incorrect, which can be seen when looking at the examples in the RFC).
4631         Fixes #437670.
4632
4633 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
4634
4635         Patch by: Eric Anholt
4636
4637         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
4638           gst_ximage_src_ximage_get):
4639         Use union of all damage between frames to make it faster.
4640         Fixes bug #342463.
4641         Also fix crasher when cursor is at bottom right of window.
4642
4643 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
4644
4645         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4646           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
4647           streaming mode regression for file from #343837 with 'bext' chunk
4648           before the 'fmt' chunk.
4649
4650 2007-05-11  Wim Taymans  <wim@fluendo.com>
4651
4652         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
4653         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
4654         (gst_rtspsrc_handle_src_event),
4655         (gst_rtspsrc_stream_configure_manager),
4656         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
4657         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
4658         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
4659         * gst/rtsp/gstrtspsrc.h:
4660         * gst/rtsp/rtspdefs.h:
4661         Preliminary seek support.
4662         Activate internal pads so that we can receive events on them.
4663         Don't try to parse a range string when it's NULL.
4664
4665 2007-05-11  Wim Taymans  <wim@fluendo.com>
4666
4667         * gst/rtp/README:
4668         Update README with new RTP variables that will be used for
4669         synchronisation.
4670
4671         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
4672         (gst_rtp_vorbis_depay_parse_configuration),
4673         (gst_rtp_vorbis_depay_process):
4674         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
4675         (gst_rtp_vorbis_pay_finish_headers),
4676         (gst_rtp_vorbis_pay_handle_buffer):
4677         Update vorbis pay and depayloader to draft-04.
4678
4679 2007-05-11  Wim Taymans  <wim@fluendo.com>
4680
4681         * gst/rtsp/rtsptransport.c:
4682         UDP MCAST is actually the default for RTP/AVP.
4683 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
4684
4685         * gst/level/gstlevel.c: (gst_level_transform_ip):
4686         Use guint8 * instead of gpointer then vs6 can build 
4687         in_data += (filter->width / 8).
4688
4689 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
4690
4691         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
4692           gst_ximage_src_ximage_get):
4693         * sys/ximage/gstximagesrc.h (last_ximage):
4694         When using Damage actually keep the last frame, and not assume
4695         that the buffer we get already has the last frame on it.
4696         Copy the cursor over if we specify a non-zero start x and
4697         start y.
4698
4699 2007-05-11  Wim Taymans  <wim@fluendo.com>
4700
4701         * gst/rtsp/rtsptransport.c:
4702         Make UDP the default transport when not specified.
4703
4704 2007-05-09  David Schleef  <ds@schleef.org>
4705
4706         * gst/level/gstlevel.c:
4707           Revert last change.
4708
4709 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
4710
4711         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
4712         (gst_level_transform_ip):
4713         Use guint8 * instead of gpointer then vs6 know the size of data
4714         pointed when moving the pointer.
4715         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
4716         Move instructions after variables declaration.
4717         * win32/vs6/autogen.dsp:
4718         * win32/vs6/libgstrtp.dsp:
4719         * win32/vs6/libgstrtsp.dsp:
4720         Update vs6 project files.
4721
4722 2007-05-09  Wim Taymans  <wim@fluendo.com>
4723
4724         * gst/rtsp/Makefile.am:
4725         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
4726         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
4727         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
4728         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
4729         (rtsp_range_free):
4730         * gst/rtsp/rtsprange.h:
4731         Add code to parse time ranges.
4732         Report DURATION on the stream when possible.
4733
4734 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
4735
4736         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
4737         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
4738         (gst_videomixer_collected):
4739           Fix strides calculation for AYUV (it's just width*4) (#436910).
4740
4741 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4742
4743         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
4744         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
4745         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
4746         Sync the GObject properties before each processing step to properly
4747         work with the controller.
4748
4749 2007-05-04  Wim Taymans  <wim@fluendo.com>
4750
4751         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
4752         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4753         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
4754         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
4755         (gst_rtspsrc_change_state):
4756         Let more error state trickle down so that we can catch more error
4757         cases.
4758         Handle keep-alive a little smarter by selecting a method the server
4759         actually supports.
4760         Fix a race in UDP streaming shutdown.
4761
4762 2007-05-04  Wim Taymans  <wim@fluendo.com>
4763
4764         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
4765         Ignore errors when trying to use the keep-alive messages.
4766
4767 2007-05-04  Wim Taymans  <wim@fluendo.com>
4768
4769         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
4770         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
4771         (gst_rtspsrc_stream_configure_manager),
4772         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4773         (gst_rtspsrc_stream_configure_mcast),
4774         (gst_rtspsrc_stream_configure_udp),
4775         (gst_rtspsrc_stream_configure_udp_sink),
4776         (gst_rtspsrc_stream_configure_transport):
4777         Send RTCP messages back to the server over the TCP connection.
4778
4779         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
4780         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4781         (rtsp_connection_receive):
4782         * gst/rtsp/rtspconnection.h:
4783         Factor out and expose lowlevel _write and _read methods.
4784         Implement sending data messages to the server.
4785
4786 2007-05-03  Wim Taymans  <wim@fluendo.com>
4787
4788         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
4789         (gst_multipart_mux_collected):
4790         Fix timestamps on outgoing buffers.
4791
4792 2007-05-03  Wim Taymans  <wim@fluendo.com>
4793
4794         * gst/multipart/multipartmux.c:
4795         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
4796         (gst_multipart_mux_change_state):
4797         Emit NEWSEGMENT events before pushing the first buffer.
4798
4799 2007-05-03  Wim Taymans  <wim@fluendo.com>
4800
4801         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4802         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
4803         (gst_rtspsrc_handle_src_query),
4804         (gst_rtspsrc_stream_configure_manager),
4805         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4806         (gst_rtspsrc_stream_configure_mcast),
4807         (gst_rtspsrc_stream_configure_udp),
4808         (gst_rtspsrc_stream_configure_udp_sink),
4809         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
4810         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
4811         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4812         (gst_rtspsrc_pause):
4813         Refactor transport configuration code.
4814         Create internal pads for TCP transport so that we can implement events
4815         and queries.
4816         Handle events and queries.
4817         Parse range from the SDP.
4818         Fix race in pause handler where the connection could still be flushing.
4819
4820 2007-05-02  Wim Taymans  <wim@fluendo.com>
4821
4822         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4823         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
4824         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4825         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
4826         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
4827         (gst_rtspsrc_change_state):
4828         * gst/rtsp/gstrtspsrc.h:
4829         Fix race when multiple udp sources post timeouts, just act on the first
4830         received timeout.
4831         Protect stream list with a recursive lock to fix some races.
4832         Flush connection when we need to do a reconnect or stop.
4833         Make state lock recursive.
4834
4835         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4836         (rtsp_connection_close):
4837         Some small cleanups.
4838
4839 2007-05-02  Wim Taymans  <wim@fluendo.com>
4840
4841         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4842         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4843         Only set DISCONT when there actually is a discont or when we just
4844         started.
4845
4846 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4847
4848         * ext/flac/gstflac.c: (plugin_init):
4849         Call bindtextdomain() to get localized strings.
4850
4851 2007-05-02  Wim Taymans  <wim@fluendo.com>
4852
4853         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4854         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
4855         (gst_wavparse_stream_data):
4856         * gst/wavparse/gstwavparse.h:
4857         Be a bit more clever when dealing with VBR files with FACT tags, we
4858         don't want to timestamp buffers in that case but the estimated BPS can
4859         be used for seeking.
4860         Only send close segment in the streaming thread.
4861
4862 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4863
4864         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
4865         Correctly post an error on the bus if something went wrong in the loop
4866         function. This fixes a few cases where the task was paused and nothing
4867         happened anymore.
4868
4869 2007-05-02  Wim Taymans  <wim@fluendo.com>
4870
4871         * gst/rtsp/test.c: (main):
4872         Fix compilation of deprecated test just because I'm too lazy to delete
4873         it.
4874
4875 2007-05-02  Wim Taymans  <wim@fluendo.com>
4876
4877         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4878         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4879         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
4880         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
4881         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4882         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
4883         * gst/rtsp/gstrtspsrc.h:
4884         Fix sending RTCP to the right place.
4885         Fix bug in reffing the wrong UDP element.
4886         Use new pad names for the session manager.
4887         Implement handling server requests in interleaved and UDP modes.
4888         Handle session keep-alive in UDP modes.
4889         Remove GCond for handling UDP timeouts.
4890
4891         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4892         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4893         (rtsp_connection_receive), (rtsp_connection_close):
4894         * gst/rtsp/rtspconnection.h:
4895         Store connection IP address for later.
4896         Add timeout args to all operations that might block forever.
4897         Parse session timeout.
4898         Only close sockets when not already closed.
4899
4900         * gst/rtsp/rtspdefs.c:
4901         * gst/rtsp/rtspdefs.h:
4902         Add timeout return value and error string.
4903
4904         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
4905         Add small comment.
4906
4907 2007-05-01  Wim Taymans  <wim@fluendo.com>
4908
4909         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4910
4911         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
4912         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
4913         * gst/rtp/gstrtpmp4vpay.h:
4914         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
4915
4916 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
4917
4918         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4919           Remove v4l2src from docs, since it breaks the docs build, and the
4920           plugin is only built if --enable-experimental is used anyway.
4921
4922         * docs/plugins/Makefile.am:
4923           Spaces => tab.
4924
4925 2007-04-29  Wim Taymans  <wim@fluendo.com>
4926
4927         * gst/udp/gstmultiudpsink.c: (leave_multicast),
4928         (gst_multiudpsink_add), (gst_multiudpsink_remove):
4929         Add code to drop membership of a multicast group.
4930
4931         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
4932         (gst_udpsink_set_uri):
4933         Implement URI handler.
4934
4935         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4936         (gst_rtspsrc_parse_rtpinfo):
4937         Use URI handler to make udpsink instace.
4938         Improve code to configure port and destination.
4939
4940 2007-04-29  Wim Taymans  <wim@fluendo.com>
4941
4942         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
4943         Fix multicast detection.
4944         Don't try to join a multicast group if the address is not multicast.
4945
4946         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
4947         Small debug improvement.
4948
4949 2007-04-27  Wim Taymans  <wim@fluendo.com>
4950
4951         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4952         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4953         (gst_rtspsrc_handle_message):
4954         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
4955         parent.
4956
4957 2007-04-27  Wim Taymans  <wim@fluendo.com>
4958
4959         * gst/rtp/gstrtpilbcdepay.h:
4960         Fix mode property when specified as an arg.
4961
4962 2007-04-26  Edward Hervey  <edward@fluendo.com>
4963
4964         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4965         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4966         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4967         * docs/plugins/inspect/plugin-osxaudio.xml:
4968         Add documentation for osxaudio plugin.
4969
4970 2007-04-26  Wim Taymans  <wim@fluendo.com>
4971
4972         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4973         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4974         (gst_rtspsrc_open), (gst_rtspsrc_close),
4975         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4976         (gst_rtspsrc_pause):
4977         * gst/rtsp/gstrtspsrc.h:
4978         Protect state changes with a lock.
4979
4980         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4981         (parse_line):
4982         * gst/rtsp/rtspconnection.h:
4983         Remove some unused stuff.
4984
4985 2007-04-26  Wim Taymans  <wim@fluendo.com>
4986
4987         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4988         Handle the case where there are exactly 0 bytes to read and the ioctl
4989         did not report an error. Fixes #433530.
4990
4991 2007-04-26  Wim Taymans  <wim@fluendo.com>
4992
4993         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4994         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4995         * gst/wavparse/gstwavparse.h:
4996         Apply DISCONT to buffers.
4997         Only apply timestamp to the first sample after a DISCONT, too many VBR
4998         files cause random jitter in the timestamps. Fixes #433119.
4999
5000 2007-04-25  Wim Taymans  <wim@fluendo.com>
5001
5002         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
5003         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
5004         (gst_rtp_dec_get_property):
5005         * gst/rtsp/gstrtpdec.h:
5006         Add dummy latency property to be backwards compat with rtpbin.
5007
5008         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
5009         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
5010         (gst_rtspsrc_stream_configure_transport),
5011         (gst_rtspsrc_parse_rtpinfo):
5012         * gst/rtsp/gstrtspsrc.h:
5013         Add latency property and configure in the session manager.
5014         Don't set invalid clock-base and seqnum-base on caps, some servers
5015         sometimes don't send them.
5016
5017 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5018
5019         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
5020         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
5021           Double-check that RGB input caps are really RGBA caps (apparently
5022           the core doesn't always catch it if those caps aren't a subset of
5023           our template caps, also see #421543). Fixes #429319 in a way.
5024           Also, don't leak the pad template in the transform_caps function.
5025
5026         * tests/check/Makefile.am:
5027         * tests/check/elements/.cvsignore:
5028         * tests/check/elements/alphacolor.c: (setup_alphacolor),
5029         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
5030         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
5031         (GST_START_TEST), (alphacolor_suite):
5032           Add some basic unit tests for alphacolor.
5033
5034 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5035
5036         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
5037           If we get a fatal flow return in the loop function, first post the
5038           error message and only then send the EOS event downstream, otherwise
5039           applications might get an eos message before the error message and
5040           think everything was ok (related to #429319).
5041
5042 2007-04-25  Wim Taymans  <wim@fluendo.com>
5043
5044         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
5045         Read the channel byte as an unsigned byte.
5046
5047 2007-04-25  Wim Taymans  <wim@fluendo.com>
5048
5049         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
5050         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
5051         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
5052         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
5053         (gst_rtp_gsm_depay_setcaps):
5054         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
5055         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
5056         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
5057         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
5058         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
5059         (gst_ilbc_depay_get_property):
5060         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
5061         * gst/rtp/gstrtpmp4adepay.c:
5062         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
5063         (gst_rtp_pcma_depay_setcaps):
5064         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
5065         (gst_rtp_pcmu_depay_setcaps):
5066         Make sure we configure the clock_rate in the baseclass in the setcaps
5067         function. Fixes #431282.
5068
5069 2007-04-25  Wim Taymans  <wim@fluendo.com>
5070
5071         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
5072         (gst_rtspsrc_stream_free), (request_pt_map),
5073         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
5074         * gst/rtsp/gstrtspsrc.h:
5075         Parse server address from SDP.
5076         Hook up a udpsink to send RTCP back to the server.
5077
5078         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5079         * gst/rtsp/rtsptransport.h:
5080         Add some docs.
5081
5082 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
5083
5084         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
5085           Make header field check conditional. Fixes #433135
5086
5087 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
5088
5089         * docs/plugins/Makefile.am:
5090         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5091         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5092         * docs/plugins/inspect/plugin-alphacolor.xml:
5093         * gst/alpha/Makefile.am:
5094         * gst/alpha/gstalphacolor.c:
5095         * gst/alpha/gstalphacolor.h:
5096           Add minimal docs blurb to alphacolor; split out headers into
5097           separate header file for gtk-doc.
5098
5099 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
5100
5101         * gst/debug/progressreport.c: (gst_progress_report_report):
5102           Don't try to post NULL message (in case we can't query upstream
5103           position or duration).
5104
5105 2007-04-18  Michael Smith  <msmith@fluendo.com>
5106
5107         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
5108         (gst_cutter_get_caps):
5109         * gst/cutter/gstcutter.h:
5110           Fix some of the most obvious bugs in cutter. Now doesn't leak
5111           everything if input is silent.
5112
5113 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
5114
5115         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
5116         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
5117         * gst/wavenc/gstwavenc.h:
5118         Wav apparently only supports width==GST_ROUND_UP(depth), everything
5119         else results in a invalid block align and invalid files.
5120
5121 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
5122
5123         Patch by: Snaik <snaik32 gmail com>
5124
5125         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
5126           Add missing break statement for BOX_HORIZONTAL case.
5127
5128 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
5129
5130         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
5131
5132         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
5133         Use correct format strings for integer types.
5134
5135 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
5136
5137         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
5138         (gst_wavparse_create_sourcepad):
5139         Use gst_riff_create_audio_template_caps () instead of the local caps.
5140         This makes updates of the local caps unecessary whenever libgstriff
5141         gets support for new formats.
5142
5143 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
5144
5145         Patch by: Brian Cameron  <brian.cameron at sun dot com>
5146
5147         * sys/sunaudio/gstsunaudio.c:
5148         * sys/sunaudio/gstsunaudiomixer.c:
5149         * sys/sunaudio/gstsunaudiomixer.h:
5150         * sys/sunaudio/gstsunaudiomixerctrl.c:
5151         * sys/sunaudio/gstsunaudiomixerctrl.h:
5152         * sys/sunaudio/gstsunaudiomixertrack.h:
5153         * sys/sunaudio/gstsunaudiosink.c:
5154         * sys/sunaudio/gstsunaudiosink.h:
5155         * sys/sunaudio/gstsunaudiosrc.c:
5156         * sys/sunaudio/gstsunaudiosrc.h:
5157           Fix and/or update copyright attributions (#430228).
5158
5159 2007-04-13  Wim Taymans  <wim@fluendo.com>
5160
5161         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5162         Fix docs.
5163
5164         * gst/rtsp/URLS:
5165         Add some more example urls.
5166
5167         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
5168         (gst_rtp_dec_chain_rtp):
5169         Better debugging.
5170
5171         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
5172         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
5173         (gst_rtspsrc_parse_rtpinfo):
5174         Remove unused code.
5175
5176 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
5177
5178         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
5179         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
5180         (gst_wavparse_stream_data):
5181           Relax the audio/mpeg caps again and add FIXME: comment.
5182
5183 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
5184
5185         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
5186         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
5187         (gst_wavparse_stream_data):
5188         * gst/wavparse/gstwavparse.h:
5189           More sanity check for the header fields. Fix type for 'rate' header
5190           field.
5191
5192 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
5193
5194         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
5195         (gst_icydemux_unicodify):
5196           If the metadata strings we get in the stream are not UTF-8, try to
5197           interpret them according to the character encodings specified in the
5198           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
5199           only fall back to locale/ISO-8859-1 if those aren't set or don't
5200           work. Should fix #428901.
5201
5202 2007-04-12  Wim Taymans  <wim@fluendo.com>
5203
5204         * gst/rtp/gstrtph264depay.c:
5205         Use the proper sync word for SPS and PPS.
5206
5207 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5208
5209         * gst/rtp/Makefile.am:
5210         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
5211           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
5212         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
5213           Add a simple hashing implementation that we can use to generate
5214           a 24-bit ident value based on the codebooks for vorbis and theora.
5215         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
5216           gst_rtp_theora_pay_handle_buffer):
5217         * gst/rtp/gstrtpvorbisdepay.c
5218           (gst_rtp_vorbis_depay_parse_configuration,
5219           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
5220         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
5221           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
5222           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
5223           Use the hashing function, ensuring that the same codebooks result
5224           in the same ident and thus the same SDP description.
5225           Various log fixes/changes.
5226
5227 2007-04-12  Wim Taymans  <wim@fluendo.com>
5228
5229         Patch by: jerry tan <jerry dot tan at sun dot com>
5230
5231         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
5232         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
5233         application's responsibility to make sure it open the device once.
5234         Remove a careless error if AUDIODEV is set. Fixes #392620.
5235
5236 2007-04-12  Wim Taymans  <wim@fluendo.com>
5237
5238         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
5239         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
5240         * gst/rtsp/gstrtpdec.h:
5241         Make backward compat with rtpbin by adding the request-pt-map signals.
5242
5243         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
5244         (new_session_pad), (request_pt_map),
5245         (gst_rtspsrc_stream_configure_transport),
5246         (gst_rtspsrc_stream_configure_caps),
5247         (gst_rtspsrc_activate_streams):
5248         * gst/rtsp/gstrtspsrc.h:
5249         Implement request-pt-map signals instead of setting caps on the buffers
5250         for the session manager.
5251
5252 2007-04-11  Wim Taymans  <wim@fluendo.com>
5253
5254         * gst/udp/gstudp.c: (plugin_init):
5255         Register GstNetBuffer in plugin_init so that the type can be used from
5256         multiple threads without races.
5257
5258 2007-04-10  Wim Taymans  <wim@fluendo.com>
5259
5260         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
5261         (gst_rtp_amr_depay_process):
5262         Fix depayloader clock_rate and some cleanups.
5263
5264         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
5265         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5266         * gst/rtp/gstrtph264depay.h:
5267         Don't push codec_data in the adapter because it might get flushed when
5268         we get a discont.
5269
5270         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
5271         Handle multiple AU per packet.
5272
5273         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
5274         (gst_rtp_sv3v_depay_plugin_init):
5275         Disable rank, this one does not work.
5276         Remove timestamping, base class does that.
5277
5278 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
5279
5280         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
5281           limit caps to the formats we announce in the template
5282
5283         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
5284         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
5285         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
5286           fix some crashers/asserts when dealing with broken files
5287
5288 2007-04-10  Wim Taymans  <wim@fluendo.com>
5289
5290         Patch by: Peter Kjellerstedt  <pkj at axis com>
5291
5292         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
5293         * gst/rtp/gstrtpL16depay.c:
5294         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
5295         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
5296         (gst_rtp_speex_depay_setcaps):
5297         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5298         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
5299         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
5300         Fix some compiler warnings. Fixes #428182.
5301
5302 2007-04-06  Wim Taymans  <wim@fluendo.com>
5303
5304         * gst/rtsp/Makefile.am:
5305         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
5306         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
5307         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
5308         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
5309         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
5310         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
5311         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
5312         (create_rtcp), (gst_rtp_dec_request_new_pad),
5313         (gst_rtp_dec_release_pad):
5314         * gst/rtsp/gstrtpdec.h:
5315         * gst/rtsp/gstrtsp.c: (plugin_init):
5316         Morph RTPDec into something compatible with RTPBin as a fallback.
5317         Various other style fixes.
5318
5319         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
5320         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
5321         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
5322         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
5323         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
5324         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
5325         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5326         * gst/rtsp/gstrtspsrc.h:
5327         Implement RTPBin session manager handling.
5328         Don't try to add empty properties to caps.
5329         Implement fallback session manager, handling.
5330         Don't combine errors from RTCP streams, just ignore them.
5331
5332         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
5333         * gst/rtsp/rtsptransport.h:
5334         Implement fallback session manager.
5335         Make RTPBin the default one when available.
5336
5337 2007-04-05  Wim Taymans  <wim@fluendo.com>
5338
5339         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
5340         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
5341         This element is ready to be autoplugged.
5342
5343 2007-04-05  Julien MOUTTE  <julien@moutte.net>
5344
5345         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
5346         Don't leave the offsets defined by upstream element on the
5347         compressed data buffer we are pushing downstream. Make them
5348         GST_BUFFER_OFFSET_NONE.
5349
5350 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
5351
5352         * gst/avi/README:
5353         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5354         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
5355         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
5356         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
5357         (gst_avi_demux_calculate_durations_from_index),
5358         (gst_avi_demux_stream_header_push),
5359         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
5360         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
5361           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
5362
5363 2007-04-03  Wim Taymans  <wim@fluendo.com>
5364
5365         * gst/smpte/barboxwipes.c:
5366         Fix error as spotted by Snaik <snaik32 at gmail dot com>
5367
5368 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
5369
5370         * gst/wavparse/gstwavparse.c:
5371         Support audio/x-raw-float in wav files. This only works with
5372         plugins-base CVS, using an older version doesn't have any
5373         disadvantages though.
5374
5375 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
5376
5377         * configure.ac:
5378         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
5379         (gst_au_parse_parse_header), (gst_au_parse_chain):
5380         * gst/auparse/gstauparse.h:
5381         Revert last change as we don't want plugins-good to depend on
5382         plugins-base CVS now.
5383
5384 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5385
5386         * configure.ac:
5387         Require gst-plugins-base CVS for audioconvert with non-native
5388         float support and width/depth fix in libgstriff.
5389
5390         Patch by: René Stadler <mail at renestadler dot de>
5391
5392         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
5393         (gst_au_parse_parse_header), (gst_au_parse_chain):
5394         * gst/auparse/gstauparse.h:
5395         Don't swap the floats ourself if they're not in native endianness.
5396         Instead let audioconvert handle this. Fixes #339838.
5397
5398 2007-03-29  Wim Taymans  <wim@fluendo.com>
5399
5400         * gst/rtp/gstasteriskh263.h:
5401         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
5402         (gst_rtp_h263p_depay_change_state):
5403         * gst/rtp/gstrtph263pdepay.h:
5404         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5405         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
5406         (gst_rtp_h264_depay_change_state):
5407         * gst/rtp/gstrtph264depay.h:
5408         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
5409         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
5410         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
5411         Flush adapter on disconts.
5412
5413 2007-03-29  Wim Taymans  <wim@fluendo.com>
5414
5415         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
5416         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
5417         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
5418         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5419         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
5420         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
5421         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
5422         (gst_rtp_mp4v_depay_process):
5423         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
5424         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
5425         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
5426         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5427         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
5428         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
5429         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
5430         Use more efficient adapter and rtpbuffer methods when possible.
5431
5432 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5433
5434         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
5435         (gst_wavenc_sink_setcaps):
5436         Correctly handle width!=depth input.
5437         * gst/wavparse/gstwavparse.c:
5438         Already export in the caps that width==8 uses unsigned samples and
5439         everything else uses signed samples.
5440
5441 2007-03-29  Wim Taymans  <wim@fluendo.com>
5442
5443         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
5444
5445         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
5446         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
5447         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
5448         (gst_dynudpsink_close):
5449         * gst/udp/gstdynudpsink.h:
5450         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5451         (gst_udpsrc_create), (gst_udpsrc_set_property),
5452         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
5453         * gst/udp/gstudpsrc.h:
5454         Rework the socket allocation a bit based on the sockfd argument so that
5455         it becomes usable.
5456         Add a closefd property to instruct the udp elements to close the custom
5457         file descriptors when going to READY. Fixes #423304.
5458         API:GstUDPSrc::closefd property
5459         API:GstDynUDPSink::closefd property
5460
5461 2007-03-29  Wim Taymans  <wim@fluendo.com>
5462
5463         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
5464
5465         * gst/rtp/Makefile.am:
5466         * gst/rtp/gstrtp.c: (plugin_init):
5467         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
5468         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
5469         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
5470         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
5471         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
5472         (gst_rtp_h264_pay_plugin_init):
5473         * gst/rtp/gstrtph264pay.h:
5474         Added H264 payloader. Fixes #423782.
5475
5476         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5477         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5478         Small fixes.
5479
5480 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5481
5482         * gst/wavparse/gstwavparse.c:
5483         Actually support depths from 1 to 32, not only 8 to 32.
5484
5485 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5486
5487         * gst/wavparse/gstwavparse.c:
5488         Add support for wav files containing audio/x-raw-int with random
5489         depths between 1 and 32 bits.
5490
5491 2007-03-28  Wim Taymans  <wim@fluendo.com>
5492
5493         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
5494
5495         * gst/rtp/Makefile.am:
5496         * gst/rtp/gstrtp.c: (plugin_init):
5497         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
5498         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
5499         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
5500         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
5501         (gst_rtp_mp4a_depay_get_property),
5502         (gst_rtp_mp4a_depay_change_state),
5503         (gst_rtp_mp4a_depay_plugin_init):
5504         * gst/rtp/gstrtpmp4adepay.h:
5505         Added MP4A-LATM depayloader. Fixes #417792.
5506
5507         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
5508         (gst_rtp_mp4v_depay_process):
5509         Fixup depayloader, setting codec_data, using more efficient adaptor and
5510         rtpbuffer handling.
5511
5512         * gst/rtsp/URLS:
5513         Add url to test above.
5514
5515 2007-03-25  Wim Taymans  <wim@fluendo.com>
5516
5517         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
5518         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
5519         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
5520         (gst_rtspsrc_media_to_caps),
5521         (gst_rtspsrc_stream_configure_transport),
5522         (gst_rtspsrc_stream_configure_caps),
5523         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
5524         * gst/rtsp/gstrtspsrc.h:
5525         Handle default clock-rates for static payload types, rearrange stuff so
5526         that the rtpmap field in the sdp can override the defaults.
5527         Parse RTP-Info field to get the seqnum and timebase fields that should
5528         go in the caps.
5529         Delay configuring caps after we got the RTP-Info from the PLAY reply from
5530         the server. 
5531
5532 2007-03-22  Wim Taymans  <wim@fluendo.com>
5533
5534         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
5535
5536         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5537         Accept complex pipeline descriptions as an audio profile instead of just
5538         a single element. Fixes #420658.
5539
5540 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
5541
5542         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
5543           Rename registered type in preparation of GstTagDemux moving to
5544           -base at some point in the future.
5545
5546 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
5547
5548         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
5549           Streaming mode fixes: don't unref buffer we don't own any longer;
5550           remove bogus adapter flush. Fixes #419338.
5551
5552 2007-03-17  David Schleef  <ds@schleef.org>
5553
5554         * REQUIREMENTS: Change the format to key/value, add a bunch of
5555           information, remove a bunch of requirements that are for
5556           other GStreamer packages.
5557
5558 2007-03-17  David Schleef  <ds@schleef.org>
5559
5560         * REQUIREMENTS: Fix a few things.  This file really needs a
5561         good once-over.
5562
5563 2007-03-15  Edward Hervey  <edward@fluendo.com>
5564
5565         * sys/Makefile.am:
5566         Don't forget to distribute the sys/osxaudio/ directory.
5567
5568 2007-03-15  Edward Hervey  <edward@fluendo.com>
5569
5570         * configure.ac:
5571         * sys/Makefile.am:
5572         * sys/osxaudio/Makefile.am:
5573         * sys/osxaudio/gstosxaudio.c:
5574         * sys/osxaudio/gstosxaudiosink.c:
5575         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
5576         (gst_osx_audio_sink_getcaps),
5577         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
5578         * sys/osxaudio/gstosxaudiosrc.c:
5579         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
5580         (gst_osx_audio_src_create_ringbuffer):
5581         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
5582         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
5583         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
5584         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
5585         * sys/osxaudio/gstosxringbuffer.h:
5586         Activate osxaudio in gst-plugins-good with proper build setup.
5587         Add inlined documentation.
5588         Fix debug statements
5589         Fix ringbuffer when pausing.
5590         Fixes #323471
5591
5592 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5593         * gst/rtp/gstrtppcmapay.c:
5594         * gst/rtp/gstrtppcmapay.h:
5595         * gst/rtp/gstrtppcmupay.c:
5596         * gst/rtp/gstrtppcmupay.h:
5597         Ported mulaw and alaw payloaders to use new base class
5598
5599 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5600
5601         * po/af.po:
5602         * po/az.po:
5603         * po/cs.po:
5604         * po/en_GB.po:
5605         * po/it.po:
5606         * po/nl.po:
5607         * po/or.po:
5608         * po/sq.po:
5609         * po/sr.po:
5610         * po/sv.po:
5611         * po/uk.po:
5612         * po/vi.po:
5613           Update translations.
5614
5615 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
5616
5617         * configure.ac:
5618           Fix string replace error (AG_AG_GST_* => AG_GST_*).
5619
5620 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
5621
5622         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
5623           Fix handling of -1 values for start and stop values when seeking,
5624           and SEEK_CUR+SEEK_END here as well.
5625
5626 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
5627
5628         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
5629           Fix handling of -1 values for start and stop values when seeking, 
5630           and SEEK_CUR+SEEK_END.
5631
5632 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
5633
5634         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
5635           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
5636           the image format a variable-length NUL-terminated string; in
5637           versions before that the image format is a fixed-length string of
5638           3 characters (see #348644 for a sample tag).
5639           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
5640
5641 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
5642
5643         * win32/MANIFEST:
5644         Add new project files to MANIFEST.
5645         * win32/vs6/libgstaudiofx.dsp:
5646         * win32/vs6/libgstrtp.dsp:
5647         * win32/vs6/libgstrtsp.dsp:
5648         Update project files.
5649         
5650 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
5651
5652         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
5653         (gst_avi_demux_parse_index):
5654         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5655         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
5656           Printf format fixes; also add some missing quotes in translated
5657           strings. Fixes #416728 and #416727.
5658
5659 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5660
5661         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
5662           Tim and I can't think of any reason the child audio sink needs to 
5663           be set back to NULL after successfully determining that it can 
5664           reach READY - it gets immediately set back to READY by the caller
5665           anyway, causing an unnecessary close/open of any audio devices
5666           involved.
5667
5668 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5669
5670         * po/LINGUAS:
5671         * po/ja.po:
5672           Add ja.po file from #377306.
5673
5674 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5675
5676         * sys/sunaudio/gstsunaudio.c: (plugin_init):
5677         * sys/sunaudio/gstsunaudiomixertrack.c:
5678         (gst_sunaudiomixer_track_new):
5679           Actually translate sunaudio mixer track labels instead of just
5680           marking the strings as translatable (#377306); clean up weird
5681           label string mapping code that serves no apparent purpose. Also
5682           set the 'untranslated-label' property when creating mixer tracks
5683           if the GstMixerTrack base class supports this.
5684
5685         * tests/check/Makefile.am:
5686         * tests/check/elements/.cvsignore:
5687         * tests/check/elements/sunaudio.c: (GST_START_TEST),
5688         (sunaudio_suite):
5689           Very minimalistic unit test for sunaudiomixer element (compiles, but not
5690           actually tested on a system where sunaudiomixer is available).
5691
5692 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5693
5694         * tests/check/Makefile.am:
5695         Re-enable the states test and see if it works on the buildbots.
5696
5697 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5698
5699         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
5700         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
5701         (gst_dvdec_change_state):
5702         * ext/dv/gstdvdec.h:
5703         Infer pixel-aspect-ratio from the video frame format if it isn't
5704         provided by the container, as happens when playing DV from AVI
5705         or Quicktime containers.
5706
5707         Patch by: Wim Taymans <wim@fluendo.com>
5708         Fixes #380944
5709
5710 2007-03-09  Wim Taymans  <wim@fluendo.com>
5711
5712         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
5713         When activated, remove the udpsrc timeout, we have dataflow and timeouts
5714         will later be handled by the jitterbuffer.
5715
5716 2007-03-09  Wim Taymans  <wim@fluendo.com>
5717
5718         * ext/taglib/gstid3v2mux.cc:
5719         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
5720         Fixes #414496.
5721         
5722         Patch by: Alex Lancaster <alexl at users sourceforge net>
5723
5724 2007-03-09  Wim Taymans  <wim@fluendo.com>
5725
5726         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5727         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
5728         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5729         (gst_avi_demux_chain):
5730         Fix stream position reporting after a seek. Fixes #416445.
5731
5732 2007-03-08  Wim Taymans  <wim@fluendo.com>
5733
5734         Patch by: René Stadler <mail at renestadler dot de>
5735
5736         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5737         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
5738         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
5739         Make avidemux accept optional header chunks in any order.
5740         Fixes #415446.
5741
5742 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
5743
5744         * tests/check/Makefile.am:
5745         Disable the states check until the remaining Valgrind errors
5746         are fixed or suppressed.
5747
5748 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5749
5750         * tests/check/elements/.cvsignore:
5751           Add audiodynamic check to .cvsignore
5752
5753 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5754
5755         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5756
5757         * gst/audiofx/Makefile.am:
5758         * gst/audiofx/audiodynamic.c:
5759         (gst_audio_dynamic_characteristics_get_type),
5760         (gst_audio_dynamic_mode_get_type),
5761         (gst_audio_dynamic_set_process_function),
5762         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
5763         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
5764         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
5765         (gst_audio_dynamic_transform_hard_knee_compressor_int),
5766         (gst_audio_dynamic_transform_hard_knee_compressor_float),
5767         (gst_audio_dynamic_transform_soft_knee_compressor_int),
5768         (gst_audio_dynamic_transform_soft_knee_compressor_float),
5769         (gst_audio_dynamic_transform_hard_knee_expander_int),
5770         (gst_audio_dynamic_transform_hard_knee_expander_float),
5771         (gst_audio_dynamic_transform_soft_knee_expander_int),
5772         (gst_audio_dynamic_transform_soft_knee_expander_float),
5773         (gst_audio_dynamic_transform_ip):
5774         * gst/audiofx/audiodynamic.h:
5775         * gst/audiofx/audiofx.c: (plugin_init):
5776         Add new audiodynamic element which can act as a compressor or
5777         expander. Supported are hard-knee and soft-knee operation modes with
5778         user-specified ratio and threshold.
5779         Attack and release parameters are not yet implemented but will follow.
5780         * docs/plugins/Makefile.am:
5781         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5782         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5783         * docs/plugins/gst-plugins-good-plugins.args:
5784         * docs/plugins/inspect/plugin-audiofx.xml:
5785         Integrate audiodynamic into the docs.
5786         * tests/check/Makefile.am:
5787         * tests/check/elements/audiodynamic.c: (setup_dynamic),
5788         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
5789         Add unit test for audiodynamic.
5790
5791 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
5792
5793         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
5794         Free handles that we allocated when exiting via the error paths.
5795
5796 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
5797
5798         * gst/level/gstlevel.c: (gst_level_class_init),
5799         (gst_level_set_caps), (gst_level_start), (gst_level_event),
5800         (gst_level_transform_ip):
5801         * gst/level/gstlevel.h:
5802           Resolve message timestamps against the playback segment.
5803
5804 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5805
5806         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
5807         (gst_id3demux_sink_activate):
5808           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
5809           caps passed to it (previously one code path assumed it took ownership
5810           while another one assumed it didn't, while in fact it sometimes did and
5811           sometimes didn't ...).
5812
5813         * configure.ac:
5814         * tests/files/Makefile.am:
5815         * tests/files/id3-407349-1.tag:
5816         * tests/files/id3-407349-2.tag:
5817           Add directory where data for unit tests can be stored.
5818
5819         * tests/Makefile.am:
5820         * tests/check/Makefile.am:
5821         * tests/check/elements/.cvsignore:
5822         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
5823         (read_tags_from_file), (run_check_for_file),
5824         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
5825           Add unit test for id3demux, and in particular for bug #407349. Only
5826           testing pull-mode for now; push mode doesn't work yet because the test
5827           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
5828
5829 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5830
5831         * tests/check/Makefile.am:
5832           Add missing backslash at end of line.
5833
5834 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5835
5836         Trigger rebuild.
5837
5838 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5839
5840         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
5841         * gst/id3demux/id3tags.h:
5842         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
5843         (parse_obsolete_tdat_frame):
5844           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
5845           the four-digit number will be interpreted as a year, whereas it is
5846           month and day in DDMM format. Instead, parse TDAT frames and fix up
5847           the date in the GST_TAG_DATE tag later if we also extracted a year.
5848           Fixes #407349.
5849
5850 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5851
5852         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5853         (gst_switch_commit_new_kid):
5854         Fix up the dispose logic so it doesn't leak, and fix setting of 
5855         the child state so that we don't set a child to our current state 
5856         just as we are changing it to something else.
5857
5858 2007-03-06  Wim Taymans  <wim@fluendo.com>
5859
5860         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
5861         (gst_goom_chain):
5862         * gst/goom/gstgoom.h:
5863         Document, fix and improve goom adapter behaviour.
5864         Fixes #407006.
5865
5866 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5867
5868         * ext/esd/esdsink.c: (gst_esdsink_open):
5869         Unref static pad template after using it.
5870
5871 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5872
5873         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5874         (gst_switch_commit_new_kid):
5875         Fix up the reference counting of the child elements.
5876
5877 2007-03-05  Wim Taymans  <wim@fluendo.com>
5878
5879         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
5880         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
5881         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
5882         Fix encoding-name case.
5883
5884 2007-03-05  Wim Taymans  <wim@fluendo.com>
5885
5886         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
5887         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
5888         (gst_rtp_speex_depay_process):
5889         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
5890         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
5891         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
5892         (gst_rtp_speex_pay_change_state):
5893         * gst/rtp/gstrtpspeexpay.h:
5894         Fix speex (de)payloader. Fixes #358040.
5895
5896 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5897
5898         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
5899         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
5900         Install fakesink in NULL by fixing some broken logic. This obviates
5901         the need to manually set _IS_SINK.
5902         Add some comments and remove a little cruft while I'm at it.
5903
5904 2007-03-05  Wim Taymans  <wim@fluendo.com>
5905
5906         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
5907         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
5908
5909 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
5910
5911         * po/POTFILES.in:
5912           Update.
5913
5914 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5915
5916         * tests/check/Makefile.am:
5917         Gah! Also disable gconfvideosink from the tests, otherwise
5918         it will instantiate autovideosink, and dfbvideosink and
5919         leak on the buildbots.
5920
5921 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5922
5923         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
5924         (gst_cdio_cdda_src_finalize):
5925         Make sure we always destroy our libcdio handle.
5926
5927 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5928
5929         * tests/check/Makefile.am:
5930         Disable autovideosink so the buildbots don't barf over memory
5931         leaked in the directfb sink.
5932
5933 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5934
5935         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
5936         Chain up in dispose
5937
5938 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5939
5940         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
5941         (gst_multipart_find_pad_by_mime):
5942         Use gst_pad_new_from_static_template instead of
5943         static_pad_template_get+pad_new.
5944
5945 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5946
5947         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
5948         Catch the case where no clock has been set.
5949
5950 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5951
5952         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
5953         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
5954         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
5955         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
5956         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
5957         (gst_gconf_audio_src_finalize), (do_toggle_element):
5958         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
5959         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
5960         (do_toggle_element):
5961         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
5962         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
5963         (gst_gconf_video_src_finalize), (do_toggle_element):
5964         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
5965         (gst_switch_sink_reset), (gst_switch_sink_set_child):
5966         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
5967         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
5968         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5969         (gst_shout2send_init), (gst_shout2send_finalize):
5970         * gst/debug/testplugin.c: (gst_test_class_init),
5971         (gst_test_finalize):
5972         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
5973         (gst_flxdec_dispose):
5974         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
5975         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
5976         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5977         (gst_rtspsrc_finalize):
5978         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
5979         * gst/rtsp/rtspextwms.h:
5980         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
5981         (gst_smpte_finalize):
5982         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
5983         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
5984         (gst_udpsink_finalize):
5985         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
5986         (gst_wavparse_sink_activate):
5987         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
5988         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
5989         (gst_oss_src_finalize):
5990         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
5991         * sys/v4l2/gstv4l2object.h:
5992         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5993         (gst_v4l2src_finalize):
5994         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
5995
5996         Fix a bunch of leaks shown by the newly-added states test.
5997
5998 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5999
6000         * ext/dv/gstdvdec.c: (gst_dvdec_init):
6001         Use gst_pad_new_from_static_template instead of 
6002         static_pad_template_get+pad_new.
6003
6004 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
6005
6006         Patch by: Loïc Minier <lool+gnome at via ecp fr>
6007
6008         * ext/libcaca/Makefile.am:
6009         * gst/debug/Makefile.am:
6010           Don't mix tabs and spaces (#414168).
6011
6012 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
6013
6014         * tests/check/generic/.cvsignore:
6015           Ignore files to please buildbot.
6016
6017 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
6018
6019         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
6020         (gst_wavparse_stream_data):
6021           Unbreak my previous commit (swapped nominator & denominator). Tim,
6022           thanks for spotting.
6023
6024 2007-03-02  Wim Taymans  <wim@fluendo.com>
6025
6026         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
6027         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
6028         (gst_cdio_cdda_src_finalize):
6029         Small code cleanups.
6030         Don't use pad_alloc as the base class cannot deal with the error codes.
6031
6032 2007-03-02  Wim Taymans  <wim@fluendo.com>
6033
6034         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
6035         (gst_udpsrc_create):
6036         Fix doc.
6037
6038 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
6039
6040         Patch by: René Stadler <mail@renestadler.de>
6041
6042         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
6043         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
6044         (gst_wavparse_stream_data):
6045           Handle rounding better to not drop last sample frame. Fixes #356692
6046
6047 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
6048
6049         * tests/check/Makefile.am:
6050         Disable cacasink from the states check too - it also calls exit(1)
6051         on us when it can't find a terminal to talk to.
6052
6053 2007-03-02  Wim Taymans  <wim@fluendo.com>
6054
6055         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
6056
6057         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
6058         (gst_udpsrc_create), (gst_udpsrc_set_property),
6059         (gst_udpsrc_get_property):
6060         * gst/udp/gstudpsrc.h:
6061         Add support to strip proprietary headers. Fixes #350296.
6062
6063 2007-03-02  Wim Taymans  <wim@fluendo.com>
6064
6065         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
6066         Fix compilation.
6067
6068 2007-03-02  Wim Taymans  <wim@fluendo.com>
6069
6070         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
6071
6072         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
6073         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
6074         (gst_rtp_mp2t_depay_set_property),
6075         (gst_rtp_mp2t_depay_get_property):
6076         * gst/rtp/gstrtpmp2tdepay.h:
6077         Add support to strip off proprietary headers. Fixes #350278.
6078
6079 2007-03-02  Wim Taymans  <wim@fluendo.com>
6080
6081         * ext/hal/hal.c:
6082         Fix compilation.
6083
6084 2007-03-02  Wim Taymans  <wim@fluendo.com>
6085
6086         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
6087         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
6088         (gst_sunaudiosrc_open):
6089         * sys/sunaudio/gstsunaudiosrc.h:
6090         Remove device-name from GstSunAudioSrc. Fixes #412597.
6091
6092 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
6093
6094         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
6095         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
6096         Having NULL as UDI previously selected the default sink/src. Change
6097         this back but mention it in the debug output.
6098         * ext/hal/hal.c: (gst_hal_get_alsa_element),
6099         (gst_hal_get_oss_element), (gst_hal_get_string),
6100         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
6101         (gst_hal_get_audio_src):
6102         * ext/hal/hal.h:
6103         Refactor a bit, check all error conditions, greatly improve debugging
6104         and fix some possible memory leaks. Also implement OSS support
6105         and allow specifying an UDI that points to a real device. For this the
6106         child device which supports ALSA (preferred) or OSS is used.
6107         As a side effect this makes it impossible now to get a alsasink in
6108         halaudiosrc and a alsasrc in halaudiosink.
6109
6110 2007-03-01  Wim Taymans  <wim@fluendo.com>
6111
6112         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
6113         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
6114         Errors from the udp sources are not fatal unless all of them are in
6115         error.
6116
6117 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
6118
6119         * tests/check/Makefile.am:
6120         Disable aasink in the states test. I suspect this is the element that
6121         is calling exit(1) when it can't proceed.
6122
6123 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
6124
6125         * tests/check/Makefile.am:
6126         Draw plugins in from the build tree sys/ dir, rather than picking
6127         up the already installed versions.
6128
6129 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6130
6131         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
6132         Error out correctly when getting xcontext fails.
6133
6134 2007-03-01  Wim Taymans  <wim@fluendo.com>
6135
6136         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
6137         Make state change to PAUSED NO_PREROLL because that's what it will be in
6138         the future and rtspsrc relies on it.
6139
6140         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
6141         (gst_rtspsrc_change_state):
6142         Don't error out when we don't get an error from the state change
6143         function.
6144
6145 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
6146
6147         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
6148         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
6149           Check if the device UDI is set before trying to query HAL
6150           about it and give a useful error message if it wasn't set.
6151         * ext/hal/hal.c: (gst_hal_get_string):
6152           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
6153           gives an assertion failure in D-Bus when running with
6154           DBUS_FATAL_WARNINGS=1.
6155
6156 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6157
6158         * configure.ac:
6159           Convert to new AG_GST style.
6160
6161 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6162
6163         * tests/check/Makefile.am:
6164         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
6165           add test for states
6166
6167 2007-02-28  Wim Taymans  <wim@fluendo.com>
6168
6169         * tests/check/elements/.cvsignore:
6170         Add new videofilter check to .cvsignore.
6171
6172 2007-02-28  Wim Taymans  <wim@fluendo.com>
6173
6174         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
6175         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
6176         (gst_avi_demux_loop), (gst_avi_demux_chain):
6177         Fix combined flow return. Fixes #412608.
6178
6179 2007-02-28  Wim Taymans  <wim@fluendo.com>
6180
6181         * gst/videofilter/Makefile.am:
6182         Dist header..
6183
6184 2007-02-28  Wim Taymans  <wim@fluendo.com>
6185
6186         * gst/videofilter/gstgamma.h:
6187         Add header too.
6188
6189 2007-02-28  Wim Taymans  <wim@fluendo.com>
6190
6191         Patch by: Mark Nauwelaerts <manauw at skynet be>
6192
6193         * gst/videofilter/Makefile.am:
6194         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
6195         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
6196         (gst_gamma_get_property), (gst_gamma_calculate_tables),
6197         (oil_tablelookup_u8), (gst_gamma_set_caps),
6198         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
6199         Port gamma filter to 0.10. Fixes #412704.
6200
6201         * tests/check/Makefile.am:
6202         * tests/check/elements/videofilter.c: (setup_filter),
6203         (cleanup_filter), (check_filter), (GST_START_TEST),
6204         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
6205         Add unit tests for videofilters.
6206
6207 2007-02-28  Wim Taymans  <wim@fluendo.com>
6208
6209         * gst/rtsp/URLS:
6210         Add another interesting test url.
6211
6212         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
6213         Don't allow getting header fields from data packets.
6214
6215 2007-02-28  Michael Smith  <msmith@fluendo.com>
6216
6217         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
6218         (gst_shout2send_init), (gst_shout2send_start),
6219         (gst_shout2send_set_property), (gst_shout2send_get_property):
6220         * ext/shout2/gstshout2.h:
6221           Add a property for username.
6222
6223 2007-02-27  Christian Schallerr <christian@fluendo.com>
6224
6225         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
6226
6227 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
6228
6229         * gst/rtsp/Makefile.am:
6230         Fix make check too.
6231
6232 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
6233
6234         * gst/rtsp/base64.c: (util_base64_encode):
6235         * gst/rtsp/base64.h:
6236         Commit missing files for base64 encoding.
6237
6238 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
6239
6240         Patch by: Loïc Minier <lool+gnome at via ecp fr>
6241
6242         * configure.ac:
6243         * ext/annodex/Makefile.am:
6244         * ext/jpeg/Makefile.am:
6245         * ext/speex/Makefile.am:
6246         * gst/alpha/Makefile.am:
6247         * gst/cutter/Makefile.am:
6248         * gst/debug/Makefile.am:
6249         * gst/effectv/Makefile.am:
6250         * gst/goom/Makefile.am:
6251         * gst/level/Makefile.am:
6252         * gst/smpte/Makefile.am:
6253         * gst/videofilter/Makefile.am:
6254           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
6255
6256 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
6257
6258         * gst/rtsp/Makefile.am:
6259         * gst/rtsp/rtspconnection.c: (append_auth_header),
6260         (rtsp_connection_send), (rtsp_connection_set_auth):
6261         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
6262         from icecast to replace it. Relicensed from GPL courtesy of Mike
6263         Smith.
6264
6265 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
6266
6267         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
6268         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
6269         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
6270         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
6271         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
6272         (gst_rtspsrc_uri_set_uri):
6273         * gst/rtsp/gstrtspsrc.h:
6274         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6275         (append_auth_header), (rtsp_connection_send),
6276         (rtsp_connection_free), (rtsp_connection_set_auth):
6277         * gst/rtsp/rtspconnection.h:
6278         * gst/rtsp/rtspdefs.h:
6279         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
6280         * gst/rtsp/rtspurl.h:
6281
6282         Implement simple Basic Authentication support so that urls like
6283         rtsp://user:pass@hostname/rtspstream work on hosts that require
6284         authentication.
6285
6286 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
6287
6288         * sys/v4l2/gstv4l2object.c:
6289         * sys/v4l2/gstv4l2tuner.c:
6290         * sys/v4l2/v4l2_calls.c:
6291         Fix segfault when oppening a radio device.
6292         
6293 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
6294
6295         * gst/level/gstlevel.c: (gst_level_set_caps),
6296         (gst_level_transform_ip):
6297         * sys/v4l2/README:
6298         * tests/check/elements/level.c: (GST_START_TEST):
6299           Fix level for multi-channel case.
6300
6301 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
6302
6303         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
6304         (gst_level_transform_ip):
6305         * gst/level/gstlevel.h:
6306           Use function pointer for process function and add process functions
6307           for float audio.
6308
6309 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
6310
6311         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6312         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6313         (gst_v4l2src_capture_init):
6314           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
6315           fixes #407369
6316
6317 2007-02-18  Wim Taymans  <wim@fluendo.com>
6318
6319         * gst/rtp/Makefile.am:
6320         * gst/rtp/gstrtp.c: (plugin_init):
6321         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
6322         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
6323         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
6324         (gst_rtp_mp2t_pay_plugin_init):
6325         * gst/rtp/gstrtpmp2tpay.h:
6326         Added simple mpeg transport stream payloader.
6327
6328 2007-02-16  Wim Taymans  <wim@fluendo.com>
6329
6330         * gst/rtsp/URLS:
6331         Add example H264 rtsp url.
6332
6333         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
6334         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
6335         Don't convert values to lowercase or we might mess up base64 encoded
6336         properties.
6337
6338 2007-02-16  Wim Taymans  <wim@fluendo.com>
6339
6340         * gst/rtp/README:
6341         Fix case of string params.
6342
6343         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
6344         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
6345         Fix depayloader, support more packet types.
6346         Add sync codes to make sure the packetizer can do its job.
6347
6348         * gst/rtp/gstrtpmp4gdepay.c:
6349         * gst/rtp/gstrtpmp4gpay.c:
6350         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
6351         Fix caps case again.
6352
6353 2007-02-15  Wim Taymans  <wim@fluendo.com>
6354
6355         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
6356         Set right caps on output buffers.
6357
6358 2007-02-14  Wim Taymans  <wim@fluendo.com>
6359
6360         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
6361         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
6362         Clear stack allocated SDPMedia struct before calling _init() on it.
6363         Clarify this in the docs as well.
6364
6365 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
6366
6367         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
6368         (do_change_child):
6369         Don't reset the profile when going switching states, as it makes
6370         the element non-reusable.
6371
6372 2007-02-14  Wim Taymans  <wim@fluendo.com>
6373
6374         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
6375         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
6376         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
6377         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
6378         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
6379         (sdp_parse_line):
6380         * gst/rtsp/sdpmessage.h:
6381         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
6382         Fix memory management of SDP messages. Fixes #407793.
6383
6384 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
6385
6386         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
6387
6388         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
6389         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
6390
6391 2007-02-14  Wim Taymans  <wim@fluendo.com>
6392
6393         Patch by: jp.liu <jp_liu at astrocom dot cn>
6394
6395         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
6396         Fix parsing of password field in url. Fixes #407797.
6397
6398 2007-02-14  Wim Taymans  <wim@fluendo.com>
6399
6400         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
6401         (gst_wavparse_reset), (gst_wavparse_init),
6402         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
6403         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
6404         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
6405         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
6406         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
6407         (gst_wavparse_loop), (gst_wavparse_chain),
6408         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
6409         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
6410         (plugin_init):
6411         * gst/wavparse/gstwavparse.h:
6412         Update docs.
6413         Use boilerplate.
6414         Various code cleanups.
6415         When the bitrate is not known (bps == 0 or compressed formats) let
6416         downstream element guestimate the duration and position and don't
6417         generate timestamps or durations. Fixes #405213.
6418         Fix EOS and ERROR conditions in chain mode, we just need to forward the
6419         error flowreturn upstream.
6420
6421 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
6422
6423         * ext/gconf/Makefile.am:
6424         * ext/gconf/gconf.c: (gst_gconf_get_string),
6425         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
6426         (gst_gconf_render_bin_with_default):
6427         * ext/gconf/gconf.h:
6428         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
6429         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
6430         (gst_gconf_audio_sink_dispose), (do_change_child),
6431         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
6432         (cb_change_child), (gst_gconf_audio_sink_change_state):
6433         * ext/gconf/gstgconfaudiosink.h:
6434         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
6435         (gst_switch_sink_class_init), (gst_switch_sink_reset),
6436         (gst_switch_sink_init), (gst_switch_sink_dispose),
6437         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
6438         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
6439         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
6440         * ext/gconf/gstswitchsink.h:
6441         * gst/autodetect/gstautoaudiosink.c:
6442         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
6443         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
6444         (gst_auto_audio_sink_detect):
6445         * gst/autodetect/gstautovideosink.c:
6446         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
6447         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
6448         (gst_auto_video_sink_detect):
6449         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
6450         and a child that implements the GConf key monitoring. The end goal of
6451         this is an audio sink that can be changed on the fly, but at the 
6452         moment it still only changes on the next READY transition.
6453
6454 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
6455
6456         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
6457         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6458         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
6459         (gst_avi_demux_calculate_durations_from_index),
6460         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
6461         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
6462         (gst_avi_demux_loop):
6463           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
6464
6465 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
6466
6467         * configure.ac:
6468         * docs/plugins/Makefile.am:
6469           Add crossreferences to glib/gobject/gstream docs.
6470
6471 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
6472
6473         * gst/monoscope/Makefile.am:
6474         * gst/monoscope/gstmonoscope.c:
6475           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
6476           (but no LIBS, since we only use defines from the headers).
6477
6478 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
6479
6480         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
6481
6482         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
6483         (gst_wavparse_stream_data):
6484           Fix massive memory leak when operating in streaming mode due to
6485           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
6486           Fixes #407057.
6487
6488 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
6489
6490         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
6491         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
6492         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
6493         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
6494         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6495         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
6496         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
6497         (gst_avi_demux_calculate_durations_from_index),
6498         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
6499         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
6500         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
6501         * gst/avi/gstavidemux.h:
6502           Save some memory (8%) by repacking the index entry structure (more to
6503           come). Add more FIXMEs to questionable parts.
6504
6505 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
6506
6507         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
6508         (gst_v4l2src_get_caps):
6509         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6510         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6511         (gst_v4l2src_capture_init):
6512           More FIXME comments and messaging changes.
6513
6514 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
6515
6516         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
6517         (gst_goom_change_state):
6518         * gst/goom/gstgoom.h:
6519           Improved docs and use GST_DEBUG_FUNCPTR.
6520
6521         * gst/level/gstlevel.c: (gst_level_class_init):
6522           Use GST_DEBUG_FUNCPTR.
6523
6524         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
6525         (gst_monoscope_chain), (gst_monoscope_change_state):
6526           Improved docs source cleanups.
6527
6528 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
6529
6530         * gst/debug/Makefile.am:
6531         * gst/debug/gstdebug.c: (plugin_init):
6532         * gst/debug/gstpushfilesrc.c:
6533         * gst/debug/gstpushfilesrc.h:
6534           Add code for a pushfilesrc element that implements a pushfile:// URI
6535           handler, to make debugging push-mode operation of demuxer/decoders
6536           that support both easier in connection with seek/playbin/etc.
6537           The element isn't registered at the moment.
6538
6539 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
6540
6541         * gst/avi/gstavimux.c:
6542           Comment a #if 0 in caps template definition as VS6 seems to 
6543         do not support it.
6544         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
6545           Use gst_guint64_to_gdouble for conversion.
6546         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
6547           Move variables declaration before the first instruction.
6548         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
6549           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
6550           And don't include netdb.h for G_OS_WIN32
6551         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
6552           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
6553           by VS6 then use an other way to initialize SDPMedia structure.
6554         * gst/udp/gstdynudpsink.h:
6555         * gst/udp/gstdynudpnetutils.h:
6556           Do not include <sys/time.h> for G_OS_WIN32
6557         * gst/udp/gstudpsrc.c:
6558           Define socklen_t as int for G_OS_WIN32
6559         * win/common/config.h.in:
6560           Undef HAVE_NETINET_IN_H
6561         * win32/vs6/gst_plugins_good.dsw:
6562         * win32/vs6/libgstrtp.dsp:
6563         * win32/vs6/libgstrtsp.dsp:
6564         * win32/vs6/libgstautogen.dsp:
6565         * win32/vs6/libgstaudiofx.dsp:
6566         * win32/vs6/libgstudp.dsp:
6567           Add and update project files.
6568         * win32/common/gstudp-enumtypes.c:
6569         * win32/common/gstudp-enumtypes.h:
6570           Add a copy of udp enumtypes to win32/common as in core 
6571           and base.
6572         
6573 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
6574
6575         * configure.ac:
6576           Activate monoscope when building with --enable-experimental. Fix
6577           --enable-external configure switch description.
6578
6579         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
6580         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
6581           Help gst-indent.
6582
6583 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
6584
6585         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
6586           Explicitly cast result of pointer arithmetic to integer in order to
6587           avoid compiler warnings on some 64-bit systems. Should fix #406018.
6588
6589 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
6590
6591         * gst/debug/progressreport.c:
6592           Some more docs.
6593
6594 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6595
6596         * docs/plugins/inspect/plugin-rtp.xml:
6597           Update for new elements.
6598
6599         * gst/debug/progressreport.h:
6600           Commit newly-created header file as well.
6601
6602 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6603
6604         * docs/plugins/Makefile.am:
6605         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6606         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6607         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6608         * gst/debug/Makefile.am:
6609         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
6610         (gst_progress_report_do_query), (gst_progress_report_report):
6611           Make progressreport element post messages with the current progress
6612           on the bus. Also add some basic docs for it.
6613
6614 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
6615
6616         * ext/hal/hal.c: (gst_hal_get_string):
6617         * ext/hal/hal.h:
6618           Some small cleanups; deal with errors when parsing the HAL ALSA
6619           capabilities a bit better.
6620
6621 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6622
6623         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
6624           Let's try this again and use the right cast this time.
6625
6626 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6627
6628         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
6629           Add cast to avoid compiler warnings with older GLib versions
6630           where the nick/name members in GEnumValue are not declared as
6631           constant strings.
6632
6633 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6634
6635         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
6636         (gst_gconf_render_bin_from_key),
6637         (gst_gconf_get_default_audio_sink):
6638         * ext/gconf/gconf.h:
6639         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
6640         (do_toggle_element), (gst_gconf_audio_sink_set_property),
6641         (gst_gconf_audio_sink_get_property):
6642           In gconfaudiosink, get the right key as the old key in do_toggle
6643           (ie. one dependent on the profile selected). Log some more stuff so
6644           we can see what's actually going on.
6645
6646 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
6647
6648         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
6649         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
6650         (gst_audio_amplify_set_process_function),
6651         (gst_audio_amplify_setup):
6652         * gst/audiofx/audioamplify.h:
6653         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6654         (gst_audio_invert_class_init), (gst_audio_invert_setup):
6655         * gst/audiofx/audioinvert.h:
6656         Some small cleanups and port both elements to the new GstAudioFilter
6657         base class to save a few lines of common code.
6658         * gst/audiofx/Makefile.am:
6659         Link against libgstaudio for the above changes
6660
6661 2007-01-29  Wim Taymans  <wim@fluendo.com>
6662
6663         * tests/check/elements/.cvsignore:
6664         Some more ignores.
6665
6666 2007-01-26  Wim Taymans  <wim@fluendo.com>
6667
6668         Patch by: charles <charlesg3 at gmail dot com>
6669
6670         * ext/shout2/gstshout2.c: (gst_shout2send_init),
6671         (set_shout_metadata), (gst_shout2send_event):
6672         * ext/shout2/gstshout2.h:
6673         Properly handle tags in shout2send. Fixes #399825.
6674
6675 2007-01-25  Wim Taymans  <wim@fluendo.com>
6676
6677         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
6678         (gst_rtspsrc_activate_streams):
6679         Convert SDP fields to upper/lowercase following the rules in the SDP to
6680         caps document. 
6681
6682 2007-01-25  Wim Taymans  <wim@fluendo.com>
6683
6684         * gst/rtp/README:
6685         * gst/rtp/gstrtpilbcdepay.c:
6686         * gst/rtp/gstrtpilbcpay.c:
6687         * gst/rtp/gstrtpmp4gdepay.c:
6688         * gst/rtp/gstrtpmp4gpay.c:
6689         * gst/rtp/gstrtpspeexdepay.c:
6690         * gst/rtp/gstrtpspeexpay.c:
6691         * gst/rtp/gstrtpsv3vdepay.c:
6692         * gst/rtp/gstrtptheoradepay.c:
6693         * gst/rtp/gstrtptheorapay.c:
6694         * gst/rtp/gstrtpvorbisdepay.c:
6695         * gst/rtp/gstrtpvorbispay.c:
6696         Fix case of encoding-name and key/value pairs to match the document.
6697         This is to make interoperation with SDP case-insensitive as required by
6698         the relevant RFCs.
6699
6700 2007-01-25  Wim Taymans  <wim@fluendo.com>
6701
6702         * configure.ac:
6703         Bump required -core/-base to CVS
6704
6705 2007-01-25  Wim Taymans  <wim@fluendo.com>
6706
6707         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
6708         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
6709         * gst/rtp/gstrtpL16pay.h:
6710         Fill up to MTU using adapter.
6711         Timestamp rtp packets.
6712
6713 2007-01-25  Edward Hervey  <edward@fluendo.com>
6714
6715         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6716         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
6717         Use G_GSIZE_FORMAT in print statements for portability.
6718         Fixes build on macosx.
6719
6720 2007-01-24  Wim Taymans  <wim@fluendo.com>
6721
6722         * gst/rtp/Makefile.am:
6723         * gst/rtp/gstrtp.c: (plugin_init):
6724         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
6725         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
6726         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
6727         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
6728         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
6729         (gst_rtp_L16_depay_plugin_init):
6730         * gst/rtp/gstrtpL16depay.h:
6731         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
6732         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
6733         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
6734         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
6735         (gst_rtp_L16_pay_plugin_init):
6736         * gst/rtp/gstrtpL16pay.h:
6737         Port and enable raw audio payloader/depayloader. Needs a bit more work
6738         on the payloader side.
6739
6740 2007-01-24  Wim Taymans  <wim@fluendo.com>
6741
6742         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
6743         (gst_rtspsrc_stream_configure_transport),
6744         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
6745         * gst/rtsp/gstrtspsrc.h:
6746         Only unblock the udp pads when we linked and activated them all.
6747         Fixes #395688.
6748
6749 2007-01-24  Wim Taymans  <wim@fluendo.com>
6750
6751         * gst/rtp/Makefile.am:
6752         * gst/rtp/gstrtp.c: (plugin_init):
6753         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
6754         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
6755         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
6756         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
6757         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
6758         * gst/rtp/gstrtpac3depay.h:
6759         Added simple AC3 depayloader (RFC 4184).
6760
6761         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
6762         Fix a leak.
6763
6764 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
6765
6766         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6767
6768         * gst/audiofx/Makefile.am:
6769         * gst/audiofx/audioamplify.c:
6770         (gst_audio_amplify_clipping_method_get_type),
6771         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
6772         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
6773         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
6774         (gst_audio_amplify_set_caps),
6775         (gst_audio_amplify_transform_int_clip),
6776         (gst_audio_amplify_transform_int_wrap_negative),
6777         (gst_audio_amplify_transform_int_wrap_positive),
6778         (gst_audio_amplify_transform_float_clip),
6779         (gst_audio_amplify_transform_float_wrap_negative),
6780         (gst_audio_amplify_transform_float_wrap_positive),
6781         (gst_audio_amplify_transform_ip):
6782         * gst/audiofx/audioamplify.h:
6783         * gst/audiofx/audiofx.c: (plugin_init):
6784         Add new element "audioamplify". This allows scaling of raw audio
6785         samples, similar to the "volume" element, but provides different modes
6786         for clipping and allows unlimited amplification. It's mainly targeted
6787         for creative sound design and not as a replacement of the "volume"
6788         element. Fixes #397162
6789         * docs/plugins/Makefile.am:
6790         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6791         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6792         * docs/plugins/gst-plugins-good-plugins.args:
6793         * docs/plugins/inspect/plugin-audiofx.xml:
6794         Add docs for audioamplify and integrate them into the build system
6795         * tests/check/Makefile.am:
6796         * tests/check/elements/audioamplify.c: (setup_amplify),
6797         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
6798         Add fairly extensive unit test suite for audioamplify
6799
6800 2007-01-24  Wim Taymans  <wim@fluendo.com>
6801
6802         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
6803         Unblock pads after adding the pads to the element so that autopluggers
6804         get a change to link something. Possibly fixes #395688.
6805
6806 2007-01-24  Wim Taymans  <wim@fluendo.com>
6807
6808         * gst/rtp/gstrtpamrdepay.c:
6809         * gst/rtp/gstrtpgsmdepay.c:
6810         * gst/rtp/gstrtph263pdepay.c:
6811         * gst/rtp/gstrtph263ppay.c:
6812         * gst/rtp/gstrtph264depay.c:
6813         * gst/rtp/gstrtpilbcdepay.c:
6814         * gst/rtp/gstrtpmp2tdepay.c:
6815         * gst/rtp/gstrtpmp4gdepay.c:
6816         * gst/rtp/gstrtpmp4gpay.c:
6817         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
6818         * gst/rtp/gstrtpmp4vpay.c:
6819         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
6820         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
6821         (gst_rtp_mpa_depay_process):
6822         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
6823         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
6824         * gst/rtp/gstrtppcmadepay.c:
6825         * gst/rtp/gstrtppcmudepay.c:
6826         * gst/rtp/gstrtpspeexdepay.c:
6827         * gst/rtp/gstrtpspeexpay.c:
6828         * gst/rtp/gstrtpsv3vdepay.c:
6829         * gst/rtp/gstrtptheoradepay.c:
6830         * gst/rtp/gstrtptheorapay.c:
6831         * gst/rtp/gstrtpvorbisdepay.c:
6832         * gst/rtp/gstrtpvorbispay.c:
6833         Fix caps with payload numbers.
6834         Add some fixed payload numbers to caps when possible.
6835
6836 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6837
6838         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6839
6840         * gst/audiofx/Makefile.am:
6841         * gst/audiofx/audiofx.c: (plugin_init):
6842         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6843         (gst_audio_invert_class_init), (gst_audio_invert_init),
6844         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
6845         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
6846         (gst_audio_invert_transform_float),
6847         (gst_audio_invert_transform_ip):
6848         * gst/audiofx/audioinvert.h:
6849         Add new audiofx element "audioinvert". This element swaps the upper
6850         and lower half of samples and can be used for example for a
6851         wide-stereo effect. Fixes #396057
6852         * docs/plugins/Makefile.am:
6853         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6854         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6855         * docs/plugins/gst-plugins-good-plugins.args:
6856         * docs/plugins/inspect/plugin-audiofx.xml:
6857         Add docs for the audioinvert element and add them to the build system.
6858         * tests/check/Makefile.am:
6859         * tests/check/elements/audioinvert.c: (setup_invert),
6860         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
6861         Add unit test suite for the audioinvert element.
6862
6863 2007-01-23  Wim Taymans  <wim@fluendo.com>
6864
6865         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
6866         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
6867         Parse config params as string and int.
6868         Parse and use AU header length
6869
6870 2007-01-23  Wim Taymans  <wim@fluendo.com>
6871
6872         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
6873         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
6874         * gst/smpte/gstmask.c: (_gst_mask_register):
6875         * gst/smpte/gstmask.h:
6876         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
6877         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
6878         (gst_smpte_paint_triangle_clock):
6879         constify some static structs.
6880         Don't update the mask if nothing changed to the params.
6881         Make sure we never draw outside of the picture. Fixes #398325.
6882
6883 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
6884
6885         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
6886           Error out properly when pull_range fails while we're reading the
6887           headers, instead of just pausing the task silently. Fixes #399338.
6888
6889 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6890
6891         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6892           Some more sanity checks to make sure the input formats match and the
6893           input pads are actually negotiated, in case someone tries to feed
6894           buffers from fakesrc or filesrc. Fixes #398299.
6895           Also const-ify an array, just because we can.
6896
6897 2007-01-19  Edward Hervey  <edward@fluendo.com>
6898
6899         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
6900         Ignore previous commit, that was only valid for widths and heights
6901         that are multiples of 4.
6902         Copy over size/stride macros from jpegdec. This allows the element
6903         to work with any width,height...
6904         ... but puts in evidence that the actual transformations only work
6905         with width/height that are multiples of 4.
6906
6907 2007-01-19  Edward Hervey  <edward@fluendo.com>
6908
6909         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6910         Allocate buffers of the right size.
6911         The proper size of a I420 buffer in bytes is:
6912         
6913             width * height * 3
6914             ------------------
6915                     2
6916
6917 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6918
6919         * gst/smpte/gstsmpte.c: (gst_smpte_init):
6920           Proxy getcaps on sink pads too, so that we either end up with the
6921           same dimensions on all pads or error out if that's not possible
6922           (seems to work even!). Fixes #398086, I think.
6923
6924 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6925
6926         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6927         * docs/plugins/gst-plugins-good-plugins.args:
6928         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6929           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
6930           fix integer properties with -1 as minimum value.
6931
6932         * docs/plugins/inspect/plugin-1394.xml:
6933         * docs/plugins/inspect/plugin-aasink.xml:
6934         * docs/plugins/inspect/plugin-alaw.xml:
6935         * docs/plugins/inspect/plugin-alpha.xml:
6936         * docs/plugins/inspect/plugin-alphacolor.xml:
6937         * docs/plugins/inspect/plugin-annodex.xml:
6938         * docs/plugins/inspect/plugin-apetag.xml:
6939         * docs/plugins/inspect/plugin-audiofx.xml:
6940         * docs/plugins/inspect/plugin-auparse.xml:
6941         * docs/plugins/inspect/plugin-autodetect.xml:
6942         * docs/plugins/inspect/plugin-avi.xml:
6943         * docs/plugins/inspect/plugin-cacasink.xml:
6944         * docs/plugins/inspect/plugin-cairo.xml:
6945         * docs/plugins/inspect/plugin-cdio.xml:
6946         * docs/plugins/inspect/plugin-cutter.xml:
6947         * docs/plugins/inspect/plugin-debug.xml:
6948         * docs/plugins/inspect/plugin-dv.xml:
6949         * docs/plugins/inspect/plugin-efence.xml:
6950         * docs/plugins/inspect/plugin-effectv.xml:
6951         * docs/plugins/inspect/plugin-esdsink.xml:
6952         * docs/plugins/inspect/plugin-flac.xml:
6953         * docs/plugins/inspect/plugin-flxdec.xml:
6954         * docs/plugins/inspect/plugin-gconfelements.xml:
6955         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6956         * docs/plugins/inspect/plugin-goom.xml:
6957         * docs/plugins/inspect/plugin-halelements.xml:
6958         * docs/plugins/inspect/plugin-icydemux.xml:
6959         * docs/plugins/inspect/plugin-id3demux.xml:
6960         * docs/plugins/inspect/plugin-jpeg.xml:
6961         * docs/plugins/inspect/plugin-level.xml:
6962         * docs/plugins/inspect/plugin-matroska.xml:
6963         * docs/plugins/inspect/plugin-mulaw.xml:
6964         * docs/plugins/inspect/plugin-multipart.xml:
6965         * docs/plugins/inspect/plugin-navigationtest.xml:
6966         * docs/plugins/inspect/plugin-ossaudio.xml:
6967         * docs/plugins/inspect/plugin-png.xml:
6968         * docs/plugins/inspect/plugin-rtp.xml:
6969         * docs/plugins/inspect/plugin-rtsp.xml:
6970         * docs/plugins/inspect/plugin-shout2send.xml:
6971         * docs/plugins/inspect/plugin-smpte.xml:
6972         * docs/plugins/inspect/plugin-speex.xml:
6973         * docs/plugins/inspect/plugin-taglib.xml:
6974         * docs/plugins/inspect/plugin-udp.xml:
6975         * docs/plugins/inspect/plugin-videobalance.xml:
6976         * docs/plugins/inspect/plugin-videobox.xml:
6977         * docs/plugins/inspect/plugin-videoflip.xml:
6978         * docs/plugins/inspect/plugin-videomixer.xml:
6979         * docs/plugins/inspect/plugin-wavenc.xml:
6980         * docs/plugins/inspect/plugin-wavparse.xml:
6981         * docs/plugins/inspect/plugin-ximagesrc.xml:
6982           Update to CVS.
6983
6984 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
6985
6986         Patch by: Sebastian Dröge <slomo circular-chaos org>
6987
6988         * gst/audiofx/audiopanorama.c:
6989           Fix doc section name (Fixes #397946)
6990
6991 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
6992
6993         * sys/v4l2/gstv4l2object.c:
6994         (gst_v4l2_object_install_properties_helper),
6995         (gst_v4l2_object_set_property_helper),
6996         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
6997         * sys/v4l2/gstv4l2object.h:
6998         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6999         (gst_v4l2src_init), (gst_v4l2src_set_property),
7000         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
7001         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
7002         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
7003         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
7004         (gst_v4l2src_capture_deinit):
7005           Fix EIO handing when capturing. Add new property to specify the number of
7006           buffers to enque (and remove the borked num-buffers usage).
7007
7008 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
7009
7010         Patch by: Sebastian Dröge <slomo circular-chaos org>
7011
7012         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
7013         (gst_audio_panorama_set_process_function):
7014           Use a function array for process methods, add more docs and define the
7015           startindex of enums.
7016
7017 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
7018
7019         Patch by: Mark Nauwelaerts <manauw at skynet be>
7020
7021         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
7022         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
7023         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
7024         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
7025         (gst_avi_mux_riff_get_avi_header),
7026         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
7027         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
7028         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
7029         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
7030         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
7031         (gst_avi_mux_change_state):
7032         * gst/avi/gstavimux.h:
7033         * tests/check/elements/avimux.c: (teardown_src_pad):
7034           Add support for more than one audio stream; write better AVIX
7035           header; refactor code a bit; don't announce vorbis caps on our audio
7036           sink pads since we don't support it anyway. Closes #379298.
7037
7038 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
7039
7040         Patch by: Sebastian Dröge <slomo circular-chaos org>
7041
7042         * gst/audiofx/audiopanorama.c:
7043         (gst_audio_panorama_method_get_type),
7044         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
7045         (gst_audio_panorama_set_process_function),
7046         (gst_audio_panorama_set_property),
7047         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
7048         (gst_audio_panorama_transform_m2s_int_simple),
7049         (gst_audio_panorama_transform_s2s_int_simple),
7050         (gst_audio_panorama_transform_m2s_float_simple),
7051         (gst_audio_panorama_transform_s2s_float_simple):
7052         * gst/audiofx/audiopanorama.h:
7053           Add 'method' property and provide a simple (non-psychoacustic)
7054           processing method (#394859).
7055
7056         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
7057         (panorama_suite):
7058           Tests for new method.
7059
7060 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
7061
7062         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
7063         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
7064           Set correct caps on outgoing pulled buffers, or things blow up
7065           after recent core changes.
7066
7067 2007-01-11  Wim Taymans  <wim@fluendo.com>
7068
7069         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
7070
7071         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
7072         (gst_multipart_mux_request_new_pad),
7073         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
7074         (gst_multipart_mux_change_state):
7075         Return FLOW errors ASAP. Fixes #394977.
7076         Misc cleanups.
7077
7078 2007-01-11  Wim Taymans  <wim@fluendo.com>
7079
7080         Patch by: Lutz Mueller <lutz at topfrose dot de>
7081
7082         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
7083         Check for stream pad before activating. 
7084
7085 2007-01-10  Wim Taymans  <wim@fluendo.com>
7086
7087         Patch by: Peter Kjellerstedt  <pkj at axis com>
7088
7089         * gst/rtsp/COPYING.MIT:
7090         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7091         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
7092         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
7093         (gst_rtspsrc_stream_configure_transport),
7094         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
7095         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
7096         (gst_rtspsrc_parse_methods),
7097         (gst_rtspsrc_create_transports_string),
7098         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
7099         (gst_rtspsrc_open), (gst_rtspsrc_close):
7100         * gst/rtsp/gstrtspsrc.h:
7101         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7102         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
7103         (parse_request_line), (parse_line), (rtsp_connection_read),
7104         (rtsp_connection_close):
7105         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
7106         (rtsp_method_as_text), (rtsp_header_as_text),
7107         (rtsp_status_as_text), (rtsp_find_header_field),
7108         (rtsp_find_method):
7109         * gst/rtsp/rtspdefs.h:
7110         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
7111         (rtsp_ext_wms_configure_stream):
7112         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
7113         (rtsp_message_new_request), (rtsp_message_init_request),
7114         (rtsp_message_new_response), (rtsp_message_init_response),
7115         (rtsp_message_init_data), (rtsp_message_unset),
7116         (rtsp_message_free), (rtsp_message_add_header),
7117         (rtsp_message_get_header), (rtsp_message_set_body),
7118         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
7119         * gst/rtsp/rtspmessage.h:
7120         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
7121         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
7122         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
7123         (sdp_message_dump):
7124         Allow url to be NULL to be able to use it for server connections.
7125         Can now send responses as well as requests.
7126         No longer hangs in an endless loop if EOF is received.
7127         Can now convert a status code to a text string.
7128         Return RTSP_HDR_INVALID for unknown headers.
7129         Return RTSP_INVALID for unknown methods.
7130         Copy CSeq and Session headers from the request.
7131         Only free memory corresponding to the currently set message type.
7132         Added const to function arguments as appropriate.
7133         Avoid a compiler warning when initializing nmedia.
7134         Use guint rather than gint to avoid compiler warnings.
7135         Fix crasher in wms extension.
7136         Factor out stream setup from open_connection.
7137         Delay activation of streams when actual data is received from the
7138         server, this prepares us to do proper protocol switching.
7139         Added new license.
7140         Fixes #380895.
7141
7142
7143 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
7144
7145         Patch by: Sebastian Dröge <slomo ubuntu com>
7146
7147         * docs/plugins/Makefile.am:
7148         * gst/audiofx/audiopanorama.c:
7149           Some small docs fixes (#394851).
7150
7151 2007-01-09  Wim Taymans  <wim@fluendo.com>
7152
7153         * gst/avi/gstavidemux.c:
7154         Fix docs.
7155
7156 2007-01-09  Wim Taymans  <wim@fluendo.com>
7157
7158         * gst/rtp/Makefile.am:
7159         * gst/rtp/gstrtp.c: (plugin_init):
7160         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
7161         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
7162         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
7163         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
7164         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
7165         * gst/rtp/gstrtpmpvdepay.h:
7166           Added RFC 2250 MPEG Video Depayloader.
7167
7168         * gst/rtp/gstrtpL16depay.h:
7169         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
7170         (gst_rtp_h263p_depay_process):
7171         Fix Header file. Small cleanups.
7172
7173         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
7174         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
7175         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
7176         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
7177         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
7178         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
7179         (gst_rtp_mp4v_depay_change_state):
7180         Remove usused code. Remove Adapter from state Change. Added debug.
7181
7182         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
7183         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
7184         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
7185         * gst/rtp/gstrtpmpadepay.h:
7186         Subclass base depayloader.
7187         Added debug.
7188         Support static payload type assignment as well.
7189
7190         * gst/rtp/gstrtpmpapay.c:
7191         Fix caps.
7192
7193 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
7194
7195         Patch by: Vincent Torri  <vtorri at univ-evry fr>
7196
7197         * ext/jpeg/gstjpegdec.c:
7198         * ext/jpeg/gstjpegenc.c:
7199         * ext/jpeg/smokecodec.c:
7200           These libjpeg callbacks should return a 'boolean' (unsigned char
7201           apparently) and not a 'gboolean' (which maps to gint). Fixes
7202           warnings when compiling with MingW (#393427).
7203
7204         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7205           Use ioctlsocket on win32.
7206
7207         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7208           Some printf format fixes for win32.
7209
7210 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
7211
7212         * gst/cutter/gstcutter.c: (gst_cutter_chain):
7213           Use gst_guint64_to_gdouble for conversion.
7214         * win32/vs6/libgstmatroska.dsp:
7215           Add zlib to the link.
7216         * win32/vs6/libgstvideobox.dsp:
7217           Update liboil library name (project is linked to 
7218           liboil-0.3-0.lib now).
7219           
7220 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
7221
7222         * gst/matroska/Makefile.am:
7223           If zlib is available and used, we must link it explicitly for
7224           things to work on MingW (fixes #392855).
7225
7226 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
7227
7228         * ext/esd/esdsink.c: (gst_esdsink_delay):
7229           Don't return bogus values when esd_get_delay() fails for some
7230           reason (#392189).
7231
7232 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
7233
7234         * sys/ximage/gstximagesrc.c: (composite_pixel):
7235           Fix presumably copy'n'pasto for 16bpp depth.
7236
7237 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
7238
7239         * gst/matroska/matroska-mux.c:
7240         (gst_matroska_mux_audio_pad_setcaps):
7241           The "signed" field in audio caps is of boolean type, trying to use
7242           gst_structure_get_int() to extract it will fail. Fixing this makes
7243           matroskamux accept raw audio input (#387121) (use at your own risk
7244           though, due to the matroska spec being not entirely useful in this
7245           respect).
7246           Also fix up raw audio structures in template caps so that they
7247           represent what our setcaps function will actually accept, so that
7248           converters know what to convert to.
7249           Finally, don't fail if there isn't an "endianness" field in 8-bit
7250           PCM caps.
7251
7252 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
7253
7254         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
7255         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
7256         * tests/check/elements/cmmldec.c: (setup_cmmldec),
7257         (teardown_cmmldec):
7258         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
7259         (teardown_cmmlenc):
7260         * tests/check/elements/level.c: (setup_level), (cleanup_level):
7261           reapply consistent pad (de)activation
7262
7263 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
7264
7265         * configure.ac:
7266         Back to CVS
7267
7268         * gst-plugins-good.doap:
7269         Add 0.10.5 doap entry
7270
7271 === release 0.10.5 ===
7272
7273 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
7274
7275         * configure.ac:
7276           releasing 0.10.5, "The Path of Thorns"
7277
7278 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
7279
7280         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
7281         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
7282         * tests/check/elements/cmmldec.c: (setup_cmmldec),
7283         (teardown_cmmldec):
7284         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
7285         (teardown_cmmlenc):
7286         * tests/check/elements/level.c: (setup_level), (cleanup_level):
7287           revert my freeze breakage
7288
7289 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
7290
7291         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
7292         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
7293         * tests/check/elements/cmmldec.c: (setup_cmmldec),
7294         (teardown_cmmldec):
7295         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
7296         (teardown_cmmlenc):
7297         * tests/check/elements/level.c: (setup_level), (cleanup_level):
7298           consistent pad (de)activation
7299
7300 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
7301
7302         * configure.ac:
7303         * ext/Makefile.am:
7304         Disable LADPSA, as it has moved to the -bad module for the duration.
7305
7306 2006-12-18  Wim Taymans  <wim@fluendo.com>
7307
7308         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
7309         (gst_signal_processor_event):
7310         Reset flow_state back to _OK after a flush stop so that we exit our
7311         error state after the flush. Fixes #374213
7312
7313 2006-12-16  David Schleef  <ds@schleef.org>
7314
7315         * sys/osxvideo/osxvideosink.h:
7316         * sys/osxvideo/osxvideosink.m:
7317           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
7318
7319 2006-12-16  David Schleef  <ds@schleef.org>
7320
7321         Patch by: Vijay Santhanam <vijay santhanam gmail com>
7322
7323         * sys/osxvideo/Makefile.am:
7324         * sys/osxvideo/osxvideosink.h:
7325         * sys/osxvideo/osxvideosink.m:
7326           Preliminary patch for porting osxvideosink
7327
7328 2006-12-16  Wim Taymans  <wim@fluendo.com>
7329
7330         Patch by: Sjoerd Simons <sjoerd at luon dot net>
7331
7332         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
7333         (gst_videomixer_set_master_geometry),
7334         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
7335         (gst_videomixer_reset), (gst_videomixer_init),
7336         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
7337         (gst_videomixer_release_pad), (gst_videomixer_collected),
7338         (gst_videomixer_change_state):
7339         Introduce some locking around the videomixer state so that it does not
7340         crash when adding/removing pads. Fixes #383043.
7341
7342 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
7343
7344         * configure.ac:
7345           Make sure libcaca can actually be used instead of just checking for
7346           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
7347           cross-compiling (fixes #384587).
7348
7349 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7350
7351         * Makefile.am:
7352         * gst-plugins-good.doap:
7353         * gst-plugins-good.spec.in:
7354           adding doap file
7355
7356 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
7357
7358         * configure.ac:
7359           libflac-1.1.3 changed API again, but we can't build against it yet,
7360           so make sure our check doesn't use libflac-1.1.3 and add a comment
7361           to this effect.
7362
7363 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
7364
7365         * gst/effectv/gstquark.c: (gst_quarktv_transform),
7366         (gst_quarktv_planetable_clear):
7367           Add some NULL pointer checks (possibly related to #385623).
7368
7369 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
7370
7371         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
7372         (gst_tag_demux_chain):
7373         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
7374           In streaming mode, if the first buffer we get doesn't have an
7375           offset, fix it up to be 0, otherwise trimming won't work later on
7376           and we'll be typefinding application/x-id3, which may result in
7377           decodebin plugging an endless number of id3demux elements as a
7378           consequence. Fixes #385031.
7379           
7380 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7381
7382         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
7383           Ignore the buffer_time the sound device reports. Turns out it is 
7384           sometimes completely bogus and we're better off without it.
7385
7386 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7387
7388         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7389         (gst_matroska_demux_video_caps):
7390         * gst/matroska/matroska-ids.c:
7391         (gst_matroska_track_init_video_context):
7392         * gst/matroska/matroska-ids.h:
7393           Try harder to extract the framerate for video tracks correctly and
7394           save it directly instead of converting it back and forth a few
7395           times. Mostly makes a difference for very small framerates (<1).
7396           Fixes #380199.
7397
7398 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7399
7400         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
7401         (gst_gconf_audio_src_dispose), (do_toggle_element):
7402         * ext/gconf/gstgconfaudiosrc.h:
7403           Remove gconf notify hook when the gconfaudiosrc element is
7404           destroyed, otherwise the callback may be called on an
7405           already-destroyed instance and bad things happen. Should fix
7406           #378184.
7407           Also ignore gconf key changes when the source is already running.
7408
7409 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
7410
7411         Patch by: Sebastian Dröge  <mail at slomosnail de>
7412
7413         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7414           We need to be able to read and parse any possible floating point string
7415           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
7416           will parse the former only in certain locales though, so we really need
7417           to canonicalise the separator to '.' and then use g_ascii_strtod() to
7418           make sure we can parse either version at all times.
7419           Fixes #382982 for real.
7420
7421 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7422
7423         * sys/sunaudio/gstsunaudiomixerctrl.c:
7424         * sys/sunaudio/gstsunaudiosrc.c:
7425
7426         Use the sunaudio debug category.
7427
7428         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
7429         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
7430         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
7431         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
7432         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
7433         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
7434         (gst_sunaudiosink_reset):
7435         * sys/sunaudio/gstsunaudiosink.h:
7436
7437         Uses the sunaudio debug category for all debug output
7438         Implements the _delay() callback to synchronise video playback better
7439         Change the segtotal and segsize values back to the parent class 
7440           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
7441           respectively)
7442         Measure the samples written to the device vs. played.
7443         Keep track of segments in the device by writing empty eof frames, and
7444         sleep using a GCond when we get too far ahead and risk overrunning the
7445         sink's ringbuffer.
7446
7447         Fixes: #360673
7448
7449 2006-12-08  Wim Taymans  <wim@fluendo.com>
7450
7451         Patch by: Sebastian Dröge  <mail at slomosnail de >
7452
7453         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
7454         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
7455         * gst/audiofx/audiopanorama.h:
7456         Fix audiopanorame with float samples. Fixes #383726.
7457
7458 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7459
7460         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
7461         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
7462         (gst_sunaudiosrc_reset):
7463
7464         Implement reset functions to unblock the src/sink more quickly on 
7465         state change requests.
7466         Patch by: Brian Cameron <brian dot cameron at sun com>
7467
7468 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7469
7470         * sys/sunaudio/gstsunaudiomixer.c:
7471         (gst_sunaudiomixer_change_state):
7472         Construct the correct mixer device name when the AUDIODEV env var
7473         is set.
7474
7475         Patch by: Jerry Tan <jerry.tan at sun dot com>
7476         Fixes: #383596
7477
7478 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7479
7480         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
7481         Apply patch to open the mixer control and set the MULTIPLE_OPEN
7482         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
7483         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
7484         Patch by: Jerry Tan <jerry.tan at sun dot com>
7485         Fixes: #349015
7486
7487 2006-12-07  Wim Taymans  <wim@fluendo.com>
7488
7489         * gst/smpte/gstmask.h:
7490         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
7491         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
7492         (gst_smpte_collected), (gst_smpte_set_property),
7493         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
7494         * gst/smpte/gstsmpte.h:
7495         Port to 0.10 some more. 
7496         Added duration property to specify the duration of the transition.
7497         Make framerate a fraction.
7498         Deprecate fps property, we only use negotiated fps.
7499         Added docs.
7500         Fix collectpad usage.
7501         Reset state in READY.
7502         Send NEWSEGMENT event.
7503         Fix racy updates of object properties.
7504         Added debug category.
7505         Fixes #383323.
7506
7507 2006-12-06  Wim Taymans  <wim@fluendo.com>
7508
7509         Patch by: Sjoerd Simons <sjoerd at luon dot net>
7510
7511         * gst/videomixer/videomixer.c:
7512         (gst_videomixer_set_master_geometry),
7513         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
7514         Don't reset xpos and ypos in the setcaps function because causes
7515         unexpected behaviour.
7516         Fixes #382179.
7517
7518 2006-12-06  Wim Taymans  <wim@fluendo.com>
7519
7520         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
7521         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
7522         Keep track of the buffer timestamp in the collectdata member instead
7523         of modifying the buffer without making the metadata writable first.
7524         Fixes #382277.
7525
7526 2006-12-06  Wim Taymans  <wim@fluendo.com>
7527
7528         Patch by: Rob Taylor <robtaylor at floopily dot org>
7529
7530         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7531         If using multicast in udpsrc, bind to the multicast address rather than
7532         IN_ADDR_ANY.
7533         This allows the simultanous use of multiple udpsrcs listening on
7534         different multicat addresses. Without this all udpsrcs will receive all
7535         packets from all subscribed multicast addresses.
7536         Fixes #383001.
7537
7538 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
7539
7540         * ext/taglib/gstid3v2mux.cc:
7541         Don't attempt to write a NULL frame into the ID3 tag set when the 
7542         createFrame method returned NULL.
7543         Fixes: #381857
7544         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
7545
7546 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
7547
7548         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7549         Use g_strtod() instead of sscanf to parse doubles, so that it will
7550         try parsing in the C locale if the current locale fails.
7551         Fixes: #382982
7552         Patch by: Sebastian Dröge  <mail at slomosnail de >
7553
7554 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
7555
7556         * win32/MANIFEST:
7557         Fix compilation on win32 under VS8
7558         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
7559         Partially fixes #381175
7560
7561 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
7562
7563         * gst/avi/gstavimux.c:
7564           accept all mpegversions,fixes #380825
7565           spotted by: Jerome Alet  
7566
7567 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
7568
7569         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
7570         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
7571         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
7572         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
7573           cleanup the error message a bit more
7574
7575 2006-11-28  Wim Taymans  <wim@fluendo.com>
7576
7577         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
7578         Fix width and height properties.
7579
7580         * ext/libcaca/gstcacasink.h:
7581         Fix compilation on newer libcaca that require us to include a new
7582         header. Fixes #379918.
7583
7584 2006-11-28  Wim Taymans  <wim@fluendo.com>
7585
7586         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7587         * gst/rtsp/gstrtspsrc.h:
7588         * gst/rtsp/rtspext.h:
7589         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
7590         (rtsp_ext_wms_get_context):
7591         Add method so that extensions can choose to disable the setup of
7592         a stream.
7593         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
7594
7595 2006-11-27  Wim Taymans  <wim@fluendo.com>
7596
7597         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
7598
7599         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
7600         Push header in a separate buffer instead of memcpy:ing all data.
7601         Change LF => CRLF in headers.
7602         Move trailing LF to header. Fixes #379792.
7603
7604 2006-11-27  Wim Taymans  <wim@fluendo.com>
7605
7606         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
7607         Small buffer overflow fix and improve debugging.
7608
7609 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
7610
7611         * ext/esd/esdmon.h:
7612         * ext/esd/esdsink.h:
7613           remove obsolete _factory_init protos
7614
7615 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
7616
7617         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
7618         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
7619         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
7620         (gst_avi_demux_read_subindexes_push),
7621         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
7622         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
7623         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
7624         (gst_avi_demux_massage_index),
7625         (gst_avi_demux_calculate_durations_from_index),
7626         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
7627         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
7628         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
7629           remove dead code, tweak debugs statements, add comments, use
7630           _uint64_scale instead _uint64_scale_int when using guint64 values,
7631           small optimizations, reflow some error handling
7632
7633 2006-11-22  Edward Hervey  <edward@fluendo.com>
7634
7635         * po/.cvsignore:
7636         We never put .pot files in cvs. Let's ignore them all.
7637
7638 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7639
7640         * po/POTFILES.in:
7641           ... but better exclude files that aren't disted.
7642
7643 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7644
7645         * po/POTFILES.in:
7646           Add v4l2 source files to list of files with translations, so the
7647           strings are actually extracted (however bad they still may be).
7648
7649 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7650
7651         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
7652           Minor clean-ups: const-ify static array, remove trailing comma from
7653           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
7654
7655 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
7656
7657         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7658         Make sure that g_free always gets called on the same pointer that was 
7659         returned by g_malloc.  Fixes #376594.
7660         Do not leak memory if decompressed size is wrong.
7661         Remove unneeded check of return value of g_malloc.
7662         Patch by: René Stadler <mail@renestadler.de>
7663
7664 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
7665
7666         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
7667           Add missing curly brackets.
7668
7669 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
7670
7671         * sys/v4l2/v4l2src_calls.c:
7672         Fix capture_deinit.
7673
7674 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
7675
7676         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
7677         (gst_matroska_mux_request_new_pad):
7678           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
7679
7680         * tests/check/elements/matroskamux.c: (setup_src_pad),
7681         (setup_sink_pad), (GST_START_TEST):
7682         Activate pads before using them.
7683
7684 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
7685
7686         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
7687           Initialise variable to get rid of bogus compiler warning.
7688
7689 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
7690
7691         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
7692
7693         * gst/rtp/gstrtph263pay.c:
7694         * gst/rtp/gstrtph263pdepay.c:
7695         * gst/rtp/gstrtph263ppay.c:
7696           Specify H.263 variant and version in the caps (fixes #361637)
7697
7698 2006-11-15  Wim Taymans  <wim@fluendo.com>
7699
7700         * gst/rtsp/rtspconnection.c: (read_body):
7701         Don't set a data pointer to NULL and a size > 0 when we deal
7702         with empty packets.
7703
7704         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
7705         (rtsp_message_init_response), (rtsp_message_init_data),
7706         (rtsp_message_unset), (rtsp_message_free),
7707         (rtsp_message_take_body):
7708         Check that we can't create invalid empty packets. 
7709
7710 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
7711
7712         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7713
7714         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
7715         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
7716         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
7717         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
7718         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
7719         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
7720         * gst/matroska/matroska-mux.h:
7721           Add basic tag writing support; implement releasing pads (#374658).
7722
7723 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
7724
7725         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7726         (gst_matroska_demux_audio_caps):
7727           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
7728
7729 2006-11-14  David Schleef  <ds@schleef.org>
7730
7731         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
7732
7733 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7734
7735         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7736
7737         * win32/vs8/gst-plugins-good.sln:
7738         * win32/vs8/libgst1394.vcproj:
7739         * win32/vs8/libgstaasink.vcproj:
7740         * win32/vs8/libgstalaw.vcproj:
7741         * win32/vs8/libgstalpha.vcproj:
7742         * win32/vs8/libgstalphacolor.vcproj:
7743         * win32/vs8/libgstannodex.vcproj:
7744         * win32/vs8/libgstapetag.vcproj:
7745         * win32/vs8/libgstaudiofx.vcproj:
7746         * win32/vs8/libgstauparse.vcproj:
7747         * win32/vs8/libgstautodetect.vcproj:
7748         * win32/vs8/libgstavi.vcproj:
7749         * win32/vs8/libgstcacasink.vcproj:
7750         * win32/vs8/libgstcdio.vcproj:
7751         * win32/vs8/libgstcutter.vcproj:
7752         * win32/vs8/libgstdv.vcproj:
7753         * win32/vs8/libgsteffectv.vcproj:
7754         * win32/vs8/libgstflac.vcproj:
7755         * win32/vs8/libgstflxdec.vcproj:
7756         * win32/vs8/libgstgoom.vcproj:
7757         * win32/vs8/libgsticydemux.vcproj:
7758         * win32/vs8/libgstid3demux.vcproj:
7759         * win32/vs8/libgstjpeg.vcproj:
7760         * win32/vs8/libgstladspa.vcproj:
7761         * win32/vs8/libgstlevel.vcproj:
7762         * win32/vs8/libgstmatroska.vcproj:
7763         * win32/vs8/libgstmikmod.vcproj:
7764         * win32/vs8/libgstmng.vcproj:
7765         * win32/vs8/libgstmonoscope.vcproj:
7766         * win32/vs8/libgstmulaw.vcproj:
7767         * win32/vs8/libgstmultipart.vcproj:
7768         * win32/vs8/libgstpng.vcproj:
7769         * win32/vs8/libgstrtp.vcproj:
7770         * win32/vs8/libgstrtsp.vcproj:
7771         * win32/vs8/libgstshout2.vcproj:
7772         * win32/vs8/libgstsmpte.vcproj:
7773         * win32/vs8/libgstspeex.vcproj:
7774         * win32/vs8/libgsttaglib.vcproj:
7775         * win32/vs8/libgstudp.vcproj:
7776         * win32/vs8/libgstvideobalance.vcproj:
7777         * win32/vs8/libgstvideobox.vcproj:
7778         * win32/vs8/libgstvideoflip.vcproj:
7779         * win32/vs8/libgstvideomixer.vcproj:
7780         * win32/vs8/libgstwavenc.vcproj:
7781         * win32/vs8/libgstwavparse.vcproj:
7782           Make end-of-line returns unixy, so that when the files are checked
7783           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
7784           Hopefully fixes #366492.
7785
7786 2006-11-14  Wim Taymans  <wim@fluendo.com>
7787
7788         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
7789         Disable init_frames delay timestamp adjustment, it does not
7790         seem to be needed at all. Fixes #369621.
7791
7792 2006-11-13  Wim Taymans  <wim@fluendo.com>
7793
7794         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7795
7796         * gst/videomixer/videomixer.c:
7797         (gst_videomixer_set_master_geometry),
7798         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
7799         (gst_videomixer_collect_free), (gst_videomixer_reset),
7800         (gst_videomixer_init), (gst_videomixer_finalize),
7801         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
7802         (gst_videomixer_collected), (gst_videomixer_change_state):
7803         Fix memleak by unref'ing collectpads instance (when finalizing)
7804         Implement releasing a request pad. Fixes #374479.
7805
7806 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
7807
7808         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7809
7810         * win32/vs8/gst-plugins-good.sln:
7811         * win32/vs8/libgst1394.vcproj:
7812         * win32/vs8/libgstaasink.vcproj:
7813         * win32/vs8/libgstalaw.vcproj:
7814         * win32/vs8/libgstalpha.vcproj:
7815         * win32/vs8/libgstalphacolor.vcproj:
7816         * win32/vs8/libgstannodex.vcproj:
7817         * win32/vs8/libgstapetag.vcproj:
7818         * win32/vs8/libgstaudiofx.vcproj:
7819         * win32/vs8/libgstauparse.vcproj:
7820         * win32/vs8/libgstautodetect.vcproj:
7821         * win32/vs8/libgstavi.vcproj:
7822         * win32/vs8/libgstcacasink.vcproj:
7823         * win32/vs8/libgstcdio.vcproj:
7824         * win32/vs8/libgstcutter.vcproj:
7825         * win32/vs8/libgstdv.vcproj:
7826         * win32/vs8/libgsteffectv.vcproj:
7827         * win32/vs8/libgstflac.vcproj:
7828         * win32/vs8/libgstflxdec.vcproj:
7829         * win32/vs8/libgstgoom.vcproj:
7830         * win32/vs8/libgsticydemux.vcproj:
7831         * win32/vs8/libgstid3demux.vcproj:
7832         * win32/vs8/libgstjpeg.vcproj:
7833         * win32/vs8/libgstladspa.vcproj:
7834         * win32/vs8/libgstlevel.vcproj:
7835         * win32/vs8/libgstmatroska.vcproj:
7836         * win32/vs8/libgstmikmod.vcproj:
7837         * win32/vs8/libgstmng.vcproj:
7838         * win32/vs8/libgstmonoscope.vcproj:
7839         * win32/vs8/libgstmulaw.vcproj:
7840         * win32/vs8/libgstmultipart.vcproj:
7841         * win32/vs8/libgstpng.vcproj:
7842         * win32/vs8/libgstrtp.vcproj:
7843         * win32/vs8/libgstrtsp.vcproj:
7844         * win32/vs8/libgstshout2.vcproj:
7845         * win32/vs8/libgstsmpte.vcproj:
7846         * win32/vs8/libgstspeex.vcproj:
7847         * win32/vs8/libgsttaglib.vcproj:
7848         * win32/vs8/libgstudp.vcproj:
7849         * win32/vs8/libgstvideobalance.vcproj:
7850         * win32/vs8/libgstvideobox.vcproj:
7851         * win32/vs8/libgstvideoflip.vcproj:
7852         * win32/vs8/libgstvideomixer.vcproj:
7853         * win32/vs8/libgstwavenc.vcproj:
7854         * win32/vs8/libgstwavparse.vcproj:
7855           Add VS8 project files (note that many of the plugins in ext are
7856           disabled by default). Fixes #366492.
7857
7858 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
7859
7860         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7861           we do not translate debug messages
7862
7863 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
7864
7865         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
7866           fix categorisation, make short desc more explicit, remove unused code
7867           Fixes #372021
7868
7869 2006-11-08  Wim Taymans  <wim@fluendo.com>
7870
7871         * gst/rtp/gstrtpL16depay.c:
7872         * gst/rtp/gstrtpamrdepay.c:
7873         * gst/rtp/gstrtpamrpay.c:
7874         * gst/rtp/gstrtpgsmdepay.c:
7875         * gst/rtp/gstrtph263pay.c:
7876         * gst/rtp/gstrtph263pdepay.c:
7877         * gst/rtp/gstrtph263ppay.c:
7878         * gst/rtp/gstrtph264depay.c:
7879         * gst/rtp/gstrtpmp2tdepay.c:
7880         * gst/rtp/gstrtpmp4gdepay.c:
7881         * gst/rtp/gstrtpmp4gpay.c:
7882         * gst/rtp/gstrtpmp4vdepay.c:
7883         * gst/rtp/gstrtpmp4vpay.c:
7884         * gst/rtp/gstrtpmpadepay.c:
7885         * gst/rtp/gstrtpmpapay.c:
7886         * gst/rtp/gstrtppcmadepay.c:
7887         * gst/rtp/gstrtppcmapay.c:
7888         * gst/rtp/gstrtppcmudepay.c:
7889         * gst/rtp/gstrtppcmupay.c:
7890         * gst/rtp/gstrtpspeexdepay.c:
7891         * gst/rtp/gstrtpspeexpay.c:
7892         * gst/rtp/gstrtpsv3vdepay.c:
7893         Fix element descriptions.
7894
7895 2006-11-08  Wim Taymans  <wim@fluendo.com>
7896
7897         * gst/rtp/gstrtpvorbisdepay.c:
7898         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
7899         Fix description.
7900         Small cleanup in the payloader.
7901
7902 2006-11-08  Wim Taymans  <wim@fluendo.com>
7903
7904         * gst/rtp/Makefile.am:
7905         * gst/rtp/gstrtp.c: (plugin_init):
7906         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
7907         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
7908         (gst_rtp_theora_depay_finalize),
7909         (gst_rtp_theora_depay_parse_configuration),
7910         (gst_rtp_theora_depay_setcaps),
7911         (gst_rtp_theora_depay_switch_codebook),
7912         (gst_rtp_theora_depay_process),
7913         (gst_rtp_theora_depay_set_property),
7914         (gst_rtp_theora_depay_get_property),
7915         (gst_rtp_theora_depay_change_state),
7916         (gst_rtp_theora_depay_plugin_init):
7917         * gst/rtp/gstrtptheoradepay.h:
7918         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
7919         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
7920         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
7921         (gst_rtp_theora_pay_init_packet),
7922         (gst_rtp_theora_pay_flush_packet),
7923         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
7924         (gst_rtp_theora_pay_handle_buffer),
7925         (gst_rtp_theora_pay_plugin_init):
7926         * gst/rtp/gstrtptheorapay.h:
7927         Add theora pay/depayloaders.
7928
7929 2006-11-06  Wim Taymans  <wim@fluendo.com>
7930
7931         * gst/rtp/Makefile.am:
7932         We depend on gsttag to generate the vorbis comments.
7933
7934         * gst/rtp/gstrtpvorbisdepay.c:
7935         (gst_rtp_vorbis_depay_parse_configuration),
7936         (gst_rtp_vorbis_depay_setcaps),
7937         (gst_rtp_vorbis_depay_switch_codebook),
7938         (gst_rtp_vorbis_depay_process):
7939         * gst/rtp/gstrtpvorbisdepay.h:
7940         Parse configuration string in the depayloader.
7941         Implement selecting and switching to a new codebook.
7942         Receiving vorbis over RTP now works.
7943
7944         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
7945         (gst_rtp_vorbis_pay_init_packet),
7946         (gst_rtp_vorbis_pay_finish_headers),
7947         (gst_rtp_vorbis_pay_handle_buffer):
7948         * gst/rtp/gstrtpvorbispay.h:
7949         Set timestamps on outgoing buffers and RTP packets.
7950         Fix configuration string, prepend number of Packet headers.
7951         Fix encoding of ident string.
7952         Add delivery-method to caps.
7953         Streaming vorbis over RTP now works.
7954
7955 2006-11-06  Wim Taymans  <wim@fluendo.com>
7956
7957         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7958         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
7959         (gst_rtp_vorbis_pay_handle_buffer):
7960         * gst/rtp/gstrtpvorbispay.h:
7961         Generate a valid configuration string in the caps based on the
7962         vorbis headers.
7963
7964 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7965
7966         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
7967         * ext/cdio/gstcdio.h:
7968         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
7969           Move CD-TEXT utility function into common file so it can also be
7970           used by a future cdioparanoiasrc.
7971
7972 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
7973         
7974         * sys/v4l2/Makefile.am:
7975         * sys/v4l2/gstv4l2object.c:
7976         * sys/v4l2/gstv4l2src.c:
7977         * sys/v4l2/gstv4l2xoverlay.c:
7978         * sys/v4l2/v4l2_calls.c:
7979         * sys/v4l2/v4l2src_calls.c:
7980         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
7981         xoverlay code that is still not implemented.
7982
7983 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
7984
7985         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
7986           We require a -base more recent than 0.10.9, so it's safe to use
7987           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
7988
7989         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
7990         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
7991           Use _newsegment_full() now that we depend on a recent enough core.
7992
7993         * gst/wavparse/gstwavparse.c:
7994           Remove cruft that we don't need any longer now that we depend on
7995           a recent enough -base.
7996
7997 2006-10-31  Wim Taymans  <wim@fluendo.com>
7998
7999         * gst/rtp/Makefile.am:
8000         * gst/rtp/gstrtp.c: (plugin_init):
8001         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
8002         (gst_rtpilbcpay_setcaps):
8003         Fix and activate ILBC pay and depayloaders. Fixes #368162.
8004
8005 2006-10-31  Wim Taymans  <wim@fluendo.com>
8006
8007         * ext/speex/gstspeexdec.c: (speex_dec_convert),
8008         (speex_dec_sink_event), (speex_dec_chain_parse_header):
8009         Some small cleanups, use _scale.
8010
8011 2006-10-31  Wim Taymans  <wim@fluendo.com>
8012
8013         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
8014         Use higher precision scale function.
8015
8016 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
8017
8018         Patch by: Michal Benes  <michal dot benes at itonis tv>
8019
8020         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
8021         (gst_matroska_demux_read_track_encodings),
8022         (gst_matroska_decode_buffer):
8023           Fix several issues with encoded/compressed/encrypted/signed tracks;
8024           also, remove superfluous newline characters from some debug
8025           statements. (#366155)
8026
8027 2006-10-30  Wim Taymans  <wim@fluendo.com>
8028
8029         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
8030         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
8031         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
8032         (gst_smokedec_change_state):
8033         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
8034         (gst_smokeenc_init), (gst_smokeenc_finalize),
8035         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
8036         (gst_smokeenc_resync), (gst_smokeenc_chain),
8037         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
8038         (gst_smokeenc_change_state):
8039         Various cleanups, capsnego and leak fixes.
8040
8041 2006-10-30  Wim Taymans  <wim@fluendo.com>
8042
8043         Patch by: Mark Nauwelaerts  <manauw at skynet be>
8044
8045         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
8046         Fix videomixer so that it can handle any combination of framerates.
8047         Fixes #367221.
8048
8049 2006-10-28  Wim Taymans  <wim@fluendo.com>
8050
8051         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8052         (gst_avi_demux_parse_file_header),
8053         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
8054         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
8055         (gst_avi_demux_chain):
8056         Fix position query for audio. also fixes timestamps in streaming
8057         mode and bug #364958.
8058         Small cleanups.
8059
8060 2006-10-27  Wim Taymans  <wim@fluendo.com>
8061
8062         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
8063         * ext/libpng/gstpngenc.h:
8064         Fix strides. Fixes #364856.
8065         Cleanup capsnego.
8066         Set caps on outgoing buffers.
8067
8068 2006-10-18  Wim Taymans  <wim@fluendo.com>
8069
8070         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
8071
8072         * gst/rtp/gstrtpgsmpay.c:
8073         * gst/rtp/gstrtph263pay.c:
8074         * gst/rtp/gstrtpmpapay.c:
8075         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
8076         (gst_rtp_pcma_pay_handle_buffer):
8077         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
8078         Add static payload numbers in addition to the dynamic ones.
8079         Fixes #361639.
8080
8081 2006-10-18  Wim Taymans  <wim@fluendo.com>
8082
8083         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
8084         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
8085         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
8086         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
8087         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
8088         * gst/rtsp/rtspdefs.h:
8089         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
8090         * gst/rtsp/rtspurl.h:
8091         Reuse already existing enum for lower transport.
8092         Add rtspt and rtspu protocols.
8093         Send redirect to rtspt when udp times out.
8094
8095 2006-10-18  Wim Taymans  <wim@fluendo.com>
8096
8097         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8098         (gst_wavparse_stream_data):
8099         Fix seeking some more, mostly for speed changes.
8100
8101 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
8102
8103         Patch by: Fredrik Persson  <frepe at bredband net>
8104
8105         * sys/v4l2/gstv4l2tuner.c:
8106         * sys/v4l2/gstv4l2tuner.h:
8107           Fix _set_channel(): remove useless g_object_notify() for "channel"
8108           property that doesn't exist any longer and therefore now also
8109           useless redirect (#338818).
8110
8111 2006-10-17  Wim Taymans  <wim@fluendo.com>
8112
8113         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
8114         Some drivers do not support unsetting the non-blocking flag once the
8115         device is opened. In those cases, close/open the device in
8116         non-blocking mode. Fixes #362673.
8117
8118 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
8119
8120         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
8121         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
8122         (gst_v4l2src_get_fps):
8123           dear stefan, framespersecond is not frameperiod, reverting but adding
8124           comment
8125
8126 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
8127
8128         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
8129         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
8130         (gst_v4l2src_get_fps):
8131           Numerator is numerator and denominator is denominator. Say that aloud
8132           5 times and retry after next beer.
8133
8134 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
8135
8136         Patch by: Josep Torra Valles  <josep at fluendo com>
8137
8138         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
8139         * ext/esd/esdsink.c: (gst_esdsink_write):
8140         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
8141         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
8142         (gst_flac_dec_send_newsegment):
8143         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
8144         (gst_flac_enc_tell_callback):
8145         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
8146         (smokecodec_parse_header), (smokecodec_decode):
8147         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
8148         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
8149         * gst/goom/Makefile.am:
8150         * gst/goom/gstgoom.c:
8151         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
8152         * gst/rtsp/gstrtspsrc.c:
8153         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
8154         * gst/udp/gstudpsink.c:
8155         * gst/udp/gstudpsrc.c:
8156         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
8157         * sys/sunaudio/gstsunaudiomixertrack.h:
8158           Fix a bunch of problems discovered by the Forte compiler, mostly type
8159           mixups and pointer arithmetics with void pointers. Fixes #362603.
8160
8161 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
8162
8163         * ext/speex/gstspeex.c: (plugin_init):
8164         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
8165         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
8166         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
8167         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
8168         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
8169         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
8170         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
8171         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
8172         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
8173         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
8174         (gst_speex_enc_chain), (gst_speex_enc_get_property),
8175         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
8176         * ext/speex/gstspeexenc.h:
8177           Miscellaneous clean-ups, among other things: speexenc => enc to
8178           enhance code readability; change speexenc => speex_enc; in chain
8179           function unref input buffer in case of error; take reference in
8180           event function; use boilerplate macro; use gst_pad_query_peer_*
8181           convenience functions.
8182
8183 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
8184
8185         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
8186         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
8187         (gst_speexenc_set_header_on_caps):
8188           Fix some mem leaks.
8189
8190 2006-10-11  Wim Taymans  <wim@fluendo.com>
8191
8192         * gst/rtsp/URLS:
8193         Added some other URL.
8194
8195         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
8196         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
8197         (gst_rtspsrc_open), (gst_rtspsrc_play),
8198         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8199         * gst/rtsp/gstrtspsrc.h:
8200         Work on fallback to TCP connection when the UDP socket times out.
8201         Handler server requests, just reply with OK for now.
8202
8203         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
8204         * gst/rtsp/rtspdefs.h:
8205         Added some more Real extension headers.
8206
8207         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
8208         Fix parsing of urls with a ':' that is not part of the hostname:port
8209         part of the url.
8210
8211 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
8212
8213         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
8214         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
8215         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
8216           Activate pad before adding it to the already-running element.
8217
8218         * tests/check/elements/icydemux.c: (icydemux_found_pad):
8219           Activate newly-created pad too.
8220
8221 2006-10-11  Wim Taymans  <wim@fluendo.com>
8222
8223         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
8224
8225         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
8226         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
8227         (gst_udpsrc_start):
8228         Fix some leaks in caps and uris. Fixes #361252.
8229
8230 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
8231
8232         * gst/wavparse/Makefile.am:
8233           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
8234
8235 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
8236
8237         * sys/v4l2/gstv4l2xoverlay.c:
8238         * sys/v4l2/gstv4l2xoverlay.h:
8239         Fix build as per the patch in #338818 comment 36.
8240
8241 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
8242
8243         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
8244           Activate pads before adding them to the source.
8245
8246 2006-10-06  Wim Taymans  <wim@fluendo.com>
8247
8248         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
8249         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
8250         Activate pads before adding.
8251
8252 2006-10-06  Wim Taymans  <wim@fluendo.com>
8253
8254         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
8255         (gst_multipart_find_pad_by_mime):
8256         Activate pads before adding.
8257
8258         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
8259         BOILERPLATE sets parent_class for us.
8260
8261 2006-10-06  Wim Taymans  <wim@fluendo.com>
8262
8263         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
8264         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
8265         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
8266         (gst_rtspsrc_alloc_udp_ports),
8267         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
8268         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
8269         (gst_rtspsrc_create_transports_string),
8270         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
8271         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8272         * gst/rtsp/gstrtspsrc.h:
8273         Rework how the transport string is constructed, try to share channels
8274         and udp ports.
8275         Make most of the stuff less dependant on RTP as we are also going to use
8276         it for RDT.
8277         Add support for transport specific session managers.
8278
8279         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
8280         Implement _flush().
8281
8282         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
8283         * gst/rtsp/rtspdefs.h:
8284         Add generic error return code.
8285
8286         * gst/rtsp/rtspext.h:
8287         Add support for pluggable tranport strings.
8288
8289         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
8290         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
8291         (rtsp_ext_wms_get_context):
8292         Detect WMServer and activate the extension.
8293
8294         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
8295         (rtsp_transport_get_manager), (rtsp_transport_parse):
8296         * gst/rtsp/rtsptransport.h:
8297         Added methods to get mime/manager for certain transports.
8298
8299 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
8300
8301         * ext/cairo/gsttimeoverlay.c:
8302         (gst_cairo_time_overlay_update_font_height):
8303         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
8304         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
8305         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
8306         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
8307         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
8308         * ext/libpng/gstpngdec.c: (user_endrow_callback):
8309         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
8310         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
8311         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
8312         (gst_avi_demux_stream_data):
8313         * gst/cutter/gstcutter.c: (gst_cutter_chain):
8314         * gst/debug/efence.c: (gst_efence_buffer_alloc),
8315         (gst_fenced_buffer_copy):
8316         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
8317         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
8318         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
8319         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
8320         (gst_rtspsrc_handle_message):
8321         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
8322         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
8323           Printf format fixes.
8324
8325 2006-10-04  Wim Taymans  <wim@fluendo.com>
8326
8327         * gst/rtsp/Makefile.am:
8328         Dist new .h file too.
8329
8330 2006-10-04  Wim Taymans  <wim@fluendo.com>
8331
8332         * gst/rtsp/Makefile.am:
8333         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
8334         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
8335         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8336         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
8337         (gst_rtspsrc_parse_rtpmap),
8338         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
8339         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8340         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
8341         * gst/rtsp/gstrtspsrc.h:
8342         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
8343         * gst/rtsp/rtspdefs.h:
8344         * gst/rtsp/rtspext.h:
8345         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
8346         (rtsp_ext_wms_get_context):
8347         * gst/rtsp/rtspextwms.h:
8348         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
8349         (rtsp_transport_parse):
8350         * gst/rtsp/rtsptransport.h:
8351         Factor out extension in separate module.
8352         Fix getcaps to filter against the padtemplate.
8353         Use Content-Base if the server gives one.
8354         Rework the transport parsing a bit for future extensions.
8355         Added some Real Header field definitions.
8356
8357 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
8358
8359         * docs/plugins/Makefile.am:
8360         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8361         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8362           added v4l2 stubs
8363         * gst-plugins-good.spec.in:
8364           add v4l2
8365
8366 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
8367
8368         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
8369           Extract disc/album/medium number and count and try harder
8370           to extract track number/count.
8371
8372 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
8373
8374         * configure.ac:
8375         * sys/Makefile.am:
8376           add build stuff for v4l2, needs --enable-experimental until
8377           the last bits are resolved
8378
8379 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
8380
8381         * tests/check/Makefile.am:
8382           Disable autodetect test temporarily, so that the build bots
8383           update -bad and the ranks of unreliable video sinks in there.
8384
8385         * tests/check/elements/autodetect.c: (GST_START_TEST):
8386           Skip test if no usable videosink is found.
8387
8388 2006-09-29  Wim Taymans  <wim@fluendo.com>
8389
8390         * gst/rtsp/URLS:
8391         Add some more URLs.
8392
8393         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8394         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
8395         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8396         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
8397         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8398         (gst_rtspsrc_loop), (gst_rtspsrc_send),
8399         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8400         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
8401         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8402         * gst/rtsp/gstrtspsrc.h:
8403         Add timeout property to control UDP timeouts.
8404         Fix error messages.
8405         Also start a loop function when operating in UDP mode so that we can
8406         do some more stuff async.
8407         Handle element messages from udpsrc to detect timeouts. If a timeout
8408         happens we currently generate an error.
8409         API: rtspsrc::timeout property.
8410
8411         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
8412         (gst_udpsrc_create):
8413         Really implement the timeout in microseconds and not milliseconds.
8414
8415 2006-09-29  Wim Taymans  <wim@fluendo.com>
8416
8417         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8418         (gst_udpsrc_create), (gst_udpsrc_set_property),
8419         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
8420         * gst/udp/gstudpsrc.h:
8421         Added property to post a message on timeout.
8422         Updated docs.
8423         When restarting the select, initialize the fdsets again.
8424         Init control sockets so we don't accidentally close a random socket.
8425         API: GstUDPSrc::timeout property
8426
8427 2006-09-29  Wim Taymans  <wim@fluendo.com>
8428
8429         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
8430         Fix flag registration.
8431
8432         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
8433         Reading 0 also means 'no more commands'
8434
8435 2006-09-29  Wim Taymans  <wim@fluendo.com>
8436
8437         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
8438
8439         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8440         Fix possible infinite loop when shutting down, a read can also return
8441         0 to indicate no more messages are available. Fixes #358156.
8442
8443 2006-09-25  Wim Taymans  <wim@fluendo.com>
8444
8445         * gst/autodetect/gstautoaudiosink.c:
8446         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
8447         (gst_auto_audio_sink_find_best):
8448         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
8449         Small cleanups.
8450         don't try to set "sync" property when it is not available.
8451
8452 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8453
8454         Patch by: Peter Kjellerstedt  <pkj at axis com>
8455
8456         * gst/alpha/gstalpha.c:
8457         * gst/rtp/gstrtpamrdepay.c:
8458         * gst/rtsp/gstrtspsrc.c:
8459         * gst/udp/gstudpsrc.c:
8460         * gst/videomixer/videomixer.c:
8461           Include stdlib.h in some more places, makes things compile
8462           with uClibc and -Werror (#357592).
8463
8464 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8465
8466         * ext/jpeg/gstjpegdec.c:
8467           Set minimum height to 8 (from 16), our code should handle
8468           that fine. Some of the buttons on the apple trailer site
8469           are apparently only 15 pixels high (see #357470).
8470
8471 2006-09-23  Wim Taymans  <wim@fluendo.com>
8472
8473         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
8474         (gst_rtspsrc_open):
8475         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8476         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
8477         (rtsp_connection_receive):
8478         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
8479         * gst/rtsp/rtspdefs.h:
8480         Improve error reporting.
8481
8482 2006-09-23  Wim Taymans  <wim@fluendo.com>
8483
8484         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
8485         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
8486         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
8487         * gst/rtp/gstrtpdepay.c:
8488         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
8489         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
8490         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
8491         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
8492         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
8493         (gst_rtp_mp2t_depay_plugin_init):
8494         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
8495         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
8496         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
8497         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
8498         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
8499         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
8500         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
8501         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
8502         Fix klass typos.
8503         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
8504
8505 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
8506
8507         * configure.ac:
8508           Need  -base CVS for gst_base_rtp_depayload_push_ts().
8509
8510 2006-09-22  Wim Taymans  <wim@fluendo.com>
8511
8512         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
8513         Don't check for a tag that is never there and check if we read the
8514         correct tag. Fixes seeking again.
8515         We must post an error when all pads are unlinked.
8516
8517 2006-09-22  Wim Taymans  <wim@fluendo.com>
8518
8519         * gst/rtp/Makefile.am:
8520         * gst/rtp/gstrtp.c: (plugin_init):
8521         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
8522         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
8523         (gst_rtp_vorbis_pay_reset_packet),
8524         (gst_rtp_vorbis_pay_init_packet),
8525         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
8526         (gst_rtp_vorbis_pay_handle_buffer):
8527         More fixage, set endoder-params correctly in the payloader.
8528
8529 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
8530
8531         * gst/autodetect/gstautoaudiosink.c:
8532         (gst_auto_audio_sink_base_init):
8533         * gst/autodetect/gstautovideosink.c:
8534         (gst_auto_video_sink_base_init):
8535           Make static pad templates static to appease valgrind's leak
8536           detector.
8537
8538         * tests/check/Makefile.am:
8539         * tests/check/elements/.cvsignore:
8540         * tests/check/elements/autodetect.c: (GST_START_TEST),
8541         (autodetect_suite):
8542           Add simple test for the ghostpad lockup on shutdown fixed in core
8543           CVS (audio bit disabled because it would need dozens of alsa
8544           suppressions and I'm too lazy to add those now).
8545
8546 2006-09-22  Wim Taymans  <wim@fluendo.com>
8547
8548         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
8549         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
8550         Small cleanups.
8551
8552         * gst/rtp/Makefile.am:
8553         * gst/rtp/gstrtp.c: (plugin_init):
8554         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
8555         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
8556         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
8557         (gst_rtp_vorbis_depay_process),
8558         (gst_rtp_vorbis_depay_set_property),
8559         (gst_rtp_vorbis_depay_get_property),
8560         (gst_rtp_vorbis_depay_change_state),
8561         (gst_rtp_vorbis_depay_plugin_init):
8562         * gst/rtp/gstrtpvorbisdepay.h:
8563         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
8564         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
8565         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
8566         (gst_rtp_vorbis_pay_flush_packet),
8567         (gst_rtp_vorbis_pay_append_buffer),
8568         (gst_rtp_vorbis_pay_handle_buffer),
8569         (gst_rtp_vorbis_pay_plugin_init):
8570         * gst/rtp/gstrtpvorbispay.h:
8571         Add experimental vorbis pay and depayloaders.
8572
8573 2006-09-21  Wim Taymans  <wim@fluendo.com>
8574
8575         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
8576         Fix profile-level-id parsing and setup.
8577
8578 2006-09-21  Wim Taymans  <wim@fluendo.com>
8579
8580         * gst/udp/README:
8581         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
8582         Update README, simple cleanup.
8583
8584 2006-09-21  Wim Taymans  <wim@fluendo.com>
8585
8586         * gst/rtp/README:
8587         Update README with some examples.
8588
8589         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
8590         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
8591         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
8592         (gst_rtp_mp4g_pay_setcaps):
8593         * gst/rtp/gstrtpmp4gpay.h:
8594         Make optional RTP parameters of type STRING, as required by the
8595         application/x-rtp caps specification.
8596
8597 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
8598
8599         * gst/rtp/gstrtph263pdepay.c:
8600         * gst/rtp/gstrtph263ppay.c:
8601         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
8602         RTP header.
8603
8604 2006-09-20  Wim Taymans  <wim@fluendo.com>
8605
8606         * gst/rtp/Makefile.am:
8607         And makefile too.
8608
8609 2006-09-20  Wim Taymans  <wim@fluendo.com>
8610
8611         * gst/rtp/gstrtp.c: (plugin_init):
8612         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
8613         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
8614         (decode_base64), (gst_rtp_asf_depay_setcaps),
8615         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
8616         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
8617         (gst_rtp_asf_depay_plugin_init):
8618         * gst/rtp/gstrtpasfdepay.h:
8619         Added preliminary ASF depayloader.
8620
8621         * gst/rtp/gstrtph264depay.c: (decode_base64):
8622         Fix base64 decoding.
8623
8624 2006-09-20  Wim Taymans  <wim@fluendo.com>
8625
8626         * gst/rtsp/URLS:
8627         Added some test URLS.
8628
8629         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8630         (gst_rtspsrc_loop), (gst_rtspsrc_open):
8631         * gst/rtsp/gstrtspsrc.h:
8632         When creating streams, give access to the complete SDP.
8633         Fix some leaks.
8634         Collect and merge global stream properties in stream caps.
8635         Preliminary support for WMServer.
8636
8637         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8638         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
8639         (rtsp_connection_receive):
8640         * gst/rtsp/rtspconnection.h:
8641         Make connection interruptable.
8642         Refactor to make it reconnectable.
8643         Don't fail on short reads when reading data packets.
8644
8645         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
8646         (rtsp_url_get_port):
8647         * gst/rtsp/rtspurl.h:
8648         Add methods for getting/setting the port.
8649
8650         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
8651         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
8652         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
8653         (sdp_media_get_format), (sdp_parse_line),
8654         (sdp_message_parse_buffer):
8655         Fix headers. 
8656         Add methods for getting multiple attributes with the same name.
8657         Increase buffer size when parsing.
8658         Fix parsing of a=foo fields.
8659
8660         * gst/rtsp/test.c: (main):
8661         Update to new connection API.
8662
8663         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
8664         (rtsp_message_init_response), (rtsp_message_init_data),
8665         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
8666         * gst/rtsp/rtspmessage.h:
8667         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
8668         * gst/rtsp/rtsptransport.h:
8669         * gst/rtsp/sdp.h:
8670         * gst/rtsp/sdpmessage.h:
8671         * gst/rtsp/gstrtsp.c:
8672         * gst/rtsp/gstrtsp.h:
8673         * gst/rtsp/gstrtpdec.c:
8674         * gst/rtsp/gstrtpdec.h:
8675         * gst/rtsp/rtsp.h:
8676         * gst/rtsp/rtspdefs.c:
8677         * gst/rtsp/rtspdefs.h:
8678         Dual licensed under MIT and LGPL now.
8679
8680 2006-09-19  Wim Taymans  <wim@fluendo.com>
8681
8682         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
8683         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
8684         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8685         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
8686         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
8687         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8688         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
8689         * gst/rtsp/gstrtspsrc.h:
8690         Reorganize stream parsing and creation.
8691         Detect container formats in interleaved mode.
8692         Keep more state about the streams.
8693         Assume a server also supports PLAY if it does not say.
8694         Add unicast and interleaved properties to TCP transport requests to make
8695         some servers happy (WMServer).
8696
8697         * gst/rtsp/sdpmessage.h:
8698         Add some defines for the standard Bandwidth types.
8699
8700 2006-09-19  Wim Taymans  <wim@fluendo.com>
8701
8702         * gst/rtsp/test.c: (main):
8703         Fix build.
8704
8705 2006-09-19  Wim Taymans  <wim@fluendo.com>
8706
8707         * gst/wavparse/gstwavparse.c:
8708         Add ms-gsm to the src template.
8709
8710 2006-09-18  Wim Taymans  <wim@fluendo.com>
8711
8712         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8713         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
8714         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8715         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
8716         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
8717         * gst/rtsp/gstrtspsrc.h:
8718         Small cleanups, added documentation.
8719         Try to clean up the requests and responses.
8720         Refactor parsing the supported methods.
8721
8722         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
8723         (rtsp_connection_create), (rtsp_connection_send),
8724         (parse_response_status), (parse_request_line),
8725         (rtsp_connection_receive), (rtsp_connection_close),
8726         (rtsp_connection_free):
8727         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
8728         (rtsp_transport_init), (rtsp_transport_parse),
8729         (rtsp_transport_free):
8730         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
8731         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
8732         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
8733         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
8734         Use g_return_val some more.
8735
8736         * gst/rtsp/rtspdefs.h:
8737         Add more enum values to track initial states.
8738
8739         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
8740         (rtsp_message_init_request), (rtsp_message_new_response),
8741         (rtsp_message_init_response), (rtsp_message_init_data),
8742         (rtsp_message_unset), (rtsp_message_free),
8743         (rtsp_message_add_header), (rtsp_message_remove_header),
8744         (rtsp_message_get_header), (rtsp_message_set_body),
8745         (rtsp_message_take_body), (rtsp_message_get_body),
8746         (rtsp_message_steal_body), (rtsp_message_dump):
8747         * gst/rtsp/rtspmessage.h:
8748         Reorder arguments, object goes as the first one.
8749         Use g_return_val some more.
8750
8751 2006-09-18  Wim Taymans  <wim@fluendo.com>
8752
8753         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
8754         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
8755         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
8756         * gst/rtsp/gstrtspsrc.h:
8757         Export sometimes source pad with correct caps on the template, create
8758         the ghostpad from the template.
8759         Remove RTCP template as we never expose RTCP.
8760         Protect against invalid body size.
8761         Avoid memcpy when creating the output buffer.
8762         Properly post an error and send EOS when the loop function is shut down.
8763
8764 2006-09-18  Wim Taymans  <wim@fluendo.com>
8765
8766         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8767
8768         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8769         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
8770         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
8771         * gst/rtsp/gstrtspsrc.h:
8772         Make sure we can never set an invalid location.
8773
8774         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
8775         * gst/rtsp/rtspmessage.h:
8776         Added _steal_body method for future use.
8777
8778         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
8779         Make freeing of NULL url return immediatly.
8780
8781 2006-09-18  Wim Taymans  <wim@fluendo.com>
8782
8783         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8784
8785         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
8786         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
8787         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
8788         (gst_rtspsrc_change_state):
8789         * gst/rtsp/gstrtspsrc.h:
8790         Use boilerplate.
8791         Make rtspsrc subclass GstBin to make state changes easier.
8792         Add Range header field on the PLAY request.
8793
8794 2006-09-18  Wim Taymans  <wim@fluendo.com>
8795
8796         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8797
8798         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
8799         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8800         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
8801         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
8802         * gst/rtsp/rtspconnection.c: (inet_aton):
8803         Small cleanups.
8804         when multicast is selected as the transport, create UDP sources and
8805         connect to the multicast group.
8806         Move parsing and setting of caps to a common place.
8807         Fixes #349894.
8808
8809 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
8810
8811         * ext/flac/gstflactag.c:
8812         * gst/alpha/gstalpha.c:
8813         * gst/debug/breakmydata.c:
8814         * gst/debug/negotiation.c:
8815         * gst/debug/testplugin.c:
8816         * gst/effectv/gstaging.c:
8817         * gst/effectv/gstdice.c:
8818         * gst/effectv/gstedge.c:
8819         * gst/effectv/gstquark.c:
8820         * gst/effectv/gstrev.c:
8821         * gst/effectv/gstshagadelic.c:
8822         * gst/effectv/gstvertigo.c:
8823         * gst/effectv/gstwarp.c:
8824         * gst/multipart/multipartdemux.c:
8825         * gst/multipart/multipartmux.c:
8826         * gst/videobox/gstvideobox.c:
8827         * gst/videofilter/gstgamma.c:
8828         * gst/videofilter/gstvideotemplate.c:
8829         * gst/videomixer/videomixer.c:
8830         * sys/sunaudio/gstsunaudiosrc.h:
8831         More G_OBJECT macro fixing.
8832
8833 2006-09-16  Wim Taymans  <wim@fluendo.com>
8834
8835         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
8836
8837         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
8838         Correctly set the dwLength in strh.
8839         With this patch, the file duration is now displayed correctly in window
8840         media player and the AVI plays completely. Fixes #356147
8841
8842 2006-09-15  Wim Taymans  <wim@fluendo.com>
8843
8844         Patch by: Darren Kenny <darren dot kenny at sun dot com>
8845
8846         * sys/sunaudio/gstsunaudiomixerctrl.c:
8847         (gst_sunaudiomixer_ctrl_build_list):
8848         Set the output track as the MASTER so that the gnome-settings-daemon
8849         keybindings for changing the volume using the keyboard works.
8850         Fixes #356142.
8851
8852 2006-09-15  Wim Taymans  <wim@fluendo.com>
8853
8854         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
8855         Fix documentation, it is not possible to control the framerate of jpegdec
8856         using filtered caps yet. Fixes #355210.
8857         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
8858         stop when there is an error.
8859
8860 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8861
8862         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
8863         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8864           Don't interpret a first buffer with an offset of NONE as
8865           'from the middle of the stream', but only a first buffer
8866           that has a valid buffer offset that's non-zero (see #345449).
8867
8868 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8869
8870         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
8871         (gst_icydemux_typefind_or_forward):
8872         * gst/icydemux/gsticydemux.h:
8873           When we merge/collect multiple incoming buffers for typefinding
8874           purposes, keep an initial 0 offset on the first outgoing buffer
8875           as well (otherwise id3demux won't work right). Fixes #345449.
8876           Also Make buffer metadata writable before setting buffer caps.
8877
8878         * tests/check/elements/icydemux.c: (typefind_succeed),
8879         (cleanup_icydemux), (push_data), (GST_START_TEST),
8880         (icydemux_suite):
8881           Small test case for the above.
8882
8883 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
8884
8885         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
8886         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
8887         (gst_avi_demux_stream_header_push),
8888         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8889         (gst_avi_demux_loop):
8890           More code reuse and better logging in _peek_chunk(). Reintroduce check
8891           for chunk sizes before reading them (avoid oom). Better handling for 
8892           invalid chunksizes when streaming.
8893
8894 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
8895
8896         * gst/level/gstlevel.c: (gst_level_set_property):
8897         * gst/level/gstlevel.h:
8898           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
8899           René Stadler
8900
8901 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
8902
8903         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8904         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8905         (gst_avi_demux_stream_data):
8906           Revert one change to fix streaming avi (adapter size != data size).
8907
8908 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8909
8910         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
8911
8912         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
8913         (gst_matroska_demux_reset),
8914         (gst_matroska_demux_read_track_encodings),
8915         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
8916         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8917         (gst_matroska_demux_subtitle_caps):
8918         * gst/matroska/matroska-ids.h:
8919           Add support for VOBSUB subtitle tracks and zlib-compressed
8920           tracks. Make sure we start on a keyframe after a seek. (#343348)
8921
8922 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8923
8924         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
8925         (gst_matroska_demux_push_flac_codec_priv_data),
8926         (gst_matroska_demux_push_xiph_codec_priv_data),
8927         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8928         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
8929         * gst/matroska/matroska-ids.h:
8930           Add basic FLAC support (#311586), not perfect yet though, needs some
8931           tweaking in flacdec; also, seeking could be better.
8932           Do better bounds checking when deserialising vorbis stream headers
8933           to make sure we don't read beyond the end of the buffer on bad input.
8934
8935 2006-09-04  Wim Taymans  <wim@fluendo.com>
8936
8937         Patch by: Alessandro Decina <alessandro at nnva dot org>
8938
8939         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
8940         Seeking back in a file containing a CMML stream errors out if the seek
8941         goes back up to the CMML headers. This is because after the seek the xml
8942         processing instruction <?xml ...?> is submitted to the xml parser again, 
8943         which results in an error. The attached patch fixes the problem. 
8944         Fixes #353908.
8945
8946         * ext/annodex/gstcmmlenc.h:
8947         Fix authors name.
8948
8949
8950 2006-08-28  Andy Wingo  <wingo@pobox.com>
8951
8952         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
8953         New helper function to lessen the ifdefs.
8954         (GST_INFO_OBJECT): 
8955         (gst_dv1394src_iso_receive): Use it.
8956         (gst_dv1394src_create): Also use the control sockets in iec61883
8957         mode.
8958         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
8959         handle for AVC operations; fixes #348233.
8960
8961 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8962
8963         * configure.ac:
8964         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8965         * docs/plugins/inspect/plugin-audiofx.xml:
8966         * docs/plugins/inspect/plugin-audiofxgood.xml:
8967         * gst/audiofx/Makefile.am:
8968         * gst/audiofx/audiofx.c:
8969         * gst/audiofxgood/.cvsignore:
8970         * gst/audiofxgood/Makefile.am:
8971         * gst/audiofxgood/audiofx.c:
8972         * gst/audiofxgood/audiopanorama.c:
8973         * gst/audiofxgood/audiopanorama.h:
8974           Rename again (audiofxgood -> audiofx).
8975
8976 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8977
8978         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
8979         (gst_avi_demux_stream_scan):
8980           Initialze variables.
8981
8982 2006-08-25  Wim Taymans  <wim@fluendo.com>
8983
8984         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8985         (gst_avi_demux_init), (gst_avi_demux_finalize),
8986         (gst_avi_demux_reset), (gst_avi_demux_index_last),
8987         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
8988         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
8989         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8990         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
8991         (gst_avi_demux_massage_index),
8992         (gst_avi_demux_calculate_durations_from_index),
8993         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
8994         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8995         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
8996         (gst_avi_demux_change_state):
8997         * gst/avi/gstavidemux.h:
8998         More attempts to turn this into readable code.
8999         Don't leak adapters.
9000         Calculate duration according to index more efficiently.
9001         Don't try to act like we drive the pipeline in chain mode.
9002
9003 2006-08-25  Wim Taymans  <wim@fluendo.com>
9004
9005         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
9006         Fix build.
9007
9008 2006-08-25  Wim Taymans  <wim@fluendo.com>
9009
9010         Patch by: Alessandro Decina <alessandro at nnva dot org>
9011
9012         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
9013         Do some extra sanity checks.
9014         Fixes #350340.
9015
9016         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
9017         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
9018         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
9019         Check if clip->start_time is valid before adding the clip to the
9020         track list.
9021         Reset enc->preamble going from PAUSED to READY.
9022         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
9023         only used for EOS.
9024         Only post an error message if we were the one that created the fatal
9025         GstFlowReturn value.
9026
9027         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
9028         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
9029         Parse the seconds field of the npt-sec time format using %llu rather than
9030         %d and check that the value scaled by GST_SECOND doesn't overflow.
9031         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
9032         Lookup a clip's track with clip->track rather than clip->id which
9033         makes no sense.
9034         Identify a clip by its track and start time and not its xml id.
9035         do some more input checking and make sure we don't do undefined shifts.
9036
9037         * tests/check/elements/cmmldec.c: (setup_cmmldec),
9038         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
9039         (cmml_tag_message_pop), (check_headers), (push_clip_full),
9040         (push_clip), (push_empty_clip), (check_output_clip),
9041         (GST_START_TEST), (cmmldec_suite):
9042         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
9043         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
9044         (check_headers), (push_clip), (check_clip_times), (check_clip),
9045         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
9046         Added some more checks.
9047
9048 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
9049
9050         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
9051         (gst_audio_panorama_set_property),
9052         (gst_audio_panorama_get_property),
9053         (gst_audio_panorama_transform_m2s_int),
9054         (gst_audio_panorama_transform_s2s_int),
9055         (gst_audio_panorama_transform_m2s_float),
9056         (gst_audio_panorama_transform_s2s_float):
9057         * gst/audiofxgood/audiopanorama.h:
9058         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
9059           Make also the pan-property float (saves scaling and yields better
9060           resolution)
9061
9062 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
9063
9064         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
9065         (gst_audio_panorama_transform_m2s_float),
9066         (gst_audio_panorama_transform_s2s_float):
9067           ChangeLog surgery to add cymax's real name
9068
9069
9070 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
9071
9072         Patch by: René Stadler <mail@renestadler.de>
9073
9074         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
9075         (gst_audio_panorama_transform_m2s_int),
9076         (gst_audio_panorama_transform_s2s_int),
9077         (gst_audio_panorama_transform_m2s_float),
9078         (gst_audio_panorama_transform_s2s_float),
9079         (gst_audio_panorama_transform):
9080         * gst/audiofxgood/audiopanorama.h:
9081           Added float support
9082
9083 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
9084
9085         * gst/audiofxgood/audiopanorama.c:
9086         (gst_audio_panorama_transform_m2s):
9087           Fix docs & debug category. Add Fixme for volume pan levels.
9088
9089 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
9090
9091         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
9092         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
9093         (gst_avi_demux_stream_header_pull),
9094         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
9095         (gst_avi_demux_chain):
9096           unbreak AVI index handling, some more debug, remove an obsolete
9097           adapter_flush that caused streaming to wander off in the wild
9098
9099 2006-08-24  Wim Taymans  <wim@fluendo.com>
9100
9101         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
9102         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
9103         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
9104         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
9105         (gst_avi_demux_calculate_durations_from_index),
9106         (gst_avi_demux_stream_header_push),
9107         (gst_avi_demux_stream_header_pull):
9108         * gst/avi/gstavidemux.h:
9109         Some more cleanups. 
9110         Fix totalFrames parsing in ODML.
9111         Disable use of index for length calculation in case of ODML as this is
9112         broken now.
9113
9114 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
9115
9116         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
9117           Use libgsttag helper function here too.
9118
9119 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
9120
9121         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
9122         (gst_avi_demux_init), (gst_avi_demux_dispose),
9123         (gst_avi_demux_reset), (gst_avi_demux_index_next),
9124         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
9125         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
9126         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
9127         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
9128         (gst_avi_demux_parse_subindex),
9129         (gst_avi_demux_read_subindexes_push),
9130         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
9131         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
9132         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
9133         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
9134         (gst_avi_demux_stream_header_pull),
9135         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
9136         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
9137         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
9138         (gst_avi_demux_change_state):
9139         * gst/avi/gstavidemux.h:
9140           Initial streaming support for avidemux (fixes #336465)
9141
9142 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
9143
9144         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9145           There is no taglibmux element ...
9146
9147         * gst/rtsp/gstrtspsrc.c:
9148           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
9149           was complaining about unknown entity here.
9150
9151 2006-08-22  Wim Taymans  <wim@fluendo.com>
9152
9153         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9154         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
9155         (gst_avi_demux_process_next_entry):
9156         * gst/avi/gstavidemux.h:
9157         Mark DISCONT.
9158         Remove old unused fields and reorder the struct a bit.
9159
9160 2006-08-22  Wim Taymans  <wim@fluendo.com>
9161
9162         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
9163         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
9164         (gst_rtspsrc_pause):
9165         * gst/rtsp/gstrtspsrc.h:
9166         * sys/oss/gstosssink.c: (gst_oss_sink_open),
9167         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
9168         Small documentation updates.
9169
9170 2006-08-22  Wim Taymans  <wim@fluendo.com>
9171
9172         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9173         (gst_avi_demux_index_entry_for_time),
9174         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
9175         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
9176         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
9177         (gst_avi_demux_next_data_buffer),
9178         (gst_avi_demux_calculate_durations_from_index),
9179         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
9180         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
9181         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
9182         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
9183         * gst/avi/gstavidemux.h:
9184         Precalc most of the duration query for each stream.
9185         Make seeking more correct.
9186         Use GstSegment to track position and duration.
9187         Code cleanups and leak fixes.
9188         Calculate correct total duration based on index length.
9189
9190 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
9191
9192         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
9193         (parse_insert_string_field):
9194           If strings in text fields are marked ISO8859-1, but contain
9195           valid UTF-8 already, then handle them as UTF-8 and ignore
9196           the encoding. (#351794)
9197
9198 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
9199
9200         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
9201         (gst_flac_dec_write), (gst_flac_dec_loop),
9202         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
9203         (gst_flac_dec_src_query):
9204         * ext/flac/gstflacdec.h:
9205           Make flac-in-ogg work (#352100).
9206
9207 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
9208
9209         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
9210           Don't unref buffers of which we've already given away
9211           ownership to the adapter.
9212
9213 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
9214
9215         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
9216           Make metadata extraction actually work.
9217
9218         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
9219         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
9220         (gst_speexenc_chain):
9221           Fix metadata writing: replace old code which wrote completely
9222           broken tags with libgsttag-based code. Plus miscellaneous
9223           code cleanups (use static pad templates etc.) and a bunch
9224           of leak fixes.
9225
9226 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
9227
9228         * gst/audiopanorama/.cvsignore:
9229         * gst/audiopanorama/Makefile.am:
9230         * gst/audiopanorama/audiofx.c:
9231         * gst/audiopanorama/audiopanorama.c:
9232         * gst/audiopanorama/audiopanorama.h:
9233           die! die! die! you should never have been there
9234
9235 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
9236
9237         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
9238         Fix invalid memory access in audiopanorama test suite.
9239
9240 2006-08-21  Edward Hervey  <edward@fluendo.com>
9241
9242         * tests/check/elements/.cvsignore:
9243         ignore built file
9244
9245 2006-08-21  Wim Taymans  <wim@fluendo.com>
9246
9247         * gst/rtp/Makefile.am:
9248         Fix the build again.
9249
9250 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
9251
9252         * gst/audiofxgood/.cvsignore:
9253         * gst/audiofxgood/Makefile.am:
9254         * gst/audiofxgood/audiofx.c: (plugin_init):
9255         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
9256         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
9257         (gst_audio_panorama_set_property),
9258         (gst_audio_panorama_get_property),
9259         (gst_audio_panorama_get_unit_size),
9260         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
9261         (gst_audio_panorama_transform_m2s),
9262         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
9263         * gst/audiofxgood/audiopanorama.h:
9264           resubmit with the desired name *again*
9265
9266 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
9267
9268         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
9269         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
9270           use g_assert in _get_unit_size
9271
9272 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
9273
9274         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9275         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9276         * docs/plugins/inspect/plugin-audiofxgood.xml:
9277           cleanup -unused.txt to make it useful, add previously missing docs
9278
9279         * ext/Makefile.am:
9280           Quietly (accidentally) enable LADSPA for building by default, 
9281           despite the fact that it doesn't meet the plugin checklist.
9282             -- Added by Jan Schmidt 18 Dec 2006
9283
9284         * ext/esd/esdmon.c:
9285         * ext/esd/esdsink.c:
9286         * ext/esd/gstesd.c: (plugin_init):
9287           reflow to get rid of two external symbols
9288
9289         * gst/audiofxgood/audiofx.c: (plugin_init):
9290           re-add
9291
9292 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
9293
9294         * configure.ac:
9295         * gst/audiofxgood/.cvsignore:
9296         * gst/audiofxgood/Makefile.am:
9297         * gst/audiofxgood/audiofx.c
9298         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
9299         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
9300         (gst_audio_panorama_set_property),
9301         (gst_audio_panorama_get_property),
9302         (gst_audio_panorama_get_unit_size),
9303         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
9304         (gst_audio_panorama_transform_m2s),
9305         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
9306         * gst/audiofxgood/audiopanorama.h:
9307         * tests/check/Makefile.am:
9308         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
9309         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
9310         (panorama_suite), (main):
9311         Add audiofxgood plugin with audiopanorama element
9312
9313 2006-08-18  Wim Taymans  <wim@fluendo.com>
9314
9315         * docs/plugins/Makefile.am:
9316         More Oss docs fixage. 
9317
9318 2006-08-18  Wim Taymans  <wim@fluendo.com>
9319
9320         * gst/rtp/Makefile.am:
9321         * gst/rtp/gstrtp.c: (plugin_init):
9322         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
9323         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
9324         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
9325         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
9326         (gst_rtp_sv3v_depay_get_property),
9327         (gst_rtp_sv3v_depay_change_state),
9328         (gst_rtp_sv3v_depay_plugin_init):
9329         * gst/rtp/gstrtpsv3vdepay.h:
9330         Added experimental SVQ3 depayloader.
9331
9332 2006-08-18  Edward Hervey  <edward@fluendo.com>
9333
9334         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
9335         (gst_dvdemux_loop), (gst_dvdemux_change_state):
9336         * ext/dv/gstdvdemux.h:
9337         When handling seek requests, don't send the newsegment event from the
9338         calling thread. Instead save it so it can be sent from the streaming
9339         thread.
9340
9341 2006-08-17  Wim Taymans  <wim@fluendo.com>
9342
9343         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9344
9345         * gst/multipart/multipartdemux.c: (multipart_parse_header):
9346         Accept leading whitespace before the boundary
9347         This patch makes the demuxer allow some whitespace before the actual
9348         boundary. This makes the demuxer work with the ``old'' gstreamer
9349         multipartmuxer again (which placed an extra \n before the start
9350         of the stream) Fixes #349068.
9351
9352 2006-08-17  Wim Taymans  <wim@fluendo.com>
9353
9354         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
9355         Error out on non-implemented stuff.
9356
9357 2006-08-16  Wim Taymans  <wim@fluendo.com>
9358
9359         Patch by: Andy Wingo <wingo at pobox dot com>
9360
9361         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
9362         (gst_signal_processor_start), (gst_signal_processor_stop),
9363         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
9364         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
9365         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
9366         (gst_signal_processor_change_state):
9367         Make ladspa elements reusable. Fixes #350006.
9368
9369 2006-08-16  Wim Taymans  <wim@fluendo.com>
9370
9371         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
9372         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
9373         names as possible. Fixes #349901.
9374
9375 2006-08-16  Wim Taymans  <wim@fluendo.com>
9376
9377         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
9378         (gst_signal_processor_do_pushes):
9379         A push() gives away our refcount so we should not use the buffer on the
9380         pen anymore.
9381
9382 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9383
9384         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
9385         (gst_oss_mixer_element_finalize):
9386           Don't leak device string.
9387
9388 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9389
9390         * configure.ac:
9391           Require CVS of GStreamer core and -base (for
9392           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
9393
9394         * ext/taglib/gstid3v2mux.cc:
9395           Write extended comment tags properly (#348762).
9396
9397         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9398         (parse_comment_frame):
9399           Extract COMM frames into extended comments, which makes it
9400           easier to properly retain the description bit of the tag
9401           and maintain this information when re-tagging (#348762).
9402
9403 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9404
9405         * tests/check/Makefile.am:
9406           Don't try to run annodex unit tests if the annodex
9407           plugin has not been built (Fixes #351116).
9408
9409 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9410
9411         * gst/autodetect/gstautoaudiosink.c:
9412         (gst_auto_audio_sink_find_best):
9413           When we can't find a usable audiosink, don't error out,
9414           but use a fake sink instead and post a warning message
9415           on the bus (#341278).
9416
9417 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9418
9419         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
9420         * sys/oss/gstosssink.c:
9421         * sys/oss/gstosssrc.c:
9422           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
9423           ossmixer's new device property.
9424
9425         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9426         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9427           Add docs for OSS elements.
9428
9429         * docs/plugins/inspect/plugin-aasink.xml:
9430         * docs/plugins/inspect/plugin-alaw.xml:
9431         * docs/plugins/inspect/plugin-alpha.xml:
9432         * docs/plugins/inspect/plugin-alphacolor.xml:
9433         * docs/plugins/inspect/plugin-annodex.xml:
9434         * docs/plugins/inspect/plugin-apetag.xml:
9435         * docs/plugins/inspect/plugin-auparse.xml:
9436         * docs/plugins/inspect/plugin-autodetect.xml:
9437         * docs/plugins/inspect/plugin-avi.xml:
9438         * docs/plugins/inspect/plugin-cacasink.xml:
9439         * docs/plugins/inspect/plugin-cairo.xml:
9440         * docs/plugins/inspect/plugin-cdio.xml:
9441         * docs/plugins/inspect/plugin-cutter.xml:
9442         * docs/plugins/inspect/plugin-debug.xml:
9443         * docs/plugins/inspect/plugin-dv.xml:
9444         * docs/plugins/inspect/plugin-efence.xml:
9445         * docs/plugins/inspect/plugin-effectv.xml:
9446         * docs/plugins/inspect/plugin-esdsink.xml:
9447         * docs/plugins/inspect/plugin-flac.xml:
9448         * docs/plugins/inspect/plugin-flxdec.xml:
9449         * docs/plugins/inspect/plugin-gconfelements.xml:
9450         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9451         * docs/plugins/inspect/plugin-goom.xml:
9452         * docs/plugins/inspect/plugin-halelements.xml:
9453         * docs/plugins/inspect/plugin-icydemux.xml:
9454         * docs/plugins/inspect/plugin-id3demux.xml:
9455         * docs/plugins/inspect/plugin-jpeg.xml:
9456         * docs/plugins/inspect/plugin-level.xml:
9457         * docs/plugins/inspect/plugin-matroska.xml:
9458         * docs/plugins/inspect/plugin-mulaw.xml:
9459         * docs/plugins/inspect/plugin-multipart.xml:
9460         * docs/plugins/inspect/plugin-navigationtest.xml:
9461         * docs/plugins/inspect/plugin-ossaudio.xml:
9462         * docs/plugins/inspect/plugin-png.xml:
9463         * docs/plugins/inspect/plugin-rtp.xml:
9464         * docs/plugins/inspect/plugin-rtsp.xml:
9465         * docs/plugins/inspect/plugin-shout2send.xml:
9466         * docs/plugins/inspect/plugin-smpte.xml:
9467         * docs/plugins/inspect/plugin-speex.xml:
9468         * docs/plugins/inspect/plugin-taglib.xml:
9469         * docs/plugins/inspect/plugin-udp.xml:
9470         * docs/plugins/inspect/plugin-videobalance.xml:
9471         * docs/plugins/inspect/plugin-videobox.xml:
9472         * docs/plugins/inspect/plugin-videoflip.xml:
9473         * docs/plugins/inspect/plugin-videomixer.xml:
9474         * docs/plugins/inspect/plugin-wavenc.xml:
9475         * docs/plugins/inspect/plugin-wavparse.xml:
9476         * docs/plugins/inspect/plugin-ximagesrc.xml:
9477           Update to CVS version.
9478           
9479 2006-08-16  Wim Taymans  <wim@fluendo.com>
9480
9481         * gst/rtp/gstrtpamrdepay.c:
9482         * gst/rtp/gstrtpmp4gdepay.c:
9483         Caps extra properties must be defined as strings for
9484         depayloaders because they are generated from an SDP.
9485
9486         * gst/rtp/Makefile.am:
9487         * gst/rtp/gstrtp.c: (plugin_init):
9488         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
9489         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
9490         (gst_rtp_h264_depay_finalize), (decode_base64),
9491         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
9492         (gst_rtp_h264_depay_set_property),
9493         (gst_rtp_h264_depay_get_property),
9494         (gst_rtp_h264_depay_change_state),
9495         (gst_rtp_h264_depay_plugin_init):
9496         * gst/rtp/gstrtph264depay.h:
9497         Added basic, not completely functional RFC 3984 H264 depayloader.
9498
9499 2006-08-16  Wim Taymans  <wim@fluendo.com>
9500
9501         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
9502         Add pads after setting them up.
9503
9504         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9505         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
9506         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
9507         (gst_rtspsrc_stream_setup_rtp),
9508         (gst_rtspsrc_stream_configure_transport),
9509         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
9510         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
9511         (gst_rtspsrc_pause):
9512         * gst/rtsp/gstrtspsrc.h:
9513         Fix interleaved mode.
9514          - Protect streaming with lock.
9515          - Combine flows
9516          - set caps on outgoing buffers.
9517          - strip trailing \0 from data packets.
9518          - Configure RTP/RTCP in stream.
9519         Use DEBUG_OBJECT more.
9520
9521 2006-08-16  Wim Taymans  <wim@fluendo.com>
9522
9523         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9524         Turn a g_print into a DEBUG line.
9525
9526 2006-08-13  Wim Taymans  <wim@fluendo.com>
9527
9528         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
9529         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
9530         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
9531         (gst_oss_mixer_element_get_property),
9532         (gst_oss_mixer_element_change_state):
9533         * sys/oss/gstossmixerelement.h:
9534         Small cleanups. Better error reporting.
9535         Add device property for the mixer instead of the hardcoded
9536         /dev/mixer. Fixes #350785.
9537         API: GstOssMixerElement::device property
9538
9539 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
9540
9541         Patch by: Jens Granseuer <jensgr at gmx net>
9542
9543         * gconf/Makefile.am:
9544           Make --disable-schemas work right (they still need
9545           to be copied to the installation directory, just not
9546           applied). Fixes #351347 (also #344100).
9547           
9548 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9549
9550         * configure.ac: back to HEAD
9551
9552 === release 0.10.4 ===
9553
9554 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
9555
9556         * configure.ac:
9557           releasing 0.10.4, "Dear Leader"
9558
9559 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9560
9561         Patch by: Edward Hervey <edward@fluendo.com>
9562
9563         * configure.ac:
9564         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9565         (gst_wavparse_stream_data):
9566         Send the newsegment event in the streaming thread.
9567         Fixes #347529
9568
9569 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
9570
9571         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
9572         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
9573         (gst_smokeenc_resync), (gst_smokeenc_chain):
9574           Refuse sink caps in the encoder if width or height is not a
9575           multiple of 16, the encoder does not support that yet (#349939);
9576           along the same lines, check the return value of the encoder
9577           setup function; also remove some debug log clutter.
9578
9579 2006-08-04  Andy Wingo  <wingo@pobox.com>
9580
9581         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
9582         whether a processor can work in place or not, and for keeping
9583         track of its state. Change the FlowReturn instance variable from
9584         "state" to "flow_state", all callers changed.
9585
9586         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
9587         (gst_signal_processor_start, gst_signal_processor_stop)
9588         (gst_signal_processor_cleanup): New functions to manage the
9589         processor's state.
9590         (gst_signal_processor_setcaps): start() as well as setup() here.
9591         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
9592         (gst_signal_processor_change_state): Stop and cleanup the
9593         processor as we go to NULL.
9594
9595         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
9596         INPLACE_BROKEN is not set.
9597
9598         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
9599         Do the alloc_buffer in bytes, not frames.
9600         
9601 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9602
9603         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
9604         Fix rgb masks when recording in < 24bpp.
9605
9606 2006-08-04  Andy Wingo  <wingo@pobox.com>
9607
9608         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
9609         (gst_signal_processor_prepare)
9610         (gst_signal_processor_update_inputs)
9611         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
9612         (gst_signal_processor_flush)
9613         (gst_signal_processor_sink_activate_push)
9614         (gst_signal_processor_src_activate_pull)
9615         (gst_signal_processor_change_state): Remove the last of the code
9616         that assumes that we process whole buffers at a time. Fix some
9617         debugging. Seems to work now in some cases.
9618         (gst_signal_processor_src_activate_pull): BPB
9619
9620 2006-08-01  Andy Wingo  <wingo@pobox.com>
9621
9622         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
9623         Fix nframes-choosing.
9624         (gst_signal_processor_init): Init pending_in and pending_out.
9625
9626         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
9627         more default sample rate, although we never check that the sample
9628         rate actually gets set. Something for the future.
9629         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
9630         (gst_signal_processor_event): Refcount fixen.
9631         (gst_signal_processor_process): Pull the number of frames to
9632         process from the sizes of the buffers in the input pens.
9633         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
9634         (gst_signal_processor_do_pulls): Add an nframes argument, and use
9635         it instead of buffer_frames.
9636         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
9637         to do_pulls.
9638         (gst_signal_processor_chain)
9639         (gst_signal_processor_sink_activate_push)
9640         (gst_signal_processor_src_activate_pull):  Refcount fixen.
9641
9642         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
9643
9644 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
9645
9646         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
9647         (gst_signal_processor_process):
9648           don't query buffer-frames from caps, add lots of debug-log,
9649           try fix for assert (#349189)
9650
9651 2006-07-31  Wim Taymans  <wim@fluendo.com>
9652
9653         * gst/udp/gstudpsrc.c:
9654         Fix docs.
9655
9656 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
9657
9658         * ext/ladspa/gstsignalprocessor.c:
9659         (gst_signal_processor_add_pad_from_template),
9660         (gst_signal_processor_init), (gst_signal_processor_setcaps),
9661         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
9662         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
9663         (gst_signal_processor_sink_activate_push),
9664         (gst_signal_processor_src_activate_pull),
9665         (gst_signal_processor_change_state):
9666          Add debugs logs here and there, add more error handling, add some
9667          FIXME comments, filed #349189
9668
9669 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9670
9671         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
9672         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
9673         Set caps on buffer correctly.  Fixes bug #349155.
9674
9675 2006-07-28  Wim Taymans  <wim@fluendo.com>
9676
9677         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9678
9679         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
9680         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
9681         (gst_multipart_demux_finalize), (get_line_end),
9682         (multipart_parse_header), (multipart_find_boundary),
9683         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
9684         (gst_multipart_set_property), (gst_multipart_get_property):
9685         Uses GstAdapter instead of own buffering.
9686         Actually parses the mime-type correctly (In tests the mime-type was
9687         always "" with the old version).
9688         Uses the Content-length header if available to speed up things.
9689         Reliably autoscans the boundary name by default.
9690         Fixes #349068.
9691
9692         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
9693         Don't start the stream with a \n.
9694
9695 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
9696
9697         Patch by: Brian Cameron <brian dot cameron at sun com>
9698
9699         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
9700           Open source with O_NONBLOCK (#349015).
9701
9702 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
9703
9704         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
9705         (gst_avi_demux_massage_index):
9706         * gst/avi/gstavidemux.h:
9707           Whitespace fixes and more debug
9708
9709 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
9710
9711         * gst/autodetect/gstautoaudiosink.c:
9712         (gst_auto_audio_sink_create_element_with_pretty_name),
9713         (gst_auto_audio_sink_find_best),
9714         (gst_auto_audio_sink_change_state):
9715           Get rid of old and unused magic sound-server properties stuff.
9716           Add suffix to child sink's name that makes it easy to see from
9717           the name alone which type it actually is (alsa, oss, esd, etc.).
9718
9719 2006-07-27  Wim Taymans  <wim@fluendo.com>
9720
9721         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9722         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
9723         (gst_udpsrc_start):
9724         * gst/udp/gstudpsrc.h:
9725         Rename "buffer" to "buffer-size" to make clear it is a size we set and
9726         not some sort of feature we enable.
9727
9728 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
9729
9730         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
9731           Use CLOSE_SOCKET() here instead of close() to maintain
9732           win32 workiness.
9733
9734 2006-07-27  Wim Taymans  <wim@fluendo.com>
9735
9736         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
9737
9738         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9739         (gst_udpsrc_create), (gst_udpsrc_set_property),
9740         (gst_udpsrc_get_property), (gst_udpsrc_start):
9741         * gst/udp/gstudpsrc.h:
9742         Added "buffer-size" property to control the kernel receive buffer size.
9743         Update documentation.
9744         Small cleanups. Fixes #348752.
9745         API: buffer-size property
9746
9747 2006-07-26  Wim Taymans  <wim@fluendo.com>
9748
9749         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
9750
9751         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
9752         (gst_rtp_pcma_pay_handle_buffer):
9753         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
9754         (gst_rtp_pcmu_pay_handle_buffer):
9755         Fix timestamp calculation on outgoing RTP packets.
9756         Fixes #348675.
9757
9758 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9759
9760         * ext/taglib/gstid3v2mux.cc:
9761           Fix writing of comment frames (should be COMM not TCOM),
9762           is still sub-optimal though, since we don't retain or
9763           extract the comment descriptions properly (#334375,
9764           also see #334375).
9765
9766 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9767
9768         * gst/wavparse/gstwavparse.c:
9769           #define 'fact' RIFF chunk if we are not compiling against
9770           -base CVS (we don't want to depend on -base CVS for this
9771           one define only, and also not for release order reasons).
9772
9773 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9774
9775         * ext/taglib/gstid3v2mux.cc:
9776           Handle multiple tags of the same type properly. Re-inject
9777           unparsed ID3v2 frames that we get as binary blobs from
9778           id3demux into the tag again so we don't lose information
9779           when retagging (#334375).
9780
9781 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9782
9783         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
9784           Document newly-added properties properly, so that there is a
9785           'Since: 0.10.4' in the plugin docs. Convert some property
9786           names into canonical GObject style (GObject will do that
9787           internally anyway).
9788
9789 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9790
9791         * gst/id3demux/id3tags.c:
9792         (id3demux_add_id3v2_frame_blob_to_taglist):
9793           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
9794           well, and add the version to the blob's buffer caps, since that
9795           information will be needed for deserialisation later on (#348644).
9796
9797 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
9798
9799         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
9800         (gst_avi_demux_parse_stream):
9801          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
9802          indentation and spacing.
9803
9804 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9805
9806         * docs/plugins/Makefile.am:
9807         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9808         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9809         * docs/plugins/gst-plugins-good-plugins.args:
9810         * docs/plugins/inspect/plugin-1394.xml:
9811         * docs/plugins/inspect/plugin-aasink.xml:
9812         * docs/plugins/inspect/plugin-alaw.xml:
9813         * docs/plugins/inspect/plugin-alpha.xml:
9814         * docs/plugins/inspect/plugin-alphacolor.xml:
9815         * docs/plugins/inspect/plugin-annodex.xml:
9816         * docs/plugins/inspect/plugin-apetag.xml:
9817         * docs/plugins/inspect/plugin-auparse.xml:
9818         * docs/plugins/inspect/plugin-autodetect.xml:
9819         * docs/plugins/inspect/plugin-avi.xml:
9820         * docs/plugins/inspect/plugin-cacasink.xml:
9821         * docs/plugins/inspect/plugin-cairo.xml:
9822         * docs/plugins/inspect/plugin-cdio.xml:
9823         * docs/plugins/inspect/plugin-cutter.xml:
9824         * docs/plugins/inspect/plugin-debug.xml:
9825         * docs/plugins/inspect/plugin-dv.xml:
9826         * docs/plugins/inspect/plugin-efence.xml:
9827         * docs/plugins/inspect/plugin-effectv.xml:
9828         * docs/plugins/inspect/plugin-esdsink.xml:
9829         * docs/plugins/inspect/plugin-flac.xml:
9830         * docs/plugins/inspect/plugin-flxdec.xml:
9831         * docs/plugins/inspect/plugin-gconfelements.xml:
9832         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9833         * docs/plugins/inspect/plugin-goom.xml:
9834         * docs/plugins/inspect/plugin-halelements.xml:
9835         * docs/plugins/inspect/plugin-icydemux.xml:
9836         * docs/plugins/inspect/plugin-id3demux.xml:
9837         * docs/plugins/inspect/plugin-jpeg.xml:
9838         * docs/plugins/inspect/plugin-level.xml:
9839         * docs/plugins/inspect/plugin-matroska.xml:
9840         * docs/plugins/inspect/plugin-mulaw.xml:
9841         * docs/plugins/inspect/plugin-multipart.xml:
9842         * docs/plugins/inspect/plugin-navigationtest.xml:
9843         * docs/plugins/inspect/plugin-ossaudio.xml:
9844         * docs/plugins/inspect/plugin-png.xml:
9845         * docs/plugins/inspect/plugin-rtp.xml:
9846         * docs/plugins/inspect/plugin-rtsp.xml:
9847         * docs/plugins/inspect/plugin-shout2send.xml:
9848         * docs/plugins/inspect/plugin-smpte.xml:
9849         * docs/plugins/inspect/plugin-speex.xml:
9850         * docs/plugins/inspect/plugin-udp.xml:
9851         * docs/plugins/inspect/plugin-videobalance.xml:
9852         * docs/plugins/inspect/plugin-videobox.xml:
9853         * docs/plugins/inspect/plugin-videoflip.xml:
9854         * docs/plugins/inspect/plugin-videomixer.xml:
9855         * docs/plugins/inspect/plugin-wavenc.xml:
9856         * docs/plugins/inspect/plugin-wavparse.xml:
9857         * docs/plugins/inspect/plugin-ximagesrc.xml:
9858           Update files to CVS/Prerelease version, add esdsink docs.
9859
9860         * ext/esd/esdsink.c:
9861           Add gtk-doc blurb.
9862
9863         * gst/rtp/gstrtpmp4vpay.c:
9864           Fix typo in element description.
9865
9866 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9867
9868         * ext/esd/esdsink.c: (gst_esdsink_open),
9869         (gst_esdsink_factory_init):
9870           Prevent libesd from auto-spawning a sound daemon if it
9871           is not already running. Now that we don't do evil stuff
9872           like that any longer we can give esdsink a rank so that
9873           autoaudiosink will try it as well if all other audio
9874           sinks fail (#343051).
9875
9876 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9877
9878         * ext/esd/Makefile.am:
9879           Oops, need to remove README from EXTRA_DIST as well.
9880
9881 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9882
9883         * ext/esd/README:
9884           Remove, it contains nothing useful anyway.
9885
9886         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
9887         (gst_esdsink_delay):
9888           Some small clean-ups; use GST_BOILERPLATE etc.
9889
9890 2006-07-24  Wim Taymans  <wim@fluendo.com>
9891
9892         * gst/law/alaw-decode.c: (alawdec_getcaps):
9893         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
9894         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
9895         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
9896         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
9897
9898 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
9899
9900         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
9901         (gst_wavparse_other), (gst_wavparse_perform_seek),
9902         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
9903         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
9904         (gst_wavparse_pad_query):
9905         * gst/wavparse/gstwavparse.h:
9906           Use information from 'fact' chunk for length calculation of compressed
9907           samples. Calculate bps if bogus value is found in wav header (embeded
9908           mp2/mp3).
9909           
9910
9911 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9912
9913         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
9914
9915         * configure.ac:
9916         * gst/udp/Makefile.am:
9917         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
9918         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
9919         * gst/udp/gstdynudpsink.h:
9920         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
9921         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
9922         * gst/udp/gstmultiudpsink.h:
9923         * gst/udp/gstudp.c: (plugin_init):
9924         * gst/udp/gstudpsink.h:
9925         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
9926         (gst_udpsrc_start), (gst_udpsrc_stop):
9927         * gst/udp/gstudpsrc.h:
9928         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
9929         (gst_udp_net_utils_win32_wsa_startup):
9930         * gst/udp/gstudpnetutils.h:
9931           Port udp plugin to win32 (#345288).
9932
9933 2006-07-24  Wim Taymans  <wim@fluendo.com>
9934
9935         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
9936         Remove unwanted DEBUG line.
9937
9938 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9939
9940         * gst/id3demux/gstid3demux.c: (plugin_init):
9941         * gst/id3demux/id3tags.c:
9942         (id3demux_add_id3v2_frame_blob_to_taglist):
9943         * gst/id3demux/id3tags.h:
9944           On second thought, it might be wiser and more efficient
9945           not to do tag registration from a streaming thread.
9946
9947 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9948
9949         * gst/id3demux/id3tags.c:
9950         (id3demux_add_id3v2_frame_blob_to_taglist),
9951         (id3demux_id3v2_frames_to_tag_list):
9952           Put ID3v2 frames we can't parse as binary blobs into private
9953           tags, so that they are not lost when retagging, at least once
9954           id3v2mux has been taught to re-inject those frames again.
9955           See bug #334375.
9956
9957 2006-07-21  Wim Taymans  <wim@fluendo.com>
9958
9959         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9960         (gst_avi_demux_process_next_entry):
9961         Fix some leaks.
9962
9963         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9964         Don't use \n in debug lines.
9965
9966 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
9967
9968         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9969         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9970           Add annodex and icydemux, cleanup the sections a bit
9971
9972 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
9973
9974         Patch by: Alex Lancaster <alexl at users sourceforge net>
9975
9976         * ext/taglib/gstid3v2mux.cc:
9977           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
9978           ID3v2 TSSE frames (#347898).
9979
9980 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
9981
9982         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
9983           Respect mpegversion for "video/mpeg" and give message in case of
9984           unhandled versions.
9985
9986 2006-07-17  Wim Taymans  <wim@fluendo.com>
9987
9988         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
9989         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
9990         (gst_pngdec_chain), (gst_pngdec_sink_event),
9991         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
9992         (gst_pngdec_sink_activate_push):
9993         * ext/libpng/gstpngdec.h:
9994         Use statically allocated segment instead of leaking.
9995         Various cleanups.
9996         Fix flush and seek handling.
9997
9998 2006-07-16  Wim Taymans  <wim@fluendo.com>
9999
10000         * gst/rtp/Makefile.am:
10001         * gst/rtp/gstrtp.c: (plugin_init):
10002         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
10003         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
10004         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
10005         (gst_rtp_mp4g_depay_set_property),
10006         (gst_rtp_mp4g_depay_get_property),
10007         (gst_rtp_mp4g_depay_change_state),
10008         (gst_rtp_mp4g_depay_plugin_init):
10009         * gst/rtp/gstrtpmp4gdepay.h:
10010         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
10011         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
10012         (gst_rtp_mp4g_pay_flush):
10013         Added simple generic mpeg4 depayloader.
10014         Fix generic mpeg4 payloader.
10015
10016 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
10017
10018         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
10019           Don't try doing state changes on a NULL pointer.
10020
10021 2006-07-14  Wim Taymans  <wim@fluendo.com>
10022
10023         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
10024
10025         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
10026         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
10027         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
10028         * gst/rtp/gstrtpamrdepay.h:
10029         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
10030         Fixes #321191
10031
10032 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10033
10034         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
10035         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
10036         Fix segfault when moving mouse pointer to the bottom right corner.
10037
10038 2006-07-12  Wim Taymans  <wim@fluendo.com>
10039
10040         * gst/rtp/Makefile.am:
10041         * gst/rtp/gstrtp.c: (plugin_init):
10042         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
10043         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
10044         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
10045         (gst_rtp_mp2t_depay_set_property),
10046         (gst_rtp_mp2t_depay_get_property),
10047         (gst_rtp_mp2t_depay_change_state),
10048         (gst_rtp_mp2t_depay_plugin_init):
10049         * gst/rtp/gstrtpmp2tdepay.h:
10050         Added mpeg2 TS depayloader. Closing #347234.
10051
10052 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
10053
10054         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
10055           Remove g_assert that shouldn't be there and was triggered
10056           after trying to open a device that doesn't exist or can't
10057           be opened for some other reason (#347972).
10058
10059 2006-07-10  Edward Hervey  <edward@fluendo.com>
10060
10061         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10062         (gst_avi_demux_stream_header), (push_tag_lists):
10063         * gst/avi/gstavidemux.h:
10064         Don't push tag events found by gst_riff_parse_info() before outputting
10065         GST_EVENT_NEWSEGMENT.
10066
10067 2006-07-10  Wim Taymans  <wim@fluendo.com>
10068
10069         * gst/rtsp/Makefile.am:
10070         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
10071         (rtsp_connection_close):
10072         * gst/rtsp/rtspdefs.h:
10073         replaced closesocket and close in code with one CLOSE_SOCKET. 
10074         Some more cleanups. Fixes #345301.
10075
10076 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
10077
10078         * gst/autodetect/gstautoaudiosink.c:
10079           Fix example pipeline in docs.
10080
10081 2006-07-10  Wim Taymans  <wim@fluendo.com>
10082
10083         Patch by: Rob Taylor <robtaylor at floopily dot org>
10084
10085         * gst/udp/gstmultiudpsink.c: (join_multicast),
10086         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
10087         If a destination is added before the stream is set to PAUSED, the
10088         multicast group is not joined as the socket is not created yet. 
10089         Also TTL and LOOP should also be set. Fixes #346921.
10090
10091 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10092
10093         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
10094         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
10095         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
10096         (gst_ximage_src_init):
10097         * sys/ximage/gstximagesrc.h:
10098         Fix use-damage property to actually work :)
10099         Add startx, starty, endx, endy properties so screencasts other than full
10100         screen ones can work.
10101
10102 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10103
10104         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
10105         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
10106         (gst_ximage_src_class_init), (gst_ximage_src_init):
10107         * sys/ximage/gstximagesrc.h:
10108         Add use_damage property to offer ability to choose whether to use
10109         XDamage or not.
10110
10111 2006-07-07  Wim Taymans  <wim@fluendo.com>
10112
10113         * gst/goom/filters.c: (zoomFilterSetResolution):
10114         Avoid goom coredumping by clearing memory. 
10115         Fixes 345679.
10116
10117 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
10118
10119         * win32/vs6/libgstid3demux.dsp:
10120         Add a link to libgsttag-0.10.lib.
10121
10122 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
10123
10124         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
10125         (gst_tag_demux_read_range):
10126         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
10127         (gst_id3demux_read_range):
10128           Don't return FLOW_UNEXPECTED when a buffer is before
10129           the start of the stream (which might happen with
10130           large ID3v2 tags if the tag reading was done pullrange
10131           based and we then switched to push mode later on).
10132           Fixes regression introduced by commit from June 29th.
10133
10134 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
10135
10136         * ext/taglib/gstid3v2mux.cc:
10137           Make UTF-8 the default encoding when writing string
10138           tags (before, our UTF-8 strings would automatically
10139           be converted to ISO-8859-1 by taglib and written as
10140           ISO-8859-1 fields if that was possible).
10141
10142         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
10143         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
10144         (test_taglib_id3mux_with_tags):
10145           Add test case that makes sure our UTF-8 strings have
10146           actually been written into the tag as UTF-8.
10147
10148 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
10149
10150         * configure.ac:
10151           Let's try that again.
10152
10153 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
10154
10155         * configure.ac:
10156           Disable monoscope plugin for now until it fulfills
10157           all the requirements.
10158
10159 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
10160
10161         * configure.ac:
10162         * gst/monoscope/Makefile.am:
10163         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
10164         (gst_monoscope_class_init), (gst_monoscope_init),
10165         (gst_monoscope_finalize), (gst_monoscope_reset),
10166         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
10167         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
10168         (gst_monoscope_sink_event), (gst_monoscope_src_event),
10169         (gst_monoscope_change_state), (plugin_init):
10170         * gst/monoscope/gstmonoscope.h:
10171           Port monoscope visualisation to 0.10.
10172
10173 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
10174
10175         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
10176         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
10177           Return FLOW_UNEXPECTED when at the end of the file, not
10178           FLOW_ERROR. Fixes 'internal stream error' errors that
10179           would sometimes occur in totem when scrubbing to the
10180           end of an ID3v1 tagged mp3 file.
10181
10182 2006-07-03  Edward Hervey  <edward@fluendo.com>
10183
10184         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
10185         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
10186         (gst_pngdec_sink_event), (gst_pngdec_change_state):
10187         * ext/libpng/gstpngdec.h:
10188         Implement buffer clipping/dropping using GstSegment.
10189         This provides accurate seeking.
10190
10191 2006-07-03  Edward Hervey  <edward@fluendo.com>
10192
10193         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10194         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
10195         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
10196         (gst_avi_demux_process_next_entry), (push_tag_lists),
10197         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
10198         * gst/avi/gstavidemux.h:
10199         Proper aggregation of each stream's GstFlowReturn in order to figure out
10200         whether the task should stop or not.
10201         Don't send inline events before pushing out a NEW_SEGMENT, more
10202         specifically for GST_TAG_EVENT.
10203         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
10204         sub-indexes.
10205
10206 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
10207
10208         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
10209
10210         * sys/sunaudio/gstsunaudiomixerctrl.c:
10211         (gst_sunaudiomixer_ctrl_build_list):
10212           Move "Monitor" slider to input tab so it works more like
10213           sdtaudiocontrol, which is what people on Solaris are used
10214           to using for their mixer program (#346259).
10215
10216 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10217
10218         * tests/check/elements/level.c: (GST_START_TEST):
10219           fix a leak, clean up at the end
10220
10221 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
10222
10223         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10224         (gst_matroska_demux_send_event),
10225         (gst_matroska_demux_loop_stream_parse_id):
10226         * gst/matroska/matroska-ids.h:
10227           Send tag event after newsegment event.
10228
10229 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
10230
10231         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
10232         (gst_id3demux_read_range):
10233           Make sure we don't return GST_FLOW_OK with a NULL buffer in
10234           certain cases where a read beyond the end of the file is
10235           requested. Fixes #345930.
10236
10237         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
10238         (gst_tag_demux_read_range):
10239           Fix same issue here as well.
10240
10241 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10242
10243         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
10244         
10245         Fix hypothetical crash.
10246
10247 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
10248
10249         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
10250
10251         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
10252           Do not modify the ports value. If the user has turned off the
10253           built-in speakers, then we should not reset it in the prepare
10254           function, since this causes the built-in speakers to turn
10255           back on anytime the user changes a track in totem, rhythmbox,
10256           etc. (#346066).
10257
10258 2006-06-23  Wim Taymans  <wim@fluendo.com>
10259
10260         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
10261         Fix double caps unref when negotiation fails.
10262
10263 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
10264
10265         * ext/annodex/gstcmmldec.c:
10266         * ext/annodex/gstcmmlenc.c:
10267         * ext/annodex/gstcmmlparser.c:
10268         * ext/dv/gstdvdec.c:
10269         * ext/dv/gstdvdemux.c:
10270         * ext/gdk_pixbuf/pixbufscale.c:
10271         * ext/jpeg/gstjpegenc.c:
10272         * ext/jpeg/gstsmokedec.c:
10273         * ext/jpeg/gstsmokeenc.c:
10274         * ext/libpng/gstpngdec.c:
10275         * ext/libpng/gstpngenc.c:
10276         * ext/speex/gstspeexenc.c:
10277         * gst/alpha/gstalphacolor.c:
10278         * gst/cutter/gstcutter.c:
10279         * gst/debug/gstnavigationtest.c:
10280         * gst/icydemux/gsticydemux.c:
10281         * gst/level/gstlevel.c:
10282         * gst/multipart/multipart.c:
10283         * gst/rtp/gstrtpamrpay.c:
10284         * gst/rtp/gstrtpdepay.c:
10285         * gst/rtp/gstrtpilbcpay.c:
10286         * gst/rtp/gstrtpmp4gpay.c:
10287         * gst/rtp/gstrtpmp4vpay.c:
10288         * gst/rtsp/gstrtpdec.c:
10289         * gst/rtsp/gstrtspsrc.c:
10290         * gst/udp/gstdynudpsink.c:
10291         * gst/udp/gstmultiudpsink.c:
10292         * gst/udp/gstudpsrc.c:
10293         * gst/videobox/gstvideobox.c:
10294         * gst/videofilter/gstvideoflip.c:
10295           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
10296           plus two minor macro fixes.
10297
10298 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
10299
10300         * gst/matroska/matroska-demux.c:
10301         (gst_matroska_demux_check_subtitle_buffer),
10302         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
10303         (gst_matroska_demux_subtitle_caps):
10304         * gst/matroska/matroska-ids.c:
10305         (gst_matroska_track_init_subtitle_context):
10306         * gst/matroska/matroska-ids.h:
10307           Try to fix up broken matroska files containing subtitle
10308           streams with non-UTF8 character encodings (courtesy of
10309           mkvmerge) using either the encoding specified in the
10310           GST_SUBTITLE_ENCODING environment variable or the
10311           current locale's character set if it is non-UTF8.
10312           Fixes #337076.
10313
10314 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
10315
10316         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
10317           Set image type from APIC frame as "image-type" field
10318           of GST_TAG_IMAGE buffer caps (#344605).
10319
10320 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
10321
10322         * ext/flac/Makefile.am:
10323         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
10324         (gst_flac_dec_reset_decoders),
10325         (gst_flac_dec_setup_seekable_decoder),
10326         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
10327         (gst_flac_dec_metadata_callback),
10328         (gst_flac_dec_metadata_callback_seekable),
10329         (gst_flac_dec_metadata_callback_stream),
10330         (gst_flac_dec_error_callback),
10331         (gst_flac_dec_error_callback_seekable),
10332         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
10333         (gst_flac_dec_read_stream), (gst_flac_dec_write),
10334         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
10335         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
10336         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
10337         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
10338         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
10339         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
10340         (gst_flac_dec_sink_activate_push),
10341         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
10342         * ext/flac/gstflacdec.h:
10343           Support chain-based operation, should make flac-over-DAAP
10344           work (#340492).
10345
10346 2006-06-20  Wim Taymans  <wim@fluendo.com>
10347
10348         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10349         Doc updates, merge some unused symbols.
10350
10351 2006-06-20  Wim Taymans  <wim@fluendo.com>
10352
10353         * docs/plugins/Makefile.am:
10354         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10355         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10356         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
10357         * gst/rtsp/gstrtspsrc.c:
10358         * gst/rtsp/gstrtspsrc.h:
10359         Added documentation for the rtsp plugin. Fixes #345393.
10360
10361 2006-06-20  Wim Taymans  <wim@fluendo.com>
10362
10363         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
10364         (rtsp_connection_close), (rtsp_connection_free):
10365         Use better G_OS_* macros. Fixes #345301 some more.
10366
10367 2006-06-20  Wim Taymans  <wim@fluendo.com>
10368
10369         Patch by: Brian Cameron <brian dot cameron at sun dot com>
10370
10371         * sys/sunaudio/Makefile.am:
10372         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10373         * sys/sunaudio/gstsunaudiomixerctrl.c:
10374         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
10375         (gst_sunaudiomixer_ctrl_list_tracks),
10376         (gst_sunaudiomixer_ctrl_get_volume),
10377         (gst_sunaudiomixer_ctrl_set_volume),
10378         (gst_sunaudiomixer_ctrl_set_mute),
10379         (gst_sunaudiomixer_ctrl_set_record):
10380         * sys/sunaudio/gstsunaudiomixerctrl.h:
10381         * sys/sunaudio/gstsunaudiomixertrack.c:
10382         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
10383         * sys/sunaudio/gstsunaudiomixertrack.h:
10384         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
10385         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
10386         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
10387         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
10388         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
10389         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
10390         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
10391         (gst_sunaudiosrc_reset):
10392         * sys/sunaudio/gstsunaudiosrc.h:
10393         Add a SunAudio source plugin.
10394         Support stereo and right/left channel gain in the mixer plugin.
10395         Support the RECORD flag so that you can switch between line-input and
10396         microphone in gnome-volume-control.
10397         Code cleanups like using an enumerator for track number instead of an 
10398         integer. Fixes #344923.
10399
10400 2006-06-20  Wim Taymans  <wim@fluendo.com>
10401
10402         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
10403
10404         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
10405         (rtsp_connection_close):
10406         Make RTSP plugin compile on windows. Fixes #345301.
10407         Some changes to original patch to catch errors better.
10408         use ifdef WIN32 instead of ifndef.
10409
10410 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10411
10412         * configure.ac:
10413         If we have libraw1394 >= 1.2.1, then we need libiec61883.
10414
10415 2006-06-18  Edward Hervey  <edward@fluendo.com>
10416
10417         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
10418         After a failed buffer alloc, we need to abort the jpeg decoding (it
10419         started when parsing headers to figure out how many bytes we need
10420         to request downstream).
10421
10422 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
10423
10424         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10425
10426         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
10427           Make sure we don't read beyond the end of the file (#345232).
10428
10429 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
10430
10431         * configure.ac:
10432           Fix --disable-external (can't set conditionals conditionally,
10433           #343602).
10434
10435 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
10436
10437         * autogen.sh:
10438         * configure.ac:
10439         * docs/Makefile.am:
10440           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
10441
10442         * docs/plugins/Makefile.am:
10443         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10444         * docs/plugins/inspect/plugin-taglib.xml:
10445           Add/fix apev2mux docs.
10446
10447 2006-06-14  Wim Taymans  <wim@fluendo.com>
10448
10449         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
10450         (gst_dvdec_finalize), (gst_dvdec_sink_event),
10451         (gst_dvdec_change_state):
10452         Reset segment info on flush.
10453         Alloc segment in _init, free in _finalize.
10454
10455         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
10456         Don't send segments twice.
10457
10458 2006-06-14  Wim Taymans  <wim@fluendo.com>
10459
10460         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
10461         Respect segment.stop. Fixes #342592.
10462
10463 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
10464
10465         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
10466           No language specified means the implied language is English
10467           according to the matroska spec (partially fixes #344708);
10468           add some more debug output.
10469
10470 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
10471
10472         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
10473         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
10474         (gst_wavparse_chain):
10475           When operating chain-based, don't make any assumptions about the
10476           chunking of the incoming data and make streaming work on days other
10477           than the second Thursday after a full moon. Also fix up debug
10478           messages here and there and make use of the most excellent new
10479           gst_pad_query_peer_duration() utility function.
10480           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
10481
10482         * gst/wavparse/gstwavparse.h:
10483           Remove trailing comma after last enum value, some compilers don't
10484           like that.
10485
10486 2006-06-13  Wim Taymans  <wim@fluendo.com>
10487
10488         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
10489         Handle premature EOS gracefully.
10490
10491 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
10492
10493         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
10494           Prevent out of bounds array access when scrubbing towards
10495           the end of the file between the last index entry and the
10496           end. Fixes occasional 'start <= stop' newsegment event
10497           assertions when scrubbing in MJPEG files.
10498
10499 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
10500
10501         * tests/check/elements/.cvsignore:
10502           And another one.
10503
10504 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
10505
10506         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10507         (scan_encoded_string), (parse_picture_frame):
10508           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
10509
10510         * configure.ac:
10511           Require core >= 0.10.8 (for GST_TAG_IMAGE and
10512           GST_TAG_PPEVIEW_IMAGE used in the patch above).
10513
10514 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10515
10516         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
10517           gratuitous comment changes
10518         * tests/check/elements/level.c: (GST_START_TEST):
10519           fix level test leaks
10520
10521 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
10522
10523         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
10524         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
10525           Use gst_pad_query_peer_duration() utility function here.
10526
10527 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10528
10529         * autogen.sh:
10530           require am17
10531         * configure.ac:
10532         * ext/annodex/Makefile.am:
10533         * ext/cdio/Makefile.am:
10534         * ext/dv/Makefile.am:
10535         * ext/esd/Makefile.am:
10536         * ext/flac/Makefile.am:
10537         * ext/gdk_pixbuf/Makefile.am:
10538         * ext/ladspa/Makefile.am:
10539         * ext/libcaca/Makefile.am:
10540         * ext/speex/Makefile.am:
10541         * ext/taglib/Makefile.am:
10542         * sys/oss/Makefile.am:
10543         * sys/sunaudio/Makefile.am:
10544         * sys/ximage/Makefile.am:
10545           clean up build further
10546
10547 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10548
10549         * gconf/Makefile.am:
10550           Honour --disable-schemas-install configure option. Fixes #344100.
10551
10552 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10553
10554         * tests/examples/level/Makefile.am:
10555           Add -lm to LIBS for pow() function, don't assume one of our
10556           dependencies (such as libxml-2.0) drags it in automatically
10557           (#343603).
10558
10559 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10560
10561         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
10562
10563         * configure.ac:
10564           We should use $SED and not $(SED) in configure.ac (#343678).
10565
10566 2006-06-09  Wim Taymans  <wim@fluendo.com>
10567
10568         Patch by: Brian Cameron <brian dot cameron at sun dot com>
10569
10570         * sys/sunaudio/gstsunaudiomixerctrl.c:
10571         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
10572         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
10573         (gst_sunaudiomixer_ctrl_set_mute):
10574         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
10575         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
10576         (gst_sunaudiosink_write):
10577         Attached find a patch that fixes a number of bugs with the SunAudio
10578         mixer plugin and fixes #344101:
10579         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
10580            tracks onto the tracklist causing gnome-volume-control's preferences
10581            dialog to be messed up and would core dump if you checked/unchecked
10582            any item.
10583         2. We weren't previously setting the MUTE flag properly.  Fixing this
10584            makes gnome-volume-control work better.
10585         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
10586            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
10587            gnome-volume-control look better.
10588         Also some minor cleanup in gstsunaudiosink.c.
10589
10590 2006-06-09  Wim Taymans  <wim@fluendo.com>
10591
10592         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
10593         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
10594         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
10595         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
10596         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
10597         * ext/jpeg/gstjpegdec.h:
10598         API: Added IDCT method property
10599         Small cleanups.
10600         Avoid dynamic allocation of trivial fixed structure.
10601         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
10602
10603 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10604
10605         * configure.ac:
10606         We now require libraw1394 >= 1.1.0 and that version onwards all
10607         have .pc files.
10608
10609 2006-06-02  Edward Hervey  <edward@fluendo.com>
10610
10611         * gst/law/alaw-decode.c: (alawdec_getcaps): 
10612         Trying to get items from an ANY or EMPTY caps is ... stupid.
10613
10614 2006-06-02  Edward Hervey  <edward@fluendo.com>
10615
10616         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
10617         (gst_dvdec_chain), (gst_dvdec_change_state):
10618         * ext/dv/gstdvdec.h:
10619         Added GstSegment handling, now implements dropping/clipping.
10620
10621 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
10622
10623         * ext/aalib/gstaasink.h:
10624         * ext/annodex/gstcmmldec.h:
10625         * ext/cairo/gsttimeoverlay.h:
10626         * ext/dv/gstdvdec.h:
10627         * ext/dv/gstdvdemux.h:
10628         * ext/esd/esdmon.h:
10629         * ext/esd/esdsink.h:
10630         * ext/flac/gstflacenc.h:
10631         * ext/gconf/gstgconfaudiosink.h:
10632         * ext/gconf/gstgconfaudiosrc.h:
10633         * ext/gconf/gstgconfvideosink.h:
10634         * ext/gconf/gstgconfvideosrc.h:
10635         * ext/gdk_pixbuf/gstgdkanimation.h:
10636         * ext/gdk_pixbuf/pixbufscale.h:
10637         * ext/hal/gsthalaudiosink.h:
10638         * ext/hal/gsthalaudiosrc.h:
10639         * ext/jpeg/gstjpegenc.h:
10640         * ext/jpeg/gstsmokedec.h:
10641         * ext/jpeg/gstsmokeenc.h:
10642         * ext/libcaca/gstcacasink.h:
10643         * ext/libmng/gstmngdec.h:
10644         * ext/libmng/gstmngenc.h:
10645         * ext/libpng/gstpngdec.h:
10646         * ext/libpng/gstpngenc.h:
10647         * ext/raw1394/gstdv1394src.h:
10648         * ext/speex/gstspeexenc.h:
10649         * gst/autodetect/gstautoaudiosink.h:
10650         * gst/autodetect/gstautovideosink.h:
10651         * gst/avi/gstavidemux.h:
10652         * gst/cutter/gstcutter.h:
10653         * gst/debug/efence.h:
10654         * gst/debug/gstnavigationtest.h:
10655         * gst/debug/gstnavseek.h:
10656         * gst/flx/gstflxdec.h:
10657         * gst/goom/gstgoom.h:
10658         * gst/icydemux/gsticydemux.h:
10659         * gst/id3demux/gstid3demux.h:
10660         * gst/law/alaw-decode.h:
10661         * gst/law/alaw-encode.h:
10662         * gst/law/mulaw-decode.h:
10663         * gst/law/mulaw-encode.h:
10664         * gst/matroska/matroska-mux.h:
10665         * gst/median/gstmedian.h:
10666         * gst/oldcore/gstaggregator.h:
10667         * gst/oldcore/gstfdsink.h:
10668         * gst/oldcore/gstmd5sink.h:
10669         * gst/oldcore/gstmultifilesrc.h:
10670         * gst/oldcore/gstpipefilter.h:
10671         * gst/oldcore/gstshaper.h:
10672         * gst/oldcore/gststatistics.h:
10673         * gst/rtp/gstasteriskh263.h:
10674         * gst/rtp/gstrtpL16depay.h:
10675         * gst/rtp/gstrtpL16pay.h:
10676         * gst/rtp/gstrtpamrdepay.h:
10677         * gst/rtp/gstrtpamrpay.h:
10678         * gst/rtp/gstrtpdepay.h:
10679         * gst/rtp/gstrtpgsmdepay.h:
10680         * gst/rtp/gstrtpgsmpay.h:
10681         * gst/rtp/gstrtph263pay.h:
10682         * gst/rtp/gstrtph263pdepay.h:
10683         * gst/rtp/gstrtph263ppay.h:
10684         * gst/rtp/gstrtpmp4gpay.h:
10685         * gst/rtp/gstrtpmp4vdepay.h:
10686         * gst/rtp/gstrtpmp4vpay.h:
10687         * gst/rtp/gstrtpmpadepay.h:
10688         * gst/rtp/gstrtpmpapay.h:
10689         * gst/rtp/gstrtppcmadepay.h:
10690         * gst/rtp/gstrtppcmapay.h:
10691         * gst/rtp/gstrtppcmudepay.h:
10692         * gst/rtp/gstrtppcmupay.h:
10693         * gst/rtp/gstrtpspeexdepay.h:
10694         * gst/rtp/gstrtpspeexpay.h:
10695         * gst/rtsp/gstrtpdec.h:
10696         * gst/rtsp/gstrtspsrc.h:
10697         * gst/smpte/gstsmpte.h:
10698         * gst/udp/gstdynudpsink.h:
10699         * gst/udp/gstmultiudpsink.h:
10700         * gst/udp/gstudpsink.h:
10701         * gst/udp/gstudpsrc.h:
10702         * gst/videofilter/gstvideobalance.h:
10703         * gst/videofilter/gstvideoflip.h:
10704         * sys/oss/gstossdmabuffer.h:
10705         * sys/oss/gstossmixerelement.h:
10706         * sys/oss/gstosssink.h:
10707         * sys/oss/gstosssrc.h:
10708         * sys/osxvideo/osxvideosink.h:
10709         * sys/sunaudio/gstsunaudiomixer.h:
10710         * sys/sunaudio/gstsunaudiosink.h:
10711         * sys/ximage/gstximagesrc.h:
10712         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
10713
10714 2006-05-31  Wim Taymans  <wim@fluendo.com>
10715
10716         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
10717         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
10718         (gst_goom_src_setcaps), (gst_goom_src_event),
10719         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
10720         (gst_goom_change_state):
10721         * gst/goom/gstgoom.h:
10722         Handle QoS.
10723         Handle flushing, discont and events.
10724         Fix timestamps and various other cleanups.
10725
10726 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10727
10728         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
10729         Fix bus reset when using libiec61883
10730
10731 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10732
10733         * configure.ac:
10734         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
10735         * ext/raw1394/Makefile.am:
10736         Add CFLAGS.
10737         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
10738         New method, to receive using libiec61883.
10739         (gst_dv1394src_iso_receive),
10740         #ifdef'd out if libiec61883 is present.
10741         (gst_dv1394src_bus_reset),
10742         Get userdata correctly if using libiec61883. 
10743         (gst_dv1394src_create),
10744         When using libiec61883, only poll one fd and no need to read.
10745         (gst_dv1394src_discover_avc_node),
10746         Replace g_warnings.
10747         (gst_dv1394src_start),
10748         Create new handle when we know which dv port.  More reliable
10749         than setting port on an existing handle.  Initialise libiec61883.
10750         (gst_dv1394src_stop):
10751         If using libiec61883, then cleanup its handle properly.
10752         * ext/raw1394/gstdv1394src.h:
10753         Add libiec61883 handle.
10754
10755 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
10756
10757         * gst/avi/gstavidemux.c:
10758           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
10759         * win32/MANIFEST:
10760           sort file listing
10761         * win32/vs6/libgstavi.dsp:
10762           add gstavimux.c to the project
10763         * win32/vs6/libgstid3demux.dsp:
10764           add link to zlib library
10765         * win32/vs6/libgstmatroska.dsp:
10766           add matroska-ids.c to the project
10767
10768 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
10769
10770         Patch by: Sebastian Dröge  <mail at slomosnail de >
10771
10772         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10773         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10774         * ext/taglib/Makefile.am:
10775         * ext/taglib/gstapev2mux.cc:
10776         * ext/taglib/gstapev2mux.h:
10777         * ext/taglib/gstid3v2mux.cc:
10778         * ext/taglib/gsttaglibmux.c: (plugin_init):
10779         * ext/taglib/gsttaglibmux.h:
10780           Add apev2mux element (#343122).
10781         
10782         * tests/check/Makefile.am:
10783         * tests/check/elements/apev2mux.c:
10784         (test_taglib_apev2mux_create_tags),
10785         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
10786         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
10787         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
10788         (apev2mux_suite), (main):
10789           Add unit test for apev2mux element.
10790
10791 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10792
10793         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10794         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10795         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10796           GST_PTR_FORMAT should be used to print caps in debug statements.
10797
10798 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10799
10800         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
10801
10802         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
10803         (ape_demux_parse_tags):
10804           Some clean-ups and additions: map APE 'file' tag to
10805           GST_TAG_LOCATION (#343123); add support for extracting
10806           the track count and clean up parsing a bit (#343127).
10807
10808 2006-05-28  Edward Hervey  <edward@fluendo.com>
10809
10810         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
10811         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
10812
10813 2006-05-28  Edward Hervey  <edward@fluendo.com>
10814
10815         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
10816         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
10817         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
10818         * ext/jpeg/gstjpegdec.h:
10819         Clip outgoing buffers according to currently configured segment.
10820
10821 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10822
10823         * ext/taglib/gstid3v2mux.cc:
10824           Handle  writing of track-count or album-volume-count without
10825           track-number or albume-volume-number (in this case the number
10826           will just be set to 0).
10827
10828         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
10829           It would be nice if we actually checked the values received for
10830           track/album-volume number/count in  _check_tags(), rather than
10831           setting them again ...
10832
10833 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10834
10835         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10836           A track/volume number or count of 0 does not make sense,
10837           just ignore it along with negative numbers (a tag might
10838           only contain a track count without a track number).
10839
10840 2006-05-27  Edward Hervey  <edward@fluendo.com>
10841
10842         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
10843         (gst_jpeg_dec_sink_event):
10844         Abort decompression when receiving FLUSH_STOP. This should avoid
10845         issues when interrupting decoding with flushes.
10846
10847 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10848
10849         * ext/flac/gstflac.c:
10850           Don't #include file we don't dist any longer.
10851
10852 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10853
10854         * README:
10855           Replace current README (containing the release notes from
10856           some 0.9.x version) with a proper README taken from the core.
10857
10858 2006-05-24  Wim Taymans  <wim@fluendo.com>
10859
10860         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
10861         Implement EOS correctly by either posting
10862         SEGMENT_DONE or pushing an EOS message depending
10863         on the seek type. Fixes #342592
10864
10865 2006-05-24  Wim Taymans  <wim@fluendo.com>
10866
10867         * gst/law/alaw-decode.c: (gst_alawdec_chain):
10868         * gst/law/alaw-decode.h:
10869         * gst/law/alaw-encode.c: (gst_alawenc_chain):
10870         * gst/law/alaw-encode.h:
10871         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
10872         * gst/law/mulaw-decode.h:
10873         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
10874         * gst/law/mulaw-encode.h:
10875         Some cleanups in the chain functions.
10876         Remove some GStreamer 0.0.2 bits.
10877
10878 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10879
10880         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10881
10882         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
10883           gst_collect_pads_stop() needs to be called before chaining up
10884           to the parent class (#342734).
10885
10886 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10887
10888         * ext/flac/Makefile.am:
10889         * ext/flac/flac_compat.h:
10890         * ext/flac/gstflac.c:
10891         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
10892         * ext/flac/gstflacenc.c:
10893           Remove backwards compatibility cruft for dealing with FLAC API
10894           changes in the 1.0.x series - we require 1.1.1 or newer these days.
10895
10896 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10897
10898         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10899         (gst_matroska_demux_push_xiph_codec_priv_data),
10900         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
10901         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
10902         * gst/matroska/matroska-ids.h:
10903         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
10904         (gst_matroska_mux_video_pad_setcaps),
10905         (xiph3_streamheader_to_codecdata),
10906         (vorbis_streamheader_to_codecdata),
10907         (theora_streamheader_to_codecdata),
10908         (gst_matroska_mux_audio_pad_setcaps),
10909         (gst_matroska_mux_write_data):
10910           Add support for muxing/demuxing theora video (#342448; too bad
10911           none of the usual linux players can actually play this). Playback
10912           in GStreamer will require additional changes to theoradec in -base.
10913           Refactor streamheaders <=> CodecPrivateData code a bit; some small
10914           cleanups.
10915
10916 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10917
10918         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
10919         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
10920           Fix crashes when the horizontal subsampling is 1.
10921           Fixes #342097.
10922
10923 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10924
10925         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10926
10927         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
10928         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10929         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10930         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
10931         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
10932         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10933         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
10934         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10935         (gst_avi_mux_change_state):
10936         * gst/avi/gstavimux.h:
10937           Some enhancements for avimux (#342526):
10938            - add odml (large file) index support
10939            - store codec init data (e.g. huffyuv)
10940            - miscellaneous other fixes/cleanups
10941
10942 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
10943
10944         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10945         Don't output any tag when we encounter a negative track number - the
10946         tag type is uint, so we end up outputting huge positive numbers
10947         instead. (Fixes: #342029)
10948
10949 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10950
10951         * configure.ac:
10952           update for new GSTPB_PLUGINS_DIR
10953
10954 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
10955
10956         * rtp/gst/gstrtph263pay.c:
10957         Properly set static caps for H263 at 34.
10958
10959 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10960
10961         Patch by: James "Doc" Livingston  <doclivingston gmail com>
10962
10963         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
10964           Merge event tags and tag setter tags correctly (#339918). Also,
10965           don't leak taglist in case of an error.
10966           
10967 2006-05-17  Edward Hervey  <edward@fluendo.com>
10968
10969         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
10970         We can only do caps intersection if the othercaps are non-empty and not
10971         ANY. Else we return the pad template (base_caps).
10972
10973 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
10974
10975         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10976           Fix crash when outputting debugging information for certain
10977           pictures (always good to use the right struct member for
10978           the number of records in an array).
10979
10980 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
10981
10982         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
10983
10984         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
10985         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
10986         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
10987         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
10988         (gst_ebml_read_float), (gst_ebml_read_ascii),
10989         (gst_ebml_read_binary):
10990           Don't create unnecessary sub-buffers all the time. Dramatically
10991           improves performance with multiple concurrently running
10992           matroskademux instances (#341818) (and avoids doing
10993           unnecessarily inefficient things in the general case).
10994
10995 2006-05-16  Edward Hervey  <edward@fluendo.com>
10996
10997         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
10998         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
10999         return value of gst_pad_push_event().
11000
11001 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
11002
11003         * gst/autodetect/gstautoaudiosink.c:
11004         (gst_auto_audio_sink_find_best):
11005         * gst/autodetect/gstautovideosink.c:
11006         (gst_auto_video_sink_find_best):
11007         Make the name of the child element be based on the name of the
11008         parent, so that debug output is more useful.
11009         
11010         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
11011         (parse_insert_string_field), (parse_split_strings):
11012         Rework string parsing to always walk over BOM markers in UTF16
11013         strings, using the endianness indicated by the innermost one,
11014         then trying the opposite endianness if that fails to convert
11015         to valid UTF-8. Fixes #341774
11016
11017 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11018
11019         Patch from: Matthieu <matthieu at fluendo dot com>
11020
11021         * ext/libpng/Makefile.am:
11022         Add LIBPNG_CFLAGS.
11023
11024 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
11025
11026         * ext/taglib/gstid3v2mux.cc:
11027           Add support for writing images (APIC frames) into ID3v2
11028           tags (picture type always set to 'other' for now though).
11029
11030 2006-05-14  Michael Smith  <msmith@fluendo.com>
11031
11032         * gst/wavparse/gstwavparse.c:
11033           Update docs; wavparse implements push and pull modes.
11034
11035 2006-05-12  Wim Taymans  <wim@fluendo.com>
11036
11037         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
11038         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
11039         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
11040         Ooops, bitten by the copy-and-paste design paradigm, fixes
11041         seek again.
11042
11043 2006-05-12  Wim Taymans  <wim@fluendo.com>
11044
11045         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
11046         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
11047         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
11048         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
11049         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
11050         (gst_avi_demux_massage_index),
11051         (gst_avi_demux_calculate_durations_from_index),
11052         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
11053         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
11054         (gst_avi_demux_loop):
11055         * gst/avi/gstavidemux.h:
11056         Some cleanups, prepare to use GstSegment.
11057         Fix error in entry walking code.
11058         Fix VBR detection.
11059         Smarter timestamp calculation code.
11060         Uniform error/eos handling.
11061
11062 2006-05-12  Michael Smith  <msmith@fluendo.com>
11063
11064         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
11065         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
11066           Fix use of uninitialised values if we're NOT seeking in ready.
11067           Fix typos.
11068
11069 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
11070
11071         * gst/wavparse/Makefile.am:
11072           Add CFLAGS and LIBS for libgstbase, fixes build on
11073           Cygwin (#341489).
11074
11075 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
11076
11077         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
11078           Some more debug info. No need to check whether the string
11079           returned by g_convert() is really UTF-8 - either it is or
11080           we get NULL returned.
11081
11082 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
11083
11084         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
11085           Fix parsing of numeric genre strings some more, by ensuring that
11086           we only try and parse strings that a) Start with '(' and b) Consist
11087           only of digits.
11088           Also, when finding an escaping '((' sequence, bust it back to '(' by
11089           swallowing the first parenthesis
11090
11091 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
11092
11093         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
11094         (gst_esdsink_open), (gst_esdsink_close):
11095         * ext/esd/esdsink.h:
11096           Move the esd_get_server_info() into gst_esdsink_open() and fail
11097           with a decent error message on errors.
11098
11099 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
11100
11101         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
11102         (gst_esdmon_channels_get_type):
11103         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
11104         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
11105         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
11106         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
11107         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
11108         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
11109         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
11110         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
11111         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
11112         * gst/videomixer/videomixer.c:
11113         (gst_video_mixer_background_get_type):
11114           Const-ify GEnumValue arrays.
11115
11116 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
11117
11118         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
11119
11120         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
11121         (gst_avi_mux_do_video_buffer):
11122           Work around gst_buffer_make_metadata_writable() bug that
11123           results in avimux marking all frames in the index as
11124           keyframes (#340859).
11125           
11126 2006-05-08  Wim Taymans  <wim@fluendo.com>
11127
11128         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11129         Make parsing of urls suck slightly less.
11130
11131 2006-05-08  Edward Hervey  <edward@fluendo.com>
11132
11133         * autogen.sh: (CONFIGURE_DEF_OPT): 
11134         libtoolize on Darwin/MacOSX is called glibtoolize.
11135
11136 2006-05-08  Wim Taymans  <wim@fluendo.com>
11137
11138         Patch by: Jens Granseuer <jensgr at gmx dot net>
11139
11140         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
11141         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
11142         C89 compliance fixes. Fixes #340980
11143
11144 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
11145
11146         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
11147         * ext/flac/gstflacdec.h:
11148           Handle segment seeks that include the end of the file as stop point
11149           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
11150           message instead of an EOS event in case we're in segment seek
11151           mode (fixes #340699).
11152           
11153 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
11154
11155         * ext/cairo/gsttextoverlay.c:
11156         * ext/flac/gstflacdec.c:
11157         * ext/gdk_pixbuf/pixbufscale.c:
11158         * gst/apetag/gstapedemux.c:
11159         * gst/debug/breakmydata.c:
11160         * gst/debug/testplugin.c:
11161         * gst/matroska/ebml-write.c:
11162         * gst/multipart/multipartdemux.c:
11163         * sys/osxaudio/gstosxaudiosink.c:
11164         * sys/osxaudio/gstosxaudiosrc.c:
11165         Add semicolons after GST_BOILERPLATE[_FULL] so that
11166         indent doesn't mess up following lines.
11167
11168 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
11169
11170         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
11171
11172         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
11173           Don't leak caps when freeing the stream context (#340623).
11174
11175 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
11176
11177         * configure.ac:
11178           Back to CVS
11179
11180 === release 0.10.3 ===
11181
11182 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
11183
11184         * configure.ac:
11185           releasing 0.10.3, "Desplazado"
11186
11187 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
11188
11189         * gst/matroska/matroska-mux.c:
11190         (gst_matroska_mux_stream_is_vorbis_header),
11191         (gst_matroska_mux_write_data):
11192           Don't strcmp() NULL strings.
11193           Only start new clusters on video keyframes, not on any
11194           random audio buffer that doesn't have the DELTA_UNIT
11195           flag set (fixes 'make check' again).
11196
11197 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
11198
11199         Patch by: Mark Nauwelaerts  <manauw at skynet be>
11200
11201         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
11202         (gst_matroska_mux_stream_is_vorbis_header),
11203         (gst_matroska_mux_write_data):
11204           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
11205           value and then dead-lock when muxing vorbis audio streams
11206           (the three vorbis header buffers carry no timestamp, and it
11207           would try to mux these after all video buffers). Fixes #340346.
11208
11209           Improve clustering: start a new cluster also whenever we get
11210           a keyframe.     
11211
11212 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11213
11214         * win32/common/config.h:
11215         * win32/MANIFEST
11216           add the generated file as well
11217
11218 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11219
11220         * Makefile.am:
11221         * configure.ac:
11222         * win32/common/config.h.in:
11223           add win32 stuff
11224
11225 2006-05-03  Michael Smith  <msmith@fluendo.com>
11226
11227         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
11228           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
11229           SUCKS.
11230
11231 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
11232
11233         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
11234         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
11235         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
11236           don't leak caps-string
11237
11238 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
11239
11240         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
11241         (gst_id3demux_sink_activate):
11242           Let core insert default error message for TYPE_NOT_FOUND
11243           errors, it's just as good as our own and has the added
11244           bonus of being translated.
11245
11246 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
11247
11248         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
11249         (gst_tag_demux_sink_event):
11250         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
11251         (gst_id3demux_sink_event):
11252           Post an error message when we get an EOS event and were not
11253           able to find out the type of stream.
11254
11255         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
11256         (test_taglib_id3mux_with_tags):
11257           Decrease num-buffers to 16 per iteration again, otherwise the
11258           many memcpy()s and reallocations in the test will hammer slow
11259           CPUs completely and make the test timeout.
11260
11261 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11262
11263         * configure.ac:
11264           figure out where plugins-base plugins are
11265         * tests/check/Makefile.am:
11266           use plugins-base plugins, so we have typefind functions
11267         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
11268           increase num-buffers, this makes sure the test errors out instead
11269           of timing out when no typefind functions are present
11270
11271 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11272
11273         * docs/plugins/Makefile.am:
11274           also check .cc files for gtk-doc markup
11275         * configure.ac:
11276         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11277         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11278         * tests/check/Makefile.am:
11279         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
11280         * ext/Makefile.am:
11281         * ext/taglib/Makefile.am:
11282         * ext/taglib/gstid3v2mux.h:
11283         * ext/taglib/gsttaglibmux.c:
11284         * ext/taglib/gsttaglibmux.h:
11285           move taglib-based id3v2muxer to -good.  Fixes #336110.
11286
11287 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
11288
11289         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
11290           ... and fix multichannel/WAVFORMATEX support again.
11291
11292 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
11293
11294         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
11295         (gst_wavparse_class_init), (gst_wavparse_dispose),
11296         (gst_wavparse_reset), (gst_wavparse_init),
11297         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
11298         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
11299         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
11300         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
11301         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
11302         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
11303         (gst_wavparse_stream_data), (gst_wavparse_loop),
11304         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
11305         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
11306         (gst_wavparse_change_state), (plugin_init):
11307         * gst/wavparse/gstwavparse.h:
11308           Add push (streaming) mode to wavparse (fixes #337625)
11309
11310 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11311
11312         * configure.ac:
11313         * tests/Makefile.am:
11314           add ximagesrc icles test
11315
11316 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11317
11318         * configure.ac:
11319         * docs/plugins/Makefile.am:
11320         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11321         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11322         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
11323         (gst_cmml_enc_push_clip):
11324         * sys/Makefile.am:
11325         * sys/ximage/Makefile.am:
11326         * sys/ximage/gstximagesrc.c:
11327           Move ximagesrc plug-in to good after review.  Fixes #336756.
11328
11329 2006-04-28  Michael Smith  <msmith@fluendo.com>
11330
11331         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
11332         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
11333         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
11334         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
11335         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
11336         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
11337         * gst/icydemux/gsticydemux.h:
11338           Fix event handling: cache events when typefinding and forward later.
11339
11340 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11341
11342         * sys/osxaudio/gstosxaudiosink.c:
11343         (plugin_init):
11344          Register osxaudiosrc to the plugin.
11345         * sys/osxaudio/gstosxaudiosrc.c:
11346         (gst_osx_audio_src_osxelement_do_init),
11347         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
11348         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
11349         (gst_osx_audio_src_get_property),
11350         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
11351         (gst_osx_audio_src_osxelement_init):
11352         * sys/osxaudio/gstosxaudiosrc.h:
11353           Port of osxaudiosrc to 0.10.
11354         * sys/osxaudio/Makefile.am:
11355           Add osxaudiosrc
11356
11357 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11358
11359         * sys/osxaudio/gstosxringbuffer.c:
11360         * sys/osxaudio/gstosxringbuffer.h:
11361           Forgot to commit earlier, part of the OSX audio plugin port
11362
11363 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
11364
11365         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
11366         (parse_split_strings):
11367           Recognise and skip any byte order marker (BOM) in
11368           UTF-16 strings.
11369
11370 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
11371
11372         * docs/plugins/Makefile.am:
11373         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11374         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11375         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11376         * docs/plugins/inspect/plugin-avi.xml:
11377         * gst/avi/gstavidemux.c:
11378         * gst/avi/gstavimux.c:
11379           Add docs for both avidemux and avimux.
11380
11381 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
11382
11383         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11384
11385         * gst/avi/Makefile.am:
11386         * gst/avi/gstavi.c: (plugin_init):
11387         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
11388         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
11389         (gst_avi_mux_class_init), (gst_avi_mux_init),
11390         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
11391         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
11392         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
11393         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
11394         (gst_avi_mux_riff_get_avix_header),
11395         (gst_avi_mux_riff_get_video_header),
11396         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
11397         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
11398         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
11399         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
11400         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
11401         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
11402         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
11403         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
11404         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
11405         (gst_avi_mux_change_state):
11406         * gst/avi/gstavimux.h:
11407           Port AVI muxer to GStreamer-0.10 (#332031).
11408
11409         * tests/check/Makefile.am:
11410         * tests/check/elements/avimux.c:
11411         * tests/check/elements/.cvsignore:
11412           Add unit test for AVI muxer.
11413
11414 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
11415
11416         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
11417         (gst_wavparse_class_init), (gst_wavparse_reset),
11418         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
11419         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11420         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11421         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
11422         (gst_wavparse_stream_data), (gst_wavparse_loop),
11423         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
11424         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
11425         (plugin_init):
11426         * gst/wavparse/gstwavparse.h:
11427           reverted patch #337625 for the price of 1 hour sleep
11428
11429 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
11430
11431         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
11432         (gst_wavparse_class_init), (gst_wavparse_reset),
11433         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
11434         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
11435         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11436         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11437         (gst_wavparse_stream_data), (gst_wavparse_loop),
11438         (gst_wavparse_chain), (plugin_init):
11439         * gst/wavparse/gstwavparse.h:
11440           correct partial implementation of push mode
11441           (from my last commit)
11442
11443 2006-04-26  Wim Taymans  <wim@fluendo.com>
11444
11445         * ext/esd/esdsink.c:
11446         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
11447         it is not in esd.h
11448
11449 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
11450
11451         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
11452         (gst_au_parse_class_init), (gst_au_parse_init),
11453         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
11454         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
11455         (gst_au_parse_chain), (gst_au_parse_src_convert),
11456         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
11457         (gst_au_parse_sink_event), (gst_au_parse_src_event),
11458         (gst_au_parse_change_state):
11459         * gst/auparse/gstauparse.h:
11460           Rewrite auparse to suck a little bit less: make source pad
11461           dynamic, so decodebin/playbin work with non-raw formats
11462           like alaw/mulaw; add query function for duration/position
11463           queries; check whether we have enough data before attempting
11464           to parse the header (instead of crashing when that is not the
11465           case); work around audioconvert sucking by swapping endianness
11466           to the native endianness ourselves for float formats; send
11467           initial newsegment event. Fixes #161712.
11468
11469 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11470
11471         * sys/osxaudio/Makefile.am:
11472         * sys/osxaudio/gstosxaudioelement.c:
11473         (gst_osx_audio_element_get_type),
11474         (gst_osx_audio_element_class_init):
11475         * sys/osxaudio/gstosxaudioelement.h:
11476         * sys/osxaudio/gstosxaudiosink.c:
11477         (gst_osx_audio_sink_osxelement_do_init),
11478         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
11479         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
11480         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
11481         (gst_osx_audio_sink_create_ringbuffer),
11482         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
11483         (plugin_init):
11484         * sys/osxaudio/gstosxaudiosink.h:
11485         Port of osxaudiosink to 0.10
11486
11487 2006-04-26  Wim Taymans  <wim@fluendo.com>
11488
11489         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
11490         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
11491         the size of the ringbuffer. This should fix hangs with older 
11492         esd sound servers.
11493
11494 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
11495
11496         * ext/aalib/gstaasink.c:
11497         * ext/annodex/gstcmmldec.c:
11498         * ext/annodex/gstcmmlenc.c:
11499         * ext/cairo/gsttextoverlay.c:
11500         * ext/cairo/gsttimeoverlay.c:
11501         * ext/cdio/gstcdiocddasrc.c:
11502         * ext/dv/gstdvdec.c:
11503         * ext/dv/gstdvdemux.c:
11504         * ext/esd/esdmon.c:
11505         * ext/esd/esdsink.c:
11506         * ext/flac/gstflacenc.c:
11507         * ext/flac/gstflactag.c:
11508         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11509         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11510         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11511         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11512         * ext/gdk_pixbuf/pixbufscale.c:
11513         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11514         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11515         * ext/jpeg/gstjpegdec.c:
11516         * ext/jpeg/gstjpegenc.c:
11517         * ext/jpeg/gstsmokedec.c:
11518         * ext/jpeg/gstsmokeenc.c:
11519         * ext/libcaca/gstcacasink.c:
11520         * ext/libmng/gstmngdec.c:
11521         * ext/libmng/gstmngenc.c:
11522         * ext/libpng/gstpngdec.c:
11523         * ext/libpng/gstpngenc.c:
11524         * ext/mikmod/gstmikmod.c:
11525         * ext/raw1394/gstdv1394src.c:
11526         * ext/shout2/gstshout2.c: (gst_shout2send_init):
11527         * ext/shout2/gstshout2.h:
11528         * ext/speex/gstspeexdec.c:
11529         * ext/speex/gstspeexenc.c:
11530         * gst/alpha/gstalpha.c:
11531         * gst/alpha/gstalphacolor.c:
11532         * gst/apetag/gstapedemux.c:
11533         * gst/auparse/gstauparse.c:
11534         * gst/autodetect/gstautoaudiosink.c:
11535         (gst_auto_audio_sink_base_init):
11536         * gst/autodetect/gstautovideosink.c:
11537         (gst_auto_video_sink_base_init):
11538         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
11539         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11540         * gst/cutter/gstcutter.c:
11541         * gst/debug/breakmydata.c:
11542         * gst/debug/efence.c:
11543         * gst/debug/gstnavigationtest.c:
11544         * gst/debug/gstnavseek.c:
11545         * gst/debug/negotiation.c:
11546         * gst/debug/progressreport.c:
11547         * gst/debug/testplugin.c:
11548         * gst/effectv/gstaging.c:
11549         * gst/effectv/gstdice.c:
11550         * gst/effectv/gstedge.c:
11551         * gst/effectv/gstquark.c:
11552         * gst/effectv/gstrev.c:
11553         * gst/effectv/gstshagadelic.c:
11554         * gst/effectv/gstvertigo.c:
11555         * gst/effectv/gstwarp.c:
11556         * gst/flx/gstflxdec.c:
11557         * gst/goom/gstgoom.c:
11558         * gst/icydemux/gsticydemux.c:
11559         * gst/id3demux/gstid3demux.c:
11560         * gst/interleave/deinterleave.c:
11561         * gst/interleave/interleave.c:
11562         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11563         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11564         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11565         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11566         * gst/level/gstlevel.c:
11567         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11568         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11569         * gst/median/gstmedian.c:
11570         * gst/monoscope/gstmonoscope.c:
11571         * gst/multipart/multipartdemux.c:
11572         * gst/multipart/multipartmux.c:
11573         * gst/oldcore/gstaggregator.c:
11574         * gst/oldcore/gstfdsink.c:
11575         * gst/oldcore/gstmd5sink.c:
11576         * gst/oldcore/gstmultifilesrc.c:
11577         * gst/oldcore/gstpipefilter.c:
11578         * gst/oldcore/gstshaper.c:
11579         * gst/oldcore/gststatistics.c:
11580         * gst/rtp/gstasteriskh263.c:
11581         * gst/rtp/gstrtpL16depay.c:
11582         * gst/rtp/gstrtpL16pay.c:
11583         * gst/rtp/gstrtpamrdepay.c:
11584         * gst/rtp/gstrtpamrpay.c:
11585         * gst/rtp/gstrtpdepay.c:
11586         * gst/rtp/gstrtpgsmpay.c:
11587         * gst/rtp/gstrtph263pay.c:
11588         * gst/rtp/gstrtph263pdepay.c:
11589         * gst/rtp/gstrtph263ppay.c:
11590         * gst/rtp/gstrtpilbcdepay.c:
11591         * gst/rtp/gstrtpmp4gpay.c:
11592         * gst/rtp/gstrtpmp4vdepay.c:
11593         * gst/rtp/gstrtpmp4vpay.c:
11594         * gst/rtp/gstrtpmpadepay.c:
11595         * gst/rtp/gstrtpmpapay.c:
11596         * gst/rtp/gstrtppcmadepay.c:
11597         * gst/rtp/gstrtppcmapay.c:
11598         * gst/rtp/gstrtppcmudepay.c:
11599         * gst/rtp/gstrtppcmupay.c:
11600         * gst/rtp/gstrtpspeexdepay.c:
11601         * gst/rtp/gstrtpspeexpay.c:
11602         * gst/rtsp/gstrtpdec.c:
11603         * gst/rtsp/gstrtspsrc.c:
11604         * gst/smpte/gstsmpte.c:
11605         * gst/udp/gstdynudpsink.c:
11606         * gst/udp/gstmultiudpsink.c:
11607         * gst/udp/gstudpsink.c:
11608         * gst/udp/gstudpsrc.c:
11609         * gst/videobox/gstvideobox.c:
11610         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11611         * gst/videofilter/gstvideobalance.c:
11612         * gst/videofilter/gstvideoflip.c:
11613         * gst/videofilter/gstvideotemplate.c:
11614         (gst_videotemplate_base_init):
11615         * gst/videomixer/videomixer.c:
11616         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
11617         (gst_wavparse_class_init), (gst_wavparse_dispose),
11618         (gst_wavparse_reset), (gst_wavparse_init),
11619         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11620         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
11621         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
11622         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11623         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
11624         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
11625         (gst_wavparse_change_state):
11626         * gst/wavparse/gstwavparse.h:
11627         * sys/oss/gstossmixerelement.c:
11628         * sys/oss/gstosssink.c:
11629         * sys/oss/gstosssrc.c:
11630         * sys/osxaudio/gstosxaudioelement.c:
11631         * sys/osxaudio/gstosxaudiosink.c:
11632         * sys/osxaudio/gstosxaudiosrc.c:
11633         * sys/sunaudio/gstsunaudiomixer.c:
11634         * sys/sunaudio/gstsunaudiosink.c:
11635           Define GstElementDetails as const and also static (when defined as
11636           global)
11637
11638 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11639
11640         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
11641           Source pad has fixed caps. If we don't set this, bad
11642           things happen when the window is resized.
11643
11644 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11645
11646         * gst/matroska/Makefile.am:
11647         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11648         (gst_matroska_demux_handle_src_event):
11649         * gst/matroska/matroska-ids.c:
11650         (gst_matroska_track_init_video_context),
11651         (gst_matroska_track_init_audio_context),
11652         (gst_matroska_track_init_subtitle_context),
11653         (gst_matroska_track_init_complex_context):
11654         * gst/matroska/matroska-ids.h:
11655           Handle case where the TrackType ebml chunk does not come before the
11656           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
11657           events.
11658
11659 2006-04-25  Wim Taymans  <wim@fluendo.com>
11660
11661         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
11662         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
11663         It's codec_data, not codec_info.
11664
11665 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11666
11667         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11668
11669         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
11670           Handle codec_data for VfW compatibility codec IDs (#339451)
11671
11672         * gst/matroska/matroska-mux.c:
11673         (gst_matroska_mux_video_pad_setcaps):
11674           Same here, handle codec_data and add additional caps we can handle
11675           now to the pad template (huffyuv, dv and h263 video) (#339451)
11676
11677 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11678
11679         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
11680
11681         * gst/matroska/matroska-mux.c:
11682         (gst_matroska_mux_create_buffer_header),
11683         (gst_matroska_mux_write_data):
11684           Fix timestamping of B-frames, use signed integers, do
11685           some rounding (#339678).
11686
11687 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
11688
11689         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
11690         just make it compile with --disable-gst-debug.
11691
11692 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
11693
11694         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
11695         Fix a bad conversion using gst_guint64_to_gdouble.
11696         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
11697         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
11698         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
11699     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
11700         mistake.
11701
11702 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
11703
11704         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
11705         Use gst_guint64_to_gdouble for conversions
11706         * win32/vs6/gst_plugins_good.dsw:
11707         * win32/vs6/libgsticydemux.dsp:
11708         Add a project file for icydemux
11709
11710 2006-04-21  Wim Taymans  <wim@fluendo.com>
11711
11712         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
11713
11714         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11715         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
11716         When splitting audio chunks, the block alignment is not taken in
11717         consideration, so the smaller chunks could be of size which is 
11718         not a multiple of the block alignment. Fixes #336904
11719
11720 2006-04-21  Wim Taymans  <wim@fluendo.com>
11721
11722         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
11723         Use scale functions
11724
11725 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
11726
11727         * ext/dv/gstdv.c: (plugin_init):
11728           Fix build.
11729
11730 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
11731
11732         * gst/debug/progressreport.c: (gst_progress_report_finalize),
11733         (gst_progress_report_class_init), (gst_progress_report_init),
11734         (gst_progress_report_do_query), (gst_progress_report_report),
11735         (gst_progress_report_set_property),
11736         (gst_progress_report_get_property):
11737           Add 'format' property to force querying to a particular format.
11738
11739 2006-04-21  Andy Wingo  <wingo@pobox.com>
11740
11741         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
11742         best, on big endian systems. Drop its rank in that case. OTOH on
11743         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
11744
11745 2006-04-21  Michael Smith  <msmith@fluendo.com>
11746
11747         * configure.ac:
11748         * gst/icydemux/Makefile.am:
11749         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
11750         (gst_icydemux_base_init), (gst_icydemux_class_init),
11751         (gst_icydemux_reset), (gst_icydemux_init),
11752         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
11753         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
11754         (unicodify), (gst_icydemux_unicodify),
11755         (gst_icydemux_parse_and_send_tags),
11756         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
11757         (gst_icydemux_chain), (gst_icydemux_change_state),
11758         (gst_icydemux_send_tag_event), (plugin_init):
11759         * gst/icydemux/gsticydemux.h:
11760         * tests/check/Makefile.am:
11761         * tests/check/elements/icydemux.c: (typefind_succeed),
11762         (plugin_init), (icydemux_found_pad), (create_icydemux),
11763         (cleanup_icydemux), (push_data), (GST_START_TEST),
11764         (icydemux_suite), (main):
11765           Add icydemux, and tests.
11766
11767 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11768
11769         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
11770           Post SEGMENT_DONE message in TIME format.
11771
11772 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11773
11774         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11775
11776         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
11777         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
11778           Fix index creation when we have to scan the file to create
11779           an index. There may be other types of RIFF 'LIST' chunks than
11780           'movi' and we need to skip them properly as well or we'll end up
11781           reading garbage (#336889). Some other cosmetic changes.
11782           
11783 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11784
11785         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
11786         (gst_flac_dec_handle_seek_event):
11787           Add support for segment seeks (fixes #338290). Also demote
11788           some recurring debug message from DEBUG to LOG level.
11789
11790 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11791
11792         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11793         (gst_matroskademux_do_index_seek),
11794         (gst_matroska_demux_handle_seek_event),
11795         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11796         * gst/matroska/matroska-ids.h:
11797           Set DISCONT flag on first buffer after a discontinuity.
11798           Fix newsegment events sent when seeking and honour KEY_UNIT
11799           seek flag. Create pad with bogus caps if we don't recognise
11800           the stream codec id.
11801
11802         * gst/matroska/matroska-demux.h:
11803           Fix GObject macros.
11804
11805 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11806
11807         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11808
11809         * gst/matroska/matroska-demux.c:
11810         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
11811           Handle end of segment properly when set; don't dead-lock when
11812           posting start of segment message when doing a segment seek.
11813           Fixes #338810.
11814
11815 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11816
11817         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11818         (gst_matroska_demux_plugin_init):
11819           Make mpeg2 aac audio work: create artificial private codec data
11820           chunk which faad2 seems to require, just as we do for mpeg4 aac.
11821           Also call gst_riff_init(). Partially fixes #338767.
11822
11823 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
11824
11825         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
11826         (gst_wavenc_class_init), (gst_wavenc_init),
11827         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
11828         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
11829         (gst_wavenc_chain), (gst_wavenc_change_state):
11830         * gst/wavenc/gstwavenc.h:
11831           Set caps on first outgoing buffer, so that it doesn't error out
11832           immediately with a non-negotiated error (#338716). Rewrite and
11833           clean up a bit; fix setcaps function to parse things properly;
11834           fix sink caps (8bit audio is unsigned and doesn't have depth);
11835           use boilerplate macros; remove unused properties stuff.
11836
11837 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11838
11839         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11840           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
11841           handle MJPEG streams and might be autoplugged for those if the
11842           user doesn't have jpegdec installed (resulting in a cryptic error
11843           message about huffman tables). Better to disable JPEG decoding here
11844           and let the user figure out that she needs to install jpegdec.
11845
11846 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11847
11848         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11849         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11850         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
11851         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11852           Make work with packetised/framed input (e.g. png-in-quicktime). Use
11853           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
11854           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
11855           debug messages. Fix boilerplate macros.
11856
11857 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11858
11859         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
11860         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
11861           No need to special-case for Gdk-2.0 any longer, we require
11862           Gdk 2.2 or newer; minor clean-ups.
11863
11864 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11865
11866         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
11867         (gst_shout2send_class_init), (gst_shout2send_init),
11868         (set_shout_metadata), (gst_shout2send_set_metadata),
11869         (gst_shout2send_event), (gst_shout2send_start),
11870         (gst_shout2send_connect), (gst_shout2send_stop),
11871         (gst_shout2send_render), (gst_shout2send_set_property),
11872         (gst_shout2send_get_property), (gst_shout2send_setcaps),
11873         (plugin_init):
11874         * ext/shout2/gstshout2.h:
11875         * po/POTFILES.in:
11876           Rewrite a bit: use GstBaseSink::start and stop instead of a state
11877           change function; use GST_ELEMENT_ERROR for error reporting, not
11878           g_error() or GST_ERROR(); don't unref caps in setcaps function,
11879           will cause crashes or assertion failures; remove (unused) "sync"
11880           property, basesink already has such a property; misc. other
11881           minor fixes and cleanups.
11882
11883 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11884
11885         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
11886         * ext/esd/gstesd.c: (plugin_init):
11887         * po/POTFILES.in:
11888           Add translatable error message for when we cannot
11889           connect to the sound server, as "Cannot open resource
11890           for writing" isn't really an acceptable message to show
11891           to the user in this case.
11892
11893 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11894
11895         * sys/oss/gst-i18n-plugin.h:
11896           Remove bogus file that doesn't belong here.
11897
11898 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11899
11900         Patch by: Philippe Valembois
11901
11902         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11903         (gst_shout2send_set_metadata), (gst_shout2send_event),
11904         (gst_shout2send_render), (gst_shout2send_change_state):
11905         * ext/shout2/gstshout2.h:
11906           Handle tags being received before the connection to
11907           the server is established properly (see #338636).
11908
11909 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11910
11911         * ext/shout2/gstshout2.c: (gst_shout2send_render):
11912           Don't crash in case the connection to the server fails:
11913           don't set pointer to NULL by assigning FALSE; error out
11914           properly by using GST_ELEMENT_ERROR and returning
11915           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
11916           before resetting the pointer.
11917
11918 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
11919
11920         * gst/id3demux/id3tags.c:
11921         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
11922         (Fixes #338713)
11923
11924 2006-04-12  Wim Taymans  <wim@fluendo.com>
11925
11926         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11927         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
11928         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11929         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
11930         (gst_gdk_pixbuf_chain):
11931         Some cleanups.
11932         Added RGBA as a possible output format.
11933         Correctly free the supported mimetypes.
11934         deprecate silent arg, it's not used.
11935         Return result from _alloc_buffer to peer.
11936
11937 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11938
11939         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
11940           Don't leak memory allocated by gst_buffer_new_and_alloc() by
11941           overwriting GST_BUFFER_MALLOCDATA.
11942
11943 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11944
11945         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11946         (user_endrow_callback), (user_end_callback),
11947         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
11948         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
11949         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
11950         * ext/libpng/gstpngdec.h:
11951           Handle more than one frame if the content is framed,
11952           like with png-in-quicktime (#331917).
11953
11954 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11955
11956         * sys/oss/Makefile.am:
11957         * sys/oss/common.h:
11958         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
11959         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
11960         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
11961         (gst_oss_src_unprepare):
11962           - the user-visible error strings were in the wrong category
11963           - and the messages were not marked for translation
11964           - which is actually a good thing, because they were exactly
11965             the kind of message you would never want anyone to see
11966           - the macros were using variables that didn't exist in the macro
11967             arguments
11968           - and they were obviously copied from each other and then modified
11969           - so a common header makes sense
11970
11971 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11972
11973         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11974           Don't try to modify read-only data.
11975
11976         * gst/matroska/matroska-demux.c:
11977         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11978           Fix comment (won't crash any longer now).
11979
11980 2006-04-10  Michael Smith  <msmith@fluendo.com>
11981
11982         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
11983           Use copies of header buffers for caps to avoid circular refcounting
11984           problems (as in theoradec, vorbisdec).
11985
11986         * tests/check/elements/cmmldec.c: (GST_START_TEST):
11987           Fix a typo in test that meant it was testing the wrong thing.
11988
11989         * tests/check/elements/cmmlenc.c: (check_headers):
11990           Fix refcount checks now that we use buffer-copies for caps.
11991
11992 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11993
11994         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
11995         (gst_matroska_demux_handle_seek_event),
11996         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
11997         (gst_matroska_demux_subtitle_caps),
11998         (gst_matroska_demux_plugin_init):
11999           Use static pad templates with ANY caps for audio and video
12000           source pads and get rid of a lot of unnecessary (and partially
12001           broken) code for the template caps. Clean up caps finding
12002           functions. Fixes playback of audio files/streams that do not
12003           contain the sample rate and/or number of channels in the audio
12004           context (happens a lot with vorbis/mp3 .mka files it seems).
12005           Fixes #337183.
12006           Also add myself to copyright holders.
12007
12008 2006-04-10  Michael Smith  <msmith@fluendo.com>
12009
12010         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
12011           Use g_list_delete_link () instead of g_list_remove_link () so that
12012           we free the link as well as the contained data.
12013
12014 2006-04-10  Wim Taymans  <wim@fluendo.com>
12015
12016         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
12017
12018         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
12019         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
12020         (gst_avi_demux_stream_header):
12021         Fix some crashers with empty chunks. (Fixes #337749)
12022
12023 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
12024
12025         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
12026           use G_GINT64_CONSTANT for INT64 constants
12027         * gst/videofilter/gstvideobalance.c:
12028           define rint for WIN32 #define rint(x) (floor((x)+0.5))
12029         * win32/vs6/libgstavi.dsp:
12030          add missing libraries for the link and remove avimux.c from
12031          the project as it isn't ported to 0.10 yet
12032         
12033 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
12034
12035         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
12036           Even better would be if we actually did the right thing
12037           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
12038
12039 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
12040
12041         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
12042           Can't just replace 1LL with 1L here just because MSVC doesn't
12043           support it, as it might lead to incorrect results when doing the
12044           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
12045           force a 64-bit constant in a way that all compilers are happy with.
12046
12047 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
12048
12049         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
12050         * ext/esd/esdsink.c: (gst_esdsink_class_init):
12051         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
12052         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
12053         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
12054         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
12055         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
12056         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
12057         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
12058         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
12059         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
12060         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
12061         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
12062         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
12063         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
12064         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
12065         * gst/avi/gstavimux.c: (gst_avimux_class_init):
12066         * gst/debug/efence.c: (gst_efence_class_init):
12067         * gst/debug/negotiation.c: (gst_negotiation_class_init):
12068         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
12069         * gst/goom/gstgoom.c: (gst_goom_class_init):
12070         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
12071         * gst/interleave/deinterleave.c: (deinterleave_class_init):
12072         * gst/interleave/interleave.c: (interleave_class_init):
12073         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
12074         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
12075         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
12076         * gst/median/gstmedian.c: (gst_median_class_init):
12077         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
12078         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
12079         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
12080         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
12081         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
12082         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
12083         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
12084         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
12085         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
12086         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
12087         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
12088         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
12089         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
12090         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
12091         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
12092         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
12093         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
12094         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
12095         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
12096         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
12097         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
12098         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
12099         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
12100         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
12101         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
12102         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
12103         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
12104         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
12105         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
12106         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
12107         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
12108         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
12109         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
12110         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
12111         * sys/osxaudio/gstosxaudioelement.c:
12112         (gst_osxaudioelement_class_init):
12113         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
12114         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
12115         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
12116         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
12117
12118 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
12119
12120         * ext/mikmod/gstmikmod.h:
12121         * gst/level/gstlevel.h:
12122         Fix more broken GObject macros
12123
12124 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
12125
12126         * ext/annodex/gstcmmldec.h:
12127         * ext/annodex/gstcmmlenc.h:
12128         * ext/annodex/gstcmmltag.h:
12129         * ext/cairo/gsttextoverlay.h:
12130         * ext/ladspa/gstsignalprocessor.h:
12131         * gst/matroska/ebml-read.h:
12132         * gst/matroska/ebml-write.h:
12133         * sys/osxaudio/gstosxaudioelement.h:
12134         Fix broken GObject macros
12135
12136 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
12137
12138         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
12139           Don't try to seek beyond the end of the file (would
12140           occasionally display error dialogs in totem when seeking
12141           to the end) (#335869). Will still throw an error though
12142           if the file is truncated and the total_samples value in
12143           the stream header is wrong.
12144
12145 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
12146
12147         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
12148         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
12149         (gst_flac_dec_metadata_callback):
12150         * ext/flac/gstflacdec.h:
12151           If the stream header doesn't contain the total number of samples,
12152           search for the last flac frame at the end of the file and calculate
12153           the total duration from that frame's offset (fixes #337609).
12154
12155 2006-04-07  Edward Hervey  <edward@fluendo.com>
12156
12157         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
12158         Don't unref the GstPadTemplate returned by
12159         gst_element_class_get_pad_template().
12160
12161 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
12162
12163         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
12164
12165         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
12166         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
12167         * sys/sunaudio/gstsunaudiosink.h:
12168           Use spec->segsize and spec->segtotal in the prepare function
12169           to initialise the ring buffer instead of using the buffer-time
12170           property (#337421).
12171
12172 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
12173
12174         * configure.ac:
12175           Bump core requirements to CVS for gst_pad_query_peer_duration()
12176           which is used by speexdec.
12177
12178 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
12179
12180         * ext/speex/gstspeex.c: (plugin_init):
12181         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
12182         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
12183         (speex_get_sink_query_types), (speex_dec_sink_query),
12184         (speex_get_src_query_types), (speex_dec_src_query),
12185         (speex_dec_src_event), (speex_dec_sink_event),
12186         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
12187         (speex_dec_chain_parse_data), (speex_dec_chain),
12188         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
12189         (speex_dec_change_state):
12190         * ext/speex/gstspeexdec.h:
12191           Fix seeking and duration queries (#337033); clean up and
12192           refactor a bit.
12193
12194 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12195
12196         * ext/raw1394/gstdv1394src.c:
12197           distinguish between device not found and could not open for
12198           reading
12199
12200 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12201
12202         * Makefile.am:
12203         * configure.ac:
12204         * pkgconfig/.cvsignore:
12205         * pkgconfig/Makefile.am:
12206         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
12207           add a .pc file so other modules can use good plugins in tests
12208
12209 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12210
12211         * configure.ac:
12212           clean up, use AS_VERSION and AS_NANO
12213         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
12214           use PACKAGE_VERSION define
12215         * po/af.po:
12216         * po/az.po:
12217         * po/cs.po:
12218         * po/en_GB.po:
12219         * po/hu.po:
12220         * po/it.po:
12221         * po/nb.po:
12222         * po/nl.po:
12223         * po/or.po:
12224         * po/sq.po:
12225         * po/sr.po:
12226         * po/sv.po:
12227         * po/uk.po:
12228         * po/vi.po:
12229           updated
12230
12231 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
12232
12233         * ext\jpeg\smokecodec.c:
12234           use of GST_DEBUG instead of DEBUG(a...) for WIN32
12235         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
12236           move first instruction after all variables declarations
12237         * gst\alpha\gstalpha.c:
12238         * gst\effectv\gstshagadelic.c:
12239         * gst\smpte\paint.c:
12240         * gst\videofilter\gstvideobalance.c:
12241           define M_PI if it's not defined (it's not defined on WIN32)
12242         * gst\cutter\gstcutter.c: (gst_cutter_chain):
12243         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
12244         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
12245         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
12246         (gst_matroska_demux_video_caps):
12247         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
12248         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
12249           use gst_guint64_to_gdouble for conversions
12250         * gst\goom\filters.c: (setPixelRGB_):
12251           fix a debug which was using undefined variable
12252         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
12253         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
12254           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
12255         * win32/vs6:
12256           add vs6 projects files for most of plugins-good
12257         
12258 2006-03-30  j^  <j@bootlab.org>
12259
12260         * ext/aalib/gstaasink.c:
12261         * ext/annodex/gstcmmldec.c:
12262         * ext/annodex/gstcmmlenc.c:
12263         * ext/cairo/gsttextoverlay.c:
12264         * ext/cairo/gsttimeoverlay.c:
12265         * ext/cdio/gstcdiocddasrc.c:
12266         * ext/dv/gstdvdec.c:
12267         * ext/esd/esdmon.c:
12268         * ext/esd/esdsink.c:
12269         * ext/flac/gstflacdec.c:
12270         * ext/flac/gstflacenc.c:
12271         * ext/flac/gstflactag.c:
12272         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
12273         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
12274         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
12275         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
12276         * ext/gdk_pixbuf/gstgdkpixbuf.c:
12277         * ext/gdk_pixbuf/pixbufscale.c:
12278         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
12279         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
12280         * ext/jpeg/gstjpegdec.c:
12281         * ext/jpeg/gstjpegenc.c:
12282         * ext/jpeg/gstsmokedec.c:
12283         * ext/jpeg/gstsmokeenc.c:
12284         * ext/libcaca/gstcacasink.c:
12285         * ext/libmng/gstmngdec.c:
12286         * ext/libmng/gstmngenc.c:
12287         * ext/libpng/gstpngdec.c:
12288         * ext/libpng/gstpngenc.c:
12289         * ext/mikmod/gstmikmod.c:
12290         * ext/raw1394/gstdv1394src.c:
12291         * ext/shout2/gstshout2.c:
12292         * ext/speex/gstspeexdec.c:
12293         * ext/speex/gstspeexenc.c:
12294         * gst/alpha/gstalpha.c:
12295         * gst/alpha/gstalphacolor.c:
12296         * gst/auparse/gstauparse.c:
12297         * gst/autodetect/gstautoaudiosink.c:
12298         (gst_auto_audio_sink_base_init):
12299         * gst/autodetect/gstautovideosink.c:
12300         (gst_auto_video_sink_base_init):
12301         * gst/avi/gstavimux.c: (gst_avimux_base_init):
12302         * gst/cutter/gstcutter.c:
12303         * gst/debug/breakmydata.c:
12304         * gst/debug/efence.c:
12305         * gst/debug/gstnavigationtest.c:
12306         * gst/debug/negotiation.c:
12307         * gst/debug/progressreport.c:
12308         * gst/debug/testplugin.c:
12309         * gst/effectv/gstaging.c:
12310         * gst/effectv/gstdice.c:
12311         * gst/effectv/gstedge.c:
12312         * gst/effectv/gstquark.c:
12313         * gst/effectv/gstrev.c:
12314         * gst/effectv/gstvertigo.c:
12315         * gst/effectv/gstwarp.c:
12316         * gst/flx/gstflxdec.c:
12317         * gst/goom/gstgoom.c:
12318         * gst/interleave/deinterleave.c:
12319         * gst/interleave/interleave.c:
12320         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
12321         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
12322         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
12323         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
12324         * gst/level/gstlevel.c:
12325         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
12326         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
12327         * gst/median/gstmedian.c:
12328         * gst/monoscope/gstmonoscope.c:
12329         * gst/multipart/multipartdemux.c:
12330         * gst/multipart/multipartmux.c:
12331         * gst/oldcore/gstmd5sink.c:
12332         * gst/oldcore/gstmultifilesrc.c:
12333         * gst/oldcore/gstpipefilter.c:
12334         * gst/oldcore/gstshaper.c:
12335         * gst/oldcore/gststatistics.c:
12336         * gst/rtp/gstasteriskh263.c:
12337         * gst/rtp/gstrtpL16depay.c:
12338         * gst/rtp/gstrtpL16pay.c:
12339         * gst/rtp/gstrtpamrdepay.c:
12340         * gst/rtp/gstrtpamrpay.c:
12341         * gst/rtp/gstrtpdepay.c:
12342         * gst/rtp/gstrtpgsmpay.c:
12343         * gst/rtp/gstrtph263pay.c:
12344         * gst/rtp/gstrtph263pdepay.c:
12345         * gst/rtp/gstrtph263ppay.c:
12346         * gst/rtp/gstrtpmp4gpay.c:
12347         * gst/rtp/gstrtpmp4vdepay.c:
12348         * gst/rtp/gstrtpmp4vpay.c:
12349         * gst/rtp/gstrtpmpadepay.c:
12350         * gst/rtp/gstrtpmpapay.c:
12351         * gst/rtp/gstrtppcmadepay.c:
12352         * gst/rtp/gstrtppcmapay.c:
12353         * gst/rtp/gstrtppcmudepay.c:
12354         * gst/rtp/gstrtppcmupay.c:
12355         * gst/rtp/gstrtpspeexdepay.c:
12356         * gst/rtp/gstrtpspeexpay.c:
12357         * gst/rtsp/gstrtpdec.c:
12358         * gst/smpte/gstsmpte.c:
12359         * gst/videobox/gstvideobox.c:
12360         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
12361         * gst/videofilter/gstvideobalance.c:
12362         * gst/videofilter/gstvideoflip.c:
12363         * gst/videofilter/gstvideotemplate.c:
12364         (gst_videotemplate_base_init):
12365         * gst/videomixer/videomixer.c:
12366         * gst/wavenc/gstwavenc.c:
12367         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
12368          better/unified long descriptions
12369          Fixed #336602
12370          Some cleanups to auparse, don't send multiple newsegments.
12371
12372 2006-03-29  Wim Taymans  <wim@fluendo.com>
12373
12374         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
12375
12376         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
12377         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
12378         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
12379         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
12380         * ext/dv/gstdvdemux.h:
12381         Seek in READY patch. Only works for pull based mode.
12382         Fixes #323880
12383
12384 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
12385
12386         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
12387         (gst_gdk_pixbuf_event):
12388           Fix two crashers: don't unref the same caps twice, and
12389           set pixbuf loader to NULL after freeing it.
12390
12391 2006-03-27  Wim Taymans  <wim@fluendo.com>
12392
12393         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
12394         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
12395         (gst_speexenc_chain):
12396         * ext/speex/gstspeexenc.h:
12397         Don't leak adapter.
12398         A push *always* takes ownership of the buffer, even on
12399         errors.
12400         Small cleanups.
12401
12402 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
12403
12404         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
12405           Create source pad without leaking.
12406
12407 2006-03-24  Wim Taymans  <wim@fluendo.com>
12408
12409         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
12410         * ext/flac/gstflacdec.h:
12411         * ext/flac/gstflacenc.h:
12412         Spifify a bit.
12413         Fix deadly lock order error in seeking code, STREAM_LOCK
12414         cannot be taken within LOCK and the streaming variables are
12415         protected with the STREAM_LOCK anyway.
12416
12417 2006-03-24  Wim Taymans  <wim@fluendo.com>
12418
12419         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
12420         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
12421         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
12422         this patch combines the global init_frames with the stream
12423         init_frames. Rationale being that the global delay should 
12424         be subtracted from any stream delay.
12425         Fixes #335858.
12426
12427 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
12428
12429         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
12430         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
12431         * gst/smpte/gstsmpte.c: (gst_smpte_init):
12432         * gst/videomixer/videomixer.c: (gst_videomixer_init):
12433         use DEBUG_FUNCPTR for collectpads
12434
12435 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
12436
12437         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
12438           Don't crash when encoding images where the number of rows isn't
12439           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
12440
12441 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12442
12443         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
12444         * gst/interleave/deinterleave.c: (deinterleave_change_state):
12445         * gst/interleave/interleave.c: (interleave_change_state):
12446         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
12447           More state change function fixes.
12448
12449 2006-03-23  Wim Taymans  <wim@fluendo.com>
12450
12451         * ext/esd/esdsink.c: (gst_esdsink_class_init),
12452         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
12453         (gst_esdsink_prepare), (gst_esdsink_unprepare),
12454         (gst_esdsink_delay), (gst_esdsink_reset):
12455         * ext/esd/esdsink.h:
12456         Fix esd choppy playback by configuring audiosink
12457         correctly. Fixes #325191
12458
12459 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12460
12461         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
12462           Make state change function thread-safe.
12463
12464 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12465
12466         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
12467         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
12468           Don't try to read beyond the end of the file just because
12469           the header claims a bigger size (like with truncated files).
12470
12471 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12472
12473         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12474         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
12475         (gst_wavparse_stream_data), (gst_wavparse_loop):
12476         * gst/wavparse/gstwavparse.h:
12477           Delay source pad creation until we have the first chunk of
12478           media data, so the we can examine the data and adjust the
12479           caps accordingly if required. This makes playback of .wav
12480           files with DTS-declared-as-PCM content work (#313266).
12481
12482 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
12483
12484         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
12485         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12486         Don't attempt typefinding on too-short buffers that have been
12487         completely trimmed away. (Fixes #330239)
12488
12489         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12490         Improve the debug output
12491
12492 2006-03-21  Wim Taymans  <wim@fluendo.com>
12493
12494         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
12495         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
12496         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
12497         (gst_esdsink_set_property), (gst_esdsink_get_property):
12498         Some cleanups.
12499         Reset fd to -1 when we close them.
12500
12501 2006-03-21  Wim Taymans  <wim@fluendo.com>
12502
12503         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12504         the OPTIONS request result is optional so don't
12505         fail on it.
12506
12507 2006-03-21  Edward Hervey  <edward@fluendo.com>
12508
12509         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
12510         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
12511         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
12512         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
12513         (gst_wavparse_change_state):
12514         gcc 4.1 unreferenced pointer fixes.
12515
12516 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
12517
12518         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
12519
12520         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
12521           Fix block alignment calculation. Alignment should be done before
12522           adding the byte offset where the data starts (#335231).
12523
12524 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
12525
12526         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
12527           Ensure that we set correct caps on buffers that are transferred
12528           direct from the input.
12529
12530 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
12531
12532         * gst/goom/filters.c: (zoomFilterDestroy):
12533         * gst/goom/goom_core.c: (goom_close):
12534           Free filter data when cleaning up. (Fixes: #334995)
12535
12536 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
12537
12538         * configure.ac:
12539           Don't compile udp and rtsp plugins on win32 (mingw) or other
12540           systems that don't have <sys/socket.h> for some reason (#316203).
12541
12542 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12543
12544         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
12545         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
12546         * ext/raw1394/gstdv1394src.h:
12547           Change bus reset handler so it reports useful information such as
12548           whether the device being used connected or disconnected
12549
12550 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
12551
12552         * gst/id3demux/id3v2frames.c:
12553         (parse_relative_volume_adjustment_two):
12554           We only care about gain and peak data for the master volume.
12555
12556 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
12557
12558         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12559         (parse_id_string), (parse_unique_file_identifier),
12560         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
12561           Read replay gain tags (#323721).
12562
12563 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
12564
12565         * configure.ac:
12566           Bump requirements to gst-plugins-base CVS because
12567           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
12568
12569 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12570
12571         * rtp/gst/gstrtppcmadepay.c:
12572         Fixed one of the caps in the code from mulaw to alaw.
12573
12574 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
12575
12576         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
12577           Ensure that we set caps on the buffers we pass.
12578
12579         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
12580         (gst_id3demux_sink_activate):
12581           Ensure that we set caps on the buffers we pass.
12582
12583           Use STREAM, TYPE_NOT_FOUND as the error class when
12584           typefinding fails.
12585
12586 2006-03-15  Edward Hervey  <edward@fluendo.com>
12587
12588         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
12589         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
12590         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
12591         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
12592         (gst_jpeg_dec_setcaps):
12593         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
12594         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
12595         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
12596         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
12597         (gst_mngdec_src_getcaps):
12598         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
12599         (gst_pngdec_caps_create_and_set):
12600         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
12601         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
12602         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
12603         * gst/alpha/gstalpha.c: (gst_alpha_init):
12604         * gst/auparse/gstauparse.c: (gst_au_parse_init):
12605         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
12606         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
12607         * gst/cutter/gstcutter.c: (gst_cutter_init):
12608         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
12609         (gst_efence_checkgetrange):
12610         * gst/debug/negotiation.c: (gst_negotiation_init):
12611         * gst/flx/gstflxdec.c: (gst_flxdec_init):
12612         * gst/goom/gstgoom.c: (gst_goom_init):
12613         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
12614         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
12615         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
12616         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
12617         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
12618         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
12619         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
12620         * gst/smpte/gstsmpte.c: (gst_smpte_init):
12621         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
12622         (gst_wavparse_create_sourcepad):
12623         Fix memleak with gst_static_pad_template_get().
12624         This uses gst_pad_new_from_static_template() instead.
12625         Fixes #333512
12626
12627 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12628
12629         * configure.ac:
12630           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
12631           used by id3demux.
12632
12633         * gst/id3demux/gstid3demux.c: (plugin_init):
12634         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12635         (parse_user_text_identification_frame),
12636         (parse_unique_file_identifier):
12637           Add support for UFID and TXXX frames and extract musicbrainz tags.
12638
12639 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12640
12641         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12642           Catch short reads, like they might happen with truncated
12643           files (see #305279); remove unnecessary indentation.
12644
12645 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12646
12647         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
12648           Fix DIB image inversion for pictures with a
12649           depth != 8 (#305279).
12650
12651 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12652
12653         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
12654         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
12655         * ext/jpeg/gstjpegdec.h:
12656           Fix durations on outgoing buffers after seeking
12657           in MJPEG files (#334083); some minor clean-ups.
12658
12659 2006-03-13  Wim Taymans  <wim@fluendo.com>
12660
12661         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
12662         (gst_wavparse_change_state):
12663         Implement seek in READY (re-fixes #327658)
12664
12665 2006-03-13  Wim Taymans  <wim@fluendo.com>
12666
12667         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
12668         * ext/esd/esdmon.c: (gst_esdmon_get):
12669         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
12670         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
12671         (gst_gdk_pixbuf_sink_getcaps):
12672         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
12673         (gst_jpegenc_setcaps):
12674         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12675         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
12676         (gst_smokeenc_setcaps):
12677         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
12678         (gst_mngdec_src_getcaps):
12679         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
12680         (gst_mngenc_chain):
12681         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
12682         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
12683         * ext/speex/gstspeexdec.c: (speex_dec_convert),
12684         (speex_dec_src_event), (speex_dec_chain):
12685         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
12686         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
12687         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
12688         (gst_negotiation_pad_link), (gst_negotiation_chain):
12689         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12690         (gst_flxdec_chain):
12691         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
12692         (deinterleave_chain):
12693         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
12694         * gst/median/gstmedian.c: (gst_median_link):
12695         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
12696         (gst_monoscope_chain):
12697         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
12698         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
12699         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
12700         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
12701         close #333784 unref the result of gst_pad_get_parent()
12702         by: Christophe Fergeau.
12703
12704 2006-03-09  Wim Taymans  <wim@fluendo.com>
12705
12706         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
12707         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
12708         Handle events in push mode better, can now do non-flushing
12709         seeks in push mode as well.
12710
12711 2006-03-07  Wim Taymans  <wim@fluendo.com>
12712
12713         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
12714         Applied patch from Kai Vehmanen, fixes #333624.
12715
12716 2006-03-06  Julien MOUTTE  <julien@moutte.net>
12717
12718         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
12719         Implement paletted and grayscale png files handling.
12720         (#150363).
12721
12722 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12723
12724         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
12725         (gst_speexenc_chain):
12726           fix a tag list assert
12727           follow gst-plugins-base/ext/ogg/README; set OFFSET
12728           and OFFSET_END.  Muxes correctly with gst-plugins-base
12729           > 0.9.3
12730
12731 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12732
12733         * gst/id3demux/Makefile.am:
12734         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
12735         (gst_id3demux_chain), (gst_id3demux_sink_activate):
12736           Use new typefind helper functions here as well, and
12737           do typefinding in pull-mode if upstream supports that.
12738
12739 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12740
12741         * sys/sunaudio/gstsunaudiomixerctrl.c:
12742         (gst_sunaudiomixer_ctrl_get_volume),
12743         (gst_sunaudiomixer_ctrl_set_volume):
12744         * sys/sunaudio/gstsunaudiomixertrack.c:
12745         (gst_sunaudiomixer_track_new):
12746           Remove unused variables, breaks build from CVS
12747           with -Werror (#333392, patch by: Benjamin Pineau)
12748
12749 2006-03-03  Wim Taymans  <wim@fluendo.com>
12750
12751         * docs/plugins/Makefile.am:
12752         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12753         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12754         Added wavparse docs.
12755
12756         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
12757         (gst_wavparse_reset), (gst_wavparse_init),
12758         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
12759         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
12760         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
12761         (gst_wavparse_stream_data), (gst_wavparse_loop),
12762         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
12763         (gst_wavparse_change_state):
12764         * gst/wavparse/gstwavparse.h:
12765         Implement seek in READY (fixes #327658)
12766         Added docs and did some cleanups.
12767
12768 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
12769
12770         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12771         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
12772         (gst_avi_demux_calculate_durations_from_index),
12773         (gst_avi_demux_stream_header):
12774         * gst/avi/gstavidemux.h:
12775           If we have an index, use a duration based on the index instead
12776           of blindly trusting the information in the stream headers
12777           (fixes #331817).
12778
12779 2006-03-03  Wim Taymans  <wim@fluendo.com>
12780
12781         * docs/plugins/Makefile.am:
12782         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12783         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12784         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12785         Added smoke and jpeg to the docs.
12786
12787         * ext/jpeg/Makefile.am:
12788         * ext/jpeg/gstjpeg.c: (plugin_init):
12789         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
12790         * ext/jpeg/gstjpegenc.h:
12791         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
12792         (gst_smokedec_chain):
12793         * ext/jpeg/gstsmokedec.h:
12794         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12795         * ext/jpeg/gstsmokeenc.h:
12796         * ext/jpeg/smokecodec.h:
12797         Port smokedec (fixes #331905).
12798         Added some docs.
12799         Some cleanups.
12800
12801 2006-03-03  Wim Taymans  <wim@fluendo.com>
12802
12803         * docs/plugins/Makefile.am:
12804         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12805         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12806         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12807         Added videobalance and videoflip to the docs.
12808
12809         * gst/videofilter/Makefile.am:
12810         * gst/videofilter/gstvideobalance.c:
12811         (gst_video_balance_update_tables_planar411),
12812         (gst_video_balance_is_passthrough),
12813         (gst_video_balance_update_properties), (oil_tablelookup_u8),
12814         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
12815         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
12816         (gst_video_balance_finalize), (gst_video_balance_class_init),
12817         (gst_video_balance_init), (gst_video_balance_interface_supported),
12818         (gst_video_balance_interface_init),
12819         (gst_video_balance_colorbalance_list_channels),
12820         (gst_video_balance_colorbalance_set_value),
12821         (gst_video_balance_colorbalance_get_value),
12822         (gst_video_balance_colorbalance_init),
12823         (gst_video_balance_set_property), (gst_video_balance_get_property),
12824         (gst_video_balance_get_type), (plugin_init):
12825         * gst/videofilter/gstvideobalance.h:
12826         Ported to 0.10. (Fixes #326160)
12827         Added docs.
12828
12829         * gst/videofilter/gstvideoflip.c:
12830         * gst/videofilter/gstvideoflip.h:
12831         Added docs.
12832
12833 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
12834
12835         * configure.ac:
12836           Bump requirements to current core and -base CVS
12837           (core for new typefind helper API, and -base for the
12838           WAVFORMATEX support that was added to libgstriff and
12839           is needed by wavparse).
12840         
12841         * gst/apetag/Makefile.am:
12842         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
12843         (gst_tag_demux_sink_activate):
12844           Use new typefind helpers for typefinding instead of our
12845           home-grown stuff; also, do typefinding in pull-mode if
12846           upstream supports that.
12847
12848 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
12849
12850         Reviewed by: Christian Schaller <christian@fluendo.com>
12851
12852         This patch fixes bug: 329107
12853
12854         This Changelog entry is for a commit done on February 17
12855
12856         * ext/gconf/gconf.c
12857         * ext/gconf/gconf.h
12858         * ext/gconf/gstgconfaudiosink.c
12859         * ext/gconf/gstgconfaudiosink.h
12860         * gconf/gstreamer.schemas.in
12861
12862 2006-02-28  Wim Taymans  <wim@fluendo.com>
12863
12864         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12865         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12866         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
12867         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
12868         Use DEBUG_OBJECT more.
12869
12870 2006-02-28  Wim Taymans  <wim@fluendo.com>
12871
12872         * docs/plugins/Makefile.am:
12873         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12874         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12875         Added dvdec and dvdemux to docs.
12876
12877         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
12878         Added docs.
12879         Check frame sizes so we don't crash when don't have enough
12880         data.
12881         Send nice error messages on error.
12882
12883         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
12884         (gst_dvdemux_class_init), (gst_dvdemux_init),
12885         (gst_dvdemux_finalize), (gst_dvdemux_reset),
12886         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12887         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12888         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
12889         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
12890         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
12891         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
12892         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
12893         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
12894         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
12895         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
12896         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
12897         * ext/dv/gstdvdemux.h:
12898         Added docs.
12899         Implement pull mode.
12900         Fix memleaks.
12901         Reduce memcpy for the video demuxing.
12902
12903 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
12904
12905         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
12906         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
12907         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
12908         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
12909           Add a little extra debug. Make the decoder not return NOT_LINKED,
12910           as we want to continue decoding all CMML and emitting tags.
12911
12912 2006-02-27  Michael Smith  <msmith@fluendo.com>
12913
12914         * ext/annodex/gstskeltag.c:
12915         * ext/annodex/gstskeltag.h:
12916           Deleted; these files aren't used any more either.
12917
12918 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12919
12920         * ext/Makefile.am: Fix dist-check.
12921
12922 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12923
12924         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
12925         memleak.
12926
12927 2006-02-25  Alessandro Decina <alessandro@nnva.org>
12928
12929         * ext/annodex/Makefile.am:
12930         * ext/annodex/gstannodex.c:
12931         * ext/annodex/gstcmmldec.c:
12932         * ext/annodex/gstcmmlenc.c:
12933         * ext/annodex/gstcmmlparser.c:
12934         * ext/annodex/gstcmmlparser.h:
12935         * ext/annodex/gstcmmlutils.c:
12936         * tests/check/elements/cmmldec.c:
12937         * tests/check/elements/cmmlenc.c:
12938           Fix a memleak in gst_cmml_track_list_add_clip.
12939           Handle overflows in clip's start and end times.
12940           Add the "encoded" parameter to cmmldec and cmmlenc caps.
12941           Do not parse junk at the end of a CMML preamble buffer.
12942           Register a libxml error handler to not print stuff on stderr.
12943           Check for bad clip start and end times in the testsuites.
12944
12945 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12946
12947         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
12948         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
12949         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
12950         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
12951         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
12952         possible memleaks.
12953
12954 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12955
12956         * tests/check/Makefile.am:
12957         * tests/check/elements/cmmldec.c:
12958         * tests/check/elements/cmmlenc.c: Fix tests so that they use
12959         the plugins-base tags.
12960
12961 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12962
12963         * ext/Makefile.am: Re-enable module.
12964
12965 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12966
12967         * tests/check/Makefile.am: Forgot to remove that test.
12968
12969 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12970
12971         * ext/annodex/Makefile.am:
12972         * ext/annodex/gstannodex.c: (plugin_init):
12973         * ext/annodex/gstcmmldec.c:
12974         * ext/annodex/gstskeldec.c:
12975         * ext/annodex/gstskeldec.h:
12976         * tests/check/Makefile.am:
12977         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
12978
12979 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12980
12981         * tests/check/Makefile.am: Disable those checks as well.
12982
12983 2006-02-24  Julien MOUTTE  <julien@moutte.net>
12984
12985         * ext/Makefile.am: Disable annodex for now until we figure out
12986         how to make it build.
12987         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
12988         Add a rule to your checklist : "please try to at least build 
12989         what you are going to commit into -good, or if you are too lazy
12990         to do that, please check that the buildbots are not crying because
12991         of your commit."
12992
12993 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
12994
12995         * configure.ac:
12996         * ext/Makefile.am:
12997         * ext/gdk_pixbuf/Makefile.am:
12998         * ext/gdk_pixbuf/gstgdkpixbuf.c:
12999         * ext/gdk_pixbuf/gstgdkpixbuf.h:
13000         * ext/gdk_pixbuf/pixbufscale.c:
13001         * ext/gdk_pixbuf/pixbufscale.h:
13002           Gdkpixbuf ported from 0.8 to 0.10 by
13003           Renato Filho <renato.filho@indt.org.br>.
13004           gst_loader and gdkpixbufanimation still need port.
13005
13006 2006-02-24  Michael Smith  <msmith@fluendo.com>
13007
13008         * configure.ac:
13009         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13010         * ext/Makefile.am:
13011         * ext/annodex/Makefile.am:
13012         * ext/annodex/gstannodex.c:
13013         * ext/annodex/gstannodex.h:
13014         * ext/annodex/gstcmmldec.c:
13015         * ext/annodex/gstcmmldec.h:
13016         * ext/annodex/gstcmmlenc.c:
13017         * ext/annodex/gstcmmlenc.h:
13018         * ext/annodex/gstcmmlparser.c:
13019         * ext/annodex/gstcmmlparser.h:
13020         * ext/annodex/gstcmmltag.c:
13021         * ext/annodex/gstcmmltag.h:
13022         * ext/annodex/gstcmmlutils.c:
13023         * ext/annodex/gstcmmlutils.h:
13024         * ext/annodex/gstskeldec.c:
13025         * ext/annodex/gstskeldec.h:
13026         * ext/annodex/gstskeltag.c:
13027         * ext/annodex/gstskeltag.h:
13028         * tests/check/Makefile.am:
13029         * tests/check/elements/cmmldec.c:
13030         * tests/check/elements/cmmlenc.c:
13031         * tests/check/elements/skeldec.c:
13032           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
13033           Includes tests & docs, oh my! Passes Thomas's -good checklist
13034           entirely. Wow.
13035
13036 2006-02-24  Michael Smith  <msmith@fluendo.com>
13037
13038         * autogen.sh:
13039           Check for automake 1.9 as well.
13040
13041 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
13042
13043         * ext/flac/gstflacenc.c:
13044           Change min. sample rate to 8kHz to match flacdec's.
13045           
13046 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
13047
13048         * ext/cdio/Makefile.am:
13049           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
13050           required for Cygwin, see #317048)
13051
13052         * gst/rtp/gstasteriskh263.c:
13053           Cygwin has includes for both the unix network socket API
13054           and the windows API, but only one can be included, so fix
13055           includes to only use one or the other, prefering the unxi
13056           one (#317048).
13057
13058 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
13059
13060         * rtp/gst/gstrtppcmadepay.c:
13061         * rtp/gst/gstrtppcmadepay.h:
13062         * rtp/gst/gstgstrtppcmapay.c:
13063         * rtp/gst/gstgstrtppcmapay.h:
13064         * rtp/gst/gstrtppcmudepay.c:
13065         * rtp/gst/gstrtppcmudepay.h:
13066         * rtp/gst/gstrtppcmupay.c:
13067         * rtp/gst/gstrtppcmupay.h:
13068         * rtp/gst/Makefile.am:
13069         * rtp/gst/gstrtp.c:
13070         * rtp/gst/README:
13071         Separated the G711 payloaders/depayloaders into separate elements for
13072         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
13073
13074 2006-02-22  Wim Taymans  <wim@fluendo.com>
13075
13076         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
13077         (gst_dvdec_change_state):
13078         * ext/dv/gstdvdec.h:
13079         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
13080         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
13081         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
13082         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
13083         (gst_dvdemux_flush), (gst_dvdemux_chain),
13084         (gst_dvdemux_change_state):
13085         * ext/dv/gstdvdemux.h:
13086         Ueber spiffify some more, added debug category.
13087         Use _scale.
13088         Use segments, respect playback rate from newsegment.
13089         Fix refcount issue.
13090
13091 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
13092
13093         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
13094         (gst_signal_processor_process):
13095         Fix compilation of LADPSA. It doesn't seem to work, and isn't
13096         enabled for the build, but it helps me win the feature-count
13097         competitions ooh yeah.
13098
13099 2006-02-19  Wim Taymans  <wim@fluendo.com>
13100
13101         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
13102         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
13103         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
13104         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
13105         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
13106         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
13107         Use scaling code for added precission and more correct stop
13108         position in case scale==0.
13109
13110 2006-02-19  Wim Taymans  <wim@fluendo.com>
13111
13112         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
13113         (gst_flxdec_chain):
13114         * gst/flx/gstflxdec.h:
13115         Implement DURATION query.
13116
13117 2006-02-19  Wim Taymans  <wim@fluendo.com>
13118
13119         * gst/flx/flx_color.h:
13120         * gst/flx/flx_fmt.h:
13121         * gst/flx/gstflxdec.c: (gst_flxdec_init),
13122         (gst_flxdec_src_query_handler), (flx_decode_color),
13123         (gst_flxdec_chain):
13124         * gst/flx/gstflxdec.h:
13125         Set MALLOCDATA for the temp buffers so we don't leak.
13126         Some debug cleanups.
13127         Consume all data in the adapter before leaving the chain
13128         function. Fixes #330678.
13129
13130 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
13131
13132         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
13133         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
13134          Handle 0 data size in otherwise valid frames.
13135          Handle numeric strings in 2.4.0 even when not in parentheses 
13136
13137 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
13138
13139         * gst/matroska/matroska-demux.c:
13140         (gst_matroska_demux_subtitle_caps),
13141         (gst_matroska_demux_plugin_init):
13142         * gst/matroska/matroska-ids.h:
13143           Recognise SSA/ASS and USF subtitle formats and
13144           set proper caps when they are found.
13145
13146 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
13147
13148         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
13149         (gst_jpeg_dec_chain):
13150           Fix invalid memory access for some odd-sized images
13151           (see image contained in quicktime stream in #327083);
13152           use g_malloc() instead of g_alloca().
13153
13154 2006-02-17  Wim Taymans  <wim@fluendo.com>
13155
13156         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
13157         Patch from Sebastien Cote, fixes #319884
13158
13159 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
13160
13161         * ext/cdio/gstcdio.c: (plugin_init):
13162           Init debug category (#331253).
13163
13164 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
13165
13166         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
13167           Pass extra_data to gst_riff_create_audio_caps(), so that
13168           WAVEFORMATEX stuff works. Post audio codec name and post
13169           it as taglist on the bus. Allow up to 8 channesl for raw
13170           PCM in the source pad template caps.
13171
13172 2006-02-16  Wim Taymans  <wim@fluendo.com>
13173
13174         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
13175         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
13176         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
13177         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
13178         (gst_multipart_set_property), (gst_multipart_get_property):
13179         Applied #318663. Gives quite a few false positives in
13180         autoscan mode, but it's better than nothing. Not closing yet.
13181
13182 2006-02-16  Wim Taymans  <wim@fluendo.com>
13183
13184         * docs/plugins/Makefile.am:
13185         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13186         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13187         * docs/plugins/gst-plugins-good-plugins.args:
13188         * docs/plugins/inspect/plugin-udp.xml:
13189         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13190         (gst_udpsrc_start):
13191         Update documentation.
13192         Fix args.
13193
13194 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
13195
13196         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
13197         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
13198         frame size. (Fixes #331368)
13199
13200 2006-02-16  Wim Taymans  <wim@fluendo.com>
13201
13202         * gst/rtsp/README:
13203         Updated README.
13204
13205         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
13206         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
13207         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
13208         * gst/rtsp/gstrtspsrc.h:
13209         Make sure the RTP port is an even port an try to allocate 
13210         another if not.
13211         Added retry property to control max retries for port allocation.
13212         Make sure RTCP port is RTP port+1.
13213         Cleanup when port allocation fails.
13214         Fixes #319183.
13215         
13216 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
13217
13218         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
13219           Don't ignore return value of the parent class's state
13220           change function (#331385, patch by: Wouter Paesen).
13221
13222 2006-02-15  Wim Taymans  <wim@fluendo.com>
13223
13224         * configure.ac:
13225         * docs/plugins/Makefile.am:
13226         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13227         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13228         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13229         * ext/Makefile.am:
13230         * ext/hal/Makefile.am:
13231         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
13232         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
13233         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
13234         (do_toggle_element), (gst_hal_audio_sink_set_property),
13235         (gst_hal_audio_sink_get_property),
13236         (gst_hal_audio_sink_change_state):
13237         * ext/hal/gsthalaudiosink.h:
13238         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
13239         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
13240         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
13241         (do_toggle_element), (gst_hal_audio_src_set_property),
13242         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
13243         * ext/hal/gsthalaudiosrc.h:
13244         * ext/hal/gsthalelements.c: (plugin_init):
13245         * ext/hal/gsthalelements.h:
13246         * ext/hal/hal.c: (gst_hal_get_string),
13247         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
13248         (gst_hal_get_audio_src):
13249         * ext/hal/hal.h:
13250         Add HAL sound device wrapper plugins. Closes #329106
13251
13252 2006-02-15  Wim Taymans  <wim@fluendo.com>
13253
13254         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
13255         Add comment in a fultile attempt to stop the copy-and-paste 
13256         paradigm leading to duplication of bad code.
13257
13258         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
13259         Mime parameters have to be checked case insensitive
13260
13261 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
13262
13263         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
13264           Advance stream time for lagging subtitle streams by sending
13265           newsegment events with the update flag set.
13266
13267 2006-02-14  Edward Hervey  <edward@fluendo.com>
13268
13269         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
13270         There can be bogus data before the hdrl LIST tag in the RIFF header.
13271         It's hard to say if it's not respecting the AVI specifications or not,
13272         but since Google Video is producing AVIs like that and the other player
13273         don't seem to complain, I guess we should do the same.
13274
13275 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
13276
13277         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
13278         (parse_split_strings):
13279         Add more validation to ensure that a char encoding conversion
13280         produced a valid UTF-8 string.
13281
13282 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
13283
13284         Reviewed by: Edward Hervey  <edward@fluendo.com>
13285
13286         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
13287         Properly handle end of segment. Closes #330885.
13288
13289 2006-02-13  Wim Taymans  <wim@fluendo.com>
13290
13291         * gst/rtp/gstrtpmp4gpay.h:
13292         For got to commit this one.
13293
13294 2006-02-12  Wim Taymans  <wim@fluendo.com>
13295
13296         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
13297         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
13298         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
13299         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
13300         * gst/rtp/gstrtpmp4gpay.h:
13301         Make more things work.
13302         Handle ACC config strings.
13303
13304 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
13305
13306         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
13307           set timestamps if no incoming timestamps set
13308
13309 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
13310
13311         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
13312         (gst_tag_demux_do_typefind):
13313           ... and fix the very same leaks in GstTagDemux.
13314
13315 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
13316
13317         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
13318         (gst_id3demux_do_typefind):
13319         Fix a couple of mem leaks. (Patch by Jonathan Matthew
13320         <jonathan at kaolin dot wh9 dot net>)
13321
13322 2006-02-10  Wim Taymans  <wim@fluendo.com>
13323
13324         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
13325         First set options, then set caps or else the baseclass
13326         will not know about the options, duh.
13327
13328 2006-02-10  Wim Taymans  <wim@fluendo.com>
13329
13330         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
13331         (gst_rtp_mp4v_pay_setcaps):
13332         Don't waste time looking for a config string if we have codec_info
13333         on the incomming caps.
13334
13335 2006-02-10  Wim Taymans  <wim@fluendo.com>
13336
13337         * gst/rtp/README:
13338         Say something about case-sensitivity of caps vs mime-attributes.
13339
13340         * gst/rtp/Makefile.am:
13341         * gst/rtp/gstrtp.c: (plugin_init):
13342         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
13343         (gst_rtp_amr_pay_handle_buffer):
13344         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
13345         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
13346         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
13347         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
13348         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
13349         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
13350         (gst_rtp_mp4g_pay_plugin_init):
13351         * gst/rtp/gstrtpmp4gpay.h:
13352         Added beginnings of mpeg4-generic payloader (RFC 3640)
13353
13354 2006-02-09  Wim Taymans  <wim@fluendo.com>
13355
13356         * gst/rtsp/Makefile.am:
13357         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
13358         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
13359         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
13360         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
13361         (gst_rtpdec_change_state):
13362         * gst/rtsp/gstrtpdec.h:
13363         * gst/rtsp/gstrtsp.c: (plugin_init):
13364         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
13365         * gst/rtsp/rtspconnection.c: (read_body),
13366         (rtsp_connection_receive):
13367         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
13368         Resurected rtpdec to make rtspsrc happy again.
13369         Skip attributes from the session id.
13370         Don't crash when dumping a message with an empty body.
13371
13372
13373 2006-02-09  Wim Taymans  <wim@fluendo.com>
13374
13375         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
13376         Added more meaningfull warnings when something goes wrong.
13377         Clear F bit on outgoing AMR packets.
13378
13379         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
13380         (gst_rtp_amr_pay_handle_buffer):
13381         Added debugging category
13382         Support payloading of multiple AMR frames.
13383
13384         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
13385         Added some debugging.
13386
13387 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
13388
13389         * configure.ac:
13390           Back to CVS
13391
13392 === release 0.10.2 ===
13393
13394 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
13395
13396         * configure.ac:
13397           releasing 0.10.2, "Papa was a rolling stone"
13398
13399 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
13400
13401         * configure.ac:
13402           Bump core and plugins-base requirement to 0.10.2.2
13403           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
13404
13405 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
13406
13407         * ext/flac/gstflac.c: (plugin_init):
13408         * ext/speex/gstspeex.c: (plugin_init):
13409           Register musicbrainz tags.
13410
13411 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
13412
13413         * ext/gconf/gconf.h:
13414           Remove declaration of function that no longer exists.
13415
13416 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13417
13418         * ext/shout2/gstshout2.c: (gst_shout2send_render),
13419         (gst_shout2send_setcaps), (gst_shout2send_change_state):
13420         Make shout2 work for non ogg streams
13421
13422 2006-02-06  Wim Taymans  <wim@fluendo.com>
13423
13424         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
13425         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
13426         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
13427         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
13428         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
13429         * gst/udp/gstmultiudpsink.h:
13430         Updated docs.
13431         Added properties bytes-served, bytes_to_serve.
13432         Post proper error messages,
13433         Emit client added signal too.
13434
13435 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13436
13437         * docs/plugins/Makefile.am:
13438         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13439         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13440         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
13441         (gst_multiudpsink_get_stats):
13442           adding docs for multiudpsink
13443
13444 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13445
13446         * gst/level/gstlevel.c: (gst_level_transform_ip):
13447           peak below decay is not necessarily an error, so don't ERROR log
13448
13449 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13450
13451         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
13452         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
13453         (gst_ebml_write_seek):
13454         * gst/matroska/ebml-write.h:
13455           Make sure we send a newsegment event in BYTES format
13456           before sending buffers (#328531).
13457
13458 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13459
13460         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
13461         (gst_dvdemux_sink_query):
13462         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
13463         * ext/speex/gstspeexdec.c: (speex_get_query_types),
13464         (speex_dec_src_query):
13465         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
13466         (gst_speexenc_sink_query):
13467         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
13468         * gst/matroska/matroska-demux.c:
13469         (gst_matroska_demux_get_src_query_types),
13470         (gst_matroska_demux_handle_src_query):
13471         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
13472         (gst_wavparse_pad_query):
13473           Pass unhandled queries upstream instead of just dropping
13474           them (#326446). Update query type arrays here and there.
13475
13476 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13477
13478         * tests/check/elements/matroskamux.c: (setup_src_pad):
13479           Collectpads in core got changed and now also holds a
13480           reference to any pad that is part of it. Fix refcount
13481           checks in test case accordingly.
13482
13483 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13484
13485         * gst/apetag/gstapedemux.h:
13486           Fix include, for now GstTagDemux is in the apetag dir.
13487
13488 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13489
13490         * docs/plugins/Makefile.am:
13491         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13492         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13493         * docs/plugins/inspect/plugin-cdio.xml:
13494           Add cdio plugin to docs.
13495
13496         * ext/cdio/gstcdiocddasrc.c:
13497           Add gtk-doc blurb.
13498
13499         * ext/cdio/gstcdio.c:
13500           The plugin is called 'cdio' not 'cddio'.
13501
13502 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13503
13504         * configure.ac:
13505         * docs/plugins/Makefile.am:
13506         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13507         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13508         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13509         * docs/plugins/inspect/plugin-apetag.xml:
13510         * gst/apetag/Makefile.am:
13511         * gst/apetag/gstapedemux.c:
13512         * gst/apetag/gstapedemux.h:
13513         * gst/apetag/gsttagdemux.c:
13514         * gst/apetag/gsttagdemux.h:
13515           Add APE tag demuxer (#325649).
13516
13517 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
13518
13519         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
13520         (gst_gconf_get_default_video_sink),
13521         (gst_gconf_get_default_audio_src),
13522         (gst_gconf_get_default_video_src):
13523         * ext/gconf/gconf.h:
13524         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
13525         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
13526         (do_toggle_element):
13527         * ext/gconf/gstgconfaudiosink.h:
13528         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
13529         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13530         (do_toggle_element):
13531         * ext/gconf/gstgconfaudiosrc.h:
13532         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
13533         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
13534         (do_toggle_element):
13535         * ext/gconf/gstgconfvideosink.h:
13536         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
13537         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13538         (do_toggle_element):
13539         * ext/gconf/gstgconfvideosrc.h:
13540           Ignore changing the GConf key to "". Ignore GConf key updates
13541           that don't actually change the string.
13542           For now, ignore the GConf key when the state is > READY, as
13543           it breaks streaming. Sometime it will be nice to bring the
13544           new sink online even mid-stream, by sending NEWSEGMENT info
13545           and possibly prerolling.
13546           (Fixes #326736)
13547
13548 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
13549
13550         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
13551         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
13552         (zoomFilterSetResolution), (zoomFilterDestroy),
13553         (zoomFilterFastRGB), (pointFilter):
13554         * gst/goom/filters.h:
13555         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
13556         (goom_update), (goom_close):
13557         * gst/goom/goom_core.h:
13558         * gst/goom/goom_tools.h:
13559         * gst/goom/graphic.c:
13560         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
13561         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
13562         * gst/goom/gstgoom.h:
13563         * gst/goom/lines.c: (goom_lines):
13564         * gst/goom/lines.h:
13565           Make goom reentrant by moving all important static variables
13566           into instance structures.
13567           (Fixes #329181)
13568
13569 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
13570
13571         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13572         (gst_avi_demux_all_source_pads_unlinked),
13573         (gst_avi_demux_process_next_entry):
13574         * gst/avi/gstavidemux.h:
13575           Third attempt, use gst_pad_is_linked() this time.
13576
13577 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
13578
13579         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13580         (parse_split_strings):
13581         Adjust for data length indicators when parsing (Fixes #329810)
13582         Fix stupid bug parsing UTF-8 tag text.
13583         Output tag strings with multiple fields as multiple tags, so the
13584         app gets all the data.
13585
13586 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
13587
13588         * ext/flac/gstflacenc.c:
13589         Fixed a bug add in last commit, where no event is send. Thanks Tim to
13590         show me.
13591         
13592 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
13593
13594         * ext/flac/gstflacenc.c:
13595         * gst/matroska/ebml-read.c:
13596         Just make it compile with --disable-gst-debug.
13597
13598 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
13599
13600         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
13601         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
13602         (id3v2_genre_fields_to_taglist):
13603           Never output a tag with a null contents string.
13604
13605 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13606
13607         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
13608           Only pause if all pads are unlinked AND we've tried to send data
13609           on all of them at least once.
13610
13611 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13612
13613         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
13614         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
13615           Make loop function/task pause itself when all source pads are
13616           unlinked.
13617
13618 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13619
13620         * configure.ac:
13621         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
13622           Use new functions from core to render a bin from a
13623           string. Fixes build. Up requirements to core CVS.
13624
13625 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
13626
13627         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
13628           Don't push buffers into the adapter that we are going to
13629           push downstream again without framing anyway. Also, the
13630           adaptor takes ownership of buffers put into it (fixes
13631           auparse pushing invalid buffers for .au files with
13632           ADPCM contents). Finally, set caps on all outgoing buffers.
13633
13634 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
13635
13636         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
13637         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
13638         (gst_id3demux_send_tag_event):
13639         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
13640         Someone should kick my butt. Remove ID3v1 tags from the end of the
13641         file.
13642
13643         Improve error messages. Send the TAG message as soon as we complete
13644         typefinding, instead of waiting until we send the first buffer.
13645         Downstream tag event is still sent before the first buffer.
13646
13647 2006-01-27  Jan Gerber  <j@bootlab.org>
13648
13649         Reviewed by: Andy Wingo <wingo@pobox.com>
13650
13651         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
13652         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
13653         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
13654         to not have warings flooding stderr. this is the suggested way
13655         also used in dvgrab and kino. (#328336)
13656
13657 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
13658
13659         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
13660         (gst_oss_sink_init), (gst_oss_sink_finalise):
13661           Free the device name string when finalised.
13662
13663 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
13664
13665         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
13666           Don't put function calls in g_return_if_fail() statements,
13667           or they'll be replaced with NOOPs if someone compiles with
13668           G_DISABLE_CHECKS defined.
13669           
13670 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
13671
13672         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13673         Never trust ANY information encoded in a media file, especially
13674         when it's giving you sizes. (Fixes #328452)
13675
13676 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
13677
13678         * gst/rtp/gstrtpg711pay.c:
13679         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
13680         bug #325148.
13681
13682 2006-01-23  Edward Hervey  <edward@fluendo.com>
13683
13684         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
13685         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
13686         * gst/matroska/matroska-ids.h:
13687         Added recognition of Real Audio and Video streams in matroska demuxer.
13688
13689 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
13690
13691         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
13692           Remove errant break statement, and fix compilation with
13693           older GCC.
13694
13695 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
13696
13697         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13698
13699         * sys/sunaudio/gstsunaudiomixerctrl.c:
13700         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
13701           Export functions that are needed in other parts of the code,
13702           makes the mixer actually work; adjust magic minimum buffer-time
13703           value from 3ms to 5ms to work around stuttering during mp3
13704           playback (#327765).
13705
13706 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
13707
13708         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13709
13710         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
13711         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
13712           Fix possible deadlock in matroska muxer (#327825).
13713
13714 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
13715
13716         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
13717         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
13718         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
13719         * gst/rtsp/sdpmessage.h:
13720         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
13721         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
13722           C89 fixes: declare variables at the beginning of a block and
13723           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
13724           <jensgr at gmx dot net>).
13725
13726 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
13727
13728         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13729         * gst/id3demux/id3tags.h:
13730         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13731         (parse_comment_frame), (parse_text_identification_frame),
13732         (id3v2_tag_to_taglist), (id3v2_are_digits),
13733         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
13734         (parse_split_strings), (free_tag_strings):
13735           Rewrite parsing of text tags to handle multiple NULL terminated
13736           strings. Parse numeric genre strings and ID3v2 type
13737           "(3)(6)Alternative" style genre strings.
13738           Parse dates that are only YYYY or YYYY-mm format.
13739           (Fixes #328241 and #322154)
13740
13741 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
13742
13743         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
13744           Don't forget to initialize liboil, otherwise our oil functions
13745           will crash (fixes #327871; patch by: Christoph Burghardt
13746           <hawkes at web dot de>).
13747
13748 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13749
13750         * configure.ac:
13751           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
13752           like in the core and gst-plugins-base. Fixes #324367 and #326683;
13753           patch by: Brian Cameron <brian dot cameron at sun dot com>
13754
13755 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13756
13757         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
13758         * ext/cdio/gstcdio.h:
13759         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
13760           Fix build for libcdio versions >= 76; give slightly lower rank
13761           than cdparanoia.
13762
13763 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13764
13765         * configure.ac:
13766         * ext/Makefile.am:
13767         * ext/cdio/Makefile.am:
13768         * ext/cdio/gstcdio.c:
13769         * ext/cdio/gstcdio.h:
13770         * ext/cdio/gstcdiocddasrc.c:
13771         * ext/cdio/gstcdiocddasrc.h:
13772           Port libcdio cdda source, formerly known as cddasrc, now known as
13773           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
13774           but that's not tested (fixes #317658).
13775
13776 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13777
13778         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
13779           Fix conversion from TIME to BYTES format (fixes #326864;
13780           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
13781
13782 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
13783
13784         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13785           Fix compilation of id3demux when zlib is not present.
13786           (Fixes #326602; patch by: Sergey Scobich)
13787
13788 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
13789
13790         * ext/esd/Makefile.am:
13791           Add $(ESD_CFLAGS), otherwise build will fail for folks
13792           with libesd in a non-standard prefix (#327009).
13793
13794 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13795
13796         * configure.ac:
13797           back to HEAD
13798
13799 === release 0.10.1 ===
13800
13801 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
13802
13803         * configure.ac:
13804           releasing 0.10.1, "Li"
13805
13806 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13807
13808           patch by: Wim Taymans
13809
13810         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13811           fix memleak.  Fixes #326618
13812
13813 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13814
13815           patch by: Mike Smith
13816
13817         * gst/level/gstlevel.c: (gst_level_message_new),
13818         (gst_level_message_append_channel):
13819           Fix memleak.  Fixes #326612
13820
13821 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13822
13823         * configure.ac:
13824           prereleasing
13825         * po/af.po:
13826         * po/az.po:
13827         * po/cs.po:
13828         * po/en_GB.po:
13829         * po/hu.po:
13830         * po/it.po:
13831         * po/nb.po:
13832         * po/nl.po:
13833         * po/or.po:
13834         * po/sq.po:
13835         * po/sr.po:
13836         * po/sv.po:
13837         * po/uk.po:
13838         * po/vi.po:
13839           update translations
13840
13841 2006-01-10  Michael Smith  <msmith@fluendo.com>
13842
13843         * gst/level/gstlevel.c: (gst_level_class_init),
13844         (gst_level_dispose):
13845           Don't leak filter arrays.
13846
13847 2006-01-09 Brian Cameron <brian.cameron@sun.com>
13848
13849         reviewed by: Christian Schaller <uraeus@gnome.org>
13850         
13851         * configure.ac:
13852         * gst-plugins-good.spec.in:
13853         * sys/Makefile.am:
13854         * sys/sunaudio/Makefile.am:
13855         * sys/sunaudio/gstsunaudio.c: (plugin_init):
13856         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
13857         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
13858         (gst_sunaudiomixer_change_state):
13859         * sys/sunaudio/gstsunaudiomixer.h:
13860         * sys/sunaudio/gstsunaudiomixerctrl.c:
13861         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
13862         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
13863         (gst_sunaudiomixer_ctrl_list_tracks),
13864         (gst_sunaudiomixer_ctrl_get_volume),
13865         (gst_sunaudiomixer_ctrl_set_volume),
13866         (gst_sunaudiomixer_ctrl_set_mute),
13867         (gst_sunaudiomixer_ctrl_set_record):
13868         * sys/sunaudio/gstsunaudiomixerctrl.h:
13869         * sys/sunaudio/gstsunaudiomixertrack.c:
13870         (gst_sunaudiomixer_track_class_init),
13871         (gst_sunaudiomixer_track_init), (fill_labels),
13872         (gst_sunaudiomixer_track_new):
13873         * sys/sunaudio/gstsunaudiomixertrack.h:
13874         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
13875         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
13876         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
13877         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
13878         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
13879         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
13880         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
13881         * sys/sunaudio/gstsunaudiosink.h:
13882
13883         Add SunAudio plugin - tested to make sure it doesn't break
13884         the build under GNU/Linux.      
13885
13886 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
13887
13888         * gst-plugins-good/gst/udp/gstdynudpsink.c:
13889         * gst-plugins-good/gst/udp/gstudpsrc.c:
13890         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
13891         overrides the port or multicast parameters. Fixes bugs #323021.
13892         API addition: adds GstUDPSrc::sockfd property   
13893
13894 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
13895
13896         * ext/gconf/Makefile.am:
13897         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
13898         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
13899         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13900         (do_toggle_element), (cb_toggle_element),
13901         (gst_gconf_audio_src_change_state):
13902         * ext/gconf/gstgconfaudiosrc.h:
13903         * ext/gconf/gstgconfelements.c: (plugin_init):
13904         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
13905         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
13906         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13907         (do_toggle_element), (cb_toggle_element),
13908         (gst_gconf_video_src_change_state):
13909         * ext/gconf/gstgconfvideosrc.h:
13910           Add new gconfaudiosrc and gconfvideosrc elements
13911           (needed for gnome-sound-recorder).
13912
13913 2006-01-06  Edward Hervey  <edward@fluendo.com>
13914
13915         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13916         Add gst_element_no_more_pads() for proper decodebin behaviour.
13917         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
13918         (parse_text_identification_frame), (parse_split_strings):
13919         Failure to decode some tags is not a GST_ERROR() but a
13920         GST_WARNING()
13921         When iterating over a chunk of text, check that we haven't gone too
13922         far.
13923
13924 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
13925
13926         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
13927         (plugin_init):
13928           call oil_init() when using liboil
13929
13930 2006-01-04  Wim Taymans  <wim@fluendo.com>
13931
13932         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13933         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13934         Fix leaks.
13935
13936 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
13937
13938         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13939
13940         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
13941         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
13942         (gst_flac_dec_change_state):
13943           Don't g_assert() where we should just return FALSE; remove
13944           unnecessary g_assert(); initialize some fields properly in
13945           state change function (fixes #325504). Also, use
13946           GST_DEBUG_OBJECT in two more places.
13947
13948 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13949
13950         * configure.ac:
13951           also remove smoothwave's Makefile.am
13952         * docs/plugins/Makefile.am:
13953           fix plugin docs
13954
13955 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13956
13957         * tests/examples/Makefile.am:
13958           added missing Makefile.am
13959
13960 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13961
13962         * configure.ac:
13963         * gst/level/Makefile.am:
13964         * gst/level/level-example.c:
13965         * tests/Makefile.am:
13966         * tests/examples/level/Makefile.am:
13967         * tests/examples/level/level-example.c: (message_handler), (main):
13968           moved level-example to tests/examples/level-example
13969         * tests/old/examples/level/demo.c: (main):
13970         * tests/old/examples/level/plot.c: (main):
13971           some initial fixes
13972
13973 2005-12-29  Michael Smith  <msmith@fluendo.com>
13974
13975         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13976         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
13977         * gst/udp/gstmultiudpsink.h:
13978           Track packets sent per client in addition to bytes sent; provide
13979           this info through get-stats signal
13980
13981 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13982
13983         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
13984           Can't use gst_object_unref() on a GstAdapter (#325191).
13985
13986 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
13987
13988         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13989         If a broken tag has 0 bytes payload, at least still skip
13990         the 10 byte header
13991
13992 2005-12-22  Philippe Khalaf  <burger@speedy.org>
13993
13994         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
13995         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13996         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
13997         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13998           Making these depayloaders (H263+ and mpeg4 video) inherit from
13999           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
14000
14001 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
14002
14003         * docs/plugins/gst-plugins-good-plugins.args:
14004         * docs/plugins/gst-plugins-good-plugins.hierarchy:
14005         Regenerate the plugin hiearchy.
14006
14007 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
14008
14009         * docs/plugins/Makefile.am:
14010         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14011         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14012         * docs/plugins/gst-plugins-good-plugins.args:
14013         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
14014         (gst_id3demux_base_init), (gst_id3demux_class_init),
14015         (gst_id3demux_chain):
14016         * gst/id3demux/gstid3demux.h:
14017           Add documentation for id3demux.
14018           Don't fail if the first buffer is not at offset 0, just
14019           attempt to typefind and do pass through
14020           Rename the gst_type function from gst_gst_id3demux..
14021
14022 2005-12-20  Michael Smith  <msmith@fluendo.com>
14023
14024         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
14025         (gst_multiudpsink_add), (gst_multiudpsink_remove),
14026         (gst_multiudpsink_get_stats):
14027         * gst/udp/gstmultiudpsink.h:
14028           Collect statistics; return them from get_stats.
14029
14030 2005-12-19  Edward Hervey  <edward@fluendo.com>
14031
14032         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
14033         Stupid signedness issue...
14034
14035 2005-12-19  Edward Hervey  <edward@fluendo.com>
14036
14037         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14038         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
14039         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
14040         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
14041         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
14042         Construct index for indexless files.
14043         Make sure pad/buffers are correctly reset to NULL once we don't need
14044         them anymore, else we get lovely segfaults/assertions.
14045         * gst/wavparse/gstwavparse.c:
14046         Yes, you can have 96KHz audio and wma in wav :(
14047
14048 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
14049
14050         * configure.ac:
14051           Check for optional dependency on zlib for id3demux
14052
14053         * gst/id3demux/Makefile.am:
14054         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
14055         (gst_id3demux_base_init), (gst_id3demux_class_init),
14056         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
14057         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
14058         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
14059         (gst_id3demux_set_property), (gst_id3demux_get_property),
14060         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
14061         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
14062         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
14063         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
14064         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
14065         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
14066         (simple_find_peek), (simple_find_suggest),
14067         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
14068         (plugin_init):
14069         * gst/id3demux/gstid3demux.h:
14070         * gst/id3demux/id3tags.c: (read_synch_uint),
14071         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
14072         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
14073         (id3demux_id3v2_frames_to_tag_list):
14074         * gst/id3demux/id3tags.h:
14075         * gst/id3demux/id3v2.4.0-frames.txt:
14076         * gst/id3demux/id3v2.4.0-structure.txt:
14077         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14078         (parse_comment_frame), (parse_text_identification_frame),
14079         (id3v2_tag_to_taglist), (parse_split_strings):
14080           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
14081           otherwise it discards them. Works on my test files. 
14082
14083         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
14084           Don't send EOS to a non-existing srcpad
14085           The debug category can be static
14086
14087 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
14088
14089         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
14090         * ext/esd/esdsink.c: (gst_esdsink_prepare):
14091         * gst/multipart/multipartdemux.c:
14092           change some char* into char[]
14093
14094 2005-12-16  Wim Taymans  <wim@fluendo.com>
14095
14096         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
14097         (gst_wavparse_other), (gst_wavparse_perform_seek),
14098         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14099         (gst_wavparse_loop), (gst_wavparse_pad_convert),
14100         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
14101         * gst/wavparse/gstwavparse.h:
14102         Use GstSegment to implement more seeking features.
14103
14104 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
14105
14106         * gst/rtsp/rtspconnection.c:
14107           Add <netinet/in.h> include and move <arpa/inet.h> include
14108           to make things work on OpenBSD as well (fixes #323717;
14109           patch by: Benjamin Pineau)
14110
14111 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
14112
14113         * gst/rtp/gstrtpspeexdepay.c:
14114         * gst/rtp/gstrtpspeexpay.c:
14115         Set clock rate to be fixed in 8000. It fixes bug #324012.
14116
14117 2005-12-14  Philippe Khalaf  <burger@speedy.org>
14118
14119         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
14120         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
14121         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
14122         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
14123         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
14124         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
14125         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
14126         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
14127         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
14128         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
14129         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
14130         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
14131         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
14132         * gst-plugins-good/gst/rtp/README:
14133         Fixed payload range in payloder caps. Removed payload range completely
14134         from depayloaders as they don't require payload type in their caps.
14135         In effect, there isn't any specific payload type for any given codec,
14136         only suggestions.
14137         Fixes bug #324011.
14138
14139 2005-12-13  Julien MOUTTE  <julien@moutte.net>
14140
14141         * gst/videomixer/videomixer.c: (gst_videomixer_init),
14142         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
14143         (gst_videomixer_collected): Code cleanup and re-enabling 
14144         queued time validity check for correct EOS handling.
14145
14146 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
14147
14148         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14149         (gst_oss_mixer_element_get_property),
14150         (gst_oss_mixer_element_change_state):
14151         Add 'device-name' property and fix state change function.
14152
14153 2005-12-13  Edward Hervey  <edward@fluendo.com>
14154
14155         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
14156         If the speed of the file is null in the header, set the frame_time to
14157         the default setting of GST_SECOND / 70. Which is the default
14158         frame_delay for .fli files as stated in this document :
14159         http://www.compuphase.com/flic.htm
14160         Would be nice to have the time conversion done properly too (duration =
14161         flxh->frames * flxdec->frame_time)
14162
14163 2005-12-12  Julien MOUTTE  <julien@moutte.net>
14164
14165         * docs/plugins/Makefile.am:
14166         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14167         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14168         * docs/plugins/gst-plugins-good-plugins.hierarchy:
14169         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
14170         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
14171         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
14172         documentation for videomixer on my way with a funny sample
14173         pipeline.
14174
14175 2005-12-12  Julien MOUTTE  <julien@moutte.net>
14176
14177         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
14178         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
14179         (gst_videomixer_update_queues), (gst_videomixer_collected):
14180         Fix caps negotiation. (#323896)
14181
14182 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
14183
14184         * gst/matroska/matroska-demux.c:
14185         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
14186           Set correct timestamps on audio laces, fixes playback of mp3 from
14187                 matroska.
14188
14189 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
14190
14191         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
14192         (gst_au_parse_class_init), (gst_au_parse_init),
14193         (gst_au_parse_dispose), (gst_au_parse_chain),
14194         (gst_au_parse_change_state), (plugin_init):
14195         * gst/auparse/gstauparse.h:
14196           Use gst_object_unref() for GstObjects instead of
14197           g_object_unref() and fix a mem leak in a debug
14198           statement; while we're at it, also borgify, use
14199           boilerplate macros and clean up a little bit.
14200
14201 2005-12-11  Edward Hervey  <edward@fluendo.com>
14202
14203         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
14204         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
14205         Added pull mode.
14206
14207 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
14208
14209         * gst/goom/gstgoom.c:
14210         * gst/level/level-example.c: (main):
14211         * gst/smoothwave/demo-osssrc.c: (main):
14212           Use audiotestsrc instead of sinesrc (#323798).
14213
14214 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
14215
14216         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
14217           more debug-func-ptr usage
14218
14219 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
14220
14221         * gst/flx/flx_color.c: (flx_colorspace_convert):
14222         * gst/flx/flx_color.h:
14223         * gst/flx/flx_fmt.h:
14224         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
14225         * gst/flx/gstflxdec.h:
14226           Now flxdec works on big-endian machines as well.
14227
14228 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
14229
14230         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
14231         (gst_fenced_buffer_copy):
14232           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
14233           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
14234           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
14235           and use GST_DEBUG_FUNCPTR for pad functions.
14236
14237 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
14238
14239         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
14240         (gst_flac_dec_class_init), (gst_flac_dec_init),
14241         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
14242         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
14243         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
14244         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
14245         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
14246         (gst_flac_dec_change_state):
14247         * ext/flac/gstflacdec.h:
14248           Rewrite flacdec a bit, so that even seeking might work now. Most
14249           importantly, don't act upon any flow return values we get, just tell
14250           the decoder everything's dandy and act on the flow return values
14251           later on in the loop function. We don't want to mess up the internal
14252           decoder state for non-fatal things like flushing pads etc. Other
14253           than that, use GstSegment (segment seeks don't work yet though, but
14254           should be easy to add), use boilerplate macros, drop the superfluous
14255           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
14256           lots of other things.
14257
14258 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
14259
14260         * configure.ac:
14261           Update comment in OSS includes check.
14262
14263         * sys/oss/gstossdmabuffer.c:
14264         * sys/oss/gstosshelper.c:
14265         * sys/oss/gstossmixer.c:
14266         * sys/oss/gstossmixertrack.c:
14267         * sys/oss/gstosssink.c:
14268         * sys/oss/gstosssrc.c:
14269         * sys/oss/oss_probe.c:
14270           Don't assume the OSS soundcard.h include is always in
14271           the sys/ directory. Instead, use the existing defines
14272           from config.h to include the right file. Fixes
14273           compilation on OpenBSD 3.8 (#323718).
14274
14275 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14276
14277         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14278         * docs/plugins/gst-plugins-good-plugins.hierarchy:
14279         * docs/plugins/inspect/plugin-1394.xml:
14280         * docs/plugins/inspect/plugin-aasink.xml:
14281         * docs/plugins/inspect/plugin-alaw.xml:
14282         * docs/plugins/inspect/plugin-alpha.xml:
14283         * docs/plugins/inspect/plugin-alphacolor.xml:
14284         * docs/plugins/inspect/plugin-auparse.xml:
14285         * docs/plugins/inspect/plugin-autodetect.xml:
14286         * docs/plugins/inspect/plugin-avi.xml:
14287         * docs/plugins/inspect/plugin-cacasink.xml:
14288         * docs/plugins/inspect/plugin-cairo.xml:
14289         * docs/plugins/inspect/plugin-cutter.xml:
14290         * docs/plugins/inspect/plugin-debug.xml:
14291         * docs/plugins/inspect/plugin-dv.xml:
14292         * docs/plugins/inspect/plugin-efence.xml:
14293         * docs/plugins/inspect/plugin-effectv.xml:
14294         * docs/plugins/inspect/plugin-esdsink.xml:
14295         * docs/plugins/inspect/plugin-flac.xml:
14296         * docs/plugins/inspect/plugin-flxdec.xml:
14297         * docs/plugins/inspect/plugin-gconfelements.xml:
14298         * docs/plugins/inspect/plugin-goom.xml:
14299         * docs/plugins/inspect/plugin-jpeg.xml:
14300         * docs/plugins/inspect/plugin-level.xml:
14301         * docs/plugins/inspect/plugin-matroska.xml:
14302         * docs/plugins/inspect/plugin-mulaw.xml:
14303         * docs/plugins/inspect/plugin-multipart.xml:
14304         * docs/plugins/inspect/plugin-navigationtest.xml:
14305         * docs/plugins/inspect/plugin-ossaudio.xml:
14306         * docs/plugins/inspect/plugin-png.xml:
14307         * docs/plugins/inspect/plugin-rtp.xml:
14308         * docs/plugins/inspect/plugin-rtsp.xml:
14309         * docs/plugins/inspect/plugin-shout2send.xml:
14310         * docs/plugins/inspect/plugin-smpte.xml:
14311         * docs/plugins/inspect/plugin-speex.xml:
14312         * docs/plugins/inspect/plugin-udp.xml:
14313         * docs/plugins/inspect/plugin-videobox.xml:
14314         * docs/plugins/inspect/plugin-videoflip.xml:
14315         * docs/plugins/inspect/plugin-videomixer.xml:
14316         * docs/plugins/inspect/plugin-wavenc.xml:
14317         * docs/plugins/inspect/plugin-wavparse.xml:
14318         * ext/flac/gstflac.c: (plugin_init):
14319         * ext/flac/gstflacdec.c: (flacdec_get_type),
14320         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
14321         (gst_flac_dec_init), (gst_flac_dec_finalize),
14322         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
14323         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
14324         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
14325         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
14326         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
14327         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
14328         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
14329         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
14330         * ext/flac/gstflacdec.h:
14331         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
14332         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
14333         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
14334         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
14335         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
14336         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
14337         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
14338         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
14339         (gst_flac_enc_change_state):
14340         * ext/flac/gstflacenc.h:
14341           borgify and fix up documentation
14342
14343 2005-12-09  Michael Smith  <msmith@fluendo.com>
14344
14345         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
14346           Accept a wider range of flac files, more closely matching flac spec.
14347
14348 2005-12-08  Julien MOUTTE  <julien@moutte.net>
14349
14350         * docs/plugins/Makefile.am: Add multipart elements.
14351         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14352         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
14353         * docs/plugins/gst-plugins-good-plugins.hierarchy:
14354         * gst/multipart/multipartdemux.c:
14355         * gst/multipart/multipartmux.c: Add docs.
14356
14357 2005-12-07  Edward Hervey  <edward@fluendo.com>
14358
14359         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
14360         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
14361         (gst_avi_demux_invert):
14362         Memleak and crasher fixes.
14363         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
14364         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
14365         Memleak fixes
14366
14367 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
14368
14369         * ext/aalib/gstaasink.h:
14370         * ext/cairo/gsttextoverlay.h:
14371         * ext/dv/gstdvdec.h:
14372         * ext/dv/gstdvdemux.c:
14373         * ext/dv/gstdvdemux.h:
14374         * ext/esd/esdsink.h:
14375         * ext/flac/flac_compat.h:
14376         * ext/flac/gstflacdec.h:
14377         * ext/flac/gstflacenc.h:
14378         * ext/gconf/gconf.h:
14379         * ext/gconf/gstgconfaudiosink.h:
14380         * ext/gconf/gstgconfvideosink.h:
14381         * ext/gdk_pixbuf/gstgdkanimation.h:
14382         * ext/jpeg/gstjpegdec.h:
14383         * ext/jpeg/smokecodec.h:
14384         * ext/jpeg/smokeformat.h:
14385         * ext/ladspa/gstsignalprocessor.h:
14386         * ext/ladspa/search.c: (LADSPAPluginSearch):
14387         * ext/ladspa/utils.h:
14388         * ext/libmng/gstmng.c:
14389         * ext/libmng/gstmngdec.h:
14390         * ext/libmng/gstmngenc.c:
14391         * ext/libmng/gstmngenc.h:
14392         * ext/libpng/gstpng.c:
14393         * ext/libpng/gstpngenc.c:
14394         * ext/libpng/gstpngenc.h:
14395         * ext/shout2/gstshout2.h:
14396         * ext/speex/gstspeexdec.h:
14397         * ext/speex/gstspeexenc.c:
14398         * ext/speex/gstspeexenc.h:
14399         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14400         * gst/autodetect/gstautoaudiosink.h:
14401         * gst/autodetect/gstautovideosink.h:
14402         * gst/avi/gstavidemux.h:
14403         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14404         (gst_cutter_set_property), (gst_cutter_get_caps):
14405         * gst/cutter/gstcutter.h:
14406         * gst/debug/tests.c: (md5_process_block):
14407         * gst/debug/tests.h:
14408         * gst/effectv/gstwarp.c:
14409         * gst/flx/flx_fmt.h:
14410         * gst/flx/gstflxdec.h:
14411         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
14412         (zoomFilterFastRGB):
14413         * gst/goom/filters.h:
14414         * gst/goom/goom_tools.h:
14415         * gst/law/alaw-encode.c:
14416         * gst/level/gstlevel.c:
14417         * gst/level/gstlevel.h:
14418         * gst/matroska/ebml-write.h:
14419         * gst/matroska/matroska-demux.h:
14420         * gst/matroska/matroska-ids.h:
14421         * gst/matroska/matroska-mux.h:
14422         * gst/monoscope/convolve.c: (convolve_match):
14423         * gst/monoscope/convolve.h:
14424         * gst/multipart/multipartmux.c:
14425         * gst/oldcore/gstaggregator.c:
14426         * gst/oldcore/gstaggregator.h:
14427         * gst/oldcore/gstmd5sink.c: (md5_process_block):
14428         * gst/oldcore/gstmd5sink.h:
14429         * gst/oldcore/gstmultifilesrc.c:
14430         * gst/oldcore/gstmultifilesrc.h:
14431         * gst/oldcore/gstpipefilter.h:
14432         * gst/oldcore/gstshaper.h:
14433         * gst/rtp/gstrtpL16depay.h:
14434         * gst/rtp/gstrtpL16pay.h:
14435         * gst/rtp/gstrtpdepay.h:
14436         * gst/rtp/gstrtpmp4vpay.c:
14437         * gst/rtp/gstrtpmp4vpay.h:
14438         * gst/rtsp/gstrtspsrc.c:
14439         * gst/rtsp/gstrtspsrc.h:
14440         * gst/rtsp/rtspconnection.h:
14441         * gst/rtsp/rtspdefs.h:
14442         * gst/rtsp/rtspmessage.h:
14443         * gst/rtsp/rtsptransport.h:
14444         * gst/rtsp/rtspurl.c:
14445         * gst/rtsp/rtspurl.h:
14446         * gst/rtsp/sdpmessage.c:
14447         * gst/rtsp/sdpmessage.h:
14448         * gst/smpte/barboxwipes.c:
14449         * gst/smpte/gstmask.h:
14450         * gst/smpte/gstsmpte.h:
14451         * gst/smpte/paint.c:
14452         * gst/smpte/paint.h:
14453         * gst/udp/gstdynudpsink.h:
14454         * gst/udp/gstmultiudpsink.h:
14455         * gst/udp/gstudpsink.c:
14456         * gst/udp/gstudpsink.h:
14457         * gst/udp/gstudpsrc.c:
14458         * gst/videomixer/videomixer.c:
14459         * gst/wavenc/riff.h:
14460         * gst/wavparse/gstwavparse.h:
14461         * sys/oss/gstossdmabuffer.h:
14462         * sys/oss/gstossmixer.h:
14463         * sys/oss/gstossmixerelement.h:
14464         * sys/oss/gstossmixertrack.h:
14465         * sys/oss/gstosssink.c:
14466         * sys/oss/gstosssink.h:
14467         * sys/oss/gstosssrc.c:
14468         * sys/oss/gstosssrc.h:
14469         * sys/osxaudio/gstosxaudioelement.h:
14470         * sys/osxaudio/gstosxaudiosink.h:
14471         * sys/osxaudio/gstosxaudiosrc.h:
14472           expand tabs
14473
14474 === release 0.10.0 ===
14475
14476 2005-12-05   <thomas (at) apestaart (dot) org>
14477
14478         * configure.ac:
14479           releasing 0.10.0, "Abondance"
14480
14481 2005-12-05  Andy Wingo  <wingo@pobox.com>
14482
14483         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
14484         * ext/flac/gstflacdec.c: (gst_flacdec_write):
14485         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
14486         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
14487         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
14488         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
14489         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
14490         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
14491         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
14492         * ext/speex/gstspeexdec.c: (speex_dec_chain):
14493         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
14494         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14495         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14496         * gst/goom/gstgoom.c: (gst_goom_chain):
14497         * gst/matroska/matroska-demux.c:
14498         (gst_matroska_demux_push_vorbis_codec_priv_data),
14499         (gst_matroska_demux_add_wvpk_header):
14500         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
14501         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14502         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
14503         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
14504         alloc_buffer changes.
14505
14506 2005-12-05  Michael Smith  <msmith@fluendo.com>
14507
14508         * docs/plugins/gst-plugins-good-plugins.args:
14509           Remove args for plugins that aren't in -good.
14510
14511 === release 0.9.7 ===
14512
14513 2005-12-01   <thomas (at) apestaart (dot) org>
14514
14515         * configure.ac:
14516           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
14517
14518 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14519
14520         * docs/plugins/.cvsignore:
14521         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14522         * docs/plugins/inspect/plugin-multipart.xml:
14523         * docs/plugins/inspect/plugin-rtp.xml:
14524           add multipart plugin to docs
14525
14526 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14527
14528         * configure.ac:
14529         * ext/Makefile.am:
14530         * ext/pango/Makefile.am:
14531         * ext/pango/gstclockoverlay.c:
14532         * ext/pango/gstclockoverlay.h:
14533         * ext/pango/gsttextoverlay.c:
14534         * ext/pango/gsttextoverlay.h:
14535         * ext/pango/gsttextrender.c:
14536         * ext/pango/gsttextrender.h:
14537         * ext/pango/gsttimeoverlay.c:
14538         * ext/pango/gsttimeoverlay.h:
14539           move pango to base
14540
14541 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14542
14543         * gst/rtp/Makefile.am:
14544         * gst/rtp/gstrtpL16depay.c:
14545         * gst/rtp/gstrtpL16depay.h:
14546         * gst/rtp/gstrtpL16parse.c:
14547         * gst/rtp/gstrtpL16parse.h:
14548         * gst/rtp/gstrtpgsmdepay.c:
14549         * gst/rtp/gstrtpgsmdepay.h:
14550         * gst/rtp/gstrtpgsmparse.c:
14551         * gst/rtp/gstrtpgsmparse.h:
14552           parsers are depayers
14553
14554 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14555
14556         * gst/rtp/Makefile.am:
14557         * gst/rtp/gstasteriskh263.c:
14558         * gst/rtp/gstrtp.c:
14559         * gst/rtp/gstrtpL16enc.c:
14560         * gst/rtp/gstrtpL16enc.h:
14561         * gst/rtp/gstrtpL16parse.c:
14562         * gst/rtp/gstrtpL16parse.h:
14563         * gst/rtp/gstrtpL16pay.c:
14564         * gst/rtp/gstrtpL16pay.h:
14565         * gst/rtp/gstrtpamrdec.c:
14566         * gst/rtp/gstrtpamrdec.h:
14567         * gst/rtp/gstrtpamrdepay.c:
14568         * gst/rtp/gstrtpamrdepay.h:
14569         * gst/rtp/gstrtpamrenc.c:
14570         * gst/rtp/gstrtpamrenc.h:
14571         * gst/rtp/gstrtpamrpay.c:
14572         * gst/rtp/gstrtpamrpay.h:
14573         * gst/rtp/gstrtpdec.c:
14574         * gst/rtp/gstrtpdec.h:
14575         * gst/rtp/gstrtpdepay.c:
14576         * gst/rtp/gstrtpdepay.h:
14577         * gst/rtp/gstrtpg711dec.c:
14578         * gst/rtp/gstrtpg711dec.h:
14579         * gst/rtp/gstrtpg711depay.c:
14580         * gst/rtp/gstrtpg711depay.h:
14581         * gst/rtp/gstrtpg711enc.c:
14582         * gst/rtp/gstrtpg711enc.h:
14583         * gst/rtp/gstrtpg711pay.c:
14584         * gst/rtp/gstrtpg711pay.h:
14585         * gst/rtp/gstrtpgsmenc.c:
14586         * gst/rtp/gstrtpgsmenc.h:
14587         * gst/rtp/gstrtpgsmparse.c:
14588         * gst/rtp/gstrtpgsmparse.h:
14589         * gst/rtp/gstrtpgsmpay.c:
14590         * gst/rtp/gstrtpgsmpay.h:
14591         * gst/rtp/gstrtph263enc.c:
14592         * gst/rtp/gstrtph263enc.h:
14593         * gst/rtp/gstrtph263pay.c:
14594         * gst/rtp/gstrtph263pay.h:
14595         * gst/rtp/gstrtph263pdec.c:
14596         * gst/rtp/gstrtph263pdec.h:
14597         * gst/rtp/gstrtph263pdepay.c:
14598         * gst/rtp/gstrtph263pdepay.h:
14599         * gst/rtp/gstrtph263penc.c:
14600         * gst/rtp/gstrtph263penc.h:
14601         * gst/rtp/gstrtph263ppay.c:
14602         * gst/rtp/gstrtph263ppay.h:
14603         * gst/rtp/gstrtpmp4vdec.c:
14604         * gst/rtp/gstrtpmp4vdec.h:
14605         * gst/rtp/gstrtpmp4vdepay.c:
14606         * gst/rtp/gstrtpmp4vdepay.h:
14607         * gst/rtp/gstrtpmp4venc.c:
14608         * gst/rtp/gstrtpmp4venc.h:
14609         * gst/rtp/gstrtpmp4vpay.c:
14610         * gst/rtp/gstrtpmp4vpay.h:
14611         * gst/rtp/gstrtpmpadec.c:
14612         * gst/rtp/gstrtpmpadec.h:
14613         * gst/rtp/gstrtpmpadepay.c:
14614         * gst/rtp/gstrtpmpadepay.h:
14615         * gst/rtp/gstrtpmpaenc.c:
14616         * gst/rtp/gstrtpmpaenc.h:
14617         * gst/rtp/gstrtpmpapay.c:
14618         * gst/rtp/gstrtpmpapay.h:
14619         * gst/rtp/gstrtpspeexdec.c:
14620         * gst/rtp/gstrtpspeexdec.h:
14621         * gst/rtp/gstrtpspeexdepay.c:
14622         * gst/rtp/gstrtpspeexdepay.h:
14623         * gst/rtp/gstrtpspeexenc.c:
14624         * gst/rtp/gstrtpspeexenc.h:
14625         * gst/rtp/gstrtpspeexpay.c:
14626         * gst/rtp/gstrtpspeexpay.h:
14627           Do burger's rename for rtp payloaders and depayloaders
14628
14629 2005-11-30  Wim Taymans  <wim@fluendo.com>
14630
14631         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
14632         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14633         * ext/dv/gstdvdemux.h:
14634         Fix seeking in dvdemux again, add some more debug info.
14635
14636 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14637
14638         * configure.ac:
14639           fix tests
14640
14641 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14642
14643         * PORTED_09:
14644         * docs/random/PORTED_09:
14645           move
14646         * tests/Makefile.am:
14647           add
14648         * win32/gst.sln:
14649           remove
14650
14651 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14652
14653         * Makefile.am:
14654         * check/.cvsignore:
14655         * check/Makefile.am:
14656         * check/elements/.cvsignore:
14657         * check/elements/level.c:
14658         * check/elements/matroskamux.c:
14659         * configure.ac:
14660         * examples/Makefile.am:
14661         * examples/capsfilter/Makefile.am:
14662         * examples/capsfilter/capsfilter1.c:
14663         * examples/gob/Makefile.am:
14664         * examples/gob/gst-identity2.gob:
14665         * examples/gstplay/.cvsignore:
14666         * examples/gstplay/Makefile.am:
14667         * examples/gstplay/player.c:
14668         * examples/indexing/.cvsignore:
14669         * examples/indexing/Makefile.am:
14670         * examples/indexing/indexmpeg.c:
14671         * examples/level/Makefile.am:
14672         * examples/level/README:
14673         * examples/level/demo.c:
14674         * examples/level/plot.c:
14675         * examples/stats/Makefile.am:
14676         * examples/stats/mp2ogg.c:
14677         * examples/switch/.cvsignore:
14678         * examples/switch/Makefile.am:
14679         * examples/switch/switcher.c:
14680           move under tests/
14681
14682 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
14683
14684         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
14685         (gst_text_render_class_init), (resize_bitmap),
14686         (gst_text_render_render_text), (gst_text_render_setcaps),
14687         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
14688         (gst_text_render_chain), (gst_text_render_finalize),
14689         (gst_text_render_init), (gst_text_render_set_property):
14690         * ext/pango/gsttextrender.h:
14691           Add missing files.
14692
14693 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
14694
14695         * configure.ac:
14696         * ext/Makefile.am:
14697         * ext/pango/Makefile.am:
14698         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
14699         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
14700         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
14701         * ext/pango/gstclockoverlay.h:
14702         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
14703         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
14704         (gst_text_overlay_finalize), (gst_text_overlay_init),
14705         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
14706         (gst_text_overlay_text_pad_linked),
14707         (gst_text_overlay_text_pad_unlinked),
14708         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
14709         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
14710         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
14711         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14712         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14713         (gst_text_overlay_change_state), (plugin_init):
14714         * ext/pango/gsttextoverlay.h:
14715         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
14716         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
14717         (gst_time_overlay_class_init), (gst_time_overlay_init):
14718         * ext/pango/gsttimeoverlay.h:
14719           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
14720           and add background shading and text wrapping modes. Make 
14721           timoverlay derive from textoverlay. Also add new clockoverlay
14722           element.
14723
14724 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14725
14726         * gst/udp/Makefile.am: Moved to netbuffer.
14727
14728 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14729
14730         * configure.ac:
14731         * PORTED_O9:
14732         * gst/multipart/Makefile.am:
14733         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14734         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14735         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14736         (gst_multipart_demux_change_state),
14737         (gst_multipart_demux_plugin_init):
14738         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14739         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
14740         (gst_multipart_mux_sinkconnect),
14741         (gst_multipart_mux_request_new_pad),
14742         (gst_multipart_mux_handle_src_event),
14743         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
14744         (gst_multipart_mux_change_state): Ported multipart mux/demux to
14745         0.9.
14746
14747 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14748
14749         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
14750         * gst/debug/gstnavigationtest.h:
14751         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
14752         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
14753         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
14754         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
14755         * gst/effectv/gstrev.c: (gst_revtv_get_type):
14756         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
14757         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
14758         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
14759         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
14760         (gst_video_flip_get_type):
14761         * gst/videofilter/gstvideoflip.h:
14762           update for symbols change
14763
14764 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14765
14766         * gst/udp/gstdynudpsink.c:
14767         * gst/udp/gstudpsrc.c:
14768           the old gstnet lib was renamed gstnetbuffer (#322257)
14769
14770 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
14771
14772         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
14773         (gst_text_overlay_collected):
14774           Actually render the text from the text pad.
14775
14776 2005-11-29  Edward Hervey  <edward@fluendo.com>
14777
14778         * gst/debug/gstnavseek.c: (gst_navseek_event):
14779         * gst/debug/progressreport.c: (gst_progress_report_event):
14780         Update for GstBaseTransform event virtual method
14781
14782 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14783
14784         * ext/cairo/Makefile.am:
14785           no need to link to videofilter
14786
14787 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14788
14789         * gst/debug/Makefile.am:
14790         * gst/debug/gstnavigationtest.h:
14791         * gst/effectv/Makefile.am:
14792         * gst/effectv/gstaging.c:
14793         * gst/effectv/gstdice.c:
14794         * gst/effectv/gstedge.c:
14795         * gst/effectv/gstquark.c:
14796         * gst/effectv/gstrev.c:
14797         * gst/effectv/gstshagadelic.c:
14798         * gst/effectv/gstvertigo.c:
14799         * gst/effectv/gstwarp.c:
14800         * gst/videofilter/Makefile.am:
14801         * gst/videofilter/gstvideofilter.c:
14802         * gst/videofilter/gstvideofilter.h:
14803         * gst/videofilter/gstvideoflip.h:
14804           remove the videofilter library and link to the one in base
14805
14806 2005-11-28  Edward Hervey  <edward@fluendo.com>
14807
14808         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
14809         Useless check now we're setting the current entry correctly.
14810
14811 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
14812
14813         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
14814         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
14815         (gst_jpegenc_change_state):
14816           Don't leak input buffer in chain function (fixes #322667); make 
14817           state change function thread-safe; don't repeat the current function
14818           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
14819           gst_pad_alloc_buffer(); misc. minor cleanups.
14820
14821 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14822
14823         * gst/matroska/matroska-mux.c:
14824         (gst_matroska_mux_video_pad_setcaps):
14825         Look for pixel-aspect-ratio in caps, not pixel_width and
14826         pixel_height (Fixes: #322645)
14827
14828 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14829
14830         * gst/matroska/matroska-mux.c:
14831         (gst_matroska_mux_video_pad_setcaps):
14832         From Michal Benes:
14833         frame duration should be GST_SECOND / framerate, not
14834         GST_SECOND * framerate. (Fixes: #322643)
14835
14836 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14837
14838         * configure.ac:
14839           fix up GST_PLUGIN_LDFLAGS
14840         * gst/rtsp/rtspconnection.c:
14841           fix includes (see #317043)
14842         * gst/videofilter/Makefile.am:
14843           stop installing this library
14844
14845 2005-11-26  Edward Hervey  <edward@fluendo.com>
14846
14847         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
14848         Handle the case where the incoming Video dv stream doesn't have
14849         a pixel aspect ratio set.
14850
14851 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14852
14853         * docs/plugins/Makefile.am:
14854         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14855         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14856         * ext/flac/gstflacdec.c:
14857           document flacdec
14858
14859 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14860
14861         * docs/plugins/Makefile.am:
14862         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14863         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14864         * docs/plugins/inspect/plugin-autodetect.xml:
14865         * ext/cairo/gstcairo.c: (plugin_init):
14866         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14867         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14868         (gst_text_overlay_init), (gst_text_overlay_font_init),
14869         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14870         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14871         (gst_text_overlay_text_pad_linked),
14872         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14873         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14874         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14875         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14876         (gst_text_overlay_change_state):
14877         * ext/cairo/gsttextoverlay.h:
14878         * ext/cairo/gsttimeoverlay.c:
14879         (gst_cairo_time_overlay_update_font_height),
14880         (gst_cairo_time_overlay_set_caps),
14881         (gst_cairo_time_overlay_get_unit_size),
14882         (gst_cairo_time_overlay_print_smpte_time),
14883         (gst_cairo_time_overlay_transform),
14884         (gst_cairo_time_overlay_base_init),
14885         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
14886         (gst_cairo_time_overlay_get_type):
14887         * ext/cairo/gsttimeoverlay.h:
14888           do some name borgifying
14889           document
14890
14891 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14892
14893         * docs/plugins/Makefile.am:
14894         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14895         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14896         * gst/autodetect/gstautoaudiosink.c:
14897         (gst_auto_audio_sink_base_init):
14898         * gst/autodetect/gstautovideosink.c:
14899         (gst_auto_video_sink_base_init),
14900         (gst_auto_video_sink_factory_filter):
14901           documenting auto*sink
14902           using strstr for the video sink lookup, class field is not ordered
14903         * docs/plugins/inspect/plugin-1394.xml:
14904         * docs/plugins/inspect/plugin-aasink.xml:
14905         * docs/plugins/inspect/plugin-alaw.xml:
14906         * docs/plugins/inspect/plugin-alpha.xml:
14907         * docs/plugins/inspect/plugin-alphacolor.xml:
14908         * docs/plugins/inspect/plugin-auparse.xml:
14909         * docs/plugins/inspect/plugin-autodetect.xml:
14910         * docs/plugins/inspect/plugin-avi.xml:
14911         * docs/plugins/inspect/plugin-cacasink.xml:
14912         * docs/plugins/inspect/plugin-cairo.xml:
14913         * docs/plugins/inspect/plugin-cutter.xml:
14914         * docs/plugins/inspect/plugin-debug.xml:
14915         * docs/plugins/inspect/plugin-dv.xml:
14916         * docs/plugins/inspect/plugin-efence.xml:
14917         * docs/plugins/inspect/plugin-effectv.xml:
14918         * docs/plugins/inspect/plugin-esdsink.xml:
14919         * docs/plugins/inspect/plugin-flac.xml:
14920         * docs/plugins/inspect/plugin-flxdec.xml:
14921         * docs/plugins/inspect/plugin-gconfelements.xml:
14922         * docs/plugins/inspect/plugin-goom.xml:
14923         * docs/plugins/inspect/plugin-jpeg.xml:
14924         * docs/plugins/inspect/plugin-level.xml:
14925         * docs/plugins/inspect/plugin-matroska.xml:
14926         * docs/plugins/inspect/plugin-mulaw.xml:
14927         * docs/plugins/inspect/plugin-navigationtest.xml:
14928         * docs/plugins/inspect/plugin-ossaudio.xml:
14929         * docs/plugins/inspect/plugin-png.xml:
14930         * docs/plugins/inspect/plugin-rtp.xml:
14931         * docs/plugins/inspect/plugin-rtsp.xml:
14932         * docs/plugins/inspect/plugin-shout2send.xml:
14933         * docs/plugins/inspect/plugin-smpte.xml:
14934         * docs/plugins/inspect/plugin-speex.xml:
14935         * docs/plugins/inspect/plugin-udp.xml:
14936         * docs/plugins/inspect/plugin-videobox.xml:
14937         * docs/plugins/inspect/plugin-videoflip.xml:
14938         * docs/plugins/inspect/plugin-videomixer.xml:
14939         * docs/plugins/inspect/plugin-wavenc.xml:
14940         * docs/plugins/inspect/plugin-wavparse.xml:
14941           update for HEAD version
14942
14943 2005-11-25  Michael Smith  <msmith@fluendo.com>
14944
14945         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
14946           Patch from Sebastien Cote to close control sockets in udpsrc.
14947
14948 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14949
14950         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14951         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
14952         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
14953         (gst_quarktv_base_init), (gst_quarktv_class_init),
14954         (gst_quarktv_init): Flush the planes list on reverse caps
14955         negotiation. This was crashing because of differently sized
14956         buffers.
14957
14958 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14959
14960         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
14961         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
14962         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
14963         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
14964         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
14965         (gst_videoflip_set_property), (gst_videoflip_base_init),
14966         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
14967         correctly, fix identity flipping, convert navigation event 
14968         correctly again.
14969
14970 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14971
14972         * configure.ac: back to HEAD
14973
14974 === release 0.9.6 ===
14975
14976 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
14977
14978         * configure.ac:
14979           releasing 0.9.6, "Everything's Not Lost"
14980
14981 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14982
14983         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
14984         Oops, initialise the framerate GValue
14985
14986 2005-11-23  Julien MOUTTE  <julien@moutte.net>
14987
14988         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
14989         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
14990         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
14991         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
14992         (gst_timeoverlay_get_type):
14993         * ext/cairo/gsttimeoverlay.h:
14994         * gst/debug/Makefile.am:
14995         * gst/debug/gstnavigationtest.c:
14996         (gst_navigationtest_handle_src_event),
14997         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
14998         (gst_navigationtest_transform), (gst_navigationtest_change_state),
14999         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
15000         (gst_navigationtest_init), (gst_navigationtest_get_type),
15001         (plugin_init):
15002         * gst/debug/gstnavigationtest.h:
15003         * gst/effectv/Makefile.am:
15004         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
15005         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
15006         (gst_agingtv_base_init), (gst_agingtv_class_init),
15007         (gst_agingtv_init), (gst_agingtv_get_type):
15008         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
15009         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
15010         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
15011         (gst_dicetv_get_type):
15012         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
15013         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
15014         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
15015         (gst_edgetv_get_type):
15016         * gst/effectv/gsteffectv.c:
15017         * gst/effectv/gsteffectv.h:
15018         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
15019         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
15020         (gst_quarktv_change_state), (gst_quarktv_base_init),
15021         (gst_quarktv_class_init), (gst_quarktv_init),
15022         (gst_quarktv_get_type):
15023         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
15024         (gst_revtv_get_unit_size), (gst_revtv_transform),
15025         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
15026         (gst_revtv_get_type):
15027         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
15028         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
15029         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
15030         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
15031         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
15032         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
15033         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
15034         (gst_vertigotv_init), (gst_vertigotv_get_type):
15035         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
15036         (gst_warptv_get_unit_size), (gst_warptv_transform),
15037         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
15038         (gst_warptv_get_type):
15039         * gst/videofilter/Makefile.am:
15040         * gst/videofilter/gstvideobalance.c:
15041         * gst/videofilter/gstvideobalance.h:
15042         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
15043         (gst_videofilter_class_init), (gst_videofilter_init):
15044         * gst/videofilter/gstvideofilter.h:
15045         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
15046         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
15047         (gst_videoflip_flip), (gst_videoflip_transform),
15048         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
15049         (gst_videoflip_base_init), (gst_videoflip_class_init),
15050         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
15051         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
15052         BaseTransform, it's just a place holder for now and every video
15053         effect plugin has been ported to use BaseTransform features 
15054         directly. QuarkTV was fixed too (was broken), navigationtest works
15055         and best for the end, videoflip converts navigation events depending
15056         on flip method ! Fixes #320953
15057
15058 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
15059
15060         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
15061         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
15062         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
15063         (gst_goom_src_negotiate), (gst_goom_chain):
15064         * gst/matroska/matroska-mux.c:
15065         (gst_matroska_mux_video_pad_setcaps):
15066         * sys/osxvideo/osxvideosink.m:
15067           Fixes for API changes
15068
15069 2005-11-23  Michael Smith <msmith@fluendo.com>
15070
15071         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
15072         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
15073         * ext/jpeg/gstjpegdec.h:
15074         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
15075         * ext/jpeg/gstjpegenc.h:
15076         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
15077         (gst_smokeenc_resync):
15078         * ext/jpeg/gstsmokeenc.h:
15079           JPEG fractiony goodness.
15080
15081 2005-11-22  Michael Smith <msmith@fluendo.com>
15082
15083         * gst/goom/filters.c:
15084         * gst/goom/graphic.h:
15085           Fix compilation by making some functions static inline instead of
15086           extern inline, matching the way they're used.
15087
15088 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
15089
15090         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
15091         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
15092         * ext/cairo/gsttextoverlay.h:
15093         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
15094         * ext/gdk_pixbuf/gstgdkpixbuf.h:
15095         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
15096         (gst_pngdec_caps_create_and_set):
15097         * ext/libpng/gstpngdec.h:
15098         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
15099         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
15100         * gst/avi/gstavimux.c: (gst_avimux_init),
15101         (gst_avimux_vidsinkconnect):
15102         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
15103         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
15104         (gst_goom_src_negotiate), (gst_goom_chain):
15105         * gst/goom/gstgoom.h:
15106         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
15107         * gst/matroska/matroska-mux.c:
15108         (gst_matroska_mux_video_pad_setcaps):
15109         * sys/osxvideo/osxvideosink.h:
15110         * sys/osxvideo/osxvideosink.m:
15111           More fractional framerate conversions 
15112
15113 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
15114
15115         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
15116         * gst/debug/gstnavigationtest.c:
15117         (gst_navigationtest_handle_src_event):
15118         * gst/videofilter/gstvideofilter.c:
15119         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
15120         (gst_videofilter_init):
15121         * gst/videofilter/gstvideofilter.h:
15122           Convert to fractional framerates.
15123
15124 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15125
15126         * ext/aalib/gstaasink.c:
15127         * ext/dv/gstdvdec.c:
15128         * ext/esd/esdmon.c:
15129         * ext/flac/gstflacenc.c:
15130         * ext/gdk_pixbuf/pixbufscale.c:
15131         * ext/libcaca/gstcacasink.c:
15132         * ext/shout2/gstshout2.c:
15133         * gst/alpha/gstalpha.c:
15134         * gst/oldcore/gstaggregator.c:
15135         * gst/oldcore/gstshaper.c:
15136         * gst/smpte/barboxwipes.c:
15137         * gst/smpte/gstsmpte.c:
15138         * gst/videobox/gstvideobox.c:
15139         * gst/videofilter/gstvideoflip.c:
15140         * gst/videomixer/videomixer.c:
15141           fix up more enums
15142
15143 2005-11-22  Michael Smith <msmith@fluendo.com>
15144
15145         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
15146         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
15147         (gst_videomixer_update_queues):
15148           Fractional framerates, videomixer.
15149
15150 2005-11-22  Michael Smith <msmith@fluendo.com>
15151
15152         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
15153         * ext/dv/gstdvdec.h:
15154         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
15155         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
15156         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
15157         (gst_dvdemux_flush):
15158         * ext/dv/gstdvdemux.h:
15159           Fractional framerates for DV. 
15160
15161 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
15162
15163         * gst/autodetect/gstautoaudiosink.c:
15164         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15165         * gst/autodetect/gstautovideosink.c:
15166         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
15167           Use gst_plugin_feature_list_free() to free feature list and
15168           in the case of autovideosink free the list at all. Also
15169           miscellaneous cosmetic fixes.
15170
15171 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15172
15173         * gst/cutter/gstcutter.c: (gst_cutter_chain),
15174         (gst_cutter_set_property), (gst_cutter_get_caps):
15175           copy calculation code from level; remove use of some audio
15176           functions
15177
15178 2005-11-22  Andy Wingo  <wingo@pobox.com>
15179
15180         * Update for gst_tag_setter API changes.
15181
15182 2005-11-22  Andy Wingo  <wingo@pobox.com>
15183
15184         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
15185         (gst_dvdemux_demux_frame)
15186         * ext/flac/gstflacdec.c (gst_flacdec_write)
15187         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
15188         (gst_flacenc_sink_event)
15189         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
15190         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
15191         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
15192         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
15193         * gst/auparse/gstauparse.c (gst_auparse_chain)
15194         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
15195         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
15196         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
15197         (gst_avi_demux_handle_seek)
15198         * gst/goom/gstgoom.c (gst_goom_event)
15199         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
15200         * gst/matroska/matroska-demux.c
15201         (gst_matroska_demux_handle_seek_event)
15202         (gst_matroska_demux_loop_stream_parse_id)
15203         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
15204         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
15205         (gst_wavparse_stream_headers): Run update-funcnames.
15206
15207 2005-11-22  Edward Hervey  <edward@fluendo.com>
15208
15209         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
15210         (gst_dv1394src_init), (gst_dv1394src_dispose),
15211         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
15212         (gst_dv1394src_uri_set_uri):
15213         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
15214         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
15215         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
15216         URIHandler interface and element properties are now properly
15217         synchronized for DV1394src and UDPSrc
15218
15219 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
15220
15221         * ext/flac/Makefile.am:
15222         * ext/speex/Makefile.am:
15223           libgsttagedit has been renamed to libgsttag.
15224
15225 2005-11-21  Wim Taymans  <wim@fluendo.com>
15226
15227         * gst/rtsp/rtspconnection.c: (read_body):
15228         Apply patch from Sebastien Cote to fix #319184.
15229
15230 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
15231
15232         * configure.ac:
15233         * gst/cutter/Makefile.am:
15234         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
15235         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
15236         (gst_cutter_set_property), (gst_cutter_get_property),
15237         (plugin_init), (gst_cutter_get_caps):
15238           port cutter
15239         * gst/level/gstlevel.c:
15240           fix up plugin details
15241
15242 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15243
15244         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
15245         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
15246         (gst_flacdec_src_event):
15247         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
15248         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
15249         (gst_signal_processor_getrange), (gst_signal_processor_chain):
15250         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15251         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
15252         (gst_flxdec_sink_event_handler):
15253         * gst/matroska/matroska-demux.c:
15254         (gst_matroska_demux_handle_seek_event):
15255         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
15256           Update for stream lock API changes: don't take stream log
15257           in sink event handlers any longer and change GST_STREAM_LOCK
15258           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
15259           functions.
15260
15261 2005-11-21  Michael Smith <msmith@fluendo.com>
15262
15263         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
15264           gst_object_unref, not g_object_unref
15265
15266 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15267
15268         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
15269         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
15270           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
15271
15272 2005-11-21  Michael Smith <msmith@fluendo.com>
15273
15274         * gst/auparse/Makefile.am:
15275         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
15276         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
15277         (gst_auparse_change_state):
15278         * gst/auparse/gstauparse.h:
15279           Partially fix #161712. playbin still doesn't work on these files,
15280           (on the bug report, Andy says we aren't typefinding it for some
15281           reason?) but at least auparse isn't totally busted like it was before.
15282
15283 2005-11-21  Andy Wingo  <wingo@pobox.com>
15284
15285         * *.h:
15286         * *.c: Ran scripts/update-macros. Oh yes.
15287
15288 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15289
15290         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
15291           Filler events are gone for now, comment out section generating
15292           them.
15293
15294 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
15295
15296         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
15297         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
15298         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
15299         * sys/osxvideo/osxvideosink.m:
15300           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
15301           (#322027)
15302
15303 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15304
15305         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
15306         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
15307         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
15308         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
15309         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
15310         (gst_avi_demux_stream_data):
15311         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
15312         * gst/wavenc/gstwavenc.c: (write_metadata):
15313         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
15314         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
15315         Fixes for GST_FOURCC_FORMAT API change.
15316
15317 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15318
15319         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
15320         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
15321         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
15322         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
15323         (gst_text_overlay_change_state):
15324         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
15325         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
15326         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
15327         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
15328         * gst/videomixer/videomixer.c: (gst_videomixer_init),
15329         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
15330         (gst_videomixer_change_state):
15331           Fix for collect pads API change. Also fix textoverlay state
15332           change function.
15333
15334 2005-11-20  Julien MOUTTE  <julien@moutte.net>
15335
15336         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
15337         GST_PAD_IS_USABLE by something approaching it.
15338
15339 2005-11-20  Julien MOUTTE  <julien@moutte.net>
15340
15341         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
15342         API changes.
15343         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
15344         but also fix the code that was not checking return values from
15345         pad_push neither using pad_alloc_buffer.
15346
15347 2005-11-18  Edward Hervey  <edward@fluendo.com>
15348
15349         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
15350         (gst_pngenc_chain):
15351         Added debug category
15352         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
15353         goes to EOS.
15354
15355 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
15356
15357         * gst/rtp/Makefile.am
15358         * gst/rtp/gstrtp.c
15359         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
15360         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
15361         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
15362         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
15363         * gst/rtp/gstrtpg711enc.h:
15364         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
15365         * gst/rtp/gstrtpspeexenc.c:
15366         * gst/rtp/gstrtpspeexenc.h:
15367         * gst/rtp/gstrtpspeexdec.c:
15368         * gst/rtp/gstrtpspeexdec.h:
15369         Created Speex payloader and depayloader; Optimize G711 payloader to
15370         use adapter and send packets until MTU size.
15371
15372 2005-11-16  Wim Taymans  <wim@fluendo.com>
15373
15374         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
15375         Fix leak in check.
15376
15377 2005-11-16  Wim Taymans  <wim@fluendo.com>
15378
15379         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
15380         Fix state change.
15381
15382 2005-11-16  Andy Wingo  <wingo@pobox.com>
15383
15384         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
15385         (gst_udpsrc_create): Move comment.
15386
15387 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
15388
15389         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15390
15391         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
15392           When seeking, seek to closest index entry at or before the requested
15393           seek position, not just the closest one (#321001).
15394
15395 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
15396
15397         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
15398         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
15399           Invert DIB images again (see #132341).
15400
15401 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15402
15403         * configure.ac:
15404           rework configure.ac file
15405         * ext/aalib/gstaasink.c:
15406         * ext/cairo/gstcairo.c:
15407         * ext/dv/gstdv.c:
15408         * ext/esd/gstesd.c:
15409         * ext/flac/gstflac.c:
15410         * ext/gconf/gstgconfelements.c:
15411         * ext/gdk_pixbuf/gstgdkpixbuf.c:
15412         * ext/jpeg/gstjpeg.c:
15413         * ext/ladspa/gstladspa.c:
15414         * ext/libcaca/gstcacasink.c:
15415         * ext/libmng/gstmng.c:
15416         * ext/libpng/gstpng.c:
15417         * ext/mikmod/gstmikmod.c:
15418         * ext/pango/gsttextoverlay.c:
15419         * ext/pango/gsttimeoverlay.c:
15420         * ext/raw1394/gst1394.c:
15421         * ext/speex/gstspeex.c:
15422         * gst/alpha/Makefile.am:
15423         * gst/alpha/gstalpha.c:
15424         * gst/alpha/gstalphacolor.c:
15425         * gst/auparse/gstauparse.c:
15426         * gst/autodetect/gstautoaudiosink.c:
15427         (gst_auto_audio_sink_factory_filter),
15428         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15429         * gst/autodetect/gstautodetect.c:
15430         * gst/avi/gstavi.c:
15431         * gst/cutter/gstcutter.c:
15432         * gst/debug/efence.c:
15433         * gst/debug/gstdebug.c:
15434         * gst/debug/gstnavigationtest.c:
15435         * gst/effectv/gsteffectv.c:
15436         * gst/flx/gstflxdec.c:
15437         * gst/goom/gstgoom.c:
15438         * gst/interleave/plugin.c:
15439         * gst/law/alaw.c:
15440         * gst/law/mulaw.c:
15441         * gst/level/gstlevel.c:
15442         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
15443         * gst/matroska/matroska.c:
15444         * gst/median/gstmedian.c:
15445         * gst/monoscope/gstmonoscope.c:
15446         * gst/multipart/multipart.c:
15447         * gst/oldcore/gstelements.c:
15448         * gst/rtp/gstrtp.c:
15449         * gst/rtsp/gstrtsp.c:
15450         * gst/smoothwave/gstsmoothwave.c:
15451         * gst/smpte/gstsmpte.c:
15452         * gst/udp/gstudp.c:
15453         * gst/videobox/gstvideobox.c:
15454         * gst/videofilter/gstgamma.c:
15455         * gst/videofilter/gstvideobalance.c:
15456         * gst/videofilter/gstvideoflip.c:
15457         * gst/videofilter/gstvideotemplate.c:
15458         * gst/videomixer/videomixer.c:
15459         * gst/wavenc/gstwavenc.c:
15460         * gst/wavparse/gstwavparse.c:
15461         * sys/oss/gstossaudio.c:
15462         * sys/osxaudio/gstosxaudio.c:
15463           update GST_PLUGIN_DEFINE
15464         * gst/rtp/Makefile.am:
15465         * gst/rtp/gstasteriskh263.c:
15466           check for htons/htonl headers and possibly link to winsock2 lib
15467
15468 2005-11-12  Edward Hervey  <edward@fluendo.com>
15469
15470         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
15471         Only GST_DEBUG() information on the valid components.
15472
15473 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15474
15475         * configure.ac: back to HEAD
15476
15477 === release 0.9.5 ===
15478
15479 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
15480
15481         * configure.ac:
15482           releasing 0.9.5, "Phone Alarm"
15483
15484 2005-11-11  Edward Hervey  <edward@fluendo.com>
15485
15486         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15487         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
15488         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
15489         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
15490         (gst_avi_demux_loop):
15491         * gst/avi/gstavidemux.h:
15492         Yeah, implement proper seeking. Exact seeking and segment seeking.
15493         Still need to do some checks for segment_stop.
15494
15495 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
15496
15497         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15498
15499         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
15500           Don't try to ready buffer duration from buffer that we don't
15501           own any  longer and that might already have been unreffed.
15502           (#321136)
15503
15504 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
15505
15506         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
15507         (flx_decode_delta_flc), (gst_flxdec_chain):
15508         Attempting to optimize the code for embedded systems.
15509
15510 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
15511
15512         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15513
15514         * sys/oss/gstosssink.c: (gst_oss_sink_close):
15515           Don't re-use already closed file descriptor. (#320920)
15516
15517 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15518
15519         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
15520         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
15521         (gst_oss_sink_prepare):
15522         * sys/oss/gstosssink.h:
15523           Cache probed caps; fix debug output for SET_PARAM macros.
15524
15525 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15526
15527         * ext/cairo/Makefile.am:
15528         * ext/cairo/gstcairo.c: (plugin_init):
15529         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
15530         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
15531         (gst_text_overlay_init), (gst_text_overlay_font_init),
15532         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
15533         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
15534         (gst_text_overlay_text_pad_linked),
15535         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
15536         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
15537         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
15538         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
15539         (gst_text_overlay_change_state):
15540         * ext/cairo/gsttextoverlay.h:
15541           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
15542           property and redo positioning. Doesn't handle upstream renegotiation
15543           yet though.
15544
15545 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15546
15547         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
15548         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
15549         (gst_avi_demux_loop):
15550           No need to take the STREAM_LOCK in the loop function. Improve
15551           some debug messages. Don't leak pad names in debug messages.
15552
15553 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15554
15555         * gst/matroska/matroska-demux.c:
15556         (gst_matroska_demux_push_vorbis_codec_priv_data),
15557         (gst_matroska_demux_add_wvpk_header):
15558           Don't error out when the source pad isn't linked.
15559
15560 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
15561
15562         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
15563         (gst_gconf_audio_sink_change_state):
15564         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
15565         (gst_gconf_video_sink_change_state):
15566           Fix state change functions here as well and set kid
15567           to NULL state before removing it.
15568
15569 2005-11-01  Edward Hervey  <edward@fluendo.com>
15570
15571         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
15572         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
15573         Added proper event handlind, 
15574         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
15575         ignored),
15576         and don't set a duration of 0 for buffers otherwise they are discarded
15577         by GstBaseSink.
15578
15579         GstWavEnc needs some serious loving, after going through the code I'm
15580         really wondering how this can stay in -good ...
15581
15582 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15583
15584         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
15585         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
15586         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
15587         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
15588         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
15589         (gst_matroska_mux_collected):
15590           Fix leaks and invalid memory access as reported by valgrind
15591
15592 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15593
15594         Patch by: Michal Benes <michal.benes@xeris.cz>
15595
15596         * check/Makefile.am:
15597         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
15598         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
15599         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15600           add a unit test for matroskamux
15601           fix the bugs that the unit test exposed
15602
15603 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
15604
15605         * gst/autodetect/gstautoaudiosink.c:
15606         (gst_auto_audio_sink_class_init),
15607         (gst_auto_audio_sink_change_state):
15608         * gst/autodetect/gstautovideosink.c:
15609         (gst_auto_video_sink_class_init),
15610         (gst_auto_video_sink_change_state):
15611           Fix state change function and use GST_DEBUG_FUNCPTR in
15612           class_init.
15613
15614 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
15615
15616         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15617
15618         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
15619         (gst_ebml_write_reset), (gst_ebml_write_element_new):
15620         * gst/matroska/ebml-write.h:
15621         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
15622           Set timestamps on outgoing ebml headers as well, so that the
15623           element after matroskamux can get the timestamp already when
15624           reading the first ebml element and doesn't have to wait for
15625           the actual data buffer for that (#320308).
15626           
15627 2005-10-31  Andy Wingo  <wingo@pobox.com>
15628
15629         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
15630         (gst_videomixer_pad_link): Kill some memleaks.
15631         (gst_videomixer_pad_get_property): Style fix.
15632         (gst_videomixer_pad_set_property): Style fix.
15633         (gst_videomixer_pad_init): Style fix.
15634         (gst_videomixer_update_queues): Kill memleak.
15635         (gst_videomixer_loop): Kill memleak.
15636         (gst_videomixer_collected): Kill memleak.
15637
15638 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
15639
15640         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
15641         gst_auparse_change_state:
15642         Just some cleanup.
15643
15644 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
15645
15646         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
15647         Add checks to GST_FLOW_NOT_LINKED for values returned
15648         from gst_pad_push.
15649         
15650 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
15651
15652         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
15653         (gst_rtpg711dec_process):
15654         * gst/rtp/gstrtpgsmenc.c:
15655         Payloader now sets some default caps on the srcpad if caps on the sinkpad
15656         are never set. This is important for the g711 to work with burger's rtpbin
15657         element.
15658
15659 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
15660
15661         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
15662         (gst_speexenc_push_buffer):
15663         Add checks for return values from gst_pad_push and
15664         gst_pad_alloc_buffer.
15665
15666 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
15667
15668         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15669
15670         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
15671         (gst_matroska_demux_parse_info),
15672         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15673         (gst_matroska_demux_parse_cluster):
15674         * gst/matroska/matroska-ids.h:
15675         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
15676         (gst_matroska_mux_init), (gst_matroska_mux_start),
15677         (gst_matroska_mux_create_buffer_header),
15678         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
15679         (gst_matroska_mux_get_property):
15680         * gst/matroska/matroska-mux.h:
15681           Add SimpleBlock support to matroska demuxer and muxer (part of
15682           Matroska v2). (#319731)
15683
15684 2005-10-28  Wim Taymans  <wim@fluendo.com>
15685
15686         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15687         (gst_jpeg_dec_change_state):
15688         * ext/jpeg/gstjpegdec.h:
15689         Cleanups. Don't create caps for every chain.
15690
15691 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
15692
15693         * gst/law/alaw-encode.c: (gst_alawenc_init),
15694         (alawenc_setcaps), (gst_alawenc_chain)
15695         * gst/law/alaw-encode.h:
15696         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
15697         (mulawenc_setcaps), (gst_mulawenc_chain)
15698         * gst/law/mulaw-encode.h:
15699         Set timestamp on buffer and it allows RTP G711 elements
15700         work properly.
15701
15702 2005-10-27  Wim Taymans  <wim@fluendo.com>
15703
15704         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15705         Set correct format on oss instead of a silly value. 
15706
15707 2005-10-27  Julien MOUTTE  <julien@moutte.net>
15708
15709         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15710         (gst_video_box_transform_caps), (gst_video_box_set_caps),
15711         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
15712         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
15713         I420 rendering as well, doesn't bring much for my platform.
15714         Might help on some other platforms.
15715
15716 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
15717
15718         * gst/rtp/gstrtpgsmenc.c:
15719         * gst/rtp/gstrtpgsmparse.c:
15720         Declaring the padtemplate correctly.
15721
15722 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15723
15724         * gst/rtp/gstrtpg711dec.c:
15725         * gst/rtp/gstrtpg711enc.c:
15726         * gst/rtp/gstrtpgsmenc.c:
15727         * gst/rtp/gstrtpgsmparse.c:
15728         Setting the proper copyright notice.
15729
15730 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15731
15732         * gst/videobox/Makefile.am: Use liboil.
15733         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15734         (gst_video_box_set_property), (gst_video_box_transform_caps),
15735         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
15736         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
15737         using liboil. Will dot the same to I420 border generation
15738         tomorrow.
15739
15740 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15741
15742         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
15743         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
15744         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
15745         * gst/rtp/gstrtpg711dec.h:
15746         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
15747         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
15748         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
15749         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15750         (gst_rtpgsmenc_handle_buffer):
15751         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
15752         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
15753         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
15754         * gst/rtp/gstrtpgsmparse.h:
15755         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
15756         inherits from the basertpdepayloader.
15757
15758 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15759
15760         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15761         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15762         (gst_video_box_ayuv): Removing this forgotten debug.
15763
15764 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15765
15766         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15767         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15768         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
15769
15770 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
15771
15772         * sys/oss/gstossaudio.c:
15773         * sys/oss/gstossdmabuffer.c:
15774         * sys/oss/gstosshelper.c:
15775         * sys/oss/gstossmixer.c:
15776         * sys/oss/gstossmixerelement.c:
15777         * sys/oss/gstossmixertrack.c:
15778         * sys/oss/gstosssink.c:
15779         * sys/oss/gstosssrc.c:
15780           Actually use the 'oss' debug category we register.
15781
15782 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15783
15784         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
15785         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
15786         Use gst_pad_get_parent and drop the ref that was added through
15787         that call.
15788
15789 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15790
15791         * gst/rtp/gstrtpgsmenc.c:
15792           Fix compilation
15793
15794 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15795
15796         * gst/rtp/gstrtpg711dec.c
15797         Just removed a couple of lines of weird code used during
15798         development/test time.
15799
15800 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15801
15802         * gst/rtp/Makefile.am
15803         * gst/rtp/gstrtp.c
15804         * gst/rtp/gstrtpg711enc.c
15805         * gst/rtp/gstrtpg711enc.h
15806         * gst/rtp/gstrtpg711dec.c
15807         * gst/rtp/gstrtpg711dec.h
15808         Created G711 payloader and depayloader (it supports mulaw and alaw
15809         (dec)encoders)
15810
15811 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15812
15813         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15814         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15815         Doh ! I introduced wingo's bug again ! Sorry...
15816
15817 2005-10-25  Christian Schaller <christian@fluendo.com> 
15818
15819         * gst/rtp/Makefile.am: add missing header files for disting
15820
15821 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
15822
15823         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15824         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
15825         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15826         (gst_rtpgsmenc_handle_buffer):
15827         * gst/rtp/gstrtpgsmenc.h:
15828         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
15829         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
15830         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
15831         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
15832         * gst/rtp/gstrtpgsmparse.h:
15833         Getting the GSM (de)payloader working and compatible with our plans for RTP.
15834
15835 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15836
15837         * ext/libpng/gstpngdec.c: (user_info_callback),
15838         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
15839         a newsegment event, move some redundant code in a single place.
15840
15841 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15842
15843         * ext/libpng/gstpngdec.c: (user_info_callback),
15844         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
15845         hack to get correct colors order when we have a png image with
15846         alpha channel.
15847
15848 2005-10-24  Edward Hervey  <edward@fluendo.com>
15849
15850         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
15851         Call gst_element_no_more_pads when there will be no more pads.
15852
15853 2005-10-24  Wim Taymans  <wim@fluendo.com>
15854
15855         * gst/rtp/Makefile.am:
15856         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
15857         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
15858         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
15859         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
15860         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
15861         (gst_asteriskh263_plugin_init):
15862         * gst/rtp/gstasteriskh263.h:
15863         * gst/rtp/gstrtp.c: (plugin_init):
15864         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
15865         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
15866         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
15867         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
15868         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
15869         (gst_rtph263enc_plugin_init):
15870         * gst/rtp/gstrtph263enc.h:
15871         Added two new payloaders, an RFC 2190 payloader for h263 and
15872         a payload convertor for an asterisk server.
15873
15874 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15875
15876         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15877           Set bytes_per_sample correctly (is not always 4, but 
15878           depends on width and number of channels).
15879
15880 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15881
15882         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
15883         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
15884         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
15885         (gst_flacenc_sink_event), (gst_flacenc_chain),
15886         (gst_flacenc_set_property), (gst_flacenc_get_property),
15887         (gst_flacenc_change_state):
15888         * ext/flac/gstflacenc.h:
15889           Fix seeking, so that flacenc can rewrite the header with the
15890           correct duration and amount of samples and all that at EOS;
15891           also set timestamps and granulepos on outgoing buffers; add
15892           debug category; fix state change function.
15893           
15894 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15895
15896         * gst/videomixer/videomixer.c: Don't restrict video geometry
15897         from 16 to 4096.
15898
15899 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15900
15901         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15902         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15903         Fix caps negotiation correctly, add debugging category.
15904
15905 2005-10-24  Christian Schaller  <christian@fluendo.com>
15906
15907         * configure.ac: Port over Thomas's change from base listing all plugins
15908
15909 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15910
15911         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
15912         a sink pad.
15913
15914 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15915
15916         * configure.ac:
15917         * docs/upload.mak:
15918           back to HEAD
15919
15920 === release 0.9.4 ===
15921
15922 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15923
15924         * configure.ac:
15925           Releasing 0.9.4, "Dromiceiomimus"
15926
15927 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
15928
15929         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
15930         (gst_speexenc_src_query):
15931           Add position and duration query, fix query type function.
15932           
15933         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15934         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15935           Let's not set non-fixed caps on source pads.
15936
15937 2005-10-21  Wim Taymans  <wim@fluendo.com>
15938
15939         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15940         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
15941         (gst_avi_demux_handle_seek):
15942         Set correct stream_time in newsegment event.
15943         avi can also handle a duration query now.
15944
15945 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
15946
15947         * gst/matroska/matroska-demux.c:
15948         (gst_matroska_demux_handle_src_query),
15949         (gst_matroska_demux_handle_seek_event),
15950         (gst_matroska_demux_loop_stream_parse_id):
15951           Fix duration query; fix basetime in newsegment event after
15952           seek; fix duration in initial newsegment event.
15953
15954         * gst/matroska/matroska-mux.c:
15955         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15956           Extract number of channels and samplerate from vorbis headers;
15957           add some debug messages when querying the durations of the
15958           input streams.
15959
15960 2005-10-20  Wim Taymans  <wim@fluendo.com>
15961
15962         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15963         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15964         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15965         Set stream time correctly in newsegment.
15966
15967 2005-10-20  Wim Taymans  <wim@fluendo.com>
15968
15969         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15970         Correctly fill in the stream time.
15971
15972 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15973
15974         * check/elements/level.c: (GST_START_TEST):
15975         * gst/level/gstlevel.c: (gst_level_message_new):
15976         * gst/level/level-example.c: (message_handler):
15977           use ELEMENT messages instead
15978
15979 2005-10-19  Wim Taymans  <wim@fluendo.com>
15980
15981         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
15982         (gst_dvdemux_src_query):
15983         * ext/flac/gstflacdec.c: (gst_flacdec_length),
15984         (gst_flacdec_src_query):
15985         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
15986         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
15987         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
15988         * gst/debug/gstnavseek.c: (gst_navseek_seek):
15989         * gst/debug/progressreport.c: (gst_progress_report_report):
15990         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
15991         * gst/matroska/matroska-demux.c:
15992         (gst_matroska_demux_handle_src_query):
15993         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
15994         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15995         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15996         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15997         (gst_wavparse_srcpad_event):
15998         API change fix.
15999
16000 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
16001
16002         * gst/goom/filters.c:
16003         * gst/goom/graphic.h:
16004         * gst/goom/lines.c:
16005           Make inline functions either 'static inline' or 'extern inline',
16006           otherwise the Forte compiler apparently won't inline them (#317300).
16007
16008 2005-10-19  Julien MOUTTE  <julien@moutte.net>
16009
16010         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
16011         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
16012         (user_info_callback), (user_endrow_callback), (user_end_callback),
16013         (user_read_data), (gst_pngdec_caps_create_and_set),
16014         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
16015         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
16016         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
16017         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
16018         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
16019         very nice and handle push/pull based model. if you have filesrc
16020         connected to it, it will do random access to load the png file.
16021         If you have a network source that can't do _getrange, it does 
16022         progressive loading through the chain function.
16023         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
16024         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
16025         thanks to Master Wim Taymans ;-)
16026
16027 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
16028
16029         * gst/matroska/Makefile.am:
16030         * gst/matroska/ebml-read.c:
16031         * gst/matroska/ebml-read.h:
16032         * gst/matroska/matroska-demux.c:
16033         * gst/matroska/matroska-demux.h:
16034         * gst/matroska/matroska.c: (plugin_init):
16035           Ported matroska demuxer to 0.9.
16036
16037 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
16038
16039         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16040
16041         * gst/matroska/matroska-mux.c:
16042         (gst_matroska_mux_video_pad_setcaps),
16043         (gst_matroska_mux_audio_pad_setcaps):
16044           Fix mpeg4 input handling (#318847); also, while we're at it,
16045           fix media type for Motion-JPEG: should be image/jpeg.
16046
16047 2005-10-18  Wim Taymans  <wim@fluendo.com>
16048
16049         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
16050         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
16051         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
16052         Fix for segment-start/stop API change.
16053
16054 2005-10-17  Julien MOUTTE  <julien@moutte.net>
16055
16056         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
16057         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
16058         way.
16059
16060 2005-10-17  Julien MOUTTE  <julien@moutte.net>
16061
16062         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
16063         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
16064         output declared in transform_caps.
16065
16066 2005-10-17  Julien MOUTTE  <julien@moutte.net>
16067
16068         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
16069
16070 2005-10-17  Julien MOUTTE  <julien@moutte.net>
16071
16072         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
16073         (gst_video_box_get_unit_size): Fix wrong size calculations and
16074         implement get_unit_size correctly.
16075
16076 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
16077
16078         * configure.ac:
16079           Enable flx plugin.
16080
16081         * gst/flx/gstflxdec.c: (flx_decode_chunks):
16082           Fix gcc4 signedness issue.
16083
16084 2005-10-17  Julien MOUTTE  <julien@moutte.net>
16085
16086         * configure.ac: Adding videomixer.
16087         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
16088         (user_read_data), (gst_pngdec_chain): More debugging.
16089         * gst/alpha/Makefile.am: Adding alphacolor
16090         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
16091         (gst_alpha_color_class_init), (gst_alpha_color_init),
16092         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
16093         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
16094         (plugin_init): Ported to 0.9 using in place base tranform.
16095         * gst/videomixer/Makefile.am:
16096         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
16097         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
16098         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
16099         (gst_videomixer_pad_init), (gst_videomixer_class_init),
16100         (gst_videomixer_init), (gst_videomixer_getcaps),
16101         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
16102         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
16103         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
16104         to 0.9 using collectpads.
16105
16106 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
16107
16108         * configure.ac:
16109         * gst/flx/Makefile.am:
16110         * gst/flx/gstflxdec.c: (gst_flxdec_init),
16111         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
16112         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
16113         * gst/flx/gstflxdec.h:
16114         flx plugin ported to 0.9
16115
16116 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16117
16118         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
16119           use new gst_version_string()
16120
16121 2005-10-16  Andy Wingo  <wingo@pobox.com>
16122
16123         * configure.ac: GLIB_CHECK.
16124
16125 2005-10-15  Julien MOUTTE  <julien@moutte.net>
16126
16127         * ext/libpng/Makefile.am:
16128         * ext/libpng/gstpng.c: (plugin_init):
16129         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
16130         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
16131         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
16132
16133 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
16134
16135         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16136
16137         * configure.ac:
16138         * gst/matroska/Makefile.am:
16139         * gst/matroska/ebml-ids.h:
16140         * gst/matroska/ebml-write.c:
16141         * gst/matroska/ebml-write.h:
16142         * gst/matroska/matroska-ids.h:
16143         * gst/matroska/matroska-mux.c:
16144         * gst/matroska/matroska-mux.h:
16145         * gst/matroska/matroska.c: (plugin_init):
16146           Port matroska muxer to 0.9 (#318847).
16147
16148 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
16149
16150         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
16151         (comment_init), (comment_add):
16152           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
16153           use GST_READ_UINT32_LE() and friends rather than the private
16154           implementation of those same macros.
16155
16156 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
16157
16158         * examples/stats/mp2ogg.c:
16159           more typo fixes
16160
16161 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
16162
16163         * examples/indexing/indexmpeg.c: (main):
16164         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
16165         (gst_esdmon_close_audio), (gst_esdmon_change_state):
16166         * ext/esd/esdmon.h:
16167         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
16168         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
16169         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
16170         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
16171         * gst/avi/gstavimux.c: (gst_avimux_init):
16172         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
16173         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
16174         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
16175         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
16176         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
16177         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
16178         * gst/oldcore/gstmultifilesrc.h:
16179         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
16180         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
16181         (gst_pipefilter_change_state):
16182         * gst/oldcore/gstpipefilter.h:
16183         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
16184         * gst/videomixer/videomixer.c: (gst_videomixer_init):
16185         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
16186         * sys/osxaudio/gstosxaudiosink.h:
16187         * sys/osxaudio/gstosxaudiosrc.h:
16188           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
16189           moved bitshift from macro to enum definition
16190
16191 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16192
16193         * ext/Makefile.am:
16194         * ext/cairo/Makefile.am:
16195         * ext/cairo/gstcairo.c: (plugin_init):
16196         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
16197         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
16198         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
16199         * ext/cairo/gsttimeoverlay.h:
16200           update of cairo-based timeoverlay to 1.0 Cairo API
16201           doesn't work yet for resizing of output sink
16202
16203 2005-10-11  Wim Taymans  <wim@fluendo.com>
16204
16205         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
16206         newsegment API fix.
16207
16208 2005-10-11  Wim Taymans  <wim@fluendo.com>
16209
16210         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
16211         (gst_dvdemux_demux_frame):
16212         * ext/flac/gstflacdec.c: (gst_flacdec_write):
16213         * gst/auparse/gstauparse.c: (gst_auparse_chain):
16214         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
16215         (gst_avi_demux_handle_seek):
16216         * gst/goom/gstgoom.c: (gst_goom_event):
16217         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
16218         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
16219         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
16220         (gst_wavparse_loop), (gst_wavparse_pad_convert),
16221         (gst_wavparse_srcpad_event):
16222         newsegment API update.
16223
16224 2005-10-11  Andy Wingo  <wingo@pobox.com>
16225
16226         * ext/speex/gstspeexenc.c: Signedness cleanups.
16227
16228 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
16229
16230         * PORTED_09:
16231         * ext/speex/Makefile.am:
16232         * ext/speex/gstspeex.c:
16233         * ext/speex/gstspeexenc.c:
16234         Speexenc ported to 0.9
16235
16236 2005-10-10  Wim Taymans  <wim@fluendo.com>
16237
16238         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
16239         (gst_oss_sink_init), (gst_oss_sink_set_property),
16240         (gst_oss_sink_get_property), (gst_oss_sink_open),
16241         (gst_oss_sink_prepare), (gst_oss_sink_reset):
16242         * sys/oss/gstosssink.h:
16243         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
16244         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
16245         (gst_oss_src_prepare):
16246         Cleanups, make device configurable in the sink, handle and report
16247         errors.
16248
16249 2005-10-10  Wim Taymans  <wim@fluendo.com>
16250
16251         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
16252         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
16253         Make sure element is NULL before removing from the bin.
16254
16255 2005-10-07  Andy Wingo  <wingo@pobox.com>
16256
16257         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
16258         block forever in a read().
16259         (gst_dv1394src_bus_reset): Post a message when the cable is
16260         unplugged.
16261         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
16262         (gst_dv1394src_bus_reset): Don't unref the message.
16263
16264         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
16265         hacking. The only change should be that the state change stuff was
16266         put into basesrc's start() and stop() routines, which coalesces
16267         some steps.
16268
16269 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
16270
16271         * configure.ac:
16272           Add check for mmap
16273           
16274         * gst/debug/Makefile.am:
16275           Only compile efence plugin on systems that have mmap.
16276
16277 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
16278
16279         * gst/debug/Makefile.am:
16280         * gst/debug/breakmydata.c:
16281         * gst/debug/gstdebug.c:
16282         * gst/debug/gstnavigationtest.c:
16283         * gst/debug/gstnavseek.c: 
16284         * gst/debug/gstnavseek.h:
16285         * gst/debug/progressreport.c: 
16286         * gst/debug/testplugin.c:
16287           Port progressreport, navseek, navigationtest, testsink and
16288           breakmydata.
16289
16290 2005-10-05  Edward Hervey  <edward@fluendo.com>
16291
16292         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
16293         (gst_dvdemux_src_query):
16294         Fixes for better conversion
16295
16296 2005-10-04  Michael Smith <msmith@fluendo.com>
16297
16298         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
16299         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
16300         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
16301         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
16302           Set state of elements to NULL before removing from bins.
16303           Set state of test element to NULL if we failed to move it to READY
16304
16305 2005-10-04  Edward Hervey  <edward@fluendo.com>
16306
16307         * ext/dv/Makefile.am:
16308         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
16309         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
16310         Corrected the query function for position so it doesn't forget what
16311         format was asked, and calls the conversion functions on the correct pad.
16312
16313 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16314
16315         * configure.ac:
16316           back to development
16317
16318 === release 0.9.3 ===
16319
16320 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16321
16322         * configure.ac:
16323           Releasing 0.9.3, "Aramis"
16324
16325 2005-10-03  Andy Wingo  <wingo@pobox.com>
16326
16327         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
16328         error returns.
16329
16330 2005-10-02  Andy Wingo  <wingo@pobox.com>
16331
16332         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
16333
16334         * ext/flac/gstflacenc.c: Ported to 0.9.
16335
16336         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
16337
16338         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
16339         and link to gsttagedit. Enable flacenc.
16340
16341         * ext/flac/gstflacdec.c: Re-enable tag reading.
16342
16343 2005-09-30  Wim Taymans  <wim@fluendo.com>
16344
16345         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
16346         * gst/rtp/gstrtpgsmparse.c:
16347         * gst/rtp/gstrtph263penc.c:
16348         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16349         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
16350         (gst_rtpmp4venc_set_property):
16351         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
16352         Various class and caps fixes from Andre Magalhaes (andrunko)
16353
16354 2005-09-29  Wim Taymans  <wim@fluendo.com>
16355
16356         * gst/level/level-example.c: (main):
16357         Update for new bus API.
16358
16359 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
16360
16361         * configure.ac:
16362           Fix unexpanded autoconf macro GST_DOC, which has been renamed
16363           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
16364
16365 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
16366
16367         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
16368           Fix playback of mono streams (bytes_per_sample should be set
16369           from the sample width and the number of channels negotiated,
16370           and not just be set to 4) (#317338)
16371
16372 2005-09-26  Wim Taymans  <wim@fluendo.com>
16373
16374         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
16375         (gst_rtpmpaenc_handle_buffer):
16376         Set buffer duration correctly.
16377
16378 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
16379
16380         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
16381         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
16382         (gst_avi_demux_change_state):
16383           Don't crash when encountering a stream with an unknown fourcc or
16384           codec id. Instead, create a pad of type video/x-avi-unknown or
16385           audio/x-avi-unknown, which as a side-effect also results in less
16386           confusing error messages in players ('no decoder' vs. 'no streams');
16387           minor fixes to state change function and class_init function.
16388
16389 2005-09-24  Wim Taymans  <wim@fluendo.com>
16390
16391         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
16392         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
16393         These are sinks.
16394
16395 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16396
16397         * check/elements/level.c: (GST_START_TEST):
16398           fix test for new GstClockTime use
16399         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
16400         (gst_level_transform_ip):
16401         * gst/level/gstlevel.h:
16402           fix up the decay peak, ensuring the decay peak is never lower
16403           than the peak for that interval
16404
16405 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16406
16407         * docs/plugins/gst-plugins-good-plugins.args:
16408         * docs/plugins/inspect/plugin-alpha.xml:
16409         * docs/plugins/inspect/plugin-rtp.xml:
16410         * gst/level/gstlevel.c: (gst_level_set_caps),
16411         (gst_level_transform_ip):
16412           updating docs
16413
16414 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16415
16416         * Makefile.am:
16417         * check/elements/level.c: (GST_START_TEST):
16418         * gst/level/Makefile.am:
16419         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
16420         (gst_level_set_property), (gst_level_get_property),
16421         (gst_level_set_caps), (gst_level_message_new),
16422         (gst_level_transform_ip):
16423         * gst/level/gstlevel.h:
16424         * gst/level/level-example.c: (message_handler), (main):
16425           convert to using GstClockTime for all time values, finally.
16426
16427 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16428
16429         * gst/auparse/Makefile.am:
16430         * gst/auparse/gstauparse.c: (gst_auparse_chain):
16431           fix up build
16432         * configure.ac:
16433         * ext/cairo/Makefile.am:
16434         * ext/dv/Makefile.am:
16435         * ext/esd/Makefile.am:
16436         * ext/flac/Makefile.am:
16437         * ext/gconf/Makefile.am:
16438         * ext/gdk_pixbuf/Makefile.am:
16439         * ext/jpeg/Makefile.am:
16440         * ext/ladspa/Makefile.am:
16441         * ext/libcaca/Makefile.am:
16442         * ext/libmng/Makefile.am:
16443         * ext/libpng/Makefile.am:
16444         * ext/mikmod/Makefile.am:
16445         * ext/pango/Makefile.am:
16446         * ext/raw1394/Makefile.am:
16447         * ext/shout2/Makefile.am:
16448         * ext/speex/Makefile.am:
16449         * gst/alpha/Makefile.am:
16450         * gst/autodetect/Makefile.am:
16451         * gst/avi/Makefile.am:
16452         * gst/cutter/Makefile.am:
16453         * gst/debug/Makefile.am:
16454         * gst/effectv/Makefile.am:
16455         * gst/flx/Makefile.am:
16456         * gst/goom/Makefile.am:
16457         * gst/interleave/Makefile.am:
16458         * gst/law/Makefile.am:
16459         * gst/matroska/Makefile.am:
16460         * gst/median/Makefile.am:
16461         * gst/monoscope/Makefile.am:
16462         * gst/multipart/Makefile.am:
16463         * gst/oldcore/Makefile.am:
16464         * gst/rtp/Makefile.am:
16465         * gst/rtsp/Makefile.am:
16466         * gst/smoothwave/Makefile.am:
16467         * gst/smpte/Makefile.am:
16468         * gst/videobox/Makefile.am:
16469         * gst/videofilter/Makefile.am:
16470         * gst/videomixer/Makefile.am:
16471         * gst/wavenc/Makefile.am:
16472         * gst/wavparse/Makefile.am:
16473         * sys/oss/Makefile.am:
16474         * sys/osxaudio/Makefile.am:
16475         * sys/osxvideo/Makefile.am:
16476           fix up GST_LIBS use
16477
16478 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16479
16480         * gst/auparse/Makefile.am:
16481         * gst/auparse/gstauparse.c: (gst_auparse_chain):
16482           fix build of auparse
16483
16484 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
16485
16486         * configure.ac:
16487         * PORTED_09:
16488         * gst/auparse/gstauparse.c:
16489         * gst/auparse/gstauparse.h:
16490         Auparse ported to 0.9.
16491
16492 2005-09-22  Wim Taymans  <wim@fluendo.com>
16493
16494         * gst/rtp/TODO:
16495         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
16496         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16497         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
16498         (gst_rtpmp4venc_set_property):
16499         * gst/rtp/gstrtpmp4venc.h:
16500         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
16501         * gst/rtp/gstrtpmpaenc.h:
16502         Use is_filled to both check MTU and max-ptime of base class.
16503
16504 2005-09-22  Wim Taymans  <wim@fluendo.com>
16505
16506         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16507         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
16508         (gst_rtpmp4venc_set_property):
16509         Don't fragment packets with multiple frames.
16510
16511 2005-09-22  Wim Taymans  <wim@fluendo.com>
16512
16513         * gst/rtp/TODO:
16514         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
16515         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16516         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
16517         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
16518         (gst_rtpmp4venc_get_property):
16519         * gst/rtp/gstrtpmp4venc.h:
16520         Remove g_print.
16521         Update TODO
16522         Make payload encoder a bit smarter and more correct with
16523         timestamps.
16524         Added option in payloader to include config string in-band.
16525
16526 2005-09-21  Wim Taymans  <wim@fluendo.com>
16527
16528         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
16529         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
16530         (gst_rtspsrc_send):
16531         Strip spaces for key/value pairs.
16532
16533 2005-09-21  Wim Taymans  <wim@fluendo.com>
16534
16535         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
16536         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
16537         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
16538         (gst_rtspsrc_change_state):
16539         More SDP parsing and caps setting.
16540         Do NO_PREROLL differently.
16541         add pads only after negotiated.
16542
16543         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
16544         (gst_udpsrc_getcaps):
16545         Implement the getcaps function.
16546
16547 2005-09-21  Wim Taymans  <wim@fluendo.com>
16548
16549         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
16550         (gst_rtpamrdec_chain):
16551         Handle multiple AMr packets per payload. Handle CRC and
16552         parse ILL/ILP.
16553
16554         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
16555         Make caps params strings for easy SDP mapping.
16556         
16557         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
16558         Handle capsnego better.
16559
16560         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
16561         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
16562         Generate and parse config string in the caps.
16563
16564 2005-09-21  Wim Taymans  <wim@fluendo.com>
16565
16566         * gst/rtp/README:
16567         Update README
16568
16569         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
16570         Make extra params as strings.
16571
16572         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
16573         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
16574         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
16575         Make state change return NO_PREROLL as this is a live
16576         source.
16577
16578         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
16579         Don't unref old caps when NULL.
16580
16581 2005-09-20  Wim Taymans  <wim@fluendo.com>
16582
16583         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
16584         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
16585         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
16586         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
16587         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
16588         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
16589         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
16590         * gst/rtsp/sdpmessage.h:
16591         Add URI handler.
16592         Parse SDP and create caps.
16593
16594 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
16595
16596         * gst/alpha/gstalpha.c:
16597           fix element description
16598
16599 2005-09-19  Wim Taymans  <wim@fluendo.com>
16600
16601         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
16602         Don't check payload for now.
16603
16604 2005-09-19  Wim Taymans  <wim@fluendo.com>
16605
16606         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
16607         (gst_wavparse_init), (gst_wavparse_parse_file_header),
16608         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
16609         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
16610         (gst_wavparse_loop), (gst_wavparse_pad_convert),
16611         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
16612         (gst_wavparse_change_state):
16613         * gst/wavparse/gstwavparse.h:
16614         Fix wavparse some more.
16615
16616 2005-09-19  Wim Taymans  <wim@fluendo.com>
16617
16618         * check/elements/level.c: (GST_START_TEST):
16619         Fix for bus API change.
16620
16621 2005-09-19  Wim Taymans  <wim@fluendo.com>
16622
16623         * gst/level/level-example.c: (main):
16624         Fix for new bus API.
16625
16626         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
16627         Set caps on pads.
16628
16629 2005-09-15  Wim Taymans  <wim@fluendo.com>
16630
16631         * gst/rtp/Makefile.am:
16632         * gst/rtp/README:
16633         * gst/rtp/gstrtp.c: (plugin_init):
16634         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
16635         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
16636         (gst_rtpamrdec_change_state):
16637         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
16638         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
16639         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
16640         * gst/rtp/gstrtpamrenc.h:
16641         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
16642         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
16643         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
16644         * gst/rtp/gstrtpgsmenc.h:
16645         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
16646         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
16647         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
16648         (gst_rtpgsmparse_change_state):
16649         * gst/rtp/gstrtpgsmparse.h:
16650         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
16651         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
16652         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
16653         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
16654         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
16655         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
16656         * gst/rtp/gstrtph263penc.h:
16657         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
16658         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
16659         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
16660         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
16661         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
16662         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
16663         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
16664         * gst/rtp/gstrtpmp4venc.h:
16665         * gst/rtp/gstrtpmpadec.c:
16666         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
16667         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
16668         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
16669         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
16670         * gst/rtp/gstrtpmpaenc.h:
16671         Updates to payloader/depayloaders, make payloaders use
16672         the base classes.
16673         Updated README with suggested RTP caps and how to convert
16674         to/from SDP.
16675         Added config descriptor in mp4v payloader.
16676
16677 2005-09-15  Andy Wingo  <wingo@pobox.com>
16678
16679         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
16680         * gst/autodetect/gstautovideosink.c
16681         (gst_auto_video_sink_find_best): Update for new registry API.
16682
16683 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16684
16685         * common/c-to-xml.py:
16686         * common/gtk-doc-plugins.mak:
16687           a simple py script to generate valid xml from a C example
16688           probably also need to strip an MIT license when we decide
16689         * docs/plugins/Makefile.am:
16690         * gst/level/Makefile.am:
16691         * gst/level/gstlevel.c: (gst_level_init):
16692         * gst/level/level-example.c: (message_handler), (main):
16693           add an example to level that will show up in the docs
16694         * gst/rtp/TODO:
16695           add a note for the future
16696
16697 2005-09-14  Michael Smith <msmith@fluendo.com>
16698
16699         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
16700           Actually define the debug object being used in wavenc. Fixes #316205
16701
16702 2005-09-14  Michael Smith <msmith@fluendo.com>
16703
16704         * gst/smpte/Makefile.am:
16705           Link against GST_BASE_LIBS, to get it linked against libgstbase;
16706           needed to build on windows (bug 316204)
16707
16708 2005-09-12  Andy Wingo  <wingo@pobox.com>
16709
16710         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
16711
16712 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
16713
16714         * configure.ac:
16715         * gst/fdsrc/Makefile.am:
16716         * gst/fdsrc/gstfdsrc.c:
16717         * gst/fdsrc/gstfdsrc.h:
16718           Move fdsrc back into gstreamer core elements.
16719
16720         * gst/level/gstlevel.c: (gst_level_class_init),
16721         (gst_level_transform_ip):
16722         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
16723           Basetransform changes.
16724
16725 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16726
16727         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
16728         * ext/jpeg/smokecodec.c: (find_best_size):
16729           fix compiler warnings
16730
16731 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16732
16733         * gst-plugins-good.spec.in:
16734           spec file fixes
16735         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
16736         (gst_multiudpsink_render), (gst_multiudpsink_add),
16737         (gst_multiudpsink_clear):
16738           it actually helps to actually stream if we hook up the
16739           "add" signal to an actual implementation
16740         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
16741           some debugging
16742
16743 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
16744
16745         * ext/jpeg/Makefile.am:
16746         * ext/jpeg/gstjpeg.c
16747         * ext/jpeg/gstjpegenc.c:
16748         * ext/jpeg/gstsmokeenc.c:
16749
16750 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
16751
16752         * ext/flac/gstflacdec.c:
16753         * ext/flac/gstflacenc.c:
16754         * ext/flac/gstflactag.c:
16755         * ext/speex/gstspeexenc.c:
16756           gsttaginterface.h -> gsttagsetter.h
16757
16758 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
16759
16760         * configure.ac:
16761         * gst/debug/Makefile.am:
16762         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
16763         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
16764         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
16765         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
16766         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
16767           Port to 0.9 and re-enable efence plugin.
16768
16769 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
16770
16771         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
16772         (gst_flacdec_write), (gst_flacdec_convert_src):
16773         * ext/flac/gstflacdec.h:
16774           Add support for flac files with 24/32 bits per sample; and misc.
16775           minor clean-ups. Seeking is still partly broken (for me at least).
16776
16777 2005-09-06  Wim Taymans  <wim@fluendo.com>
16778
16779         * gst/rtp/Makefile.am:
16780         * gst/rtp/gstrtp.c: (plugin_init):
16781         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
16782         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
16783         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
16784         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
16785         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
16786         (gst_rtpmp4vdec_plugin_init):
16787         * gst/rtp/gstrtpmp4vdec.h:
16788         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
16789         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
16790         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
16791         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
16792         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
16793         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
16794         * gst/rtp/gstrtpmp4venc.h:
16795         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
16796         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
16797         Added mpeg4 video payload encoder/decoder.
16798         Added some docs in mpa payloader.
16799
16800 === release 0.9.1 ===
16801
16802 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16803
16804         * NEWS:
16805         * README:
16806         * RELEASE:
16807         * autogen.sh:
16808         * configure.ac:
16809           releasing 0.9.1, "Blondie"
16810
16811 2005-09-05  Andy Wingo  <wingo@pobox.com>
16812
16813         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
16814         here from the state change handler, so we fire signals without
16815         holding the state lock.
16816
16817 2005-09-02  Andy Wingo  <wingo@pobox.com>
16818
16819         * All plugins updated for element state changes.
16820
16821 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16822
16823         * Makefile.am:
16824         * check/.cvsignore:
16825         * check/Makefile.am:
16826         * check/elements/.cvsignore:
16827         * check/elements/level.c: (setup_level), (cleanup_level),
16828         (GST_START_TEST), (level_suite), (main):
16829           add a test for level
16830         * common/release.mak:
16831           move the enum checking to release.mak
16832         * configure.ac:
16833           add valgrind and check checking
16834         * gst/level/gstlevel.c: (gst_level_transform):
16835         * gst/level/gstlevel.h:
16836           fix Andy's cast bug
16837           convert a field to int
16838           fix the arithmetic to int when checking for emit so that a
16839           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
16840
16841 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16842
16843         * Makefile.am:
16844         * configure.ac:
16845           add docs to build
16846         * common/plugins.xsl:
16847           wrap Description into a refsect2
16848         * docs/Makefile.am:
16849         * docs/plugins/Makefile.am:
16850         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16851         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16852         * gst/goom/Makefile.am:
16853         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
16854         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
16855         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
16856         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
16857         (gst_goom_change_state):
16858         * gst/goom/gstgoom.h:
16859           GstGOOM -> GstGoom
16860           add an example launch line
16861         * gst/level/gstlevel.h:
16862         * gst/monoscope/gstmonoscope.c:
16863           cleanups
16864
16865 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16866
16867         * configure.ac:
16868         * docs/plugins/Makefile.am:
16869         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16870         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16871         * docs/plugins/gst-plugins-good-plugins.types:
16872           document elements and plugins.  Shazam !
16873
16874 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16875
16876         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
16877           be found under doc/random/ChangeLog-0.8