b45c77dd9a10aa53b7d60ba09adfbbd7d8f82220
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
2
3         * configure.ac:
4         0.10.7.3 pre-release
5
6 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
7
8         * tests/check/Makefile.am:
9         Disable some more elements in the state test.
10         Add a define so the soup test can find the test files
11         it needs at runtime.
12
13         * tests/check/elements/souphttpsrc.c: (run_server):
14
15         Add a define so the soup test can find the test files
16         it needs at runtime.
17
18 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
19
20         * gst/goom/convolve_fx.c: (convolve_apply):
21         Don't ever draw the GOOM logo.
22         Fixes: #528615
23
24 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
25
26         * ext/cdio/gstcdiocddasrc.c:
27         * ext/dv/gstdvdemux.c: 
28         gst_atomic_int_set ==> g_atomic_int_set
29
30 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
31
32         * configure.ac:
33         * gst/goom/Makefile.am:
34         * gst/goom/convolve_fx.c:
35         * gst/goom/default_scripts.h:
36         * gst/goom/goom.h:
37         * gst/goom/goom_core.c: (choose_a_goom_line):
38         * gst/goom/goom_plugin_info.h:
39         * gst/goom/goomsl.c:
40         * gst/goom/goomsl.h:
41         * gst/goom/goomsl_hash.c:
42         * gst/goom/goomsl_hash.h:
43         * gst/goom/goomsl_heap.c:
44         * gst/goom/goomsl_heap.h:
45         * gst/goom/goomsl_private.h:
46         * gst/goom/plugin_info.c:
47           Strip out the config/script parsing stuff, we don't need it.
48           Fixes #527999.
49
50 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
51
52         * gst/goom/plugin_info.c: (setOptimizedMethods):
53           Disable altivec optimisations for 32-bit PPC as well to make
54           things build properly on all PPC systems. Fixes #528143
55
56 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
57
58         * gst-plugins-good.spec.in:
59           Update for souphttpsrc plugin which has moved to -good.
60
61 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
62
63         * gst/matroska/matroska-demux.c:
64         (gst_matroska_demux_handle_seek_event):
65         Fix open-ended seeks in matroskademux
66         Patch by: Mark Nauwelaerts <manauw skynet be>
67         Fixes: #526557
68
69 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
70
71         * tests/check/Makefile.am:
72         Add soup test certificates to the dist.
73
74 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
75
76         * ext/Makefile.am:
77         Remove LADSPA reference I missed.
78
79 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
80
81         * ext/soup/gstsouphttpsrc.c: (plugin_init):
82         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
83         over gnome-vfs and everything else. Fixes bug #527848.
84
85 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
86
87         * configure.ac:
88         * ext/Makefile.am:
89         Remove LADSPA plugin. Fixes: #515978
90
91 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
92
93         * configure.ac:
94         * docs/plugins/Makefile.am:
95         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
96         * docs/plugins/gst-plugins-good-plugins-sections.txt:
97         * docs/plugins/gst-plugins-good-plugins.args:
98         * docs/plugins/inspect/plugin-soup.xml:
99         * ext/Makefile.am:
100         * tests/check/Makefile.am:
101         Move soup plugin from -bad (Fixes: #523124)
102
103 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
104
105         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
106         Fix bounds checking of mode in Speex header, which may
107         produce negative numbers in speex <= 1.1.12
108
109 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
110
111         * gst/goom/Makefile.am:
112         * gst/goom/gfontlib.c:
113         * gst/goom/gfontlib.h:
114         * gst/goom/gfontrle.c:
115         * gst/goom/gfontrle.h:
116         * gst/goom/goom.h:
117         * gst/goom/goom_core.c: (goom_update):
118         * gst/goom/goom_plugin_info.h:
119         * gst/goom/gstgoom.c: (gst_goom_chain):
120         * gst/goom/plugin_info.c:
121           Remove a bunch of font/text related code that we don't need.
122
123 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
124
125         * gst/goom/ppc_drawings.s:
126         * gst/goom/ppc_zoom_ultimate.s:
127           Change license of these files to LGPL, as permitted by the
128           author, Guillaume Borios. See #515073.
129
130 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
131
132         * gst/goom/convolve_fx.c:
133         * gst/goom/motif_goom1.h:
134         * gst/goom/motif_goom2.h:
135           As hinted in Bug #518213, revert one change and fix warnings properly.
136           This fixes both #518213 and #520073 for me.     
137
138 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
139
140         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
141         * gst/matroska/matroska-demux.c:
142         (gst_matroska_demux_handle_seek_event),
143         (gst_matroska_demux_parse_contents_seekentry),
144         (gst_matroska_demux_loop):
145         Fix the Forte build by making function declaration signatures
146         match the implementations.
147
148 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
149
150         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
151         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
152         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
153           More logging when probing (see #518474), some comments in _reset().
154
155 2008-04-07  Julien Moutte  <julien@fluendo.com>
156
157         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
158         because of a bad argument number.
159
160 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
161
162         * tests/icles/.cvsignore:
163         * tests/icles/Makefile.am:
164         * tests/icles/gdkpixbufsink-test.c:
165           Interactive test app for gdkpixbufsink.
166
167 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
168
169         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
170
171         * configure.ac:
172         Actually build dlls when cross-compiling with mingw32.
173         Fixes bug #526247.
174
175 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
176
177         * ext/hal/hal.c: (gst_hal_get_alsa_element):
178           Don't munge device string to 'default:x' for capture devices.
179           Fixes #525833.
180
181 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
182
183         * ext/wavpack/gstwavpackparse.c:
184         (gst_wavpack_parse_index_entry_free):
185         Always use GSlice as we actually depend on GLib 2.12 already.
186
187 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
188
189         * configure.ac:
190           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
191           Also bump the GLib requirement to the current de-facto requirement
192           (ie. 2.12).
193
194 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
195
196         * gst/rtp/gstrtph264pay.c: (encode_base64),
197         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
198         * gst/rtp/gstrtph264pay.h:
199         Parse codec_data for future AVC compatibility.
200         Fail when we encounter AVC data for now.
201
202 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
203
204         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
205           (gst_spectrum_init), (gst_spectrum_set_property),
206           (gst_spectrum_get_property), (gst_spectrum_message_new):
207           Rename property enums and default defines for the properties to match
208           the property names and rephrase property descriptions to make them a
209           bit clearer (hopefully). See #518188.
210
211 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
212
213         * tests/check/Makefile.am:
214         * tests/check/elements/.cvsignore:
215         * tests/check/elements/gdkpixbufsink.c:
216           Add unit test for gdkpixbufsink element.
217
218 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
219
220         * ext/gdk_pixbuf/Makefile.am:
221         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
222         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
223           (gst_gdk_pixbuf_sink_base_init),
224           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
225           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
226           (gst_gdk_pixbuf_sink_set_caps),
227           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
228           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
229           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
230           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
231           (gst_gdk_pixbuf_sink_get_property):
232         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
233           Add gdkpixbufsink element for easy snapshotting (#525946).
234
235 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
236
237         * tests/check/pipelines/wavpack.c: (wavpack_suite):
238         Bump timeout from 3 to 60 seconds.
239
240 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
241
242         * tests/check/pipelines/.cvignore:
243         Remove useless file.
244
245         * tests/check/pipelines/.cvsignore:
246         Add new test to .cvsignore.
247
248 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
249
250         * tests/check/Makefile.am:
251         * tests/check/pipelines/wavpack.c: (bus_handler),
252         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
253         (wavpack_suite), (main):
254         Add unit test that encodes and decodes some data, checks that it
255         is still the same and that all timestamps/offsets are perfect.
256
257 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
258
259         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
260         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
261         * ext/wavpack/gstwavpackparse.c:
262         (gst_wavpack_parse_index_entry_new),
263         (gst_wavpack_parse_index_entry_free),
264         (gst_wavpack_parse_base_init),
265         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
266         Use GSlice for allocating index entries and use
267         gst_element_class_set_details_simple().
268
269 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
270
271         Patch by: Brian Cameron <brian.cameron at sun dot com>
272
273         * sys/sunaudio/gstsunaudio.c:
274         * sys/sunaudio/gstsunaudiomixer.c:
275         * sys/sunaudio/gstsunaudiomixer.h:
276         * sys/sunaudio/gstsunaudiomixerctrl.c:
277         * sys/sunaudio/gstsunaudiomixerctrl.h:
278         * sys/sunaudio/gstsunaudiomixertrack.c:
279         * sys/sunaudio/gstsunaudiomixertrack.h:
280         * sys/sunaudio/gstsunaudiosink.c:
281         * sys/sunaudio/gstsunaudiosink.h:
282         * sys/sunaudio/gstsunaudiosrc.c:
283         * sys/sunaudio/gstsunaudiosrc.h:
284           Fix up copyrights (#525860).
285
286 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
287
288         * gst/goom/goomsl.c: (gsl_read_file):
289           Check return value of fread() to avoid compiler warnings.
290
291 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
292
293         Based on patch by: mersad <mersad at axis dot com>
294
295         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
296         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
297         * gst/law/alaw-decode.h:
298         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
299         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
300         (gst_mulawdec_chain), (gst_mulawdec_change_state):
301         * gst/law/mulaw-decode.h:
302         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
303         Make negotiation a bit modern.
304         Use pad_alloc. Fixes #525359.
305
306 2008-03-31  David Schleef  <ds@schleef.org>
307
308         * gst/goom/xmmx.c: Fix constraints on asm code so that it
309           compiles consistently.  Fixes #522278.
310
311 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
312
313         Patch by: Brian Cameron <brian.cameron at sun dot com>
314
315         * sys/sunaudio/gstsunaudiomixerctrl.c:
316           (gst_sunaudiomixer_ctrl_get_volume),
317           (gst_sunaudiomixer_ctrl_set_volume):
318         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
319           Fix up the mixer tracks to use a volume range of 0-255, which is what
320           the sun audio API uses. This simplifies the code and avoids rounding
321           errors. Fixes #524593.
322
323 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
324
325         * sys/v4l2/gstv4l2object.c:
326         * sys/v4l2/gstv4l2object.h:
327         Add device-fd property to make it possible to apps to call ioctl's.
328
329 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
330
331         * gst/qtdemux/qtdemux.c: (next_entry_size):
332         Unbreak streaming mode again.
333
334 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
335
336         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
337           Remove superfluous DEBUG macro.
338
339 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
340
341         Based on patch by: William M. Brack <wbrack at mmm com hk>
342
343         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
344           (gst_v4l2src_set_capture):
345           Check whether the device supports setting the framerate before
346           trying to set it and then posting a warning or error if it doesn't
347           work (#516649, #520092). Also compare fractions more correctly.
348
349 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
350
351         * gst/goom/Makefile.am:
352           Remove ppc assembler optimisations from the build until they
353           actually build (they also seem to have GPL headers).
354
355 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
356
357         * m4/Makefile.am:
358           Better not dist files that don't exist any longer (lrint*m4).
359
360 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
361
362         * configure.ac:
363         * m4/lrint.m4:
364         * m4/lrintf.m4:
365         Remove lrint/lrintf checks. We don't use it anywhere.
366
367 2008-03-18  Andy Wingo  <wingo@pobox.com>
368
369         * sys/osxvideo/osxvideosink.m
370         (gst_osx_video_sink_osxwindow_destroy)
371         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
372         task, whoopdee.
373         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
374         2 ms.
375
376 2008-03-18  Andy Wingo  <wingo@pobox.com>
377
378         * sys/osxvideo/osxvideosink.m
379         (gst_osx_video_sink_osxwindow_destroy)
380         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
381         task, whoopdee.
382         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
383         2 ms.
384         
385 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
386
387         Patch by: William M. Brack <wbrack at mmm com hk>
388
389         * sys/v4l2/v4l2src_calls.c:
390           (gst_v4l2src_probe_caps_for_format_and_size),
391           (gst_v4l2src_probe_caps_for_format):
392           Make sure the probed frame sizes are reversed in the resulting
393           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
394           highest resolution first); also remove unused variable.
395           (Partly fixes #520092)
396
397 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
398
399         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
400
401         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
402         (gst_rtspsrc_finalize):
403         Call WSAStartup() and WSACleanup before using the Winsock API.
404         See #520808.
405
406 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
407
408         * gst/avi/gstavidemux.c:
409           Erm, the buffer-size is just guint, no need for the special format
410           specifier.
411
412 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
413
414         * gst/goom/plugin_info.c:
415         * gst/goom/ppc_zoom_ultimate.h:
416           Small fixes to build more on PPC: ifdef out code that uses unknown
417           define; add newline at end of header file to avoid compiler warning.
418           Assembler code still doesn't build though.
419
420 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
421
422         * gst/avi/gstavidemux.c:
423           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
424           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
425
426 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
427
428         * gst/avi/gstavidemux.c:
429           Chunksize is uint32. Fix format specifier.
430
431 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
432
433         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
434         mistake. Return file to pure MIT text.
435
436 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
437
438         * gst/audiofx/audiofx.c:
439         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
440         of hardcoding values.
441
442 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
443
444         Patch by: Mark Nauwelaerts <manauw skynet be>
445
446         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
447           (gst_oss_src_close):
448         * sys/oss/gstosssrc.h:
449           Cache probed caps, so _get_caps() during recording doesn't cause
450           ioctl calls which may disrupt the recording (fixes #521875).
451
452 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
453
454         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
455         (gst_qtdemux_activate_segment),
456         (gst_qtdemux_prepare_current_sample),
457         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
458         Make sure we always send a DISCONT after a seek by setting the sample
459         index to an undefined value after a seek.
460
461 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
462
463         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
464           (GST_IS_AVI_SUBTITLE_CLASS):
465           Fix up IS_FOO macros, which makes gtk-doc much happier.
466
467 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
468
469         * tests/icles/Makefile.am:
470           Move the -lgstfoo where it belongs.
471
472 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
473
474         * gst/matroska/ebml-ids.h:
475         Add ID for EBML CRC32 elements.
476
477         * gst/matroska/Makefile.am:
478         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
479         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
480         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
481         (gst_ebml_read_header):
482         Support reading 80bit floats, add finalize method to clean up
483         in any case, support reading length/id elements with any length
484         as long as it's smaller than our supported maximum, don't leak
485         buffers if reading as much data as we wanted failed and some
486         smaller cleanup.
487
488 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
489
490         Patch by: Olivier Crete <tester at tester dot ca>
491
492         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
493         Check that a buffer is large enough before reading from it.
494         Fixes bug #521102.
495         
496 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
497
498         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
499         Fix compilation after removing the GstPollMode from the
500         constructor.
501
502 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
503
504         * configure.ac:
505         * gst/audiofx/Makefile.am:
506         * gst/audiofx/audiochebband.c:
507         * gst/audiofx/audiocheblimit.c:
508         * gst/audiofx/math_compat.h:
509         Check for sinh(), cosh() and asinh() and define our own
510         implementations if they're not available. Fixes bug #520880.
511
512 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
513
514         Patch by: Olivier Crete <tester at tester dot ca>
515
516         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
517         Unref the buffers only once when handling not-negotiated errors.
518         Fixes bug #520764.
519
520 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
521
522         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
523
524         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
525         (gst_udpsrc_stop):
526         Properly balance WSA_Cleanup with WSA_Startup.
527         Also make the poll controllable on windows. Fixes #520888.
528
529 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
530
531         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
532         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
533         (gst_ebml_read_element_length), (gst_ebml_peek_id),
534         (gst_ebml_read_skip), (gst_ebml_read_buffer),
535         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
536         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
537         (gst_ebml_read_date), (gst_ebml_read_master),
538         (gst_ebml_read_binary), (gst_ebml_read_header):
539         * gst/matroska/ebml-read.h:
540         * gst/matroska/matroska-demux.c:
541         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
542         (gst_matroska_demux_read_track_encodings),
543         (gst_matroska_demux_add_stream),
544         (gst_matroska_demux_handle_src_query),
545         (gst_matroska_demux_handle_seek_event),
546         (gst_matroska_demux_init_stream),
547         (gst_matroska_demux_parse_tracks),
548         (gst_matroska_demux_parse_index_cuetrack),
549         (gst_matroska_demux_parse_index_pointentry),
550         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
551         (gst_matroska_demux_parse_metadata_id_simple_tag),
552         (gst_matroska_demux_parse_metadata_id_tag),
553         (gst_matroska_demux_parse_metadata),
554         (gst_matroska_demux_sync_streams),
555         (gst_matroska_demux_push_hdr_buf),
556         (gst_matroska_demux_push_flac_codec_priv_data),
557         (gst_matroska_demux_push_xiph_codec_priv_data),
558         (gst_matroska_demux_add_wvpk_header),
559         (gst_matroska_demux_check_subtitle_buffer),
560         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
561         (gst_matroska_demux_parse_cluster),
562         (gst_matroska_demux_parse_contents_seekentry),
563         (gst_matroska_demux_parse_contents),
564         (gst_matroska_demux_loop_stream_parse_id),
565         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
566         * gst/matroska/matroska-demux.h:
567         * gst/matroska/matroska-ids.h:
568         Handle return values from pull_range in a more granular way to properly
569         shut down on seeks.
570         Combine return values from push.
571         Implement proper error handling.
572         Prepare for handling seeking correctly.
573
574 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
575
576         * gst/matroska/ebml-read.c:
577         Use GINT64 formatting constants from GLIB.
578
579         * gst/matroska/matroska-demux.c:
580         Add some guards to avoid a possible division by 0 and crashing
581         with NULL events on some systems.
582         Use gst_gdouble_to_guint64 somewhere instead of an implicit
583         conversion. 
584
585         * gst/matroska/matroska-mux.c:
586         Check for invalid timestamps in a bunch of places to avoid
587         writing bogus durations into the output file.
588         Fix some double<->gint64 conversions that weren't using
589         gst_guint64_to_gdouble
590
591 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
592
593         * configure.ac:
594         Move the checks for bison, flex and as to the program section and the
595         check for gcc inline asm to the compiler characteristics section.
596
597 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
598
599         * configure.ac:
600         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
601         plug-ins are included/excluded. (#498222)
602
603 2008-02-29  Michael Smith <msmith@fluendo.com>
604
605         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
606           Don't call gst_object_sync_values() unless we have a valid timestamp.
607
608 2008-02-28  David Schleef  <ds@schleef.org>
609
610         * gst/matroska/matroska-demux.c:
611         * gst/matroska/matroska-ids.h:
612         * gst/matroska/matroska-mux.c:
613           Fix Dirac mapping.  I had previously added a VfW-type
614           mapping, but it looks like Dirac will get a native Matroska
615           mapping, and this is the most likely method.
616
617 2008-02-28  David Schleef  <ds@schleef.org>
618
619         * gst/avi/gstavimux.c: Add Dirac encoding
620
621 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
622
623         Patch by: Peter Kjellerstedt <pkj at axis com>
624
625         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
626         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
627         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
628         * gst/udp/gstudpsrc.h:
629         Port to GstPoll. See #505417.
630
631 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
632
633         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
634         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
635         yet on the srcpad. We need rate and channels before we
636         can do any processing. Fixes bug #519088.
637
638 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
639
640         * configure.ac:
641         Detect and indicate if GCC inline assembly syntax is
642         available.
643
644         * gst/goom/Makefile.am:
645         * gst/goom/convolve_fx.c:
646         * gst/goom/flying_stars_fx.c:
647         * gst/goom/goom_config.h:
648         * gst/goom/goom_core.c:
649         * gst/goom/goomsl.c:
650         * gst/goom/ifs.c:
651         * gst/goom/mmx.c:
652         * gst/goom/plugin_info.c:
653         * gst/goom/xmmx.c:
654         Fix various GCC-isms, and only build the inline assembly
655         with compilers that support GCC inline assembly.
656
657         Fix a couple of other warnings shown with Forte.
658
659 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
660
661         * gst/goom/xmmx.c:
662           Use 'emms' instead of 'femms' to not crash on cpus that do not
663           implement this 3dnow specific instruction.
664
665 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
666
667         * gst/goom/plugin_info.c: (setOptimizedMethods):
668         Use extended MMX for draw_line() too if available, not only
669         normal MMX.
670
671 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
672
673         * ext/jpeg/gstjpeg.c: (plugin_init):
674         Remove (commented out) smoke typefinder. This is in base now.
675
676 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
677
678         * gst/goom2k1/Makefile.am:
679         * gst/goom2k1/gstgoom.c:
680
681         Rename the installed library, and don't register the same 
682         GType name as the new goom.
683
684 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
685
686         * configure.ac:
687         * ext/taglib/Makefile.am:
688           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
689           when building C++ code (#516509).
690
691 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
692
693         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
694         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
695           (setOptimizedMethods):
696           Call oil_init(), otherwise oil_get_cpu_flags() won't return
697           anything useful. Export goom debug category so we can get
698           rid of the VERBOSE define and the printfs.
699
700 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
701
702         * gst/goom/goomsl_heap.c: (align_it):
703         * gst/goom/plugin_info.c: (setOptimizedMethods):
704           Compile fixes for x86-64.
705
706 2008-02-23  Bastien Nocera  <hadess@hadess.net>
707
708         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
709         with warnings, but add other CFLAGS
710
711         * gst/goom/goomsl.c (gsl_instr_set_namespace),
712         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
713         (calculate_labels), (gsl_read_file):
714         * gst/goom/goomsl_lex.l:
715         * gst/goom/goomsl_yacc.y:
716         * gst/goom/plugin_info.c: Remove a few live printf, and
717         fprintf, replace exit() calls with g_assert_not_reached()
718         if it not optimal for a library
719
720 2008-02-23  Bastien Nocera  <hadess@hadess.net>
721
722         * gst/goom/Makefile.am: Remove the warnings being disabled,
723         fix linkage on x86, spotted by Sebastian Dröge
724         <slomo@circular-chaos.org>
725
726         * gst/goom/convolve_fx.c (convolve_init),
727         (create_output_with_brightness), (convolve_apply):
728         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
729         * gst/goom/goomsl.c:
730         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
731         * gst/goom/plugin_info.c:
732         * gst/goom/tentacle3d.c (tentacle_fx_create):
733         Fix warnings, and disable the motifs in the convolve_fx
734         plugin (they were causing warnings, and they were just
735         "Goom" in funny letterring)
736
737 2008-02-23  Bastien Nocera  <hadess@hadess.net>
738
739         * configure.ac: Add checks for Flex/Yacc/Bison and other
740         furry animals, for the new goom 2k4 based plugin
741
742         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
743         CPU optimisations (not working yet), move the old plugin to...
744
745         * gst/goom2k1/*: ... here, in case somebody is sick enough
746
747         Fixes #515073
748
749 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
750
751         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
752         Post the server response code in an error message instead of a generic
753         'error' message. Fixes #517237.
754
755 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
756
757         * tests/check/Makefile.am:
758         Ignore gconfaudiosrc for the states unit test too. It will fallback
759         to alsasrc if the gconf settings can't be read and not everybody has
760         alsa.
761
762 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
763
764         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
765         (gst_wavpack_parse_create_src_pad):
766         * ext/wavpack/gstwavpackparse.h:
767         Always report the duration if we know it in push mode and don't
768         return 0 just to make totem believe we can't seek in push mode.
769         Newer totem version use the SEEKING query which properly reports
770         if we can seek or not.
771
772 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
773
774         Patch by: Jens Granseuer <jensgr at gmx dot net>
775
776         * tests/examples/equalizer/demo.c: (main):
777         C89 fix, moving variable declarations to the beginning of
778         the block. Fixes bug #517933.
779
780 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
781
782         * configure.ac:
783         Back to development...
784
785 === release 0.10.7 ===
786
787 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
788
789         * configure.ac:
790           releasing 0.10.7, "Red Door Black"
791
792 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
793
794         * gst/alpha/Makefile.am:
795         Link alpha plugin with libgstbase. Fixes bug #517386.
796
797 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
798
799         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
800         Init values to -1 instead of the default 0 value.
801         Fixes #516524.
802
803 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
804
805         * tests/examples/spectrum/spectrum-example.c:
806         Add missing include to fix compilation when libxml usage is disabled.
807         Fixes: #516371
808
809 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
810
811         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
812         fixes: #514889
813
814         * gst/rtp/gstrtph264pay.c:
815         * gst/rtp/gstrtpmp4gdepay.c:
816         * gst/rtp/gstrtpmp4gpay.c:
817         * gst/rtp/gstrtpmp4gpay.h:
818         * gst/rtp/gstrtptheorapay.c:
819         * gst/rtp/gstrtpvorbispay.c:
820
821         Fix various leaks shown up in valgrind
822         - free sprops and buffer in error cases in H264 payloader
823         - fix leak in mp4g depayloader when construction the caps
824         - don't leak config string in the mp4g payloader
825         - don't leak buffers and headers in theora and vorbis payloaders
826
827         * tests/check/elements/rtp-payloading.c:
828
829         Fix the RTP data test
830         - Actually send valid amr data to the payloader instead of 20
831         zero-bytes
832         - The mp4g payloader expects codec_data on the caps
833
834 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
835
836         * win32/MANIFEST:
837         Add libgstpng.dsp to MANIFEST.
838         * win32/vs6/libgstaudiofx.dsp:
839         Add new source files to VS project file.
840
841 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
842
843         * sys/ximage/gstximagesrc.c:
844         Initialise variables when opening the X display rather
845         than in _start(), as the display can be opened before that.
846
847         Fixes: #515985
848
849 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
850
851         * sys/directdraw/gstdirectdrawsink.c:
852         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
853         (gst_directdraw_sink_finalize):
854         Properly chain up finalize functions. Fixes bug #515980.
855
856 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
857
858         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
859         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
860         (gst_v4l2_buffer_pool_class_init):
861         Chain up the finalize functions. Fixes bug #515984.
862
863 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
864
865         * sys/ximage/ximageutil.c:
866         Chain up in the finalize function for our custom
867         buffer sub-class.
868         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
869         Fixes: #515706
870
871 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
872
873         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
874         (gst_fenced_buffer_class_init):
875         Properly chain up finalize method. Fixes bug #515979.
876
877 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
878
879         * sys/ximage/gstximagesrc.c:
880         Free allocated Damage memory before closing our connection to the
881         X server. Partially fixes: #515706
882
883 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
884
885         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
886         * tests/check/Makefile.am:
887         * tests/check/gst-plugins-good.supp:
888         Add a few libjpeg suppressions and initialize a variable to
889         make smokeenc valgrind clean. Fixes bug #515701.
890
891 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
892
893         * gst/avi/gstavidemux.c:
894         Revert patch which sends timestamps only on keyframes, as it
895         breaks playback with current gst-ffmpeg.
896
897         Fixes: #515562
898
899 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
900
901         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
902         * tests/check/elements/multifile.c: (GST_START_TEST):
903         Close some memory leaks spotted by the unit test. Fixes bug #515697.
904
905 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
906
907         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
908         Use and unset the GError when pipeline creation fails instead of
909         simply leaking it. Fixes bug #515704.
910
911 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
912
913         * gst/audiofx/audioamplify.c:
914         * gst/audiofx/audiochebband.c:
915         * gst/audiofx/audiocheblimit.c:
916         * gst/audiofx/audiodynamic.c:
917         * gst/audiofx/audioinvert.c:
918         * gst/audiofx/audiopanorama.c:
919         * gst/audiofx/audiowsincband.c:
920         * gst/audiofx/audiowsinclimit.c:
921         Fix long description of audiofx elements. Fixes bug #515457.
922
923 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
924
925         * docs/plugins/Makefile.am:
926         * gst/spectrum/gstspectrum.c:
927         * tests/examples/spectrum/.cvsignore:
928         * tests/examples/spectrum/Makefile.am:
929         * tests/examples/spectrum/spectrum-example.c:
930
931         Add a simple example application for the spectrum element, include it
932         in the docs, and fix some documentation ambiguities.
933
934         Fixes: #348085
935
936 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
937
938         * gst/equalizer/Makefile.am:
939         * gst/spectrum/Makefile.am:
940         Fix includes order
941
942         * tests/check/Makefile.am:
943         Exclude v4l2src from the states test - it takes too long to start.
944
945         * tests/check/elements/spectrum.c:
946         Make the test run properly with CK_FORK=no
947
948 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
949
950         * gst/audiofix/Makefile.am: add missing header files 
951
952 2008-02-08  Julien Moutte  <julien@fluendo.com>
953
954         * gst/matroska/matroska-demux.c:
955         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
956         keyframe and delta units correctly when dealign with a BlockGroup.
957         Fixes: #514397
958
959 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
960
961         * tests/check/elements/.cvsignore:
962         Spell the new tests correctly in .cvsignore
963
964 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
965
966         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
967           Need to use gsize here for the size, fixes compiler warning.
968
969         * tests/examples/equalizer/.cvsignore:
970         * tests/examples/equalizer/Makefile.am:
971         * tests/examples/spectrum/.cvsignore:
972         * tests/examples/spectrum/Makefile.am:
973           Add missing files to fix the build.
974
975 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
976
977         * configure.ac:
978         * docs/plugins/Makefile.am:
979         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
980         * docs/plugins/gst-plugins-good-plugins-sections.txt:
981         * docs/plugins/gst-plugins-good-plugins.args:
982         * docs/plugins/gst-plugins-good-plugins.hierarchy:
983         * docs/plugins/inspect/plugin-multifile.xml:
984         * tests/check/Makefile.am:
985         * tests/check/elements/.cvsignore:
986
987         Move multifile plugin from -bad.
988         Fixes: #490283
989
990 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
991
992         * configure.ac:
993         * docs/plugins/Makefile.am:
994         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
995         * docs/plugins/gst-plugins-good-plugins-sections.txt:
996         * docs/plugins/gst-plugins-good-plugins.args:
997         * docs/plugins/gst-plugins-good-plugins.hierarchy:
998         * docs/plugins/inspect/plugin-spectrum.xml:
999         * gst/spectrum/Makefile.am:
1000         * tests/check/Makefile.am:
1001         * tests/check/elements/.cvsignore:
1002         * tests/examples/Makefile.am:
1003
1004         Move spectrum plugin from -bad.
1005         Move examples into tests/examples/spectrum.
1006
1007 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
1008
1009         * configure.ac:
1010         * docs/plugins/Makefile.am:
1011         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1012         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1013         * docs/plugins/gst-plugins-good-plugins.args:
1014         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1015         * docs/plugins/gst-plugins-good-plugins.interfaces:
1016         * docs/plugins/inspect/plugin-equalizer.xml:
1017         * gst/equalizer/Makefile.am:
1018         * tests/check/Makefile.am:
1019         * tests/examples/Makefile.am:
1020         Move the equalizer plugin across from -bad
1021
1022         * tests/check/elements/.cvsignore:
1023         Add equalizer, audiosincwband and audiosincwlimit
1024
1025         * tests/check/elements/equalizer.c:
1026         Fix compiler warnings
1027
1028         Fixes: #415627
1029
1030 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
1031
1032         * configure.ac:
1033         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
1034         are treated like releases and build without it.
1035
1036 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
1037
1038         * docs/plugins/Makefile.am:
1039         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1040         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1041         * docs/plugins/gst-plugins-good-plugins.args:
1042         * docs/plugins/inspect/plugin-audiofx.xml:
1043         * gst/audiofx/Makefile.am:
1044         * gst/audiofx/audiofx.c:
1045         * gst/audiofx/audiowsincband.c:
1046         * gst/audiofx/audiowsincband.h:
1047         * gst/audiofx/audiowsinclimit.c:
1048         * gst/audiofx/audiowsinclimit.h:
1049         * tests/check/Makefile.am:
1050         * tests/check/elements/audiowsincband.c:
1051         * tests/check/elements/audiowsinclimit.c:
1052
1053         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
1054         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
1055         respectively.
1056
1057         Fixes: #467666
1058
1059 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1060
1061         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
1062         * tests/check/elements/icydemux.c:
1063           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
1064           caps, and add a somewhat useful debug message. Plus test.
1065
1066 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
1067
1068         * gst/rtsp/gstrtspsrc.c:
1069         Include unistd.h only if HAVE_UNISTD_H is defined
1070         * win32/common/config.h.in:
1071         * win32/common/config.h:
1072         Define socklen_t as it seems it's not defined in default 
1073         Visual Studio headers.
1074         * win32/vs6/libgstalpha.dsp:
1075         * win32/vs6/libgstapetag.dsp:
1076         * win32/vs6/libgstavi.dsp:
1077         * win32/vs6/libgstrtp.dsp:
1078         * win32/vs6/libgstrtsp.dsp:
1079         * win32/vs6/libgstvideomixer.dsp:
1080         Update project file dependencies and add new source files       
1081
1082 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
1083
1084         Patch by: Bjarne Rosengren <bjarne at axis dot com>
1085
1086         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
1087         Don't leak buffers when we don't push them downstream.
1088         Fixes bug #514965.
1089
1090 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1091
1092         * configure.ac:
1093           Bump requirements to (good) released versions to avoid
1094           confusion and make implicit core requirement explicit.
1095
1096 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
1097
1098         * docs/plugins/Makefile.am:
1099         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1100         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1101         * docs/plugins/gst-plugins-good-plugins.args:
1102         * docs/plugins/inspect/plugin-audiofx.xml:
1103         * gst/audiofx/Makefile.am:
1104         * gst/audiofx/audiochebband.c:
1105         * gst/audiofx/audiochebband.h:
1106         * gst/audiofx/audiocheblimit.c:
1107         * gst/audiofx/audiocheblimit.h:
1108         * gst/audiofx/audiochebyshevfreqband.c:
1109         * gst/audiofx/audiochebyshevfreqband.h:
1110         * gst/audiofx/audiochebyshevfreqlimit.c:
1111         * gst/audiofx/audiochebyshevfreqlimit.h:
1112         * gst/audiofx/audiofx.c:
1113         * tests/check/Makefile.am:
1114         * tests/check/elements/.cvsignore:
1115         * tests/check/elements/audiochebband.c:
1116         * tests/check/elements/audiocheblimit.c:
1117         * tests/check/elements/audiochebyshevfreqband.c:
1118         * tests/check/elements/audiochebyshevfreqlimit.c:
1119
1120         Rename audiochebyshevfreqband -> audiochebband and
1121         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
1122         surgery.
1123
1124         Closes: #491811
1125
1126 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1127
1128         Patch by: Orjan Friberg <orjanf at axis dot com>
1129
1130         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
1131         Fix caps memory leak. Fixes #514573.
1132
1133 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
1134
1135         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
1136         If there's no entries in the subindex, don't try to do anything stupid,
1137         just return.
1138
1139 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
1140
1141         Patch by: John Millikin <jmillikin at gmail dot com>
1142
1143         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
1144           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
1145           Fix extraction of picture blocks with newer libflac versions again:
1146           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
1147
1148 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
1149
1150         * tests/check/Makefile.am:
1151           Add rtp-payloading test to VALGRIND_TO_FIX.
1152
1153         * tests/check/elements/rtp-payloading.c:
1154           Add semicolons after GST_TEST_END so gst-indent gets the
1155           formatting right; make test less verbose in general, but
1156           more verbose in the error case (which should probably
1157           make the test fail anyway).
1158
1159 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
1160
1161         * docs/plugins/Makefile.am:
1162         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1163         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1164         * gst/avi/gstavisubtitle.c:
1165         Add documentation for avisubtitle and change class to
1166         Codec/Parser/Subtitle
1167
1168 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
1169
1170         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
1171         Treat ENOTTY (driver does not implement ioctl) the same as
1172         EINVAL since it implies there are no available standards.
1173
1174         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
1175         (gst_v4l2src_get_nearest_size):
1176         Replace gst_v4l2src_get_size_limits with 2 calls to new function
1177         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
1178         probe if the driver does not support VIDIOC_TRY_FMT for whatever
1179         reason, and if we aren't yet actively capturing.
1180
1181         * sys/v4l2/v4l2src_calls.h:
1182         Remove replaced function declaration.
1183
1184 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
1185
1186         * configure.ac:
1187         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
1188         API.
1189
1190 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
1191
1192         * configure.ac:
1193         Fix typo.
1194
1195 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
1196
1197         * gst/alpha/Makefile.am:
1198         * gst/alpha/gstalpha.c:
1199
1200         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
1201         some stuff, and making buffer-alloc and resizing work automatically.
1202         No longer crashes on odd frame widths and heights, although there
1203         seems to be a disagreement with ffmpegcolorspace about what size
1204         an AYUV frame with odd height should be.
1205
1206 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
1207
1208         Patch by: Alessandro Decina <alessandro at nnva dot org>
1209
1210         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
1211         * ext/libpng/gstpngenc.h:
1212         Preallocate the output buffer so that g_memdup() and
1213         gst_buffer_merge() aren't needed anymore. This greatly improves
1214         performances and fixes #512544.
1215
1216 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
1217
1218         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
1219         (gst_avi_demux_stream_data):
1220         GStreamer timestamps are PTS values while AVI only knows about DTS
1221         timestamps. Make sure we only copy the DTS as the buffer timestamp when
1222         we are dealing with a key frame.
1223
1224 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
1225
1226         * tests/check/Makefile.am:
1227         * tests/check/elements/.cvsignore:
1228         * tests/check/elements/rtp-payloading.c:
1229           Add add testsuite for the rtp-payloader that tries simulating
1230           dataflow. Needs more test data.
1231
1232 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
1233
1234         * tests/check/elements/alphacolor.c:
1235           Remove two unused variables.
1236
1237 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
1238
1239         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
1240           Use g_ascii_strtoll() instead of atoll, which is only
1241           available in C99.
1242
1243 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
1244
1245         * gst/rtp/Makefile.am:
1246         * gst/rtp/gstrtp.c:
1247         * gst/rtp/gstrtpmpvpay.c:
1248         * gst/rtp/gstrtpmpvpay.h:
1249         Add MPEG2 video payloader
1250
1251 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
1252
1253         * gst/level/gstlevel.c:
1254         Use #include <math.h> instead of #include "math.h".
1255
1256 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
1257
1258         * tests/check/Makefile.am:
1259         Fix up some CFLAGS sets.
1260         Don't include gconfvideosrc in the states test.
1261
1262         * tests/check/elements/autodetect.c: (GST_START_TEST):
1263         Add some error strings to fail_unless arguments to fix some weird
1264         compiler errors on Solaris.
1265
1266 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
1267
1268         * configure.ac:
1269         Detect video4linux headers on Solaris too.
1270         * sys/v4l2/gstv4l2colorbalance.h:
1271         * sys/v4l2/gstv4l2object.h:
1272         * sys/v4l2/v4l2_calls.c:
1273         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1274         (gst_v4l2_buffer_new):
1275
1276         Make v4l2 build on Solaris.
1277         Patch by: Brian Cameron  <brian.cameron at sun dot com>
1278         Fixes: #510505
1279
1280 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
1281
1282         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1283           Update list from (still local) scanning script.
1284
1285 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
1286
1287         Based on a patch by:
1288             Victor STINNER <victor dot stinner at haypocalc dot com>
1289
1290         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
1291         Set variable to NULL after freeing it to prevent double frees
1292         or make failures by another use of it afterwards more obvious
1293         and fix use of it after the freeing. Fixes bug #510592.
1294
1295 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
1296
1297         * gst/udp/gstmultiudpsink.c:
1298         use GST_WARNING for logging
1299
1300 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
1301
1302         * gst/udp/gstmultiudpsink.c:
1303         Don't try to leave a multicast group with an invalid socket
1304
1305 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
1306
1307         * ext/flac/gstflacdec.c:
1308           Fix compilation against flac 1.1.2 (as on debian stable), where
1309           the picture metadata defines and structs don't exist yet.
1310           Fixes #509301.
1311
1312 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
1313
1314         Patch by: Olivier Crete <tester at tester dot ca>
1315
1316         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
1317         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
1318         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
1319         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
1320         * gst/udp/gstmultiudpsink.h:
1321         Add property to automatically join a multicast group or not. This can be
1322         useful when sharing a socket between multiple elements.
1323         Fixes #509531.
1324
1325 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
1326
1327         * gst/videomixer/Makefile.am:
1328           Add controller flags.
1329
1330 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
1331
1332         * gst/videomixer/videomixer.c:
1333           Also commit the missing gst_object_sync_values().
1334
1335 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
1336
1337         * docs/plugins/Makefile.am:
1338           Remove duplicate entry.
1339
1340 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
1341
1342         * docs/plugins/Makefile.am:
1343         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1344         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1345         * docs/plugins/inspect/plugin-gamma.xml:
1346         * docs/plugins/inspect/plugin-monoscope.xml:
1347         * docs/plugins/inspect/plugin-video4linux2.xml:
1348           Add 3 more plugins to docs.
1349
1350 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
1351
1352         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1353         * sys/osxvideo/osxvideosink.h:
1354           Revert previous change caused by a file that got stuck on an old
1355           revision.
1356
1357 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
1358
1359         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1360         * gst/multipart/Makefile.am:
1361         * gst/multipart/multipartdemux.c:
1362         * gst/multipart/multipartdemux.h:
1363         * gst/multipart/multipartmux.c:
1364         * gst/multipart/multipartmux.h:
1365           Re-add multipartdemux to the docs. Last round of section cleanup.
1366
1367 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
1368
1369         * docs/plugins/Makefile.am:
1370         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1371         * sys/osxaudio/gstosxaudiosink.h:
1372         * sys/osxvideo/osxvideosink.h:
1373           Managed to resolve most unused declarations. Filed a bug for one left.          
1374
1375 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
1376
1377         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1378           Cleanup section file.
1379
1380 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
1381
1382         * docs/plugins/Makefile.am:
1383         * docs/plugins/gst-plugins-good-plugins.args:
1384         * docs/plugins/gst-plugins-good-plugins.signals:
1385         * docs/plugins/inspect/plugin-alaw.xml:
1386         * docs/plugins/inspect/plugin-alpha.xml:
1387         * docs/plugins/inspect/plugin-alphacolor.xml:
1388         * docs/plugins/inspect/plugin-annodex.xml:
1389         * docs/plugins/inspect/plugin-apetag.xml:
1390         * docs/plugins/inspect/plugin-audiofx.xml:
1391         * docs/plugins/inspect/plugin-auparse.xml:
1392         * docs/plugins/inspect/plugin-autodetect.xml:
1393         * docs/plugins/inspect/plugin-avi.xml:
1394         * docs/plugins/inspect/plugin-cairo.xml:
1395         * docs/plugins/inspect/plugin-cdio.xml:
1396         * docs/plugins/inspect/plugin-cutter.xml:
1397         * docs/plugins/inspect/plugin-debug.xml:
1398         * docs/plugins/inspect/plugin-dv.xml:
1399         * docs/plugins/inspect/plugin-efence.xml:
1400         * docs/plugins/inspect/plugin-effectv.xml:
1401         * docs/plugins/inspect/plugin-flac.xml:
1402         * docs/plugins/inspect/plugin-flxdec.xml:
1403         * docs/plugins/inspect/plugin-gconfelements.xml:
1404         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
1405         * docs/plugins/inspect/plugin-goom.xml:
1406         * docs/plugins/inspect/plugin-halelements.xml:
1407         * docs/plugins/inspect/plugin-icydemux.xml:
1408         * docs/plugins/inspect/plugin-id3demux.xml:
1409         * docs/plugins/inspect/plugin-jpeg.xml:
1410         * docs/plugins/inspect/plugin-ladspa.xml:
1411         * docs/plugins/inspect/plugin-level.xml:
1412         * docs/plugins/inspect/plugin-matroska.xml:
1413         * docs/plugins/inspect/plugin-mulaw.xml:
1414         * docs/plugins/inspect/plugin-multipart.xml:
1415         * docs/plugins/inspect/plugin-navigationtest.xml:
1416         * docs/plugins/inspect/plugin-png.xml:
1417         * docs/plugins/inspect/plugin-quicktime.xml:
1418         * docs/plugins/inspect/plugin-rtp.xml:
1419         * docs/plugins/inspect/plugin-rtsp.xml:
1420         * docs/plugins/inspect/plugin-shout2send.xml:
1421         * docs/plugins/inspect/plugin-smpte.xml:
1422         * docs/plugins/inspect/plugin-speex.xml:
1423         * docs/plugins/inspect/plugin-taglib.xml:
1424         * docs/plugins/inspect/plugin-udp.xml:
1425         * docs/plugins/inspect/plugin-videobalance.xml:
1426         * docs/plugins/inspect/plugin-videobox.xml:
1427         * docs/plugins/inspect/plugin-videocrop.xml:
1428         * docs/plugins/inspect/plugin-videoflip.xml:
1429         * docs/plugins/inspect/plugin-videomixer.xml:
1430         * docs/plugins/inspect/plugin-wavenc.xml:
1431         * docs/plugins/inspect/plugin-wavpack.xml:
1432         * docs/plugins/inspect/plugin-wavparse.xml:
1433           Update plugin docs.
1434
1435         * gst/videomixer/Makefile.am:
1436         * gst/videomixer/videomixer.c:
1437         * gst/videomixer/videomixer.h:
1438         * gst/videomixer/videomixerpad.h:
1439           Split out header to fix warnings from the doc-build.
1440
1441 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1442
1443         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
1444
1445         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
1446         Use atoll to parse the rtptime with enough precision. Fixes #509329.
1447
1448 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
1449
1450         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
1451         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
1452           Initialise variables to work around (false) 'foo might be used
1453           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
1454
1455 2008-01-11  David Schleef  <ds@schleef.org>
1456
1457         * docs/plugins/.cvsignore:
1458         * tests/check/pipelines/.cvsignore:
1459           Ignore more files for the buildbot.
1460
1461 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
1462
1463         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
1464         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
1465         Generate the image-type values correctly. Leave them out of the caps
1466         when outputting a "preview image" tag, since it only makes sense
1467         to have one of those - the type is irrelevant.
1468
1469         * sys/sunaudio/gstsunaudiomixerctrl.c:
1470         (gst_sunaudiomixer_ctrl_open):
1471         If we can, mark the mixer multiple open when we use it, in case
1472         (for some reason) the process wants to open it again elsewhere.
1473
1474 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1475
1476         Patch by: Olivier Crete <tester at tester dot ca>
1477
1478         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
1479         * gst/rtp/gstrtptheorapay.c:
1480         Fix the clock rate to 90000 as required by the RFC.
1481         Fixes #508644.
1482
1483 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
1484
1485         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
1486           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
1487
1488 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
1489
1490         * autogen.sh:
1491           Add -Wno-portability to the automake parameters to stop warnings
1492           about GNU make extensions being used. We require GNU make in almost
1493           every Makefile anyway.
1494           
1495         * configure.ac:
1496           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
1497           at the same time is required for per target flags.
1498
1499 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
1500
1501         * gst/videomixer/videomixer.c: (gst_videomixer_init):
1502         Fix error from my last commit.
1503
1504 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1505
1506         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
1507
1508         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
1509           Make sure the ISO 639-X language code in ID3v2 COMM frames
1510           is actually valid UTF-8 (or rather: ASCII), so we don't end
1511           up with non-UTF8 strings in tags if there's garbage in the
1512           language field. Also make sure the language code is always
1513           lower case. Fixes: #508291.
1514
1515 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1516
1517         * ChangeLog:
1518           Fix ChangeLog typo.
1519
1520 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1521
1522         * Makefile.am:
1523           Include lcov.mak to allow building coverage reports. Guard
1524           check-torture target like in the other packages.
1525
1526 2008-01-09  Sameer Naik  <sameer@damagehead.com>
1527
1528         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
1529
1530         * gst/videomixer/videomixer.c:
1531         (gst_videomixer_set_master_geometry), (_do_init),
1532         (gst_videomixer_child_proxy_get_child_by_index),
1533         (gst_videomixer_child_proxy_get_children_count),
1534         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
1535         (gst_videomixer_init), (gst_videomixer_request_new_pad),
1536         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
1537         Implement GstChildProxy interface.
1538         Send newsegment at the right moment
1539         Fixes #488879
1540
1541 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
1542
1543         * gst/alpha/Makefile.am:
1544         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
1545         (gst_alpha_sink_event), (gst_alpha_chain),
1546         (gst_alpha_change_state), (plugin_init):
1547         Make the various properties of 'alpha' controllable. This allows doing
1548         niceties like fade-in/fade-out.
1549
1550 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1551
1552         * gst/rtp/gstasteriskh263.c:
1553         * gst/rtp/gstrtpL16depay.c:
1554         * gst/rtp/gstrtpac3depay.c:
1555         * gst/rtp/gstrtpamrpay.c:
1556         * gst/rtp/gstrtpdepay.c:
1557         * gst/rtp/gstrtpgsmdepay.c:
1558         * gst/rtp/gstrtph263depay.c:
1559         * gst/rtp/gstrtph263pdepay.c:
1560         * gst/rtp/gstrtph263ppay.c:
1561         * gst/rtp/gstrtph264depay.c:
1562         * gst/rtp/gstrtph264pay.c:
1563         * gst/rtp/gstrtpmp2tdepay.c:
1564         * gst/rtp/gstrtpmp4adepay.c:
1565         * gst/rtp/gstrtpmp4gdepay.c:
1566         * gst/rtp/gstrtpmp4gpay.c:
1567         * gst/rtp/gstrtpmp4vdepay.c:
1568         * gst/rtp/gstrtpmpadepay.c:
1569         * gst/rtp/gstrtpmpvdepay.c:
1570         * gst/rtp/gstrtpsv3vdepay.c:
1571         * gst/rtp/gstrtptheoradepay.c:
1572         * gst/rtp/gstrtptheorapay.c:
1573         * gst/rtp/gstrtpvorbisdepay.c:
1574         * gst/rtp/gstrtpvorbispay.c:
1575           Remove copy/paste unused code (property setters and getter) found by
1576           the coverage suite (yay, saves ~20k on disk).
1577
1578 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1579
1580         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
1581           (videosink_templ):
1582           Also fix up pad templates to indicate that image/jpeg doesn't
1583           absolutely require the framerate property to be set (#504081).
1584
1585 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1586
1587         Based on patch by: Wouter Cloetens  <wouter at mind be>
1588
1589         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
1590           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
1591           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
1592         * gst/matroska/matroska-mux.h:
1593           Keep track of first and last timestamps for each incoming stream,
1594           so we can calculate the total duration for live sources and other
1595           input where we can't query the duration from the start or where
1596           there's no constant framerate from which we can deduce the
1597           duration; also use calculated/observed duration if it is bigger
1598           than the previously queried duration. Furthermore, use
1599           gst_pad_query_peer_duration() and take into account that it may
1600           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
1601           screws up comparisons when using unsigned integers. Fixes #504081.
1602
1603 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
1604
1605         * configure.ac:
1606         * gst/audiofx/audioamplify.c:
1607         (gst_audio_amplify_clipping_method_get_type),
1608         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
1609         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
1610         (gst_audio_dynamic_transform_ip):
1611         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
1612         (gst_audio_invert_transform_ip):
1613         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
1614         (gst_audio_panorama_transform):
1615         * gst/level/gstlevel.c: (gst_level_init):
1616         Make elements GST_BUFFER_FLAG_GAP aware and call
1617         gst_base_transform_set_gap_aware for this.
1618         Bump core requirement to CVS.
1619         
1620         * gst/audiofx/audiochebyshevfreqband.c:
1621         (gst_audio_chebyshev_freq_band_transform_ip):
1622         * gst/audiofx/audiochebyshevfreqlimit.c:
1623         (gst_audio_chebyshev_freq_limit_transform_ip):
1624         Also sync GObject properties to the controller if operating
1625         in passthrough mode.
1626
1627 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
1628
1629         * sys/directdraw/gstdirectdrawsink.c:
1630           (gst_directdraw_sink_window_thread):
1631           FALSE is not a gpointer.
1632
1633 2008-01-05  Julien Moutte  <julien@fluendo.com>
1634
1635         * sys/directdraw/gstdirectdrawsink.c:
1636         (gst_directdraw_sink_set_window_id),
1637         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
1638         (gst_directdraw_sink_buffer_alloc),
1639         (gst_directdraw_sink_draw_borders),
1640         (gst_directdraw_sink_show_frame),
1641         (gst_directdraw_sink_setup_ddraw),
1642         (gst_directdraw_sink_window_thread),
1643         (gst_directdraw_sink_get_ddrawcaps),
1644         (gst_directdraw_sink_surface_create): Make sure we create our
1645         internal window only when we need it. That will give a chance to
1646         the application to get the prepare-xwindow-id bus message. Draw
1647         black borders when keeping aspect ratio. Handle the case where our
1648         rendering window disappears (closed or errors) like other sinks
1649         do. Various 80 columns fixes, improve state change order. That
1650         element could need some more love.
1651
1652 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
1653
1654         * ext/taglib/gstapev2mux.h:
1655         * ext/taglib/gstid3v2mux.h:
1656         Remove useless typedefs without new type name. Fixes a warning with
1657         gcc 4.3.
1658
1659 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1660
1661         Patch by: John Millikin <jmillikin at gmail dot com>
1662
1663         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
1664         (gst_flac_dec_setup_stream_decoder),
1665         (gst_flac_normalize_picture_mime_type),
1666         (gst_flac_extract_picture_buffer),
1667         (gst_flac_dec_metadata_callback):
1668         Emit metadata messages when a PICTURE block is encountered.
1669         Fixes #506715.
1670
1671 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
1672
1673         * gst/avi/gstavi.c:
1674         increase rank because no known issues anymore ...
1675         * gst/avi/gstavisubtitle.c:
1676         send subtitle name to the srcpad
1677
1678 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1679
1680         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
1681         * gst/rtsp/gstrtspsrc.h:
1682         Implement redirect for the DESCRIBE reply. Fixes #506025.
1683
1684 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
1685
1686         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
1687         Fix 'xyz may be used uninitialized' compiler warnings caused
1688         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
1689         abort() in any case but properly report the error.
1690
1691 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
1692
1693         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
1694         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
1695         * sys/ximage/gstximagesrc.c: (composite_pixel):
1696           Fix 'xyz may be used uninitialized' compiler warnings caused
1697           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
1698           not really nice to abort in any case). Fixes #505745.
1699
1700 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1701
1702         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
1703           Small unit test fix (has no practical impact at the moment,
1704           since we're only feeding utf8 and hence just create a sub-
1705           buffer for the output).
1706
1707 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
1708
1709         * gst/avi/gstavisubtitle.c:
1710         * tests/check/elements/avisubtitle.c:
1711         Add seeking support for avi subtitle
1712
1713 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
1714
1715         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
1716         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
1717         (gst_flac_dec_write):
1718         * ext/flac/gstflacdec.h:
1719         Remove some unused vars.
1720         Do more cleanup of leftover events and tags.
1721         Output tags after the segment event. Fixes #504018.
1722
1723 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1724
1725         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
1726           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
1727           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
1728           Detect other UTF byte order markers and convert to UTF-8 as
1729           appropriate.
1730
1731 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1732
1733         * gst/avi/gstavisubtitle.c: (src_template),
1734           (gst_avi_subtitle_extract_utf8_file),
1735           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
1736           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
1737           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
1738         * gst/avi/gstavisubtitle.h:
1739           Refactor a bit; fix name extraction; don't assume all the data
1740           in the chunk is actually subtitle data, there may be padding at
1741           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
1742           file so it's there to send again after a seek (for future use).
1743
1744 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
1745
1746         * gst/avi/Makefile.am:
1747         * gst/avi/gstavi.c:
1748         * gst/avi/gstavisubtitle.c:
1749         * gst/avi/gstavisubtitle.h:
1750         * tests/check/Makefile.am:
1751         * tests/check/elements/avisubtitle.c:
1752         * win32/common/config.h:
1753                 Add avi subtitle element for bug #442034. Need seeking support
1754                 and more support for character conversion.
1755
1756 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1757
1758         * Makefile.am:
1759           Include common/win32.mak for CRLF check of win32 project
1760           files (see #393626).
1761
1762         * win32/vs6/libgstpng.dsp:
1763           Fix line endings and do cvs admin -kb.
1764
1765 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1766
1767         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
1768         Actually drop the buffers which are outside the currently configured
1769         segment instead of just emitting a WARNING.
1770
1771 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1772
1773         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
1774         (gst_flac_dec_write):
1775         * ext/flac/gstflacdec.h:
1776         Send segments from the streaming thread. Fixes #502187.
1777         Fix segment seeking and a bunch of other seeking cases.
1778
1779 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
1780
1781         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
1782           Parse WOAF frames and put the result into GST_TAG_CONTACT,
1783           which is where it would end up if the same information was
1784           put in a vorbis comment (don't think it's worth adding a
1785           new URI tag for this). Fixes #488112.
1786
1787 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1788
1789         * configure.ac:
1790           We need core/base 0.10.15 or later.
1791
1792 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1793
1794         Patch by: Mark Nauwelaerts <manauw skynet be>
1795
1796         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
1797         Fix regression in stream numbering. Fixes #502655.
1798
1799 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1800
1801         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
1802
1803         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
1804         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
1805         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
1806         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
1807         (gst_rtp_h264_pay_handle_buffer):
1808         * gst/rtp/gstrtph264pay.h:
1809         Use higher performance start-code searching.
1810         Parse NALs and store SPS, PPS and profile in the caps so that they can
1811         be used in the SDP. Fixes #502814.
1812
1813 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1814
1815         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
1816         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
1817           Init some structs to zero before we pass them to ioctl, which
1818           avoids valgrind warnings.  Also fix a small memory leak.
1819
1820 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1821
1822         Patch by: Wouter Cloetens <wouter at mind dot be>
1823
1824         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
1825         Copy timestamp from input to output. Not very perfect yet but better
1826         than nothing. Fixes #503023.
1827
1828 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1829
1830         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1831           Also print a useful error message with the old Wavpack API
1832           if possible.
1833
1834 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1835
1836         * ext/wavpack/gstwavpackdec.c:
1837           More build fixes for old libwavpack versions: include config.h so
1838           that WAVPACK_OLD_API is actually defined as detected; only use
1839           WavpackGetErrorMessage if it is available. This fixes the build
1840           on debian stable for me.
1841
1842 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1843
1844         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1845         * ext/wavpack/gstwavpackparse.c:
1846           (gst_wavpack_parse_create_src_pad):
1847           Workaround the non-existance of WavpackGetChannelMask in Wavpack
1848           versions below 4.40.0.
1849
1850 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1851
1852         * configure.ac:
1853           And now do it right for real...
1854
1855 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1856
1857         * configure.ac:
1858           Correctly reset $LIBS to not contain -lm.
1859
1860 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1861
1862         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
1863
1864         * configure.ac:
1865         * ext/cairo/gsttimeoverlay.c:
1866           (gst_cairo_time_overlay_print_smpte_time):
1867           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
1868           and checking for rint() and implementing it ourself if it doesn't
1869           exist. Fixes #497293.
1870
1871 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1872
1873         * configure.ac:
1874           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
1875
1876 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
1877
1878         * sys/oss/gstosshelper.c:
1879         Verify that the format returned after the ioctl is the one
1880         we requested. It is valid for the ioctl to succeed while
1881         substituting an alternate 'supported' sample format.
1882
1883 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
1884
1885         * sys/oss/gstossaudio.c: (plugin_init):
1886         * sys/oss/gstosssink.c: (gst_oss_sink_open):
1887         * sys/oss/gstosssrc.c: (gst_oss_src_open):
1888           Post decent (and translated) error message when we can't
1889           open the audio device for some reason.
1890
1891 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
1892
1893         * sys/oss/gstosssink.c:
1894         * sys/oss/gstosssrc.c:
1895         Allow the AUDIODEV environment variable to redirect us
1896         to a different default OSS device, like sunaudiosink does
1897         on Solaris (makes audio play automatically on SunRays).
1898
1899 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
1900
1901         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
1902         * gst/audiofx/audiochebyshevfreqband.c:
1903         (gst_audio_chebyshev_freq_band_transform_ip):
1904         * gst/audiofx/audiochebyshevfreqlimit.c:
1905         (gst_audio_chebyshev_freq_limit_transform_ip):
1906         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
1907         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
1908         The transform_ip() methods should do nothing if in passthrough mode.
1909         It might get non-writable buffers in that case but the buffer might
1910         as well be writable.
1911
1912         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
1913         The transform() methods won't be called in passthrough mode and
1914         otherwise the buffer is always writable so don't check here.
1915
1916 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
1917
1918         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
1919           Fix seeking in .wav files again (#501775).  Some people seem to think
1920           they don't need to test their changes when they're just 'reflowing'
1921           some code.
1922
1923 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1924
1925         * gst/autodetect/gstautovideosink.c:
1926         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
1927         (gst_auto_video_sink_init),
1928         (gst_auto_video_sink_create_element_with_pretty_name),
1929         (gst_auto_video_sink_find_best),
1930         (gst_auto_video_sink_set_property),
1931         (gst_auto_video_sink_get_property):
1932         * gst/autodetect/gstautovideosink.h:
1933         Fix docs.
1934         Use same error reporting code as autoaudiosink.
1935         Add property to filter sinks based on caps. Only select raw video sinks
1936         by default for backwards compat.
1937         API: GstAutoVideoSink::filter-caps
1938
1939 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1940
1941         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1942
1943         * gst/autodetect/gstautoaudiosink.c:
1944         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
1945         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
1946         (gst_auto_audio_sink_set_property),
1947         (gst_auto_audio_sink_get_property):
1948         * gst/autodetect/gstautoaudiosink.h:
1949         Add property to filter sinks based on caps. Only select raw audio sinks
1950         by default for backwards compat.  Fixes #417420.
1951         API: GstAutoAudioSink::filter-caps
1952
1953 2007-11-29  Michael Smith <msmith@fluendo.com>
1954
1955         Patch by: Arek Korbik <arkadini@gmail.com>
1956
1957         * gst/videobox/gstvideobox.c: (plugin_init):
1958           Initialise liboil in plugin_init()
1959
1960 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
1961
1962         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
1963         Post error before sending EOS. Fixes #499178.
1964
1965 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
1966
1967         * win32/vs6/gst_plugins_good.dsw:
1968         * win32/vs6/libgstpng.dsp:
1969         Add a project file for libgstpng
1970
1971 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
1972
1973         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
1974         (gst_rtp_h263_depay_process):
1975         Code beautification.
1976         Added debug statements.
1977         Don't bit-shift everything, just do operations on last/first byte
1978         instead.
1979
1980 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
1981
1982         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
1983
1984         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
1985         Fix wrong comparison in overrun check. Fixes #499239 some more.
1986
1987 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
1988
1989         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
1990         (gst_rtp_h263_depay_process):
1991         * gst/rtp/gstrtph263depay.h:
1992         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
1993         stream.
1994
1995 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
1996
1997         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
1998
1999         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
2000         (gst_rtp_mp4a_depay_process):
2001         * gst/rtp/gstrtpmp4adepay.h:
2002         Fix depayloading when multiple frames are inside one RTP packet.
2003         Fixes #499239.
2004
2005 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
2006
2007         * gst/level/gstlevel.c:
2008           Add GAP-flag support.
2009
2010 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
2011
2012         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
2013         Read the I flag for Mode A h263 rtp stream and set the
2014         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
2015         Fixes #499383
2016
2017 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
2018
2019         * gst/level/gstlevel.c:
2020           Remove some dead code and do cleanups.
2021
2022 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
2023
2024         * tests/check/pipelines/simple-launch-lines.c:
2025           Improve the tests by allowing to set a target state.
2026
2027 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
2028
2029         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
2030         Don't check the caps of the output buffer if they're equal some
2031         other caps. The caps can change in a backward compatible way
2032         and did at this point.
2033
2034 2007-11-24  Julien MOUTTE  <julien@moutte.net>
2035
2036         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
2037         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
2038         (gst_qtdemux_seek_to_previous_keyframe),
2039         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
2040         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
2041         reverse playback support.
2042
2043 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
2044
2045         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
2046         Also set the channel layout on the Wavpack caps if we're having
2047         a mono layout. Of course only do it for "audio/x-wavpack".
2048
2049 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
2050
2051         * ext/wavpack/gstwavpackcommon.c:
2052         (gst_wavpack_get_default_channel_mask),
2053         (gst_wavpack_set_channel_layout),
2054         (gst_wavpack_get_default_channel_positions),
2055         (gst_wavpack_get_channel_mask_from_positions),
2056         (gst_wavpack_set_channel_mapping):
2057         * ext/wavpack/gstwavpackcommon.h:
2058         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
2059         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
2060         * ext/wavpack/gstwavpackdec.h:
2061         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
2062         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
2063         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
2064         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
2065         (gst_wavpack_enc_rewrite_first_block),
2066         (gst_wavpack_enc_sink_event):
2067         * ext/wavpack/gstwavpackenc.h:
2068         * ext/wavpack/gstwavpackparse.c:
2069         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
2070         (gst_wavpack_parse_scan_to_find_sample),
2071         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
2072         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
2073         * ext/wavpack/gstwavpackparse.h:
2074         Add support for encoding, parsing and decoding multichannel
2075         files with up to 8 channels. This also improves the robustness
2076         of parsing quite a bit.
2077
2078         * ext/wavpack/gstwavpackstreamreader.c:
2079         (gst_wavpack_stream_reader_read_bytes),
2080         (gst_wavpack_stream_reader_get_pos),
2081         (gst_wavpack_stream_reader_set_pos_abs),
2082         (gst_wavpack_stream_reader_set_pos_rel),
2083         (gst_wavpack_stream_reader_push_back_byte),
2084         (gst_wavpack_stream_reader_get_length),
2085         (gst_wavpack_stream_reader_can_seek),
2086         (gst_wavpack_stream_reader_write_bytes):
2087         Improve debugging.
2088
2089 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
2090
2091         * ext/libpng/gstpngdec.c:
2092         * ext/libpng/gstpngdec.h:
2093           Don't release the png-memory from within the callback.
2094
2095 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
2096
2097         Patch by: René Stadler <mail at renestadler dot de>
2098
2099         * ext/libpng/gstpngenc.c:
2100           Don't leak buffer data memory. Fixes #498395.
2101
2102 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
2103
2104         Patch by: René Stadler <mail at renestadler dot de>
2105
2106         * tests/check/pipelines/simple-launch-lines.c:
2107           Tests for #498395.
2108
2109 2007-11-20  Julien MOUTTE  <julien@moutte.net>
2110
2111         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
2112         (gst_tag_lib_mux_adjust_event_offsets):
2113         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
2114         * sys/osxaudio/Makefile.am:
2115         * sys/osxvideo/cocoawindow.h:
2116         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
2117
2118 2007-11-15  David Schleef  <ds@schleef.org>
2119
2120         * ext/cairo/gsttextoverlay.c:
2121           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
2122
2123 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
2124
2125         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
2126
2127         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
2128         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
2129         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
2130         * gst/rtp/gstrtpmp2tpay.h:
2131         Fill the MTU with as many packets as possible. Fixes #491323.
2132
2133 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
2134
2135         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2136
2137         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
2138         Fix some more leaks. Fixes #497007.
2139
2140 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
2141
2142         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2143
2144         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
2145         (gst_rtspsrc_stream_configure_tcp):
2146         Fix 3 pad leaks. Fixes #496983.
2147
2148 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
2149
2150         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2151
2152         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
2153         Fix small leak. Fixes #497017.
2154
2155 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
2156
2157         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
2158         (gst_qtdemux_prepare_current_sample),
2159         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
2160         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
2161         * gst/qtdemux/qtdemux_fourcc.h:
2162         * gst/qtdemux/qtdemux_types.c:
2163         Add suppport for theora in quicktime according to XiphQT.
2164
2165 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
2166
2167         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
2168         (gst_v4l2src_init), (gst_v4l2src_set_property),
2169         (gst_v4l2src_get_property):
2170         * sys/v4l2/gstv4l2src.h:
2171         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
2172           Always copy buffers by default (handle safer with bugged drivers)
2173           and added a property to make it possible to use mmap effectively (no
2174           copy if possible) when application wants to. Fixes: #480557.
2175
2176 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
2177
2178         * gst/id3demux/id3tags.c:
2179         * gst/id3demux/id3tags.h:
2180         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
2181           We don't want the same string multiple times in a tag list for the
2182           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
2183           this doesn't happen and remove special-case code for GST_TAG_GENRE.
2184
2185 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
2186
2187         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
2188           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
2189           into ID3v2 TXXX frames (fixes #347848).
2190
2191 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
2192
2193         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
2194           Don't leak sdp message contents (fixes #496773).
2195
2196         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
2197           Don't leak URI string.
2198
2199 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
2200
2201         Patch by: Julien Puydt <julien dot puydt at laposte net>
2202
2203         * ext/raw1394/Makefile.am:
2204         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
2205           (gst_1394_property_probe_get_properties),
2206           (gst_1394_property_probe_probe_property),
2207           (gst_1394_property_probe_needs_probe),
2208           (gst_1394_property_probe_get_values),
2209           (gst_1394_property_probe_interface_init),
2210           (gst_1394_type_add_property_probe_interface):
2211         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
2212         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
2213           (gst_dv1394src_init), (gst_dv1394src_dispose),
2214           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
2215           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
2216           (gst_dv1394src_update_device_name):
2217         * ext/raw1394/gstdv1394src.h:
2218           Implement GstPropertyProbe interface and add "device-name" property,
2219           so applications can use this to probe for available devices in the
2220           same way they can already with v4lsrc and v4l2src (however horrible
2221           this property probe interface may be). Fixes #358841.
2222
2223 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
2224
2225         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2226
2227         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
2228           (gst_rtspsrc_parse_range):
2229           Don't leak event, don't leak range (fixes #496752).
2230
2231 2007-11-14  Michael Smith <msmith@fluendo.com>
2232
2233         Patch by: Arek Korbik <arkadini@gmail.com>
2234
2235         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
2236           Detect RGBA/BGRA correctly on little endian systems.
2237
2238 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
2239
2240         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2241           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
2242           corresponding ioctl() call fails even though the driver claims to
2243           support this format, just fall back to the pre-2.6.19 kernel
2244           routine that creates caps with suitable height and width ranges
2245           (see #448278).
2246
2247 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
2248
2249         Patch by: Mark Nauwelaerts <manauw skynet be>
2250
2251         * gst/matroska/matroska-demux.c:
2252           (gst_matroska_demux_push_dvd_clut_change_event),
2253           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2254           (gst_matroska_demux_subtitle_caps):
2255         * gst/matroska/matroska-ids.h:
2256           Extract palette data for dvd subpicture streams and send it
2257           downstream as custom gstreamer dvd event (fixes #453417).
2258
2259 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
2260
2261         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
2262           Implement minimal parsing of the passed pango font description
2263           string, so passing a font size works the same as with the
2264           pango textoverlay plugin; fixes #455086.
2265           (Maybe we could just use pangocairo here at some point).
2266
2267 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
2268
2269         * gst/avi/gstavidemux.c:
2270         * gst/wavparse/gstwavparse.c:
2271           Return the result in _activate_pull(). Don't ref element there.
2272
2273 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
2274
2275         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
2276         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
2277         (gst_wavparse_srcpad_event):
2278           Ref the element when we should, but not when we its not needed. Reflow
2279           the event_handling to not leak the event.       
2280
2281 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
2282
2283         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
2284         (qtdemux_parse_samples):
2285         Properly free QTDemuxSamples array.
2286         Protect table write with a sensible check, some files apparently DO contain
2287         stts values starting with 0 :(
2288
2289 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
2290
2291         * gst/avi/gstavidemux.c:
2292         * gst/qtdemux/qtdemux.c:
2293           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
2294           previous commit messed up.
2295
2296 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
2297
2298         * gst/avi/gstavidemux.c:
2299         * gst/qtdemux/qtdemux.c:
2300           Sync _handle_src_event() with oggdemux. In avidemux also ref the
2301           element when we should, but not when we its not needed.
2302
2303 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
2304
2305         * gst/wavparse/gstwavparse.c:
2306           Return FALSE if we can't handle a query instead of changing the
2307           format. Ignore fact when dealing with mpeg audio.
2308
2309 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
2310
2311         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
2312
2313         * configure.ac:
2314         * gst/udp/gstdynudpsink.c:
2315         * gst/udp/gstdynudpsink.h:
2316         * gst/udp/gstmultiudpsink.c:
2317         * gst/udp/gstmultiudpsink.h:
2318         * gst/udp/gstudpsink.c:
2319         * gst/udp/gstudpsink.h:
2320           Fix includes for MSVC and GLib-2.14.0 (#492388).
2321
2322         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
2323           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
2324
2325 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
2326
2327         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
2328         (gst_mulawdec_chain):
2329         * gst/law/mulaw-decode.h:
2330         Calculate outgoing buffer duration if incoming buffer didn't have a
2331         valid duration.
2332
2333 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
2334
2335         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
2336         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
2337         Smarter combine_flow code that also deals with downstream elements
2338         returning UNEXPECTED when they receive data out of the segment
2339         boundaries. Fixes #491305.
2340
2341 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
2342
2343         * sys/v4l2/v4l2src_calls.c:
2344           Fix 'unused variable' compiler warning when compiling against
2345           older kernel headers.
2346
2347 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
2348
2349         * ext/taglib/gstid3v2mux.cc (add_funcs):
2350           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
2351
2352 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
2353
2354         * tests/check/pipelines/simple-launch-lines.c:
2355            Improve the tests a little more.
2356
2357 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
2358
2359         patch by: Yun Zheng Hu
2360
2361         * sys/osxaudio/gstosxaudiosrc.c:
2362         Use default input device instead of default output device and
2363         only memcpy actual available bytes.
2364
2365 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
2366
2367         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
2368           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
2369           early. It is temporary until we find something better.
2370
2371 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
2372
2373         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2374
2375         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
2376         Fix race when pausing a RTSP stream in interleaved.
2377         Fixes #475784.
2378
2379 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
2380
2381         Patch by: Peter Kjellerstedt <pkj at axis com>
2382
2383         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
2384         Use correct unref function for buffers. #488844.
2385
2386 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
2387
2388         * gst/avi/gstavimux.c:
2389         * tests/check/elements/avimux.c:
2390           Add some debug and sync tests with the fix.     
2391
2392 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
2393
2394         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
2395
2396         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2397         When the socket is used by the app for other purposes, don't generate an
2398         error if there is activaty on the socket that is not data related.
2399         Fixes #487488.
2400
2401 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
2402
2403         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
2404         (gst_v4l2src_grab_frame):
2405         Add some more debug info. Generate an error when we run out of buffers
2406         for some reason. See #480557.
2407
2408 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
2409
2410         Patch by: Anders Skargren <anders dot skargren at axis dot com>
2411
2412         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
2413         Set marker bit correctly.
2414
2415 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
2416
2417         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
2418         Use allowed name for the GstStructure.
2419
2420 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
2421
2422         * ext/gconf/gstswitchsink.c:
2423         * gst/autodetect/gstautoaudiosink.c:
2424           Use new gst_bus_pop_filtered().
2425
2426 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2427
2428         * sys/v4l2/gstv4l2src.c:
2429         * sys/v4l2/v4l2src_calls.c:
2430           When probing the formats and sizes a camera supports, make
2431           sure the best ones (highest resolution, prefered format)
2432           end up at the beginning of the probed caps and the less
2433           desirable ones at the end.  This is important because the
2434           order within the caps matters for things like fixation and
2435           negotiation, ie. what format is chosen in the end.
2436           With recent kernels, the current probing code will end up
2437           querying the supported sizes from lowest resolution to
2438           highest resolution, adding them to the probed caps in that
2439           order, resulting to v4l2src fixating to the lowest possible
2440           resolution if downstream does not express a size preference.
2441           Also make up a somewhat random ranking of prefered output
2442           formats for the same reason. Fixes #485828.
2443         
2444 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
2445
2446         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
2447
2448         * gst/id3demux/id3v2frames.c:
2449           Extract license/copyright URIs from ID3v2 WCOP frames
2450           (Fixes #447000).
2451
2452         * tests/check/elements/id3demux.c:
2453         * tests/files/Makefile.am:
2454         * tests/files/id3-447000-wcop.tag:
2455           Add simple unit test.
2456
2457 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
2458
2459         * ext/taglib/gstid3v2mux.cc:
2460           Add support for license/copyright URI tags (ID3v2 WCOP frame).
2461           Prerequisite for #447000.
2462
2463 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
2464
2465         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
2466         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
2467         a GstClockTime.
2468
2469 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
2470
2471         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
2472         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
2473         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
2474         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
2475         (gst_rtspsrc_change_state):
2476         More seeking fixes, mostly passing around the new playback segment in
2477         order to configure it properly.
2478         Also reset base_time of udp sources when setting them back to PLAYING as
2479         a temporary hack until core supports seek in live sources properly.
2480
2481 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
2482
2483         * gst/rtp/gstrtpmp4adepay.c:
2484         Fix caps as to not confuse autopluggers.
2485
2486 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
2487
2488         * gst/id3demux/gstid3demux.c:
2489         * gst/id3demux/gstid3demux.h:
2490         * gst/id3demux/id3tags.c:
2491         * gst/id3demux/id3tags.h:
2492         * gst/id3demux/id3v2frames.c:
2493           Port ID3 tag demuxer over to the new GstTagDemux in -base
2494           (now would be a good time to test re-importing your music
2495           collection).
2496
2497 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
2498
2499         * gst/apetag/Makefile.am:
2500         * gst/apetag/gstapedemux.c:
2501         * gst/apetag/gstapedemux.h:
2502         * gst/apetag/gsttagdemux.c:
2503         * gst/apetag/gsttagdemux.h:
2504           Port APE tag demuxer over to the new GstTagDemux in -base.
2505
2506 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
2507
2508         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
2509         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
2510         (gst_rtspsrc_handle_internal_src_query),
2511         (gst_rtspsrc_handle_src_query), (new_session_pad),
2512         (gst_rtspsrc_stream_configure_tcp),
2513         (gst_rtspsrc_stream_configure_transport),
2514         (gst_rtspsrc_loop_send_cmd):
2515         Improve flushing behaviour.
2516         Set state of the udp sources to PAUSE/PLAYING correctly.
2517         Handle events and queries for UDP and TCP transport now.
2518
2519 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
2520
2521         * gst/rtp/gstrtpgsmdepay.c:
2522         * gst/rtp/gstrtpgsmpay.c:
2523           Add log category.
2524
2525 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
2526
2527         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
2528
2529         * tests/check/Makefile.am:
2530         * tests/check/pipelines/simple-launch-lines.c:
2531           Add unit tests for payloaders/depayloaders.
2532
2533 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
2534
2535         * gst/avi/gstavimux.c:
2536         * gst/avi/gstavimux.h:
2537           Also save codec data for audio streams. Fixes #482495.
2538
2539 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
2540
2541         * gst/avi/gstavimux.c:
2542           Fix "Index entry has invalid stream nr 1".
2543           Add support for muxing aac - work in progress (see #482495).
2544
2545 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
2546
2547         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
2548         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
2549         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
2550         * gst/rtsp/gstrtspsrc.h:
2551         Parse bandwidth modifiers, they are not yet configured in the session
2552         manager because we don't have an API for that yet.
2553
2554 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
2555
2556         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
2557         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
2558         Use shiny new function in -base to get the default clock-rate.
2559         Update some docs.
2560
2561 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
2562
2563         * win32/MANIFEST:
2564         Add files to win32 manifest.
2565         * win32/vs6/libgstaudiofx.dsp:
2566         * win32/vs6/libgstqtdemux.dsp:
2567         * win32/vs6/libgstrtp.dsp:
2568         * win32/vs6/libgstrtsp.dsp:
2569         Update project files.
2570
2571 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
2572
2573         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2574         (gst_rtspsrc_play):
2575         * gst/rtsp/gstrtspsrc.h:
2576         In TCP mode, only timestamp the first buffer. TCP is not real time and
2577         it does not make sense to try to skew compensate, also some servers send
2578         the first batch of data in a burst.
2579
2580 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2581
2582         * gst/matroska/matroska-demux.c:
2583           Fix setting the discont flag on the first buffer
2584           pushed downstream for formats with private codec
2585           data that needs to be deserialised into buffers
2586           (such as vorbis and FLAC when in a matroska container).
2587
2588 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
2589
2590         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2591
2592         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
2593         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
2594         (gst_rtp_mp4v_pay_handle_buffer):
2595         * gst/rtp/gstrtpmp4vpay.h:
2596         Free the config string. Fixes #480707.
2597         Clean up the timestamp code a little.
2598
2599 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2600
2601         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2602         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
2603         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
2604         * gst/rtsp/gstrtspsrc.h:
2605         Set timestamps on RTP buffers in interleaved mode.
2606         Mark first buffers with a DISCONT.
2607         Remove flush hack now that sync for live sources has been figured out.
2608
2609 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2610
2611         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2612         Update documentation.
2613
2614 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2615
2616         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
2617         (gst_rtp_xqt_depay_change_state):
2618         * gst/qtdemux/gstrtpxqtdepay.h:
2619         Fail if we don't know the quicktime format.
2620
2621 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
2622
2623         * ext/flac/gstflacenc.c:
2624         * ext/flac/gstflacenc.h:
2625           Save the flow return from the last gst_pad_push() and
2626           make sure we pass the right flow return value upstream
2627           in the case of failure; minor clean-ups.
2628
2629 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2630
2631         * ext/taglib/gstapev2mux.cc:
2632         * ext/taglib/gstid3v2mux.cc:
2633         * gst/apetag/gstapedemux.c:
2634           Add support for the new GST_TAG_COMPOSER (#459809).
2635
2636 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2637
2638         * gst/law/alaw-decode.c:
2639         * gst/law/alaw-decode.h:
2640         * gst/law/alaw-encode.c:
2641         * gst/law/alaw-encode.h:
2642         * gst/law/alaw.c:
2643         * gst/law/mulaw-conversion.h:
2644           Compulsive clean-ups: use boilerplate macros, add debug
2645           categories, fix up things to conform to symbol nomenklatura,
2646           etc.
2647
2648 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2649
2650         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
2651
2652         * gst/law/alaw-decode.c:
2653         * gst/law/alaw-encode.c:
2654           Use static tables for A-Law decoding and encoding; this makes
2655           A-Law decoding and encoding less CPU-intensive, but increases
2656           the binary size a bit. Leaving old code around for now,
2657           selectable by a define in the code. Fixes #435435.
2658
2659 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
2660
2661         * configure.ac:
2662         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
2663         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
2664         in configure.ac.
2665
2666 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
2667
2668         Patch by: Jan Gerber <j at bootlab dot org>
2669
2670         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2671         Add fourccs for MPEG2 HDV streams. Fixes #479960.
2672
2673 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
2674
2675         * sys/oss/gstosshelper.c:
2676           Use GST_WARNING instead of a g_critical. This situation is not caused
2677           by the application.
2678
2679 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2680
2681         * po/LINGUAS:
2682         * po/nl.po:
2683           Updated translations.
2684
2685 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2686
2687         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
2688
2689         * po/eu.po:
2690           Added Basque translation.
2691
2692 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2693
2694         translated by: Abel Cheung <abelcheung@gmail.com>
2695
2696         * po/zh_HK.po:
2697         * po/zh_TW.po:
2698           Added Chinese (traditional and Hong Kong) translation.
2699
2700 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2701
2702         translated by: Jakub Bogusz <qboosh@pld-linux.org>
2703
2704         * po/pl.po:
2705           Added Polish translation.
2706
2707 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2708
2709         translated by: Ilkka Tuohela <hile@iki.fi>
2710
2711         * po/fi.po:
2712           Added Finnish translation.
2713
2714 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2715
2716         translated by: Jorge González González <aloriel@gmail.com>
2717
2718         * po/es.po:
2719           Added Spanish translation.
2720
2721 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2722
2723         translated by: Mogens Jaeger <mogens@jaeger.tf>
2724
2725         * po/da.po:
2726           Added Danish translation.
2727
2728 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2729
2730         translated by: Funda Wang <fundawang@linux.net.cn>
2731
2732         * po/zh_CN.po:
2733           Added Chinese (simplified) translation.
2734
2735 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2736
2737         translated by: Alexander Shopov <ash@contact.bg>
2738
2739         * po/bg.po:
2740           Added Bulgarian translation.
2741
2742 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
2743
2744         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
2745         Set outgoing packet duration because we can. Fixes #478244 some more.
2746
2747 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
2748
2749         * ext/cairo/gsttextoverlay.c:
2750           Add info about static leak.
2751         
2752         * tests/check/Makefile.am:
2753         * tests/check/generic/states.c:
2754           Improved state change unit test.
2755
2756 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
2757
2758         * docs/plugins/.cvsignore:
2759         * tests/check/.cvsignore:
2760           Ignore registries in any format.
2761
2762 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
2763
2764         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
2765         Removed some unused code.
2766
2767         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
2768         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
2769         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
2770         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
2771         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
2772         (gst_rtp_theora_pay_flush_packet):
2773         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
2774         Try to preserve the incomming buffer duration on the outgoing
2775         packets. Fixes #478244.
2776
2777 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2778
2779         * ext/taglib/gstapev2mux.cc:
2780         * ext/taglib/gstid3v2mux.cc:
2781           Work around compiler warnings with g++-4.2 when assigning a
2782           string constant to a gchar * (partially fixes #478092).
2783
2784 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2785
2786         * configure.ac:
2787           We require core CVS now for gst_base_src_set_do_timestamp().
2788
2789 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
2790
2791         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
2792         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2793         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
2794         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2795         (gst_rtspsrc_handle_message):
2796         Fix compiler warnings shown with Forte.
2797
2798 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2799
2800         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
2801         (gst_rtspsrc_dup_printf):
2802         Give meaningfull error when all streams failed to configure for some
2803         reason.
2804
2805 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2806
2807         * gst/rtp/README:
2808         Update README with the design for synchronisation rules of RTP on
2809         sender and receiver.
2810
2811 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
2812
2813         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
2814         (gst_wavparse_chain):
2815         Don't push EOS from the chain function, the element
2816         driving the pipeline is responsible for this. The bug
2817         this was meant to fix seems to be queue not forwarding
2818         EOS in all cases (see #476514).
2819
2820 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
2821
2822         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
2823         (gst_level_transform_ip):
2824         * gst/level/gstlevel.h:
2825         Use basetransform segment so that it is correctly managed on flushes and
2826         start/stop.
2827         Report message timestamp as stream time, which is what an application
2828         can understand.
2829
2830 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2831
2832         * ext/taglib/gstapev2mux.cc:
2833         * ext/taglib/gstapev2mux.h:
2834         * ext/taglib/gsttaglibmux.c:
2835         * tests/check/elements/apev2mux.c:
2836         Update my mail address.
2837
2838 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2839
2840         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
2841         (gst_wavparse_loop), (gst_wavparse_chain):
2842         Add EOS logic for the push-based mode too. Fixes #476514.
2843
2844 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
2845
2846         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
2847         * gst/law/alaw-encode.h:
2848         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
2849         (gst_mulawenc_chain):
2850         * gst/law/mulaw-encode.h:
2851         Fix law encoder timestamps.
2852
2853 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
2854
2855         * ext/gconf/gstgconfaudiosink.c:
2856           Fix warning when building without debug.
2857
2858         * sys/oss/gstossmixertrack.c:
2859           Use const like in alsamixertrack.c (fixes warnings).
2860
2861 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
2862
2863         * sys/v4l2/v4l2src_calls.c:
2864         (gst_v4l2src_probe_caps_for_format_and_size):
2865         Fix framerate detection code some more.
2866         Handle the case where there is a weird step in the stepwise framerates.
2867         Don't overwrite the min interval with the framerate, use a temp variable
2868         instead.
2869         Use max in the Continuous framerate intervals instead of step, which is
2870         1 according to the docs. Fixes #475424.
2871
2872 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
2873
2874         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
2875         Make udpsrc timestamp outgoing buffers based on when they were received.
2876         Also make it output a segment in time.
2877
2878 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
2879
2880         * gst/avi/gstavidemux.c:
2881           Plug a little leak. Little code cleanups.
2882
2883 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
2884
2885         * configure.ac:
2886           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
2887           flac versions, 's good for cross-compilation karma.
2888
2889 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
2890
2891         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
2892
2893         * gst/rtp/gstrtph263pay.c:
2894           Fix up header structure so that compilers don't add padding
2895           between the structure fields, since that would lead to us
2896           sending RTP packets with broken headers (as is currently the
2897           case when compiling with MSVC). Also see similar fixes in
2898           libgstrtp in gst-plugins-base. (#474616; #471194)
2899
2900 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
2901
2902         * sys/v4l2/v4l2src_calls.c:
2903         (gst_v4l2src_probe_caps_for_format_and_size):
2904         Don't overwrite our GValue with 0 but instead use the previously
2905         computed value. Fixes #471823 some more.
2906
2907 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2908
2909         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2910           No tabs in this file please, or gtk-doc will end up documenting
2911           rather absurd class hierarchies.
2912
2913 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2914
2915         * ext/gconf/gstswitchsink.c:
2916           If the new kid element fails to change state for some reason
2917           (e.g. esdsink not being able to connect to the sound server),
2918           forward the error message it posted on the bus instead of just
2919           posting a generic 'Internal state change error: please file a
2920           bug' error message. Fixes #471364.
2921
2922 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2923
2924         * gst/qtdemux/Makefile.am:
2925         * gst/qtdemux/qtdemux.c:
2926           Don't assume tags are encoded as UTF-8 (#473670).
2927
2928 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2929
2930         * sys/v4l2/gstv4l2src.c:
2931         * sys/v4l2/gstv4l2src.h:
2932         * sys/v4l2/v4l2src_calls.c:
2933           Implement LATENCY queries in the crudest way possible so I don't
2934           have to use sync=false any longer when testing with videosinks.
2935
2936 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2937
2938         * configure.ac:
2939           Fix build.
2940
2941 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2942
2943         * sys/v4l2/v4l2src_calls.c:
2944         (gst_v4l2src_probe_caps_for_format_and_size):
2945         Add some more debugging in the framerate function.
2946         Iterate stepwise framerate up to and _including_ the max and if nothing
2947         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
2948         don't end up with an empty list. Fixes #471823
2949
2950 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2951
2952         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2953         (gst_multiudpsink_set_clients_string),
2954         (gst_multiudpsink_get_clients_string),
2955         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
2956         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
2957         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
2958         (gst_multiudpsink_clear):
2959         Add property do configure destination address/port pairs
2960         API:GstMultiUDPSink::clients
2961
2962 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2963
2964         * tests/examples/Makefile.am:
2965         * tests/examples/rtp/Makefile.am:
2966         * tests/examples/rtp/client-H263p-AMR.sh:
2967         * tests/examples/rtp/client-H263p-PCMA.sdp:
2968         * tests/examples/rtp/client-H263p-PCMA.sh:
2969         * tests/examples/rtp/client-H264-PCMA.sdp:
2970         * tests/examples/rtp/client-H264-PCMA.sh:
2971         * tests/examples/rtp/client-PCMA.sh:
2972         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
2973         * tests/examples/rtp/server-alsasrc-PCMA.sh:
2974         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
2975         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2976         Added some RTP example scripts for sending and receiving RTP streams.
2977
2978 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2979
2980         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
2981         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
2982         Restructure the setcaps function so that we can also compute the
2983         expected GStreamer output size of the video frames.
2984         Set frame_byte_size correctly so that read-based devices have a chance
2985         of working correctly.
2986         When grabbing a frame, discard frames that are not of the expected size.
2987         Some cameras don't output the right framesize for the first buffer.
2988         Try only a couple of times to get a valid frame, else error out.
2989
2990         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
2991         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
2992         Add some more debug info when scanning the device.
2993
2994         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
2995         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
2996         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
2997         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
2998         Add some more debug info when dequeing a frame.
2999
3000 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
3001
3002         * gst/wavparse/gstwavparse.c:
3003           More code cleanups. Add some more comment and improve debugs logs.
3004
3005 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
3006
3007         * gst/wavparse/gstwavparse.c:
3008         * gst/wavparse/gstwavparse.h:
3009           Implement seek-query. Refactor duration calculations. Appropriate use
3010           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
3011           out of loops.
3012
3013 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
3014
3015         * gst/avi/gstavidemux.c:
3016           Implement seek-query.
3017
3018 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
3019
3020         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
3021         (gst_rtspsrc_dup_printf):
3022         Use new basesink async property to make sparse RTCP packet not wait for
3023         preroll.
3024
3025 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
3026
3027         * gst/audiofx/Makefile.am:
3028         Dist the right file.
3029
3030 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
3031
3032         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
3033         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
3034         Make sure we generate and parse floating point values in the POSIX
3035         locale instead of the current locale. 
3036
3037 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
3038
3039         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
3040         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
3041         (gst_rtspsrc_play):
3042         * gst/rtsp/gstrtspsrc.h:
3043         Fix method detection again.
3044         Keep track of when we must send a Range header.
3045         Use segment values for Range, Speed and Scale headers.
3046         Parse Speed and Scale headers to update the segment values.
3047
3048 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
3049
3050         patch by: Mark Nauwelaerts <manauw@skynet.be>
3051
3052         * sys/v4l2/v4l2src_calls.c:
3053           Handle optional v4l2 ioctls gracefully.
3054
3055 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
3056
3057         * gst/rtp/Makefile.am:
3058         * gst/rtp/gstrtp.c: (plugin_init):
3059         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
3060         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
3061         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
3062         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
3063         (gst_rtp_h263_depay_get_property),
3064         (gst_rtp_h263_depay_change_state),
3065         (gst_rtp_h263_depay_plugin_init):
3066         * gst/rtp/gstrtph263depay.h:
3067         Added an H263 depayloader. Fixes #369392.
3068
3069         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
3070         (gst_rtp_h263p_depay_process):
3071         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3072         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
3073         Make the H263+ pay/depayloader support H263-1998 and H263-2000
3074         payloads.
3075         Also alow plain H263 on the h263p payloaders. Fixes #465040.
3076
3077 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
3078
3079         * gst/audiofx/audiochebyshevfreqband.c:
3080         * gst/audiofx/audiochebyshevfreqlimit.c:
3081         Add small comparision with the windowed sinc filters in the docs.
3082
3083 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
3084
3085         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
3086         (audiochebyshevfreqband_suite):
3087         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
3088         (audiochebyshevfreqlimit_suite):
3089         Also test 32 bit float mode and the type 2 variants of the filters.
3090
3091 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
3092
3093         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
3094         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
3095         (gst_rtspsrc_loop):
3096         Refactor the udp and interleaved loop function a bit.
3097
3098 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
3099
3100         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3101         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
3102         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
3103         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
3104         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
3105         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
3106         * gst/rtsp/gstrtspsrc.h:
3107         Protect connection activity with a new lock, avoids deadlocks when going
3108         to PAUSED. Fixes #455808.
3109
3110 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
3111
3112         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
3113         Fix debug statement.
3114
3115 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
3116
3117         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
3118         Fix stray %u in debug line as spotted by Saur on IRC.
3119
3120 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
3121
3122         * gst/audiofx/audiochebyshevfreqband.c:
3123         (gst_audio_chebyshev_freq_band_class_init):
3124         * gst/audiofx/audiochebyshevfreqlimit.c:
3125         (gst_audio_chebyshev_freq_limit_class_init):
3126         Use generator macros for the process functions for the different
3127         sample types, add lower upper boundaries for the GObject properties
3128         so automatically generated UIs can use sliders and add a note about
3129         the number of poles as a too high number of poles combined with
3130         very low or very high frequencies will produce only noise.
3131         * docs/plugins/gst-plugins-good-plugins.args:
3132         Regenerated for the property changes.
3133
3134 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
3135
3136         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
3137         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
3138         (gst_rtspsrc_stream_configure_udp_sink),
3139         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
3140         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
3141         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3142         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
3143         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
3144         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
3145         * gst/rtsp/gstrtspsrc.h:
3146         Improve timeout handling.
3147         Use the same socket for sending and receiving RTCP packets so that some
3148         servers can track clients better.
3149         Improve connection closed handling. Try to reconnect.
3150         Don't overwrite our content base with NULL.
3151         Improve debugging.
3152         Improve range parsing and handling.
3153         Remove flushing hack now that core does the right thing.
3154
3155 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
3156
3157         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3158         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
3159         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
3160         (gst_multiudpsink_close), (gst_multiudpsink_add):
3161         * gst/udp/gstmultiudpsink.h:
3162         Add support for getting and setting the socket to use.
3163
3164         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
3165         (gst_udpsrc_create), (gst_udpsrc_get_property):
3166         Add support for getting the currently used socket.
3167
3168 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
3169
3170         reviewed by: Stefan Kost  <ensonic@users.sf.net>
3171
3172         * gst/audiofx/Makefile.am:
3173         * gst/audiofx/audiochebyshevfreqband.c:
3174         (gst_audio_chebyshev_freq_band_mode_get_type),
3175         (gst_audio_chebyshev_freq_band_base_init),
3176         (gst_audio_chebyshev_freq_band_dispose),
3177         (gst_audio_chebyshev_freq_band_class_init),
3178         (gst_audio_chebyshev_freq_band_init),
3179         (generate_biquad_coefficients), (calculate_gain),
3180         (generate_coefficients),
3181         (gst_audio_chebyshev_freq_band_set_property),
3182         (gst_audio_chebyshev_freq_band_get_property),
3183         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
3184         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
3185         (gst_audio_chebyshev_freq_band_start):
3186         * gst/audiofx/audiochebyshevfreqband.h:
3187         * gst/audiofx/audiochebyshevfreqlimit.c:
3188         (gst_audio_chebyshev_freq_limit_mode_get_type),
3189         (gst_audio_chebyshev_freq_limit_base_init),
3190         (gst_audio_chebyshev_freq_limit_dispose),
3191         (gst_audio_chebyshev_freq_limit_class_init),
3192         (gst_audio_chebyshev_freq_limit_init),
3193         (generate_biquad_coefficients), (calculate_gain),
3194         (generate_coefficients),
3195         (gst_audio_chebyshev_freq_limit_set_property),
3196         (gst_audio_chebyshev_freq_limit_get_property),
3197         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
3198         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
3199         (gst_audio_chebyshev_freq_limit_start):
3200         * gst/audiofx/audiochebyshevfreqlimit.h:
3201         * gst/audiofx/audiofx.c: (plugin_init):
3202         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
3203         Fixes #464800.
3204
3205         * tests/check/Makefile.am:
3206         * tests/check/elements/.cvsignore:
3207         * tests/check/elements/audiochebyshevfreqband.c:
3208         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
3209         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
3210         * tests/check/elements/audiochebyshevfreqlimit.c:
3211         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
3212         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
3213         Add unit tests for the chebyshev filters.
3214
3215         * docs/plugins/Makefile.am:
3216         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3217         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3218         * docs/plugins/gst-plugins-good-plugins.args:
3219         * docs/plugins/inspect/plugin-1394.xml:
3220         * docs/plugins/inspect/plugin-audiofx.xml:
3221         * docs/plugins/inspect/plugin-dv.xml:
3222         * docs/plugins/inspect/plugin-flac.xml:
3223         * docs/plugins/inspect/plugin-jpeg.xml:
3224         * docs/plugins/inspect/plugin-png.xml:
3225         * docs/plugins/inspect/plugin-rtp.xml:
3226         * docs/plugins/inspect/plugin-shout2send.xml:
3227         * docs/plugins/inspect/plugin-wavpack.xml:
3228         And add docs for the chebyshev filters. While doing
3229         that also run make update in docs/plugins.
3230
3231 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
3232
3233         * ext/annodex/gstcmmltag.c:
3234         * gst/rtp/gstrtpvorbispay.c:
3235           Make ro memory to share.
3236
3237 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
3238
3239         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
3240         Improve UDP performance by avoiding a select() when we have data
3241         available immediatly.
3242
3243 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
3244
3245         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
3246         (gst_rtp_dec_class_init):
3247         * gst/rtsp/gstrtpdec.h:
3248         Add (dummy) SSRC management signals.
3249
3250         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3251         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
3252         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
3253         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
3254         (on_timeout), (gst_rtspsrc_stream_configure_manager),
3255         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
3256         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
3257         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
3258         * gst/rtsp/gstrtspsrc.h:
3259         Add connection-speed property.
3260         Add find_stream helper functions.
3261         Handle stream EOS based on BYE messages or SSRC timeout.
3262         Returns SUCCESS from the state change function as we hide our async
3263         elements from the parent.
3264
3265 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
3266
3267         * gst/debug/rndbuffersize.c:
3268           Fix da leak.
3269
3270 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
3271
3272         * gst/debug/Makefile.am:
3273         * gst/debug/breakmydata.c:
3274         * gst/debug/gstdebug.c:
3275         * gst/debug/negotiation.c:
3276         * gst/debug/progressreport.c:
3277         * gst/debug/rndbuffersize.c:
3278         * gst/debug/testplugin.c:
3279           Add new test element and clean-up the others a little.
3280
3281 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
3282
3283         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
3284         Fix parsing of mp4a version 0 atoms. Fixes #465774.
3285
3286 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
3287
3288         * gst/rtp/gstrtpilbcdepay.c:
3289           Include stdlib.
3290
3291 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
3292
3293         * gst/rtp/gstrtpmpvdepay.c:
3294         Set the mpegversion in the caps so that autoplugging does not get
3295         confused.
3296
3297 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3298
3299         * po/hu.po:
3300         * po/uk.po:
3301         * po/vi.po:
3302           Updated translations.
3303
3304 2007-08-08  Michael Smith <msmith@fluendo.com>
3305
3306         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
3307           Render right border in the correct location.
3308
3309 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
3310
3311         Patch by: Olivier Crete <tester at tester dot ca>
3312
3313         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
3314         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
3315         Make mode property a string. Fixes #464475.
3316
3317 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
3318
3319         * ext/flac/gstflacenc.c:
3320           Widen caps to match decoder a bit and add more FIXMEs.
3321
3322 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
3323
3324         patch by: Mark Nauwelaerts <manauw@skynet.be>
3325
3326         * gst/avi/gstavimux.c:
3327           Fix ODML index tag numbering. Fixes #463624.
3328
3329 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
3330
3331         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
3332         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
3333         (gst_rtspsrc_stream_configure_tcp),
3334         (gst_rtspsrc_stream_configure_udp_sink):
3335         Fix default clock-rate for realmedia.
3336         Fix parsing of transport.
3337         Don't try to link NULL pads.
3338
3339 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
3340
3341         * po/POTFILES.skip:
3342           Add POTFILES.skip with list of source files that aren't disted at the
3343           moment but contain translatable strings. Should hopefully pacify
3344           broken tools and make it clearer that these files are left out
3345           intentionally (#461600).
3346
3347 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
3348
3349         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
3350         If the buffer was entirely clipped ... don't try sending it :)
3351
3352 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
3353
3354         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
3355         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
3356         (gst_rtspsrc_create_transports_string),
3357         (gst_rtspsrc_prepare_transports):
3358         If we don't hav a session manager, set the caps on outgoing buffers
3359         ourselves.
3360         Force PAUSE/PLAY methods for now until the extensions can overwrite.
3361         Append final bit of the transport string even when it does not contain a
3362         placeholder.
3363
3364 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
3365
3366         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
3367         (gst_rtsp_ext_list_connect):
3368         * gst/rtsp/gstrtspext.h:
3369         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3370         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
3371         Clean up the interface list.
3372         Allow connecting to interface signals for the extensions.
3373         Remove old extension code.
3374         Free list on cleanup.
3375         Allow extensions to send additional RTSP messages.
3376
3377 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
3378
3379         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
3380         Handle a NULL gconf key gracefully by rendering the default element.
3381
3382 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
3383
3384         * gst/rtsp/gstrtspext.h:
3385         Fix include path for extension interface.
3386
3387 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
3388
3389         * gst/audiofx/audioamplify.h:
3390         Also remove a now unecessary variable here.
3391
3392 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
3393
3394         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
3395         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
3396         * gst/audiofx/audiodynamic.c:
3397         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
3398         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
3399         * gst/audiofx/audiodynamic.h:
3400         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
3401         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
3402         * gst/audiofx/audioinvert.h:
3403         Don't save format information ourselves, this is already saved in
3404         GstAudioFilter.
3405
3406 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
3407
3408         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
3409         (gst_rtsp_ext_list_stream_select):
3410         * gst/rtsp/gstrtspext.h:
3411         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
3412         Use rank to filter out extensions.
3413         Add url to stream_select interface call.
3414
3415 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
3416
3417         * gst/rtsp/Makefile.am:
3418         * gst/rtsp/base64.c:
3419         * gst/rtsp/base64.h:
3420         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
3421         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
3422         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
3423         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
3424         (gst_rtsp_ext_list_setup_media),
3425         (gst_rtsp_ext_list_configure_stream),
3426         (gst_rtsp_ext_list_get_transports),
3427         (gst_rtsp_ext_list_stream_select):
3428         * gst/rtsp/gstrtspext.h:
3429         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
3430         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
3431         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
3432         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
3433         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
3434         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
3435         (gst_rtspsrc_stream_configure_tcp),
3436         (gst_rtspsrc_stream_configure_mcast),
3437         (gst_rtspsrc_stream_configure_udp),
3438         (gst_rtspsrc_stream_configure_udp_sink),
3439         (gst_rtspsrc_stream_configure_transport),
3440         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
3441         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
3442         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
3443         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
3444         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3445         (gst_rtspsrc_parse_methods),
3446         (gst_rtspsrc_create_transports_string),
3447         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
3448         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
3449         (gst_rtspsrc_play), (gst_rtspsrc_pause),
3450         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
3451         * gst/rtsp/gstrtspsrc.h:
3452         * gst/rtsp/rtsp.h:
3453         * gst/rtsp/rtspconnection.c:
3454         * gst/rtsp/rtspconnection.h:
3455         * gst/rtsp/rtspdefs.c:
3456         * gst/rtsp/rtspdefs.h:
3457         * gst/rtsp/rtspext.h:
3458         * gst/rtsp/rtspextwms.c:
3459         * gst/rtsp/rtspextwms.h:
3460         * gst/rtsp/rtspmessage.c:
3461         * gst/rtsp/rtspmessage.h:
3462         * gst/rtsp/rtsprange.c:
3463         * gst/rtsp/rtsprange.h:
3464         * gst/rtsp/rtsptransport.c:
3465         * gst/rtsp/rtsptransport.h:
3466         * gst/rtsp/rtspurl.c:
3467         * gst/rtsp/rtspurl.h:
3468         * gst/rtsp/sdp.h:
3469         * gst/rtsp/sdpmessage.c:
3470         * gst/rtsp/sdpmessage.h:
3471         * gst/rtsp/test.c:
3472         Use shiny new RTSP and SDP library.
3473         Implement RTSP extensions using the new interface.
3474         Remove a lot of old code.
3475
3476 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
3477
3478         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
3479         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
3480
3481 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
3482
3483         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
3484         Don't unref the outgoing buffer twice when dropping it because it's
3485         outside of the segment.
3486
3487 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
3488
3489         * configure.ac:
3490         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3491         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
3492         Use the new buffer clipping function from gstaudio here and
3493         require gst-plugins-base CVS.
3494         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
3495         For framed Wavpack buffers we require a valid timestamp.
3496
3497 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
3498
3499         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
3500         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
3501         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
3502         Clip raw audio and video when we can, keep track of current output
3503         segment.
3504         Don't leak buffers and events when there is no output pad.
3505         Improve debugging here and there.
3506
3507 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
3508
3509         * configure.ac:
3510           Sync liboil check with plugins-base.
3511
3512 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
3513
3514         * ext/annodex/Makefile.am:
3515           Fix CFLAGS/LIBS.
3516
3517         * ext/cdio/gstcdiocddasrc.c:
3518         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
3519           Include stdlib
3520
3521         * ext/cairo/Makefile.am:
3522         * gst/videofilter/Makefile.am:
3523         * tests/examples/level/Makefile.am:
3524           Use $(LIBM) instead of -lm
3525
3526 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3527
3528         * sys/v4l2/gstv4l2src.c:
3529           Add another example pipeline.
3530
3531 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3532
3533         Patch by: Alexander Eichner <alexeichi@yahoo.de>
3534
3535         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
3536           Use define here.
3537
3538         * sys/v4l2/gstv4l2tuner.c:
3539         (gst_v4l2_tuner_set_frequency_and_notify):
3540           Don't touch the property - its still disabled.
3541
3542         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
3543         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
3544         * sys/v4l2/v4l2src_calls.h:
3545           Improve fallback format negotionation. Fixes #451388
3546
3547 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3548
3549         * tests/check/elements/videocrop.c: (GST_START_TEST):
3550           Fix the test.
3551
3552 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3553
3554         * docs/plugins/Makefile.am:
3555         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3556         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3557         * docs/plugins/inspect/plugin-jpeg.xml:
3558         * docs/plugins/inspect/plugin-png.xml:
3559         * ext/jpeg/gstjpegdec.c:
3560         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
3561         (gst_pngdec_sink_setcaps):
3562           More docs. More logs in pngdec.
3563
3564 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
3565
3566         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
3567           Initialize num_buffers with minimum value.
3568
3569         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
3570         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
3571           Handle frame-size query failure gracefully.
3572
3573 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
3574
3575         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
3576         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
3577         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
3578         of qt/aac files.
3579
3580 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
3581
3582         * ext/wavpack/gstwavpackdec.c:
3583         (gst_wavpack_dec_clip_outgoing_buffer):
3584         Fix buffer clipping to correctly clip to the segment stop.
3585
3586 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3587
3588         * configure.ac:
3589         * tests/Makefile.am:
3590         Remove bogus check for libcheck, since we check for
3591         gstreamer-check and it pulls in the required info from there,
3592         and we weren't actually _using_ the information for libcheck
3593         ourselves anyway.
3594
3595 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
3596
3597         * configure.ac:
3598           Use pkg-config to locate check.
3599
3600 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
3601
3602         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
3603         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
3604         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
3605         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
3606         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
3607         * gst/effectv/gstaging.c: (gst_agingtv_transform):
3608         * gst/effectv/gstdice.c: (gst_dicetv_transform):
3609         * gst/effectv/gstedge.c: (gst_edgetv_transform):
3610         * gst/effectv/gstquark.c: (gst_quarktv_transform):
3611         * gst/effectv/gstrev.c: (gst_revtv_transform):
3612         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
3613         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
3614         * gst/effectv/gstwarp.c: (gst_warptv_transform):
3615         * gst/matroska/matroska-demux.c:
3616         (gst_matroska_demux_add_wvpk_header),
3617         (gst_matroska_demux_check_subtitle_buffer),
3618         (gst_matroska_decode_buffer):
3619         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
3620           Fix build against core CVS.
3621
3622 2007-07-10  Edward Hervey  <bilboed@gmail.com>
3623
3624         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
3625         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
3626         don't have enough granularity to convert that boolean into a
3627         GstFlowReturn.
3628
3629 2007-07-06  Michael Smith <msmith@fluendo.com>
3630
3631         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
3632         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
3633         (gst_alawdec_change_state):
3634         * gst/law/alaw-decode.h:
3635         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
3636         (gst_mulawdec_class_init), (gst_mulawdec_init),
3637         (gst_mulawdec_chain), (gst_mulawdec_change_state):
3638         * gst/law/mulaw-decode.h:
3639           Fix capsnego bogosity in *law decoders. 
3640
3641 2007-07-06  Michael Smith <msmith@fluendo.com>
3642
3643         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
3644         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
3645         (gst_smokeenc_change_state):
3646         * ext/jpeg/gstsmokeenc.h:
3647           Remove stupidity in get/set caps functions.
3648           Fix some refcounting problems.
3649
3650 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
3651
3652         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
3653         Remove endianness-flipping hack that seems to have been required
3654         only because of a bug in ffmpegcolorspace.
3655         Partially Fixes: #451908
3656
3657 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
3658
3659         * docs/plugins/Makefile.am:
3660           Simplify --extra-dir as gtkdoc scans recursively.
3661
3662 2007-07-03  Wim Taymans  <wim@fluendo.com>
3663
3664         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3665
3666         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
3667         Set the encoding-name in the rtp caps to all uppercase, as required by
3668         the caps spec.
3669         Some small cleanups in the error paths. Fixes #453037.
3670
3671 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
3672
3673         * ext/wavpack/gstwavpackparse.c:
3674         (gst_wavpack_parse_index_get_last_entry),
3675         (gst_wavpack_parse_index_get_entry_from_sample),
3676         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
3677         (gst_wavpack_parse_scan_to_find_sample):
3678         * ext/wavpack/gstwavpackparse.h:
3679         Use a GSList for the GArray that is used like a list anyway.
3680
3681 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
3682
3683         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
3684         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
3685         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
3686           Add state change function where we set 0/1 as default framerate in
3687           case our setcaps function isn't called, like it might not in a
3688           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
3689           gdkpixbufdec trying to create caps with a 0/0 framerate.
3690           Also post an error message on the bus if gst_pad_push() fails when
3691           called from our sink event handler (+1 for flow returns for event
3692           functions in 0.11) instead of failing silently.
3693
3694 2007-06-27  Wim Taymans  <wim@fluendo.com>
3695
3696         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
3697         Cast stack args to the proper types. Fixes #451249.
3698
3699 2007-06-27  Wim Taymans  <wim@fluendo.com>
3700
3701         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
3702         (new_session_pad), (gst_rtspsrc_setup_streams):
3703         * gst/rtsp/gstrtspsrc.h:
3704         For container formats we only need to activate one of the streams so
3705         that we correctly signal no-more-pads. Fixes #451015.
3706
3707 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
3708
3709         * docs/plugins/gst-plugins-good-plugins.args:
3710         * docs/plugins/inspect/plugin-aasink.xml:
3711         * docs/plugins/inspect/plugin-alaw.xml:
3712         * docs/plugins/inspect/plugin-alpha.xml:
3713         * docs/plugins/inspect/plugin-alphacolor.xml:
3714         * docs/plugins/inspect/plugin-annodex.xml:
3715         * docs/plugins/inspect/plugin-apetag.xml:
3716         * docs/plugins/inspect/plugin-audiofx.xml:
3717         * docs/plugins/inspect/plugin-auparse.xml:
3718         * docs/plugins/inspect/plugin-autodetect.xml:
3719         * docs/plugins/inspect/plugin-avi.xml:
3720         * docs/plugins/inspect/plugin-cacasink.xml:
3721         * docs/plugins/inspect/plugin-cairo.xml:
3722         * docs/plugins/inspect/plugin-cdio.xml:
3723         * docs/plugins/inspect/plugin-cutter.xml:
3724         * docs/plugins/inspect/plugin-debug.xml:
3725         * docs/plugins/inspect/plugin-efence.xml:
3726         * docs/plugins/inspect/plugin-effectv.xml:
3727         * docs/plugins/inspect/plugin-esdsink.xml:
3728         * docs/plugins/inspect/plugin-flac.xml:
3729         * docs/plugins/inspect/plugin-flxdec.xml:
3730         * docs/plugins/inspect/plugin-gconfelements.xml:
3731         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3732         * docs/plugins/inspect/plugin-goom.xml:
3733         * docs/plugins/inspect/plugin-halelements.xml:
3734         * docs/plugins/inspect/plugin-icydemux.xml:
3735         * docs/plugins/inspect/plugin-id3demux.xml:
3736         * docs/plugins/inspect/plugin-jpeg.xml:
3737         * docs/plugins/inspect/plugin-ladspa.xml:
3738         * docs/plugins/inspect/plugin-level.xml:
3739         * docs/plugins/inspect/plugin-matroska.xml:
3740         * docs/plugins/inspect/plugin-mulaw.xml:
3741         * docs/plugins/inspect/plugin-multipart.xml:
3742         * docs/plugins/inspect/plugin-navigationtest.xml:
3743         * docs/plugins/inspect/plugin-ossaudio.xml:
3744         * docs/plugins/inspect/plugin-png.xml:
3745         * docs/plugins/inspect/plugin-quicktime.xml:
3746         * docs/plugins/inspect/plugin-rtp.xml:
3747         * docs/plugins/inspect/plugin-rtsp.xml:
3748         * docs/plugins/inspect/plugin-smpte.xml:
3749         * docs/plugins/inspect/plugin-speex.xml:
3750         * docs/plugins/inspect/plugin-taglib.xml:
3751         * docs/plugins/inspect/plugin-udp.xml:
3752         * docs/plugins/inspect/plugin-videobalance.xml:
3753         * docs/plugins/inspect/plugin-videobox.xml:
3754         * docs/plugins/inspect/plugin-videocrop.xml:
3755         * docs/plugins/inspect/plugin-videoflip.xml:
3756         * docs/plugins/inspect/plugin-videomixer.xml:
3757         * docs/plugins/inspect/plugin-wavenc.xml:
3758         * docs/plugins/inspect/plugin-wavparse.xml:
3759         * docs/plugins/inspect/plugin-ximagesrc.xml:
3760           Update docs with caps info.
3761
3762 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
3763
3764         * po/POTFILES.in:
3765           Add more files with translatable strings (#450878).
3766
3767 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
3768
3769         * MAINTAINERS:
3770         Updating all the maintainers files
3771
3772 2007-06-22  Edward Hervey  <edward@fluendo.com>
3773
3774         * ext/flac/gstflactag.c: (gst_flac_tag_init):
3775         * gst/interleave/deinterleave.c: (deinterleave_init),
3776         (deinterleave_sink_link):
3777         * gst/interleave/interleave.c: (interleave_init):
3778         * gst/median/gstmedian.c: (gst_median_init):
3779         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
3780         Fix memory leaks.
3781         * tests/check/elements/id3demux.c: (pad_added_cb):
3782         Remove unused variable.
3783
3784 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
3785
3786         * ext/gconf/gconf.h:
3787         Make the prototype of gst_gconf_get_key_for_sink_profile
3788         match the implementation.
3789         Patch by: Damien Carbery <damien dot carbery at sun dot com>
3790         Fixes: #449747
3791
3792 2007-06-20  Michael Smith <msmith@fluendo.com>
3793
3794         * gst/rtp/gstrtpdepay.c:
3795           Fix description - rtpdepay is not a payloader.
3796
3797 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
3798
3799         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
3800         (qtdemux_video_caps):
3801         * gst/qtdemux/qtdemux_fourcc.h:
3802           Add MJPG to the variants of motion jpeg.
3803
3804 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
3805
3806         * tests/check/Makefile.am:
3807         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
3808         * tests/check/elements/videocrop.c: (GST_START_TEST):
3809         * tests/check/elements/videofilter.c:
3810         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
3811         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
3812           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
3813           error flags are included and it errors out on compiler warnings
3814           for CVS builds; remove unused variables in various unit tests.
3815
3816 2007-06-19  Wim Taymans  <wim@fluendo.com>
3817
3818         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3819         (rtsp_connection_close), (rtsp_connection_free):
3820         Use threadsafe inet_ntop to convert an ip number to a string. 
3821         Fixes #447961.
3822         Don't leak fd (and ip) when freeing a connection without first closing
3823         it.
3824
3825 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
3826
3827         * configure.ac:
3828         Back to CVS
3829
3830         * gst-plugins-good.doap:
3831         Add 0.10.6 to the doap file.
3832
3833 === release 0.10.6 ===
3834
3835 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
3836
3837         * configure.ac:
3838           releasing 0.10.6, "Wobble Board"
3839
3840 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3841
3842         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3843         (rtsp_connection_free):
3844           Revert previous commit again, since we are frozen (sorry).
3845
3846 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3847
3848         Patch by: Peter Kjellerstedt <pkj at axis com>
3849
3850         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3851         (rtsp_connection_free):
3852           inet_ntoa() uses a static buffer internally, so we need to copy the
3853           returned string if we want to store it for later (#447961).
3854
3855 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3856
3857         * win32/vs6/autogen.dsp:
3858         * win32/vs6/gst_plugins_good.dsw:
3859         * win32/vs6/libgstalaw.dsp:
3860         * win32/vs6/libgstalpha.dsp:
3861         * win32/vs6/libgstalphacolor.dsp:
3862         * win32/vs6/libgstapetag.dsp:
3863         * win32/vs6/libgstaudiofx.dsp:
3864         * win32/vs6/libgstauparse.dsp:
3865         * win32/vs6/libgstautodetect.dsp:
3866         * win32/vs6/libgstavi.dsp:
3867         * win32/vs6/libgstcutter.dsp:
3868         * win32/vs6/libgstdirectdraw.dsp:
3869         * win32/vs6/libgstdirectsound.dsp:
3870         * win32/vs6/libgsteffectv.dsp:
3871         * win32/vs6/libgstflx.dsp:
3872         * win32/vs6/libgstgoom.dsp:
3873         * win32/vs6/libgsticydemux.dsp:
3874         * win32/vs6/libgstid3demux.dsp:
3875         * win32/vs6/libgstinterleave.dsp:
3876         * win32/vs6/libgstjpeg.dsp:
3877         * win32/vs6/libgstlevel.dsp:
3878         * win32/vs6/libgstmatroska.dsp:
3879         * win32/vs6/libgstmedian.dsp:
3880         * win32/vs6/libgstmonoscope.dsp:
3881         * win32/vs6/libgstmulaw.dsp:
3882         * win32/vs6/libgstmultipart.dsp:
3883         * win32/vs6/libgstqtdemux.dsp:
3884         * win32/vs6/libgstrtp.dsp:
3885         * win32/vs6/libgstrtsp.dsp:
3886         * win32/vs6/libgstsmpte.dsp:
3887         * win32/vs6/libgstspeex.dsp:
3888         * win32/vs6/libgstudp.dsp:
3889         * win32/vs6/libgstvideobalance.dsp:
3890         * win32/vs6/libgstvideobox.dsp:
3891         * win32/vs6/libgstvideocrop.dsp:
3892         * win32/vs6/libgstvideoflip.dsp:
3893         * win32/vs6/libgstvideomixer.dsp:
3894         * win32/vs6/libgstwaveform.dsp:
3895         * win32/vs6/libgstwavenc.dsp:
3896         * win32/vs6/libgstwavparse.dsp:
3897         Mark *.dsp & *.dsw as binary files and convert to DOS line
3898         endings, as they don't load into VS6 correctly otherwise.
3899
3900 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3901
3902         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3903         (rtsp_connection_connect):
3904         Fix the MingW build. 
3905         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
3906         Fixes: #446981
3907
3908 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3909
3910         * tests/check/elements/.cvsignore:
3911         * tests/icles/.cvsignore:
3912         Hush the buildbots up
3913
3914 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3915
3916         * configure.ac:
3917         * sys/Makefile.am:
3918         * sys/directdraw/Makefile.am:
3919         * sys/directsound/Makefile.am:
3920         * sys/waveform/Makefile.am:
3921         Make sure to dist everything needed for win32 builds.
3922
3923 2007-06-14  Edward Hervey  <edward@fluendo.com>
3924
3925         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3926         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
3927         caps.
3928         Fixes #447458
3929
3930 2007-06-13  Wim Taymans  <wim@fluendo.com>
3931
3932         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
3933         Make sure we allocate enough memory for the codec_data.
3934         Fixes #447210.
3935
3936 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
3937
3938         * win32/MANIFEST:
3939         Add videocrop project file to the win32 manifest.
3940         * win32/vs6/gst_plugins_good.dsw:
3941         Add qtdemux,videocrop and waveform projects to the workspace.
3942         * win32/vs6/libgstqtdemux.dsp:
3943         Add zlib to the link list of qtdemux.
3944         * win32/vs6/libgstvideocrop.dsp:
3945         Add a project file for videocrop.
3946
3947 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3948
3949         * po/POTFILES.in:
3950         Add qtdemux for translation
3951
3952 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3953
3954         * configure.ac:
3955         * docs/plugins/Makefile.am:
3956         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3957         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3958         * docs/plugins/inspect/plugin-videocrop.xml:
3959         * gst-plugins-good.spec.in:
3960         * sys/Makefile.am:
3961         * tests/check/Makefile.am:
3962         * tests/icles/Makefile.am:
3963         * tests/icles/videocrop-test.c:
3964         Move videocrop and osxvideo from -bad.
3965
3966 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3967
3968         * configure.ac:
3969         * docs/plugins/Makefile.am:
3970         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3971         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3972         * docs/plugins/gst-plugins-good-plugins.args:
3973         * docs/plugins/inspect/plugin-qtdemux.xml:
3974         * docs/plugins/inspect/plugin-quicktime.xml:
3975         * win32/MANIFEST:
3976         Move qtdemux from -bad.
3977
3978         * gst-plugins-good.spec.in:
3979         Update spec file to reflect moving of qtdemux and wavpack
3980
3981 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3982         
3983         * win32/MANIFEST:
3984         * docs/plugins/Makefile.am:
3985         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3986         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3987         * docs/plugins/inspect/plugin-directdraw.xml:
3988         * docs/plugins/inspect/plugin-directsound.xml:
3989         * docs/plugins/inspect/plugin-waveform.xml:
3990         Move the waveform plugin from -bad too. Update the inspect xml
3991         files to mention Plugins Good instead of Plugins Bad.
3992
3993 2007-06-12  Andy Wingo  <wingo@pobox.com>
3994
3995         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
3996         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
3997         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
3998         finalization and resuscitation. No longer public.
3999         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
4000         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
4001         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
4002         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
4003         miniobject semantics, and be threadsafe.
4004         (gst_v4l2src_queue_frame): Remove this function, as we just call
4005         the ioctls directly in the two places where we queue buffers.
4006         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
4007         directly.
4008         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
4009         to allocate the pool, which also preallocates the GstBuffers.
4010         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
4011         queueing the frames directly.
4012         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
4013         mmap buffers have been dequeued.
4014
4015         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
4016         real MiniObject instead of rolling our own refcounting and
4017         finalizing. Give it a lock.
4018         (struct _GstV4l2Buffer): Remove one intermediary object, having
4019         the buffers hold the struct v4l2_buffer directly.
4020
4021         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
4022         capture_init so that it can set them on the buffers that it will
4023         create.
4024         (gst_v4l2src_get_read): For better or for worse, include the
4025         timestamping and offsetting code here; really we should be using
4026         bufferalloc though.
4027         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
4028         preallocated, mmap'd buffers.
4029
4030 2007-06-11  Wim Taymans  <wim@fluendo.com>
4031
4032         Patch by: daniel fischer <dan at f3c dot com>
4033
4034         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
4035         (gst_ximage_src_get_caps):
4036         Actually use the display_name property so that we can dump any
4037         available X display. Fixes #445905.
4038
4039 2007-06-11  Wim Taymans  <wim@fluendo.com>
4040
4041         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
4042
4043         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
4044         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
4045         Add missing rate fields to caps. Fixes #441118.
4046
4047 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
4048
4049         * win32/vs6/gst_plugins_good.dsw:
4050         * win32/vs8/gst-plugins-good.sln:
4051         Add DirectSound and DirectDraw sinks project files to
4052         workspace and solution files.
4053
4054 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
4055
4056         Patch by: Josh Coalson <xflac at yahoo dot com>,
4057         updated by Alexis Ballier <aballier at gentoo dot org>:
4058
4059         * configure.ac:
4060         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
4061         (gst_flac_dec_setup_seekable_decoder),
4062         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
4063         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
4064         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
4065         * ext/flac/gstflacdec.h:
4066         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
4067         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
4068         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
4069         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
4070         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
4071         (gst_flac_enc_chain), (gst_flac_enc_set_property),
4072         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
4073         * ext/flac/gstflacenc.h:
4074         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
4075         
4076 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
4077
4078         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
4079         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
4080         not necessary anymore as we need at least that core version. 
4081
4082 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
4083
4084         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
4085         (gst_wavpack_dec_chain):
4086         * ext/wavpack/gstwavpackdec.h:
4087         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
4088         (gst_wavpack_parse_push_buffer):
4089         * ext/wavpack/gstwavpackparse.h:
4090         Improve discont handling by checking if the next Wavpack block has
4091         the expected, following block index.
4092
4093 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4094
4095         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
4096           Fix element description.
4097
4098 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4099
4100         * configure.ac:
4101         * docs/plugins/Makefile.am:
4102         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4103         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4104         * docs/plugins/gst-plugins-good-plugins.args:
4105         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4106         * docs/plugins/gst-plugins-good-plugins.signals:
4107         * docs/plugins/inspect/plugin-autodetect.xml:
4108         * docs/plugins/inspect/plugin-gconfelements.xml:
4109         * docs/plugins/inspect/plugin-ladspa.xml:
4110         * docs/plugins/inspect/plugin-rtp.xml:
4111         * docs/plugins/inspect/plugin-wavpack.xml:
4112         * ext/Makefile.am:
4113         * tests/check/Makefile.am:
4114           move wavpack plugin.  See #352605.
4115
4116 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
4117
4118         * configure.ac:
4119         * docs/plugins/Makefile.am:
4120         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4121         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4122         * docs/plugins/gst-plugins-good-plugins.args:
4123         * sys/Makefile.am:
4124         * win32/MANIFEST:
4125         Add DirectDraw & DirectSound plugins to the build and docs.
4126
4127 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
4128
4129         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
4130         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
4131           When operating in pull mode, error out correct on not-linked.
4132
4133 2007-06-06  Andy Wingo  <wingo@pobox.com>
4134
4135         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
4136         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
4137         format and size if the ioctls are defined; should fix compilation
4138         on Linux < 2.16.19.
4139
4140 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
4141
4142         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
4143           Printf fixes in debug statements; use LOG level for debug statements
4144           that are printed for each and every frame; convert c++ comments to
4145           C-style comments; not much point using g_try_malloc() if we then not
4146           even check the return value.
4147
4148 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
4149
4150         * configure.ac:
4151           Bump requirements to released versions (core and base 0.10.13).
4152
4153         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
4154           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
4155           own implementation.
4156
4157 2007-06-05  Andy Wingo  <wingo@pobox.com>
4158
4159         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
4160         some useless comments.
4161
4162         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
4163         frames before calling STREAMON, that might leave them in a state
4164         where they can't be dequeued if we go back to NULL without calling
4165         STREAMON, according to the docs.
4166         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
4167         before we call STREAMON.
4168         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
4169         failures. (For me this code hung.) The pool refcounting is still
4170         crack; added a note to that effect.
4171
4172 2007-06-05  Wim Taymans  <wim@fluendo.com>
4173
4174         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
4175         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
4176         Add support for mapping gst structure names to the MIME type equivalent.
4177         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
4178
4179 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
4180
4181         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4182         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
4183         (gst_wavenc_chain), (gst_wavenc_change_state):
4184         * gst/wavenc/gstwavenc.h:
4185         Properly write wav files with width!=depth by having the depth most
4186         significant bytes set and all others zero. Fixes #442535.
4187
4188 2007-06-01  Wim Taymans  <wim@fluendo.com>
4189
4190         * gst/rtsp/rtspconnection.c:
4191         Add include to make buildbot happy.
4192
4193 2007-06-01  Wim Taymans  <wim@fluendo.com>
4194
4195         Patch by: Peter Kjellerstedt  <pkj at axis com>
4196
4197         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4198         (rtsp_connection_connect), (add_date_header),
4199         (rtsp_connection_send), (parse_response_status),
4200         (parse_request_line), (parse_line), (rtsp_connection_receive):
4201         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
4202         * gst/rtsp/rtspdefs.h:
4203         * gst/rtsp/rtspmessage.c: (key_value_foreach),
4204         (rtsp_message_init_request), (rtsp_message_init_response),
4205         (rtsp_message_remove_header), (rtsp_message_append_headers),
4206         (rtsp_message_dump):
4207         * gst/rtsp/rtspmessage.h:
4208         Improves version checking, allowing an RTSP server to reply with "505
4209         RTSP Version not supported.
4210         Adds a Date header to all messages.
4211         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
4212         want to be able to send a response even if something in the request was
4213         invalid. EINVAL is only used when passing wrong arguments to functions.
4214         Do not handle an invalid method in parse_request_line(). Defer this to
4215         the caller so it can respond with "405 Method Not Allowed".
4216         Improves parsing of the timeout parameter to the Session header,
4217         allowing whitespace after the semicolon. 
4218         Avoids a compiler warning due to variables shadowing a function argument.
4219
4220 2007-06-01  Wim Taymans  <wim@fluendo.com>
4221
4222         Based on Patch by: Daniel Charles <dcharles at ti dot com>
4223
4224         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
4225         (gst_rtp_amr_depay_process):
4226         * gst/rtp/gstrtpamrdepay.h:
4227         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
4228         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
4229         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
4230         * gst/rtp/gstrtpamrpay.h:
4231         Add support for AMR-WB.
4232         Small cleanups such as using BOILERPLATE.
4233
4234 2007-05-31  Wim Taymans  <wim@fluendo.com>
4235
4236         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
4237         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
4238
4239 2007-05-30  Andy Wingo  <wingo@pobox.com>
4240
4241         * sys/v4l2/gstv4l2object.h: 
4242         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
4243         unintended changes.
4244
4245         * sys/v4l2/v4l2src_calls.h: 
4246         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
4247         the format list in the order that the driver gives it to us.
4248         (gst_v4l2src_probe_caps_for_format_and_size)
4249         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
4250         based on the capabilities of the device.
4251         (gst_v4l2src_grab_frame): Update for object variable renaming.
4252         (gst_v4l2src_set_capture): Update to be strict in its parameters,
4253         as in the set_caps below.
4254         (gst_v4l2src_capture_init): Update for object variable renaming,
4255         and reflow.
4256         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
4257         (gst_v4l2src_capture_deinit): Update for object variable renaming.
4258         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
4259         (gst_v4l2src_get_fps): Remove; these functions don't have much
4260         meaning outside of an atomic set_caps method.
4261         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
4262         known.
4263
4264         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
4265         call to update_fps; not sure about this change.
4266         (gst_v4l2_tuner_set_norm): Work around the fact that for the
4267         moment we don't have an update_fps_func.
4268
4269         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
4270         structures in the object, just store what we need. Do store the
4271         probed caps of the device. Don't store the current frame rate.
4272
4273         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
4274         update_fps_function, for now. Update for new object variable
4275         naming.
4276         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
4277         new object variable naming.
4278         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
4279         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
4280         (gst_v4l2src_get_caps): Rework to probe the device for supported
4281         frame sizes and frame rates.
4282         (gst_v4l2src_set_caps): Rework to be strict in the given
4283         parameters: if someone asks us to have a certain size and rate,
4284         that is what we configure.
4285         (gst_v4l2src_get_read): Update for object variable naming. Don't
4286         leak buffers on short reads.
4287         (gst_v4l2src_get_mmap): Update for object variable naming, and add
4288         comments.
4289         (gst_v4l2src_create): Update for object variable naming.
4290
4291 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
4292
4293         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
4294         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
4295         * gst/avi/gstavidemux.h:
4296           Parse subtitle text streams instead of erroring out (#442034). Still
4297           needs a parser for the subtitles to actually show up.
4298
4299 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
4300
4301         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
4302         (gst_avi_demux_loop):
4303           Make _push_event() return TRUE if the event could be pushed on at
4304           least one pad and not only if it could be pushed on all pads,
4305           otherwise we'll end up posting an error message on EOS if one or
4306           more source pads are not connected.
4307
4308 2007-05-28  Wim Taymans  <wim@fluendo.com>
4309
4310         * gst/rtsp/rtsptransport.c:
4311         Use renamed RTP bin.
4312
4313 2007-05-28  Wim Taymans  <wim@fluendo.com>
4314
4315         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
4316
4317         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
4318         (gst_video_box_set_property), (gst_video_box_transform_caps),
4319         (video_box_recalc_transform), (gst_video_box_set_caps),
4320         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
4321         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
4322         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
4323         (gst_video_box_i420_i420), (gst_video_box_transform),
4324         (plugin_init):
4325         Add AYUV->AYUV and AYUV->I420 formats. 
4326         Fix negotiation and I420->AYUV conversion.
4327         Fixes #429329.
4328
4329 2007-05-26  Wim Taymans  <wim@fluendo.com>
4330
4331         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
4332         Use different variables for nested for loops so that the outer loop
4333         functions properly and speex files with multiple frames per buffer work
4334         properly.
4335         Fixes #441408.
4336
4337 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
4338
4339         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
4340           Don't leak newsegment events.
4341
4342 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
4343
4344         * gst/wavparse/Makefile.am:
4345           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
4346           drags it in.
4347
4348 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
4349
4350         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
4351         (notgst_value_array_append_buffer),
4352         (gst_flac_enc_process_stream_headers),
4353         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
4354         (gst_flac_enc_change_state):
4355         * ext/flac/gstflacenc.h:
4356           Collect headers, add "streamheader" field to output caps and set
4357           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
4358           produces output according to the official FLAC-to-Ogg mapping
4359           instead of completely broken files. Fixes #426044.
4360
4361 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
4362
4363         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
4364         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
4365         (gst_id3demux_sink_event):
4366         * gst/id3demux/gstid3demux.h:
4367         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
4368         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
4369         (gst_tag_demux_send_new_segment):
4370         Handle and adjust new-segment events so that downstream really
4371         sees a stream with the tag pieces stripped off the front and back.
4372         Fixes strangeness in seeking when mp3 decoders use the new-segment
4373         byte position to estimate their current playback position timestamp
4374         and then the arriving buffers don't match up.
4375
4376 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
4377
4378         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
4379           Don't unnecessarily perform a READY->NULL->READY transition on the
4380           detected audio sink when starting up. Fixes: #440127
4381
4382 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
4383
4384         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
4385         (gst_flac_enc_chain):
4386           Don't crash in chain function if setcaps hasn't been called.
4387
4388 2007-05-24  Wim Taymans  <wim@fluendo.com>
4389
4390         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
4391         Init value to avoid infinte loops.
4392
4393 2007-05-24  Wim Taymans  <wim@fluendo.com>
4394
4395         Patch by: Peter Kjellerstedt  <pkj at axis com>
4396
4397         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
4398         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
4399         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
4400         (gst_rtspsrc_play):
4401         (rtsp_connection_send), (rtsp_connection_receive):
4402         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
4403         Fix for new API.
4404
4405         * gst/rtsp/rtspconnection.c: (add_auth_header),
4406         Only add authorisation and session headers when sending messages.
4407
4408         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
4409         (rtsp_message_init_request), (rtsp_message_init_response),
4410         (rtsp_message_unset), (rtsp_message_add_header),
4411         (rtsp_message_remove_header), (rtsp_message_get_header),
4412         (rtsp_message_append_headers), (dump_key_value),
4413         (rtsp_message_dump):
4414         * gst/rtsp/rtspmessage.h:
4415         Add support for multiple headers of the same type by storing the parsed
4416         headers in a GArray instaed of a hashtable.
4417
4418 2007-05-21  Wim Taymans  <wim@fluendo.com>
4419
4420         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
4421         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
4422         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
4423         safer shutdown.
4424
4425 2007-05-21  Wim Taymans  <wim@fluendo.com>
4426
4427         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
4428         * gst/rtsp/gstrtpdec.h:
4429         Added signal for backwards compat.
4430
4431 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
4432         
4433         Patch by: René Stadler <mail at renestadler dot de>
4434
4435         * configure.ac:
4436         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4437         (gst_au_parse_parse_header), (gst_au_parse_chain):
4438         * gst/auparse/gstauparse.h:
4439         Use audioconvert for converting from non-native endianness floats
4440         in auparse instead of doing it ourself. Fixes #424527.
4441         This needs the audioconvert from plugins-base CVS.
4442         
4443 2007-05-21  Wim Taymans  <wim@fluendo.com>
4444
4445         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
4446         (gst_rtp_h263p_pay_flush):
4447         Fix enum registration.
4448
4449 2007-05-21  Wim Taymans  <wim@fluendo.com>
4450
4451         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
4452
4453         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
4454         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
4455         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
4456         (gst_rtp_h263p_pay_flush):
4457         * gst/rtp/gstrtph263ppay.h:
4458         Add new fragmentation mode base on GOB headers. Fixes #438940.
4459
4460 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
4461
4462         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
4463           Printf format fix.
4464
4465 2007-05-18  Wim Taymans  <wim@fluendo.com>
4466
4467         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
4468         Don't crash when an unsupported transport error was returned by the
4469         server, just try to configure the next stream. Fixes #439255.
4470
4471 2007-05-18  Wim Taymans  <wim@fluendo.com>
4472
4473         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4474         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4475         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
4476         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4477         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
4478         * gst/rtsp/gstrtspsrc.h:
4479         Add TCP timeout property and use it for all TCP connection.
4480
4481         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4482         (rtsp_connection_write), (rtsp_connection_next_timeout),
4483         (rtsp_connection_reset_timeout):
4484         Make connect and writes cancelable and make them use the timeout.
4485
4486 2007-05-18  Wim Taymans  <wim@fluendo.com>
4487
4488         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
4489         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
4490         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4491         (gst_rtspsrc_setup_streams):
4492         Refactor timeout handling.
4493         Also send keep-alive when dealing with TCP transport.
4494
4495         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4496         (rtsp_connection_free), (rtsp_connection_next_timeout),
4497         (rtsp_connection_reset_timeout):
4498         * gst/rtsp/rtspconnection.h:
4499         Use a timer to handle the session timeouts, add some methods to deal
4500         with timeouts.
4501
4502 2007-05-17  Wim Taymans  <wim@fluendo.com>
4503
4504         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
4505         (gst_rtspsrc_setup_streams):
4506         Ignore streams that fail the setup command, we will retry with a
4507         different transport later on.
4508
4509         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
4510         (rtsp_ext_wms_configure_stream):
4511         Fix encoding name case.
4512
4513 2007-05-16  Edward Hervey  <edward@fluendo.com>
4514
4515         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
4516         Fix build on macosx.
4517
4518 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
4519
4520         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
4521         Replace direct comparison of a string with the string literal "" with
4522         a comparison of the first character with '\0'. Fixes #438926.
4523
4524 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4525
4526         * gst/debug/breakmydata.c (gst_break_my_data_init):
4527           One more try. This should be the proper fix now.
4528
4529 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4530
4531         * gst/debug/breakmydata.c:
4532           Ooops, no // comments please.
4533
4534 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4535
4536         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
4537         (gst_break_my_data_init):
4538           Fix gst_buffer_is_writable() assertion.
4539
4540 2007-05-14  David Schleef  <ds@schleef.org>
4541
4542         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
4543           video/x-raw-bayer.  Fixes #314160.
4544
4545 2007-05-14  Wim Taymans  <wim@fluendo.com>
4546
4547         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
4548         (gst_rtp_theora_depay_parse_configuration):
4549         * gst/rtp/gstrtptheorapay.c: (encode_base64),
4550         (gst_rtp_theora_pay_finish_headers),
4551         (gst_rtp_theora_pay_handle_buffer):
4552         Update theora pay/depayloader in a similar to vorbis.
4553
4554         * gst/rtp/gstrtpvorbisdepay.c:
4555         (gst_rtp_vorbis_depay_parse_configuration):
4556         Update docs.
4557
4558 2007-05-14  Wim Taymans  <wim@fluendo.com>
4559
4560         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
4561         When we try to execute a method that is not supported by the server,
4562         don't error out but remove the method from the accepted methods so that
4563         we never try to perform this method again.
4564
4565 2007-05-14  Wim Taymans  <wim@fluendo.com>
4566
4567         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
4568         Remove annoying _dump_mem.
4569
4570 2007-05-14  Wim Taymans  <wim@fluendo.com>
4571
4572         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
4573         Parse range correctly.
4574
4575         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
4576         The baseurl now always has a '/' at the start.
4577
4578 2007-05-14  Wim Taymans  <wim@fluendo.com>
4579
4580         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
4581         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
4582         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
4583         Factor out caps configuration and configure more stuff such as the time
4584         ranges and speed/scale values.
4585
4586         * gst/rtsp/rtsptransport.c:
4587         Add Copyright after non-trival fixes.
4588
4589 2007-05-12  Wim Taymans  <wim@fluendo.com>
4590
4591         Patch by: Peter Kjellerstedt  <pkj at axis com>
4592
4593         * gst/rtsp/gstrtspsrc.h:
4594         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4595         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
4596         (rtsp_message_get_header):
4597         * gst/rtsp/rtspmessage.h:
4598         Make channel guint8 where possible.
4599         Make rtsp_message_init_data() take the channel as a guint8.
4600
4601         * gst/rtsp/rtspdefs.c:
4602         Fixed a typo: Timout -> Timeout
4603
4604         * gst/rtsp/rtspdefs.h:
4605         Make RTSP_CHECK() behave as a statement.
4606
4607         * gst/rtsp/sdpmessage.c:
4608         Avoid a compiler warning in INIT_ARRAY().
4609         Fixes #437692.
4610
4611 2007-05-12  Wim Taymans  <wim@fluendo.com>
4612
4613         Patch by: Peter Kjellerstedt  <pkj at axis com>
4614
4615         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
4616         (rtsp_url_get_request_uri):
4617         * gst/rtsp/rtspurl.h:
4618         Add support for query parameters to RTSP URLs.
4619
4620 2007-05-12  Wim Taymans  <wim@fluendo.com>
4621
4622         Patch by: Peter Kjellerstedt  <pkj at axis com>
4623
4624         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
4625         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
4626         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
4627         (rtsp_transport_parse), (rtsp_transport_as_text):
4628         * gst/rtsp/rtsptransport.h:
4629         Add validation to rtsp_transport_parse().
4630         Add rtsp_transport_as_text() to generate an RTSP header from an
4631         RTSPTransport.
4632         Change ssrc to guint (was a string) since that is what it is, even
4633         though it is sent as a hex string.
4634         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
4635         incorrect, which can be seen when looking at the examples in the RFC).
4636         Fixes #437670.
4637
4638 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
4639
4640         Patch by: Eric Anholt
4641
4642         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
4643           gst_ximage_src_ximage_get):
4644         Use union of all damage between frames to make it faster.
4645         Fixes bug #342463.
4646         Also fix crasher when cursor is at bottom right of window.
4647
4648 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
4649
4650         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4651           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
4652           streaming mode regression for file from #343837 with 'bext' chunk
4653           before the 'fmt' chunk.
4654
4655 2007-05-11  Wim Taymans  <wim@fluendo.com>
4656
4657         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
4658         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
4659         (gst_rtspsrc_handle_src_event),
4660         (gst_rtspsrc_stream_configure_manager),
4661         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
4662         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
4663         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
4664         * gst/rtsp/gstrtspsrc.h:
4665         * gst/rtsp/rtspdefs.h:
4666         Preliminary seek support.
4667         Activate internal pads so that we can receive events on them.
4668         Don't try to parse a range string when it's NULL.
4669
4670 2007-05-11  Wim Taymans  <wim@fluendo.com>
4671
4672         * gst/rtp/README:
4673         Update README with new RTP variables that will be used for
4674         synchronisation.
4675
4676         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
4677         (gst_rtp_vorbis_depay_parse_configuration),
4678         (gst_rtp_vorbis_depay_process):
4679         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
4680         (gst_rtp_vorbis_pay_finish_headers),
4681         (gst_rtp_vorbis_pay_handle_buffer):
4682         Update vorbis pay and depayloader to draft-04.
4683
4684 2007-05-11  Wim Taymans  <wim@fluendo.com>
4685
4686         * gst/rtsp/rtsptransport.c:
4687         UDP MCAST is actually the default for RTP/AVP.
4688 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
4689
4690         * gst/level/gstlevel.c: (gst_level_transform_ip):
4691         Use guint8 * instead of gpointer then vs6 can build 
4692         in_data += (filter->width / 8).
4693
4694 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
4695
4696         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
4697           gst_ximage_src_ximage_get):
4698         * sys/ximage/gstximagesrc.h (last_ximage):
4699         When using Damage actually keep the last frame, and not assume
4700         that the buffer we get already has the last frame on it.
4701         Copy the cursor over if we specify a non-zero start x and
4702         start y.
4703
4704 2007-05-11  Wim Taymans  <wim@fluendo.com>
4705
4706         * gst/rtsp/rtsptransport.c:
4707         Make UDP the default transport when not specified.
4708
4709 2007-05-09  David Schleef  <ds@schleef.org>
4710
4711         * gst/level/gstlevel.c:
4712           Revert last change.
4713
4714 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
4715
4716         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
4717         (gst_level_transform_ip):
4718         Use guint8 * instead of gpointer then vs6 know the size of data
4719         pointed when moving the pointer.
4720         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
4721         Move instructions after variables declaration.
4722         * win32/vs6/autogen.dsp:
4723         * win32/vs6/libgstrtp.dsp:
4724         * win32/vs6/libgstrtsp.dsp:
4725         Update vs6 project files.
4726
4727 2007-05-09  Wim Taymans  <wim@fluendo.com>
4728
4729         * gst/rtsp/Makefile.am:
4730         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
4731         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
4732         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
4733         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
4734         (rtsp_range_free):
4735         * gst/rtsp/rtsprange.h:
4736         Add code to parse time ranges.
4737         Report DURATION on the stream when possible.
4738
4739 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
4740
4741         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
4742         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
4743         (gst_videomixer_collected):
4744           Fix strides calculation for AYUV (it's just width*4) (#436910).
4745
4746 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4747
4748         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
4749         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
4750         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
4751         Sync the GObject properties before each processing step to properly
4752         work with the controller.
4753
4754 2007-05-04  Wim Taymans  <wim@fluendo.com>
4755
4756         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
4757         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4758         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
4759         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
4760         (gst_rtspsrc_change_state):
4761         Let more error state trickle down so that we can catch more error
4762         cases.
4763         Handle keep-alive a little smarter by selecting a method the server
4764         actually supports.
4765         Fix a race in UDP streaming shutdown.
4766
4767 2007-05-04  Wim Taymans  <wim@fluendo.com>
4768
4769         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
4770         Ignore errors when trying to use the keep-alive messages.
4771
4772 2007-05-04  Wim Taymans  <wim@fluendo.com>
4773
4774         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
4775         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
4776         (gst_rtspsrc_stream_configure_manager),
4777         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4778         (gst_rtspsrc_stream_configure_mcast),
4779         (gst_rtspsrc_stream_configure_udp),
4780         (gst_rtspsrc_stream_configure_udp_sink),
4781         (gst_rtspsrc_stream_configure_transport):
4782         Send RTCP messages back to the server over the TCP connection.
4783
4784         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
4785         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4786         (rtsp_connection_receive):
4787         * gst/rtsp/rtspconnection.h:
4788         Factor out and expose lowlevel _write and _read methods.
4789         Implement sending data messages to the server.
4790
4791 2007-05-03  Wim Taymans  <wim@fluendo.com>
4792
4793         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
4794         (gst_multipart_mux_collected):
4795         Fix timestamps on outgoing buffers.
4796
4797 2007-05-03  Wim Taymans  <wim@fluendo.com>
4798
4799         * gst/multipart/multipartmux.c:
4800         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
4801         (gst_multipart_mux_change_state):
4802         Emit NEWSEGMENT events before pushing the first buffer.
4803
4804 2007-05-03  Wim Taymans  <wim@fluendo.com>
4805
4806         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4807         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
4808         (gst_rtspsrc_handle_src_query),
4809         (gst_rtspsrc_stream_configure_manager),
4810         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4811         (gst_rtspsrc_stream_configure_mcast),
4812         (gst_rtspsrc_stream_configure_udp),
4813         (gst_rtspsrc_stream_configure_udp_sink),
4814         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
4815         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
4816         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4817         (gst_rtspsrc_pause):
4818         Refactor transport configuration code.
4819         Create internal pads for TCP transport so that we can implement events
4820         and queries.
4821         Handle events and queries.
4822         Parse range from the SDP.
4823         Fix race in pause handler where the connection could still be flushing.
4824
4825 2007-05-02  Wim Taymans  <wim@fluendo.com>
4826
4827         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4828         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
4829         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4830         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
4831         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
4832         (gst_rtspsrc_change_state):
4833         * gst/rtsp/gstrtspsrc.h:
4834         Fix race when multiple udp sources post timeouts, just act on the first
4835         received timeout.
4836         Protect stream list with a recursive lock to fix some races.
4837         Flush connection when we need to do a reconnect or stop.
4838         Make state lock recursive.
4839
4840         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4841         (rtsp_connection_close):
4842         Some small cleanups.
4843
4844 2007-05-02  Wim Taymans  <wim@fluendo.com>
4845
4846         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4847         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4848         Only set DISCONT when there actually is a discont or when we just
4849         started.
4850
4851 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4852
4853         * ext/flac/gstflac.c: (plugin_init):
4854         Call bindtextdomain() to get localized strings.
4855
4856 2007-05-02  Wim Taymans  <wim@fluendo.com>
4857
4858         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4859         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
4860         (gst_wavparse_stream_data):
4861         * gst/wavparse/gstwavparse.h:
4862         Be a bit more clever when dealing with VBR files with FACT tags, we
4863         don't want to timestamp buffers in that case but the estimated BPS can
4864         be used for seeking.
4865         Only send close segment in the streaming thread.
4866
4867 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4868
4869         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
4870         Correctly post an error on the bus if something went wrong in the loop
4871         function. This fixes a few cases where the task was paused and nothing
4872         happened anymore.
4873
4874 2007-05-02  Wim Taymans  <wim@fluendo.com>
4875
4876         * gst/rtsp/test.c: (main):
4877         Fix compilation of deprecated test just because I'm too lazy to delete
4878         it.
4879
4880 2007-05-02  Wim Taymans  <wim@fluendo.com>
4881
4882         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4883         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4884         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
4885         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
4886         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4887         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
4888         * gst/rtsp/gstrtspsrc.h:
4889         Fix sending RTCP to the right place.
4890         Fix bug in reffing the wrong UDP element.
4891         Use new pad names for the session manager.
4892         Implement handling server requests in interleaved and UDP modes.
4893         Handle session keep-alive in UDP modes.
4894         Remove GCond for handling UDP timeouts.
4895
4896         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4897         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4898         (rtsp_connection_receive), (rtsp_connection_close):
4899         * gst/rtsp/rtspconnection.h:
4900         Store connection IP address for later.
4901         Add timeout args to all operations that might block forever.
4902         Parse session timeout.
4903         Only close sockets when not already closed.
4904
4905         * gst/rtsp/rtspdefs.c:
4906         * gst/rtsp/rtspdefs.h:
4907         Add timeout return value and error string.
4908
4909         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
4910         Add small comment.
4911
4912 2007-05-01  Wim Taymans  <wim@fluendo.com>
4913
4914         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4915
4916         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
4917         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
4918         * gst/rtp/gstrtpmp4vpay.h:
4919         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
4920
4921 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
4922
4923         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4924           Remove v4l2src from docs, since it breaks the docs build, and the
4925           plugin is only built if --enable-experimental is used anyway.
4926
4927         * docs/plugins/Makefile.am:
4928           Spaces => tab.
4929
4930 2007-04-29  Wim Taymans  <wim@fluendo.com>
4931
4932         * gst/udp/gstmultiudpsink.c: (leave_multicast),
4933         (gst_multiudpsink_add), (gst_multiudpsink_remove):
4934         Add code to drop membership of a multicast group.
4935
4936         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
4937         (gst_udpsink_set_uri):
4938         Implement URI handler.
4939
4940         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4941         (gst_rtspsrc_parse_rtpinfo):
4942         Use URI handler to make udpsink instace.
4943         Improve code to configure port and destination.
4944
4945 2007-04-29  Wim Taymans  <wim@fluendo.com>
4946
4947         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
4948         Fix multicast detection.
4949         Don't try to join a multicast group if the address is not multicast.
4950
4951         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
4952         Small debug improvement.
4953
4954 2007-04-27  Wim Taymans  <wim@fluendo.com>
4955
4956         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4957         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4958         (gst_rtspsrc_handle_message):
4959         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
4960         parent.
4961
4962 2007-04-27  Wim Taymans  <wim@fluendo.com>
4963
4964         * gst/rtp/gstrtpilbcdepay.h:
4965         Fix mode property when specified as an arg.
4966
4967 2007-04-26  Edward Hervey  <edward@fluendo.com>
4968
4969         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4970         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4971         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4972         * docs/plugins/inspect/plugin-osxaudio.xml:
4973         Add documentation for osxaudio plugin.
4974
4975 2007-04-26  Wim Taymans  <wim@fluendo.com>
4976
4977         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4978         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4979         (gst_rtspsrc_open), (gst_rtspsrc_close),
4980         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4981         (gst_rtspsrc_pause):
4982         * gst/rtsp/gstrtspsrc.h:
4983         Protect state changes with a lock.
4984
4985         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4986         (parse_line):
4987         * gst/rtsp/rtspconnection.h:
4988         Remove some unused stuff.
4989
4990 2007-04-26  Wim Taymans  <wim@fluendo.com>
4991
4992         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4993         Handle the case where there are exactly 0 bytes to read and the ioctl
4994         did not report an error. Fixes #433530.
4995
4996 2007-04-26  Wim Taymans  <wim@fluendo.com>
4997
4998         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4999         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
5000         * gst/wavparse/gstwavparse.h:
5001         Apply DISCONT to buffers.
5002         Only apply timestamp to the first sample after a DISCONT, too many VBR
5003         files cause random jitter in the timestamps. Fixes #433119.
5004
5005 2007-04-25  Wim Taymans  <wim@fluendo.com>
5006
5007         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
5008         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
5009         (gst_rtp_dec_get_property):
5010         * gst/rtsp/gstrtpdec.h:
5011         Add dummy latency property to be backwards compat with rtpbin.
5012
5013         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
5014         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
5015         (gst_rtspsrc_stream_configure_transport),
5016         (gst_rtspsrc_parse_rtpinfo):
5017         * gst/rtsp/gstrtspsrc.h:
5018         Add latency property and configure in the session manager.
5019         Don't set invalid clock-base and seqnum-base on caps, some servers
5020         sometimes don't send them.
5021
5022 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5023
5024         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
5025         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
5026           Double-check that RGB input caps are really RGBA caps (apparently
5027           the core doesn't always catch it if those caps aren't a subset of
5028           our template caps, also see #421543). Fixes #429319 in a way.
5029           Also, don't leak the pad template in the transform_caps function.
5030
5031         * tests/check/Makefile.am:
5032         * tests/check/elements/.cvsignore:
5033         * tests/check/elements/alphacolor.c: (setup_alphacolor),
5034         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
5035         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
5036         (GST_START_TEST), (alphacolor_suite):
5037           Add some basic unit tests for alphacolor.
5038
5039 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5040
5041         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
5042           If we get a fatal flow return in the loop function, first post the
5043           error message and only then send the EOS event downstream, otherwise
5044           applications might get an eos message before the error message and
5045           think everything was ok (related to #429319).
5046
5047 2007-04-25  Wim Taymans  <wim@fluendo.com>
5048
5049         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
5050         Read the channel byte as an unsigned byte.
5051
5052 2007-04-25  Wim Taymans  <wim@fluendo.com>
5053
5054         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
5055         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
5056         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
5057         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
5058         (gst_rtp_gsm_depay_setcaps):
5059         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
5060         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
5061         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
5062         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
5063         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
5064         (gst_ilbc_depay_get_property):
5065         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
5066         * gst/rtp/gstrtpmp4adepay.c:
5067         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
5068         (gst_rtp_pcma_depay_setcaps):
5069         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
5070         (gst_rtp_pcmu_depay_setcaps):
5071         Make sure we configure the clock_rate in the baseclass in the setcaps
5072         function. Fixes #431282.
5073
5074 2007-04-25  Wim Taymans  <wim@fluendo.com>
5075
5076         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
5077         (gst_rtspsrc_stream_free), (request_pt_map),
5078         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
5079         * gst/rtsp/gstrtspsrc.h:
5080         Parse server address from SDP.
5081         Hook up a udpsink to send RTCP back to the server.
5082
5083         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5084         * gst/rtsp/rtsptransport.h:
5085         Add some docs.
5086
5087 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
5088
5089         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
5090           Make header field check conditional. Fixes #433135
5091
5092 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
5093
5094         * docs/plugins/Makefile.am:
5095         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5096         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5097         * docs/plugins/inspect/plugin-alphacolor.xml:
5098         * gst/alpha/Makefile.am:
5099         * gst/alpha/gstalphacolor.c:
5100         * gst/alpha/gstalphacolor.h:
5101           Add minimal docs blurb to alphacolor; split out headers into
5102           separate header file for gtk-doc.
5103
5104 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
5105
5106         * gst/debug/progressreport.c: (gst_progress_report_report):
5107           Don't try to post NULL message (in case we can't query upstream
5108           position or duration).
5109
5110 2007-04-18  Michael Smith  <msmith@fluendo.com>
5111
5112         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
5113         (gst_cutter_get_caps):
5114         * gst/cutter/gstcutter.h:
5115           Fix some of the most obvious bugs in cutter. Now doesn't leak
5116           everything if input is silent.
5117
5118 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
5119
5120         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
5121         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
5122         * gst/wavenc/gstwavenc.h:
5123         Wav apparently only supports width==GST_ROUND_UP(depth), everything
5124         else results in a invalid block align and invalid files.
5125
5126 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
5127
5128         Patch by: Snaik <snaik32 gmail com>
5129
5130         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
5131           Add missing break statement for BOX_HORIZONTAL case.
5132
5133 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
5134
5135         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
5136
5137         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
5138         Use correct format strings for integer types.
5139
5140 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
5141
5142         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
5143         (gst_wavparse_create_sourcepad):
5144         Use gst_riff_create_audio_template_caps () instead of the local caps.
5145         This makes updates of the local caps unecessary whenever libgstriff
5146         gets support for new formats.
5147
5148 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
5149
5150         Patch by: Brian Cameron  <brian.cameron at sun dot com>
5151
5152         * sys/sunaudio/gstsunaudio.c:
5153         * sys/sunaudio/gstsunaudiomixer.c:
5154         * sys/sunaudio/gstsunaudiomixer.h:
5155         * sys/sunaudio/gstsunaudiomixerctrl.c:
5156         * sys/sunaudio/gstsunaudiomixerctrl.h:
5157         * sys/sunaudio/gstsunaudiomixertrack.h:
5158         * sys/sunaudio/gstsunaudiosink.c:
5159         * sys/sunaudio/gstsunaudiosink.h:
5160         * sys/sunaudio/gstsunaudiosrc.c:
5161         * sys/sunaudio/gstsunaudiosrc.h:
5162           Fix and/or update copyright attributions (#430228).
5163
5164 2007-04-13  Wim Taymans  <wim@fluendo.com>
5165
5166         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5167         Fix docs.
5168
5169         * gst/rtsp/URLS:
5170         Add some more example urls.
5171
5172         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
5173         (gst_rtp_dec_chain_rtp):
5174         Better debugging.
5175
5176         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
5177         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
5178         (gst_rtspsrc_parse_rtpinfo):
5179         Remove unused code.
5180
5181 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
5182
5183         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
5184         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
5185         (gst_wavparse_stream_data):
5186           Relax the audio/mpeg caps again and add FIXME: comment.
5187
5188 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
5189
5190         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
5191         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
5192         (gst_wavparse_stream_data):
5193         * gst/wavparse/gstwavparse.h:
5194           More sanity check for the header fields. Fix type for 'rate' header
5195           field.
5196
5197 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
5198
5199         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
5200         (gst_icydemux_unicodify):
5201           If the metadata strings we get in the stream are not UTF-8, try to
5202           interpret them according to the character encodings specified in the
5203           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
5204           only fall back to locale/ISO-8859-1 if those aren't set or don't
5205           work. Should fix #428901.
5206
5207 2007-04-12  Wim Taymans  <wim@fluendo.com>
5208
5209         * gst/rtp/gstrtph264depay.c:
5210         Use the proper sync word for SPS and PPS.
5211
5212 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5213
5214         * gst/rtp/Makefile.am:
5215         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
5216           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
5217         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
5218           Add a simple hashing implementation that we can use to generate
5219           a 24-bit ident value based on the codebooks for vorbis and theora.
5220         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
5221           gst_rtp_theora_pay_handle_buffer):
5222         * gst/rtp/gstrtpvorbisdepay.c
5223           (gst_rtp_vorbis_depay_parse_configuration,
5224           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
5225         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
5226           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
5227           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
5228           Use the hashing function, ensuring that the same codebooks result
5229           in the same ident and thus the same SDP description.
5230           Various log fixes/changes.
5231
5232 2007-04-12  Wim Taymans  <wim@fluendo.com>
5233
5234         Patch by: jerry tan <jerry dot tan at sun dot com>
5235
5236         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
5237         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
5238         application's responsibility to make sure it open the device once.
5239         Remove a careless error if AUDIODEV is set. Fixes #392620.
5240
5241 2007-04-12  Wim Taymans  <wim@fluendo.com>
5242
5243         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
5244         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
5245         * gst/rtsp/gstrtpdec.h:
5246         Make backward compat with rtpbin by adding the request-pt-map signals.
5247
5248         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
5249         (new_session_pad), (request_pt_map),
5250         (gst_rtspsrc_stream_configure_transport),
5251         (gst_rtspsrc_stream_configure_caps),
5252         (gst_rtspsrc_activate_streams):
5253         * gst/rtsp/gstrtspsrc.h:
5254         Implement request-pt-map signals instead of setting caps on the buffers
5255         for the session manager.
5256
5257 2007-04-11  Wim Taymans  <wim@fluendo.com>
5258
5259         * gst/udp/gstudp.c: (plugin_init):
5260         Register GstNetBuffer in plugin_init so that the type can be used from
5261         multiple threads without races.
5262
5263 2007-04-10  Wim Taymans  <wim@fluendo.com>
5264
5265         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
5266         (gst_rtp_amr_depay_process):
5267         Fix depayloader clock_rate and some cleanups.
5268
5269         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
5270         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5271         * gst/rtp/gstrtph264depay.h:
5272         Don't push codec_data in the adapter because it might get flushed when
5273         we get a discont.
5274
5275         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
5276         Handle multiple AU per packet.
5277
5278         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
5279         (gst_rtp_sv3v_depay_plugin_init):
5280         Disable rank, this one does not work.
5281         Remove timestamping, base class does that.
5282
5283 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
5284
5285         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
5286           limit caps to the formats we announce in the template
5287
5288         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
5289         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
5290         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
5291           fix some crashers/asserts when dealing with broken files
5292
5293 2007-04-10  Wim Taymans  <wim@fluendo.com>
5294
5295         Patch by: Peter Kjellerstedt  <pkj at axis com>
5296
5297         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
5298         * gst/rtp/gstrtpL16depay.c:
5299         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
5300         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
5301         (gst_rtp_speex_depay_setcaps):
5302         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5303         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
5304         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
5305         Fix some compiler warnings. Fixes #428182.
5306
5307 2007-04-06  Wim Taymans  <wim@fluendo.com>
5308
5309         * gst/rtsp/Makefile.am:
5310         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
5311         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
5312         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
5313         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
5314         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
5315         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
5316         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
5317         (create_rtcp), (gst_rtp_dec_request_new_pad),
5318         (gst_rtp_dec_release_pad):
5319         * gst/rtsp/gstrtpdec.h:
5320         * gst/rtsp/gstrtsp.c: (plugin_init):
5321         Morph RTPDec into something compatible with RTPBin as a fallback.
5322         Various other style fixes.
5323
5324         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
5325         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
5326         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
5327         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
5328         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
5329         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
5330         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5331         * gst/rtsp/gstrtspsrc.h:
5332         Implement RTPBin session manager handling.
5333         Don't try to add empty properties to caps.
5334         Implement fallback session manager, handling.
5335         Don't combine errors from RTCP streams, just ignore them.
5336
5337         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
5338         * gst/rtsp/rtsptransport.h:
5339         Implement fallback session manager.
5340         Make RTPBin the default one when available.
5341
5342 2007-04-05  Wim Taymans  <wim@fluendo.com>
5343
5344         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
5345         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
5346         This element is ready to be autoplugged.
5347
5348 2007-04-05  Julien MOUTTE  <julien@moutte.net>
5349
5350         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
5351         Don't leave the offsets defined by upstream element on the
5352         compressed data buffer we are pushing downstream. Make them
5353         GST_BUFFER_OFFSET_NONE.
5354
5355 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
5356
5357         * gst/avi/README:
5358         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5359         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
5360         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
5361         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
5362         (gst_avi_demux_calculate_durations_from_index),
5363         (gst_avi_demux_stream_header_push),
5364         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
5365         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
5366           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
5367
5368 2007-04-03  Wim Taymans  <wim@fluendo.com>
5369
5370         * gst/smpte/barboxwipes.c:
5371         Fix error as spotted by Snaik <snaik32 at gmail dot com>
5372
5373 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
5374
5375         * gst/wavparse/gstwavparse.c:
5376         Support audio/x-raw-float in wav files. This only works with
5377         plugins-base CVS, using an older version doesn't have any
5378         disadvantages though.
5379
5380 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
5381
5382         * configure.ac:
5383         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
5384         (gst_au_parse_parse_header), (gst_au_parse_chain):
5385         * gst/auparse/gstauparse.h:
5386         Revert last change as we don't want plugins-good to depend on
5387         plugins-base CVS now.
5388
5389 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5390
5391         * configure.ac:
5392         Require gst-plugins-base CVS for audioconvert with non-native
5393         float support and width/depth fix in libgstriff.
5394
5395         Patch by: René Stadler <mail at renestadler dot de>
5396
5397         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
5398         (gst_au_parse_parse_header), (gst_au_parse_chain):
5399         * gst/auparse/gstauparse.h:
5400         Don't swap the floats ourself if they're not in native endianness.
5401         Instead let audioconvert handle this. Fixes #339838.
5402
5403 2007-03-29  Wim Taymans  <wim@fluendo.com>
5404
5405         * gst/rtp/gstasteriskh263.h:
5406         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
5407         (gst_rtp_h263p_depay_change_state):
5408         * gst/rtp/gstrtph263pdepay.h:
5409         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5410         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
5411         (gst_rtp_h264_depay_change_state):
5412         * gst/rtp/gstrtph264depay.h:
5413         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
5414         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
5415         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
5416         Flush adapter on disconts.
5417
5418 2007-03-29  Wim Taymans  <wim@fluendo.com>
5419
5420         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
5421         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
5422         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
5423         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5424         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
5425         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
5426         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
5427         (gst_rtp_mp4v_depay_process):
5428         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
5429         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
5430         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
5431         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5432         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
5433         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
5434         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
5435         Use more efficient adapter and rtpbuffer methods when possible.
5436
5437 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5438
5439         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
5440         (gst_wavenc_sink_setcaps):
5441         Correctly handle width!=depth input.
5442         * gst/wavparse/gstwavparse.c:
5443         Already export in the caps that width==8 uses unsigned samples and
5444         everything else uses signed samples.
5445
5446 2007-03-29  Wim Taymans  <wim@fluendo.com>
5447
5448         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
5449
5450         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
5451         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
5452         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
5453         (gst_dynudpsink_close):
5454         * gst/udp/gstdynudpsink.h:
5455         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5456         (gst_udpsrc_create), (gst_udpsrc_set_property),
5457         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
5458         * gst/udp/gstudpsrc.h:
5459         Rework the socket allocation a bit based on the sockfd argument so that
5460         it becomes usable.
5461         Add a closefd property to instruct the udp elements to close the custom
5462         file descriptors when going to READY. Fixes #423304.
5463         API:GstUDPSrc::closefd property
5464         API:GstDynUDPSink::closefd property
5465
5466 2007-03-29  Wim Taymans  <wim@fluendo.com>
5467
5468         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
5469
5470         * gst/rtp/Makefile.am:
5471         * gst/rtp/gstrtp.c: (plugin_init):
5472         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
5473         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
5474         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
5475         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
5476         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
5477         (gst_rtp_h264_pay_plugin_init):
5478         * gst/rtp/gstrtph264pay.h:
5479         Added H264 payloader. Fixes #423782.
5480
5481         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5482         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5483         Small fixes.
5484
5485 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5486
5487         * gst/wavparse/gstwavparse.c:
5488         Actually support depths from 1 to 32, not only 8 to 32.
5489
5490 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5491
5492         * gst/wavparse/gstwavparse.c:
5493         Add support for wav files containing audio/x-raw-int with random
5494         depths between 1 and 32 bits.
5495
5496 2007-03-28  Wim Taymans  <wim@fluendo.com>
5497
5498         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
5499
5500         * gst/rtp/Makefile.am:
5501         * gst/rtp/gstrtp.c: (plugin_init):
5502         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
5503         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
5504         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
5505         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
5506         (gst_rtp_mp4a_depay_get_property),
5507         (gst_rtp_mp4a_depay_change_state),
5508         (gst_rtp_mp4a_depay_plugin_init):
5509         * gst/rtp/gstrtpmp4adepay.h:
5510         Added MP4A-LATM depayloader. Fixes #417792.
5511
5512         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
5513         (gst_rtp_mp4v_depay_process):
5514         Fixup depayloader, setting codec_data, using more efficient adaptor and
5515         rtpbuffer handling.
5516
5517         * gst/rtsp/URLS:
5518         Add url to test above.
5519
5520 2007-03-25  Wim Taymans  <wim@fluendo.com>
5521
5522         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
5523         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
5524         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
5525         (gst_rtspsrc_media_to_caps),
5526         (gst_rtspsrc_stream_configure_transport),
5527         (gst_rtspsrc_stream_configure_caps),
5528         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
5529         * gst/rtsp/gstrtspsrc.h:
5530         Handle default clock-rates for static payload types, rearrange stuff so
5531         that the rtpmap field in the sdp can override the defaults.
5532         Parse RTP-Info field to get the seqnum and timebase fields that should
5533         go in the caps.
5534         Delay configuring caps after we got the RTP-Info from the PLAY reply from
5535         the server. 
5536
5537 2007-03-22  Wim Taymans  <wim@fluendo.com>
5538
5539         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
5540
5541         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5542         Accept complex pipeline descriptions as an audio profile instead of just
5543         a single element. Fixes #420658.
5544
5545 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
5546
5547         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
5548           Rename registered type in preparation of GstTagDemux moving to
5549           -base at some point in the future.
5550
5551 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
5552
5553         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
5554           Streaming mode fixes: don't unref buffer we don't own any longer;
5555           remove bogus adapter flush. Fixes #419338.
5556
5557 2007-03-17  David Schleef  <ds@schleef.org>
5558
5559         * REQUIREMENTS: Change the format to key/value, add a bunch of
5560           information, remove a bunch of requirements that are for
5561           other GStreamer packages.
5562
5563 2007-03-17  David Schleef  <ds@schleef.org>
5564
5565         * REQUIREMENTS: Fix a few things.  This file really needs a
5566         good once-over.
5567
5568 2007-03-15  Edward Hervey  <edward@fluendo.com>
5569
5570         * sys/Makefile.am:
5571         Don't forget to distribute the sys/osxaudio/ directory.
5572
5573 2007-03-15  Edward Hervey  <edward@fluendo.com>
5574
5575         * configure.ac:
5576         * sys/Makefile.am:
5577         * sys/osxaudio/Makefile.am:
5578         * sys/osxaudio/gstosxaudio.c:
5579         * sys/osxaudio/gstosxaudiosink.c:
5580         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
5581         (gst_osx_audio_sink_getcaps),
5582         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
5583         * sys/osxaudio/gstosxaudiosrc.c:
5584         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
5585         (gst_osx_audio_src_create_ringbuffer):
5586         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
5587         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
5588         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
5589         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
5590         * sys/osxaudio/gstosxringbuffer.h:
5591         Activate osxaudio in gst-plugins-good with proper build setup.
5592         Add inlined documentation.
5593         Fix debug statements
5594         Fix ringbuffer when pausing.
5595         Fixes #323471
5596
5597 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5598         * gst/rtp/gstrtppcmapay.c:
5599         * gst/rtp/gstrtppcmapay.h:
5600         * gst/rtp/gstrtppcmupay.c:
5601         * gst/rtp/gstrtppcmupay.h:
5602         Ported mulaw and alaw payloaders to use new base class
5603
5604 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5605
5606         * po/af.po:
5607         * po/az.po:
5608         * po/cs.po:
5609         * po/en_GB.po:
5610         * po/it.po:
5611         * po/nl.po:
5612         * po/or.po:
5613         * po/sq.po:
5614         * po/sr.po:
5615         * po/sv.po:
5616         * po/uk.po:
5617         * po/vi.po:
5618           Update translations.
5619
5620 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
5621
5622         * configure.ac:
5623           Fix string replace error (AG_AG_GST_* => AG_GST_*).
5624
5625 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
5626
5627         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
5628           Fix handling of -1 values for start and stop values when seeking,
5629           and SEEK_CUR+SEEK_END here as well.
5630
5631 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
5632
5633         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
5634           Fix handling of -1 values for start and stop values when seeking, 
5635           and SEEK_CUR+SEEK_END.
5636
5637 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
5638
5639         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
5640           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
5641           the image format a variable-length NUL-terminated string; in
5642           versions before that the image format is a fixed-length string of
5643           3 characters (see #348644 for a sample tag).
5644           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
5645
5646 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
5647
5648         * win32/MANIFEST:
5649         Add new project files to MANIFEST.
5650         * win32/vs6/libgstaudiofx.dsp:
5651         * win32/vs6/libgstrtp.dsp:
5652         * win32/vs6/libgstrtsp.dsp:
5653         Update project files.
5654         
5655 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
5656
5657         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
5658         (gst_avi_demux_parse_index):
5659         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5660         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
5661           Printf format fixes; also add some missing quotes in translated
5662           strings. Fixes #416728 and #416727.
5663
5664 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5665
5666         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
5667           Tim and I can't think of any reason the child audio sink needs to 
5668           be set back to NULL after successfully determining that it can 
5669           reach READY - it gets immediately set back to READY by the caller
5670           anyway, causing an unnecessary close/open of any audio devices
5671           involved.
5672
5673 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5674
5675         * po/LINGUAS:
5676         * po/ja.po:
5677           Add ja.po file from #377306.
5678
5679 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5680
5681         * sys/sunaudio/gstsunaudio.c: (plugin_init):
5682         * sys/sunaudio/gstsunaudiomixertrack.c:
5683         (gst_sunaudiomixer_track_new):
5684           Actually translate sunaudio mixer track labels instead of just
5685           marking the strings as translatable (#377306); clean up weird
5686           label string mapping code that serves no apparent purpose. Also
5687           set the 'untranslated-label' property when creating mixer tracks
5688           if the GstMixerTrack base class supports this.
5689
5690         * tests/check/Makefile.am:
5691         * tests/check/elements/.cvsignore:
5692         * tests/check/elements/sunaudio.c: (GST_START_TEST),
5693         (sunaudio_suite):
5694           Very minimalistic unit test for sunaudiomixer element (compiles, but not
5695           actually tested on a system where sunaudiomixer is available).
5696
5697 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5698
5699         * tests/check/Makefile.am:
5700         Re-enable the states test and see if it works on the buildbots.
5701
5702 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5703
5704         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
5705         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
5706         (gst_dvdec_change_state):
5707         * ext/dv/gstdvdec.h:
5708         Infer pixel-aspect-ratio from the video frame format if it isn't
5709         provided by the container, as happens when playing DV from AVI
5710         or Quicktime containers.
5711
5712         Patch by: Wim Taymans <wim@fluendo.com>
5713         Fixes #380944
5714
5715 2007-03-09  Wim Taymans  <wim@fluendo.com>
5716
5717         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
5718         When activated, remove the udpsrc timeout, we have dataflow and timeouts
5719         will later be handled by the jitterbuffer.
5720
5721 2007-03-09  Wim Taymans  <wim@fluendo.com>
5722
5723         * ext/taglib/gstid3v2mux.cc:
5724         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
5725         Fixes #414496.
5726         
5727         Patch by: Alex Lancaster <alexl at users sourceforge net>
5728
5729 2007-03-09  Wim Taymans  <wim@fluendo.com>
5730
5731         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5732         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
5733         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5734         (gst_avi_demux_chain):
5735         Fix stream position reporting after a seek. Fixes #416445.
5736
5737 2007-03-08  Wim Taymans  <wim@fluendo.com>
5738
5739         Patch by: René Stadler <mail at renestadler dot de>
5740
5741         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5742         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
5743         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
5744         Make avidemux accept optional header chunks in any order.
5745         Fixes #415446.
5746
5747 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
5748
5749         * tests/check/Makefile.am:
5750         Disable the states check until the remaining Valgrind errors
5751         are fixed or suppressed.
5752
5753 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5754
5755         * tests/check/elements/.cvsignore:
5756           Add audiodynamic check to .cvsignore
5757
5758 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5759
5760         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5761
5762         * gst/audiofx/Makefile.am:
5763         * gst/audiofx/audiodynamic.c:
5764         (gst_audio_dynamic_characteristics_get_type),
5765         (gst_audio_dynamic_mode_get_type),
5766         (gst_audio_dynamic_set_process_function),
5767         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
5768         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
5769         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
5770         (gst_audio_dynamic_transform_hard_knee_compressor_int),
5771         (gst_audio_dynamic_transform_hard_knee_compressor_float),
5772         (gst_audio_dynamic_transform_soft_knee_compressor_int),
5773         (gst_audio_dynamic_transform_soft_knee_compressor_float),
5774         (gst_audio_dynamic_transform_hard_knee_expander_int),
5775         (gst_audio_dynamic_transform_hard_knee_expander_float),
5776         (gst_audio_dynamic_transform_soft_knee_expander_int),
5777         (gst_audio_dynamic_transform_soft_knee_expander_float),
5778         (gst_audio_dynamic_transform_ip):
5779         * gst/audiofx/audiodynamic.h:
5780         * gst/audiofx/audiofx.c: (plugin_init):
5781         Add new audiodynamic element which can act as a compressor or
5782         expander. Supported are hard-knee and soft-knee operation modes with
5783         user-specified ratio and threshold.
5784         Attack and release parameters are not yet implemented but will follow.
5785         * docs/plugins/Makefile.am:
5786         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5787         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5788         * docs/plugins/gst-plugins-good-plugins.args:
5789         * docs/plugins/inspect/plugin-audiofx.xml:
5790         Integrate audiodynamic into the docs.
5791         * tests/check/Makefile.am:
5792         * tests/check/elements/audiodynamic.c: (setup_dynamic),
5793         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
5794         Add unit test for audiodynamic.
5795
5796 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
5797
5798         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
5799         Free handles that we allocated when exiting via the error paths.
5800
5801 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
5802
5803         * gst/level/gstlevel.c: (gst_level_class_init),
5804         (gst_level_set_caps), (gst_level_start), (gst_level_event),
5805         (gst_level_transform_ip):
5806         * gst/level/gstlevel.h:
5807           Resolve message timestamps against the playback segment.
5808
5809 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5810
5811         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
5812         (gst_id3demux_sink_activate):
5813           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
5814           caps passed to it (previously one code path assumed it took ownership
5815           while another one assumed it didn't, while in fact it sometimes did and
5816           sometimes didn't ...).
5817
5818         * configure.ac:
5819         * tests/files/Makefile.am:
5820         * tests/files/id3-407349-1.tag:
5821         * tests/files/id3-407349-2.tag:
5822           Add directory where data for unit tests can be stored.
5823
5824         * tests/Makefile.am:
5825         * tests/check/Makefile.am:
5826         * tests/check/elements/.cvsignore:
5827         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
5828         (read_tags_from_file), (run_check_for_file),
5829         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
5830           Add unit test for id3demux, and in particular for bug #407349. Only
5831           testing pull-mode for now; push mode doesn't work yet because the test
5832           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
5833
5834 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5835
5836         * tests/check/Makefile.am:
5837           Add missing backslash at end of line.
5838
5839 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5840
5841         Trigger rebuild.
5842
5843 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5844
5845         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
5846         * gst/id3demux/id3tags.h:
5847         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
5848         (parse_obsolete_tdat_frame):
5849           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
5850           the four-digit number will be interpreted as a year, whereas it is
5851           month and day in DDMM format. Instead, parse TDAT frames and fix up
5852           the date in the GST_TAG_DATE tag later if we also extracted a year.
5853           Fixes #407349.
5854
5855 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5856
5857         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5858         (gst_switch_commit_new_kid):
5859         Fix up the dispose logic so it doesn't leak, and fix setting of 
5860         the child state so that we don't set a child to our current state 
5861         just as we are changing it to something else.
5862
5863 2007-03-06  Wim Taymans  <wim@fluendo.com>
5864
5865         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
5866         (gst_goom_chain):
5867         * gst/goom/gstgoom.h:
5868         Document, fix and improve goom adapter behaviour.
5869         Fixes #407006.
5870
5871 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5872
5873         * ext/esd/esdsink.c: (gst_esdsink_open):
5874         Unref static pad template after using it.
5875
5876 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5877
5878         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5879         (gst_switch_commit_new_kid):
5880         Fix up the reference counting of the child elements.
5881
5882 2007-03-05  Wim Taymans  <wim@fluendo.com>
5883
5884         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
5885         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
5886         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
5887         Fix encoding-name case.
5888
5889 2007-03-05  Wim Taymans  <wim@fluendo.com>
5890
5891         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
5892         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
5893         (gst_rtp_speex_depay_process):
5894         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
5895         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
5896         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
5897         (gst_rtp_speex_pay_change_state):
5898         * gst/rtp/gstrtpspeexpay.h:
5899         Fix speex (de)payloader. Fixes #358040.
5900
5901 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5902
5903         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
5904         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
5905         Install fakesink in NULL by fixing some broken logic. This obviates
5906         the need to manually set _IS_SINK.
5907         Add some comments and remove a little cruft while I'm at it.
5908
5909 2007-03-05  Wim Taymans  <wim@fluendo.com>
5910
5911         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
5912         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
5913
5914 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
5915
5916         * po/POTFILES.in:
5917           Update.
5918
5919 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5920
5921         * tests/check/Makefile.am:
5922         Gah! Also disable gconfvideosink from the tests, otherwise
5923         it will instantiate autovideosink, and dfbvideosink and
5924         leak on the buildbots.
5925
5926 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5927
5928         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
5929         (gst_cdio_cdda_src_finalize):
5930         Make sure we always destroy our libcdio handle.
5931
5932 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5933
5934         * tests/check/Makefile.am:
5935         Disable autovideosink so the buildbots don't barf over memory
5936         leaked in the directfb sink.
5937
5938 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5939
5940         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
5941         Chain up in dispose
5942
5943 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5944
5945         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
5946         (gst_multipart_find_pad_by_mime):
5947         Use gst_pad_new_from_static_template instead of
5948         static_pad_template_get+pad_new.
5949
5950 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5951
5952         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
5953         Catch the case where no clock has been set.
5954
5955 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5956
5957         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
5958         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
5959         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
5960         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
5961         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
5962         (gst_gconf_audio_src_finalize), (do_toggle_element):
5963         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
5964         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
5965         (do_toggle_element):
5966         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
5967         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
5968         (gst_gconf_video_src_finalize), (do_toggle_element):
5969         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
5970         (gst_switch_sink_reset), (gst_switch_sink_set_child):
5971         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
5972         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
5973         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5974         (gst_shout2send_init), (gst_shout2send_finalize):
5975         * gst/debug/testplugin.c: (gst_test_class_init),
5976         (gst_test_finalize):
5977         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
5978         (gst_flxdec_dispose):
5979         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
5980         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
5981         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5982         (gst_rtspsrc_finalize):
5983         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
5984         * gst/rtsp/rtspextwms.h:
5985         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
5986         (gst_smpte_finalize):
5987         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
5988         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
5989         (gst_udpsink_finalize):
5990         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
5991         (gst_wavparse_sink_activate):
5992         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
5993         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
5994         (gst_oss_src_finalize):
5995         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
5996         * sys/v4l2/gstv4l2object.h:
5997         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5998         (gst_v4l2src_finalize):
5999         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
6000
6001         Fix a bunch of leaks shown by the newly-added states test.
6002
6003 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
6004
6005         * ext/dv/gstdvdec.c: (gst_dvdec_init):
6006         Use gst_pad_new_from_static_template instead of 
6007         static_pad_template_get+pad_new.
6008
6009 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
6010
6011         Patch by: Loïc Minier <lool+gnome at via ecp fr>
6012
6013         * ext/libcaca/Makefile.am:
6014         * gst/debug/Makefile.am:
6015           Don't mix tabs and spaces (#414168).
6016
6017 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
6018
6019         * tests/check/generic/.cvsignore:
6020           Ignore files to please buildbot.
6021
6022 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
6023
6024         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
6025         (gst_wavparse_stream_data):
6026           Unbreak my previous commit (swapped nominator & denominator). Tim,
6027           thanks for spotting.
6028
6029 2007-03-02  Wim Taymans  <wim@fluendo.com>
6030
6031         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
6032         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
6033         (gst_cdio_cdda_src_finalize):
6034         Small code cleanups.
6035         Don't use pad_alloc as the base class cannot deal with the error codes.
6036
6037 2007-03-02  Wim Taymans  <wim@fluendo.com>
6038
6039         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
6040         (gst_udpsrc_create):
6041         Fix doc.
6042
6043 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
6044
6045         Patch by: René Stadler <mail@renestadler.de>
6046
6047         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
6048         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
6049         (gst_wavparse_stream_data):
6050           Handle rounding better to not drop last sample frame. Fixes #356692
6051
6052 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
6053
6054         * tests/check/Makefile.am:
6055         Disable cacasink from the states check too - it also calls exit(1)
6056         on us when it can't find a terminal to talk to.
6057
6058 2007-03-02  Wim Taymans  <wim@fluendo.com>
6059
6060         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
6061
6062         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
6063         (gst_udpsrc_create), (gst_udpsrc_set_property),
6064         (gst_udpsrc_get_property):
6065         * gst/udp/gstudpsrc.h:
6066         Add support to strip proprietary headers. Fixes #350296.
6067
6068 2007-03-02  Wim Taymans  <wim@fluendo.com>
6069
6070         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
6071         Fix compilation.
6072
6073 2007-03-02  Wim Taymans  <wim@fluendo.com>
6074
6075         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
6076
6077         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
6078         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
6079         (gst_rtp_mp2t_depay_set_property),
6080         (gst_rtp_mp2t_depay_get_property):
6081         * gst/rtp/gstrtpmp2tdepay.h:
6082         Add support to strip off proprietary headers. Fixes #350278.
6083
6084 2007-03-02  Wim Taymans  <wim@fluendo.com>
6085
6086         * ext/hal/hal.c:
6087         Fix compilation.
6088
6089 2007-03-02  Wim Taymans  <wim@fluendo.com>
6090
6091         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
6092         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
6093         (gst_sunaudiosrc_open):
6094         * sys/sunaudio/gstsunaudiosrc.h:
6095         Remove device-name from GstSunAudioSrc. Fixes #412597.
6096
6097 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
6098
6099         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
6100         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
6101         Having NULL as UDI previously selected the default sink/src. Change
6102         this back but mention it in the debug output.
6103         * ext/hal/hal.c: (gst_hal_get_alsa_element),
6104         (gst_hal_get_oss_element), (gst_hal_get_string),
6105         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
6106         (gst_hal_get_audio_src):
6107         * ext/hal/hal.h:
6108         Refactor a bit, check all error conditions, greatly improve debugging
6109         and fix some possible memory leaks. Also implement OSS support
6110         and allow specifying an UDI that points to a real device. For this the
6111         child device which supports ALSA (preferred) or OSS is used.
6112         As a side effect this makes it impossible now to get a alsasink in
6113         halaudiosrc and a alsasrc in halaudiosink.
6114
6115 2007-03-01  Wim Taymans  <wim@fluendo.com>
6116
6117         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
6118         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
6119         Errors from the udp sources are not fatal unless all of them are in
6120         error.
6121
6122 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
6123
6124         * tests/check/Makefile.am:
6125         Disable aasink in the states test. I suspect this is the element that
6126         is calling exit(1) when it can't proceed.
6127
6128 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
6129
6130         * tests/check/Makefile.am:
6131         Draw plugins in from the build tree sys/ dir, rather than picking
6132         up the already installed versions.
6133
6134 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6135
6136         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
6137         Error out correctly when getting xcontext fails.
6138
6139 2007-03-01  Wim Taymans  <wim@fluendo.com>
6140
6141         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
6142         Make state change to PAUSED NO_PREROLL because that's what it will be in
6143         the future and rtspsrc relies on it.
6144
6145         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
6146         (gst_rtspsrc_change_state):
6147         Don't error out when we don't get an error from the state change
6148         function.
6149
6150 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
6151
6152         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
6153         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
6154           Check if the device UDI is set before trying to query HAL
6155           about it and give a useful error message if it wasn't set.
6156         * ext/hal/hal.c: (gst_hal_get_string):
6157           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
6158           gives an assertion failure in D-Bus when running with
6159           DBUS_FATAL_WARNINGS=1.
6160
6161 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6162
6163         * configure.ac:
6164           Convert to new AG_GST style.
6165
6166 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6167
6168         * tests/check/Makefile.am:
6169         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
6170           add test for states
6171
6172 2007-02-28  Wim Taymans  <wim@fluendo.com>
6173
6174         * tests/check/elements/.cvsignore:
6175         Add new videofilter check to .cvsignore.
6176
6177 2007-02-28  Wim Taymans  <wim@fluendo.com>
6178
6179         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
6180         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
6181         (gst_avi_demux_loop), (gst_avi_demux_chain):
6182         Fix combined flow return. Fixes #412608.
6183
6184 2007-02-28  Wim Taymans  <wim@fluendo.com>
6185
6186         * gst/videofilter/Makefile.am:
6187         Dist header..
6188
6189 2007-02-28  Wim Taymans  <wim@fluendo.com>
6190
6191         * gst/videofilter/gstgamma.h:
6192         Add header too.
6193
6194 2007-02-28  Wim Taymans  <wim@fluendo.com>
6195
6196         Patch by: Mark Nauwelaerts <manauw at skynet be>
6197
6198         * gst/videofilter/Makefile.am:
6199         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
6200         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
6201         (gst_gamma_get_property), (gst_gamma_calculate_tables),
6202         (oil_tablelookup_u8), (gst_gamma_set_caps),
6203         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
6204         Port gamma filter to 0.10. Fixes #412704.
6205
6206         * tests/check/Makefile.am:
6207         * tests/check/elements/videofilter.c: (setup_filter),
6208         (cleanup_filter), (check_filter), (GST_START_TEST),
6209         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
6210         Add unit tests for videofilters.
6211
6212 2007-02-28  Wim Taymans  <wim@fluendo.com>
6213
6214         * gst/rtsp/URLS:
6215         Add another interesting test url.
6216
6217         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
6218         Don't allow getting header fields from data packets.
6219
6220 2007-02-28  Michael Smith  <msmith@fluendo.com>
6221
6222         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
6223         (gst_shout2send_init), (gst_shout2send_start),
6224         (gst_shout2send_set_property), (gst_shout2send_get_property):
6225         * ext/shout2/gstshout2.h:
6226           Add a property for username.
6227
6228 2007-02-27  Christian Schallerr <christian@fluendo.com>
6229
6230         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
6231
6232 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
6233
6234         * gst/rtsp/Makefile.am:
6235         Fix make check too.
6236
6237 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
6238
6239         * gst/rtsp/base64.c: (util_base64_encode):
6240         * gst/rtsp/base64.h:
6241         Commit missing files for base64 encoding.
6242
6243 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
6244
6245         Patch by: Loïc Minier <lool+gnome at via ecp fr>
6246
6247         * configure.ac:
6248         * ext/annodex/Makefile.am:
6249         * ext/jpeg/Makefile.am:
6250         * ext/speex/Makefile.am:
6251         * gst/alpha/Makefile.am:
6252         * gst/cutter/Makefile.am:
6253         * gst/debug/Makefile.am:
6254         * gst/effectv/Makefile.am:
6255         * gst/goom/Makefile.am:
6256         * gst/level/Makefile.am:
6257         * gst/smpte/Makefile.am:
6258         * gst/videofilter/Makefile.am:
6259           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
6260
6261 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
6262
6263         * gst/rtsp/Makefile.am:
6264         * gst/rtsp/rtspconnection.c: (append_auth_header),
6265         (rtsp_connection_send), (rtsp_connection_set_auth):
6266         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
6267         from icecast to replace it. Relicensed from GPL courtesy of Mike
6268         Smith.
6269
6270 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
6271
6272         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
6273         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
6274         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
6275         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
6276         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
6277         (gst_rtspsrc_uri_set_uri):
6278         * gst/rtsp/gstrtspsrc.h:
6279         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6280         (append_auth_header), (rtsp_connection_send),
6281         (rtsp_connection_free), (rtsp_connection_set_auth):
6282         * gst/rtsp/rtspconnection.h:
6283         * gst/rtsp/rtspdefs.h:
6284         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
6285         * gst/rtsp/rtspurl.h:
6286
6287         Implement simple Basic Authentication support so that urls like
6288         rtsp://user:pass@hostname/rtspstream work on hosts that require
6289         authentication.
6290
6291 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
6292
6293         * sys/v4l2/gstv4l2object.c:
6294         * sys/v4l2/gstv4l2tuner.c:
6295         * sys/v4l2/v4l2_calls.c:
6296         Fix segfault when oppening a radio device.
6297         
6298 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
6299
6300         * gst/level/gstlevel.c: (gst_level_set_caps),
6301         (gst_level_transform_ip):
6302         * sys/v4l2/README:
6303         * tests/check/elements/level.c: (GST_START_TEST):
6304           Fix level for multi-channel case.
6305
6306 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
6307
6308         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
6309         (gst_level_transform_ip):
6310         * gst/level/gstlevel.h:
6311           Use function pointer for process function and add process functions
6312           for float audio.
6313
6314 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
6315
6316         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6317         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6318         (gst_v4l2src_capture_init):
6319           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
6320           fixes #407369
6321
6322 2007-02-18  Wim Taymans  <wim@fluendo.com>
6323
6324         * gst/rtp/Makefile.am:
6325         * gst/rtp/gstrtp.c: (plugin_init):
6326         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
6327         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
6328         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
6329         (gst_rtp_mp2t_pay_plugin_init):
6330         * gst/rtp/gstrtpmp2tpay.h:
6331         Added simple mpeg transport stream payloader.
6332
6333 2007-02-16  Wim Taymans  <wim@fluendo.com>
6334
6335         * gst/rtsp/URLS:
6336         Add example H264 rtsp url.
6337
6338         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
6339         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
6340         Don't convert values to lowercase or we might mess up base64 encoded
6341         properties.
6342
6343 2007-02-16  Wim Taymans  <wim@fluendo.com>
6344
6345         * gst/rtp/README:
6346         Fix case of string params.
6347
6348         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
6349         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
6350         Fix depayloader, support more packet types.
6351         Add sync codes to make sure the packetizer can do its job.
6352
6353         * gst/rtp/gstrtpmp4gdepay.c:
6354         * gst/rtp/gstrtpmp4gpay.c:
6355         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
6356         Fix caps case again.
6357
6358 2007-02-15  Wim Taymans  <wim@fluendo.com>
6359
6360         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
6361         Set right caps on output buffers.
6362
6363 2007-02-14  Wim Taymans  <wim@fluendo.com>
6364
6365         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
6366         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
6367         Clear stack allocated SDPMedia struct before calling _init() on it.
6368         Clarify this in the docs as well.
6369
6370 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
6371
6372         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
6373         (do_change_child):
6374         Don't reset the profile when going switching states, as it makes
6375         the element non-reusable.
6376
6377 2007-02-14  Wim Taymans  <wim@fluendo.com>
6378
6379         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
6380         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
6381         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
6382         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
6383         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
6384         (sdp_parse_line):
6385         * gst/rtsp/sdpmessage.h:
6386         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
6387         Fix memory management of SDP messages. Fixes #407793.
6388
6389 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
6390
6391         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
6392
6393         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
6394         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
6395
6396 2007-02-14  Wim Taymans  <wim@fluendo.com>
6397
6398         Patch by: jp.liu <jp_liu at astrocom dot cn>
6399
6400         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
6401         Fix parsing of password field in url. Fixes #407797.
6402
6403 2007-02-14  Wim Taymans  <wim@fluendo.com>
6404
6405         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
6406         (gst_wavparse_reset), (gst_wavparse_init),
6407         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
6408         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
6409         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
6410         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
6411         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
6412         (gst_wavparse_loop), (gst_wavparse_chain),
6413         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
6414         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
6415         (plugin_init):
6416         * gst/wavparse/gstwavparse.h:
6417         Update docs.
6418         Use boilerplate.
6419         Various code cleanups.
6420         When the bitrate is not known (bps == 0 or compressed formats) let
6421         downstream element guestimate the duration and position and don't
6422         generate timestamps or durations. Fixes #405213.
6423         Fix EOS and ERROR conditions in chain mode, we just need to forward the
6424         error flowreturn upstream.
6425
6426 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
6427
6428         * ext/gconf/Makefile.am:
6429         * ext/gconf/gconf.c: (gst_gconf_get_string),
6430         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
6431         (gst_gconf_render_bin_with_default):
6432         * ext/gconf/gconf.h:
6433         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
6434         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
6435         (gst_gconf_audio_sink_dispose), (do_change_child),
6436         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
6437         (cb_change_child), (gst_gconf_audio_sink_change_state):
6438         * ext/gconf/gstgconfaudiosink.h:
6439         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
6440         (gst_switch_sink_class_init), (gst_switch_sink_reset),
6441         (gst_switch_sink_init), (gst_switch_sink_dispose),
6442         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
6443         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
6444         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
6445         * ext/gconf/gstswitchsink.h:
6446         * gst/autodetect/gstautoaudiosink.c:
6447         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
6448         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
6449         (gst_auto_audio_sink_detect):
6450         * gst/autodetect/gstautovideosink.c:
6451         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
6452         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
6453         (gst_auto_video_sink_detect):
6454         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
6455         and a child that implements the GConf key monitoring. The end goal of
6456         this is an audio sink that can be changed on the fly, but at the 
6457         moment it still only changes on the next READY transition.
6458
6459 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
6460
6461         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
6462         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6463         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
6464         (gst_avi_demux_calculate_durations_from_index),
6465         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
6466         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
6467         (gst_avi_demux_loop):
6468           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
6469
6470 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
6471
6472         * configure.ac:
6473         * docs/plugins/Makefile.am:
6474           Add crossreferences to glib/gobject/gstream docs.
6475
6476 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
6477
6478         * gst/monoscope/Makefile.am:
6479         * gst/monoscope/gstmonoscope.c:
6480           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
6481           (but no LIBS, since we only use defines from the headers).
6482
6483 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
6484
6485         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
6486
6487         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
6488         (gst_wavparse_stream_data):
6489           Fix massive memory leak when operating in streaming mode due to
6490           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
6491           Fixes #407057.
6492
6493 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
6494
6495         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
6496         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
6497         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
6498         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
6499         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6500         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
6501         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
6502         (gst_avi_demux_calculate_durations_from_index),
6503         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
6504         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
6505         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
6506         * gst/avi/gstavidemux.h:
6507           Save some memory (8%) by repacking the index entry structure (more to
6508           come). Add more FIXMEs to questionable parts.
6509
6510 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
6511
6512         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
6513         (gst_v4l2src_get_caps):
6514         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6515         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6516         (gst_v4l2src_capture_init):
6517           More FIXME comments and messaging changes.
6518
6519 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
6520
6521         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
6522         (gst_goom_change_state):
6523         * gst/goom/gstgoom.h:
6524           Improved docs and use GST_DEBUG_FUNCPTR.
6525
6526         * gst/level/gstlevel.c: (gst_level_class_init):
6527           Use GST_DEBUG_FUNCPTR.
6528
6529         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
6530         (gst_monoscope_chain), (gst_monoscope_change_state):
6531           Improved docs source cleanups.
6532
6533 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
6534
6535         * gst/debug/Makefile.am:
6536         * gst/debug/gstdebug.c: (plugin_init):
6537         * gst/debug/gstpushfilesrc.c:
6538         * gst/debug/gstpushfilesrc.h:
6539           Add code for a pushfilesrc element that implements a pushfile:// URI
6540           handler, to make debugging push-mode operation of demuxer/decoders
6541           that support both easier in connection with seek/playbin/etc.
6542           The element isn't registered at the moment.
6543
6544 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
6545
6546         * gst/avi/gstavimux.c:
6547           Comment a #if 0 in caps template definition as VS6 seems to 
6548         do not support it.
6549         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
6550           Use gst_guint64_to_gdouble for conversion.
6551         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
6552           Move variables declaration before the first instruction.
6553         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
6554           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
6555           And don't include netdb.h for G_OS_WIN32
6556         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
6557           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
6558           by VS6 then use an other way to initialize SDPMedia structure.
6559         * gst/udp/gstdynudpsink.h:
6560         * gst/udp/gstdynudpnetutils.h:
6561           Do not include <sys/time.h> for G_OS_WIN32
6562         * gst/udp/gstudpsrc.c:
6563           Define socklen_t as int for G_OS_WIN32
6564         * win/common/config.h.in:
6565           Undef HAVE_NETINET_IN_H
6566         * win32/vs6/gst_plugins_good.dsw:
6567         * win32/vs6/libgstrtp.dsp:
6568         * win32/vs6/libgstrtsp.dsp:
6569         * win32/vs6/libgstautogen.dsp:
6570         * win32/vs6/libgstaudiofx.dsp:
6571         * win32/vs6/libgstudp.dsp:
6572           Add and update project files.
6573         * win32/common/gstudp-enumtypes.c:
6574         * win32/common/gstudp-enumtypes.h:
6575           Add a copy of udp enumtypes to win32/common as in core 
6576           and base.
6577         
6578 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
6579
6580         * configure.ac:
6581           Activate monoscope when building with --enable-experimental. Fix
6582           --enable-external configure switch description.
6583
6584         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
6585         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
6586           Help gst-indent.
6587
6588 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
6589
6590         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
6591           Explicitly cast result of pointer arithmetic to integer in order to
6592           avoid compiler warnings on some 64-bit systems. Should fix #406018.
6593
6594 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
6595
6596         * gst/debug/progressreport.c:
6597           Some more docs.
6598
6599 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6600
6601         * docs/plugins/inspect/plugin-rtp.xml:
6602           Update for new elements.
6603
6604         * gst/debug/progressreport.h:
6605           Commit newly-created header file as well.
6606
6607 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6608
6609         * docs/plugins/Makefile.am:
6610         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6611         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6612         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6613         * gst/debug/Makefile.am:
6614         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
6615         (gst_progress_report_do_query), (gst_progress_report_report):
6616           Make progressreport element post messages with the current progress
6617           on the bus. Also add some basic docs for it.
6618
6619 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
6620
6621         * ext/hal/hal.c: (gst_hal_get_string):
6622         * ext/hal/hal.h:
6623           Some small cleanups; deal with errors when parsing the HAL ALSA
6624           capabilities a bit better.
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           Let's try this again and use the right cast this time.
6630
6631 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6632
6633         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
6634           Add cast to avoid compiler warnings with older GLib versions
6635           where the nick/name members in GEnumValue are not declared as
6636           constant strings.
6637
6638 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6639
6640         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
6641         (gst_gconf_render_bin_from_key),
6642         (gst_gconf_get_default_audio_sink):
6643         * ext/gconf/gconf.h:
6644         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
6645         (do_toggle_element), (gst_gconf_audio_sink_set_property),
6646         (gst_gconf_audio_sink_get_property):
6647           In gconfaudiosink, get the right key as the old key in do_toggle
6648           (ie. one dependent on the profile selected). Log some more stuff so
6649           we can see what's actually going on.
6650
6651 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
6652
6653         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
6654         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
6655         (gst_audio_amplify_set_process_function),
6656         (gst_audio_amplify_setup):
6657         * gst/audiofx/audioamplify.h:
6658         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6659         (gst_audio_invert_class_init), (gst_audio_invert_setup):
6660         * gst/audiofx/audioinvert.h:
6661         Some small cleanups and port both elements to the new GstAudioFilter
6662         base class to save a few lines of common code.
6663         * gst/audiofx/Makefile.am:
6664         Link against libgstaudio for the above changes
6665
6666 2007-01-29  Wim Taymans  <wim@fluendo.com>
6667
6668         * tests/check/elements/.cvsignore:
6669         Some more ignores.
6670
6671 2007-01-26  Wim Taymans  <wim@fluendo.com>
6672
6673         Patch by: charles <charlesg3 at gmail dot com>
6674
6675         * ext/shout2/gstshout2.c: (gst_shout2send_init),
6676         (set_shout_metadata), (gst_shout2send_event):
6677         * ext/shout2/gstshout2.h:
6678         Properly handle tags in shout2send. Fixes #399825.
6679
6680 2007-01-25  Wim Taymans  <wim@fluendo.com>
6681
6682         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
6683         (gst_rtspsrc_activate_streams):
6684         Convert SDP fields to upper/lowercase following the rules in the SDP to
6685         caps document. 
6686
6687 2007-01-25  Wim Taymans  <wim@fluendo.com>
6688
6689         * gst/rtp/README:
6690         * gst/rtp/gstrtpilbcdepay.c:
6691         * gst/rtp/gstrtpilbcpay.c:
6692         * gst/rtp/gstrtpmp4gdepay.c:
6693         * gst/rtp/gstrtpmp4gpay.c:
6694         * gst/rtp/gstrtpspeexdepay.c:
6695         * gst/rtp/gstrtpspeexpay.c:
6696         * gst/rtp/gstrtpsv3vdepay.c:
6697         * gst/rtp/gstrtptheoradepay.c:
6698         * gst/rtp/gstrtptheorapay.c:
6699         * gst/rtp/gstrtpvorbisdepay.c:
6700         * gst/rtp/gstrtpvorbispay.c:
6701         Fix case of encoding-name and key/value pairs to match the document.
6702         This is to make interoperation with SDP case-insensitive as required by
6703         the relevant RFCs.
6704
6705 2007-01-25  Wim Taymans  <wim@fluendo.com>
6706
6707         * configure.ac:
6708         Bump required -core/-base to CVS
6709
6710 2007-01-25  Wim Taymans  <wim@fluendo.com>
6711
6712         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
6713         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
6714         * gst/rtp/gstrtpL16pay.h:
6715         Fill up to MTU using adapter.
6716         Timestamp rtp packets.
6717
6718 2007-01-25  Edward Hervey  <edward@fluendo.com>
6719
6720         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6721         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
6722         Use G_GSIZE_FORMAT in print statements for portability.
6723         Fixes build on macosx.
6724
6725 2007-01-24  Wim Taymans  <wim@fluendo.com>
6726
6727         * gst/rtp/Makefile.am:
6728         * gst/rtp/gstrtp.c: (plugin_init):
6729         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
6730         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
6731         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
6732         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
6733         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
6734         (gst_rtp_L16_depay_plugin_init):
6735         * gst/rtp/gstrtpL16depay.h:
6736         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
6737         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
6738         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
6739         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
6740         (gst_rtp_L16_pay_plugin_init):
6741         * gst/rtp/gstrtpL16pay.h:
6742         Port and enable raw audio payloader/depayloader. Needs a bit more work
6743         on the payloader side.
6744
6745 2007-01-24  Wim Taymans  <wim@fluendo.com>
6746
6747         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
6748         (gst_rtspsrc_stream_configure_transport),
6749         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
6750         * gst/rtsp/gstrtspsrc.h:
6751         Only unblock the udp pads when we linked and activated them all.
6752         Fixes #395688.
6753
6754 2007-01-24  Wim Taymans  <wim@fluendo.com>
6755
6756         * gst/rtp/Makefile.am:
6757         * gst/rtp/gstrtp.c: (plugin_init):
6758         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
6759         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
6760         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
6761         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
6762         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
6763         * gst/rtp/gstrtpac3depay.h:
6764         Added simple AC3 depayloader (RFC 4184).
6765
6766         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
6767         Fix a leak.
6768
6769 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
6770
6771         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6772
6773         * gst/audiofx/Makefile.am:
6774         * gst/audiofx/audioamplify.c:
6775         (gst_audio_amplify_clipping_method_get_type),
6776         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
6777         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
6778         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
6779         (gst_audio_amplify_set_caps),
6780         (gst_audio_amplify_transform_int_clip),
6781         (gst_audio_amplify_transform_int_wrap_negative),
6782         (gst_audio_amplify_transform_int_wrap_positive),
6783         (gst_audio_amplify_transform_float_clip),
6784         (gst_audio_amplify_transform_float_wrap_negative),
6785         (gst_audio_amplify_transform_float_wrap_positive),
6786         (gst_audio_amplify_transform_ip):
6787         * gst/audiofx/audioamplify.h:
6788         * gst/audiofx/audiofx.c: (plugin_init):
6789         Add new element "audioamplify". This allows scaling of raw audio
6790         samples, similar to the "volume" element, but provides different modes
6791         for clipping and allows unlimited amplification. It's mainly targeted
6792         for creative sound design and not as a replacement of the "volume"
6793         element. Fixes #397162
6794         * docs/plugins/Makefile.am:
6795         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6796         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6797         * docs/plugins/gst-plugins-good-plugins.args:
6798         * docs/plugins/inspect/plugin-audiofx.xml:
6799         Add docs for audioamplify and integrate them into the build system
6800         * tests/check/Makefile.am:
6801         * tests/check/elements/audioamplify.c: (setup_amplify),
6802         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
6803         Add fairly extensive unit test suite for audioamplify
6804
6805 2007-01-24  Wim Taymans  <wim@fluendo.com>
6806
6807         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
6808         Unblock pads after adding the pads to the element so that autopluggers
6809         get a change to link something. Possibly fixes #395688.
6810
6811 2007-01-24  Wim Taymans  <wim@fluendo.com>
6812
6813         * gst/rtp/gstrtpamrdepay.c:
6814         * gst/rtp/gstrtpgsmdepay.c:
6815         * gst/rtp/gstrtph263pdepay.c:
6816         * gst/rtp/gstrtph263ppay.c:
6817         * gst/rtp/gstrtph264depay.c:
6818         * gst/rtp/gstrtpilbcdepay.c:
6819         * gst/rtp/gstrtpmp2tdepay.c:
6820         * gst/rtp/gstrtpmp4gdepay.c:
6821         * gst/rtp/gstrtpmp4gpay.c:
6822         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
6823         * gst/rtp/gstrtpmp4vpay.c:
6824         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
6825         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
6826         (gst_rtp_mpa_depay_process):
6827         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
6828         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
6829         * gst/rtp/gstrtppcmadepay.c:
6830         * gst/rtp/gstrtppcmudepay.c:
6831         * gst/rtp/gstrtpspeexdepay.c:
6832         * gst/rtp/gstrtpspeexpay.c:
6833         * gst/rtp/gstrtpsv3vdepay.c:
6834         * gst/rtp/gstrtptheoradepay.c:
6835         * gst/rtp/gstrtptheorapay.c:
6836         * gst/rtp/gstrtpvorbisdepay.c:
6837         * gst/rtp/gstrtpvorbispay.c:
6838         Fix caps with payload numbers.
6839         Add some fixed payload numbers to caps when possible.
6840
6841 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6842
6843         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6844
6845         * gst/audiofx/Makefile.am:
6846         * gst/audiofx/audiofx.c: (plugin_init):
6847         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6848         (gst_audio_invert_class_init), (gst_audio_invert_init),
6849         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
6850         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
6851         (gst_audio_invert_transform_float),
6852         (gst_audio_invert_transform_ip):
6853         * gst/audiofx/audioinvert.h:
6854         Add new audiofx element "audioinvert". This element swaps the upper
6855         and lower half of samples and can be used for example for a
6856         wide-stereo effect. Fixes #396057
6857         * docs/plugins/Makefile.am:
6858         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6859         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6860         * docs/plugins/gst-plugins-good-plugins.args:
6861         * docs/plugins/inspect/plugin-audiofx.xml:
6862         Add docs for the audioinvert element and add them to the build system.
6863         * tests/check/Makefile.am:
6864         * tests/check/elements/audioinvert.c: (setup_invert),
6865         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
6866         Add unit test suite for the audioinvert element.
6867
6868 2007-01-23  Wim Taymans  <wim@fluendo.com>
6869
6870         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
6871         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
6872         Parse config params as string and int.
6873         Parse and use AU header length
6874
6875 2007-01-23  Wim Taymans  <wim@fluendo.com>
6876
6877         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
6878         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
6879         * gst/smpte/gstmask.c: (_gst_mask_register):
6880         * gst/smpte/gstmask.h:
6881         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
6882         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
6883         (gst_smpte_paint_triangle_clock):
6884         constify some static structs.
6885         Don't update the mask if nothing changed to the params.
6886         Make sure we never draw outside of the picture. Fixes #398325.
6887
6888 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
6889
6890         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
6891           Error out properly when pull_range fails while we're reading the
6892           headers, instead of just pausing the task silently. Fixes #399338.
6893
6894 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6895
6896         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6897           Some more sanity checks to make sure the input formats match and the
6898           input pads are actually negotiated, in case someone tries to feed
6899           buffers from fakesrc or filesrc. Fixes #398299.
6900           Also const-ify an array, just because we can.
6901
6902 2007-01-19  Edward Hervey  <edward@fluendo.com>
6903
6904         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
6905         Ignore previous commit, that was only valid for widths and heights
6906         that are multiples of 4.
6907         Copy over size/stride macros from jpegdec. This allows the element
6908         to work with any width,height...
6909         ... but puts in evidence that the actual transformations only work
6910         with width/height that are multiples of 4.
6911
6912 2007-01-19  Edward Hervey  <edward@fluendo.com>
6913
6914         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6915         Allocate buffers of the right size.
6916         The proper size of a I420 buffer in bytes is:
6917         
6918             width * height * 3
6919             ------------------
6920                     2
6921
6922 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6923
6924         * gst/smpte/gstsmpte.c: (gst_smpte_init):
6925           Proxy getcaps on sink pads too, so that we either end up with the
6926           same dimensions on all pads or error out if that's not possible
6927           (seems to work even!). Fixes #398086, I think.
6928
6929 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6930
6931         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6932         * docs/plugins/gst-plugins-good-plugins.args:
6933         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6934           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
6935           fix integer properties with -1 as minimum value.
6936
6937         * docs/plugins/inspect/plugin-1394.xml:
6938         * docs/plugins/inspect/plugin-aasink.xml:
6939         * docs/plugins/inspect/plugin-alaw.xml:
6940         * docs/plugins/inspect/plugin-alpha.xml:
6941         * docs/plugins/inspect/plugin-alphacolor.xml:
6942         * docs/plugins/inspect/plugin-annodex.xml:
6943         * docs/plugins/inspect/plugin-apetag.xml:
6944         * docs/plugins/inspect/plugin-audiofx.xml:
6945         * docs/plugins/inspect/plugin-auparse.xml:
6946         * docs/plugins/inspect/plugin-autodetect.xml:
6947         * docs/plugins/inspect/plugin-avi.xml:
6948         * docs/plugins/inspect/plugin-cacasink.xml:
6949         * docs/plugins/inspect/plugin-cairo.xml:
6950         * docs/plugins/inspect/plugin-cdio.xml:
6951         * docs/plugins/inspect/plugin-cutter.xml:
6952         * docs/plugins/inspect/plugin-debug.xml:
6953         * docs/plugins/inspect/plugin-dv.xml:
6954         * docs/plugins/inspect/plugin-efence.xml:
6955         * docs/plugins/inspect/plugin-effectv.xml:
6956         * docs/plugins/inspect/plugin-esdsink.xml:
6957         * docs/plugins/inspect/plugin-flac.xml:
6958         * docs/plugins/inspect/plugin-flxdec.xml:
6959         * docs/plugins/inspect/plugin-gconfelements.xml:
6960         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6961         * docs/plugins/inspect/plugin-goom.xml:
6962         * docs/plugins/inspect/plugin-halelements.xml:
6963         * docs/plugins/inspect/plugin-icydemux.xml:
6964         * docs/plugins/inspect/plugin-id3demux.xml:
6965         * docs/plugins/inspect/plugin-jpeg.xml:
6966         * docs/plugins/inspect/plugin-level.xml:
6967         * docs/plugins/inspect/plugin-matroska.xml:
6968         * docs/plugins/inspect/plugin-mulaw.xml:
6969         * docs/plugins/inspect/plugin-multipart.xml:
6970         * docs/plugins/inspect/plugin-navigationtest.xml:
6971         * docs/plugins/inspect/plugin-ossaudio.xml:
6972         * docs/plugins/inspect/plugin-png.xml:
6973         * docs/plugins/inspect/plugin-rtp.xml:
6974         * docs/plugins/inspect/plugin-rtsp.xml:
6975         * docs/plugins/inspect/plugin-shout2send.xml:
6976         * docs/plugins/inspect/plugin-smpte.xml:
6977         * docs/plugins/inspect/plugin-speex.xml:
6978         * docs/plugins/inspect/plugin-taglib.xml:
6979         * docs/plugins/inspect/plugin-udp.xml:
6980         * docs/plugins/inspect/plugin-videobalance.xml:
6981         * docs/plugins/inspect/plugin-videobox.xml:
6982         * docs/plugins/inspect/plugin-videoflip.xml:
6983         * docs/plugins/inspect/plugin-videomixer.xml:
6984         * docs/plugins/inspect/plugin-wavenc.xml:
6985         * docs/plugins/inspect/plugin-wavparse.xml:
6986         * docs/plugins/inspect/plugin-ximagesrc.xml:
6987           Update to CVS.
6988
6989 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
6990
6991         Patch by: Sebastian Dröge <slomo circular-chaos org>
6992
6993         * gst/audiofx/audiopanorama.c:
6994           Fix doc section name (Fixes #397946)
6995
6996 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
6997
6998         * sys/v4l2/gstv4l2object.c:
6999         (gst_v4l2_object_install_properties_helper),
7000         (gst_v4l2_object_set_property_helper),
7001         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
7002         * sys/v4l2/gstv4l2object.h:
7003         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
7004         (gst_v4l2src_init), (gst_v4l2src_set_property),
7005         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
7006         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
7007         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
7008         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
7009         (gst_v4l2src_capture_deinit):
7010           Fix EIO handing when capturing. Add new property to specify the number of
7011           buffers to enque (and remove the borked num-buffers usage).
7012
7013 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
7014
7015         Patch by: Sebastian Dröge <slomo circular-chaos org>
7016
7017         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
7018         (gst_audio_panorama_set_process_function):
7019           Use a function array for process methods, add more docs and define the
7020           startindex of enums.
7021
7022 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
7023
7024         Patch by: Mark Nauwelaerts <manauw at skynet be>
7025
7026         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
7027         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
7028         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
7029         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
7030         (gst_avi_mux_riff_get_avi_header),
7031         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
7032         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
7033         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
7034         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
7035         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
7036         (gst_avi_mux_change_state):
7037         * gst/avi/gstavimux.h:
7038         * tests/check/elements/avimux.c: (teardown_src_pad):
7039           Add support for more than one audio stream; write better AVIX
7040           header; refactor code a bit; don't announce vorbis caps on our audio
7041           sink pads since we don't support it anyway. Closes #379298.
7042
7043 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
7044
7045         Patch by: Sebastian Dröge <slomo circular-chaos org>
7046
7047         * gst/audiofx/audiopanorama.c:
7048         (gst_audio_panorama_method_get_type),
7049         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
7050         (gst_audio_panorama_set_process_function),
7051         (gst_audio_panorama_set_property),
7052         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
7053         (gst_audio_panorama_transform_m2s_int_simple),
7054         (gst_audio_panorama_transform_s2s_int_simple),
7055         (gst_audio_panorama_transform_m2s_float_simple),
7056         (gst_audio_panorama_transform_s2s_float_simple):
7057         * gst/audiofx/audiopanorama.h:
7058           Add 'method' property and provide a simple (non-psychoacustic)
7059           processing method (#394859).
7060
7061         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
7062         (panorama_suite):
7063           Tests for new method.
7064
7065 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
7066
7067         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
7068         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
7069           Set correct caps on outgoing pulled buffers, or things blow up
7070           after recent core changes.
7071
7072 2007-01-11  Wim Taymans  <wim@fluendo.com>
7073
7074         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
7075
7076         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
7077         (gst_multipart_mux_request_new_pad),
7078         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
7079         (gst_multipart_mux_change_state):
7080         Return FLOW errors ASAP. Fixes #394977.
7081         Misc cleanups.
7082
7083 2007-01-11  Wim Taymans  <wim@fluendo.com>
7084
7085         Patch by: Lutz Mueller <lutz at topfrose dot de>
7086
7087         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
7088         Check for stream pad before activating. 
7089
7090 2007-01-10  Wim Taymans  <wim@fluendo.com>
7091
7092         Patch by: Peter Kjellerstedt  <pkj at axis com>
7093
7094         * gst/rtsp/COPYING.MIT:
7095         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7096         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
7097         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
7098         (gst_rtspsrc_stream_configure_transport),
7099         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
7100         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
7101         (gst_rtspsrc_parse_methods),
7102         (gst_rtspsrc_create_transports_string),
7103         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
7104         (gst_rtspsrc_open), (gst_rtspsrc_close):
7105         * gst/rtsp/gstrtspsrc.h:
7106         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7107         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
7108         (parse_request_line), (parse_line), (rtsp_connection_read),
7109         (rtsp_connection_close):
7110         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
7111         (rtsp_method_as_text), (rtsp_header_as_text),
7112         (rtsp_status_as_text), (rtsp_find_header_field),
7113         (rtsp_find_method):
7114         * gst/rtsp/rtspdefs.h:
7115         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
7116         (rtsp_ext_wms_configure_stream):
7117         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
7118         (rtsp_message_new_request), (rtsp_message_init_request),
7119         (rtsp_message_new_response), (rtsp_message_init_response),
7120         (rtsp_message_init_data), (rtsp_message_unset),
7121         (rtsp_message_free), (rtsp_message_add_header),
7122         (rtsp_message_get_header), (rtsp_message_set_body),
7123         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
7124         * gst/rtsp/rtspmessage.h:
7125         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
7126         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
7127         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
7128         (sdp_message_dump):
7129         Allow url to be NULL to be able to use it for server connections.
7130         Can now send responses as well as requests.
7131         No longer hangs in an endless loop if EOF is received.
7132         Can now convert a status code to a text string.
7133         Return RTSP_HDR_INVALID for unknown headers.
7134         Return RTSP_INVALID for unknown methods.
7135         Copy CSeq and Session headers from the request.
7136         Only free memory corresponding to the currently set message type.
7137         Added const to function arguments as appropriate.
7138         Avoid a compiler warning when initializing nmedia.
7139         Use guint rather than gint to avoid compiler warnings.
7140         Fix crasher in wms extension.
7141         Factor out stream setup from open_connection.
7142         Delay activation of streams when actual data is received from the
7143         server, this prepares us to do proper protocol switching.
7144         Added new license.
7145         Fixes #380895.
7146
7147
7148 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
7149
7150         Patch by: Sebastian Dröge <slomo ubuntu com>
7151
7152         * docs/plugins/Makefile.am:
7153         * gst/audiofx/audiopanorama.c:
7154           Some small docs fixes (#394851).
7155
7156 2007-01-09  Wim Taymans  <wim@fluendo.com>
7157
7158         * gst/avi/gstavidemux.c:
7159         Fix docs.
7160
7161 2007-01-09  Wim Taymans  <wim@fluendo.com>
7162
7163         * gst/rtp/Makefile.am:
7164         * gst/rtp/gstrtp.c: (plugin_init):
7165         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
7166         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
7167         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
7168         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
7169         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
7170         * gst/rtp/gstrtpmpvdepay.h:
7171           Added RFC 2250 MPEG Video Depayloader.
7172
7173         * gst/rtp/gstrtpL16depay.h:
7174         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
7175         (gst_rtp_h263p_depay_process):
7176         Fix Header file. Small cleanups.
7177
7178         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
7179         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
7180         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
7181         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
7182         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
7183         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
7184         (gst_rtp_mp4v_depay_change_state):
7185         Remove usused code. Remove Adapter from state Change. Added debug.
7186
7187         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
7188         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
7189         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
7190         * gst/rtp/gstrtpmpadepay.h:
7191         Subclass base depayloader.
7192         Added debug.
7193         Support static payload type assignment as well.
7194
7195         * gst/rtp/gstrtpmpapay.c:
7196         Fix caps.
7197
7198 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
7199
7200         Patch by: Vincent Torri  <vtorri at univ-evry fr>
7201
7202         * ext/jpeg/gstjpegdec.c:
7203         * ext/jpeg/gstjpegenc.c:
7204         * ext/jpeg/smokecodec.c:
7205           These libjpeg callbacks should return a 'boolean' (unsigned char
7206           apparently) and not a 'gboolean' (which maps to gint). Fixes
7207           warnings when compiling with MingW (#393427).
7208
7209         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7210           Use ioctlsocket on win32.
7211
7212         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7213           Some printf format fixes for win32.
7214
7215 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
7216
7217         * gst/cutter/gstcutter.c: (gst_cutter_chain):
7218           Use gst_guint64_to_gdouble for conversion.
7219         * win32/vs6/libgstmatroska.dsp:
7220           Add zlib to the link.
7221         * win32/vs6/libgstvideobox.dsp:
7222           Update liboil library name (project is linked to 
7223           liboil-0.3-0.lib now).
7224           
7225 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
7226
7227         * gst/matroska/Makefile.am:
7228           If zlib is available and used, we must link it explicitly for
7229           things to work on MingW (fixes #392855).
7230
7231 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
7232
7233         * ext/esd/esdsink.c: (gst_esdsink_delay):
7234           Don't return bogus values when esd_get_delay() fails for some
7235           reason (#392189).
7236
7237 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
7238
7239         * sys/ximage/gstximagesrc.c: (composite_pixel):
7240           Fix presumably copy'n'pasto for 16bpp depth.
7241
7242 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
7243
7244         * gst/matroska/matroska-mux.c:
7245         (gst_matroska_mux_audio_pad_setcaps):
7246           The "signed" field in audio caps is of boolean type, trying to use
7247           gst_structure_get_int() to extract it will fail. Fixing this makes
7248           matroskamux accept raw audio input (#387121) (use at your own risk
7249           though, due to the matroska spec being not entirely useful in this
7250           respect).
7251           Also fix up raw audio structures in template caps so that they
7252           represent what our setcaps function will actually accept, so that
7253           converters know what to convert to.
7254           Finally, don't fail if there isn't an "endianness" field in 8-bit
7255           PCM caps.
7256
7257 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
7258
7259         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
7260         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
7261         * tests/check/elements/cmmldec.c: (setup_cmmldec),
7262         (teardown_cmmldec):
7263         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
7264         (teardown_cmmlenc):
7265         * tests/check/elements/level.c: (setup_level), (cleanup_level):
7266           reapply consistent pad (de)activation
7267
7268 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
7269
7270         * configure.ac:
7271         Back to CVS
7272
7273         * gst-plugins-good.doap:
7274         Add 0.10.5 doap entry
7275
7276 === release 0.10.5 ===
7277
7278 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
7279
7280         * configure.ac:
7281           releasing 0.10.5, "The Path of Thorns"
7282
7283 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
7284
7285         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
7286         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
7287         * tests/check/elements/cmmldec.c: (setup_cmmldec),
7288         (teardown_cmmldec):
7289         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
7290         (teardown_cmmlenc):
7291         * tests/check/elements/level.c: (setup_level), (cleanup_level):
7292           revert my freeze breakage
7293
7294 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
7295
7296         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
7297         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
7298         * tests/check/elements/cmmldec.c: (setup_cmmldec),
7299         (teardown_cmmldec):
7300         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
7301         (teardown_cmmlenc):
7302         * tests/check/elements/level.c: (setup_level), (cleanup_level):
7303           consistent pad (de)activation
7304
7305 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
7306
7307         * configure.ac:
7308         * ext/Makefile.am:
7309         Disable LADPSA, as it has moved to the -bad module for the duration.
7310
7311 2006-12-18  Wim Taymans  <wim@fluendo.com>
7312
7313         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
7314         (gst_signal_processor_event):
7315         Reset flow_state back to _OK after a flush stop so that we exit our
7316         error state after the flush. Fixes #374213
7317
7318 2006-12-16  David Schleef  <ds@schleef.org>
7319
7320         * sys/osxvideo/osxvideosink.h:
7321         * sys/osxvideo/osxvideosink.m:
7322           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
7323
7324 2006-12-16  David Schleef  <ds@schleef.org>
7325
7326         Patch by: Vijay Santhanam <vijay santhanam gmail com>
7327
7328         * sys/osxvideo/Makefile.am:
7329         * sys/osxvideo/osxvideosink.h:
7330         * sys/osxvideo/osxvideosink.m:
7331           Preliminary patch for porting osxvideosink
7332
7333 2006-12-16  Wim Taymans  <wim@fluendo.com>
7334
7335         Patch by: Sjoerd Simons <sjoerd at luon dot net>
7336
7337         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
7338         (gst_videomixer_set_master_geometry),
7339         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
7340         (gst_videomixer_reset), (gst_videomixer_init),
7341         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
7342         (gst_videomixer_release_pad), (gst_videomixer_collected),
7343         (gst_videomixer_change_state):
7344         Introduce some locking around the videomixer state so that it does not
7345         crash when adding/removing pads. Fixes #383043.
7346
7347 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
7348
7349         * configure.ac:
7350           Make sure libcaca can actually be used instead of just checking for
7351           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
7352           cross-compiling (fixes #384587).
7353
7354 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7355
7356         * Makefile.am:
7357         * gst-plugins-good.doap:
7358         * gst-plugins-good.spec.in:
7359           adding doap file
7360
7361 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
7362
7363         * configure.ac:
7364           libflac-1.1.3 changed API again, but we can't build against it yet,
7365           so make sure our check doesn't use libflac-1.1.3 and add a comment
7366           to this effect.
7367
7368 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
7369
7370         * gst/effectv/gstquark.c: (gst_quarktv_transform),
7371         (gst_quarktv_planetable_clear):
7372           Add some NULL pointer checks (possibly related to #385623).
7373
7374 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
7375
7376         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
7377         (gst_tag_demux_chain):
7378         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
7379           In streaming mode, if the first buffer we get doesn't have an
7380           offset, fix it up to be 0, otherwise trimming won't work later on
7381           and we'll be typefinding application/x-id3, which may result in
7382           decodebin plugging an endless number of id3demux elements as a
7383           consequence. Fixes #385031.
7384           
7385 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7386
7387         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
7388           Ignore the buffer_time the sound device reports. Turns out it is 
7389           sometimes completely bogus and we're better off without it.
7390
7391 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7392
7393         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7394         (gst_matroska_demux_video_caps):
7395         * gst/matroska/matroska-ids.c:
7396         (gst_matroska_track_init_video_context):
7397         * gst/matroska/matroska-ids.h:
7398           Try harder to extract the framerate for video tracks correctly and
7399           save it directly instead of converting it back and forth a few
7400           times. Mostly makes a difference for very small framerates (<1).
7401           Fixes #380199.
7402
7403 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7404
7405         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
7406         (gst_gconf_audio_src_dispose), (do_toggle_element):
7407         * ext/gconf/gstgconfaudiosrc.h:
7408           Remove gconf notify hook when the gconfaudiosrc element is
7409           destroyed, otherwise the callback may be called on an
7410           already-destroyed instance and bad things happen. Should fix
7411           #378184.
7412           Also ignore gconf key changes when the source is already running.
7413
7414 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
7415
7416         Patch by: Sebastian Dröge  <mail at slomosnail de>
7417
7418         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7419           We need to be able to read and parse any possible floating point string
7420           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
7421           will parse the former only in certain locales though, so we really need
7422           to canonicalise the separator to '.' and then use g_ascii_strtod() to
7423           make sure we can parse either version at all times.
7424           Fixes #382982 for real.
7425
7426 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7427
7428         * sys/sunaudio/gstsunaudiomixerctrl.c:
7429         * sys/sunaudio/gstsunaudiosrc.c:
7430
7431         Use the sunaudio debug category.
7432
7433         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
7434         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
7435         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
7436         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
7437         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
7438         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
7439         (gst_sunaudiosink_reset):
7440         * sys/sunaudio/gstsunaudiosink.h:
7441
7442         Uses the sunaudio debug category for all debug output
7443         Implements the _delay() callback to synchronise video playback better
7444         Change the segtotal and segsize values back to the parent class 
7445           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
7446           respectively)
7447         Measure the samples written to the device vs. played.
7448         Keep track of segments in the device by writing empty eof frames, and
7449         sleep using a GCond when we get too far ahead and risk overrunning the
7450         sink's ringbuffer.
7451
7452         Fixes: #360673
7453
7454 2006-12-08  Wim Taymans  <wim@fluendo.com>
7455
7456         Patch by: Sebastian Dröge  <mail at slomosnail de >
7457
7458         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
7459         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
7460         * gst/audiofx/audiopanorama.h:
7461         Fix audiopanorame with float samples. Fixes #383726.
7462
7463 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7464
7465         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
7466         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
7467         (gst_sunaudiosrc_reset):
7468
7469         Implement reset functions to unblock the src/sink more quickly on 
7470         state change requests.
7471         Patch by: Brian Cameron <brian dot cameron at sun com>
7472
7473 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7474
7475         * sys/sunaudio/gstsunaudiomixer.c:
7476         (gst_sunaudiomixer_change_state):
7477         Construct the correct mixer device name when the AUDIODEV env var
7478         is set.
7479
7480         Patch by: Jerry Tan <jerry.tan at sun dot com>
7481         Fixes: #383596
7482
7483 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7484
7485         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
7486         Apply patch to open the mixer control and set the MULTIPLE_OPEN
7487         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
7488         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
7489         Patch by: Jerry Tan <jerry.tan at sun dot com>
7490         Fixes: #349015
7491
7492 2006-12-07  Wim Taymans  <wim@fluendo.com>
7493
7494         * gst/smpte/gstmask.h:
7495         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
7496         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
7497         (gst_smpte_collected), (gst_smpte_set_property),
7498         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
7499         * gst/smpte/gstsmpte.h:
7500         Port to 0.10 some more. 
7501         Added duration property to specify the duration of the transition.
7502         Make framerate a fraction.
7503         Deprecate fps property, we only use negotiated fps.
7504         Added docs.
7505         Fix collectpad usage.
7506         Reset state in READY.
7507         Send NEWSEGMENT event.
7508         Fix racy updates of object properties.
7509         Added debug category.
7510         Fixes #383323.
7511
7512 2006-12-06  Wim Taymans  <wim@fluendo.com>
7513
7514         Patch by: Sjoerd Simons <sjoerd at luon dot net>
7515
7516         * gst/videomixer/videomixer.c:
7517         (gst_videomixer_set_master_geometry),
7518         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
7519         Don't reset xpos and ypos in the setcaps function because causes
7520         unexpected behaviour.
7521         Fixes #382179.
7522
7523 2006-12-06  Wim Taymans  <wim@fluendo.com>
7524
7525         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
7526         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
7527         Keep track of the buffer timestamp in the collectdata member instead
7528         of modifying the buffer without making the metadata writable first.
7529         Fixes #382277.
7530
7531 2006-12-06  Wim Taymans  <wim@fluendo.com>
7532
7533         Patch by: Rob Taylor <robtaylor at floopily dot org>
7534
7535         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7536         If using multicast in udpsrc, bind to the multicast address rather than
7537         IN_ADDR_ANY.
7538         This allows the simultanous use of multiple udpsrcs listening on
7539         different multicat addresses. Without this all udpsrcs will receive all
7540         packets from all subscribed multicast addresses.
7541         Fixes #383001.
7542
7543 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
7544
7545         * ext/taglib/gstid3v2mux.cc:
7546         Don't attempt to write a NULL frame into the ID3 tag set when the 
7547         createFrame method returned NULL.
7548         Fixes: #381857
7549         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
7550
7551 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
7552
7553         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7554         Use g_strtod() instead of sscanf to parse doubles, so that it will
7555         try parsing in the C locale if the current locale fails.
7556         Fixes: #382982
7557         Patch by: Sebastian Dröge  <mail at slomosnail de >
7558
7559 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
7560
7561         * win32/MANIFEST:
7562         Fix compilation on win32 under VS8
7563         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
7564         Partially fixes #381175
7565
7566 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
7567
7568         * gst/avi/gstavimux.c:
7569           accept all mpegversions,fixes #380825
7570           spotted by: Jerome Alet  
7571
7572 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
7573
7574         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
7575         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
7576         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
7577         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
7578           cleanup the error message a bit more
7579
7580 2006-11-28  Wim Taymans  <wim@fluendo.com>
7581
7582         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
7583         Fix width and height properties.
7584
7585         * ext/libcaca/gstcacasink.h:
7586         Fix compilation on newer libcaca that require us to include a new
7587         header. Fixes #379918.
7588
7589 2006-11-28  Wim Taymans  <wim@fluendo.com>
7590
7591         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7592         * gst/rtsp/gstrtspsrc.h:
7593         * gst/rtsp/rtspext.h:
7594         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
7595         (rtsp_ext_wms_get_context):
7596         Add method so that extensions can choose to disable the setup of
7597         a stream.
7598         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
7599
7600 2006-11-27  Wim Taymans  <wim@fluendo.com>
7601
7602         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
7603
7604         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
7605         Push header in a separate buffer instead of memcpy:ing all data.
7606         Change LF => CRLF in headers.
7607         Move trailing LF to header. Fixes #379792.
7608
7609 2006-11-27  Wim Taymans  <wim@fluendo.com>
7610
7611         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
7612         Small buffer overflow fix and improve debugging.
7613
7614 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
7615
7616         * ext/esd/esdmon.h:
7617         * ext/esd/esdsink.h:
7618           remove obsolete _factory_init protos
7619
7620 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
7621
7622         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
7623         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
7624         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
7625         (gst_avi_demux_read_subindexes_push),
7626         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
7627         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
7628         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
7629         (gst_avi_demux_massage_index),
7630         (gst_avi_demux_calculate_durations_from_index),
7631         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
7632         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
7633         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
7634           remove dead code, tweak debugs statements, add comments, use
7635           _uint64_scale instead _uint64_scale_int when using guint64 values,
7636           small optimizations, reflow some error handling
7637
7638 2006-11-22  Edward Hervey  <edward@fluendo.com>
7639
7640         * po/.cvsignore:
7641         We never put .pot files in cvs. Let's ignore them all.
7642
7643 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7644
7645         * po/POTFILES.in:
7646           ... but better exclude files that aren't disted.
7647
7648 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7649
7650         * po/POTFILES.in:
7651           Add v4l2 source files to list of files with translations, so the
7652           strings are actually extracted (however bad they still may be).
7653
7654 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7655
7656         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
7657           Minor clean-ups: const-ify static array, remove trailing comma from
7658           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
7659
7660 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
7661
7662         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7663         Make sure that g_free always gets called on the same pointer that was 
7664         returned by g_malloc.  Fixes #376594.
7665         Do not leak memory if decompressed size is wrong.
7666         Remove unneeded check of return value of g_malloc.
7667         Patch by: René Stadler <mail@renestadler.de>
7668
7669 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
7670
7671         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
7672           Add missing curly brackets.
7673
7674 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
7675
7676         * sys/v4l2/v4l2src_calls.c:
7677         Fix capture_deinit.
7678
7679 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
7680
7681         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
7682         (gst_matroska_mux_request_new_pad):
7683           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
7684
7685         * tests/check/elements/matroskamux.c: (setup_src_pad),
7686         (setup_sink_pad), (GST_START_TEST):
7687         Activate pads before using them.
7688
7689 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
7690
7691         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
7692           Initialise variable to get rid of bogus compiler warning.
7693
7694 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
7695
7696         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
7697
7698         * gst/rtp/gstrtph263pay.c:
7699         * gst/rtp/gstrtph263pdepay.c:
7700         * gst/rtp/gstrtph263ppay.c:
7701           Specify H.263 variant and version in the caps (fixes #361637)
7702
7703 2006-11-15  Wim Taymans  <wim@fluendo.com>
7704
7705         * gst/rtsp/rtspconnection.c: (read_body):
7706         Don't set a data pointer to NULL and a size > 0 when we deal
7707         with empty packets.
7708
7709         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
7710         (rtsp_message_init_response), (rtsp_message_init_data),
7711         (rtsp_message_unset), (rtsp_message_free),
7712         (rtsp_message_take_body):
7713         Check that we can't create invalid empty packets. 
7714
7715 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
7716
7717         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7718
7719         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
7720         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
7721         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
7722         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
7723         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
7724         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
7725         * gst/matroska/matroska-mux.h:
7726           Add basic tag writing support; implement releasing pads (#374658).
7727
7728 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
7729
7730         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7731         (gst_matroska_demux_audio_caps):
7732           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
7733
7734 2006-11-14  David Schleef  <ds@schleef.org>
7735
7736         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
7737
7738 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7739
7740         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7741
7742         * win32/vs8/gst-plugins-good.sln:
7743         * win32/vs8/libgst1394.vcproj:
7744         * win32/vs8/libgstaasink.vcproj:
7745         * win32/vs8/libgstalaw.vcproj:
7746         * win32/vs8/libgstalpha.vcproj:
7747         * win32/vs8/libgstalphacolor.vcproj:
7748         * win32/vs8/libgstannodex.vcproj:
7749         * win32/vs8/libgstapetag.vcproj:
7750         * win32/vs8/libgstaudiofx.vcproj:
7751         * win32/vs8/libgstauparse.vcproj:
7752         * win32/vs8/libgstautodetect.vcproj:
7753         * win32/vs8/libgstavi.vcproj:
7754         * win32/vs8/libgstcacasink.vcproj:
7755         * win32/vs8/libgstcdio.vcproj:
7756         * win32/vs8/libgstcutter.vcproj:
7757         * win32/vs8/libgstdv.vcproj:
7758         * win32/vs8/libgsteffectv.vcproj:
7759         * win32/vs8/libgstflac.vcproj:
7760         * win32/vs8/libgstflxdec.vcproj:
7761         * win32/vs8/libgstgoom.vcproj:
7762         * win32/vs8/libgsticydemux.vcproj:
7763         * win32/vs8/libgstid3demux.vcproj:
7764         * win32/vs8/libgstjpeg.vcproj:
7765         * win32/vs8/libgstladspa.vcproj:
7766         * win32/vs8/libgstlevel.vcproj:
7767         * win32/vs8/libgstmatroska.vcproj:
7768         * win32/vs8/libgstmikmod.vcproj:
7769         * win32/vs8/libgstmng.vcproj:
7770         * win32/vs8/libgstmonoscope.vcproj:
7771         * win32/vs8/libgstmulaw.vcproj:
7772         * win32/vs8/libgstmultipart.vcproj:
7773         * win32/vs8/libgstpng.vcproj:
7774         * win32/vs8/libgstrtp.vcproj:
7775         * win32/vs8/libgstrtsp.vcproj:
7776         * win32/vs8/libgstshout2.vcproj:
7777         * win32/vs8/libgstsmpte.vcproj:
7778         * win32/vs8/libgstspeex.vcproj:
7779         * win32/vs8/libgsttaglib.vcproj:
7780         * win32/vs8/libgstudp.vcproj:
7781         * win32/vs8/libgstvideobalance.vcproj:
7782         * win32/vs8/libgstvideobox.vcproj:
7783         * win32/vs8/libgstvideoflip.vcproj:
7784         * win32/vs8/libgstvideomixer.vcproj:
7785         * win32/vs8/libgstwavenc.vcproj:
7786         * win32/vs8/libgstwavparse.vcproj:
7787           Make end-of-line returns unixy, so that when the files are checked
7788           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
7789           Hopefully fixes #366492.
7790
7791 2006-11-14  Wim Taymans  <wim@fluendo.com>
7792
7793         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
7794         Disable init_frames delay timestamp adjustment, it does not
7795         seem to be needed at all. Fixes #369621.
7796
7797 2006-11-13  Wim Taymans  <wim@fluendo.com>
7798
7799         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7800
7801         * gst/videomixer/videomixer.c:
7802         (gst_videomixer_set_master_geometry),
7803         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
7804         (gst_videomixer_collect_free), (gst_videomixer_reset),
7805         (gst_videomixer_init), (gst_videomixer_finalize),
7806         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
7807         (gst_videomixer_collected), (gst_videomixer_change_state):
7808         Fix memleak by unref'ing collectpads instance (when finalizing)
7809         Implement releasing a request pad. Fixes #374479.
7810
7811 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
7812
7813         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7814
7815         * win32/vs8/gst-plugins-good.sln:
7816         * win32/vs8/libgst1394.vcproj:
7817         * win32/vs8/libgstaasink.vcproj:
7818         * win32/vs8/libgstalaw.vcproj:
7819         * win32/vs8/libgstalpha.vcproj:
7820         * win32/vs8/libgstalphacolor.vcproj:
7821         * win32/vs8/libgstannodex.vcproj:
7822         * win32/vs8/libgstapetag.vcproj:
7823         * win32/vs8/libgstaudiofx.vcproj:
7824         * win32/vs8/libgstauparse.vcproj:
7825         * win32/vs8/libgstautodetect.vcproj:
7826         * win32/vs8/libgstavi.vcproj:
7827         * win32/vs8/libgstcacasink.vcproj:
7828         * win32/vs8/libgstcdio.vcproj:
7829         * win32/vs8/libgstcutter.vcproj:
7830         * win32/vs8/libgstdv.vcproj:
7831         * win32/vs8/libgsteffectv.vcproj:
7832         * win32/vs8/libgstflac.vcproj:
7833         * win32/vs8/libgstflxdec.vcproj:
7834         * win32/vs8/libgstgoom.vcproj:
7835         * win32/vs8/libgsticydemux.vcproj:
7836         * win32/vs8/libgstid3demux.vcproj:
7837         * win32/vs8/libgstjpeg.vcproj:
7838         * win32/vs8/libgstladspa.vcproj:
7839         * win32/vs8/libgstlevel.vcproj:
7840         * win32/vs8/libgstmatroska.vcproj:
7841         * win32/vs8/libgstmikmod.vcproj:
7842         * win32/vs8/libgstmng.vcproj:
7843         * win32/vs8/libgstmonoscope.vcproj:
7844         * win32/vs8/libgstmulaw.vcproj:
7845         * win32/vs8/libgstmultipart.vcproj:
7846         * win32/vs8/libgstpng.vcproj:
7847         * win32/vs8/libgstrtp.vcproj:
7848         * win32/vs8/libgstrtsp.vcproj:
7849         * win32/vs8/libgstshout2.vcproj:
7850         * win32/vs8/libgstsmpte.vcproj:
7851         * win32/vs8/libgstspeex.vcproj:
7852         * win32/vs8/libgsttaglib.vcproj:
7853         * win32/vs8/libgstudp.vcproj:
7854         * win32/vs8/libgstvideobalance.vcproj:
7855         * win32/vs8/libgstvideobox.vcproj:
7856         * win32/vs8/libgstvideoflip.vcproj:
7857         * win32/vs8/libgstvideomixer.vcproj:
7858         * win32/vs8/libgstwavenc.vcproj:
7859         * win32/vs8/libgstwavparse.vcproj:
7860           Add VS8 project files (note that many of the plugins in ext are
7861           disabled by default). Fixes #366492.
7862
7863 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
7864
7865         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7866           we do not translate debug messages
7867
7868 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
7869
7870         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
7871           fix categorisation, make short desc more explicit, remove unused code
7872           Fixes #372021
7873
7874 2006-11-08  Wim Taymans  <wim@fluendo.com>
7875
7876         * gst/rtp/gstrtpL16depay.c:
7877         * gst/rtp/gstrtpamrdepay.c:
7878         * gst/rtp/gstrtpamrpay.c:
7879         * gst/rtp/gstrtpgsmdepay.c:
7880         * gst/rtp/gstrtph263pay.c:
7881         * gst/rtp/gstrtph263pdepay.c:
7882         * gst/rtp/gstrtph263ppay.c:
7883         * gst/rtp/gstrtph264depay.c:
7884         * gst/rtp/gstrtpmp2tdepay.c:
7885         * gst/rtp/gstrtpmp4gdepay.c:
7886         * gst/rtp/gstrtpmp4gpay.c:
7887         * gst/rtp/gstrtpmp4vdepay.c:
7888         * gst/rtp/gstrtpmp4vpay.c:
7889         * gst/rtp/gstrtpmpadepay.c:
7890         * gst/rtp/gstrtpmpapay.c:
7891         * gst/rtp/gstrtppcmadepay.c:
7892         * gst/rtp/gstrtppcmapay.c:
7893         * gst/rtp/gstrtppcmudepay.c:
7894         * gst/rtp/gstrtppcmupay.c:
7895         * gst/rtp/gstrtpspeexdepay.c:
7896         * gst/rtp/gstrtpspeexpay.c:
7897         * gst/rtp/gstrtpsv3vdepay.c:
7898         Fix element descriptions.
7899
7900 2006-11-08  Wim Taymans  <wim@fluendo.com>
7901
7902         * gst/rtp/gstrtpvorbisdepay.c:
7903         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
7904         Fix description.
7905         Small cleanup in the payloader.
7906
7907 2006-11-08  Wim Taymans  <wim@fluendo.com>
7908
7909         * gst/rtp/Makefile.am:
7910         * gst/rtp/gstrtp.c: (plugin_init):
7911         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
7912         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
7913         (gst_rtp_theora_depay_finalize),
7914         (gst_rtp_theora_depay_parse_configuration),
7915         (gst_rtp_theora_depay_setcaps),
7916         (gst_rtp_theora_depay_switch_codebook),
7917         (gst_rtp_theora_depay_process),
7918         (gst_rtp_theora_depay_set_property),
7919         (gst_rtp_theora_depay_get_property),
7920         (gst_rtp_theora_depay_change_state),
7921         (gst_rtp_theora_depay_plugin_init):
7922         * gst/rtp/gstrtptheoradepay.h:
7923         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
7924         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
7925         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
7926         (gst_rtp_theora_pay_init_packet),
7927         (gst_rtp_theora_pay_flush_packet),
7928         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
7929         (gst_rtp_theora_pay_handle_buffer),
7930         (gst_rtp_theora_pay_plugin_init):
7931         * gst/rtp/gstrtptheorapay.h:
7932         Add theora pay/depayloaders.
7933
7934 2006-11-06  Wim Taymans  <wim@fluendo.com>
7935
7936         * gst/rtp/Makefile.am:
7937         We depend on gsttag to generate the vorbis comments.
7938
7939         * gst/rtp/gstrtpvorbisdepay.c:
7940         (gst_rtp_vorbis_depay_parse_configuration),
7941         (gst_rtp_vorbis_depay_setcaps),
7942         (gst_rtp_vorbis_depay_switch_codebook),
7943         (gst_rtp_vorbis_depay_process):
7944         * gst/rtp/gstrtpvorbisdepay.h:
7945         Parse configuration string in the depayloader.
7946         Implement selecting and switching to a new codebook.
7947         Receiving vorbis over RTP now works.
7948
7949         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
7950         (gst_rtp_vorbis_pay_init_packet),
7951         (gst_rtp_vorbis_pay_finish_headers),
7952         (gst_rtp_vorbis_pay_handle_buffer):
7953         * gst/rtp/gstrtpvorbispay.h:
7954         Set timestamps on outgoing buffers and RTP packets.
7955         Fix configuration string, prepend number of Packet headers.
7956         Fix encoding of ident string.
7957         Add delivery-method to caps.
7958         Streaming vorbis over RTP now works.
7959
7960 2006-11-06  Wim Taymans  <wim@fluendo.com>
7961
7962         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7963         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
7964         (gst_rtp_vorbis_pay_handle_buffer):
7965         * gst/rtp/gstrtpvorbispay.h:
7966         Generate a valid configuration string in the caps based on the
7967         vorbis headers.
7968
7969 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7970
7971         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
7972         * ext/cdio/gstcdio.h:
7973         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
7974           Move CD-TEXT utility function into common file so it can also be
7975           used by a future cdioparanoiasrc.
7976
7977 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
7978         
7979         * sys/v4l2/Makefile.am:
7980         * sys/v4l2/gstv4l2object.c:
7981         * sys/v4l2/gstv4l2src.c:
7982         * sys/v4l2/gstv4l2xoverlay.c:
7983         * sys/v4l2/v4l2_calls.c:
7984         * sys/v4l2/v4l2src_calls.c:
7985         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
7986         xoverlay code that is still not implemented.
7987
7988 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
7989
7990         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
7991           We require a -base more recent than 0.10.9, so it's safe to use
7992           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
7993
7994         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
7995         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
7996           Use _newsegment_full() now that we depend on a recent enough core.
7997
7998         * gst/wavparse/gstwavparse.c:
7999           Remove cruft that we don't need any longer now that we depend on
8000           a recent enough -base.
8001
8002 2006-10-31  Wim Taymans  <wim@fluendo.com>
8003
8004         * gst/rtp/Makefile.am:
8005         * gst/rtp/gstrtp.c: (plugin_init):
8006         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
8007         (gst_rtpilbcpay_setcaps):
8008         Fix and activate ILBC pay and depayloaders. Fixes #368162.
8009
8010 2006-10-31  Wim Taymans  <wim@fluendo.com>
8011
8012         * ext/speex/gstspeexdec.c: (speex_dec_convert),
8013         (speex_dec_sink_event), (speex_dec_chain_parse_header):
8014         Some small cleanups, use _scale.
8015
8016 2006-10-31  Wim Taymans  <wim@fluendo.com>
8017
8018         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
8019         Use higher precision scale function.
8020
8021 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
8022
8023         Patch by: Michal Benes  <michal dot benes at itonis tv>
8024
8025         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
8026         (gst_matroska_demux_read_track_encodings),
8027         (gst_matroska_decode_buffer):
8028           Fix several issues with encoded/compressed/encrypted/signed tracks;
8029           also, remove superfluous newline characters from some debug
8030           statements. (#366155)
8031
8032 2006-10-30  Wim Taymans  <wim@fluendo.com>
8033
8034         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
8035         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
8036         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
8037         (gst_smokedec_change_state):
8038         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
8039         (gst_smokeenc_init), (gst_smokeenc_finalize),
8040         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
8041         (gst_smokeenc_resync), (gst_smokeenc_chain),
8042         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
8043         (gst_smokeenc_change_state):
8044         Various cleanups, capsnego and leak fixes.
8045
8046 2006-10-30  Wim Taymans  <wim@fluendo.com>
8047
8048         Patch by: Mark Nauwelaerts  <manauw at skynet be>
8049
8050         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
8051         Fix videomixer so that it can handle any combination of framerates.
8052         Fixes #367221.
8053
8054 2006-10-28  Wim Taymans  <wim@fluendo.com>
8055
8056         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8057         (gst_avi_demux_parse_file_header),
8058         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
8059         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
8060         (gst_avi_demux_chain):
8061         Fix position query for audio. also fixes timestamps in streaming
8062         mode and bug #364958.
8063         Small cleanups.
8064
8065 2006-10-27  Wim Taymans  <wim@fluendo.com>
8066
8067         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
8068         * ext/libpng/gstpngenc.h:
8069         Fix strides. Fixes #364856.
8070         Cleanup capsnego.
8071         Set caps on outgoing buffers.
8072
8073 2006-10-18  Wim Taymans  <wim@fluendo.com>
8074
8075         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
8076
8077         * gst/rtp/gstrtpgsmpay.c:
8078         * gst/rtp/gstrtph263pay.c:
8079         * gst/rtp/gstrtpmpapay.c:
8080         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
8081         (gst_rtp_pcma_pay_handle_buffer):
8082         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
8083         Add static payload numbers in addition to the dynamic ones.
8084         Fixes #361639.
8085
8086 2006-10-18  Wim Taymans  <wim@fluendo.com>
8087
8088         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
8089         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
8090         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
8091         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
8092         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
8093         * gst/rtsp/rtspdefs.h:
8094         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
8095         * gst/rtsp/rtspurl.h:
8096         Reuse already existing enum for lower transport.
8097         Add rtspt and rtspu protocols.
8098         Send redirect to rtspt when udp times out.
8099
8100 2006-10-18  Wim Taymans  <wim@fluendo.com>
8101
8102         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8103         (gst_wavparse_stream_data):
8104         Fix seeking some more, mostly for speed changes.
8105
8106 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
8107
8108         Patch by: Fredrik Persson  <frepe at bredband net>
8109
8110         * sys/v4l2/gstv4l2tuner.c:
8111         * sys/v4l2/gstv4l2tuner.h:
8112           Fix _set_channel(): remove useless g_object_notify() for "channel"
8113           property that doesn't exist any longer and therefore now also
8114           useless redirect (#338818).
8115
8116 2006-10-17  Wim Taymans  <wim@fluendo.com>
8117
8118         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
8119         Some drivers do not support unsetting the non-blocking flag once the
8120         device is opened. In those cases, close/open the device in
8121         non-blocking mode. Fixes #362673.
8122
8123 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
8124
8125         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
8126         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
8127         (gst_v4l2src_get_fps):
8128           dear stefan, framespersecond is not frameperiod, reverting but adding
8129           comment
8130
8131 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
8132
8133         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
8134         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
8135         (gst_v4l2src_get_fps):
8136           Numerator is numerator and denominator is denominator. Say that aloud
8137           5 times and retry after next beer.
8138
8139 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
8140
8141         Patch by: Josep Torra Valles  <josep at fluendo com>
8142
8143         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
8144         * ext/esd/esdsink.c: (gst_esdsink_write):
8145         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
8146         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
8147         (gst_flac_dec_send_newsegment):
8148         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
8149         (gst_flac_enc_tell_callback):
8150         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
8151         (smokecodec_parse_header), (smokecodec_decode):
8152         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
8153         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
8154         * gst/goom/Makefile.am:
8155         * gst/goom/gstgoom.c:
8156         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
8157         * gst/rtsp/gstrtspsrc.c:
8158         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
8159         * gst/udp/gstudpsink.c:
8160         * gst/udp/gstudpsrc.c:
8161         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
8162         * sys/sunaudio/gstsunaudiomixertrack.h:
8163           Fix a bunch of problems discovered by the Forte compiler, mostly type
8164           mixups and pointer arithmetics with void pointers. Fixes #362603.
8165
8166 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
8167
8168         * ext/speex/gstspeex.c: (plugin_init):
8169         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
8170         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
8171         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
8172         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
8173         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
8174         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
8175         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
8176         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
8177         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
8178         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
8179         (gst_speex_enc_chain), (gst_speex_enc_get_property),
8180         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
8181         * ext/speex/gstspeexenc.h:
8182           Miscellaneous clean-ups, among other things: speexenc => enc to
8183           enhance code readability; change speexenc => speex_enc; in chain
8184           function unref input buffer in case of error; take reference in
8185           event function; use boilerplate macro; use gst_pad_query_peer_*
8186           convenience functions.
8187
8188 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
8189
8190         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
8191         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
8192         (gst_speexenc_set_header_on_caps):
8193           Fix some mem leaks.
8194
8195 2006-10-11  Wim Taymans  <wim@fluendo.com>
8196
8197         * gst/rtsp/URLS:
8198         Added some other URL.
8199
8200         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
8201         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
8202         (gst_rtspsrc_open), (gst_rtspsrc_play),
8203         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8204         * gst/rtsp/gstrtspsrc.h:
8205         Work on fallback to TCP connection when the UDP socket times out.
8206         Handler server requests, just reply with OK for now.
8207
8208         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
8209         * gst/rtsp/rtspdefs.h:
8210         Added some more Real extension headers.
8211
8212         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
8213         Fix parsing of urls with a ':' that is not part of the hostname:port
8214         part of the url.
8215
8216 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
8217
8218         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
8219         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
8220         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
8221           Activate pad before adding it to the already-running element.
8222
8223         * tests/check/elements/icydemux.c: (icydemux_found_pad):
8224           Activate newly-created pad too.
8225
8226 2006-10-11  Wim Taymans  <wim@fluendo.com>
8227
8228         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
8229
8230         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
8231         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
8232         (gst_udpsrc_start):
8233         Fix some leaks in caps and uris. Fixes #361252.
8234
8235 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
8236
8237         * gst/wavparse/Makefile.am:
8238           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
8239
8240 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
8241
8242         * sys/v4l2/gstv4l2xoverlay.c:
8243         * sys/v4l2/gstv4l2xoverlay.h:
8244         Fix build as per the patch in #338818 comment 36.
8245
8246 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
8247
8248         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
8249           Activate pads before adding them to the source.
8250
8251 2006-10-06  Wim Taymans  <wim@fluendo.com>
8252
8253         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
8254         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
8255         Activate pads before adding.
8256
8257 2006-10-06  Wim Taymans  <wim@fluendo.com>
8258
8259         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
8260         (gst_multipart_find_pad_by_mime):
8261         Activate pads before adding.
8262
8263         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
8264         BOILERPLATE sets parent_class for us.
8265
8266 2006-10-06  Wim Taymans  <wim@fluendo.com>
8267
8268         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
8269         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
8270         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
8271         (gst_rtspsrc_alloc_udp_ports),
8272         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
8273         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
8274         (gst_rtspsrc_create_transports_string),
8275         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
8276         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8277         * gst/rtsp/gstrtspsrc.h:
8278         Rework how the transport string is constructed, try to share channels
8279         and udp ports.
8280         Make most of the stuff less dependant on RTP as we are also going to use
8281         it for RDT.
8282         Add support for transport specific session managers.
8283
8284         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
8285         Implement _flush().
8286
8287         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
8288         * gst/rtsp/rtspdefs.h:
8289         Add generic error return code.
8290
8291         * gst/rtsp/rtspext.h:
8292         Add support for pluggable tranport strings.
8293
8294         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
8295         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
8296         (rtsp_ext_wms_get_context):
8297         Detect WMServer and activate the extension.
8298
8299         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
8300         (rtsp_transport_get_manager), (rtsp_transport_parse):
8301         * gst/rtsp/rtsptransport.h:
8302         Added methods to get mime/manager for certain transports.
8303
8304 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
8305
8306         * ext/cairo/gsttimeoverlay.c:
8307         (gst_cairo_time_overlay_update_font_height):
8308         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
8309         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
8310         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
8311         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
8312         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
8313         * ext/libpng/gstpngdec.c: (user_endrow_callback):
8314         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
8315         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
8316         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
8317         (gst_avi_demux_stream_data):
8318         * gst/cutter/gstcutter.c: (gst_cutter_chain):
8319         * gst/debug/efence.c: (gst_efence_buffer_alloc),
8320         (gst_fenced_buffer_copy):
8321         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
8322         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
8323         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
8324         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
8325         (gst_rtspsrc_handle_message):
8326         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
8327         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
8328           Printf format fixes.
8329
8330 2006-10-04  Wim Taymans  <wim@fluendo.com>
8331
8332         * gst/rtsp/Makefile.am:
8333         Dist new .h file too.
8334
8335 2006-10-04  Wim Taymans  <wim@fluendo.com>
8336
8337         * gst/rtsp/Makefile.am:
8338         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
8339         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
8340         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8341         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
8342         (gst_rtspsrc_parse_rtpmap),
8343         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
8344         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8345         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
8346         * gst/rtsp/gstrtspsrc.h:
8347         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
8348         * gst/rtsp/rtspdefs.h:
8349         * gst/rtsp/rtspext.h:
8350         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
8351         (rtsp_ext_wms_get_context):
8352         * gst/rtsp/rtspextwms.h:
8353         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
8354         (rtsp_transport_parse):
8355         * gst/rtsp/rtsptransport.h:
8356         Factor out extension in separate module.
8357         Fix getcaps to filter against the padtemplate.
8358         Use Content-Base if the server gives one.
8359         Rework the transport parsing a bit for future extensions.
8360         Added some Real Header field definitions.
8361
8362 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
8363
8364         * docs/plugins/Makefile.am:
8365         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8366         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8367           added v4l2 stubs
8368         * gst-plugins-good.spec.in:
8369           add v4l2
8370
8371 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
8372
8373         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
8374           Extract disc/album/medium number and count and try harder
8375           to extract track number/count.
8376
8377 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
8378
8379         * configure.ac:
8380         * sys/Makefile.am:
8381           add build stuff for v4l2, needs --enable-experimental until
8382           the last bits are resolved
8383
8384 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
8385
8386         * tests/check/Makefile.am:
8387           Disable autodetect test temporarily, so that the build bots
8388           update -bad and the ranks of unreliable video sinks in there.
8389
8390         * tests/check/elements/autodetect.c: (GST_START_TEST):
8391           Skip test if no usable videosink is found.
8392
8393 2006-09-29  Wim Taymans  <wim@fluendo.com>
8394
8395         * gst/rtsp/URLS:
8396         Add some more URLs.
8397
8398         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8399         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
8400         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8401         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
8402         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8403         (gst_rtspsrc_loop), (gst_rtspsrc_send),
8404         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8405         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
8406         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8407         * gst/rtsp/gstrtspsrc.h:
8408         Add timeout property to control UDP timeouts.
8409         Fix error messages.
8410         Also start a loop function when operating in UDP mode so that we can
8411         do some more stuff async.
8412         Handle element messages from udpsrc to detect timeouts. If a timeout
8413         happens we currently generate an error.
8414         API: rtspsrc::timeout property.
8415
8416         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
8417         (gst_udpsrc_create):
8418         Really implement the timeout in microseconds and not milliseconds.
8419
8420 2006-09-29  Wim Taymans  <wim@fluendo.com>
8421
8422         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8423         (gst_udpsrc_create), (gst_udpsrc_set_property),
8424         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
8425         * gst/udp/gstudpsrc.h:
8426         Added property to post a message on timeout.
8427         Updated docs.
8428         When restarting the select, initialize the fdsets again.
8429         Init control sockets so we don't accidentally close a random socket.
8430         API: GstUDPSrc::timeout property
8431
8432 2006-09-29  Wim Taymans  <wim@fluendo.com>
8433
8434         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
8435         Fix flag registration.
8436
8437         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
8438         Reading 0 also means 'no more commands'
8439
8440 2006-09-29  Wim Taymans  <wim@fluendo.com>
8441
8442         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
8443
8444         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8445         Fix possible infinite loop when shutting down, a read can also return
8446         0 to indicate no more messages are available. Fixes #358156.
8447
8448 2006-09-25  Wim Taymans  <wim@fluendo.com>
8449
8450         * gst/autodetect/gstautoaudiosink.c:
8451         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
8452         (gst_auto_audio_sink_find_best):
8453         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
8454         Small cleanups.
8455         don't try to set "sync" property when it is not available.
8456
8457 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8458
8459         Patch by: Peter Kjellerstedt  <pkj at axis com>
8460
8461         * gst/alpha/gstalpha.c:
8462         * gst/rtp/gstrtpamrdepay.c:
8463         * gst/rtsp/gstrtspsrc.c:
8464         * gst/udp/gstudpsrc.c:
8465         * gst/videomixer/videomixer.c:
8466           Include stdlib.h in some more places, makes things compile
8467           with uClibc and -Werror (#357592).
8468
8469 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8470
8471         * ext/jpeg/gstjpegdec.c:
8472           Set minimum height to 8 (from 16), our code should handle
8473           that fine. Some of the buttons on the apple trailer site
8474           are apparently only 15 pixels high (see #357470).
8475
8476 2006-09-23  Wim Taymans  <wim@fluendo.com>
8477
8478         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
8479         (gst_rtspsrc_open):
8480         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8481         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
8482         (rtsp_connection_receive):
8483         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
8484         * gst/rtsp/rtspdefs.h:
8485         Improve error reporting.
8486
8487 2006-09-23  Wim Taymans  <wim@fluendo.com>
8488
8489         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
8490         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
8491         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
8492         * gst/rtp/gstrtpdepay.c:
8493         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
8494         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
8495         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
8496         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
8497         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
8498         (gst_rtp_mp2t_depay_plugin_init):
8499         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
8500         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
8501         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
8502         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
8503         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
8504         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
8505         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
8506         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
8507         Fix klass typos.
8508         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
8509
8510 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
8511
8512         * configure.ac:
8513           Need  -base CVS for gst_base_rtp_depayload_push_ts().
8514
8515 2006-09-22  Wim Taymans  <wim@fluendo.com>
8516
8517         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
8518         Don't check for a tag that is never there and check if we read the
8519         correct tag. Fixes seeking again.
8520         We must post an error when all pads are unlinked.
8521
8522 2006-09-22  Wim Taymans  <wim@fluendo.com>
8523
8524         * gst/rtp/Makefile.am:
8525         * gst/rtp/gstrtp.c: (plugin_init):
8526         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
8527         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
8528         (gst_rtp_vorbis_pay_reset_packet),
8529         (gst_rtp_vorbis_pay_init_packet),
8530         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
8531         (gst_rtp_vorbis_pay_handle_buffer):
8532         More fixage, set endoder-params correctly in the payloader.
8533
8534 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
8535
8536         * gst/autodetect/gstautoaudiosink.c:
8537         (gst_auto_audio_sink_base_init):
8538         * gst/autodetect/gstautovideosink.c:
8539         (gst_auto_video_sink_base_init):
8540           Make static pad templates static to appease valgrind's leak
8541           detector.
8542
8543         * tests/check/Makefile.am:
8544         * tests/check/elements/.cvsignore:
8545         * tests/check/elements/autodetect.c: (GST_START_TEST),
8546         (autodetect_suite):
8547           Add simple test for the ghostpad lockup on shutdown fixed in core
8548           CVS (audio bit disabled because it would need dozens of alsa
8549           suppressions and I'm too lazy to add those now).
8550
8551 2006-09-22  Wim Taymans  <wim@fluendo.com>
8552
8553         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
8554         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
8555         Small cleanups.
8556
8557         * gst/rtp/Makefile.am:
8558         * gst/rtp/gstrtp.c: (plugin_init):
8559         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
8560         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
8561         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
8562         (gst_rtp_vorbis_depay_process),
8563         (gst_rtp_vorbis_depay_set_property),
8564         (gst_rtp_vorbis_depay_get_property),
8565         (gst_rtp_vorbis_depay_change_state),
8566         (gst_rtp_vorbis_depay_plugin_init):
8567         * gst/rtp/gstrtpvorbisdepay.h:
8568         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
8569         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
8570         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
8571         (gst_rtp_vorbis_pay_flush_packet),
8572         (gst_rtp_vorbis_pay_append_buffer),
8573         (gst_rtp_vorbis_pay_handle_buffer),
8574         (gst_rtp_vorbis_pay_plugin_init):
8575         * gst/rtp/gstrtpvorbispay.h:
8576         Add experimental vorbis pay and depayloaders.
8577
8578 2006-09-21  Wim Taymans  <wim@fluendo.com>
8579
8580         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
8581         Fix profile-level-id parsing and setup.
8582
8583 2006-09-21  Wim Taymans  <wim@fluendo.com>
8584
8585         * gst/udp/README:
8586         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
8587         Update README, simple cleanup.
8588
8589 2006-09-21  Wim Taymans  <wim@fluendo.com>
8590
8591         * gst/rtp/README:
8592         Update README with some examples.
8593
8594         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
8595         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
8596         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
8597         (gst_rtp_mp4g_pay_setcaps):
8598         * gst/rtp/gstrtpmp4gpay.h:
8599         Make optional RTP parameters of type STRING, as required by the
8600         application/x-rtp caps specification.
8601
8602 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
8603
8604         * gst/rtp/gstrtph263pdepay.c:
8605         * gst/rtp/gstrtph263ppay.c:
8606         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
8607         RTP header.
8608
8609 2006-09-20  Wim Taymans  <wim@fluendo.com>
8610
8611         * gst/rtp/Makefile.am:
8612         And makefile too.
8613
8614 2006-09-20  Wim Taymans  <wim@fluendo.com>
8615
8616         * gst/rtp/gstrtp.c: (plugin_init):
8617         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
8618         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
8619         (decode_base64), (gst_rtp_asf_depay_setcaps),
8620         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
8621         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
8622         (gst_rtp_asf_depay_plugin_init):
8623         * gst/rtp/gstrtpasfdepay.h:
8624         Added preliminary ASF depayloader.
8625
8626         * gst/rtp/gstrtph264depay.c: (decode_base64):
8627         Fix base64 decoding.
8628
8629 2006-09-20  Wim Taymans  <wim@fluendo.com>
8630
8631         * gst/rtsp/URLS:
8632         Added some test URLS.
8633
8634         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8635         (gst_rtspsrc_loop), (gst_rtspsrc_open):
8636         * gst/rtsp/gstrtspsrc.h:
8637         When creating streams, give access to the complete SDP.
8638         Fix some leaks.
8639         Collect and merge global stream properties in stream caps.
8640         Preliminary support for WMServer.
8641
8642         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8643         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
8644         (rtsp_connection_receive):
8645         * gst/rtsp/rtspconnection.h:
8646         Make connection interruptable.
8647         Refactor to make it reconnectable.
8648         Don't fail on short reads when reading data packets.
8649
8650         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
8651         (rtsp_url_get_port):
8652         * gst/rtsp/rtspurl.h:
8653         Add methods for getting/setting the port.
8654
8655         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
8656         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
8657         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
8658         (sdp_media_get_format), (sdp_parse_line),
8659         (sdp_message_parse_buffer):
8660         Fix headers. 
8661         Add methods for getting multiple attributes with the same name.
8662         Increase buffer size when parsing.
8663         Fix parsing of a=foo fields.
8664
8665         * gst/rtsp/test.c: (main):
8666         Update to new connection API.
8667
8668         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
8669         (rtsp_message_init_response), (rtsp_message_init_data),
8670         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
8671         * gst/rtsp/rtspmessage.h:
8672         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
8673         * gst/rtsp/rtsptransport.h:
8674         * gst/rtsp/sdp.h:
8675         * gst/rtsp/sdpmessage.h:
8676         * gst/rtsp/gstrtsp.c:
8677         * gst/rtsp/gstrtsp.h:
8678         * gst/rtsp/gstrtpdec.c:
8679         * gst/rtsp/gstrtpdec.h:
8680         * gst/rtsp/rtsp.h:
8681         * gst/rtsp/rtspdefs.c:
8682         * gst/rtsp/rtspdefs.h:
8683         Dual licensed under MIT and LGPL now.
8684
8685 2006-09-19  Wim Taymans  <wim@fluendo.com>
8686
8687         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
8688         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
8689         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8690         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
8691         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
8692         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8693         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
8694         * gst/rtsp/gstrtspsrc.h:
8695         Reorganize stream parsing and creation.
8696         Detect container formats in interleaved mode.
8697         Keep more state about the streams.
8698         Assume a server also supports PLAY if it does not say.
8699         Add unicast and interleaved properties to TCP transport requests to make
8700         some servers happy (WMServer).
8701
8702         * gst/rtsp/sdpmessage.h:
8703         Add some defines for the standard Bandwidth types.
8704
8705 2006-09-19  Wim Taymans  <wim@fluendo.com>
8706
8707         * gst/rtsp/test.c: (main):
8708         Fix build.
8709
8710 2006-09-19  Wim Taymans  <wim@fluendo.com>
8711
8712         * gst/wavparse/gstwavparse.c:
8713         Add ms-gsm to the src template.
8714
8715 2006-09-18  Wim Taymans  <wim@fluendo.com>
8716
8717         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8718         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
8719         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8720         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
8721         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
8722         * gst/rtsp/gstrtspsrc.h:
8723         Small cleanups, added documentation.
8724         Try to clean up the requests and responses.
8725         Refactor parsing the supported methods.
8726
8727         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
8728         (rtsp_connection_create), (rtsp_connection_send),
8729         (parse_response_status), (parse_request_line),
8730         (rtsp_connection_receive), (rtsp_connection_close),
8731         (rtsp_connection_free):
8732         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
8733         (rtsp_transport_init), (rtsp_transport_parse),
8734         (rtsp_transport_free):
8735         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
8736         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
8737         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
8738         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
8739         Use g_return_val some more.
8740
8741         * gst/rtsp/rtspdefs.h:
8742         Add more enum values to track initial states.
8743
8744         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
8745         (rtsp_message_init_request), (rtsp_message_new_response),
8746         (rtsp_message_init_response), (rtsp_message_init_data),
8747         (rtsp_message_unset), (rtsp_message_free),
8748         (rtsp_message_add_header), (rtsp_message_remove_header),
8749         (rtsp_message_get_header), (rtsp_message_set_body),
8750         (rtsp_message_take_body), (rtsp_message_get_body),
8751         (rtsp_message_steal_body), (rtsp_message_dump):
8752         * gst/rtsp/rtspmessage.h:
8753         Reorder arguments, object goes as the first one.
8754         Use g_return_val some more.
8755
8756 2006-09-18  Wim Taymans  <wim@fluendo.com>
8757
8758         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
8759         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
8760         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
8761         * gst/rtsp/gstrtspsrc.h:
8762         Export sometimes source pad with correct caps on the template, create
8763         the ghostpad from the template.
8764         Remove RTCP template as we never expose RTCP.
8765         Protect against invalid body size.
8766         Avoid memcpy when creating the output buffer.
8767         Properly post an error and send EOS when the loop function is shut down.
8768
8769 2006-09-18  Wim Taymans  <wim@fluendo.com>
8770
8771         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8772
8773         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8774         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
8775         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
8776         * gst/rtsp/gstrtspsrc.h:
8777         Make sure we can never set an invalid location.
8778
8779         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
8780         * gst/rtsp/rtspmessage.h:
8781         Added _steal_body method for future use.
8782
8783         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
8784         Make freeing of NULL url return immediatly.
8785
8786 2006-09-18  Wim Taymans  <wim@fluendo.com>
8787
8788         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8789
8790         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
8791         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
8792         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
8793         (gst_rtspsrc_change_state):
8794         * gst/rtsp/gstrtspsrc.h:
8795         Use boilerplate.
8796         Make rtspsrc subclass GstBin to make state changes easier.
8797         Add Range header field on the PLAY request.
8798
8799 2006-09-18  Wim Taymans  <wim@fluendo.com>
8800
8801         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8802
8803         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
8804         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8805         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
8806         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
8807         * gst/rtsp/rtspconnection.c: (inet_aton):
8808         Small cleanups.
8809         when multicast is selected as the transport, create UDP sources and
8810         connect to the multicast group.
8811         Move parsing and setting of caps to a common place.
8812         Fixes #349894.
8813
8814 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
8815
8816         * ext/flac/gstflactag.c:
8817         * gst/alpha/gstalpha.c:
8818         * gst/debug/breakmydata.c:
8819         * gst/debug/negotiation.c:
8820         * gst/debug/testplugin.c:
8821         * gst/effectv/gstaging.c:
8822         * gst/effectv/gstdice.c:
8823         * gst/effectv/gstedge.c:
8824         * gst/effectv/gstquark.c:
8825         * gst/effectv/gstrev.c:
8826         * gst/effectv/gstshagadelic.c:
8827         * gst/effectv/gstvertigo.c:
8828         * gst/effectv/gstwarp.c:
8829         * gst/multipart/multipartdemux.c:
8830         * gst/multipart/multipartmux.c:
8831         * gst/videobox/gstvideobox.c:
8832         * gst/videofilter/gstgamma.c:
8833         * gst/videofilter/gstvideotemplate.c:
8834         * gst/videomixer/videomixer.c:
8835         * sys/sunaudio/gstsunaudiosrc.h:
8836         More G_OBJECT macro fixing.
8837
8838 2006-09-16  Wim Taymans  <wim@fluendo.com>
8839
8840         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
8841
8842         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
8843         Correctly set the dwLength in strh.
8844         With this patch, the file duration is now displayed correctly in window
8845         media player and the AVI plays completely. Fixes #356147
8846
8847 2006-09-15  Wim Taymans  <wim@fluendo.com>
8848
8849         Patch by: Darren Kenny <darren dot kenny at sun dot com>
8850
8851         * sys/sunaudio/gstsunaudiomixerctrl.c:
8852         (gst_sunaudiomixer_ctrl_build_list):
8853         Set the output track as the MASTER so that the gnome-settings-daemon
8854         keybindings for changing the volume using the keyboard works.
8855         Fixes #356142.
8856
8857 2006-09-15  Wim Taymans  <wim@fluendo.com>
8858
8859         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
8860         Fix documentation, it is not possible to control the framerate of jpegdec
8861         using filtered caps yet. Fixes #355210.
8862         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
8863         stop when there is an error.
8864
8865 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8866
8867         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
8868         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8869           Don't interpret a first buffer with an offset of NONE as
8870           'from the middle of the stream', but only a first buffer
8871           that has a valid buffer offset that's non-zero (see #345449).
8872
8873 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8874
8875         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
8876         (gst_icydemux_typefind_or_forward):
8877         * gst/icydemux/gsticydemux.h:
8878           When we merge/collect multiple incoming buffers for typefinding
8879           purposes, keep an initial 0 offset on the first outgoing buffer
8880           as well (otherwise id3demux won't work right). Fixes #345449.
8881           Also Make buffer metadata writable before setting buffer caps.
8882
8883         * tests/check/elements/icydemux.c: (typefind_succeed),
8884         (cleanup_icydemux), (push_data), (GST_START_TEST),
8885         (icydemux_suite):
8886           Small test case for the above.
8887
8888 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
8889
8890         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
8891         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
8892         (gst_avi_demux_stream_header_push),
8893         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8894         (gst_avi_demux_loop):
8895           More code reuse and better logging in _peek_chunk(). Reintroduce check
8896           for chunk sizes before reading them (avoid oom). Better handling for 
8897           invalid chunksizes when streaming.
8898
8899 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
8900
8901         * gst/level/gstlevel.c: (gst_level_set_property):
8902         * gst/level/gstlevel.h:
8903           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
8904           René Stadler
8905
8906 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
8907
8908         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8909         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8910         (gst_avi_demux_stream_data):
8911           Revert one change to fix streaming avi (adapter size != data size).
8912
8913 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8914
8915         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
8916
8917         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
8918         (gst_matroska_demux_reset),
8919         (gst_matroska_demux_read_track_encodings),
8920         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
8921         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8922         (gst_matroska_demux_subtitle_caps):
8923         * gst/matroska/matroska-ids.h:
8924           Add support for VOBSUB subtitle tracks and zlib-compressed
8925           tracks. Make sure we start on a keyframe after a seek. (#343348)
8926
8927 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8928
8929         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
8930         (gst_matroska_demux_push_flac_codec_priv_data),
8931         (gst_matroska_demux_push_xiph_codec_priv_data),
8932         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8933         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
8934         * gst/matroska/matroska-ids.h:
8935           Add basic FLAC support (#311586), not perfect yet though, needs some
8936           tweaking in flacdec; also, seeking could be better.
8937           Do better bounds checking when deserialising vorbis stream headers
8938           to make sure we don't read beyond the end of the buffer on bad input.
8939
8940 2006-09-04  Wim Taymans  <wim@fluendo.com>
8941
8942         Patch by: Alessandro Decina <alessandro at nnva dot org>
8943
8944         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
8945         Seeking back in a file containing a CMML stream errors out if the seek
8946         goes back up to the CMML headers. This is because after the seek the xml
8947         processing instruction <?xml ...?> is submitted to the xml parser again, 
8948         which results in an error. The attached patch fixes the problem. 
8949         Fixes #353908.
8950
8951         * ext/annodex/gstcmmlenc.h:
8952         Fix authors name.
8953
8954
8955 2006-08-28  Andy Wingo  <wingo@pobox.com>
8956
8957         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
8958         New helper function to lessen the ifdefs.
8959         (GST_INFO_OBJECT): 
8960         (gst_dv1394src_iso_receive): Use it.
8961         (gst_dv1394src_create): Also use the control sockets in iec61883
8962         mode.
8963         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
8964         handle for AVC operations; fixes #348233.
8965
8966 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8967
8968         * configure.ac:
8969         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8970         * docs/plugins/inspect/plugin-audiofx.xml:
8971         * docs/plugins/inspect/plugin-audiofxgood.xml:
8972         * gst/audiofx/Makefile.am:
8973         * gst/audiofx/audiofx.c:
8974         * gst/audiofxgood/.cvsignore:
8975         * gst/audiofxgood/Makefile.am:
8976         * gst/audiofxgood/audiofx.c:
8977         * gst/audiofxgood/audiopanorama.c:
8978         * gst/audiofxgood/audiopanorama.h:
8979           Rename again (audiofxgood -> audiofx).
8980
8981 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8982
8983         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
8984         (gst_avi_demux_stream_scan):
8985           Initialze variables.
8986
8987 2006-08-25  Wim Taymans  <wim@fluendo.com>
8988
8989         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8990         (gst_avi_demux_init), (gst_avi_demux_finalize),
8991         (gst_avi_demux_reset), (gst_avi_demux_index_last),
8992         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
8993         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
8994         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8995         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
8996         (gst_avi_demux_massage_index),
8997         (gst_avi_demux_calculate_durations_from_index),
8998         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
8999         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
9000         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
9001         (gst_avi_demux_change_state):
9002         * gst/avi/gstavidemux.h:
9003         More attempts to turn this into readable code.
9004         Don't leak adapters.
9005         Calculate duration according to index more efficiently.
9006         Don't try to act like we drive the pipeline in chain mode.
9007
9008 2006-08-25  Wim Taymans  <wim@fluendo.com>
9009
9010         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
9011         Fix build.
9012
9013 2006-08-25  Wim Taymans  <wim@fluendo.com>
9014
9015         Patch by: Alessandro Decina <alessandro at nnva dot org>
9016
9017         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
9018         Do some extra sanity checks.
9019         Fixes #350340.
9020
9021         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
9022         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
9023         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
9024         Check if clip->start_time is valid before adding the clip to the
9025         track list.
9026         Reset enc->preamble going from PAUSED to READY.
9027         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
9028         only used for EOS.
9029         Only post an error message if we were the one that created the fatal
9030         GstFlowReturn value.
9031
9032         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
9033         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
9034         Parse the seconds field of the npt-sec time format using %llu rather than
9035         %d and check that the value scaled by GST_SECOND doesn't overflow.
9036         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
9037         Lookup a clip's track with clip->track rather than clip->id which
9038         makes no sense.
9039         Identify a clip by its track and start time and not its xml id.
9040         do some more input checking and make sure we don't do undefined shifts.
9041
9042         * tests/check/elements/cmmldec.c: (setup_cmmldec),
9043         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
9044         (cmml_tag_message_pop), (check_headers), (push_clip_full),
9045         (push_clip), (push_empty_clip), (check_output_clip),
9046         (GST_START_TEST), (cmmldec_suite):
9047         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
9048         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
9049         (check_headers), (push_clip), (check_clip_times), (check_clip),
9050         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
9051         Added some more checks.
9052
9053 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
9054
9055         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
9056         (gst_audio_panorama_set_property),
9057         (gst_audio_panorama_get_property),
9058         (gst_audio_panorama_transform_m2s_int),
9059         (gst_audio_panorama_transform_s2s_int),
9060         (gst_audio_panorama_transform_m2s_float),
9061         (gst_audio_panorama_transform_s2s_float):
9062         * gst/audiofxgood/audiopanorama.h:
9063         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
9064           Make also the pan-property float (saves scaling and yields better
9065           resolution)
9066
9067 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
9068
9069         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
9070         (gst_audio_panorama_transform_m2s_float),
9071         (gst_audio_panorama_transform_s2s_float):
9072           ChangeLog surgery to add cymax's real name
9073
9074
9075 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
9076
9077         Patch by: René Stadler <mail@renestadler.de>
9078
9079         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
9080         (gst_audio_panorama_transform_m2s_int),
9081         (gst_audio_panorama_transform_s2s_int),
9082         (gst_audio_panorama_transform_m2s_float),
9083         (gst_audio_panorama_transform_s2s_float),
9084         (gst_audio_panorama_transform):
9085         * gst/audiofxgood/audiopanorama.h:
9086           Added float support
9087
9088 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
9089
9090         * gst/audiofxgood/audiopanorama.c:
9091         (gst_audio_panorama_transform_m2s):
9092           Fix docs & debug category. Add Fixme for volume pan levels.
9093
9094 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
9095
9096         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
9097         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
9098         (gst_avi_demux_stream_header_pull),
9099         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
9100         (gst_avi_demux_chain):
9101           unbreak AVI index handling, some more debug, remove an obsolete
9102           adapter_flush that caused streaming to wander off in the wild
9103
9104 2006-08-24  Wim Taymans  <wim@fluendo.com>
9105
9106         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
9107         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
9108         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
9109         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
9110         (gst_avi_demux_calculate_durations_from_index),
9111         (gst_avi_demux_stream_header_push),
9112         (gst_avi_demux_stream_header_pull):
9113         * gst/avi/gstavidemux.h:
9114         Some more cleanups. 
9115         Fix totalFrames parsing in ODML.
9116         Disable use of index for length calculation in case of ODML as this is
9117         broken now.
9118
9119 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
9120
9121         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
9122           Use libgsttag helper function here too.
9123
9124 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
9125
9126         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
9127         (gst_avi_demux_init), (gst_avi_demux_dispose),
9128         (gst_avi_demux_reset), (gst_avi_demux_index_next),
9129         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
9130         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
9131         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
9132         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
9133         (gst_avi_demux_parse_subindex),
9134         (gst_avi_demux_read_subindexes_push),
9135         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
9136         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
9137         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
9138         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
9139         (gst_avi_demux_stream_header_pull),
9140         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
9141         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
9142         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
9143         (gst_avi_demux_change_state):
9144         * gst/avi/gstavidemux.h:
9145           Initial streaming support for avidemux (fixes #336465)
9146
9147 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
9148
9149         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9150           There is no taglibmux element ...
9151
9152         * gst/rtsp/gstrtspsrc.c:
9153           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
9154           was complaining about unknown entity here.
9155
9156 2006-08-22  Wim Taymans  <wim@fluendo.com>
9157
9158         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9159         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
9160         (gst_avi_demux_process_next_entry):
9161         * gst/avi/gstavidemux.h:
9162         Mark DISCONT.
9163         Remove old unused fields and reorder the struct a bit.
9164
9165 2006-08-22  Wim Taymans  <wim@fluendo.com>
9166
9167         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
9168         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
9169         (gst_rtspsrc_pause):
9170         * gst/rtsp/gstrtspsrc.h:
9171         * sys/oss/gstosssink.c: (gst_oss_sink_open),
9172         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
9173         Small documentation updates.
9174
9175 2006-08-22  Wim Taymans  <wim@fluendo.com>
9176
9177         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9178         (gst_avi_demux_index_entry_for_time),
9179         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
9180         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
9181         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
9182         (gst_avi_demux_next_data_buffer),
9183         (gst_avi_demux_calculate_durations_from_index),
9184         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
9185         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
9186         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
9187         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
9188         * gst/avi/gstavidemux.h:
9189         Precalc most of the duration query for each stream.
9190         Make seeking more correct.
9191         Use GstSegment to track position and duration.
9192         Code cleanups and leak fixes.
9193         Calculate correct total duration based on index length.
9194
9195 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
9196
9197         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
9198         (parse_insert_string_field):
9199           If strings in text fields are marked ISO8859-1, but contain
9200           valid UTF-8 already, then handle them as UTF-8 and ignore
9201           the encoding. (#351794)
9202
9203 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
9204
9205         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
9206         (gst_flac_dec_write), (gst_flac_dec_loop),
9207         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
9208         (gst_flac_dec_src_query):
9209         * ext/flac/gstflacdec.h:
9210           Make flac-in-ogg work (#352100).
9211
9212 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
9213
9214         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
9215           Don't unref buffers of which we've already given away
9216           ownership to the adapter.
9217
9218 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
9219
9220         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
9221           Make metadata extraction actually work.
9222
9223         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
9224         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
9225         (gst_speexenc_chain):
9226           Fix metadata writing: replace old code which wrote completely
9227           broken tags with libgsttag-based code. Plus miscellaneous
9228           code cleanups (use static pad templates etc.) and a bunch
9229           of leak fixes.
9230
9231 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
9232
9233         * gst/audiopanorama/.cvsignore:
9234         * gst/audiopanorama/Makefile.am:
9235         * gst/audiopanorama/audiofx.c:
9236         * gst/audiopanorama/audiopanorama.c:
9237         * gst/audiopanorama/audiopanorama.h:
9238           die! die! die! you should never have been there
9239
9240 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
9241
9242         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
9243         Fix invalid memory access in audiopanorama test suite.
9244
9245 2006-08-21  Edward Hervey  <edward@fluendo.com>
9246
9247         * tests/check/elements/.cvsignore:
9248         ignore built file
9249
9250 2006-08-21  Wim Taymans  <wim@fluendo.com>
9251
9252         * gst/rtp/Makefile.am:
9253         Fix the build again.
9254
9255 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
9256
9257         * gst/audiofxgood/.cvsignore:
9258         * gst/audiofxgood/Makefile.am:
9259         * gst/audiofxgood/audiofx.c: (plugin_init):
9260         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
9261         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
9262         (gst_audio_panorama_set_property),
9263         (gst_audio_panorama_get_property),
9264         (gst_audio_panorama_get_unit_size),
9265         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
9266         (gst_audio_panorama_transform_m2s),
9267         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
9268         * gst/audiofxgood/audiopanorama.h:
9269           resubmit with the desired name *again*
9270
9271 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
9272
9273         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
9274         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
9275           use g_assert in _get_unit_size
9276
9277 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
9278
9279         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9280         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9281         * docs/plugins/inspect/plugin-audiofxgood.xml:
9282           cleanup -unused.txt to make it useful, add previously missing docs
9283
9284         * ext/Makefile.am:
9285           Quietly (accidentally) enable LADSPA for building by default, 
9286           despite the fact that it doesn't meet the plugin checklist.
9287             -- Added by Jan Schmidt 18 Dec 2006
9288
9289         * ext/esd/esdmon.c:
9290         * ext/esd/esdsink.c:
9291         * ext/esd/gstesd.c: (plugin_init):
9292           reflow to get rid of two external symbols
9293
9294         * gst/audiofxgood/audiofx.c: (plugin_init):
9295           re-add
9296
9297 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
9298
9299         * configure.ac:
9300         * gst/audiofxgood/.cvsignore:
9301         * gst/audiofxgood/Makefile.am:
9302         * gst/audiofxgood/audiofx.c
9303         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
9304         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
9305         (gst_audio_panorama_set_property),
9306         (gst_audio_panorama_get_property),
9307         (gst_audio_panorama_get_unit_size),
9308         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
9309         (gst_audio_panorama_transform_m2s),
9310         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
9311         * gst/audiofxgood/audiopanorama.h:
9312         * tests/check/Makefile.am:
9313         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
9314         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
9315         (panorama_suite), (main):
9316         Add audiofxgood plugin with audiopanorama element
9317
9318 2006-08-18  Wim Taymans  <wim@fluendo.com>
9319
9320         * docs/plugins/Makefile.am:
9321         More Oss docs fixage. 
9322
9323 2006-08-18  Wim Taymans  <wim@fluendo.com>
9324
9325         * gst/rtp/Makefile.am:
9326         * gst/rtp/gstrtp.c: (plugin_init):
9327         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
9328         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
9329         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
9330         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
9331         (gst_rtp_sv3v_depay_get_property),
9332         (gst_rtp_sv3v_depay_change_state),
9333         (gst_rtp_sv3v_depay_plugin_init):
9334         * gst/rtp/gstrtpsv3vdepay.h:
9335         Added experimental SVQ3 depayloader.
9336
9337 2006-08-18  Edward Hervey  <edward@fluendo.com>
9338
9339         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
9340         (gst_dvdemux_loop), (gst_dvdemux_change_state):
9341         * ext/dv/gstdvdemux.h:
9342         When handling seek requests, don't send the newsegment event from the
9343         calling thread. Instead save it so it can be sent from the streaming
9344         thread.
9345
9346 2006-08-17  Wim Taymans  <wim@fluendo.com>
9347
9348         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9349
9350         * gst/multipart/multipartdemux.c: (multipart_parse_header):
9351         Accept leading whitespace before the boundary
9352         This patch makes the demuxer allow some whitespace before the actual
9353         boundary. This makes the demuxer work with the ``old'' gstreamer
9354         multipartmuxer again (which placed an extra \n before the start
9355         of the stream) Fixes #349068.
9356
9357 2006-08-17  Wim Taymans  <wim@fluendo.com>
9358
9359         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
9360         Error out on non-implemented stuff.
9361
9362 2006-08-16  Wim Taymans  <wim@fluendo.com>
9363
9364         Patch by: Andy Wingo <wingo at pobox dot com>
9365
9366         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
9367         (gst_signal_processor_start), (gst_signal_processor_stop),
9368         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
9369         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
9370         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
9371         (gst_signal_processor_change_state):
9372         Make ladspa elements reusable. Fixes #350006.
9373
9374 2006-08-16  Wim Taymans  <wim@fluendo.com>
9375
9376         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
9377         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
9378         names as possible. Fixes #349901.
9379
9380 2006-08-16  Wim Taymans  <wim@fluendo.com>
9381
9382         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
9383         (gst_signal_processor_do_pushes):
9384         A push() gives away our refcount so we should not use the buffer on the
9385         pen anymore.
9386
9387 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9388
9389         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
9390         (gst_oss_mixer_element_finalize):
9391           Don't leak device string.
9392
9393 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9394
9395         * configure.ac:
9396           Require CVS of GStreamer core and -base (for
9397           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
9398
9399         * ext/taglib/gstid3v2mux.cc:
9400           Write extended comment tags properly (#348762).
9401
9402         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9403         (parse_comment_frame):
9404           Extract COMM frames into extended comments, which makes it
9405           easier to properly retain the description bit of the tag
9406           and maintain this information when re-tagging (#348762).
9407
9408 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9409
9410         * tests/check/Makefile.am:
9411           Don't try to run annodex unit tests if the annodex
9412           plugin has not been built (Fixes #351116).
9413
9414 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9415
9416         * gst/autodetect/gstautoaudiosink.c:
9417         (gst_auto_audio_sink_find_best):
9418           When we can't find a usable audiosink, don't error out,
9419           but use a fake sink instead and post a warning message
9420           on the bus (#341278).
9421
9422 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9423
9424         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
9425         * sys/oss/gstosssink.c:
9426         * sys/oss/gstosssrc.c:
9427           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
9428           ossmixer's new device property.
9429
9430         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9431         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9432           Add docs for OSS elements.
9433
9434         * docs/plugins/inspect/plugin-aasink.xml:
9435         * docs/plugins/inspect/plugin-alaw.xml:
9436         * docs/plugins/inspect/plugin-alpha.xml:
9437         * docs/plugins/inspect/plugin-alphacolor.xml:
9438         * docs/plugins/inspect/plugin-annodex.xml:
9439         * docs/plugins/inspect/plugin-apetag.xml:
9440         * docs/plugins/inspect/plugin-auparse.xml:
9441         * docs/plugins/inspect/plugin-autodetect.xml:
9442         * docs/plugins/inspect/plugin-avi.xml:
9443         * docs/plugins/inspect/plugin-cacasink.xml:
9444         * docs/plugins/inspect/plugin-cairo.xml:
9445         * docs/plugins/inspect/plugin-cdio.xml:
9446         * docs/plugins/inspect/plugin-cutter.xml:
9447         * docs/plugins/inspect/plugin-debug.xml:
9448         * docs/plugins/inspect/plugin-dv.xml:
9449         * docs/plugins/inspect/plugin-efence.xml:
9450         * docs/plugins/inspect/plugin-effectv.xml:
9451         * docs/plugins/inspect/plugin-esdsink.xml:
9452         * docs/plugins/inspect/plugin-flac.xml:
9453         * docs/plugins/inspect/plugin-flxdec.xml:
9454         * docs/plugins/inspect/plugin-gconfelements.xml:
9455         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9456         * docs/plugins/inspect/plugin-goom.xml:
9457         * docs/plugins/inspect/plugin-halelements.xml:
9458         * docs/plugins/inspect/plugin-icydemux.xml:
9459         * docs/plugins/inspect/plugin-id3demux.xml:
9460         * docs/plugins/inspect/plugin-jpeg.xml:
9461         * docs/plugins/inspect/plugin-level.xml:
9462         * docs/plugins/inspect/plugin-matroska.xml:
9463         * docs/plugins/inspect/plugin-mulaw.xml:
9464         * docs/plugins/inspect/plugin-multipart.xml:
9465         * docs/plugins/inspect/plugin-navigationtest.xml:
9466         * docs/plugins/inspect/plugin-ossaudio.xml:
9467         * docs/plugins/inspect/plugin-png.xml:
9468         * docs/plugins/inspect/plugin-rtp.xml:
9469         * docs/plugins/inspect/plugin-rtsp.xml:
9470         * docs/plugins/inspect/plugin-shout2send.xml:
9471         * docs/plugins/inspect/plugin-smpte.xml:
9472         * docs/plugins/inspect/plugin-speex.xml:
9473         * docs/plugins/inspect/plugin-taglib.xml:
9474         * docs/plugins/inspect/plugin-udp.xml:
9475         * docs/plugins/inspect/plugin-videobalance.xml:
9476         * docs/plugins/inspect/plugin-videobox.xml:
9477         * docs/plugins/inspect/plugin-videoflip.xml:
9478         * docs/plugins/inspect/plugin-videomixer.xml:
9479         * docs/plugins/inspect/plugin-wavenc.xml:
9480         * docs/plugins/inspect/plugin-wavparse.xml:
9481         * docs/plugins/inspect/plugin-ximagesrc.xml:
9482           Update to CVS version.
9483           
9484 2006-08-16  Wim Taymans  <wim@fluendo.com>
9485
9486         * gst/rtp/gstrtpamrdepay.c:
9487         * gst/rtp/gstrtpmp4gdepay.c:
9488         Caps extra properties must be defined as strings for
9489         depayloaders because they are generated from an SDP.
9490
9491         * gst/rtp/Makefile.am:
9492         * gst/rtp/gstrtp.c: (plugin_init):
9493         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
9494         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
9495         (gst_rtp_h264_depay_finalize), (decode_base64),
9496         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
9497         (gst_rtp_h264_depay_set_property),
9498         (gst_rtp_h264_depay_get_property),
9499         (gst_rtp_h264_depay_change_state),
9500         (gst_rtp_h264_depay_plugin_init):
9501         * gst/rtp/gstrtph264depay.h:
9502         Added basic, not completely functional RFC 3984 H264 depayloader.
9503
9504 2006-08-16  Wim Taymans  <wim@fluendo.com>
9505
9506         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
9507         Add pads after setting them up.
9508
9509         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9510         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
9511         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
9512         (gst_rtspsrc_stream_setup_rtp),
9513         (gst_rtspsrc_stream_configure_transport),
9514         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
9515         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
9516         (gst_rtspsrc_pause):
9517         * gst/rtsp/gstrtspsrc.h:
9518         Fix interleaved mode.
9519          - Protect streaming with lock.
9520          - Combine flows
9521          - set caps on outgoing buffers.
9522          - strip trailing \0 from data packets.
9523          - Configure RTP/RTCP in stream.
9524         Use DEBUG_OBJECT more.
9525
9526 2006-08-16  Wim Taymans  <wim@fluendo.com>
9527
9528         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9529         Turn a g_print into a DEBUG line.
9530
9531 2006-08-13  Wim Taymans  <wim@fluendo.com>
9532
9533         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
9534         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
9535         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
9536         (gst_oss_mixer_element_get_property),
9537         (gst_oss_mixer_element_change_state):
9538         * sys/oss/gstossmixerelement.h:
9539         Small cleanups. Better error reporting.
9540         Add device property for the mixer instead of the hardcoded
9541         /dev/mixer. Fixes #350785.
9542         API: GstOssMixerElement::device property
9543
9544 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
9545
9546         Patch by: Jens Granseuer <jensgr at gmx net>
9547
9548         * gconf/Makefile.am:
9549           Make --disable-schemas work right (they still need
9550           to be copied to the installation directory, just not
9551           applied). Fixes #351347 (also #344100).
9552           
9553 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9554
9555         * configure.ac: back to HEAD
9556
9557 === release 0.10.4 ===
9558
9559 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
9560
9561         * configure.ac:
9562           releasing 0.10.4, "Dear Leader"
9563
9564 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9565
9566         Patch by: Edward Hervey <edward@fluendo.com>
9567
9568         * configure.ac:
9569         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9570         (gst_wavparse_stream_data):
9571         Send the newsegment event in the streaming thread.
9572         Fixes #347529
9573
9574 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
9575
9576         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
9577         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
9578         (gst_smokeenc_resync), (gst_smokeenc_chain):
9579           Refuse sink caps in the encoder if width or height is not a
9580           multiple of 16, the encoder does not support that yet (#349939);
9581           along the same lines, check the return value of the encoder
9582           setup function; also remove some debug log clutter.
9583
9584 2006-08-04  Andy Wingo  <wingo@pobox.com>
9585
9586         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
9587         whether a processor can work in place or not, and for keeping
9588         track of its state. Change the FlowReturn instance variable from
9589         "state" to "flow_state", all callers changed.
9590
9591         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
9592         (gst_signal_processor_start, gst_signal_processor_stop)
9593         (gst_signal_processor_cleanup): New functions to manage the
9594         processor's state.
9595         (gst_signal_processor_setcaps): start() as well as setup() here.
9596         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
9597         (gst_signal_processor_change_state): Stop and cleanup the
9598         processor as we go to NULL.
9599
9600         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
9601         INPLACE_BROKEN is not set.
9602
9603         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
9604         Do the alloc_buffer in bytes, not frames.
9605         
9606 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9607
9608         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
9609         Fix rgb masks when recording in < 24bpp.
9610
9611 2006-08-04  Andy Wingo  <wingo@pobox.com>
9612
9613         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
9614         (gst_signal_processor_prepare)
9615         (gst_signal_processor_update_inputs)
9616         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
9617         (gst_signal_processor_flush)
9618         (gst_signal_processor_sink_activate_push)
9619         (gst_signal_processor_src_activate_pull)
9620         (gst_signal_processor_change_state): Remove the last of the code
9621         that assumes that we process whole buffers at a time. Fix some
9622         debugging. Seems to work now in some cases.
9623         (gst_signal_processor_src_activate_pull): BPB
9624
9625 2006-08-01  Andy Wingo  <wingo@pobox.com>
9626
9627         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
9628         Fix nframes-choosing.
9629         (gst_signal_processor_init): Init pending_in and pending_out.
9630
9631         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
9632         more default sample rate, although we never check that the sample
9633         rate actually gets set. Something for the future.
9634         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
9635         (gst_signal_processor_event): Refcount fixen.
9636         (gst_signal_processor_process): Pull the number of frames to
9637         process from the sizes of the buffers in the input pens.
9638         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
9639         (gst_signal_processor_do_pulls): Add an nframes argument, and use
9640         it instead of buffer_frames.
9641         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
9642         to do_pulls.
9643         (gst_signal_processor_chain)
9644         (gst_signal_processor_sink_activate_push)
9645         (gst_signal_processor_src_activate_pull):  Refcount fixen.
9646
9647         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
9648
9649 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
9650
9651         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
9652         (gst_signal_processor_process):
9653           don't query buffer-frames from caps, add lots of debug-log,
9654           try fix for assert (#349189)
9655
9656 2006-07-31  Wim Taymans  <wim@fluendo.com>
9657
9658         * gst/udp/gstudpsrc.c:
9659         Fix docs.
9660
9661 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
9662
9663         * ext/ladspa/gstsignalprocessor.c:
9664         (gst_signal_processor_add_pad_from_template),
9665         (gst_signal_processor_init), (gst_signal_processor_setcaps),
9666         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
9667         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
9668         (gst_signal_processor_sink_activate_push),
9669         (gst_signal_processor_src_activate_pull),
9670         (gst_signal_processor_change_state):
9671          Add debugs logs here and there, add more error handling, add some
9672          FIXME comments, filed #349189
9673
9674 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9675
9676         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
9677         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
9678         Set caps on buffer correctly.  Fixes bug #349155.
9679
9680 2006-07-28  Wim Taymans  <wim@fluendo.com>
9681
9682         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9683
9684         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
9685         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
9686         (gst_multipart_demux_finalize), (get_line_end),
9687         (multipart_parse_header), (multipart_find_boundary),
9688         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
9689         (gst_multipart_set_property), (gst_multipart_get_property):
9690         Uses GstAdapter instead of own buffering.
9691         Actually parses the mime-type correctly (In tests the mime-type was
9692         always "" with the old version).
9693         Uses the Content-length header if available to speed up things.
9694         Reliably autoscans the boundary name by default.
9695         Fixes #349068.
9696
9697         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
9698         Don't start the stream with a \n.
9699
9700 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
9701
9702         Patch by: Brian Cameron <brian dot cameron at sun com>
9703
9704         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
9705           Open source with O_NONBLOCK (#349015).
9706
9707 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
9708
9709         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
9710         (gst_avi_demux_massage_index):
9711         * gst/avi/gstavidemux.h:
9712           Whitespace fixes and more debug
9713
9714 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
9715
9716         * gst/autodetect/gstautoaudiosink.c:
9717         (gst_auto_audio_sink_create_element_with_pretty_name),
9718         (gst_auto_audio_sink_find_best),
9719         (gst_auto_audio_sink_change_state):
9720           Get rid of old and unused magic sound-server properties stuff.
9721           Add suffix to child sink's name that makes it easy to see from
9722           the name alone which type it actually is (alsa, oss, esd, etc.).
9723
9724 2006-07-27  Wim Taymans  <wim@fluendo.com>
9725
9726         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9727         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
9728         (gst_udpsrc_start):
9729         * gst/udp/gstudpsrc.h:
9730         Rename "buffer" to "buffer-size" to make clear it is a size we set and
9731         not some sort of feature we enable.
9732
9733 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
9734
9735         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
9736           Use CLOSE_SOCKET() here instead of close() to maintain
9737           win32 workiness.
9738
9739 2006-07-27  Wim Taymans  <wim@fluendo.com>
9740
9741         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
9742
9743         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9744         (gst_udpsrc_create), (gst_udpsrc_set_property),
9745         (gst_udpsrc_get_property), (gst_udpsrc_start):
9746         * gst/udp/gstudpsrc.h:
9747         Added "buffer-size" property to control the kernel receive buffer size.
9748         Update documentation.
9749         Small cleanups. Fixes #348752.
9750         API: buffer-size property
9751
9752 2006-07-26  Wim Taymans  <wim@fluendo.com>
9753
9754         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
9755
9756         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
9757         (gst_rtp_pcma_pay_handle_buffer):
9758         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
9759         (gst_rtp_pcmu_pay_handle_buffer):
9760         Fix timestamp calculation on outgoing RTP packets.
9761         Fixes #348675.
9762
9763 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9764
9765         * ext/taglib/gstid3v2mux.cc:
9766           Fix writing of comment frames (should be COMM not TCOM),
9767           is still sub-optimal though, since we don't retain or
9768           extract the comment descriptions properly (#334375,
9769           also see #334375).
9770
9771 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9772
9773         * gst/wavparse/gstwavparse.c:
9774           #define 'fact' RIFF chunk if we are not compiling against
9775           -base CVS (we don't want to depend on -base CVS for this
9776           one define only, and also not for release order reasons).
9777
9778 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9779
9780         * ext/taglib/gstid3v2mux.cc:
9781           Handle multiple tags of the same type properly. Re-inject
9782           unparsed ID3v2 frames that we get as binary blobs from
9783           id3demux into the tag again so we don't lose information
9784           when retagging (#334375).
9785
9786 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9787
9788         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
9789           Document newly-added properties properly, so that there is a
9790           'Since: 0.10.4' in the plugin docs. Convert some property
9791           names into canonical GObject style (GObject will do that
9792           internally anyway).
9793
9794 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9795
9796         * gst/id3demux/id3tags.c:
9797         (id3demux_add_id3v2_frame_blob_to_taglist):
9798           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
9799           well, and add the version to the blob's buffer caps, since that
9800           information will be needed for deserialisation later on (#348644).
9801
9802 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
9803
9804         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
9805         (gst_avi_demux_parse_stream):
9806          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
9807          indentation and spacing.
9808
9809 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9810
9811         * docs/plugins/Makefile.am:
9812         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9813         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9814         * docs/plugins/gst-plugins-good-plugins.args:
9815         * docs/plugins/inspect/plugin-1394.xml:
9816         * docs/plugins/inspect/plugin-aasink.xml:
9817         * docs/plugins/inspect/plugin-alaw.xml:
9818         * docs/plugins/inspect/plugin-alpha.xml:
9819         * docs/plugins/inspect/plugin-alphacolor.xml:
9820         * docs/plugins/inspect/plugin-annodex.xml:
9821         * docs/plugins/inspect/plugin-apetag.xml:
9822         * docs/plugins/inspect/plugin-auparse.xml:
9823         * docs/plugins/inspect/plugin-autodetect.xml:
9824         * docs/plugins/inspect/plugin-avi.xml:
9825         * docs/plugins/inspect/plugin-cacasink.xml:
9826         * docs/plugins/inspect/plugin-cairo.xml:
9827         * docs/plugins/inspect/plugin-cdio.xml:
9828         * docs/plugins/inspect/plugin-cutter.xml:
9829         * docs/plugins/inspect/plugin-debug.xml:
9830         * docs/plugins/inspect/plugin-dv.xml:
9831         * docs/plugins/inspect/plugin-efence.xml:
9832         * docs/plugins/inspect/plugin-effectv.xml:
9833         * docs/plugins/inspect/plugin-esdsink.xml:
9834         * docs/plugins/inspect/plugin-flac.xml:
9835         * docs/plugins/inspect/plugin-flxdec.xml:
9836         * docs/plugins/inspect/plugin-gconfelements.xml:
9837         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9838         * docs/plugins/inspect/plugin-goom.xml:
9839         * docs/plugins/inspect/plugin-halelements.xml:
9840         * docs/plugins/inspect/plugin-icydemux.xml:
9841         * docs/plugins/inspect/plugin-id3demux.xml:
9842         * docs/plugins/inspect/plugin-jpeg.xml:
9843         * docs/plugins/inspect/plugin-level.xml:
9844         * docs/plugins/inspect/plugin-matroska.xml:
9845         * docs/plugins/inspect/plugin-mulaw.xml:
9846         * docs/plugins/inspect/plugin-multipart.xml:
9847         * docs/plugins/inspect/plugin-navigationtest.xml:
9848         * docs/plugins/inspect/plugin-ossaudio.xml:
9849         * docs/plugins/inspect/plugin-png.xml:
9850         * docs/plugins/inspect/plugin-rtp.xml:
9851         * docs/plugins/inspect/plugin-rtsp.xml:
9852         * docs/plugins/inspect/plugin-shout2send.xml:
9853         * docs/plugins/inspect/plugin-smpte.xml:
9854         * docs/plugins/inspect/plugin-speex.xml:
9855         * docs/plugins/inspect/plugin-udp.xml:
9856         * docs/plugins/inspect/plugin-videobalance.xml:
9857         * docs/plugins/inspect/plugin-videobox.xml:
9858         * docs/plugins/inspect/plugin-videoflip.xml:
9859         * docs/plugins/inspect/plugin-videomixer.xml:
9860         * docs/plugins/inspect/plugin-wavenc.xml:
9861         * docs/plugins/inspect/plugin-wavparse.xml:
9862         * docs/plugins/inspect/plugin-ximagesrc.xml:
9863           Update files to CVS/Prerelease version, add esdsink docs.
9864
9865         * ext/esd/esdsink.c:
9866           Add gtk-doc blurb.
9867
9868         * gst/rtp/gstrtpmp4vpay.c:
9869           Fix typo in element description.
9870
9871 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9872
9873         * ext/esd/esdsink.c: (gst_esdsink_open),
9874         (gst_esdsink_factory_init):
9875           Prevent libesd from auto-spawning a sound daemon if it
9876           is not already running. Now that we don't do evil stuff
9877           like that any longer we can give esdsink a rank so that
9878           autoaudiosink will try it as well if all other audio
9879           sinks fail (#343051).
9880
9881 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9882
9883         * ext/esd/Makefile.am:
9884           Oops, need to remove README from EXTRA_DIST as well.
9885
9886 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9887
9888         * ext/esd/README:
9889           Remove, it contains nothing useful anyway.
9890
9891         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
9892         (gst_esdsink_delay):
9893           Some small clean-ups; use GST_BOILERPLATE etc.
9894
9895 2006-07-24  Wim Taymans  <wim@fluendo.com>
9896
9897         * gst/law/alaw-decode.c: (alawdec_getcaps):
9898         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
9899         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
9900         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
9901         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
9902
9903 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
9904
9905         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
9906         (gst_wavparse_other), (gst_wavparse_perform_seek),
9907         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
9908         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
9909         (gst_wavparse_pad_query):
9910         * gst/wavparse/gstwavparse.h:
9911           Use information from 'fact' chunk for length calculation of compressed
9912           samples. Calculate bps if bogus value is found in wav header (embeded
9913           mp2/mp3).
9914           
9915
9916 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9917
9918         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
9919
9920         * configure.ac:
9921         * gst/udp/Makefile.am:
9922         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
9923         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
9924         * gst/udp/gstdynudpsink.h:
9925         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
9926         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
9927         * gst/udp/gstmultiudpsink.h:
9928         * gst/udp/gstudp.c: (plugin_init):
9929         * gst/udp/gstudpsink.h:
9930         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
9931         (gst_udpsrc_start), (gst_udpsrc_stop):
9932         * gst/udp/gstudpsrc.h:
9933         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
9934         (gst_udp_net_utils_win32_wsa_startup):
9935         * gst/udp/gstudpnetutils.h:
9936           Port udp plugin to win32 (#345288).
9937
9938 2006-07-24  Wim Taymans  <wim@fluendo.com>
9939
9940         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
9941         Remove unwanted DEBUG line.
9942
9943 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9944
9945         * gst/id3demux/gstid3demux.c: (plugin_init):
9946         * gst/id3demux/id3tags.c:
9947         (id3demux_add_id3v2_frame_blob_to_taglist):
9948         * gst/id3demux/id3tags.h:
9949           On second thought, it might be wiser and more efficient
9950           not to do tag registration from a streaming thread.
9951
9952 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9953
9954         * gst/id3demux/id3tags.c:
9955         (id3demux_add_id3v2_frame_blob_to_taglist),
9956         (id3demux_id3v2_frames_to_tag_list):
9957           Put ID3v2 frames we can't parse as binary blobs into private
9958           tags, so that they are not lost when retagging, at least once
9959           id3v2mux has been taught to re-inject those frames again.
9960           See bug #334375.
9961
9962 2006-07-21  Wim Taymans  <wim@fluendo.com>
9963
9964         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9965         (gst_avi_demux_process_next_entry):
9966         Fix some leaks.
9967
9968         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9969         Don't use \n in debug lines.
9970
9971 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
9972
9973         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9974         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9975           Add annodex and icydemux, cleanup the sections a bit
9976
9977 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
9978
9979         Patch by: Alex Lancaster <alexl at users sourceforge net>
9980
9981         * ext/taglib/gstid3v2mux.cc:
9982           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
9983           ID3v2 TSSE frames (#347898).
9984
9985 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
9986
9987         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
9988           Respect mpegversion for "video/mpeg" and give message in case of
9989           unhandled versions.
9990
9991 2006-07-17  Wim Taymans  <wim@fluendo.com>
9992
9993         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
9994         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
9995         (gst_pngdec_chain), (gst_pngdec_sink_event),
9996         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
9997         (gst_pngdec_sink_activate_push):
9998         * ext/libpng/gstpngdec.h:
9999         Use statically allocated segment instead of leaking.
10000         Various cleanups.
10001         Fix flush and seek handling.
10002
10003 2006-07-16  Wim Taymans  <wim@fluendo.com>
10004
10005         * gst/rtp/Makefile.am:
10006         * gst/rtp/gstrtp.c: (plugin_init):
10007         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
10008         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
10009         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
10010         (gst_rtp_mp4g_depay_set_property),
10011         (gst_rtp_mp4g_depay_get_property),
10012         (gst_rtp_mp4g_depay_change_state),
10013         (gst_rtp_mp4g_depay_plugin_init):
10014         * gst/rtp/gstrtpmp4gdepay.h:
10015         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
10016         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
10017         (gst_rtp_mp4g_pay_flush):
10018         Added simple generic mpeg4 depayloader.
10019         Fix generic mpeg4 payloader.
10020
10021 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
10022
10023         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
10024           Don't try doing state changes on a NULL pointer.
10025
10026 2006-07-14  Wim Taymans  <wim@fluendo.com>
10027
10028         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
10029
10030         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
10031         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
10032         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
10033         * gst/rtp/gstrtpamrdepay.h:
10034         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
10035         Fixes #321191
10036
10037 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10038
10039         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
10040         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
10041         Fix segfault when moving mouse pointer to the bottom right corner.
10042
10043 2006-07-12  Wim Taymans  <wim@fluendo.com>
10044
10045         * gst/rtp/Makefile.am:
10046         * gst/rtp/gstrtp.c: (plugin_init):
10047         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
10048         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
10049         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
10050         (gst_rtp_mp2t_depay_set_property),
10051         (gst_rtp_mp2t_depay_get_property),
10052         (gst_rtp_mp2t_depay_change_state),
10053         (gst_rtp_mp2t_depay_plugin_init):
10054         * gst/rtp/gstrtpmp2tdepay.h:
10055         Added mpeg2 TS depayloader. Closing #347234.
10056
10057 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
10058
10059         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
10060           Remove g_assert that shouldn't be there and was triggered
10061           after trying to open a device that doesn't exist or can't
10062           be opened for some other reason (#347972).
10063
10064 2006-07-10  Edward Hervey  <edward@fluendo.com>
10065
10066         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10067         (gst_avi_demux_stream_header), (push_tag_lists):
10068         * gst/avi/gstavidemux.h:
10069         Don't push tag events found by gst_riff_parse_info() before outputting
10070         GST_EVENT_NEWSEGMENT.
10071
10072 2006-07-10  Wim Taymans  <wim@fluendo.com>
10073
10074         * gst/rtsp/Makefile.am:
10075         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
10076         (rtsp_connection_close):
10077         * gst/rtsp/rtspdefs.h:
10078         replaced closesocket and close in code with one CLOSE_SOCKET. 
10079         Some more cleanups. Fixes #345301.
10080
10081 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
10082
10083         * gst/autodetect/gstautoaudiosink.c:
10084           Fix example pipeline in docs.
10085
10086 2006-07-10  Wim Taymans  <wim@fluendo.com>
10087
10088         Patch by: Rob Taylor <robtaylor at floopily dot org>
10089
10090         * gst/udp/gstmultiudpsink.c: (join_multicast),
10091         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
10092         If a destination is added before the stream is set to PAUSED, the
10093         multicast group is not joined as the socket is not created yet. 
10094         Also TTL and LOOP should also be set. Fixes #346921.
10095
10096 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10097
10098         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
10099         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
10100         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
10101         (gst_ximage_src_init):
10102         * sys/ximage/gstximagesrc.h:
10103         Fix use-damage property to actually work :)
10104         Add startx, starty, endx, endy properties so screencasts other than full
10105         screen ones can work.
10106
10107 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10108
10109         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
10110         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
10111         (gst_ximage_src_class_init), (gst_ximage_src_init):
10112         * sys/ximage/gstximagesrc.h:
10113         Add use_damage property to offer ability to choose whether to use
10114         XDamage or not.
10115
10116 2006-07-07  Wim Taymans  <wim@fluendo.com>
10117
10118         * gst/goom/filters.c: (zoomFilterSetResolution):
10119         Avoid goom coredumping by clearing memory. 
10120         Fixes 345679.
10121
10122 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
10123
10124         * win32/vs6/libgstid3demux.dsp:
10125         Add a link to libgsttag-0.10.lib.
10126
10127 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
10128
10129         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
10130         (gst_tag_demux_read_range):
10131         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
10132         (gst_id3demux_read_range):
10133           Don't return FLOW_UNEXPECTED when a buffer is before
10134           the start of the stream (which might happen with
10135           large ID3v2 tags if the tag reading was done pullrange
10136           based and we then switched to push mode later on).
10137           Fixes regression introduced by commit from June 29th.
10138
10139 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
10140
10141         * ext/taglib/gstid3v2mux.cc:
10142           Make UTF-8 the default encoding when writing string
10143           tags (before, our UTF-8 strings would automatically
10144           be converted to ISO-8859-1 by taglib and written as
10145           ISO-8859-1 fields if that was possible).
10146
10147         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
10148         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
10149         (test_taglib_id3mux_with_tags):
10150           Add test case that makes sure our UTF-8 strings have
10151           actually been written into the tag as UTF-8.
10152
10153 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
10154
10155         * configure.ac:
10156           Let's try that again.
10157
10158 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
10159
10160         * configure.ac:
10161           Disable monoscope plugin for now until it fulfills
10162           all the requirements.
10163
10164 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
10165
10166         * configure.ac:
10167         * gst/monoscope/Makefile.am:
10168         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
10169         (gst_monoscope_class_init), (gst_monoscope_init),
10170         (gst_monoscope_finalize), (gst_monoscope_reset),
10171         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
10172         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
10173         (gst_monoscope_sink_event), (gst_monoscope_src_event),
10174         (gst_monoscope_change_state), (plugin_init):
10175         * gst/monoscope/gstmonoscope.h:
10176           Port monoscope visualisation to 0.10.
10177
10178 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
10179
10180         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
10181         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
10182           Return FLOW_UNEXPECTED when at the end of the file, not
10183           FLOW_ERROR. Fixes 'internal stream error' errors that
10184           would sometimes occur in totem when scrubbing to the
10185           end of an ID3v1 tagged mp3 file.
10186
10187 2006-07-03  Edward Hervey  <edward@fluendo.com>
10188
10189         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
10190         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
10191         (gst_pngdec_sink_event), (gst_pngdec_change_state):
10192         * ext/libpng/gstpngdec.h:
10193         Implement buffer clipping/dropping using GstSegment.
10194         This provides accurate seeking.
10195
10196 2006-07-03  Edward Hervey  <edward@fluendo.com>
10197
10198         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10199         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
10200         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
10201         (gst_avi_demux_process_next_entry), (push_tag_lists),
10202         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
10203         * gst/avi/gstavidemux.h:
10204         Proper aggregation of each stream's GstFlowReturn in order to figure out
10205         whether the task should stop or not.
10206         Don't send inline events before pushing out a NEW_SEGMENT, more
10207         specifically for GST_TAG_EVENT.
10208         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
10209         sub-indexes.
10210
10211 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
10212
10213         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
10214
10215         * sys/sunaudio/gstsunaudiomixerctrl.c:
10216         (gst_sunaudiomixer_ctrl_build_list):
10217           Move "Monitor" slider to input tab so it works more like
10218           sdtaudiocontrol, which is what people on Solaris are used
10219           to using for their mixer program (#346259).
10220
10221 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10222
10223         * tests/check/elements/level.c: (GST_START_TEST):
10224           fix a leak, clean up at the end
10225
10226 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
10227
10228         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10229         (gst_matroska_demux_send_event),
10230         (gst_matroska_demux_loop_stream_parse_id):
10231         * gst/matroska/matroska-ids.h:
10232           Send tag event after newsegment event.
10233
10234 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
10235
10236         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
10237         (gst_id3demux_read_range):
10238           Make sure we don't return GST_FLOW_OK with a NULL buffer in
10239           certain cases where a read beyond the end of the file is
10240           requested. Fixes #345930.
10241
10242         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
10243         (gst_tag_demux_read_range):
10244           Fix same issue here as well.
10245
10246 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10247
10248         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
10249         
10250         Fix hypothetical crash.
10251
10252 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
10253
10254         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
10255
10256         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
10257           Do not modify the ports value. If the user has turned off the
10258           built-in speakers, then we should not reset it in the prepare
10259           function, since this causes the built-in speakers to turn
10260           back on anytime the user changes a track in totem, rhythmbox,
10261           etc. (#346066).
10262
10263 2006-06-23  Wim Taymans  <wim@fluendo.com>
10264
10265         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
10266         Fix double caps unref when negotiation fails.
10267
10268 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
10269
10270         * ext/annodex/gstcmmldec.c:
10271         * ext/annodex/gstcmmlenc.c:
10272         * ext/annodex/gstcmmlparser.c:
10273         * ext/dv/gstdvdec.c:
10274         * ext/dv/gstdvdemux.c:
10275         * ext/gdk_pixbuf/pixbufscale.c:
10276         * ext/jpeg/gstjpegenc.c:
10277         * ext/jpeg/gstsmokedec.c:
10278         * ext/jpeg/gstsmokeenc.c:
10279         * ext/libpng/gstpngdec.c:
10280         * ext/libpng/gstpngenc.c:
10281         * ext/speex/gstspeexenc.c:
10282         * gst/alpha/gstalphacolor.c:
10283         * gst/cutter/gstcutter.c:
10284         * gst/debug/gstnavigationtest.c:
10285         * gst/icydemux/gsticydemux.c:
10286         * gst/level/gstlevel.c:
10287         * gst/multipart/multipart.c:
10288         * gst/rtp/gstrtpamrpay.c:
10289         * gst/rtp/gstrtpdepay.c:
10290         * gst/rtp/gstrtpilbcpay.c:
10291         * gst/rtp/gstrtpmp4gpay.c:
10292         * gst/rtp/gstrtpmp4vpay.c:
10293         * gst/rtsp/gstrtpdec.c:
10294         * gst/rtsp/gstrtspsrc.c:
10295         * gst/udp/gstdynudpsink.c:
10296         * gst/udp/gstmultiudpsink.c:
10297         * gst/udp/gstudpsrc.c:
10298         * gst/videobox/gstvideobox.c:
10299         * gst/videofilter/gstvideoflip.c:
10300           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
10301           plus two minor macro fixes.
10302
10303 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
10304
10305         * gst/matroska/matroska-demux.c:
10306         (gst_matroska_demux_check_subtitle_buffer),
10307         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
10308         (gst_matroska_demux_subtitle_caps):
10309         * gst/matroska/matroska-ids.c:
10310         (gst_matroska_track_init_subtitle_context):
10311         * gst/matroska/matroska-ids.h:
10312           Try to fix up broken matroska files containing subtitle
10313           streams with non-UTF8 character encodings (courtesy of
10314           mkvmerge) using either the encoding specified in the
10315           GST_SUBTITLE_ENCODING environment variable or the
10316           current locale's character set if it is non-UTF8.
10317           Fixes #337076.
10318
10319 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
10320
10321         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
10322           Set image type from APIC frame as "image-type" field
10323           of GST_TAG_IMAGE buffer caps (#344605).
10324
10325 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
10326
10327         * ext/flac/Makefile.am:
10328         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
10329         (gst_flac_dec_reset_decoders),
10330         (gst_flac_dec_setup_seekable_decoder),
10331         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
10332         (gst_flac_dec_metadata_callback),
10333         (gst_flac_dec_metadata_callback_seekable),
10334         (gst_flac_dec_metadata_callback_stream),
10335         (gst_flac_dec_error_callback),
10336         (gst_flac_dec_error_callback_seekable),
10337         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
10338         (gst_flac_dec_read_stream), (gst_flac_dec_write),
10339         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
10340         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
10341         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
10342         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
10343         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
10344         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
10345         (gst_flac_dec_sink_activate_push),
10346         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
10347         * ext/flac/gstflacdec.h:
10348           Support chain-based operation, should make flac-over-DAAP
10349           work (#340492).
10350
10351 2006-06-20  Wim Taymans  <wim@fluendo.com>
10352
10353         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10354         Doc updates, merge some unused symbols.
10355
10356 2006-06-20  Wim Taymans  <wim@fluendo.com>
10357
10358         * docs/plugins/Makefile.am:
10359         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10360         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10361         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
10362         * gst/rtsp/gstrtspsrc.c:
10363         * gst/rtsp/gstrtspsrc.h:
10364         Added documentation for the rtsp plugin. Fixes #345393.
10365
10366 2006-06-20  Wim Taymans  <wim@fluendo.com>
10367
10368         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
10369         (rtsp_connection_close), (rtsp_connection_free):
10370         Use better G_OS_* macros. Fixes #345301 some more.
10371
10372 2006-06-20  Wim Taymans  <wim@fluendo.com>
10373
10374         Patch by: Brian Cameron <brian dot cameron at sun dot com>
10375
10376         * sys/sunaudio/Makefile.am:
10377         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10378         * sys/sunaudio/gstsunaudiomixerctrl.c:
10379         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
10380         (gst_sunaudiomixer_ctrl_list_tracks),
10381         (gst_sunaudiomixer_ctrl_get_volume),
10382         (gst_sunaudiomixer_ctrl_set_volume),
10383         (gst_sunaudiomixer_ctrl_set_mute),
10384         (gst_sunaudiomixer_ctrl_set_record):
10385         * sys/sunaudio/gstsunaudiomixerctrl.h:
10386         * sys/sunaudio/gstsunaudiomixertrack.c:
10387         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
10388         * sys/sunaudio/gstsunaudiomixertrack.h:
10389         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
10390         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
10391         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
10392         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
10393         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
10394         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
10395         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
10396         (gst_sunaudiosrc_reset):
10397         * sys/sunaudio/gstsunaudiosrc.h:
10398         Add a SunAudio source plugin.
10399         Support stereo and right/left channel gain in the mixer plugin.
10400         Support the RECORD flag so that you can switch between line-input and
10401         microphone in gnome-volume-control.
10402         Code cleanups like using an enumerator for track number instead of an 
10403         integer. Fixes #344923.
10404
10405 2006-06-20  Wim Taymans  <wim@fluendo.com>
10406
10407         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
10408
10409         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
10410         (rtsp_connection_close):
10411         Make RTSP plugin compile on windows. Fixes #345301.
10412         Some changes to original patch to catch errors better.
10413         use ifdef WIN32 instead of ifndef.
10414
10415 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10416
10417         * configure.ac:
10418         If we have libraw1394 >= 1.2.1, then we need libiec61883.
10419
10420 2006-06-18  Edward Hervey  <edward@fluendo.com>
10421
10422         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
10423         After a failed buffer alloc, we need to abort the jpeg decoding (it
10424         started when parsing headers to figure out how many bytes we need
10425         to request downstream).
10426
10427 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
10428
10429         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10430
10431         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
10432           Make sure we don't read beyond the end of the file (#345232).
10433
10434 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
10435
10436         * configure.ac:
10437           Fix --disable-external (can't set conditionals conditionally,
10438           #343602).
10439
10440 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
10441
10442         * autogen.sh:
10443         * configure.ac:
10444         * docs/Makefile.am:
10445           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
10446
10447         * docs/plugins/Makefile.am:
10448         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10449         * docs/plugins/inspect/plugin-taglib.xml:
10450           Add/fix apev2mux docs.
10451
10452 2006-06-14  Wim Taymans  <wim@fluendo.com>
10453
10454         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
10455         (gst_dvdec_finalize), (gst_dvdec_sink_event),
10456         (gst_dvdec_change_state):
10457         Reset segment info on flush.
10458         Alloc segment in _init, free in _finalize.
10459
10460         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
10461         Don't send segments twice.
10462
10463 2006-06-14  Wim Taymans  <wim@fluendo.com>
10464
10465         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
10466         Respect segment.stop. Fixes #342592.
10467
10468 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
10469
10470         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
10471           No language specified means the implied language is English
10472           according to the matroska spec (partially fixes #344708);
10473           add some more debug output.
10474
10475 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
10476
10477         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
10478         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
10479         (gst_wavparse_chain):
10480           When operating chain-based, don't make any assumptions about the
10481           chunking of the incoming data and make streaming work on days other
10482           than the second Thursday after a full moon. Also fix up debug
10483           messages here and there and make use of the most excellent new
10484           gst_pad_query_peer_duration() utility function.
10485           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
10486
10487         * gst/wavparse/gstwavparse.h:
10488           Remove trailing comma after last enum value, some compilers don't
10489           like that.
10490
10491 2006-06-13  Wim Taymans  <wim@fluendo.com>
10492
10493         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
10494         Handle premature EOS gracefully.
10495
10496 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
10497
10498         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
10499           Prevent out of bounds array access when scrubbing towards
10500           the end of the file between the last index entry and the
10501           end. Fixes occasional 'start <= stop' newsegment event
10502           assertions when scrubbing in MJPEG files.
10503
10504 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
10505
10506         * tests/check/elements/.cvsignore:
10507           And another one.
10508
10509 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
10510
10511         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10512         (scan_encoded_string), (parse_picture_frame):
10513           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
10514
10515         * configure.ac:
10516           Require core >= 0.10.8 (for GST_TAG_IMAGE and
10517           GST_TAG_PPEVIEW_IMAGE used in the patch above).
10518
10519 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10520
10521         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
10522           gratuitous comment changes
10523         * tests/check/elements/level.c: (GST_START_TEST):
10524           fix level test leaks
10525
10526 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
10527
10528         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
10529         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
10530           Use gst_pad_query_peer_duration() utility function here.
10531
10532 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10533
10534         * autogen.sh:
10535           require am17
10536         * configure.ac:
10537         * ext/annodex/Makefile.am:
10538         * ext/cdio/Makefile.am:
10539         * ext/dv/Makefile.am:
10540         * ext/esd/Makefile.am:
10541         * ext/flac/Makefile.am:
10542         * ext/gdk_pixbuf/Makefile.am:
10543         * ext/ladspa/Makefile.am:
10544         * ext/libcaca/Makefile.am:
10545         * ext/speex/Makefile.am:
10546         * ext/taglib/Makefile.am:
10547         * sys/oss/Makefile.am:
10548         * sys/sunaudio/Makefile.am:
10549         * sys/ximage/Makefile.am:
10550           clean up build further
10551
10552 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10553
10554         * gconf/Makefile.am:
10555           Honour --disable-schemas-install configure option. Fixes #344100.
10556
10557 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10558
10559         * tests/examples/level/Makefile.am:
10560           Add -lm to LIBS for pow() function, don't assume one of our
10561           dependencies (such as libxml-2.0) drags it in automatically
10562           (#343603).
10563
10564 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10565
10566         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
10567
10568         * configure.ac:
10569           We should use $SED and not $(SED) in configure.ac (#343678).
10570
10571 2006-06-09  Wim Taymans  <wim@fluendo.com>
10572
10573         Patch by: Brian Cameron <brian dot cameron at sun dot com>
10574
10575         * sys/sunaudio/gstsunaudiomixerctrl.c:
10576         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
10577         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
10578         (gst_sunaudiomixer_ctrl_set_mute):
10579         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
10580         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
10581         (gst_sunaudiosink_write):
10582         Attached find a patch that fixes a number of bugs with the SunAudio
10583         mixer plugin and fixes #344101:
10584         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
10585            tracks onto the tracklist causing gnome-volume-control's preferences
10586            dialog to be messed up and would core dump if you checked/unchecked
10587            any item.
10588         2. We weren't previously setting the MUTE flag properly.  Fixing this
10589            makes gnome-volume-control work better.
10590         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
10591            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
10592            gnome-volume-control look better.
10593         Also some minor cleanup in gstsunaudiosink.c.
10594
10595 2006-06-09  Wim Taymans  <wim@fluendo.com>
10596
10597         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
10598         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
10599         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
10600         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
10601         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
10602         * ext/jpeg/gstjpegdec.h:
10603         API: Added IDCT method property
10604         Small cleanups.
10605         Avoid dynamic allocation of trivial fixed structure.
10606         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
10607
10608 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10609
10610         * configure.ac:
10611         We now require libraw1394 >= 1.1.0 and that version onwards all
10612         have .pc files.
10613
10614 2006-06-02  Edward Hervey  <edward@fluendo.com>
10615
10616         * gst/law/alaw-decode.c: (alawdec_getcaps): 
10617         Trying to get items from an ANY or EMPTY caps is ... stupid.
10618
10619 2006-06-02  Edward Hervey  <edward@fluendo.com>
10620
10621         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
10622         (gst_dvdec_chain), (gst_dvdec_change_state):
10623         * ext/dv/gstdvdec.h:
10624         Added GstSegment handling, now implements dropping/clipping.
10625
10626 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
10627
10628         * ext/aalib/gstaasink.h:
10629         * ext/annodex/gstcmmldec.h:
10630         * ext/cairo/gsttimeoverlay.h:
10631         * ext/dv/gstdvdec.h:
10632         * ext/dv/gstdvdemux.h:
10633         * ext/esd/esdmon.h:
10634         * ext/esd/esdsink.h:
10635         * ext/flac/gstflacenc.h:
10636         * ext/gconf/gstgconfaudiosink.h:
10637         * ext/gconf/gstgconfaudiosrc.h:
10638         * ext/gconf/gstgconfvideosink.h:
10639         * ext/gconf/gstgconfvideosrc.h:
10640         * ext/gdk_pixbuf/gstgdkanimation.h:
10641         * ext/gdk_pixbuf/pixbufscale.h:
10642         * ext/hal/gsthalaudiosink.h:
10643         * ext/hal/gsthalaudiosrc.h:
10644         * ext/jpeg/gstjpegenc.h:
10645         * ext/jpeg/gstsmokedec.h:
10646         * ext/jpeg/gstsmokeenc.h:
10647         * ext/libcaca/gstcacasink.h:
10648         * ext/libmng/gstmngdec.h:
10649         * ext/libmng/gstmngenc.h:
10650         * ext/libpng/gstpngdec.h:
10651         * ext/libpng/gstpngenc.h:
10652         * ext/raw1394/gstdv1394src.h:
10653         * ext/speex/gstspeexenc.h:
10654         * gst/autodetect/gstautoaudiosink.h:
10655         * gst/autodetect/gstautovideosink.h:
10656         * gst/avi/gstavidemux.h:
10657         * gst/cutter/gstcutter.h:
10658         * gst/debug/efence.h:
10659         * gst/debug/gstnavigationtest.h:
10660         * gst/debug/gstnavseek.h:
10661         * gst/flx/gstflxdec.h:
10662         * gst/goom/gstgoom.h:
10663         * gst/icydemux/gsticydemux.h:
10664         * gst/id3demux/gstid3demux.h:
10665         * gst/law/alaw-decode.h:
10666         * gst/law/alaw-encode.h:
10667         * gst/law/mulaw-decode.h:
10668         * gst/law/mulaw-encode.h:
10669         * gst/matroska/matroska-mux.h:
10670         * gst/median/gstmedian.h:
10671         * gst/oldcore/gstaggregator.h:
10672         * gst/oldcore/gstfdsink.h:
10673         * gst/oldcore/gstmd5sink.h:
10674         * gst/oldcore/gstmultifilesrc.h:
10675         * gst/oldcore/gstpipefilter.h:
10676         * gst/oldcore/gstshaper.h:
10677         * gst/oldcore/gststatistics.h:
10678         * gst/rtp/gstasteriskh263.h:
10679         * gst/rtp/gstrtpL16depay.h:
10680         * gst/rtp/gstrtpL16pay.h:
10681         * gst/rtp/gstrtpamrdepay.h:
10682         * gst/rtp/gstrtpamrpay.h:
10683         * gst/rtp/gstrtpdepay.h:
10684         * gst/rtp/gstrtpgsmdepay.h:
10685         * gst/rtp/gstrtpgsmpay.h:
10686         * gst/rtp/gstrtph263pay.h:
10687         * gst/rtp/gstrtph263pdepay.h:
10688         * gst/rtp/gstrtph263ppay.h:
10689         * gst/rtp/gstrtpmp4gpay.h:
10690         * gst/rtp/gstrtpmp4vdepay.h:
10691         * gst/rtp/gstrtpmp4vpay.h:
10692         * gst/rtp/gstrtpmpadepay.h:
10693         * gst/rtp/gstrtpmpapay.h:
10694         * gst/rtp/gstrtppcmadepay.h:
10695         * gst/rtp/gstrtppcmapay.h:
10696         * gst/rtp/gstrtppcmudepay.h:
10697         * gst/rtp/gstrtppcmupay.h:
10698         * gst/rtp/gstrtpspeexdepay.h:
10699         * gst/rtp/gstrtpspeexpay.h:
10700         * gst/rtsp/gstrtpdec.h:
10701         * gst/rtsp/gstrtspsrc.h:
10702         * gst/smpte/gstsmpte.h:
10703         * gst/udp/gstdynudpsink.h:
10704         * gst/udp/gstmultiudpsink.h:
10705         * gst/udp/gstudpsink.h:
10706         * gst/udp/gstudpsrc.h:
10707         * gst/videofilter/gstvideobalance.h:
10708         * gst/videofilter/gstvideoflip.h:
10709         * sys/oss/gstossdmabuffer.h:
10710         * sys/oss/gstossmixerelement.h:
10711         * sys/oss/gstosssink.h:
10712         * sys/oss/gstosssrc.h:
10713         * sys/osxvideo/osxvideosink.h:
10714         * sys/sunaudio/gstsunaudiomixer.h:
10715         * sys/sunaudio/gstsunaudiosink.h:
10716         * sys/ximage/gstximagesrc.h:
10717         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
10718
10719 2006-05-31  Wim Taymans  <wim@fluendo.com>
10720
10721         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
10722         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
10723         (gst_goom_src_setcaps), (gst_goom_src_event),
10724         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
10725         (gst_goom_change_state):
10726         * gst/goom/gstgoom.h:
10727         Handle QoS.
10728         Handle flushing, discont and events.
10729         Fix timestamps and various other cleanups.
10730
10731 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10732
10733         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
10734         Fix bus reset when using libiec61883
10735
10736 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10737
10738         * configure.ac:
10739         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
10740         * ext/raw1394/Makefile.am:
10741         Add CFLAGS.
10742         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
10743         New method, to receive using libiec61883.
10744         (gst_dv1394src_iso_receive),
10745         #ifdef'd out if libiec61883 is present.
10746         (gst_dv1394src_bus_reset),
10747         Get userdata correctly if using libiec61883. 
10748         (gst_dv1394src_create),
10749         When using libiec61883, only poll one fd and no need to read.
10750         (gst_dv1394src_discover_avc_node),
10751         Replace g_warnings.
10752         (gst_dv1394src_start),
10753         Create new handle when we know which dv port.  More reliable
10754         than setting port on an existing handle.  Initialise libiec61883.
10755         (gst_dv1394src_stop):
10756         If using libiec61883, then cleanup its handle properly.
10757         * ext/raw1394/gstdv1394src.h:
10758         Add libiec61883 handle.
10759
10760 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
10761
10762         * gst/avi/gstavidemux.c:
10763           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
10764         * win32/MANIFEST:
10765           sort file listing
10766         * win32/vs6/libgstavi.dsp:
10767           add gstavimux.c to the project
10768         * win32/vs6/libgstid3demux.dsp:
10769           add link to zlib library
10770         * win32/vs6/libgstmatroska.dsp:
10771           add matroska-ids.c to the project
10772
10773 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
10774
10775         Patch by: Sebastian Dröge  <mail at slomosnail de >
10776
10777         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10778         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10779         * ext/taglib/Makefile.am:
10780         * ext/taglib/gstapev2mux.cc:
10781         * ext/taglib/gstapev2mux.h:
10782         * ext/taglib/gstid3v2mux.cc:
10783         * ext/taglib/gsttaglibmux.c: (plugin_init):
10784         * ext/taglib/gsttaglibmux.h:
10785           Add apev2mux element (#343122).
10786         
10787         * tests/check/Makefile.am:
10788         * tests/check/elements/apev2mux.c:
10789         (test_taglib_apev2mux_create_tags),
10790         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
10791         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
10792         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
10793         (apev2mux_suite), (main):
10794           Add unit test for apev2mux element.
10795
10796 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10797
10798         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10799         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10800         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10801           GST_PTR_FORMAT should be used to print caps in debug statements.
10802
10803 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10804
10805         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
10806
10807         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
10808         (ape_demux_parse_tags):
10809           Some clean-ups and additions: map APE 'file' tag to
10810           GST_TAG_LOCATION (#343123); add support for extracting
10811           the track count and clean up parsing a bit (#343127).
10812
10813 2006-05-28  Edward Hervey  <edward@fluendo.com>
10814
10815         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
10816         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
10817
10818 2006-05-28  Edward Hervey  <edward@fluendo.com>
10819
10820         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
10821         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
10822         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
10823         * ext/jpeg/gstjpegdec.h:
10824         Clip outgoing buffers according to currently configured segment.
10825
10826 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10827
10828         * ext/taglib/gstid3v2mux.cc:
10829           Handle  writing of track-count or album-volume-count without
10830           track-number or albume-volume-number (in this case the number
10831           will just be set to 0).
10832
10833         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
10834           It would be nice if we actually checked the values received for
10835           track/album-volume number/count in  _check_tags(), rather than
10836           setting them again ...
10837
10838 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10839
10840         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10841           A track/volume number or count of 0 does not make sense,
10842           just ignore it along with negative numbers (a tag might
10843           only contain a track count without a track number).
10844
10845 2006-05-27  Edward Hervey  <edward@fluendo.com>
10846
10847         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
10848         (gst_jpeg_dec_sink_event):
10849         Abort decompression when receiving FLUSH_STOP. This should avoid
10850         issues when interrupting decoding with flushes.
10851
10852 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10853
10854         * ext/flac/gstflac.c:
10855           Don't #include file we don't dist any longer.
10856
10857 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10858
10859         * README:
10860           Replace current README (containing the release notes from
10861           some 0.9.x version) with a proper README taken from the core.
10862
10863 2006-05-24  Wim Taymans  <wim@fluendo.com>
10864
10865         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
10866         Implement EOS correctly by either posting
10867         SEGMENT_DONE or pushing an EOS message depending
10868         on the seek type. Fixes #342592
10869
10870 2006-05-24  Wim Taymans  <wim@fluendo.com>
10871
10872         * gst/law/alaw-decode.c: (gst_alawdec_chain):
10873         * gst/law/alaw-decode.h:
10874         * gst/law/alaw-encode.c: (gst_alawenc_chain):
10875         * gst/law/alaw-encode.h:
10876         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
10877         * gst/law/mulaw-decode.h:
10878         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
10879         * gst/law/mulaw-encode.h:
10880         Some cleanups in the chain functions.
10881         Remove some GStreamer 0.0.2 bits.
10882
10883 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10884
10885         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10886
10887         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
10888           gst_collect_pads_stop() needs to be called before chaining up
10889           to the parent class (#342734).
10890
10891 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10892
10893         * ext/flac/Makefile.am:
10894         * ext/flac/flac_compat.h:
10895         * ext/flac/gstflac.c:
10896         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
10897         * ext/flac/gstflacenc.c:
10898           Remove backwards compatibility cruft for dealing with FLAC API
10899           changes in the 1.0.x series - we require 1.1.1 or newer these days.
10900
10901 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10902
10903         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10904         (gst_matroska_demux_push_xiph_codec_priv_data),
10905         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
10906         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
10907         * gst/matroska/matroska-ids.h:
10908         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
10909         (gst_matroska_mux_video_pad_setcaps),
10910         (xiph3_streamheader_to_codecdata),
10911         (vorbis_streamheader_to_codecdata),
10912         (theora_streamheader_to_codecdata),
10913         (gst_matroska_mux_audio_pad_setcaps),
10914         (gst_matroska_mux_write_data):
10915           Add support for muxing/demuxing theora video (#342448; too bad
10916           none of the usual linux players can actually play this). Playback
10917           in GStreamer will require additional changes to theoradec in -base.
10918           Refactor streamheaders <=> CodecPrivateData code a bit; some small
10919           cleanups.
10920
10921 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10922
10923         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
10924         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
10925           Fix crashes when the horizontal subsampling is 1.
10926           Fixes #342097.
10927
10928 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10929
10930         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10931
10932         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
10933         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10934         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10935         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
10936         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
10937         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10938         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
10939         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10940         (gst_avi_mux_change_state):
10941         * gst/avi/gstavimux.h:
10942           Some enhancements for avimux (#342526):
10943            - add odml (large file) index support
10944            - store codec init data (e.g. huffyuv)
10945            - miscellaneous other fixes/cleanups
10946
10947 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
10948
10949         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10950         Don't output any tag when we encounter a negative track number - the
10951         tag type is uint, so we end up outputting huge positive numbers
10952         instead. (Fixes: #342029)
10953
10954 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10955
10956         * configure.ac:
10957           update for new GSTPB_PLUGINS_DIR
10958
10959 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
10960
10961         * rtp/gst/gstrtph263pay.c:
10962         Properly set static caps for H263 at 34.
10963
10964 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10965
10966         Patch by: James "Doc" Livingston  <doclivingston gmail com>
10967
10968         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
10969           Merge event tags and tag setter tags correctly (#339918). Also,
10970           don't leak taglist in case of an error.
10971           
10972 2006-05-17  Edward Hervey  <edward@fluendo.com>
10973
10974         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
10975         We can only do caps intersection if the othercaps are non-empty and not
10976         ANY. Else we return the pad template (base_caps).
10977
10978 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
10979
10980         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10981           Fix crash when outputting debugging information for certain
10982           pictures (always good to use the right struct member for
10983           the number of records in an array).
10984
10985 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
10986
10987         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
10988
10989         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
10990         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
10991         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
10992         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
10993         (gst_ebml_read_float), (gst_ebml_read_ascii),
10994         (gst_ebml_read_binary):
10995           Don't create unnecessary sub-buffers all the time. Dramatically
10996           improves performance with multiple concurrently running
10997           matroskademux instances (#341818) (and avoids doing
10998           unnecessarily inefficient things in the general case).
10999
11000 2006-05-16  Edward Hervey  <edward@fluendo.com>
11001
11002         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
11003         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
11004         return value of gst_pad_push_event().
11005
11006 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
11007
11008         * gst/autodetect/gstautoaudiosink.c:
11009         (gst_auto_audio_sink_find_best):
11010         * gst/autodetect/gstautovideosink.c:
11011         (gst_auto_video_sink_find_best):
11012         Make the name of the child element be based on the name of the
11013         parent, so that debug output is more useful.
11014         
11015         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
11016         (parse_insert_string_field), (parse_split_strings):
11017         Rework string parsing to always walk over BOM markers in UTF16
11018         strings, using the endianness indicated by the innermost one,
11019         then trying the opposite endianness if that fails to convert
11020         to valid UTF-8. Fixes #341774
11021
11022 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11023
11024         Patch from: Matthieu <matthieu at fluendo dot com>
11025
11026         * ext/libpng/Makefile.am:
11027         Add LIBPNG_CFLAGS.
11028
11029 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
11030
11031         * ext/taglib/gstid3v2mux.cc:
11032           Add support for writing images (APIC frames) into ID3v2
11033           tags (picture type always set to 'other' for now though).
11034
11035 2006-05-14  Michael Smith  <msmith@fluendo.com>
11036
11037         * gst/wavparse/gstwavparse.c:
11038           Update docs; wavparse implements push and pull modes.
11039
11040 2006-05-12  Wim Taymans  <wim@fluendo.com>
11041
11042         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
11043         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
11044         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
11045         Ooops, bitten by the copy-and-paste design paradigm, fixes
11046         seek again.
11047
11048 2006-05-12  Wim Taymans  <wim@fluendo.com>
11049
11050         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
11051         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
11052         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
11053         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
11054         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
11055         (gst_avi_demux_massage_index),
11056         (gst_avi_demux_calculate_durations_from_index),
11057         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
11058         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
11059         (gst_avi_demux_loop):
11060         * gst/avi/gstavidemux.h:
11061         Some cleanups, prepare to use GstSegment.
11062         Fix error in entry walking code.
11063         Fix VBR detection.
11064         Smarter timestamp calculation code.
11065         Uniform error/eos handling.
11066
11067 2006-05-12  Michael Smith  <msmith@fluendo.com>
11068
11069         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
11070         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
11071           Fix use of uninitialised values if we're NOT seeking in ready.
11072           Fix typos.
11073
11074 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
11075
11076         * gst/wavparse/Makefile.am:
11077           Add CFLAGS and LIBS for libgstbase, fixes build on
11078           Cygwin (#341489).
11079
11080 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
11081
11082         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
11083           Some more debug info. No need to check whether the string
11084           returned by g_convert() is really UTF-8 - either it is or
11085           we get NULL returned.
11086
11087 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
11088
11089         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
11090           Fix parsing of numeric genre strings some more, by ensuring that
11091           we only try and parse strings that a) Start with '(' and b) Consist
11092           only of digits.
11093           Also, when finding an escaping '((' sequence, bust it back to '(' by
11094           swallowing the first parenthesis
11095
11096 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
11097
11098         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
11099         (gst_esdsink_open), (gst_esdsink_close):
11100         * ext/esd/esdsink.h:
11101           Move the esd_get_server_info() into gst_esdsink_open() and fail
11102           with a decent error message on errors.
11103
11104 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
11105
11106         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
11107         (gst_esdmon_channels_get_type):
11108         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
11109         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
11110         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
11111         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
11112         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
11113         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
11114         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
11115         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
11116         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
11117         * gst/videomixer/videomixer.c:
11118         (gst_video_mixer_background_get_type):
11119           Const-ify GEnumValue arrays.
11120
11121 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
11122
11123         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
11124
11125         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
11126         (gst_avi_mux_do_video_buffer):
11127           Work around gst_buffer_make_metadata_writable() bug that
11128           results in avimux marking all frames in the index as
11129           keyframes (#340859).
11130           
11131 2006-05-08  Wim Taymans  <wim@fluendo.com>
11132
11133         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11134         Make parsing of urls suck slightly less.
11135
11136 2006-05-08  Edward Hervey  <edward@fluendo.com>
11137
11138         * autogen.sh: (CONFIGURE_DEF_OPT): 
11139         libtoolize on Darwin/MacOSX is called glibtoolize.
11140
11141 2006-05-08  Wim Taymans  <wim@fluendo.com>
11142
11143         Patch by: Jens Granseuer <jensgr at gmx dot net>
11144
11145         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
11146         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
11147         C89 compliance fixes. Fixes #340980
11148
11149 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
11150
11151         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
11152         * ext/flac/gstflacdec.h:
11153           Handle segment seeks that include the end of the file as stop point
11154           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
11155           message instead of an EOS event in case we're in segment seek
11156           mode (fixes #340699).
11157           
11158 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
11159
11160         * ext/cairo/gsttextoverlay.c:
11161         * ext/flac/gstflacdec.c:
11162         * ext/gdk_pixbuf/pixbufscale.c:
11163         * gst/apetag/gstapedemux.c:
11164         * gst/debug/breakmydata.c:
11165         * gst/debug/testplugin.c:
11166         * gst/matroska/ebml-write.c:
11167         * gst/multipart/multipartdemux.c:
11168         * sys/osxaudio/gstosxaudiosink.c:
11169         * sys/osxaudio/gstosxaudiosrc.c:
11170         Add semicolons after GST_BOILERPLATE[_FULL] so that
11171         indent doesn't mess up following lines.
11172
11173 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
11174
11175         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
11176
11177         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
11178           Don't leak caps when freeing the stream context (#340623).
11179
11180 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
11181
11182         * configure.ac:
11183           Back to CVS
11184
11185 === release 0.10.3 ===
11186
11187 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
11188
11189         * configure.ac:
11190           releasing 0.10.3, "Desplazado"
11191
11192 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
11193
11194         * gst/matroska/matroska-mux.c:
11195         (gst_matroska_mux_stream_is_vorbis_header),
11196         (gst_matroska_mux_write_data):
11197           Don't strcmp() NULL strings.
11198           Only start new clusters on video keyframes, not on any
11199           random audio buffer that doesn't have the DELTA_UNIT
11200           flag set (fixes 'make check' again).
11201
11202 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
11203
11204         Patch by: Mark Nauwelaerts  <manauw at skynet be>
11205
11206         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
11207         (gst_matroska_mux_stream_is_vorbis_header),
11208         (gst_matroska_mux_write_data):
11209           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
11210           value and then dead-lock when muxing vorbis audio streams
11211           (the three vorbis header buffers carry no timestamp, and it
11212           would try to mux these after all video buffers). Fixes #340346.
11213
11214           Improve clustering: start a new cluster also whenever we get
11215           a keyframe.     
11216
11217 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11218
11219         * win32/common/config.h:
11220         * win32/MANIFEST
11221           add the generated file as well
11222
11223 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11224
11225         * Makefile.am:
11226         * configure.ac:
11227         * win32/common/config.h.in:
11228           add win32 stuff
11229
11230 2006-05-03  Michael Smith  <msmith@fluendo.com>
11231
11232         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
11233           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
11234           SUCKS.
11235
11236 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
11237
11238         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
11239         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
11240         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
11241           don't leak caps-string
11242
11243 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
11244
11245         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
11246         (gst_id3demux_sink_activate):
11247           Let core insert default error message for TYPE_NOT_FOUND
11248           errors, it's just as good as our own and has the added
11249           bonus of being translated.
11250
11251 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
11252
11253         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
11254         (gst_tag_demux_sink_event):
11255         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
11256         (gst_id3demux_sink_event):
11257           Post an error message when we get an EOS event and were not
11258           able to find out the type of stream.
11259
11260         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
11261         (test_taglib_id3mux_with_tags):
11262           Decrease num-buffers to 16 per iteration again, otherwise the
11263           many memcpy()s and reallocations in the test will hammer slow
11264           CPUs completely and make the test timeout.
11265
11266 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11267
11268         * configure.ac:
11269           figure out where plugins-base plugins are
11270         * tests/check/Makefile.am:
11271           use plugins-base plugins, so we have typefind functions
11272         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
11273           increase num-buffers, this makes sure the test errors out instead
11274           of timing out when no typefind functions are present
11275
11276 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11277
11278         * docs/plugins/Makefile.am:
11279           also check .cc files for gtk-doc markup
11280         * configure.ac:
11281         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11282         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11283         * tests/check/Makefile.am:
11284         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
11285         * ext/Makefile.am:
11286         * ext/taglib/Makefile.am:
11287         * ext/taglib/gstid3v2mux.h:
11288         * ext/taglib/gsttaglibmux.c:
11289         * ext/taglib/gsttaglibmux.h:
11290           move taglib-based id3v2muxer to -good.  Fixes #336110.
11291
11292 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
11293
11294         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
11295           ... and fix multichannel/WAVFORMATEX support again.
11296
11297 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
11298
11299         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
11300         (gst_wavparse_class_init), (gst_wavparse_dispose),
11301         (gst_wavparse_reset), (gst_wavparse_init),
11302         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
11303         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
11304         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
11305         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
11306         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
11307         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
11308         (gst_wavparse_stream_data), (gst_wavparse_loop),
11309         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
11310         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
11311         (gst_wavparse_change_state), (plugin_init):
11312         * gst/wavparse/gstwavparse.h:
11313           Add push (streaming) mode to wavparse (fixes #337625)
11314
11315 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11316
11317         * configure.ac:
11318         * tests/Makefile.am:
11319           add ximagesrc icles test
11320
11321 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11322
11323         * configure.ac:
11324         * docs/plugins/Makefile.am:
11325         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11326         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11327         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
11328         (gst_cmml_enc_push_clip):
11329         * sys/Makefile.am:
11330         * sys/ximage/Makefile.am:
11331         * sys/ximage/gstximagesrc.c:
11332           Move ximagesrc plug-in to good after review.  Fixes #336756.
11333
11334 2006-04-28  Michael Smith  <msmith@fluendo.com>
11335
11336         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
11337         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
11338         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
11339         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
11340         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
11341         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
11342         * gst/icydemux/gsticydemux.h:
11343           Fix event handling: cache events when typefinding and forward later.
11344
11345 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11346
11347         * sys/osxaudio/gstosxaudiosink.c:
11348         (plugin_init):
11349          Register osxaudiosrc to the plugin.
11350         * sys/osxaudio/gstosxaudiosrc.c:
11351         (gst_osx_audio_src_osxelement_do_init),
11352         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
11353         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
11354         (gst_osx_audio_src_get_property),
11355         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
11356         (gst_osx_audio_src_osxelement_init):
11357         * sys/osxaudio/gstosxaudiosrc.h:
11358           Port of osxaudiosrc to 0.10.
11359         * sys/osxaudio/Makefile.am:
11360           Add osxaudiosrc
11361
11362 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11363
11364         * sys/osxaudio/gstosxringbuffer.c:
11365         * sys/osxaudio/gstosxringbuffer.h:
11366           Forgot to commit earlier, part of the OSX audio plugin port
11367
11368 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
11369
11370         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
11371         (parse_split_strings):
11372           Recognise and skip any byte order marker (BOM) in
11373           UTF-16 strings.
11374
11375 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
11376
11377         * docs/plugins/Makefile.am:
11378         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11379         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11380         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11381         * docs/plugins/inspect/plugin-avi.xml:
11382         * gst/avi/gstavidemux.c:
11383         * gst/avi/gstavimux.c:
11384           Add docs for both avidemux and avimux.
11385
11386 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
11387
11388         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11389
11390         * gst/avi/Makefile.am:
11391         * gst/avi/gstavi.c: (plugin_init):
11392         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
11393         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
11394         (gst_avi_mux_class_init), (gst_avi_mux_init),
11395         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
11396         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
11397         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
11398         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
11399         (gst_avi_mux_riff_get_avix_header),
11400         (gst_avi_mux_riff_get_video_header),
11401         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
11402         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
11403         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
11404         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
11405         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
11406         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
11407         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
11408         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
11409         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
11410         (gst_avi_mux_change_state):
11411         * gst/avi/gstavimux.h:
11412           Port AVI muxer to GStreamer-0.10 (#332031).
11413
11414         * tests/check/Makefile.am:
11415         * tests/check/elements/avimux.c:
11416         * tests/check/elements/.cvsignore:
11417           Add unit test for AVI muxer.
11418
11419 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
11420
11421         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
11422         (gst_wavparse_class_init), (gst_wavparse_reset),
11423         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
11424         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11425         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11426         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
11427         (gst_wavparse_stream_data), (gst_wavparse_loop),
11428         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
11429         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
11430         (plugin_init):
11431         * gst/wavparse/gstwavparse.h:
11432           reverted patch #337625 for the price of 1 hour sleep
11433
11434 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
11435
11436         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
11437         (gst_wavparse_class_init), (gst_wavparse_reset),
11438         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
11439         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
11440         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11441         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11442         (gst_wavparse_stream_data), (gst_wavparse_loop),
11443         (gst_wavparse_chain), (plugin_init):
11444         * gst/wavparse/gstwavparse.h:
11445           correct partial implementation of push mode
11446           (from my last commit)
11447
11448 2006-04-26  Wim Taymans  <wim@fluendo.com>
11449
11450         * ext/esd/esdsink.c:
11451         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
11452         it is not in esd.h
11453
11454 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
11455
11456         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
11457         (gst_au_parse_class_init), (gst_au_parse_init),
11458         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
11459         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
11460         (gst_au_parse_chain), (gst_au_parse_src_convert),
11461         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
11462         (gst_au_parse_sink_event), (gst_au_parse_src_event),
11463         (gst_au_parse_change_state):
11464         * gst/auparse/gstauparse.h:
11465           Rewrite auparse to suck a little bit less: make source pad
11466           dynamic, so decodebin/playbin work with non-raw formats
11467           like alaw/mulaw; add query function for duration/position
11468           queries; check whether we have enough data before attempting
11469           to parse the header (instead of crashing when that is not the
11470           case); work around audioconvert sucking by swapping endianness
11471           to the native endianness ourselves for float formats; send
11472           initial newsegment event. Fixes #161712.
11473
11474 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11475
11476         * sys/osxaudio/Makefile.am:
11477         * sys/osxaudio/gstosxaudioelement.c:
11478         (gst_osx_audio_element_get_type),
11479         (gst_osx_audio_element_class_init):
11480         * sys/osxaudio/gstosxaudioelement.h:
11481         * sys/osxaudio/gstosxaudiosink.c:
11482         (gst_osx_audio_sink_osxelement_do_init),
11483         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
11484         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
11485         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
11486         (gst_osx_audio_sink_create_ringbuffer),
11487         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
11488         (plugin_init):
11489         * sys/osxaudio/gstosxaudiosink.h:
11490         Port of osxaudiosink to 0.10
11491
11492 2006-04-26  Wim Taymans  <wim@fluendo.com>
11493
11494         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
11495         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
11496         the size of the ringbuffer. This should fix hangs with older 
11497         esd sound servers.
11498
11499 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
11500
11501         * ext/aalib/gstaasink.c:
11502         * ext/annodex/gstcmmldec.c:
11503         * ext/annodex/gstcmmlenc.c:
11504         * ext/cairo/gsttextoverlay.c:
11505         * ext/cairo/gsttimeoverlay.c:
11506         * ext/cdio/gstcdiocddasrc.c:
11507         * ext/dv/gstdvdec.c:
11508         * ext/dv/gstdvdemux.c:
11509         * ext/esd/esdmon.c:
11510         * ext/esd/esdsink.c:
11511         * ext/flac/gstflacenc.c:
11512         * ext/flac/gstflactag.c:
11513         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11514         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11515         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11516         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11517         * ext/gdk_pixbuf/pixbufscale.c:
11518         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11519         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11520         * ext/jpeg/gstjpegdec.c:
11521         * ext/jpeg/gstjpegenc.c:
11522         * ext/jpeg/gstsmokedec.c:
11523         * ext/jpeg/gstsmokeenc.c:
11524         * ext/libcaca/gstcacasink.c:
11525         * ext/libmng/gstmngdec.c:
11526         * ext/libmng/gstmngenc.c:
11527         * ext/libpng/gstpngdec.c:
11528         * ext/libpng/gstpngenc.c:
11529         * ext/mikmod/gstmikmod.c:
11530         * ext/raw1394/gstdv1394src.c:
11531         * ext/shout2/gstshout2.c: (gst_shout2send_init):
11532         * ext/shout2/gstshout2.h:
11533         * ext/speex/gstspeexdec.c:
11534         * ext/speex/gstspeexenc.c:
11535         * gst/alpha/gstalpha.c:
11536         * gst/alpha/gstalphacolor.c:
11537         * gst/apetag/gstapedemux.c:
11538         * gst/auparse/gstauparse.c:
11539         * gst/autodetect/gstautoaudiosink.c:
11540         (gst_auto_audio_sink_base_init):
11541         * gst/autodetect/gstautovideosink.c:
11542         (gst_auto_video_sink_base_init):
11543         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
11544         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11545         * gst/cutter/gstcutter.c:
11546         * gst/debug/breakmydata.c:
11547         * gst/debug/efence.c:
11548         * gst/debug/gstnavigationtest.c:
11549         * gst/debug/gstnavseek.c:
11550         * gst/debug/negotiation.c:
11551         * gst/debug/progressreport.c:
11552         * gst/debug/testplugin.c:
11553         * gst/effectv/gstaging.c:
11554         * gst/effectv/gstdice.c:
11555         * gst/effectv/gstedge.c:
11556         * gst/effectv/gstquark.c:
11557         * gst/effectv/gstrev.c:
11558         * gst/effectv/gstshagadelic.c:
11559         * gst/effectv/gstvertigo.c:
11560         * gst/effectv/gstwarp.c:
11561         * gst/flx/gstflxdec.c:
11562         * gst/goom/gstgoom.c:
11563         * gst/icydemux/gsticydemux.c:
11564         * gst/id3demux/gstid3demux.c:
11565         * gst/interleave/deinterleave.c:
11566         * gst/interleave/interleave.c:
11567         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11568         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11569         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11570         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11571         * gst/level/gstlevel.c:
11572         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11573         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11574         * gst/median/gstmedian.c:
11575         * gst/monoscope/gstmonoscope.c:
11576         * gst/multipart/multipartdemux.c:
11577         * gst/multipart/multipartmux.c:
11578         * gst/oldcore/gstaggregator.c:
11579         * gst/oldcore/gstfdsink.c:
11580         * gst/oldcore/gstmd5sink.c:
11581         * gst/oldcore/gstmultifilesrc.c:
11582         * gst/oldcore/gstpipefilter.c:
11583         * gst/oldcore/gstshaper.c:
11584         * gst/oldcore/gststatistics.c:
11585         * gst/rtp/gstasteriskh263.c:
11586         * gst/rtp/gstrtpL16depay.c:
11587         * gst/rtp/gstrtpL16pay.c:
11588         * gst/rtp/gstrtpamrdepay.c:
11589         * gst/rtp/gstrtpamrpay.c:
11590         * gst/rtp/gstrtpdepay.c:
11591         * gst/rtp/gstrtpgsmpay.c:
11592         * gst/rtp/gstrtph263pay.c:
11593         * gst/rtp/gstrtph263pdepay.c:
11594         * gst/rtp/gstrtph263ppay.c:
11595         * gst/rtp/gstrtpilbcdepay.c:
11596         * gst/rtp/gstrtpmp4gpay.c:
11597         * gst/rtp/gstrtpmp4vdepay.c:
11598         * gst/rtp/gstrtpmp4vpay.c:
11599         * gst/rtp/gstrtpmpadepay.c:
11600         * gst/rtp/gstrtpmpapay.c:
11601         * gst/rtp/gstrtppcmadepay.c:
11602         * gst/rtp/gstrtppcmapay.c:
11603         * gst/rtp/gstrtppcmudepay.c:
11604         * gst/rtp/gstrtppcmupay.c:
11605         * gst/rtp/gstrtpspeexdepay.c:
11606         * gst/rtp/gstrtpspeexpay.c:
11607         * gst/rtsp/gstrtpdec.c:
11608         * gst/rtsp/gstrtspsrc.c:
11609         * gst/smpte/gstsmpte.c:
11610         * gst/udp/gstdynudpsink.c:
11611         * gst/udp/gstmultiudpsink.c:
11612         * gst/udp/gstudpsink.c:
11613         * gst/udp/gstudpsrc.c:
11614         * gst/videobox/gstvideobox.c:
11615         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11616         * gst/videofilter/gstvideobalance.c:
11617         * gst/videofilter/gstvideoflip.c:
11618         * gst/videofilter/gstvideotemplate.c:
11619         (gst_videotemplate_base_init):
11620         * gst/videomixer/videomixer.c:
11621         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
11622         (gst_wavparse_class_init), (gst_wavparse_dispose),
11623         (gst_wavparse_reset), (gst_wavparse_init),
11624         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11625         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
11626         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
11627         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11628         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
11629         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
11630         (gst_wavparse_change_state):
11631         * gst/wavparse/gstwavparse.h:
11632         * sys/oss/gstossmixerelement.c:
11633         * sys/oss/gstosssink.c:
11634         * sys/oss/gstosssrc.c:
11635         * sys/osxaudio/gstosxaudioelement.c:
11636         * sys/osxaudio/gstosxaudiosink.c:
11637         * sys/osxaudio/gstosxaudiosrc.c:
11638         * sys/sunaudio/gstsunaudiomixer.c:
11639         * sys/sunaudio/gstsunaudiosink.c:
11640           Define GstElementDetails as const and also static (when defined as
11641           global)
11642
11643 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11644
11645         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
11646           Source pad has fixed caps. If we don't set this, bad
11647           things happen when the window is resized.
11648
11649 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11650
11651         * gst/matroska/Makefile.am:
11652         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11653         (gst_matroska_demux_handle_src_event):
11654         * gst/matroska/matroska-ids.c:
11655         (gst_matroska_track_init_video_context),
11656         (gst_matroska_track_init_audio_context),
11657         (gst_matroska_track_init_subtitle_context),
11658         (gst_matroska_track_init_complex_context):
11659         * gst/matroska/matroska-ids.h:
11660           Handle case where the TrackType ebml chunk does not come before the
11661           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
11662           events.
11663
11664 2006-04-25  Wim Taymans  <wim@fluendo.com>
11665
11666         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
11667         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
11668         It's codec_data, not codec_info.
11669
11670 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11671
11672         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11673
11674         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
11675           Handle codec_data for VfW compatibility codec IDs (#339451)
11676
11677         * gst/matroska/matroska-mux.c:
11678         (gst_matroska_mux_video_pad_setcaps):
11679           Same here, handle codec_data and add additional caps we can handle
11680           now to the pad template (huffyuv, dv and h263 video) (#339451)
11681
11682 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11683
11684         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
11685
11686         * gst/matroska/matroska-mux.c:
11687         (gst_matroska_mux_create_buffer_header),
11688         (gst_matroska_mux_write_data):
11689           Fix timestamping of B-frames, use signed integers, do
11690           some rounding (#339678).
11691
11692 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
11693
11694         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
11695         just make it compile with --disable-gst-debug.
11696
11697 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
11698
11699         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
11700         Fix a bad conversion using gst_guint64_to_gdouble.
11701         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
11702         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
11703         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
11704     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
11705         mistake.
11706
11707 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
11708
11709         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
11710         Use gst_guint64_to_gdouble for conversions
11711         * win32/vs6/gst_plugins_good.dsw:
11712         * win32/vs6/libgsticydemux.dsp:
11713         Add a project file for icydemux
11714
11715 2006-04-21  Wim Taymans  <wim@fluendo.com>
11716
11717         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
11718
11719         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11720         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
11721         When splitting audio chunks, the block alignment is not taken in
11722         consideration, so the smaller chunks could be of size which is 
11723         not a multiple of the block alignment. Fixes #336904
11724
11725 2006-04-21  Wim Taymans  <wim@fluendo.com>
11726
11727         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
11728         Use scale functions
11729
11730 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
11731
11732         * ext/dv/gstdv.c: (plugin_init):
11733           Fix build.
11734
11735 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
11736
11737         * gst/debug/progressreport.c: (gst_progress_report_finalize),
11738         (gst_progress_report_class_init), (gst_progress_report_init),
11739         (gst_progress_report_do_query), (gst_progress_report_report),
11740         (gst_progress_report_set_property),
11741         (gst_progress_report_get_property):
11742           Add 'format' property to force querying to a particular format.
11743
11744 2006-04-21  Andy Wingo  <wingo@pobox.com>
11745
11746         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
11747         best, on big endian systems. Drop its rank in that case. OTOH on
11748         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
11749
11750 2006-04-21  Michael Smith  <msmith@fluendo.com>
11751
11752         * configure.ac:
11753         * gst/icydemux/Makefile.am:
11754         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
11755         (gst_icydemux_base_init), (gst_icydemux_class_init),
11756         (gst_icydemux_reset), (gst_icydemux_init),
11757         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
11758         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
11759         (unicodify), (gst_icydemux_unicodify),
11760         (gst_icydemux_parse_and_send_tags),
11761         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
11762         (gst_icydemux_chain), (gst_icydemux_change_state),
11763         (gst_icydemux_send_tag_event), (plugin_init):
11764         * gst/icydemux/gsticydemux.h:
11765         * tests/check/Makefile.am:
11766         * tests/check/elements/icydemux.c: (typefind_succeed),
11767         (plugin_init), (icydemux_found_pad), (create_icydemux),
11768         (cleanup_icydemux), (push_data), (GST_START_TEST),
11769         (icydemux_suite), (main):
11770           Add icydemux, and tests.
11771
11772 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11773
11774         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
11775           Post SEGMENT_DONE message in TIME format.
11776
11777 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11778
11779         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11780
11781         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
11782         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
11783           Fix index creation when we have to scan the file to create
11784           an index. There may be other types of RIFF 'LIST' chunks than
11785           'movi' and we need to skip them properly as well or we'll end up
11786           reading garbage (#336889). Some other cosmetic changes.
11787           
11788 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11789
11790         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
11791         (gst_flac_dec_handle_seek_event):
11792           Add support for segment seeks (fixes #338290). Also demote
11793           some recurring debug message from DEBUG to LOG level.
11794
11795 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11796
11797         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11798         (gst_matroskademux_do_index_seek),
11799         (gst_matroska_demux_handle_seek_event),
11800         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11801         * gst/matroska/matroska-ids.h:
11802           Set DISCONT flag on first buffer after a discontinuity.
11803           Fix newsegment events sent when seeking and honour KEY_UNIT
11804           seek flag. Create pad with bogus caps if we don't recognise
11805           the stream codec id.
11806
11807         * gst/matroska/matroska-demux.h:
11808           Fix GObject macros.
11809
11810 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11811
11812         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11813
11814         * gst/matroska/matroska-demux.c:
11815         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
11816           Handle end of segment properly when set; don't dead-lock when
11817           posting start of segment message when doing a segment seek.
11818           Fixes #338810.
11819
11820 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11821
11822         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11823         (gst_matroska_demux_plugin_init):
11824           Make mpeg2 aac audio work: create artificial private codec data
11825           chunk which faad2 seems to require, just as we do for mpeg4 aac.
11826           Also call gst_riff_init(). Partially fixes #338767.
11827
11828 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
11829
11830         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
11831         (gst_wavenc_class_init), (gst_wavenc_init),
11832         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
11833         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
11834         (gst_wavenc_chain), (gst_wavenc_change_state):
11835         * gst/wavenc/gstwavenc.h:
11836           Set caps on first outgoing buffer, so that it doesn't error out
11837           immediately with a non-negotiated error (#338716). Rewrite and
11838           clean up a bit; fix setcaps function to parse things properly;
11839           fix sink caps (8bit audio is unsigned and doesn't have depth);
11840           use boilerplate macros; remove unused properties stuff.
11841
11842 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11843
11844         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11845           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
11846           handle MJPEG streams and might be autoplugged for those if the
11847           user doesn't have jpegdec installed (resulting in a cryptic error
11848           message about huffman tables). Better to disable JPEG decoding here
11849           and let the user figure out that she needs to install jpegdec.
11850
11851 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11852
11853         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11854         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11855         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
11856         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11857           Make work with packetised/framed input (e.g. png-in-quicktime). Use
11858           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
11859           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
11860           debug messages. Fix boilerplate macros.
11861
11862 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11863
11864         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
11865         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
11866           No need to special-case for Gdk-2.0 any longer, we require
11867           Gdk 2.2 or newer; minor clean-ups.
11868
11869 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11870
11871         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
11872         (gst_shout2send_class_init), (gst_shout2send_init),
11873         (set_shout_metadata), (gst_shout2send_set_metadata),
11874         (gst_shout2send_event), (gst_shout2send_start),
11875         (gst_shout2send_connect), (gst_shout2send_stop),
11876         (gst_shout2send_render), (gst_shout2send_set_property),
11877         (gst_shout2send_get_property), (gst_shout2send_setcaps),
11878         (plugin_init):
11879         * ext/shout2/gstshout2.h:
11880         * po/POTFILES.in:
11881           Rewrite a bit: use GstBaseSink::start and stop instead of a state
11882           change function; use GST_ELEMENT_ERROR for error reporting, not
11883           g_error() or GST_ERROR(); don't unref caps in setcaps function,
11884           will cause crashes or assertion failures; remove (unused) "sync"
11885           property, basesink already has such a property; misc. other
11886           minor fixes and cleanups.
11887
11888 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11889
11890         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
11891         * ext/esd/gstesd.c: (plugin_init):
11892         * po/POTFILES.in:
11893           Add translatable error message for when we cannot
11894           connect to the sound server, as "Cannot open resource
11895           for writing" isn't really an acceptable message to show
11896           to the user in this case.
11897
11898 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11899
11900         * sys/oss/gst-i18n-plugin.h:
11901           Remove bogus file that doesn't belong here.
11902
11903 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11904
11905         Patch by: Philippe Valembois
11906
11907         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11908         (gst_shout2send_set_metadata), (gst_shout2send_event),
11909         (gst_shout2send_render), (gst_shout2send_change_state):
11910         * ext/shout2/gstshout2.h:
11911           Handle tags being received before the connection to
11912           the server is established properly (see #338636).
11913
11914 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11915
11916         * ext/shout2/gstshout2.c: (gst_shout2send_render):
11917           Don't crash in case the connection to the server fails:
11918           don't set pointer to NULL by assigning FALSE; error out
11919           properly by using GST_ELEMENT_ERROR and returning
11920           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
11921           before resetting the pointer.
11922
11923 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
11924
11925         * gst/id3demux/id3tags.c:
11926         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
11927         (Fixes #338713)
11928
11929 2006-04-12  Wim Taymans  <wim@fluendo.com>
11930
11931         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11932         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
11933         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11934         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
11935         (gst_gdk_pixbuf_chain):
11936         Some cleanups.
11937         Added RGBA as a possible output format.
11938         Correctly free the supported mimetypes.
11939         deprecate silent arg, it's not used.
11940         Return result from _alloc_buffer to peer.
11941
11942 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11943
11944         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
11945           Don't leak memory allocated by gst_buffer_new_and_alloc() by
11946           overwriting GST_BUFFER_MALLOCDATA.
11947
11948 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11949
11950         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11951         (user_endrow_callback), (user_end_callback),
11952         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
11953         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
11954         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
11955         * ext/libpng/gstpngdec.h:
11956           Handle more than one frame if the content is framed,
11957           like with png-in-quicktime (#331917).
11958
11959 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11960
11961         * sys/oss/Makefile.am:
11962         * sys/oss/common.h:
11963         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
11964         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
11965         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
11966         (gst_oss_src_unprepare):
11967           - the user-visible error strings were in the wrong category
11968           - and the messages were not marked for translation
11969           - which is actually a good thing, because they were exactly
11970             the kind of message you would never want anyone to see
11971           - the macros were using variables that didn't exist in the macro
11972             arguments
11973           - and they were obviously copied from each other and then modified
11974           - so a common header makes sense
11975
11976 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11977
11978         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11979           Don't try to modify read-only data.
11980
11981         * gst/matroska/matroska-demux.c:
11982         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11983           Fix comment (won't crash any longer now).
11984
11985 2006-04-10  Michael Smith  <msmith@fluendo.com>
11986
11987         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
11988           Use copies of header buffers for caps to avoid circular refcounting
11989           problems (as in theoradec, vorbisdec).
11990
11991         * tests/check/elements/cmmldec.c: (GST_START_TEST):
11992           Fix a typo in test that meant it was testing the wrong thing.
11993
11994         * tests/check/elements/cmmlenc.c: (check_headers):
11995           Fix refcount checks now that we use buffer-copies for caps.
11996
11997 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11998
11999         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
12000         (gst_matroska_demux_handle_seek_event),
12001         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
12002         (gst_matroska_demux_subtitle_caps),
12003         (gst_matroska_demux_plugin_init):
12004           Use static pad templates with ANY caps for audio and video
12005           source pads and get rid of a lot of unnecessary (and partially
12006           broken) code for the template caps. Clean up caps finding
12007           functions. Fixes playback of audio files/streams that do not
12008           contain the sample rate and/or number of channels in the audio
12009           context (happens a lot with vorbis/mp3 .mka files it seems).
12010           Fixes #337183.
12011           Also add myself to copyright holders.
12012
12013 2006-04-10  Michael Smith  <msmith@fluendo.com>
12014
12015         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
12016           Use g_list_delete_link () instead of g_list_remove_link () so that
12017           we free the link as well as the contained data.
12018
12019 2006-04-10  Wim Taymans  <wim@fluendo.com>
12020
12021         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
12022
12023         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
12024         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
12025         (gst_avi_demux_stream_header):
12026         Fix some crashers with empty chunks. (Fixes #337749)
12027
12028 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
12029
12030         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
12031           use G_GINT64_CONSTANT for INT64 constants
12032         * gst/videofilter/gstvideobalance.c:
12033           define rint for WIN32 #define rint(x) (floor((x)+0.5))
12034         * win32/vs6/libgstavi.dsp:
12035          add missing libraries for the link and remove avimux.c from
12036          the project as it isn't ported to 0.10 yet
12037         
12038 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
12039
12040         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
12041           Even better would be if we actually did the right thing
12042           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
12043
12044 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
12045
12046         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
12047           Can't just replace 1LL with 1L here just because MSVC doesn't
12048           support it, as it might lead to incorrect results when doing the
12049           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
12050           force a 64-bit constant in a way that all compilers are happy with.
12051
12052 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
12053
12054         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
12055         * ext/esd/esdsink.c: (gst_esdsink_class_init):
12056         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
12057         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
12058         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
12059         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
12060         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
12061         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
12062         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
12063         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
12064         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
12065         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
12066         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
12067         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
12068         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
12069         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
12070         * gst/avi/gstavimux.c: (gst_avimux_class_init):
12071         * gst/debug/efence.c: (gst_efence_class_init):
12072         * gst/debug/negotiation.c: (gst_negotiation_class_init):
12073         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
12074         * gst/goom/gstgoom.c: (gst_goom_class_init):
12075         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
12076         * gst/interleave/deinterleave.c: (deinterleave_class_init):
12077         * gst/interleave/interleave.c: (interleave_class_init):
12078         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
12079         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
12080         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
12081         * gst/median/gstmedian.c: (gst_median_class_init):
12082         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
12083         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
12084         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
12085         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
12086         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
12087         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
12088         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
12089         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
12090         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
12091         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
12092         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
12093         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
12094         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
12095         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
12096         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
12097         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
12098         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
12099         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
12100         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
12101         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
12102         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
12103         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
12104         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
12105         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
12106         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
12107         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
12108         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
12109         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
12110         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
12111         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
12112         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
12113         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
12114         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
12115         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
12116         * sys/osxaudio/gstosxaudioelement.c:
12117         (gst_osxaudioelement_class_init):
12118         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
12119         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
12120         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
12121         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
12122
12123 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
12124
12125         * ext/mikmod/gstmikmod.h:
12126         * gst/level/gstlevel.h:
12127         Fix more broken GObject macros
12128
12129 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
12130
12131         * ext/annodex/gstcmmldec.h:
12132         * ext/annodex/gstcmmlenc.h:
12133         * ext/annodex/gstcmmltag.h:
12134         * ext/cairo/gsttextoverlay.h:
12135         * ext/ladspa/gstsignalprocessor.h:
12136         * gst/matroska/ebml-read.h:
12137         * gst/matroska/ebml-write.h:
12138         * sys/osxaudio/gstosxaudioelement.h:
12139         Fix broken GObject macros
12140
12141 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
12142
12143         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
12144           Don't try to seek beyond the end of the file (would
12145           occasionally display error dialogs in totem when seeking
12146           to the end) (#335869). Will still throw an error though
12147           if the file is truncated and the total_samples value in
12148           the stream header is wrong.
12149
12150 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
12151
12152         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
12153         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
12154         (gst_flac_dec_metadata_callback):
12155         * ext/flac/gstflacdec.h:
12156           If the stream header doesn't contain the total number of samples,
12157           search for the last flac frame at the end of the file and calculate
12158           the total duration from that frame's offset (fixes #337609).
12159
12160 2006-04-07  Edward Hervey  <edward@fluendo.com>
12161
12162         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
12163         Don't unref the GstPadTemplate returned by
12164         gst_element_class_get_pad_template().
12165
12166 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
12167
12168         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
12169
12170         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
12171         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
12172         * sys/sunaudio/gstsunaudiosink.h:
12173           Use spec->segsize and spec->segtotal in the prepare function
12174           to initialise the ring buffer instead of using the buffer-time
12175           property (#337421).
12176
12177 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
12178
12179         * configure.ac:
12180           Bump core requirements to CVS for gst_pad_query_peer_duration()
12181           which is used by speexdec.
12182
12183 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
12184
12185         * ext/speex/gstspeex.c: (plugin_init):
12186         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
12187         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
12188         (speex_get_sink_query_types), (speex_dec_sink_query),
12189         (speex_get_src_query_types), (speex_dec_src_query),
12190         (speex_dec_src_event), (speex_dec_sink_event),
12191         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
12192         (speex_dec_chain_parse_data), (speex_dec_chain),
12193         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
12194         (speex_dec_change_state):
12195         * ext/speex/gstspeexdec.h:
12196           Fix seeking and duration queries (#337033); clean up and
12197           refactor a bit.
12198
12199 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12200
12201         * ext/raw1394/gstdv1394src.c:
12202           distinguish between device not found and could not open for
12203           reading
12204
12205 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12206
12207         * Makefile.am:
12208         * configure.ac:
12209         * pkgconfig/.cvsignore:
12210         * pkgconfig/Makefile.am:
12211         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
12212           add a .pc file so other modules can use good plugins in tests
12213
12214 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12215
12216         * configure.ac:
12217           clean up, use AS_VERSION and AS_NANO
12218         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
12219           use PACKAGE_VERSION define
12220         * po/af.po:
12221         * po/az.po:
12222         * po/cs.po:
12223         * po/en_GB.po:
12224         * po/hu.po:
12225         * po/it.po:
12226         * po/nb.po:
12227         * po/nl.po:
12228         * po/or.po:
12229         * po/sq.po:
12230         * po/sr.po:
12231         * po/sv.po:
12232         * po/uk.po:
12233         * po/vi.po:
12234           updated
12235
12236 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
12237
12238         * ext\jpeg\smokecodec.c:
12239           use of GST_DEBUG instead of DEBUG(a...) for WIN32
12240         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
12241           move first instruction after all variables declarations
12242         * gst\alpha\gstalpha.c:
12243         * gst\effectv\gstshagadelic.c:
12244         * gst\smpte\paint.c:
12245         * gst\videofilter\gstvideobalance.c:
12246           define M_PI if it's not defined (it's not defined on WIN32)
12247         * gst\cutter\gstcutter.c: (gst_cutter_chain):
12248         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
12249         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
12250         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
12251         (gst_matroska_demux_video_caps):
12252         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
12253         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
12254           use gst_guint64_to_gdouble for conversions
12255         * gst\goom\filters.c: (setPixelRGB_):
12256           fix a debug which was using undefined variable
12257         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
12258         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
12259           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
12260         * win32/vs6:
12261           add vs6 projects files for most of plugins-good
12262         
12263 2006-03-30  j^  <j@bootlab.org>
12264
12265         * ext/aalib/gstaasink.c:
12266         * ext/annodex/gstcmmldec.c:
12267         * ext/annodex/gstcmmlenc.c:
12268         * ext/cairo/gsttextoverlay.c:
12269         * ext/cairo/gsttimeoverlay.c:
12270         * ext/cdio/gstcdiocddasrc.c:
12271         * ext/dv/gstdvdec.c:
12272         * ext/esd/esdmon.c:
12273         * ext/esd/esdsink.c:
12274         * ext/flac/gstflacdec.c:
12275         * ext/flac/gstflacenc.c:
12276         * ext/flac/gstflactag.c:
12277         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
12278         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
12279         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
12280         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
12281         * ext/gdk_pixbuf/gstgdkpixbuf.c:
12282         * ext/gdk_pixbuf/pixbufscale.c:
12283         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
12284         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
12285         * ext/jpeg/gstjpegdec.c:
12286         * ext/jpeg/gstjpegenc.c:
12287         * ext/jpeg/gstsmokedec.c:
12288         * ext/jpeg/gstsmokeenc.c:
12289         * ext/libcaca/gstcacasink.c:
12290         * ext/libmng/gstmngdec.c:
12291         * ext/libmng/gstmngenc.c:
12292         * ext/libpng/gstpngdec.c:
12293         * ext/libpng/gstpngenc.c:
12294         * ext/mikmod/gstmikmod.c:
12295         * ext/raw1394/gstdv1394src.c:
12296         * ext/shout2/gstshout2.c:
12297         * ext/speex/gstspeexdec.c:
12298         * ext/speex/gstspeexenc.c:
12299         * gst/alpha/gstalpha.c:
12300         * gst/alpha/gstalphacolor.c:
12301         * gst/auparse/gstauparse.c:
12302         * gst/autodetect/gstautoaudiosink.c:
12303         (gst_auto_audio_sink_base_init):
12304         * gst/autodetect/gstautovideosink.c:
12305         (gst_auto_video_sink_base_init):
12306         * gst/avi/gstavimux.c: (gst_avimux_base_init):
12307         * gst/cutter/gstcutter.c:
12308         * gst/debug/breakmydata.c:
12309         * gst/debug/efence.c:
12310         * gst/debug/gstnavigationtest.c:
12311         * gst/debug/negotiation.c:
12312         * gst/debug/progressreport.c:
12313         * gst/debug/testplugin.c:
12314         * gst/effectv/gstaging.c:
12315         * gst/effectv/gstdice.c:
12316         * gst/effectv/gstedge.c:
12317         * gst/effectv/gstquark.c:
12318         * gst/effectv/gstrev.c:
12319         * gst/effectv/gstvertigo.c:
12320         * gst/effectv/gstwarp.c:
12321         * gst/flx/gstflxdec.c:
12322         * gst/goom/gstgoom.c:
12323         * gst/interleave/deinterleave.c:
12324         * gst/interleave/interleave.c:
12325         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
12326         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
12327         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
12328         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
12329         * gst/level/gstlevel.c:
12330         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
12331         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
12332         * gst/median/gstmedian.c:
12333         * gst/monoscope/gstmonoscope.c:
12334         * gst/multipart/multipartdemux.c:
12335         * gst/multipart/multipartmux.c:
12336         * gst/oldcore/gstmd5sink.c:
12337         * gst/oldcore/gstmultifilesrc.c:
12338         * gst/oldcore/gstpipefilter.c:
12339         * gst/oldcore/gstshaper.c:
12340         * gst/oldcore/gststatistics.c:
12341         * gst/rtp/gstasteriskh263.c:
12342         * gst/rtp/gstrtpL16depay.c:
12343         * gst/rtp/gstrtpL16pay.c:
12344         * gst/rtp/gstrtpamrdepay.c:
12345         * gst/rtp/gstrtpamrpay.c:
12346         * gst/rtp/gstrtpdepay.c:
12347         * gst/rtp/gstrtpgsmpay.c:
12348         * gst/rtp/gstrtph263pay.c:
12349         * gst/rtp/gstrtph263pdepay.c:
12350         * gst/rtp/gstrtph263ppay.c:
12351         * gst/rtp/gstrtpmp4gpay.c:
12352         * gst/rtp/gstrtpmp4vdepay.c:
12353         * gst/rtp/gstrtpmp4vpay.c:
12354         * gst/rtp/gstrtpmpadepay.c:
12355         * gst/rtp/gstrtpmpapay.c:
12356         * gst/rtp/gstrtppcmadepay.c:
12357         * gst/rtp/gstrtppcmapay.c:
12358         * gst/rtp/gstrtppcmudepay.c:
12359         * gst/rtp/gstrtppcmupay.c:
12360         * gst/rtp/gstrtpspeexdepay.c:
12361         * gst/rtp/gstrtpspeexpay.c:
12362         * gst/rtsp/gstrtpdec.c:
12363         * gst/smpte/gstsmpte.c:
12364         * gst/videobox/gstvideobox.c:
12365         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
12366         * gst/videofilter/gstvideobalance.c:
12367         * gst/videofilter/gstvideoflip.c:
12368         * gst/videofilter/gstvideotemplate.c:
12369         (gst_videotemplate_base_init):
12370         * gst/videomixer/videomixer.c:
12371         * gst/wavenc/gstwavenc.c:
12372         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
12373          better/unified long descriptions
12374          Fixed #336602
12375          Some cleanups to auparse, don't send multiple newsegments.
12376
12377 2006-03-29  Wim Taymans  <wim@fluendo.com>
12378
12379         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
12380
12381         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
12382         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
12383         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
12384         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
12385         * ext/dv/gstdvdemux.h:
12386         Seek in READY patch. Only works for pull based mode.
12387         Fixes #323880
12388
12389 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
12390
12391         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
12392         (gst_gdk_pixbuf_event):
12393           Fix two crashers: don't unref the same caps twice, and
12394           set pixbuf loader to NULL after freeing it.
12395
12396 2006-03-27  Wim Taymans  <wim@fluendo.com>
12397
12398         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
12399         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
12400         (gst_speexenc_chain):
12401         * ext/speex/gstspeexenc.h:
12402         Don't leak adapter.
12403         A push *always* takes ownership of the buffer, even on
12404         errors.
12405         Small cleanups.
12406
12407 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
12408
12409         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
12410           Create source pad without leaking.
12411
12412 2006-03-24  Wim Taymans  <wim@fluendo.com>
12413
12414         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
12415         * ext/flac/gstflacdec.h:
12416         * ext/flac/gstflacenc.h:
12417         Spifify a bit.
12418         Fix deadly lock order error in seeking code, STREAM_LOCK
12419         cannot be taken within LOCK and the streaming variables are
12420         protected with the STREAM_LOCK anyway.
12421
12422 2006-03-24  Wim Taymans  <wim@fluendo.com>
12423
12424         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
12425         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
12426         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
12427         this patch combines the global init_frames with the stream
12428         init_frames. Rationale being that the global delay should 
12429         be subtracted from any stream delay.
12430         Fixes #335858.
12431
12432 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
12433
12434         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
12435         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
12436         * gst/smpte/gstsmpte.c: (gst_smpte_init):
12437         * gst/videomixer/videomixer.c: (gst_videomixer_init):
12438         use DEBUG_FUNCPTR for collectpads
12439
12440 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
12441
12442         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
12443           Don't crash when encoding images where the number of rows isn't
12444           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
12445
12446 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12447
12448         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
12449         * gst/interleave/deinterleave.c: (deinterleave_change_state):
12450         * gst/interleave/interleave.c: (interleave_change_state):
12451         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
12452           More state change function fixes.
12453
12454 2006-03-23  Wim Taymans  <wim@fluendo.com>
12455
12456         * ext/esd/esdsink.c: (gst_esdsink_class_init),
12457         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
12458         (gst_esdsink_prepare), (gst_esdsink_unprepare),
12459         (gst_esdsink_delay), (gst_esdsink_reset):
12460         * ext/esd/esdsink.h:
12461         Fix esd choppy playback by configuring audiosink
12462         correctly. Fixes #325191
12463
12464 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12465
12466         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
12467           Make state change function thread-safe.
12468
12469 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12470
12471         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
12472         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
12473           Don't try to read beyond the end of the file just because
12474           the header claims a bigger size (like with truncated files).
12475
12476 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12477
12478         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12479         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
12480         (gst_wavparse_stream_data), (gst_wavparse_loop):
12481         * gst/wavparse/gstwavparse.h:
12482           Delay source pad creation until we have the first chunk of
12483           media data, so the we can examine the data and adjust the
12484           caps accordingly if required. This makes playback of .wav
12485           files with DTS-declared-as-PCM content work (#313266).
12486
12487 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
12488
12489         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
12490         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12491         Don't attempt typefinding on too-short buffers that have been
12492         completely trimmed away. (Fixes #330239)
12493
12494         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12495         Improve the debug output
12496
12497 2006-03-21  Wim Taymans  <wim@fluendo.com>
12498
12499         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
12500         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
12501         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
12502         (gst_esdsink_set_property), (gst_esdsink_get_property):
12503         Some cleanups.
12504         Reset fd to -1 when we close them.
12505
12506 2006-03-21  Wim Taymans  <wim@fluendo.com>
12507
12508         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12509         the OPTIONS request result is optional so don't
12510         fail on it.
12511
12512 2006-03-21  Edward Hervey  <edward@fluendo.com>
12513
12514         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
12515         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
12516         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
12517         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
12518         (gst_wavparse_change_state):
12519         gcc 4.1 unreferenced pointer fixes.
12520
12521 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
12522
12523         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
12524
12525         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
12526           Fix block alignment calculation. Alignment should be done before
12527           adding the byte offset where the data starts (#335231).
12528
12529 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
12530
12531         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
12532           Ensure that we set correct caps on buffers that are transferred
12533           direct from the input.
12534
12535 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
12536
12537         * gst/goom/filters.c: (zoomFilterDestroy):
12538         * gst/goom/goom_core.c: (goom_close):
12539           Free filter data when cleaning up. (Fixes: #334995)
12540
12541 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
12542
12543         * configure.ac:
12544           Don't compile udp and rtsp plugins on win32 (mingw) or other
12545           systems that don't have <sys/socket.h> for some reason (#316203).
12546
12547 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12548
12549         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
12550         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
12551         * ext/raw1394/gstdv1394src.h:
12552           Change bus reset handler so it reports useful information such as
12553           whether the device being used connected or disconnected
12554
12555 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
12556
12557         * gst/id3demux/id3v2frames.c:
12558         (parse_relative_volume_adjustment_two):
12559           We only care about gain and peak data for the master volume.
12560
12561 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
12562
12563         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12564         (parse_id_string), (parse_unique_file_identifier),
12565         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
12566           Read replay gain tags (#323721).
12567
12568 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
12569
12570         * configure.ac:
12571           Bump requirements to gst-plugins-base CVS because
12572           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
12573
12574 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12575
12576         * rtp/gst/gstrtppcmadepay.c:
12577         Fixed one of the caps in the code from mulaw to alaw.
12578
12579 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
12580
12581         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
12582           Ensure that we set caps on the buffers we pass.
12583
12584         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
12585         (gst_id3demux_sink_activate):
12586           Ensure that we set caps on the buffers we pass.
12587
12588           Use STREAM, TYPE_NOT_FOUND as the error class when
12589           typefinding fails.
12590
12591 2006-03-15  Edward Hervey  <edward@fluendo.com>
12592
12593         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
12594         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
12595         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
12596         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
12597         (gst_jpeg_dec_setcaps):
12598         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
12599         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
12600         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
12601         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
12602         (gst_mngdec_src_getcaps):
12603         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
12604         (gst_pngdec_caps_create_and_set):
12605         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
12606         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
12607         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
12608         * gst/alpha/gstalpha.c: (gst_alpha_init):
12609         * gst/auparse/gstauparse.c: (gst_au_parse_init):
12610         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
12611         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
12612         * gst/cutter/gstcutter.c: (gst_cutter_init):
12613         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
12614         (gst_efence_checkgetrange):
12615         * gst/debug/negotiation.c: (gst_negotiation_init):
12616         * gst/flx/gstflxdec.c: (gst_flxdec_init):
12617         * gst/goom/gstgoom.c: (gst_goom_init):
12618         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
12619         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
12620         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
12621         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
12622         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
12623         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
12624         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
12625         * gst/smpte/gstsmpte.c: (gst_smpte_init):
12626         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
12627         (gst_wavparse_create_sourcepad):
12628         Fix memleak with gst_static_pad_template_get().
12629         This uses gst_pad_new_from_static_template() instead.
12630         Fixes #333512
12631
12632 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12633
12634         * configure.ac:
12635           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
12636           used by id3demux.
12637
12638         * gst/id3demux/gstid3demux.c: (plugin_init):
12639         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12640         (parse_user_text_identification_frame),
12641         (parse_unique_file_identifier):
12642           Add support for UFID and TXXX frames and extract musicbrainz tags.
12643
12644 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12645
12646         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12647           Catch short reads, like they might happen with truncated
12648           files (see #305279); remove unnecessary indentation.
12649
12650 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12651
12652         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
12653           Fix DIB image inversion for pictures with a
12654           depth != 8 (#305279).
12655
12656 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12657
12658         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
12659         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
12660         * ext/jpeg/gstjpegdec.h:
12661           Fix durations on outgoing buffers after seeking
12662           in MJPEG files (#334083); some minor clean-ups.
12663
12664 2006-03-13  Wim Taymans  <wim@fluendo.com>
12665
12666         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
12667         (gst_wavparse_change_state):
12668         Implement seek in READY (re-fixes #327658)
12669
12670 2006-03-13  Wim Taymans  <wim@fluendo.com>
12671
12672         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
12673         * ext/esd/esdmon.c: (gst_esdmon_get):
12674         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
12675         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
12676         (gst_gdk_pixbuf_sink_getcaps):
12677         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
12678         (gst_jpegenc_setcaps):
12679         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12680         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
12681         (gst_smokeenc_setcaps):
12682         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
12683         (gst_mngdec_src_getcaps):
12684         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
12685         (gst_mngenc_chain):
12686         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
12687         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
12688         * ext/speex/gstspeexdec.c: (speex_dec_convert),
12689         (speex_dec_src_event), (speex_dec_chain):
12690         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
12691         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
12692         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
12693         (gst_negotiation_pad_link), (gst_negotiation_chain):
12694         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12695         (gst_flxdec_chain):
12696         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
12697         (deinterleave_chain):
12698         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
12699         * gst/median/gstmedian.c: (gst_median_link):
12700         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
12701         (gst_monoscope_chain):
12702         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
12703         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
12704         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
12705         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
12706         close #333784 unref the result of gst_pad_get_parent()
12707         by: Christophe Fergeau.
12708
12709 2006-03-09  Wim Taymans  <wim@fluendo.com>
12710
12711         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
12712         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
12713         Handle events in push mode better, can now do non-flushing
12714         seeks in push mode as well.
12715
12716 2006-03-07  Wim Taymans  <wim@fluendo.com>
12717
12718         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
12719         Applied patch from Kai Vehmanen, fixes #333624.
12720
12721 2006-03-06  Julien MOUTTE  <julien@moutte.net>
12722
12723         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
12724         Implement paletted and grayscale png files handling.
12725         (#150363).
12726
12727 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12728
12729         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
12730         (gst_speexenc_chain):
12731           fix a tag list assert
12732           follow gst-plugins-base/ext/ogg/README; set OFFSET
12733           and OFFSET_END.  Muxes correctly with gst-plugins-base
12734           > 0.9.3
12735
12736 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12737
12738         * gst/id3demux/Makefile.am:
12739         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
12740         (gst_id3demux_chain), (gst_id3demux_sink_activate):
12741           Use new typefind helper functions here as well, and
12742           do typefinding in pull-mode if upstream supports that.
12743
12744 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12745
12746         * sys/sunaudio/gstsunaudiomixerctrl.c:
12747         (gst_sunaudiomixer_ctrl_get_volume),
12748         (gst_sunaudiomixer_ctrl_set_volume):
12749         * sys/sunaudio/gstsunaudiomixertrack.c:
12750         (gst_sunaudiomixer_track_new):
12751           Remove unused variables, breaks build from CVS
12752           with -Werror (#333392, patch by: Benjamin Pineau)
12753
12754 2006-03-03  Wim Taymans  <wim@fluendo.com>
12755
12756         * docs/plugins/Makefile.am:
12757         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12758         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12759         Added wavparse docs.
12760
12761         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
12762         (gst_wavparse_reset), (gst_wavparse_init),
12763         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
12764         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
12765         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
12766         (gst_wavparse_stream_data), (gst_wavparse_loop),
12767         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
12768         (gst_wavparse_change_state):
12769         * gst/wavparse/gstwavparse.h:
12770         Implement seek in READY (fixes #327658)
12771         Added docs and did some cleanups.
12772
12773 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
12774
12775         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12776         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
12777         (gst_avi_demux_calculate_durations_from_index),
12778         (gst_avi_demux_stream_header):
12779         * gst/avi/gstavidemux.h:
12780           If we have an index, use a duration based on the index instead
12781           of blindly trusting the information in the stream headers
12782           (fixes #331817).
12783
12784 2006-03-03  Wim Taymans  <wim@fluendo.com>
12785
12786         * docs/plugins/Makefile.am:
12787         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12788         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12789         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12790         Added smoke and jpeg to the docs.
12791
12792         * ext/jpeg/Makefile.am:
12793         * ext/jpeg/gstjpeg.c: (plugin_init):
12794         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
12795         * ext/jpeg/gstjpegenc.h:
12796         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
12797         (gst_smokedec_chain):
12798         * ext/jpeg/gstsmokedec.h:
12799         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12800         * ext/jpeg/gstsmokeenc.h:
12801         * ext/jpeg/smokecodec.h:
12802         Port smokedec (fixes #331905).
12803         Added some docs.
12804         Some cleanups.
12805
12806 2006-03-03  Wim Taymans  <wim@fluendo.com>
12807
12808         * docs/plugins/Makefile.am:
12809         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12810         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12811         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12812         Added videobalance and videoflip to the docs.
12813
12814         * gst/videofilter/Makefile.am:
12815         * gst/videofilter/gstvideobalance.c:
12816         (gst_video_balance_update_tables_planar411),
12817         (gst_video_balance_is_passthrough),
12818         (gst_video_balance_update_properties), (oil_tablelookup_u8),
12819         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
12820         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
12821         (gst_video_balance_finalize), (gst_video_balance_class_init),
12822         (gst_video_balance_init), (gst_video_balance_interface_supported),
12823         (gst_video_balance_interface_init),
12824         (gst_video_balance_colorbalance_list_channels),
12825         (gst_video_balance_colorbalance_set_value),
12826         (gst_video_balance_colorbalance_get_value),
12827         (gst_video_balance_colorbalance_init),
12828         (gst_video_balance_set_property), (gst_video_balance_get_property),
12829         (gst_video_balance_get_type), (plugin_init):
12830         * gst/videofilter/gstvideobalance.h:
12831         Ported to 0.10. (Fixes #326160)
12832         Added docs.
12833
12834         * gst/videofilter/gstvideoflip.c:
12835         * gst/videofilter/gstvideoflip.h:
12836         Added docs.
12837
12838 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
12839
12840         * configure.ac:
12841           Bump requirements to current core and -base CVS
12842           (core for new typefind helper API, and -base for the
12843           WAVFORMATEX support that was added to libgstriff and
12844           is needed by wavparse).
12845         
12846         * gst/apetag/Makefile.am:
12847         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
12848         (gst_tag_demux_sink_activate):
12849           Use new typefind helpers for typefinding instead of our
12850           home-grown stuff; also, do typefinding in pull-mode if
12851           upstream supports that.
12852
12853 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
12854
12855         Reviewed by: Christian Schaller <christian@fluendo.com>
12856
12857         This patch fixes bug: 329107
12858
12859         This Changelog entry is for a commit done on February 17
12860
12861         * ext/gconf/gconf.c
12862         * ext/gconf/gconf.h
12863         * ext/gconf/gstgconfaudiosink.c
12864         * ext/gconf/gstgconfaudiosink.h
12865         * gconf/gstreamer.schemas.in
12866
12867 2006-02-28  Wim Taymans  <wim@fluendo.com>
12868
12869         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12870         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12871         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
12872         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
12873         Use DEBUG_OBJECT more.
12874
12875 2006-02-28  Wim Taymans  <wim@fluendo.com>
12876
12877         * docs/plugins/Makefile.am:
12878         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12879         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12880         Added dvdec and dvdemux to docs.
12881
12882         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
12883         Added docs.
12884         Check frame sizes so we don't crash when don't have enough
12885         data.
12886         Send nice error messages on error.
12887
12888         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
12889         (gst_dvdemux_class_init), (gst_dvdemux_init),
12890         (gst_dvdemux_finalize), (gst_dvdemux_reset),
12891         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12892         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12893         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
12894         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
12895         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
12896         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
12897         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
12898         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
12899         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
12900         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
12901         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
12902         * ext/dv/gstdvdemux.h:
12903         Added docs.
12904         Implement pull mode.
12905         Fix memleaks.
12906         Reduce memcpy for the video demuxing.
12907
12908 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
12909
12910         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
12911         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
12912         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
12913         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
12914           Add a little extra debug. Make the decoder not return NOT_LINKED,
12915           as we want to continue decoding all CMML and emitting tags.
12916
12917 2006-02-27  Michael Smith  <msmith@fluendo.com>
12918
12919         * ext/annodex/gstskeltag.c:
12920         * ext/annodex/gstskeltag.h:
12921           Deleted; these files aren't used any more either.
12922
12923 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12924
12925         * ext/Makefile.am: Fix dist-check.
12926
12927 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12928
12929         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
12930         memleak.
12931
12932 2006-02-25  Alessandro Decina <alessandro@nnva.org>
12933
12934         * ext/annodex/Makefile.am:
12935         * ext/annodex/gstannodex.c:
12936         * ext/annodex/gstcmmldec.c:
12937         * ext/annodex/gstcmmlenc.c:
12938         * ext/annodex/gstcmmlparser.c:
12939         * ext/annodex/gstcmmlparser.h:
12940         * ext/annodex/gstcmmlutils.c:
12941         * tests/check/elements/cmmldec.c:
12942         * tests/check/elements/cmmlenc.c:
12943           Fix a memleak in gst_cmml_track_list_add_clip.
12944           Handle overflows in clip's start and end times.
12945           Add the "encoded" parameter to cmmldec and cmmlenc caps.
12946           Do not parse junk at the end of a CMML preamble buffer.
12947           Register a libxml error handler to not print stuff on stderr.
12948           Check for bad clip start and end times in the testsuites.
12949
12950 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12951
12952         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
12953         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
12954         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
12955         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
12956         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
12957         possible memleaks.
12958
12959 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12960
12961         * tests/check/Makefile.am:
12962         * tests/check/elements/cmmldec.c:
12963         * tests/check/elements/cmmlenc.c: Fix tests so that they use
12964         the plugins-base tags.
12965
12966 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12967
12968         * ext/Makefile.am: Re-enable module.
12969
12970 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12971
12972         * tests/check/Makefile.am: Forgot to remove that test.
12973
12974 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12975
12976         * ext/annodex/Makefile.am:
12977         * ext/annodex/gstannodex.c: (plugin_init):
12978         * ext/annodex/gstcmmldec.c:
12979         * ext/annodex/gstskeldec.c:
12980         * ext/annodex/gstskeldec.h:
12981         * tests/check/Makefile.am:
12982         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
12983
12984 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12985
12986         * tests/check/Makefile.am: Disable those checks as well.
12987
12988 2006-02-24  Julien MOUTTE  <julien@moutte.net>
12989
12990         * ext/Makefile.am: Disable annodex for now until we figure out
12991         how to make it build.
12992         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
12993         Add a rule to your checklist : "please try to at least build 
12994         what you are going to commit into -good, or if you are too lazy
12995         to do that, please check that the buildbots are not crying because
12996         of your commit."
12997
12998 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
12999
13000         * configure.ac:
13001         * ext/Makefile.am:
13002         * ext/gdk_pixbuf/Makefile.am:
13003         * ext/gdk_pixbuf/gstgdkpixbuf.c:
13004         * ext/gdk_pixbuf/gstgdkpixbuf.h:
13005         * ext/gdk_pixbuf/pixbufscale.c:
13006         * ext/gdk_pixbuf/pixbufscale.h:
13007           Gdkpixbuf ported from 0.8 to 0.10 by
13008           Renato Filho <renato.filho@indt.org.br>.
13009           gst_loader and gdkpixbufanimation still need port.
13010
13011 2006-02-24  Michael Smith  <msmith@fluendo.com>
13012
13013         * configure.ac:
13014         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13015         * ext/Makefile.am:
13016         * ext/annodex/Makefile.am:
13017         * ext/annodex/gstannodex.c:
13018         * ext/annodex/gstannodex.h:
13019         * ext/annodex/gstcmmldec.c:
13020         * ext/annodex/gstcmmldec.h:
13021         * ext/annodex/gstcmmlenc.c:
13022         * ext/annodex/gstcmmlenc.h:
13023         * ext/annodex/gstcmmlparser.c:
13024         * ext/annodex/gstcmmlparser.h:
13025         * ext/annodex/gstcmmltag.c:
13026         * ext/annodex/gstcmmltag.h:
13027         * ext/annodex/gstcmmlutils.c:
13028         * ext/annodex/gstcmmlutils.h:
13029         * ext/annodex/gstskeldec.c:
13030         * ext/annodex/gstskeldec.h:
13031         * ext/annodex/gstskeltag.c:
13032         * ext/annodex/gstskeltag.h:
13033         * tests/check/Makefile.am:
13034         * tests/check/elements/cmmldec.c:
13035         * tests/check/elements/cmmlenc.c:
13036         * tests/check/elements/skeldec.c:
13037           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
13038           Includes tests & docs, oh my! Passes Thomas's -good checklist
13039           entirely. Wow.
13040
13041 2006-02-24  Michael Smith  <msmith@fluendo.com>
13042
13043         * autogen.sh:
13044           Check for automake 1.9 as well.
13045
13046 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
13047
13048         * ext/flac/gstflacenc.c:
13049           Change min. sample rate to 8kHz to match flacdec's.
13050           
13051 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
13052
13053         * ext/cdio/Makefile.am:
13054           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
13055           required for Cygwin, see #317048)
13056
13057         * gst/rtp/gstasteriskh263.c:
13058           Cygwin has includes for both the unix network socket API
13059           and the windows API, but only one can be included, so fix
13060           includes to only use one or the other, prefering the unxi
13061           one (#317048).
13062
13063 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
13064
13065         * rtp/gst/gstrtppcmadepay.c:
13066         * rtp/gst/gstrtppcmadepay.h:
13067         * rtp/gst/gstgstrtppcmapay.c:
13068         * rtp/gst/gstgstrtppcmapay.h:
13069         * rtp/gst/gstrtppcmudepay.c:
13070         * rtp/gst/gstrtppcmudepay.h:
13071         * rtp/gst/gstrtppcmupay.c:
13072         * rtp/gst/gstrtppcmupay.h:
13073         * rtp/gst/Makefile.am:
13074         * rtp/gst/gstrtp.c:
13075         * rtp/gst/README:
13076         Separated the G711 payloaders/depayloaders into separate elements for
13077         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
13078
13079 2006-02-22  Wim Taymans  <wim@fluendo.com>
13080
13081         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
13082         (gst_dvdec_change_state):
13083         * ext/dv/gstdvdec.h:
13084         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
13085         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
13086         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
13087         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
13088         (gst_dvdemux_flush), (gst_dvdemux_chain),
13089         (gst_dvdemux_change_state):
13090         * ext/dv/gstdvdemux.h:
13091         Ueber spiffify some more, added debug category.
13092         Use _scale.
13093         Use segments, respect playback rate from newsegment.
13094         Fix refcount issue.
13095
13096 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
13097
13098         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
13099         (gst_signal_processor_process):
13100         Fix compilation of LADPSA. It doesn't seem to work, and isn't
13101         enabled for the build, but it helps me win the feature-count
13102         competitions ooh yeah.
13103
13104 2006-02-19  Wim Taymans  <wim@fluendo.com>
13105
13106         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
13107         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
13108         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
13109         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
13110         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
13111         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
13112         Use scaling code for added precission and more correct stop
13113         position in case scale==0.
13114
13115 2006-02-19  Wim Taymans  <wim@fluendo.com>
13116
13117         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
13118         (gst_flxdec_chain):
13119         * gst/flx/gstflxdec.h:
13120         Implement DURATION query.
13121
13122 2006-02-19  Wim Taymans  <wim@fluendo.com>
13123
13124         * gst/flx/flx_color.h:
13125         * gst/flx/flx_fmt.h:
13126         * gst/flx/gstflxdec.c: (gst_flxdec_init),
13127         (gst_flxdec_src_query_handler), (flx_decode_color),
13128         (gst_flxdec_chain):
13129         * gst/flx/gstflxdec.h:
13130         Set MALLOCDATA for the temp buffers so we don't leak.
13131         Some debug cleanups.
13132         Consume all data in the adapter before leaving the chain
13133         function. Fixes #330678.
13134
13135 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
13136
13137         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
13138         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
13139          Handle 0 data size in otherwise valid frames.
13140          Handle numeric strings in 2.4.0 even when not in parentheses 
13141
13142 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
13143
13144         * gst/matroska/matroska-demux.c:
13145         (gst_matroska_demux_subtitle_caps),
13146         (gst_matroska_demux_plugin_init):
13147         * gst/matroska/matroska-ids.h:
13148           Recognise SSA/ASS and USF subtitle formats and
13149           set proper caps when they are found.
13150
13151 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
13152
13153         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
13154         (gst_jpeg_dec_chain):
13155           Fix invalid memory access for some odd-sized images
13156           (see image contained in quicktime stream in #327083);
13157           use g_malloc() instead of g_alloca().
13158
13159 2006-02-17  Wim Taymans  <wim@fluendo.com>
13160
13161         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
13162         Patch from Sebastien Cote, fixes #319884
13163
13164 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
13165
13166         * ext/cdio/gstcdio.c: (plugin_init):
13167           Init debug category (#331253).
13168
13169 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
13170
13171         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
13172           Pass extra_data to gst_riff_create_audio_caps(), so that
13173           WAVEFORMATEX stuff works. Post audio codec name and post
13174           it as taglist on the bus. Allow up to 8 channesl for raw
13175           PCM in the source pad template caps.
13176
13177 2006-02-16  Wim Taymans  <wim@fluendo.com>
13178
13179         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
13180         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
13181         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
13182         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
13183         (gst_multipart_set_property), (gst_multipart_get_property):
13184         Applied #318663. Gives quite a few false positives in
13185         autoscan mode, but it's better than nothing. Not closing yet.
13186
13187 2006-02-16  Wim Taymans  <wim@fluendo.com>
13188
13189         * docs/plugins/Makefile.am:
13190         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13191         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13192         * docs/plugins/gst-plugins-good-plugins.args:
13193         * docs/plugins/inspect/plugin-udp.xml:
13194         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13195         (gst_udpsrc_start):
13196         Update documentation.
13197         Fix args.
13198
13199 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
13200
13201         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
13202         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
13203         frame size. (Fixes #331368)
13204
13205 2006-02-16  Wim Taymans  <wim@fluendo.com>
13206
13207         * gst/rtsp/README:
13208         Updated README.
13209
13210         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
13211         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
13212         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
13213         * gst/rtsp/gstrtspsrc.h:
13214         Make sure the RTP port is an even port an try to allocate 
13215         another if not.
13216         Added retry property to control max retries for port allocation.
13217         Make sure RTCP port is RTP port+1.
13218         Cleanup when port allocation fails.
13219         Fixes #319183.
13220         
13221 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
13222
13223         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
13224           Don't ignore return value of the parent class's state
13225           change function (#331385, patch by: Wouter Paesen).
13226
13227 2006-02-15  Wim Taymans  <wim@fluendo.com>
13228
13229         * configure.ac:
13230         * docs/plugins/Makefile.am:
13231         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13232         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13233         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13234         * ext/Makefile.am:
13235         * ext/hal/Makefile.am:
13236         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
13237         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
13238         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
13239         (do_toggle_element), (gst_hal_audio_sink_set_property),
13240         (gst_hal_audio_sink_get_property),
13241         (gst_hal_audio_sink_change_state):
13242         * ext/hal/gsthalaudiosink.h:
13243         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
13244         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
13245         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
13246         (do_toggle_element), (gst_hal_audio_src_set_property),
13247         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
13248         * ext/hal/gsthalaudiosrc.h:
13249         * ext/hal/gsthalelements.c: (plugin_init):
13250         * ext/hal/gsthalelements.h:
13251         * ext/hal/hal.c: (gst_hal_get_string),
13252         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
13253         (gst_hal_get_audio_src):
13254         * ext/hal/hal.h:
13255         Add HAL sound device wrapper plugins. Closes #329106
13256
13257 2006-02-15  Wim Taymans  <wim@fluendo.com>
13258
13259         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
13260         Add comment in a fultile attempt to stop the copy-and-paste 
13261         paradigm leading to duplication of bad code.
13262
13263         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
13264         Mime parameters have to be checked case insensitive
13265
13266 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
13267
13268         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
13269           Advance stream time for lagging subtitle streams by sending
13270           newsegment events with the update flag set.
13271
13272 2006-02-14  Edward Hervey  <edward@fluendo.com>
13273
13274         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
13275         There can be bogus data before the hdrl LIST tag in the RIFF header.
13276         It's hard to say if it's not respecting the AVI specifications or not,
13277         but since Google Video is producing AVIs like that and the other player
13278         don't seem to complain, I guess we should do the same.
13279
13280 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
13281
13282         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
13283         (parse_split_strings):
13284         Add more validation to ensure that a char encoding conversion
13285         produced a valid UTF-8 string.
13286
13287 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
13288
13289         Reviewed by: Edward Hervey  <edward@fluendo.com>
13290
13291         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
13292         Properly handle end of segment. Closes #330885.
13293
13294 2006-02-13  Wim Taymans  <wim@fluendo.com>
13295
13296         * gst/rtp/gstrtpmp4gpay.h:
13297         For got to commit this one.
13298
13299 2006-02-12  Wim Taymans  <wim@fluendo.com>
13300
13301         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
13302         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
13303         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
13304         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
13305         * gst/rtp/gstrtpmp4gpay.h:
13306         Make more things work.
13307         Handle ACC config strings.
13308
13309 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
13310
13311         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
13312           set timestamps if no incoming timestamps set
13313
13314 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
13315
13316         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
13317         (gst_tag_demux_do_typefind):
13318           ... and fix the very same leaks in GstTagDemux.
13319
13320 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
13321
13322         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
13323         (gst_id3demux_do_typefind):
13324         Fix a couple of mem leaks. (Patch by Jonathan Matthew
13325         <jonathan at kaolin dot wh9 dot net>)
13326
13327 2006-02-10  Wim Taymans  <wim@fluendo.com>
13328
13329         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
13330         First set options, then set caps or else the baseclass
13331         will not know about the options, duh.
13332
13333 2006-02-10  Wim Taymans  <wim@fluendo.com>
13334
13335         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
13336         (gst_rtp_mp4v_pay_setcaps):
13337         Don't waste time looking for a config string if we have codec_info
13338         on the incomming caps.
13339
13340 2006-02-10  Wim Taymans  <wim@fluendo.com>
13341
13342         * gst/rtp/README:
13343         Say something about case-sensitivity of caps vs mime-attributes.
13344
13345         * gst/rtp/Makefile.am:
13346         * gst/rtp/gstrtp.c: (plugin_init):
13347         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
13348         (gst_rtp_amr_pay_handle_buffer):
13349         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
13350         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
13351         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
13352         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
13353         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
13354         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
13355         (gst_rtp_mp4g_pay_plugin_init):
13356         * gst/rtp/gstrtpmp4gpay.h:
13357         Added beginnings of mpeg4-generic payloader (RFC 3640)
13358
13359 2006-02-09  Wim Taymans  <wim@fluendo.com>
13360
13361         * gst/rtsp/Makefile.am:
13362         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
13363         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
13364         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
13365         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
13366         (gst_rtpdec_change_state):
13367         * gst/rtsp/gstrtpdec.h:
13368         * gst/rtsp/gstrtsp.c: (plugin_init):
13369         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
13370         * gst/rtsp/rtspconnection.c: (read_body),
13371         (rtsp_connection_receive):
13372         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
13373         Resurected rtpdec to make rtspsrc happy again.
13374         Skip attributes from the session id.
13375         Don't crash when dumping a message with an empty body.
13376
13377
13378 2006-02-09  Wim Taymans  <wim@fluendo.com>
13379
13380         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
13381         Added more meaningfull warnings when something goes wrong.
13382         Clear F bit on outgoing AMR packets.
13383
13384         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
13385         (gst_rtp_amr_pay_handle_buffer):
13386         Added debugging category
13387         Support payloading of multiple AMR frames.
13388
13389         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
13390         Added some debugging.
13391
13392 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
13393
13394         * configure.ac:
13395           Back to CVS
13396
13397 === release 0.10.2 ===
13398
13399 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
13400
13401         * configure.ac:
13402           releasing 0.10.2, "Papa was a rolling stone"
13403
13404 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
13405
13406         * configure.ac:
13407           Bump core and plugins-base requirement to 0.10.2.2
13408           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
13409
13410 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
13411
13412         * ext/flac/gstflac.c: (plugin_init):
13413         * ext/speex/gstspeex.c: (plugin_init):
13414           Register musicbrainz tags.
13415
13416 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
13417
13418         * ext/gconf/gconf.h:
13419           Remove declaration of function that no longer exists.
13420
13421 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13422
13423         * ext/shout2/gstshout2.c: (gst_shout2send_render),
13424         (gst_shout2send_setcaps), (gst_shout2send_change_state):
13425         Make shout2 work for non ogg streams
13426
13427 2006-02-06  Wim Taymans  <wim@fluendo.com>
13428
13429         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
13430         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
13431         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
13432         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
13433         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
13434         * gst/udp/gstmultiudpsink.h:
13435         Updated docs.
13436         Added properties bytes-served, bytes_to_serve.
13437         Post proper error messages,
13438         Emit client added signal too.
13439
13440 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13441
13442         * docs/plugins/Makefile.am:
13443         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13444         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13445         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
13446         (gst_multiudpsink_get_stats):
13447           adding docs for multiudpsink
13448
13449 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13450
13451         * gst/level/gstlevel.c: (gst_level_transform_ip):
13452           peak below decay is not necessarily an error, so don't ERROR log
13453
13454 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13455
13456         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
13457         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
13458         (gst_ebml_write_seek):
13459         * gst/matroska/ebml-write.h:
13460           Make sure we send a newsegment event in BYTES format
13461           before sending buffers (#328531).
13462
13463 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13464
13465         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
13466         (gst_dvdemux_sink_query):
13467         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
13468         * ext/speex/gstspeexdec.c: (speex_get_query_types),
13469         (speex_dec_src_query):
13470         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
13471         (gst_speexenc_sink_query):
13472         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
13473         * gst/matroska/matroska-demux.c:
13474         (gst_matroska_demux_get_src_query_types),
13475         (gst_matroska_demux_handle_src_query):
13476         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
13477         (gst_wavparse_pad_query):
13478           Pass unhandled queries upstream instead of just dropping
13479           them (#326446). Update query type arrays here and there.
13480
13481 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13482
13483         * tests/check/elements/matroskamux.c: (setup_src_pad):
13484           Collectpads in core got changed and now also holds a
13485           reference to any pad that is part of it. Fix refcount
13486           checks in test case accordingly.
13487
13488 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13489
13490         * gst/apetag/gstapedemux.h:
13491           Fix include, for now GstTagDemux is in the apetag dir.
13492
13493 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13494
13495         * docs/plugins/Makefile.am:
13496         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13497         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13498         * docs/plugins/inspect/plugin-cdio.xml:
13499           Add cdio plugin to docs.
13500
13501         * ext/cdio/gstcdiocddasrc.c:
13502           Add gtk-doc blurb.
13503
13504         * ext/cdio/gstcdio.c:
13505           The plugin is called 'cdio' not 'cddio'.
13506
13507 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13508
13509         * configure.ac:
13510         * docs/plugins/Makefile.am:
13511         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13512         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13513         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13514         * docs/plugins/inspect/plugin-apetag.xml:
13515         * gst/apetag/Makefile.am:
13516         * gst/apetag/gstapedemux.c:
13517         * gst/apetag/gstapedemux.h:
13518         * gst/apetag/gsttagdemux.c:
13519         * gst/apetag/gsttagdemux.h:
13520           Add APE tag demuxer (#325649).
13521
13522 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
13523
13524         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
13525         (gst_gconf_get_default_video_sink),
13526         (gst_gconf_get_default_audio_src),
13527         (gst_gconf_get_default_video_src):
13528         * ext/gconf/gconf.h:
13529         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
13530         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
13531         (do_toggle_element):
13532         * ext/gconf/gstgconfaudiosink.h:
13533         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
13534         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13535         (do_toggle_element):
13536         * ext/gconf/gstgconfaudiosrc.h:
13537         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
13538         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
13539         (do_toggle_element):
13540         * ext/gconf/gstgconfvideosink.h:
13541         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
13542         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13543         (do_toggle_element):
13544         * ext/gconf/gstgconfvideosrc.h:
13545           Ignore changing the GConf key to "". Ignore GConf key updates
13546           that don't actually change the string.
13547           For now, ignore the GConf key when the state is > READY, as
13548           it breaks streaming. Sometime it will be nice to bring the
13549           new sink online even mid-stream, by sending NEWSEGMENT info
13550           and possibly prerolling.
13551           (Fixes #326736)
13552
13553 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
13554
13555         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
13556         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
13557         (zoomFilterSetResolution), (zoomFilterDestroy),
13558         (zoomFilterFastRGB), (pointFilter):
13559         * gst/goom/filters.h:
13560         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
13561         (goom_update), (goom_close):
13562         * gst/goom/goom_core.h:
13563         * gst/goom/goom_tools.h:
13564         * gst/goom/graphic.c:
13565         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
13566         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
13567         * gst/goom/gstgoom.h:
13568         * gst/goom/lines.c: (goom_lines):
13569         * gst/goom/lines.h:
13570           Make goom reentrant by moving all important static variables
13571           into instance structures.
13572           (Fixes #329181)
13573
13574 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
13575
13576         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13577         (gst_avi_demux_all_source_pads_unlinked),
13578         (gst_avi_demux_process_next_entry):
13579         * gst/avi/gstavidemux.h:
13580           Third attempt, use gst_pad_is_linked() this time.
13581
13582 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
13583
13584         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13585         (parse_split_strings):
13586         Adjust for data length indicators when parsing (Fixes #329810)
13587         Fix stupid bug parsing UTF-8 tag text.
13588         Output tag strings with multiple fields as multiple tags, so the
13589         app gets all the data.
13590
13591 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
13592
13593         * ext/flac/gstflacenc.c:
13594         Fixed a bug add in last commit, where no event is send. Thanks Tim to
13595         show me.
13596         
13597 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
13598
13599         * ext/flac/gstflacenc.c:
13600         * gst/matroska/ebml-read.c:
13601         Just make it compile with --disable-gst-debug.
13602
13603 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
13604
13605         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
13606         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
13607         (id3v2_genre_fields_to_taglist):
13608           Never output a tag with a null contents string.
13609
13610 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13611
13612         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
13613           Only pause if all pads are unlinked AND we've tried to send data
13614           on all of them at least once.
13615
13616 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13617
13618         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
13619         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
13620           Make loop function/task pause itself when all source pads are
13621           unlinked.
13622
13623 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13624
13625         * configure.ac:
13626         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
13627           Use new functions from core to render a bin from a
13628           string. Fixes build. Up requirements to core CVS.
13629
13630 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
13631
13632         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
13633           Don't push buffers into the adapter that we are going to
13634           push downstream again without framing anyway. Also, the
13635           adaptor takes ownership of buffers put into it (fixes
13636           auparse pushing invalid buffers for .au files with
13637           ADPCM contents). Finally, set caps on all outgoing buffers.
13638
13639 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
13640
13641         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
13642         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
13643         (gst_id3demux_send_tag_event):
13644         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
13645         Someone should kick my butt. Remove ID3v1 tags from the end of the
13646         file.
13647
13648         Improve error messages. Send the TAG message as soon as we complete
13649         typefinding, instead of waiting until we send the first buffer.
13650         Downstream tag event is still sent before the first buffer.
13651
13652 2006-01-27  Jan Gerber  <j@bootlab.org>
13653
13654         Reviewed by: Andy Wingo <wingo@pobox.com>
13655
13656         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
13657         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
13658         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
13659         to not have warings flooding stderr. this is the suggested way
13660         also used in dvgrab and kino. (#328336)
13661
13662 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
13663
13664         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
13665         (gst_oss_sink_init), (gst_oss_sink_finalise):
13666           Free the device name string when finalised.
13667
13668 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
13669
13670         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
13671           Don't put function calls in g_return_if_fail() statements,
13672           or they'll be replaced with NOOPs if someone compiles with
13673           G_DISABLE_CHECKS defined.
13674           
13675 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
13676
13677         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13678         Never trust ANY information encoded in a media file, especially
13679         when it's giving you sizes. (Fixes #328452)
13680
13681 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
13682
13683         * gst/rtp/gstrtpg711pay.c:
13684         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
13685         bug #325148.
13686
13687 2006-01-23  Edward Hervey  <edward@fluendo.com>
13688
13689         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
13690         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
13691         * gst/matroska/matroska-ids.h:
13692         Added recognition of Real Audio and Video streams in matroska demuxer.
13693
13694 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
13695
13696         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
13697           Remove errant break statement, and fix compilation with
13698           older GCC.
13699
13700 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
13701
13702         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13703
13704         * sys/sunaudio/gstsunaudiomixerctrl.c:
13705         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
13706           Export functions that are needed in other parts of the code,
13707           makes the mixer actually work; adjust magic minimum buffer-time
13708           value from 3ms to 5ms to work around stuttering during mp3
13709           playback (#327765).
13710
13711 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
13712
13713         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13714
13715         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
13716         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
13717           Fix possible deadlock in matroska muxer (#327825).
13718
13719 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
13720
13721         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
13722         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
13723         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
13724         * gst/rtsp/sdpmessage.h:
13725         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
13726         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
13727           C89 fixes: declare variables at the beginning of a block and
13728           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
13729           <jensgr at gmx dot net>).
13730
13731 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
13732
13733         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13734         * gst/id3demux/id3tags.h:
13735         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13736         (parse_comment_frame), (parse_text_identification_frame),
13737         (id3v2_tag_to_taglist), (id3v2_are_digits),
13738         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
13739         (parse_split_strings), (free_tag_strings):
13740           Rewrite parsing of text tags to handle multiple NULL terminated
13741           strings. Parse numeric genre strings and ID3v2 type
13742           "(3)(6)Alternative" style genre strings.
13743           Parse dates that are only YYYY or YYYY-mm format.
13744           (Fixes #328241 and #322154)
13745
13746 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
13747
13748         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
13749           Don't forget to initialize liboil, otherwise our oil functions
13750           will crash (fixes #327871; patch by: Christoph Burghardt
13751           <hawkes at web dot de>).
13752
13753 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13754
13755         * configure.ac:
13756           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
13757           like in the core and gst-plugins-base. Fixes #324367 and #326683;
13758           patch by: Brian Cameron <brian dot cameron at sun dot com>
13759
13760 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13761
13762         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
13763         * ext/cdio/gstcdio.h:
13764         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
13765           Fix build for libcdio versions >= 76; give slightly lower rank
13766           than cdparanoia.
13767
13768 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13769
13770         * configure.ac:
13771         * ext/Makefile.am:
13772         * ext/cdio/Makefile.am:
13773         * ext/cdio/gstcdio.c:
13774         * ext/cdio/gstcdio.h:
13775         * ext/cdio/gstcdiocddasrc.c:
13776         * ext/cdio/gstcdiocddasrc.h:
13777           Port libcdio cdda source, formerly known as cddasrc, now known as
13778           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
13779           but that's not tested (fixes #317658).
13780
13781 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13782
13783         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
13784           Fix conversion from TIME to BYTES format (fixes #326864;
13785           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
13786
13787 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
13788
13789         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13790           Fix compilation of id3demux when zlib is not present.
13791           (Fixes #326602; patch by: Sergey Scobich)
13792
13793 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
13794
13795         * ext/esd/Makefile.am:
13796           Add $(ESD_CFLAGS), otherwise build will fail for folks
13797           with libesd in a non-standard prefix (#327009).
13798
13799 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13800
13801         * configure.ac:
13802           back to HEAD
13803
13804 === release 0.10.1 ===
13805
13806 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
13807
13808         * configure.ac:
13809           releasing 0.10.1, "Li"
13810
13811 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13812
13813           patch by: Wim Taymans
13814
13815         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13816           fix memleak.  Fixes #326618
13817
13818 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13819
13820           patch by: Mike Smith
13821
13822         * gst/level/gstlevel.c: (gst_level_message_new),
13823         (gst_level_message_append_channel):
13824           Fix memleak.  Fixes #326612
13825
13826 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13827
13828         * configure.ac:
13829           prereleasing
13830         * po/af.po:
13831         * po/az.po:
13832         * po/cs.po:
13833         * po/en_GB.po:
13834         * po/hu.po:
13835         * po/it.po:
13836         * po/nb.po:
13837         * po/nl.po:
13838         * po/or.po:
13839         * po/sq.po:
13840         * po/sr.po:
13841         * po/sv.po:
13842         * po/uk.po:
13843         * po/vi.po:
13844           update translations
13845
13846 2006-01-10  Michael Smith  <msmith@fluendo.com>
13847
13848         * gst/level/gstlevel.c: (gst_level_class_init),
13849         (gst_level_dispose):
13850           Don't leak filter arrays.
13851
13852 2006-01-09 Brian Cameron <brian.cameron@sun.com>
13853
13854         reviewed by: Christian Schaller <uraeus@gnome.org>
13855         
13856         * configure.ac:
13857         * gst-plugins-good.spec.in:
13858         * sys/Makefile.am:
13859         * sys/sunaudio/Makefile.am:
13860         * sys/sunaudio/gstsunaudio.c: (plugin_init):
13861         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
13862         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
13863         (gst_sunaudiomixer_change_state):
13864         * sys/sunaudio/gstsunaudiomixer.h:
13865         * sys/sunaudio/gstsunaudiomixerctrl.c:
13866         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
13867         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
13868         (gst_sunaudiomixer_ctrl_list_tracks),
13869         (gst_sunaudiomixer_ctrl_get_volume),
13870         (gst_sunaudiomixer_ctrl_set_volume),
13871         (gst_sunaudiomixer_ctrl_set_mute),
13872         (gst_sunaudiomixer_ctrl_set_record):
13873         * sys/sunaudio/gstsunaudiomixerctrl.h:
13874         * sys/sunaudio/gstsunaudiomixertrack.c:
13875         (gst_sunaudiomixer_track_class_init),
13876         (gst_sunaudiomixer_track_init), (fill_labels),
13877         (gst_sunaudiomixer_track_new):
13878         * sys/sunaudio/gstsunaudiomixertrack.h:
13879         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
13880         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
13881         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
13882         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
13883         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
13884         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
13885         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
13886         * sys/sunaudio/gstsunaudiosink.h:
13887
13888         Add SunAudio plugin - tested to make sure it doesn't break
13889         the build under GNU/Linux.      
13890
13891 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
13892
13893         * gst-plugins-good/gst/udp/gstdynudpsink.c:
13894         * gst-plugins-good/gst/udp/gstudpsrc.c:
13895         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
13896         overrides the port or multicast parameters. Fixes bugs #323021.
13897         API addition: adds GstUDPSrc::sockfd property   
13898
13899 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
13900
13901         * ext/gconf/Makefile.am:
13902         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
13903         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
13904         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13905         (do_toggle_element), (cb_toggle_element),
13906         (gst_gconf_audio_src_change_state):
13907         * ext/gconf/gstgconfaudiosrc.h:
13908         * ext/gconf/gstgconfelements.c: (plugin_init):
13909         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
13910         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
13911         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13912         (do_toggle_element), (cb_toggle_element),
13913         (gst_gconf_video_src_change_state):
13914         * ext/gconf/gstgconfvideosrc.h:
13915           Add new gconfaudiosrc and gconfvideosrc elements
13916           (needed for gnome-sound-recorder).
13917
13918 2006-01-06  Edward Hervey  <edward@fluendo.com>
13919
13920         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13921         Add gst_element_no_more_pads() for proper decodebin behaviour.
13922         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
13923         (parse_text_identification_frame), (parse_split_strings):
13924         Failure to decode some tags is not a GST_ERROR() but a
13925         GST_WARNING()
13926         When iterating over a chunk of text, check that we haven't gone too
13927         far.
13928
13929 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
13930
13931         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
13932         (plugin_init):
13933           call oil_init() when using liboil
13934
13935 2006-01-04  Wim Taymans  <wim@fluendo.com>
13936
13937         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13938         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13939         Fix leaks.
13940
13941 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
13942
13943         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13944
13945         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
13946         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
13947         (gst_flac_dec_change_state):
13948           Don't g_assert() where we should just return FALSE; remove
13949           unnecessary g_assert(); initialize some fields properly in
13950           state change function (fixes #325504). Also, use
13951           GST_DEBUG_OBJECT in two more places.
13952
13953 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13954
13955         * configure.ac:
13956           also remove smoothwave's Makefile.am
13957         * docs/plugins/Makefile.am:
13958           fix plugin docs
13959
13960 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13961
13962         * tests/examples/Makefile.am:
13963           added missing Makefile.am
13964
13965 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13966
13967         * configure.ac:
13968         * gst/level/Makefile.am:
13969         * gst/level/level-example.c:
13970         * tests/Makefile.am:
13971         * tests/examples/level/Makefile.am:
13972         * tests/examples/level/level-example.c: (message_handler), (main):
13973           moved level-example to tests/examples/level-example
13974         * tests/old/examples/level/demo.c: (main):
13975         * tests/old/examples/level/plot.c: (main):
13976           some initial fixes
13977
13978 2005-12-29  Michael Smith  <msmith@fluendo.com>
13979
13980         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13981         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
13982         * gst/udp/gstmultiudpsink.h:
13983           Track packets sent per client in addition to bytes sent; provide
13984           this info through get-stats signal
13985
13986 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13987
13988         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
13989           Can't use gst_object_unref() on a GstAdapter (#325191).
13990
13991 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
13992
13993         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13994         If a broken tag has 0 bytes payload, at least still skip
13995         the 10 byte header
13996
13997 2005-12-22  Philippe Khalaf  <burger@speedy.org>
13998
13999         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
14000         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
14001         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
14002         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
14003           Making these depayloaders (H263+ and mpeg4 video) inherit from
14004           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
14005
14006 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
14007
14008         * docs/plugins/gst-plugins-good-plugins.args:
14009         * docs/plugins/gst-plugins-good-plugins.hierarchy:
14010         Regenerate the plugin hiearchy.
14011
14012 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
14013
14014         * docs/plugins/Makefile.am:
14015         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14016         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14017         * docs/plugins/gst-plugins-good-plugins.args:
14018         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
14019         (gst_id3demux_base_init), (gst_id3demux_class_init),
14020         (gst_id3demux_chain):
14021         * gst/id3demux/gstid3demux.h:
14022           Add documentation for id3demux.
14023           Don't fail if the first buffer is not at offset 0, just
14024           attempt to typefind and do pass through
14025           Rename the gst_type function from gst_gst_id3demux..
14026
14027 2005-12-20  Michael Smith  <msmith@fluendo.com>
14028
14029         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
14030         (gst_multiudpsink_add), (gst_multiudpsink_remove),
14031         (gst_multiudpsink_get_stats):
14032         * gst/udp/gstmultiudpsink.h:
14033           Collect statistics; return them from get_stats.
14034
14035 2005-12-19  Edward Hervey  <edward@fluendo.com>
14036
14037         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
14038         Stupid signedness issue...
14039
14040 2005-12-19  Edward Hervey  <edward@fluendo.com>
14041
14042         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14043         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
14044         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
14045         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
14046         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
14047         Construct index for indexless files.
14048         Make sure pad/buffers are correctly reset to NULL once we don't need
14049         them anymore, else we get lovely segfaults/assertions.
14050         * gst/wavparse/gstwavparse.c:
14051         Yes, you can have 96KHz audio and wma in wav :(
14052
14053 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
14054
14055         * configure.ac:
14056           Check for optional dependency on zlib for id3demux
14057
14058         * gst/id3demux/Makefile.am:
14059         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
14060         (gst_id3demux_base_init), (gst_id3demux_class_init),
14061         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
14062         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
14063         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
14064         (gst_id3demux_set_property), (gst_id3demux_get_property),
14065         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
14066         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
14067         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
14068         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
14069         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
14070         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
14071         (simple_find_peek), (simple_find_suggest),
14072         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
14073         (plugin_init):
14074         * gst/id3demux/gstid3demux.h:
14075         * gst/id3demux/id3tags.c: (read_synch_uint),
14076         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
14077         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
14078         (id3demux_id3v2_frames_to_tag_list):
14079         * gst/id3demux/id3tags.h:
14080         * gst/id3demux/id3v2.4.0-frames.txt:
14081         * gst/id3demux/id3v2.4.0-structure.txt:
14082         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14083         (parse_comment_frame), (parse_text_identification_frame),
14084         (id3v2_tag_to_taglist), (parse_split_strings):
14085           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
14086           otherwise it discards them. Works on my test files. 
14087
14088         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
14089           Don't send EOS to a non-existing srcpad
14090           The debug category can be static
14091
14092 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
14093
14094         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
14095         * ext/esd/esdsink.c: (gst_esdsink_prepare):
14096         * gst/multipart/multipartdemux.c:
14097           change some char* into char[]
14098
14099 2005-12-16  Wim Taymans  <wim@fluendo.com>
14100
14101         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
14102         (gst_wavparse_other), (gst_wavparse_perform_seek),
14103         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14104         (gst_wavparse_loop), (gst_wavparse_pad_convert),
14105         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
14106         * gst/wavparse/gstwavparse.h:
14107         Use GstSegment to implement more seeking features.
14108
14109 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
14110
14111         * gst/rtsp/rtspconnection.c:
14112           Add <netinet/in.h> include and move <arpa/inet.h> include
14113           to make things work on OpenBSD as well (fixes #323717;
14114           patch by: Benjamin Pineau)
14115
14116 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
14117
14118         * gst/rtp/gstrtpspeexdepay.c:
14119         * gst/rtp/gstrtpspeexpay.c:
14120         Set clock rate to be fixed in 8000. It fixes bug #324012.
14121
14122 2005-12-14  Philippe Khalaf  <burger@speedy.org>
14123
14124         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
14125         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
14126         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
14127         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
14128         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
14129         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
14130         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
14131         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
14132         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
14133         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
14134         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
14135         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
14136         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
14137         * gst-plugins-good/gst/rtp/README:
14138         Fixed payload range in payloder caps. Removed payload range completely
14139         from depayloaders as they don't require payload type in their caps.
14140         In effect, there isn't any specific payload type for any given codec,
14141         only suggestions.
14142         Fixes bug #324011.
14143
14144 2005-12-13  Julien MOUTTE  <julien@moutte.net>
14145
14146         * gst/videomixer/videomixer.c: (gst_videomixer_init),
14147         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
14148         (gst_videomixer_collected): Code cleanup and re-enabling 
14149         queued time validity check for correct EOS handling.
14150
14151 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
14152
14153         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14154         (gst_oss_mixer_element_get_property),
14155         (gst_oss_mixer_element_change_state):
14156         Add 'device-name' property and fix state change function.
14157
14158 2005-12-13  Edward Hervey  <edward@fluendo.com>
14159
14160         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
14161         If the speed of the file is null in the header, set the frame_time to
14162         the default setting of GST_SECOND / 70. Which is the default
14163         frame_delay for .fli files as stated in this document :
14164         http://www.compuphase.com/flic.htm
14165         Would be nice to have the time conversion done properly too (duration =
14166         flxh->frames * flxdec->frame_time)
14167
14168 2005-12-12  Julien MOUTTE  <julien@moutte.net>
14169
14170         * docs/plugins/Makefile.am:
14171         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14172         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14173         * docs/plugins/gst-plugins-good-plugins.hierarchy:
14174         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
14175         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
14176         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
14177         documentation for videomixer on my way with a funny sample
14178         pipeline.
14179
14180 2005-12-12  Julien MOUTTE  <julien@moutte.net>
14181
14182         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
14183         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
14184         (gst_videomixer_update_queues), (gst_videomixer_collected):
14185         Fix caps negotiation. (#323896)
14186
14187 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
14188
14189         * gst/matroska/matroska-demux.c:
14190         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
14191           Set correct timestamps on audio laces, fixes playback of mp3 from
14192                 matroska.
14193
14194 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
14195
14196         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
14197         (gst_au_parse_class_init), (gst_au_parse_init),
14198         (gst_au_parse_dispose), (gst_au_parse_chain),
14199         (gst_au_parse_change_state), (plugin_init):
14200         * gst/auparse/gstauparse.h:
14201           Use gst_object_unref() for GstObjects instead of
14202           g_object_unref() and fix a mem leak in a debug
14203           statement; while we're at it, also borgify, use
14204           boilerplate macros and clean up a little bit.
14205
14206 2005-12-11  Edward Hervey  <edward@fluendo.com>
14207
14208         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
14209         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
14210         Added pull mode.
14211
14212 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
14213
14214         * gst/goom/gstgoom.c:
14215         * gst/level/level-example.c: (main):
14216         * gst/smoothwave/demo-osssrc.c: (main):
14217           Use audiotestsrc instead of sinesrc (#323798).
14218
14219 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
14220
14221         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
14222           more debug-func-ptr usage
14223
14224 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
14225
14226         * gst/flx/flx_color.c: (flx_colorspace_convert):
14227         * gst/flx/flx_color.h:
14228         * gst/flx/flx_fmt.h:
14229         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
14230         * gst/flx/gstflxdec.h:
14231           Now flxdec works on big-endian machines as well.
14232
14233 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
14234
14235         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
14236         (gst_fenced_buffer_copy):
14237           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
14238           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
14239           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
14240           and use GST_DEBUG_FUNCPTR for pad functions.
14241
14242 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
14243
14244         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
14245         (gst_flac_dec_class_init), (gst_flac_dec_init),
14246         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
14247         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
14248         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
14249         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
14250         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
14251         (gst_flac_dec_change_state):
14252         * ext/flac/gstflacdec.h:
14253           Rewrite flacdec a bit, so that even seeking might work now. Most
14254           importantly, don't act upon any flow return values we get, just tell
14255           the decoder everything's dandy and act on the flow return values
14256           later on in the loop function. We don't want to mess up the internal
14257           decoder state for non-fatal things like flushing pads etc. Other
14258           than that, use GstSegment (segment seeks don't work yet though, but
14259           should be easy to add), use boilerplate macros, drop the superfluous
14260           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
14261           lots of other things.
14262
14263 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
14264
14265         * configure.ac:
14266           Update comment in OSS includes check.
14267
14268         * sys/oss/gstossdmabuffer.c:
14269         * sys/oss/gstosshelper.c:
14270         * sys/oss/gstossmixer.c:
14271         * sys/oss/gstossmixertrack.c:
14272         * sys/oss/gstosssink.c:
14273         * sys/oss/gstosssrc.c:
14274         * sys/oss/oss_probe.c:
14275           Don't assume the OSS soundcard.h include is always in
14276           the sys/ directory. Instead, use the existing defines
14277           from config.h to include the right file. Fixes
14278           compilation on OpenBSD 3.8 (#323718).
14279
14280 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14281
14282         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14283         * docs/plugins/gst-plugins-good-plugins.hierarchy:
14284         * docs/plugins/inspect/plugin-1394.xml:
14285         * docs/plugins/inspect/plugin-aasink.xml:
14286         * docs/plugins/inspect/plugin-alaw.xml:
14287         * docs/plugins/inspect/plugin-alpha.xml:
14288         * docs/plugins/inspect/plugin-alphacolor.xml:
14289         * docs/plugins/inspect/plugin-auparse.xml:
14290         * docs/plugins/inspect/plugin-autodetect.xml:
14291         * docs/plugins/inspect/plugin-avi.xml:
14292         * docs/plugins/inspect/plugin-cacasink.xml:
14293         * docs/plugins/inspect/plugin-cairo.xml:
14294         * docs/plugins/inspect/plugin-cutter.xml:
14295         * docs/plugins/inspect/plugin-debug.xml:
14296         * docs/plugins/inspect/plugin-dv.xml:
14297         * docs/plugins/inspect/plugin-efence.xml:
14298         * docs/plugins/inspect/plugin-effectv.xml:
14299         * docs/plugins/inspect/plugin-esdsink.xml:
14300         * docs/plugins/inspect/plugin-flac.xml:
14301         * docs/plugins/inspect/plugin-flxdec.xml:
14302         * docs/plugins/inspect/plugin-gconfelements.xml:
14303         * docs/plugins/inspect/plugin-goom.xml:
14304         * docs/plugins/inspect/plugin-jpeg.xml:
14305         * docs/plugins/inspect/plugin-level.xml:
14306         * docs/plugins/inspect/plugin-matroska.xml:
14307         * docs/plugins/inspect/plugin-mulaw.xml:
14308         * docs/plugins/inspect/plugin-multipart.xml:
14309         * docs/plugins/inspect/plugin-navigationtest.xml:
14310         * docs/plugins/inspect/plugin-ossaudio.xml:
14311         * docs/plugins/inspect/plugin-png.xml:
14312         * docs/plugins/inspect/plugin-rtp.xml:
14313         * docs/plugins/inspect/plugin-rtsp.xml:
14314         * docs/plugins/inspect/plugin-shout2send.xml:
14315         * docs/plugins/inspect/plugin-smpte.xml:
14316         * docs/plugins/inspect/plugin-speex.xml:
14317         * docs/plugins/inspect/plugin-udp.xml:
14318         * docs/plugins/inspect/plugin-videobox.xml:
14319         * docs/plugins/inspect/plugin-videoflip.xml:
14320         * docs/plugins/inspect/plugin-videomixer.xml:
14321         * docs/plugins/inspect/plugin-wavenc.xml:
14322         * docs/plugins/inspect/plugin-wavparse.xml:
14323         * ext/flac/gstflac.c: (plugin_init):
14324         * ext/flac/gstflacdec.c: (flacdec_get_type),
14325         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
14326         (gst_flac_dec_init), (gst_flac_dec_finalize),
14327         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
14328         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
14329         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
14330         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
14331         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
14332         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
14333         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
14334         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
14335         * ext/flac/gstflacdec.h:
14336         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
14337         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
14338         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
14339         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
14340         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
14341         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
14342         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
14343         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
14344         (gst_flac_enc_change_state):
14345         * ext/flac/gstflacenc.h:
14346           borgify and fix up documentation
14347
14348 2005-12-09  Michael Smith  <msmith@fluendo.com>
14349
14350         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
14351           Accept a wider range of flac files, more closely matching flac spec.
14352
14353 2005-12-08  Julien MOUTTE  <julien@moutte.net>
14354
14355         * docs/plugins/Makefile.am: Add multipart elements.
14356         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14357         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
14358         * docs/plugins/gst-plugins-good-plugins.hierarchy:
14359         * gst/multipart/multipartdemux.c:
14360         * gst/multipart/multipartmux.c: Add docs.
14361
14362 2005-12-07  Edward Hervey  <edward@fluendo.com>
14363
14364         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
14365         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
14366         (gst_avi_demux_invert):
14367         Memleak and crasher fixes.
14368         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
14369         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
14370         Memleak fixes
14371
14372 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
14373
14374         * ext/aalib/gstaasink.h:
14375         * ext/cairo/gsttextoverlay.h:
14376         * ext/dv/gstdvdec.h:
14377         * ext/dv/gstdvdemux.c:
14378         * ext/dv/gstdvdemux.h:
14379         * ext/esd/esdsink.h:
14380         * ext/flac/flac_compat.h:
14381         * ext/flac/gstflacdec.h:
14382         * ext/flac/gstflacenc.h:
14383         * ext/gconf/gconf.h:
14384         * ext/gconf/gstgconfaudiosink.h:
14385         * ext/gconf/gstgconfvideosink.h:
14386         * ext/gdk_pixbuf/gstgdkanimation.h:
14387         * ext/jpeg/gstjpegdec.h:
14388         * ext/jpeg/smokecodec.h:
14389         * ext/jpeg/smokeformat.h:
14390         * ext/ladspa/gstsignalprocessor.h:
14391         * ext/ladspa/search.c: (LADSPAPluginSearch):
14392         * ext/ladspa/utils.h:
14393         * ext/libmng/gstmng.c:
14394         * ext/libmng/gstmngdec.h:
14395         * ext/libmng/gstmngenc.c:
14396         * ext/libmng/gstmngenc.h:
14397         * ext/libpng/gstpng.c:
14398         * ext/libpng/gstpngenc.c:
14399         * ext/libpng/gstpngenc.h:
14400         * ext/shout2/gstshout2.h:
14401         * ext/speex/gstspeexdec.h:
14402         * ext/speex/gstspeexenc.c:
14403         * ext/speex/gstspeexenc.h:
14404         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14405         * gst/autodetect/gstautoaudiosink.h:
14406         * gst/autodetect/gstautovideosink.h:
14407         * gst/avi/gstavidemux.h:
14408         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14409         (gst_cutter_set_property), (gst_cutter_get_caps):
14410         * gst/cutter/gstcutter.h:
14411         * gst/debug/tests.c: (md5_process_block):
14412         * gst/debug/tests.h:
14413         * gst/effectv/gstwarp.c:
14414         * gst/flx/flx_fmt.h:
14415         * gst/flx/gstflxdec.h:
14416         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
14417         (zoomFilterFastRGB):
14418         * gst/goom/filters.h:
14419         * gst/goom/goom_tools.h:
14420         * gst/law/alaw-encode.c:
14421         * gst/level/gstlevel.c:
14422         * gst/level/gstlevel.h:
14423         * gst/matroska/ebml-write.h:
14424         * gst/matroska/matroska-demux.h:
14425         * gst/matroska/matroska-ids.h:
14426         * gst/matroska/matroska-mux.h:
14427         * gst/monoscope/convolve.c: (convolve_match):
14428         * gst/monoscope/convolve.h:
14429         * gst/multipart/multipartmux.c:
14430         * gst/oldcore/gstaggregator.c:
14431         * gst/oldcore/gstaggregator.h:
14432         * gst/oldcore/gstmd5sink.c: (md5_process_block):
14433         * gst/oldcore/gstmd5sink.h:
14434         * gst/oldcore/gstmultifilesrc.c:
14435         * gst/oldcore/gstmultifilesrc.h:
14436         * gst/oldcore/gstpipefilter.h:
14437         * gst/oldcore/gstshaper.h:
14438         * gst/rtp/gstrtpL16depay.h:
14439         * gst/rtp/gstrtpL16pay.h:
14440         * gst/rtp/gstrtpdepay.h:
14441         * gst/rtp/gstrtpmp4vpay.c:
14442         * gst/rtp/gstrtpmp4vpay.h:
14443         * gst/rtsp/gstrtspsrc.c:
14444         * gst/rtsp/gstrtspsrc.h:
14445         * gst/rtsp/rtspconnection.h:
14446         * gst/rtsp/rtspdefs.h:
14447         * gst/rtsp/rtspmessage.h:
14448         * gst/rtsp/rtsptransport.h:
14449         * gst/rtsp/rtspurl.c:
14450         * gst/rtsp/rtspurl.h:
14451         * gst/rtsp/sdpmessage.c:
14452         * gst/rtsp/sdpmessage.h:
14453         * gst/smpte/barboxwipes.c:
14454         * gst/smpte/gstmask.h:
14455         * gst/smpte/gstsmpte.h:
14456         * gst/smpte/paint.c:
14457         * gst/smpte/paint.h:
14458         * gst/udp/gstdynudpsink.h:
14459         * gst/udp/gstmultiudpsink.h:
14460         * gst/udp/gstudpsink.c:
14461         * gst/udp/gstudpsink.h:
14462         * gst/udp/gstudpsrc.c:
14463         * gst/videomixer/videomixer.c:
14464         * gst/wavenc/riff.h:
14465         * gst/wavparse/gstwavparse.h:
14466         * sys/oss/gstossdmabuffer.h:
14467         * sys/oss/gstossmixer.h:
14468         * sys/oss/gstossmixerelement.h:
14469         * sys/oss/gstossmixertrack.h:
14470         * sys/oss/gstosssink.c:
14471         * sys/oss/gstosssink.h:
14472         * sys/oss/gstosssrc.c:
14473         * sys/oss/gstosssrc.h:
14474         * sys/osxaudio/gstosxaudioelement.h:
14475         * sys/osxaudio/gstosxaudiosink.h:
14476         * sys/osxaudio/gstosxaudiosrc.h:
14477           expand tabs
14478
14479 === release 0.10.0 ===
14480
14481 2005-12-05   <thomas (at) apestaart (dot) org>
14482
14483         * configure.ac:
14484           releasing 0.10.0, "Abondance"
14485
14486 2005-12-05  Andy Wingo  <wingo@pobox.com>
14487
14488         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
14489         * ext/flac/gstflacdec.c: (gst_flacdec_write):
14490         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
14491         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
14492         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
14493         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
14494         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
14495         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
14496         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
14497         * ext/speex/gstspeexdec.c: (speex_dec_chain):
14498         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
14499         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14500         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14501         * gst/goom/gstgoom.c: (gst_goom_chain):
14502         * gst/matroska/matroska-demux.c:
14503         (gst_matroska_demux_push_vorbis_codec_priv_data),
14504         (gst_matroska_demux_add_wvpk_header):
14505         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
14506         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14507         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
14508         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
14509         alloc_buffer changes.
14510
14511 2005-12-05  Michael Smith  <msmith@fluendo.com>
14512
14513         * docs/plugins/gst-plugins-good-plugins.args:
14514           Remove args for plugins that aren't in -good.
14515
14516 === release 0.9.7 ===
14517
14518 2005-12-01   <thomas (at) apestaart (dot) org>
14519
14520         * configure.ac:
14521           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
14522
14523 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14524
14525         * docs/plugins/.cvsignore:
14526         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14527         * docs/plugins/inspect/plugin-multipart.xml:
14528         * docs/plugins/inspect/plugin-rtp.xml:
14529           add multipart plugin to docs
14530
14531 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14532
14533         * configure.ac:
14534         * ext/Makefile.am:
14535         * ext/pango/Makefile.am:
14536         * ext/pango/gstclockoverlay.c:
14537         * ext/pango/gstclockoverlay.h:
14538         * ext/pango/gsttextoverlay.c:
14539         * ext/pango/gsttextoverlay.h:
14540         * ext/pango/gsttextrender.c:
14541         * ext/pango/gsttextrender.h:
14542         * ext/pango/gsttimeoverlay.c:
14543         * ext/pango/gsttimeoverlay.h:
14544           move pango to base
14545
14546 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14547
14548         * gst/rtp/Makefile.am:
14549         * gst/rtp/gstrtpL16depay.c:
14550         * gst/rtp/gstrtpL16depay.h:
14551         * gst/rtp/gstrtpL16parse.c:
14552         * gst/rtp/gstrtpL16parse.h:
14553         * gst/rtp/gstrtpgsmdepay.c:
14554         * gst/rtp/gstrtpgsmdepay.h:
14555         * gst/rtp/gstrtpgsmparse.c:
14556         * gst/rtp/gstrtpgsmparse.h:
14557           parsers are depayers
14558
14559 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14560
14561         * gst/rtp/Makefile.am:
14562         * gst/rtp/gstasteriskh263.c:
14563         * gst/rtp/gstrtp.c:
14564         * gst/rtp/gstrtpL16enc.c:
14565         * gst/rtp/gstrtpL16enc.h:
14566         * gst/rtp/gstrtpL16parse.c:
14567         * gst/rtp/gstrtpL16parse.h:
14568         * gst/rtp/gstrtpL16pay.c:
14569         * gst/rtp/gstrtpL16pay.h:
14570         * gst/rtp/gstrtpamrdec.c:
14571         * gst/rtp/gstrtpamrdec.h:
14572         * gst/rtp/gstrtpamrdepay.c:
14573         * gst/rtp/gstrtpamrdepay.h:
14574         * gst/rtp/gstrtpamrenc.c:
14575         * gst/rtp/gstrtpamrenc.h:
14576         * gst/rtp/gstrtpamrpay.c:
14577         * gst/rtp/gstrtpamrpay.h:
14578         * gst/rtp/gstrtpdec.c:
14579         * gst/rtp/gstrtpdec.h:
14580         * gst/rtp/gstrtpdepay.c:
14581         * gst/rtp/gstrtpdepay.h:
14582         * gst/rtp/gstrtpg711dec.c:
14583         * gst/rtp/gstrtpg711dec.h:
14584         * gst/rtp/gstrtpg711depay.c:
14585         * gst/rtp/gstrtpg711depay.h:
14586         * gst/rtp/gstrtpg711enc.c:
14587         * gst/rtp/gstrtpg711enc.h:
14588         * gst/rtp/gstrtpg711pay.c:
14589         * gst/rtp/gstrtpg711pay.h:
14590         * gst/rtp/gstrtpgsmenc.c:
14591         * gst/rtp/gstrtpgsmenc.h:
14592         * gst/rtp/gstrtpgsmparse.c:
14593         * gst/rtp/gstrtpgsmparse.h:
14594         * gst/rtp/gstrtpgsmpay.c:
14595         * gst/rtp/gstrtpgsmpay.h:
14596         * gst/rtp/gstrtph263enc.c:
14597         * gst/rtp/gstrtph263enc.h:
14598         * gst/rtp/gstrtph263pay.c:
14599         * gst/rtp/gstrtph263pay.h:
14600         * gst/rtp/gstrtph263pdec.c:
14601         * gst/rtp/gstrtph263pdec.h:
14602         * gst/rtp/gstrtph263pdepay.c:
14603         * gst/rtp/gstrtph263pdepay.h:
14604         * gst/rtp/gstrtph263penc.c:
14605         * gst/rtp/gstrtph263penc.h:
14606         * gst/rtp/gstrtph263ppay.c:
14607         * gst/rtp/gstrtph263ppay.h:
14608         * gst/rtp/gstrtpmp4vdec.c:
14609         * gst/rtp/gstrtpmp4vdec.h:
14610         * gst/rtp/gstrtpmp4vdepay.c:
14611         * gst/rtp/gstrtpmp4vdepay.h:
14612         * gst/rtp/gstrtpmp4venc.c:
14613         * gst/rtp/gstrtpmp4venc.h:
14614         * gst/rtp/gstrtpmp4vpay.c:
14615         * gst/rtp/gstrtpmp4vpay.h:
14616         * gst/rtp/gstrtpmpadec.c:
14617         * gst/rtp/gstrtpmpadec.h:
14618         * gst/rtp/gstrtpmpadepay.c:
14619         * gst/rtp/gstrtpmpadepay.h:
14620         * gst/rtp/gstrtpmpaenc.c:
14621         * gst/rtp/gstrtpmpaenc.h:
14622         * gst/rtp/gstrtpmpapay.c:
14623         * gst/rtp/gstrtpmpapay.h:
14624         * gst/rtp/gstrtpspeexdec.c:
14625         * gst/rtp/gstrtpspeexdec.h:
14626         * gst/rtp/gstrtpspeexdepay.c:
14627         * gst/rtp/gstrtpspeexdepay.h:
14628         * gst/rtp/gstrtpspeexenc.c:
14629         * gst/rtp/gstrtpspeexenc.h:
14630         * gst/rtp/gstrtpspeexpay.c:
14631         * gst/rtp/gstrtpspeexpay.h:
14632           Do burger's rename for rtp payloaders and depayloaders
14633
14634 2005-11-30  Wim Taymans  <wim@fluendo.com>
14635
14636         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
14637         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14638         * ext/dv/gstdvdemux.h:
14639         Fix seeking in dvdemux again, add some more debug info.
14640
14641 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14642
14643         * configure.ac:
14644           fix tests
14645
14646 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14647
14648         * PORTED_09:
14649         * docs/random/PORTED_09:
14650           move
14651         * tests/Makefile.am:
14652           add
14653         * win32/gst.sln:
14654           remove
14655
14656 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14657
14658         * Makefile.am:
14659         * check/.cvsignore:
14660         * check/Makefile.am:
14661         * check/elements/.cvsignore:
14662         * check/elements/level.c:
14663         * check/elements/matroskamux.c:
14664         * configure.ac:
14665         * examples/Makefile.am:
14666         * examples/capsfilter/Makefile.am:
14667         * examples/capsfilter/capsfilter1.c:
14668         * examples/gob/Makefile.am:
14669         * examples/gob/gst-identity2.gob:
14670         * examples/gstplay/.cvsignore:
14671         * examples/gstplay/Makefile.am:
14672         * examples/gstplay/player.c:
14673         * examples/indexing/.cvsignore:
14674         * examples/indexing/Makefile.am:
14675         * examples/indexing/indexmpeg.c:
14676         * examples/level/Makefile.am:
14677         * examples/level/README:
14678         * examples/level/demo.c:
14679         * examples/level/plot.c:
14680         * examples/stats/Makefile.am:
14681         * examples/stats/mp2ogg.c:
14682         * examples/switch/.cvsignore:
14683         * examples/switch/Makefile.am:
14684         * examples/switch/switcher.c:
14685           move under tests/
14686
14687 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
14688
14689         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
14690         (gst_text_render_class_init), (resize_bitmap),
14691         (gst_text_render_render_text), (gst_text_render_setcaps),
14692         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
14693         (gst_text_render_chain), (gst_text_render_finalize),
14694         (gst_text_render_init), (gst_text_render_set_property):
14695         * ext/pango/gsttextrender.h:
14696           Add missing files.
14697
14698 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
14699
14700         * configure.ac:
14701         * ext/Makefile.am:
14702         * ext/pango/Makefile.am:
14703         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
14704         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
14705         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
14706         * ext/pango/gstclockoverlay.h:
14707         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
14708         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
14709         (gst_text_overlay_finalize), (gst_text_overlay_init),
14710         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
14711         (gst_text_overlay_text_pad_linked),
14712         (gst_text_overlay_text_pad_unlinked),
14713         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
14714         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
14715         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
14716         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14717         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14718         (gst_text_overlay_change_state), (plugin_init):
14719         * ext/pango/gsttextoverlay.h:
14720         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
14721         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
14722         (gst_time_overlay_class_init), (gst_time_overlay_init):
14723         * ext/pango/gsttimeoverlay.h:
14724           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
14725           and add background shading and text wrapping modes. Make 
14726           timoverlay derive from textoverlay. Also add new clockoverlay
14727           element.
14728
14729 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14730
14731         * gst/udp/Makefile.am: Moved to netbuffer.
14732
14733 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14734
14735         * configure.ac:
14736         * PORTED_O9:
14737         * gst/multipart/Makefile.am:
14738         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14739         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14740         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14741         (gst_multipart_demux_change_state),
14742         (gst_multipart_demux_plugin_init):
14743         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14744         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
14745         (gst_multipart_mux_sinkconnect),
14746         (gst_multipart_mux_request_new_pad),
14747         (gst_multipart_mux_handle_src_event),
14748         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
14749         (gst_multipart_mux_change_state): Ported multipart mux/demux to
14750         0.9.
14751
14752 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14753
14754         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
14755         * gst/debug/gstnavigationtest.h:
14756         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
14757         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
14758         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
14759         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
14760         * gst/effectv/gstrev.c: (gst_revtv_get_type):
14761         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
14762         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
14763         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
14764         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
14765         (gst_video_flip_get_type):
14766         * gst/videofilter/gstvideoflip.h:
14767           update for symbols change
14768
14769 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14770
14771         * gst/udp/gstdynudpsink.c:
14772         * gst/udp/gstudpsrc.c:
14773           the old gstnet lib was renamed gstnetbuffer (#322257)
14774
14775 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
14776
14777         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
14778         (gst_text_overlay_collected):
14779           Actually render the text from the text pad.
14780
14781 2005-11-29  Edward Hervey  <edward@fluendo.com>
14782
14783         * gst/debug/gstnavseek.c: (gst_navseek_event):
14784         * gst/debug/progressreport.c: (gst_progress_report_event):
14785         Update for GstBaseTransform event virtual method
14786
14787 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14788
14789         * ext/cairo/Makefile.am:
14790           no need to link to videofilter
14791
14792 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14793
14794         * gst/debug/Makefile.am:
14795         * gst/debug/gstnavigationtest.h:
14796         * gst/effectv/Makefile.am:
14797         * gst/effectv/gstaging.c:
14798         * gst/effectv/gstdice.c:
14799         * gst/effectv/gstedge.c:
14800         * gst/effectv/gstquark.c:
14801         * gst/effectv/gstrev.c:
14802         * gst/effectv/gstshagadelic.c:
14803         * gst/effectv/gstvertigo.c:
14804         * gst/effectv/gstwarp.c:
14805         * gst/videofilter/Makefile.am:
14806         * gst/videofilter/gstvideofilter.c:
14807         * gst/videofilter/gstvideofilter.h:
14808         * gst/videofilter/gstvideoflip.h:
14809           remove the videofilter library and link to the one in base
14810
14811 2005-11-28  Edward Hervey  <edward@fluendo.com>
14812
14813         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
14814         Useless check now we're setting the current entry correctly.
14815
14816 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
14817
14818         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
14819         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
14820         (gst_jpegenc_change_state):
14821           Don't leak input buffer in chain function (fixes #322667); make 
14822           state change function thread-safe; don't repeat the current function
14823           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
14824           gst_pad_alloc_buffer(); misc. minor cleanups.
14825
14826 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14827
14828         * gst/matroska/matroska-mux.c:
14829         (gst_matroska_mux_video_pad_setcaps):
14830         Look for pixel-aspect-ratio in caps, not pixel_width and
14831         pixel_height (Fixes: #322645)
14832
14833 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14834
14835         * gst/matroska/matroska-mux.c:
14836         (gst_matroska_mux_video_pad_setcaps):
14837         From Michal Benes:
14838         frame duration should be GST_SECOND / framerate, not
14839         GST_SECOND * framerate. (Fixes: #322643)
14840
14841 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14842
14843         * configure.ac:
14844           fix up GST_PLUGIN_LDFLAGS
14845         * gst/rtsp/rtspconnection.c:
14846           fix includes (see #317043)
14847         * gst/videofilter/Makefile.am:
14848           stop installing this library
14849
14850 2005-11-26  Edward Hervey  <edward@fluendo.com>
14851
14852         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
14853         Handle the case where the incoming Video dv stream doesn't have
14854         a pixel aspect ratio set.
14855
14856 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14857
14858         * docs/plugins/Makefile.am:
14859         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14860         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14861         * ext/flac/gstflacdec.c:
14862           document flacdec
14863
14864 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14865
14866         * docs/plugins/Makefile.am:
14867         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14868         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14869         * docs/plugins/inspect/plugin-autodetect.xml:
14870         * ext/cairo/gstcairo.c: (plugin_init):
14871         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14872         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14873         (gst_text_overlay_init), (gst_text_overlay_font_init),
14874         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14875         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14876         (gst_text_overlay_text_pad_linked),
14877         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14878         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14879         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14880         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14881         (gst_text_overlay_change_state):
14882         * ext/cairo/gsttextoverlay.h:
14883         * ext/cairo/gsttimeoverlay.c:
14884         (gst_cairo_time_overlay_update_font_height),
14885         (gst_cairo_time_overlay_set_caps),
14886         (gst_cairo_time_overlay_get_unit_size),
14887         (gst_cairo_time_overlay_print_smpte_time),
14888         (gst_cairo_time_overlay_transform),
14889         (gst_cairo_time_overlay_base_init),
14890         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
14891         (gst_cairo_time_overlay_get_type):
14892         * ext/cairo/gsttimeoverlay.h:
14893           do some name borgifying
14894           document
14895
14896 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14897
14898         * docs/plugins/Makefile.am:
14899         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14900         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14901         * gst/autodetect/gstautoaudiosink.c:
14902         (gst_auto_audio_sink_base_init):
14903         * gst/autodetect/gstautovideosink.c:
14904         (gst_auto_video_sink_base_init),
14905         (gst_auto_video_sink_factory_filter):
14906           documenting auto*sink
14907           using strstr for the video sink lookup, class field is not ordered
14908         * docs/plugins/inspect/plugin-1394.xml:
14909         * docs/plugins/inspect/plugin-aasink.xml:
14910         * docs/plugins/inspect/plugin-alaw.xml:
14911         * docs/plugins/inspect/plugin-alpha.xml:
14912         * docs/plugins/inspect/plugin-alphacolor.xml:
14913         * docs/plugins/inspect/plugin-auparse.xml:
14914         * docs/plugins/inspect/plugin-autodetect.xml:
14915         * docs/plugins/inspect/plugin-avi.xml:
14916         * docs/plugins/inspect/plugin-cacasink.xml:
14917         * docs/plugins/inspect/plugin-cairo.xml:
14918         * docs/plugins/inspect/plugin-cutter.xml:
14919         * docs/plugins/inspect/plugin-debug.xml:
14920         * docs/plugins/inspect/plugin-dv.xml:
14921         * docs/plugins/inspect/plugin-efence.xml:
14922         * docs/plugins/inspect/plugin-effectv.xml:
14923         * docs/plugins/inspect/plugin-esdsink.xml:
14924         * docs/plugins/inspect/plugin-flac.xml:
14925         * docs/plugins/inspect/plugin-flxdec.xml:
14926         * docs/plugins/inspect/plugin-gconfelements.xml:
14927         * docs/plugins/inspect/plugin-goom.xml:
14928         * docs/plugins/inspect/plugin-jpeg.xml:
14929         * docs/plugins/inspect/plugin-level.xml:
14930         * docs/plugins/inspect/plugin-matroska.xml:
14931         * docs/plugins/inspect/plugin-mulaw.xml:
14932         * docs/plugins/inspect/plugin-navigationtest.xml:
14933         * docs/plugins/inspect/plugin-ossaudio.xml:
14934         * docs/plugins/inspect/plugin-png.xml:
14935         * docs/plugins/inspect/plugin-rtp.xml:
14936         * docs/plugins/inspect/plugin-rtsp.xml:
14937         * docs/plugins/inspect/plugin-shout2send.xml:
14938         * docs/plugins/inspect/plugin-smpte.xml:
14939         * docs/plugins/inspect/plugin-speex.xml:
14940         * docs/plugins/inspect/plugin-udp.xml:
14941         * docs/plugins/inspect/plugin-videobox.xml:
14942         * docs/plugins/inspect/plugin-videoflip.xml:
14943         * docs/plugins/inspect/plugin-videomixer.xml:
14944         * docs/plugins/inspect/plugin-wavenc.xml:
14945         * docs/plugins/inspect/plugin-wavparse.xml:
14946           update for HEAD version
14947
14948 2005-11-25  Michael Smith  <msmith@fluendo.com>
14949
14950         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
14951           Patch from Sebastien Cote to close control sockets in udpsrc.
14952
14953 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14954
14955         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14956         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
14957         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
14958         (gst_quarktv_base_init), (gst_quarktv_class_init),
14959         (gst_quarktv_init): Flush the planes list on reverse caps
14960         negotiation. This was crashing because of differently sized
14961         buffers.
14962
14963 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14964
14965         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
14966         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
14967         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
14968         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
14969         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
14970         (gst_videoflip_set_property), (gst_videoflip_base_init),
14971         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
14972         correctly, fix identity flipping, convert navigation event 
14973         correctly again.
14974
14975 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14976
14977         * configure.ac: back to HEAD
14978
14979 === release 0.9.6 ===
14980
14981 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
14982
14983         * configure.ac:
14984           releasing 0.9.6, "Everything's Not Lost"
14985
14986 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14987
14988         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
14989         Oops, initialise the framerate GValue
14990
14991 2005-11-23  Julien MOUTTE  <julien@moutte.net>
14992
14993         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
14994         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
14995         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
14996         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
14997         (gst_timeoverlay_get_type):
14998         * ext/cairo/gsttimeoverlay.h:
14999         * gst/debug/Makefile.am:
15000         * gst/debug/gstnavigationtest.c:
15001         (gst_navigationtest_handle_src_event),
15002         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
15003         (gst_navigationtest_transform), (gst_navigationtest_change_state),
15004         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
15005         (gst_navigationtest_init), (gst_navigationtest_get_type),
15006         (plugin_init):
15007         * gst/debug/gstnavigationtest.h:
15008         * gst/effectv/Makefile.am:
15009         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
15010         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
15011         (gst_agingtv_base_init), (gst_agingtv_class_init),
15012         (gst_agingtv_init), (gst_agingtv_get_type):
15013         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
15014         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
15015         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
15016         (gst_dicetv_get_type):
15017         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
15018         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
15019         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
15020         (gst_edgetv_get_type):
15021         * gst/effectv/gsteffectv.c:
15022         * gst/effectv/gsteffectv.h:
15023         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
15024         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
15025         (gst_quarktv_change_state), (gst_quarktv_base_init),
15026         (gst_quarktv_class_init), (gst_quarktv_init),
15027         (gst_quarktv_get_type):
15028         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
15029         (gst_revtv_get_unit_size), (gst_revtv_transform),
15030         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
15031         (gst_revtv_get_type):
15032         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
15033         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
15034         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
15035         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
15036         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
15037         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
15038         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
15039         (gst_vertigotv_init), (gst_vertigotv_get_type):
15040         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
15041         (gst_warptv_get_unit_size), (gst_warptv_transform),
15042         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
15043         (gst_warptv_get_type):
15044         * gst/videofilter/Makefile.am:
15045         * gst/videofilter/gstvideobalance.c:
15046         * gst/videofilter/gstvideobalance.h:
15047         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
15048         (gst_videofilter_class_init), (gst_videofilter_init):
15049         * gst/videofilter/gstvideofilter.h:
15050         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
15051         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
15052         (gst_videoflip_flip), (gst_videoflip_transform),
15053         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
15054         (gst_videoflip_base_init), (gst_videoflip_class_init),
15055         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
15056         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
15057         BaseTransform, it's just a place holder for now and every video
15058         effect plugin has been ported to use BaseTransform features 
15059         directly. QuarkTV was fixed too (was broken), navigationtest works
15060         and best for the end, videoflip converts navigation events depending
15061         on flip method ! Fixes #320953
15062
15063 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
15064
15065         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
15066         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
15067         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
15068         (gst_goom_src_negotiate), (gst_goom_chain):
15069         * gst/matroska/matroska-mux.c:
15070         (gst_matroska_mux_video_pad_setcaps):
15071         * sys/osxvideo/osxvideosink.m:
15072           Fixes for API changes
15073
15074 2005-11-23  Michael Smith <msmith@fluendo.com>
15075
15076         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
15077         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
15078         * ext/jpeg/gstjpegdec.h:
15079         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
15080         * ext/jpeg/gstjpegenc.h:
15081         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
15082         (gst_smokeenc_resync):
15083         * ext/jpeg/gstsmokeenc.h:
15084           JPEG fractiony goodness.
15085
15086 2005-11-22  Michael Smith <msmith@fluendo.com>
15087
15088         * gst/goom/filters.c:
15089         * gst/goom/graphic.h:
15090           Fix compilation by making some functions static inline instead of
15091           extern inline, matching the way they're used.
15092
15093 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
15094
15095         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
15096         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
15097         * ext/cairo/gsttextoverlay.h:
15098         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
15099         * ext/gdk_pixbuf/gstgdkpixbuf.h:
15100         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
15101         (gst_pngdec_caps_create_and_set):
15102         * ext/libpng/gstpngdec.h:
15103         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
15104         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
15105         * gst/avi/gstavimux.c: (gst_avimux_init),
15106         (gst_avimux_vidsinkconnect):
15107         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
15108         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
15109         (gst_goom_src_negotiate), (gst_goom_chain):
15110         * gst/goom/gstgoom.h:
15111         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
15112         * gst/matroska/matroska-mux.c:
15113         (gst_matroska_mux_video_pad_setcaps):
15114         * sys/osxvideo/osxvideosink.h:
15115         * sys/osxvideo/osxvideosink.m:
15116           More fractional framerate conversions 
15117
15118 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
15119
15120         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
15121         * gst/debug/gstnavigationtest.c:
15122         (gst_navigationtest_handle_src_event):
15123         * gst/videofilter/gstvideofilter.c:
15124         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
15125         (gst_videofilter_init):
15126         * gst/videofilter/gstvideofilter.h:
15127           Convert to fractional framerates.
15128
15129 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15130
15131         * ext/aalib/gstaasink.c:
15132         * ext/dv/gstdvdec.c:
15133         * ext/esd/esdmon.c:
15134         * ext/flac/gstflacenc.c:
15135         * ext/gdk_pixbuf/pixbufscale.c:
15136         * ext/libcaca/gstcacasink.c:
15137         * ext/shout2/gstshout2.c:
15138         * gst/alpha/gstalpha.c:
15139         * gst/oldcore/gstaggregator.c:
15140         * gst/oldcore/gstshaper.c:
15141         * gst/smpte/barboxwipes.c:
15142         * gst/smpte/gstsmpte.c:
15143         * gst/videobox/gstvideobox.c:
15144         * gst/videofilter/gstvideoflip.c:
15145         * gst/videomixer/videomixer.c:
15146           fix up more enums
15147
15148 2005-11-22  Michael Smith <msmith@fluendo.com>
15149
15150         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
15151         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
15152         (gst_videomixer_update_queues):
15153           Fractional framerates, videomixer.
15154
15155 2005-11-22  Michael Smith <msmith@fluendo.com>
15156
15157         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
15158         * ext/dv/gstdvdec.h:
15159         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
15160         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
15161         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
15162         (gst_dvdemux_flush):
15163         * ext/dv/gstdvdemux.h:
15164           Fractional framerates for DV. 
15165
15166 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
15167
15168         * gst/autodetect/gstautoaudiosink.c:
15169         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15170         * gst/autodetect/gstautovideosink.c:
15171         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
15172           Use gst_plugin_feature_list_free() to free feature list and
15173           in the case of autovideosink free the list at all. Also
15174           miscellaneous cosmetic fixes.
15175
15176 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15177
15178         * gst/cutter/gstcutter.c: (gst_cutter_chain),
15179         (gst_cutter_set_property), (gst_cutter_get_caps):
15180           copy calculation code from level; remove use of some audio
15181           functions
15182
15183 2005-11-22  Andy Wingo  <wingo@pobox.com>
15184
15185         * Update for gst_tag_setter API changes.
15186
15187 2005-11-22  Andy Wingo  <wingo@pobox.com>
15188
15189         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
15190         (gst_dvdemux_demux_frame)
15191         * ext/flac/gstflacdec.c (gst_flacdec_write)
15192         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
15193         (gst_flacenc_sink_event)
15194         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
15195         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
15196         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
15197         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
15198         * gst/auparse/gstauparse.c (gst_auparse_chain)
15199         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
15200         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
15201         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
15202         (gst_avi_demux_handle_seek)
15203         * gst/goom/gstgoom.c (gst_goom_event)
15204         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
15205         * gst/matroska/matroska-demux.c
15206         (gst_matroska_demux_handle_seek_event)
15207         (gst_matroska_demux_loop_stream_parse_id)
15208         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
15209         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
15210         (gst_wavparse_stream_headers): Run update-funcnames.
15211
15212 2005-11-22  Edward Hervey  <edward@fluendo.com>
15213
15214         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
15215         (gst_dv1394src_init), (gst_dv1394src_dispose),
15216         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
15217         (gst_dv1394src_uri_set_uri):
15218         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
15219         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
15220         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
15221         URIHandler interface and element properties are now properly
15222         synchronized for DV1394src and UDPSrc
15223
15224 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
15225
15226         * ext/flac/Makefile.am:
15227         * ext/speex/Makefile.am:
15228           libgsttagedit has been renamed to libgsttag.
15229
15230 2005-11-21  Wim Taymans  <wim@fluendo.com>
15231
15232         * gst/rtsp/rtspconnection.c: (read_body):
15233         Apply patch from Sebastien Cote to fix #319184.
15234
15235 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
15236
15237         * configure.ac:
15238         * gst/cutter/Makefile.am:
15239         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
15240         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
15241         (gst_cutter_set_property), (gst_cutter_get_property),
15242         (plugin_init), (gst_cutter_get_caps):
15243           port cutter
15244         * gst/level/gstlevel.c:
15245           fix up plugin details
15246
15247 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15248
15249         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
15250         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
15251         (gst_flacdec_src_event):
15252         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
15253         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
15254         (gst_signal_processor_getrange), (gst_signal_processor_chain):
15255         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15256         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
15257         (gst_flxdec_sink_event_handler):
15258         * gst/matroska/matroska-demux.c:
15259         (gst_matroska_demux_handle_seek_event):
15260         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
15261           Update for stream lock API changes: don't take stream log
15262           in sink event handlers any longer and change GST_STREAM_LOCK
15263           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
15264           functions.
15265
15266 2005-11-21  Michael Smith <msmith@fluendo.com>
15267
15268         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
15269           gst_object_unref, not g_object_unref
15270
15271 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15272
15273         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
15274         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
15275           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
15276
15277 2005-11-21  Michael Smith <msmith@fluendo.com>
15278
15279         * gst/auparse/Makefile.am:
15280         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
15281         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
15282         (gst_auparse_change_state):
15283         * gst/auparse/gstauparse.h:
15284           Partially fix #161712. playbin still doesn't work on these files,
15285           (on the bug report, Andy says we aren't typefinding it for some
15286           reason?) but at least auparse isn't totally busted like it was before.
15287
15288 2005-11-21  Andy Wingo  <wingo@pobox.com>
15289
15290         * *.h:
15291         * *.c: Ran scripts/update-macros. Oh yes.
15292
15293 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15294
15295         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
15296           Filler events are gone for now, comment out section generating
15297           them.
15298
15299 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
15300
15301         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
15302         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
15303         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
15304         * sys/osxvideo/osxvideosink.m:
15305           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
15306           (#322027)
15307
15308 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15309
15310         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
15311         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
15312         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
15313         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
15314         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
15315         (gst_avi_demux_stream_data):
15316         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
15317         * gst/wavenc/gstwavenc.c: (write_metadata):
15318         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
15319         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
15320         Fixes for GST_FOURCC_FORMAT API change.
15321
15322 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15323
15324         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
15325         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
15326         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
15327         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
15328         (gst_text_overlay_change_state):
15329         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
15330         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
15331         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
15332         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
15333         * gst/videomixer/videomixer.c: (gst_videomixer_init),
15334         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
15335         (gst_videomixer_change_state):
15336           Fix for collect pads API change. Also fix textoverlay state
15337           change function.
15338
15339 2005-11-20  Julien MOUTTE  <julien@moutte.net>
15340
15341         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
15342         GST_PAD_IS_USABLE by something approaching it.
15343
15344 2005-11-20  Julien MOUTTE  <julien@moutte.net>
15345
15346         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
15347         API changes.
15348         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
15349         but also fix the code that was not checking return values from
15350         pad_push neither using pad_alloc_buffer.
15351
15352 2005-11-18  Edward Hervey  <edward@fluendo.com>
15353
15354         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
15355         (gst_pngenc_chain):
15356         Added debug category
15357         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
15358         goes to EOS.
15359
15360 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
15361
15362         * gst/rtp/Makefile.am
15363         * gst/rtp/gstrtp.c
15364         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
15365         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
15366         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
15367         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
15368         * gst/rtp/gstrtpg711enc.h:
15369         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
15370         * gst/rtp/gstrtpspeexenc.c:
15371         * gst/rtp/gstrtpspeexenc.h:
15372         * gst/rtp/gstrtpspeexdec.c:
15373         * gst/rtp/gstrtpspeexdec.h:
15374         Created Speex payloader and depayloader; Optimize G711 payloader to
15375         use adapter and send packets until MTU size.
15376
15377 2005-11-16  Wim Taymans  <wim@fluendo.com>
15378
15379         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
15380         Fix leak in check.
15381
15382 2005-11-16  Wim Taymans  <wim@fluendo.com>
15383
15384         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
15385         Fix state change.
15386
15387 2005-11-16  Andy Wingo  <wingo@pobox.com>
15388
15389         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
15390         (gst_udpsrc_create): Move comment.
15391
15392 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
15393
15394         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15395
15396         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
15397           When seeking, seek to closest index entry at or before the requested
15398           seek position, not just the closest one (#321001).
15399
15400 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
15401
15402         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
15403         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
15404           Invert DIB images again (see #132341).
15405
15406 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15407
15408         * configure.ac:
15409           rework configure.ac file
15410         * ext/aalib/gstaasink.c:
15411         * ext/cairo/gstcairo.c:
15412         * ext/dv/gstdv.c:
15413         * ext/esd/gstesd.c:
15414         * ext/flac/gstflac.c:
15415         * ext/gconf/gstgconfelements.c:
15416         * ext/gdk_pixbuf/gstgdkpixbuf.c:
15417         * ext/jpeg/gstjpeg.c:
15418         * ext/ladspa/gstladspa.c:
15419         * ext/libcaca/gstcacasink.c:
15420         * ext/libmng/gstmng.c:
15421         * ext/libpng/gstpng.c:
15422         * ext/mikmod/gstmikmod.c:
15423         * ext/pango/gsttextoverlay.c:
15424         * ext/pango/gsttimeoverlay.c:
15425         * ext/raw1394/gst1394.c:
15426         * ext/speex/gstspeex.c:
15427         * gst/alpha/Makefile.am:
15428         * gst/alpha/gstalpha.c:
15429         * gst/alpha/gstalphacolor.c:
15430         * gst/auparse/gstauparse.c:
15431         * gst/autodetect/gstautoaudiosink.c:
15432         (gst_auto_audio_sink_factory_filter),
15433         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15434         * gst/autodetect/gstautodetect.c:
15435         * gst/avi/gstavi.c:
15436         * gst/cutter/gstcutter.c:
15437         * gst/debug/efence.c:
15438         * gst/debug/gstdebug.c:
15439         * gst/debug/gstnavigationtest.c:
15440         * gst/effectv/gsteffectv.c:
15441         * gst/flx/gstflxdec.c:
15442         * gst/goom/gstgoom.c:
15443         * gst/interleave/plugin.c:
15444         * gst/law/alaw.c:
15445         * gst/law/mulaw.c:
15446         * gst/level/gstlevel.c:
15447         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
15448         * gst/matroska/matroska.c:
15449         * gst/median/gstmedian.c:
15450         * gst/monoscope/gstmonoscope.c:
15451         * gst/multipart/multipart.c:
15452         * gst/oldcore/gstelements.c:
15453         * gst/rtp/gstrtp.c:
15454         * gst/rtsp/gstrtsp.c:
15455         * gst/smoothwave/gstsmoothwave.c:
15456         * gst/smpte/gstsmpte.c:
15457         * gst/udp/gstudp.c:
15458         * gst/videobox/gstvideobox.c:
15459         * gst/videofilter/gstgamma.c:
15460         * gst/videofilter/gstvideobalance.c:
15461         * gst/videofilter/gstvideoflip.c:
15462         * gst/videofilter/gstvideotemplate.c:
15463         * gst/videomixer/videomixer.c:
15464         * gst/wavenc/gstwavenc.c:
15465         * gst/wavparse/gstwavparse.c:
15466         * sys/oss/gstossaudio.c:
15467         * sys/osxaudio/gstosxaudio.c:
15468           update GST_PLUGIN_DEFINE
15469         * gst/rtp/Makefile.am:
15470         * gst/rtp/gstasteriskh263.c:
15471           check for htons/htonl headers and possibly link to winsock2 lib
15472
15473 2005-11-12  Edward Hervey  <edward@fluendo.com>
15474
15475         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
15476         Only GST_DEBUG() information on the valid components.
15477
15478 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15479
15480         * configure.ac: back to HEAD
15481
15482 === release 0.9.5 ===
15483
15484 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
15485
15486         * configure.ac:
15487           releasing 0.9.5, "Phone Alarm"
15488
15489 2005-11-11  Edward Hervey  <edward@fluendo.com>
15490
15491         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15492         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
15493         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
15494         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
15495         (gst_avi_demux_loop):
15496         * gst/avi/gstavidemux.h:
15497         Yeah, implement proper seeking. Exact seeking and segment seeking.
15498         Still need to do some checks for segment_stop.
15499
15500 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
15501
15502         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15503
15504         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
15505           Don't try to ready buffer duration from buffer that we don't
15506           own any  longer and that might already have been unreffed.
15507           (#321136)
15508
15509 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
15510
15511         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
15512         (flx_decode_delta_flc), (gst_flxdec_chain):
15513         Attempting to optimize the code for embedded systems.
15514
15515 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
15516
15517         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15518
15519         * sys/oss/gstosssink.c: (gst_oss_sink_close):
15520           Don't re-use already closed file descriptor. (#320920)
15521
15522 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15523
15524         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
15525         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
15526         (gst_oss_sink_prepare):
15527         * sys/oss/gstosssink.h:
15528           Cache probed caps; fix debug output for SET_PARAM macros.
15529
15530 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15531
15532         * ext/cairo/Makefile.am:
15533         * ext/cairo/gstcairo.c: (plugin_init):
15534         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
15535         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
15536         (gst_text_overlay_init), (gst_text_overlay_font_init),
15537         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
15538         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
15539         (gst_text_overlay_text_pad_linked),
15540         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
15541         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
15542         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
15543         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
15544         (gst_text_overlay_change_state):
15545         * ext/cairo/gsttextoverlay.h:
15546           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
15547           property and redo positioning. Doesn't handle upstream renegotiation
15548           yet though.
15549
15550 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15551
15552         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
15553         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
15554         (gst_avi_demux_loop):
15555           No need to take the STREAM_LOCK in the loop function. Improve
15556           some debug messages. Don't leak pad names in debug messages.
15557
15558 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15559
15560         * gst/matroska/matroska-demux.c:
15561         (gst_matroska_demux_push_vorbis_codec_priv_data),
15562         (gst_matroska_demux_add_wvpk_header):
15563           Don't error out when the source pad isn't linked.
15564
15565 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
15566
15567         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
15568         (gst_gconf_audio_sink_change_state):
15569         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
15570         (gst_gconf_video_sink_change_state):
15571           Fix state change functions here as well and set kid
15572           to NULL state before removing it.
15573
15574 2005-11-01  Edward Hervey  <edward@fluendo.com>
15575
15576         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
15577         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
15578         Added proper event handlind, 
15579         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
15580         ignored),
15581         and don't set a duration of 0 for buffers otherwise they are discarded
15582         by GstBaseSink.
15583
15584         GstWavEnc needs some serious loving, after going through the code I'm
15585         really wondering how this can stay in -good ...
15586
15587 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15588
15589         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
15590         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
15591         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
15592         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
15593         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
15594         (gst_matroska_mux_collected):
15595           Fix leaks and invalid memory access as reported by valgrind
15596
15597 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15598
15599         Patch by: Michal Benes <michal.benes@xeris.cz>
15600
15601         * check/Makefile.am:
15602         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
15603         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
15604         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15605           add a unit test for matroskamux
15606           fix the bugs that the unit test exposed
15607
15608 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
15609
15610         * gst/autodetect/gstautoaudiosink.c:
15611         (gst_auto_audio_sink_class_init),
15612         (gst_auto_audio_sink_change_state):
15613         * gst/autodetect/gstautovideosink.c:
15614         (gst_auto_video_sink_class_init),
15615         (gst_auto_video_sink_change_state):
15616           Fix state change function and use GST_DEBUG_FUNCPTR in
15617           class_init.
15618
15619 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
15620
15621         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15622
15623         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
15624         (gst_ebml_write_reset), (gst_ebml_write_element_new):
15625         * gst/matroska/ebml-write.h:
15626         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
15627           Set timestamps on outgoing ebml headers as well, so that the
15628           element after matroskamux can get the timestamp already when
15629           reading the first ebml element and doesn't have to wait for
15630           the actual data buffer for that (#320308).
15631           
15632 2005-10-31  Andy Wingo  <wingo@pobox.com>
15633
15634         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
15635         (gst_videomixer_pad_link): Kill some memleaks.
15636         (gst_videomixer_pad_get_property): Style fix.
15637         (gst_videomixer_pad_set_property): Style fix.
15638         (gst_videomixer_pad_init): Style fix.
15639         (gst_videomixer_update_queues): Kill memleak.
15640         (gst_videomixer_loop): Kill memleak.
15641         (gst_videomixer_collected): Kill memleak.
15642
15643 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
15644
15645         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
15646         gst_auparse_change_state:
15647         Just some cleanup.
15648
15649 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
15650
15651         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
15652         Add checks to GST_FLOW_NOT_LINKED for values returned
15653         from gst_pad_push.
15654         
15655 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
15656
15657         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
15658         (gst_rtpg711dec_process):
15659         * gst/rtp/gstrtpgsmenc.c:
15660         Payloader now sets some default caps on the srcpad if caps on the sinkpad
15661         are never set. This is important for the g711 to work with burger's rtpbin
15662         element.
15663
15664 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
15665
15666         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
15667         (gst_speexenc_push_buffer):
15668         Add checks for return values from gst_pad_push and
15669         gst_pad_alloc_buffer.
15670
15671 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
15672
15673         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15674
15675         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
15676         (gst_matroska_demux_parse_info),
15677         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15678         (gst_matroska_demux_parse_cluster):
15679         * gst/matroska/matroska-ids.h:
15680         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
15681         (gst_matroska_mux_init), (gst_matroska_mux_start),
15682         (gst_matroska_mux_create_buffer_header),
15683         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
15684         (gst_matroska_mux_get_property):
15685         * gst/matroska/matroska-mux.h:
15686           Add SimpleBlock support to matroska demuxer and muxer (part of
15687           Matroska v2). (#319731)
15688
15689 2005-10-28  Wim Taymans  <wim@fluendo.com>
15690
15691         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15692         (gst_jpeg_dec_change_state):
15693         * ext/jpeg/gstjpegdec.h:
15694         Cleanups. Don't create caps for every chain.
15695
15696 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
15697
15698         * gst/law/alaw-encode.c: (gst_alawenc_init),
15699         (alawenc_setcaps), (gst_alawenc_chain)
15700         * gst/law/alaw-encode.h:
15701         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
15702         (mulawenc_setcaps), (gst_mulawenc_chain)
15703         * gst/law/mulaw-encode.h:
15704         Set timestamp on buffer and it allows RTP G711 elements
15705         work properly.
15706
15707 2005-10-27  Wim Taymans  <wim@fluendo.com>
15708
15709         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15710         Set correct format on oss instead of a silly value. 
15711
15712 2005-10-27  Julien MOUTTE  <julien@moutte.net>
15713
15714         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15715         (gst_video_box_transform_caps), (gst_video_box_set_caps),
15716         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
15717         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
15718         I420 rendering as well, doesn't bring much for my platform.
15719         Might help on some other platforms.
15720
15721 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
15722
15723         * gst/rtp/gstrtpgsmenc.c:
15724         * gst/rtp/gstrtpgsmparse.c:
15725         Declaring the padtemplate correctly.
15726
15727 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15728
15729         * gst/rtp/gstrtpg711dec.c:
15730         * gst/rtp/gstrtpg711enc.c:
15731         * gst/rtp/gstrtpgsmenc.c:
15732         * gst/rtp/gstrtpgsmparse.c:
15733         Setting the proper copyright notice.
15734
15735 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15736
15737         * gst/videobox/Makefile.am: Use liboil.
15738         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15739         (gst_video_box_set_property), (gst_video_box_transform_caps),
15740         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
15741         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
15742         using liboil. Will dot the same to I420 border generation
15743         tomorrow.
15744
15745 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15746
15747         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
15748         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
15749         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
15750         * gst/rtp/gstrtpg711dec.h:
15751         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
15752         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
15753         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
15754         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15755         (gst_rtpgsmenc_handle_buffer):
15756         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
15757         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
15758         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
15759         * gst/rtp/gstrtpgsmparse.h:
15760         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
15761         inherits from the basertpdepayloader.
15762
15763 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15764
15765         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15766         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15767         (gst_video_box_ayuv): Removing this forgotten debug.
15768
15769 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15770
15771         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15772         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15773         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
15774
15775 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
15776
15777         * sys/oss/gstossaudio.c:
15778         * sys/oss/gstossdmabuffer.c:
15779         * sys/oss/gstosshelper.c:
15780         * sys/oss/gstossmixer.c:
15781         * sys/oss/gstossmixerelement.c:
15782         * sys/oss/gstossmixertrack.c:
15783         * sys/oss/gstosssink.c:
15784         * sys/oss/gstosssrc.c:
15785           Actually use the 'oss' debug category we register.
15786
15787 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15788
15789         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
15790         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
15791         Use gst_pad_get_parent and drop the ref that was added through
15792         that call.
15793
15794 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15795
15796         * gst/rtp/gstrtpgsmenc.c:
15797           Fix compilation
15798
15799 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15800
15801         * gst/rtp/gstrtpg711dec.c
15802         Just removed a couple of lines of weird code used during
15803         development/test time.
15804
15805 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15806
15807         * gst/rtp/Makefile.am
15808         * gst/rtp/gstrtp.c
15809         * gst/rtp/gstrtpg711enc.c
15810         * gst/rtp/gstrtpg711enc.h
15811         * gst/rtp/gstrtpg711dec.c
15812         * gst/rtp/gstrtpg711dec.h
15813         Created G711 payloader and depayloader (it supports mulaw and alaw
15814         (dec)encoders)
15815
15816 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15817
15818         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15819         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15820         Doh ! I introduced wingo's bug again ! Sorry...
15821
15822 2005-10-25  Christian Schaller <christian@fluendo.com> 
15823
15824         * gst/rtp/Makefile.am: add missing header files for disting
15825
15826 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
15827
15828         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15829         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
15830         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15831         (gst_rtpgsmenc_handle_buffer):
15832         * gst/rtp/gstrtpgsmenc.h:
15833         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
15834         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
15835         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
15836         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
15837         * gst/rtp/gstrtpgsmparse.h:
15838         Getting the GSM (de)payloader working and compatible with our plans for RTP.
15839
15840 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15841
15842         * ext/libpng/gstpngdec.c: (user_info_callback),
15843         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
15844         a newsegment event, move some redundant code in a single place.
15845
15846 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15847
15848         * ext/libpng/gstpngdec.c: (user_info_callback),
15849         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
15850         hack to get correct colors order when we have a png image with
15851         alpha channel.
15852
15853 2005-10-24  Edward Hervey  <edward@fluendo.com>
15854
15855         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
15856         Call gst_element_no_more_pads when there will be no more pads.
15857
15858 2005-10-24  Wim Taymans  <wim@fluendo.com>
15859
15860         * gst/rtp/Makefile.am:
15861         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
15862         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
15863         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
15864         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
15865         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
15866         (gst_asteriskh263_plugin_init):
15867         * gst/rtp/gstasteriskh263.h:
15868         * gst/rtp/gstrtp.c: (plugin_init):
15869         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
15870         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
15871         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
15872         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
15873         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
15874         (gst_rtph263enc_plugin_init):
15875         * gst/rtp/gstrtph263enc.h:
15876         Added two new payloaders, an RFC 2190 payloader for h263 and
15877         a payload convertor for an asterisk server.
15878
15879 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15880
15881         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15882           Set bytes_per_sample correctly (is not always 4, but 
15883           depends on width and number of channels).
15884
15885 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15886
15887         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
15888         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
15889         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
15890         (gst_flacenc_sink_event), (gst_flacenc_chain),
15891         (gst_flacenc_set_property), (gst_flacenc_get_property),
15892         (gst_flacenc_change_state):
15893         * ext/flac/gstflacenc.h:
15894           Fix seeking, so that flacenc can rewrite the header with the
15895           correct duration and amount of samples and all that at EOS;
15896           also set timestamps and granulepos on outgoing buffers; add
15897           debug category; fix state change function.
15898           
15899 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15900
15901         * gst/videomixer/videomixer.c: Don't restrict video geometry
15902         from 16 to 4096.
15903
15904 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15905
15906         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15907         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15908         Fix caps negotiation correctly, add debugging category.
15909
15910 2005-10-24  Christian Schaller  <christian@fluendo.com>
15911
15912         * configure.ac: Port over Thomas's change from base listing all plugins
15913
15914 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15915
15916         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
15917         a sink pad.
15918
15919 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15920
15921         * configure.ac:
15922         * docs/upload.mak:
15923           back to HEAD
15924
15925 === release 0.9.4 ===
15926
15927 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15928
15929         * configure.ac:
15930           Releasing 0.9.4, "Dromiceiomimus"
15931
15932 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
15933
15934         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
15935         (gst_speexenc_src_query):
15936           Add position and duration query, fix query type function.
15937           
15938         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15939         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15940           Let's not set non-fixed caps on source pads.
15941
15942 2005-10-21  Wim Taymans  <wim@fluendo.com>
15943
15944         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15945         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
15946         (gst_avi_demux_handle_seek):
15947         Set correct stream_time in newsegment event.
15948         avi can also handle a duration query now.
15949
15950 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
15951
15952         * gst/matroska/matroska-demux.c:
15953         (gst_matroska_demux_handle_src_query),
15954         (gst_matroska_demux_handle_seek_event),
15955         (gst_matroska_demux_loop_stream_parse_id):
15956           Fix duration query; fix basetime in newsegment event after
15957           seek; fix duration in initial newsegment event.
15958
15959         * gst/matroska/matroska-mux.c:
15960         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15961           Extract number of channels and samplerate from vorbis headers;
15962           add some debug messages when querying the durations of the
15963           input streams.
15964
15965 2005-10-20  Wim Taymans  <wim@fluendo.com>
15966
15967         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15968         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15969         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15970         Set stream time correctly in newsegment.
15971
15972 2005-10-20  Wim Taymans  <wim@fluendo.com>
15973
15974         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15975         Correctly fill in the stream time.
15976
15977 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15978
15979         * check/elements/level.c: (GST_START_TEST):
15980         * gst/level/gstlevel.c: (gst_level_message_new):
15981         * gst/level/level-example.c: (message_handler):
15982           use ELEMENT messages instead
15983
15984 2005-10-19  Wim Taymans  <wim@fluendo.com>
15985
15986         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
15987         (gst_dvdemux_src_query):
15988         * ext/flac/gstflacdec.c: (gst_flacdec_length),
15989         (gst_flacdec_src_query):
15990         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
15991         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
15992         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
15993         * gst/debug/gstnavseek.c: (gst_navseek_seek):
15994         * gst/debug/progressreport.c: (gst_progress_report_report):
15995         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
15996         * gst/matroska/matroska-demux.c:
15997         (gst_matroska_demux_handle_src_query):
15998         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
15999         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
16000         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
16001         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
16002         (gst_wavparse_srcpad_event):
16003         API change fix.
16004
16005 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
16006
16007         * gst/goom/filters.c:
16008         * gst/goom/graphic.h:
16009         * gst/goom/lines.c:
16010           Make inline functions either 'static inline' or 'extern inline',
16011           otherwise the Forte compiler apparently won't inline them (#317300).
16012
16013 2005-10-19  Julien MOUTTE  <julien@moutte.net>
16014
16015         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
16016         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
16017         (user_info_callback), (user_endrow_callback), (user_end_callback),
16018         (user_read_data), (gst_pngdec_caps_create_and_set),
16019         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
16020         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
16021         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
16022         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
16023         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
16024         very nice and handle push/pull based model. if you have filesrc
16025         connected to it, it will do random access to load the png file.
16026         If you have a network source that can't do _getrange, it does 
16027         progressive loading through the chain function.
16028         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
16029         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
16030         thanks to Master Wim Taymans ;-)
16031
16032 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
16033
16034         * gst/matroska/Makefile.am:
16035         * gst/matroska/ebml-read.c:
16036         * gst/matroska/ebml-read.h:
16037         * gst/matroska/matroska-demux.c:
16038         * gst/matroska/matroska-demux.h:
16039         * gst/matroska/matroska.c: (plugin_init):
16040           Ported matroska demuxer to 0.9.
16041
16042 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
16043
16044         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16045
16046         * gst/matroska/matroska-mux.c:
16047         (gst_matroska_mux_video_pad_setcaps),
16048         (gst_matroska_mux_audio_pad_setcaps):
16049           Fix mpeg4 input handling (#318847); also, while we're at it,
16050           fix media type for Motion-JPEG: should be image/jpeg.
16051
16052 2005-10-18  Wim Taymans  <wim@fluendo.com>
16053
16054         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
16055         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
16056         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
16057         Fix for segment-start/stop API change.
16058
16059 2005-10-17  Julien MOUTTE  <julien@moutte.net>
16060
16061         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
16062         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
16063         way.
16064
16065 2005-10-17  Julien MOUTTE  <julien@moutte.net>
16066
16067         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
16068         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
16069         output declared in transform_caps.
16070
16071 2005-10-17  Julien MOUTTE  <julien@moutte.net>
16072
16073         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
16074
16075 2005-10-17  Julien MOUTTE  <julien@moutte.net>
16076
16077         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
16078         (gst_video_box_get_unit_size): Fix wrong size calculations and
16079         implement get_unit_size correctly.
16080
16081 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
16082
16083         * configure.ac:
16084           Enable flx plugin.
16085
16086         * gst/flx/gstflxdec.c: (flx_decode_chunks):
16087           Fix gcc4 signedness issue.
16088
16089 2005-10-17  Julien MOUTTE  <julien@moutte.net>
16090
16091         * configure.ac: Adding videomixer.
16092         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
16093         (user_read_data), (gst_pngdec_chain): More debugging.
16094         * gst/alpha/Makefile.am: Adding alphacolor
16095         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
16096         (gst_alpha_color_class_init), (gst_alpha_color_init),
16097         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
16098         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
16099         (plugin_init): Ported to 0.9 using in place base tranform.
16100         * gst/videomixer/Makefile.am:
16101         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
16102         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
16103         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
16104         (gst_videomixer_pad_init), (gst_videomixer_class_init),
16105         (gst_videomixer_init), (gst_videomixer_getcaps),
16106         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
16107         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
16108         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
16109         to 0.9 using collectpads.
16110
16111 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
16112
16113         * configure.ac:
16114         * gst/flx/Makefile.am:
16115         * gst/flx/gstflxdec.c: (gst_flxdec_init),
16116         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
16117         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
16118         * gst/flx/gstflxdec.h:
16119         flx plugin ported to 0.9
16120
16121 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16122
16123         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
16124           use new gst_version_string()
16125
16126 2005-10-16  Andy Wingo  <wingo@pobox.com>
16127
16128         * configure.ac: GLIB_CHECK.
16129
16130 2005-10-15  Julien MOUTTE  <julien@moutte.net>
16131
16132         * ext/libpng/Makefile.am:
16133         * ext/libpng/gstpng.c: (plugin_init):
16134         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
16135         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
16136         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
16137
16138 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
16139
16140         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16141
16142         * configure.ac:
16143         * gst/matroska/Makefile.am:
16144         * gst/matroska/ebml-ids.h:
16145         * gst/matroska/ebml-write.c:
16146         * gst/matroska/ebml-write.h:
16147         * gst/matroska/matroska-ids.h:
16148         * gst/matroska/matroska-mux.c:
16149         * gst/matroska/matroska-mux.h:
16150         * gst/matroska/matroska.c: (plugin_init):
16151           Port matroska muxer to 0.9 (#318847).
16152
16153 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
16154
16155         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
16156         (comment_init), (comment_add):
16157           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
16158           use GST_READ_UINT32_LE() and friends rather than the private
16159           implementation of those same macros.
16160
16161 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
16162
16163         * examples/stats/mp2ogg.c:
16164           more typo fixes
16165
16166 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
16167
16168         * examples/indexing/indexmpeg.c: (main):
16169         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
16170         (gst_esdmon_close_audio), (gst_esdmon_change_state):
16171         * ext/esd/esdmon.h:
16172         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
16173         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
16174         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
16175         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
16176         * gst/avi/gstavimux.c: (gst_avimux_init):
16177         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
16178         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
16179         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
16180         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
16181         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
16182         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
16183         * gst/oldcore/gstmultifilesrc.h:
16184         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
16185         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
16186         (gst_pipefilter_change_state):
16187         * gst/oldcore/gstpipefilter.h:
16188         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
16189         * gst/videomixer/videomixer.c: (gst_videomixer_init):
16190         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
16191         * sys/osxaudio/gstosxaudiosink.h:
16192         * sys/osxaudio/gstosxaudiosrc.h:
16193           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
16194           moved bitshift from macro to enum definition
16195
16196 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16197
16198         * ext/Makefile.am:
16199         * ext/cairo/Makefile.am:
16200         * ext/cairo/gstcairo.c: (plugin_init):
16201         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
16202         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
16203         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
16204         * ext/cairo/gsttimeoverlay.h:
16205           update of cairo-based timeoverlay to 1.0 Cairo API
16206           doesn't work yet for resizing of output sink
16207
16208 2005-10-11  Wim Taymans  <wim@fluendo.com>
16209
16210         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
16211         newsegment API fix.
16212
16213 2005-10-11  Wim Taymans  <wim@fluendo.com>
16214
16215         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
16216         (gst_dvdemux_demux_frame):
16217         * ext/flac/gstflacdec.c: (gst_flacdec_write):
16218         * gst/auparse/gstauparse.c: (gst_auparse_chain):
16219         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
16220         (gst_avi_demux_handle_seek):
16221         * gst/goom/gstgoom.c: (gst_goom_event):
16222         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
16223         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
16224         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
16225         (gst_wavparse_loop), (gst_wavparse_pad_convert),
16226         (gst_wavparse_srcpad_event):
16227         newsegment API update.
16228
16229 2005-10-11  Andy Wingo  <wingo@pobox.com>
16230
16231         * ext/speex/gstspeexenc.c: Signedness cleanups.
16232
16233 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
16234
16235         * PORTED_09:
16236         * ext/speex/Makefile.am:
16237         * ext/speex/gstspeex.c:
16238         * ext/speex/gstspeexenc.c:
16239         Speexenc ported to 0.9
16240
16241 2005-10-10  Wim Taymans  <wim@fluendo.com>
16242
16243         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
16244         (gst_oss_sink_init), (gst_oss_sink_set_property),
16245         (gst_oss_sink_get_property), (gst_oss_sink_open),
16246         (gst_oss_sink_prepare), (gst_oss_sink_reset):
16247         * sys/oss/gstosssink.h:
16248         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
16249         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
16250         (gst_oss_src_prepare):
16251         Cleanups, make device configurable in the sink, handle and report
16252         errors.
16253
16254 2005-10-10  Wim Taymans  <wim@fluendo.com>
16255
16256         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
16257         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
16258         Make sure element is NULL before removing from the bin.
16259
16260 2005-10-07  Andy Wingo  <wingo@pobox.com>
16261
16262         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
16263         block forever in a read().
16264         (gst_dv1394src_bus_reset): Post a message when the cable is
16265         unplugged.
16266         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
16267         (gst_dv1394src_bus_reset): Don't unref the message.
16268
16269         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
16270         hacking. The only change should be that the state change stuff was
16271         put into basesrc's start() and stop() routines, which coalesces
16272         some steps.
16273
16274 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
16275
16276         * configure.ac:
16277           Add check for mmap
16278           
16279         * gst/debug/Makefile.am:
16280           Only compile efence plugin on systems that have mmap.
16281
16282 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
16283
16284         * gst/debug/Makefile.am:
16285         * gst/debug/breakmydata.c:
16286         * gst/debug/gstdebug.c:
16287         * gst/debug/gstnavigationtest.c:
16288         * gst/debug/gstnavseek.c: 
16289         * gst/debug/gstnavseek.h:
16290         * gst/debug/progressreport.c: 
16291         * gst/debug/testplugin.c:
16292           Port progressreport, navseek, navigationtest, testsink and
16293           breakmydata.
16294
16295 2005-10-05  Edward Hervey  <edward@fluendo.com>
16296
16297         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
16298         (gst_dvdemux_src_query):
16299         Fixes for better conversion
16300
16301 2005-10-04  Michael Smith <msmith@fluendo.com>
16302
16303         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
16304         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
16305         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
16306         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
16307           Set state of elements to NULL before removing from bins.
16308           Set state of test element to NULL if we failed to move it to READY
16309
16310 2005-10-04  Edward Hervey  <edward@fluendo.com>
16311
16312         * ext/dv/Makefile.am:
16313         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
16314         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
16315         Corrected the query function for position so it doesn't forget what
16316         format was asked, and calls the conversion functions on the correct pad.
16317
16318 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16319
16320         * configure.ac:
16321           back to development
16322
16323 === release 0.9.3 ===
16324
16325 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16326
16327         * configure.ac:
16328           Releasing 0.9.3, "Aramis"
16329
16330 2005-10-03  Andy Wingo  <wingo@pobox.com>
16331
16332         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
16333         error returns.
16334
16335 2005-10-02  Andy Wingo  <wingo@pobox.com>
16336
16337         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
16338
16339         * ext/flac/gstflacenc.c: Ported to 0.9.
16340
16341         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
16342
16343         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
16344         and link to gsttagedit. Enable flacenc.
16345
16346         * ext/flac/gstflacdec.c: Re-enable tag reading.
16347
16348 2005-09-30  Wim Taymans  <wim@fluendo.com>
16349
16350         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
16351         * gst/rtp/gstrtpgsmparse.c:
16352         * gst/rtp/gstrtph263penc.c:
16353         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16354         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
16355         (gst_rtpmp4venc_set_property):
16356         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
16357         Various class and caps fixes from Andre Magalhaes (andrunko)
16358
16359 2005-09-29  Wim Taymans  <wim@fluendo.com>
16360
16361         * gst/level/level-example.c: (main):
16362         Update for new bus API.
16363
16364 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
16365
16366         * configure.ac:
16367           Fix unexpanded autoconf macro GST_DOC, which has been renamed
16368           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
16369
16370 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
16371
16372         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
16373           Fix playback of mono streams (bytes_per_sample should be set
16374           from the sample width and the number of channels negotiated,
16375           and not just be set to 4) (#317338)
16376
16377 2005-09-26  Wim Taymans  <wim@fluendo.com>
16378
16379         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
16380         (gst_rtpmpaenc_handle_buffer):
16381         Set buffer duration correctly.
16382
16383 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
16384
16385         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
16386         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
16387         (gst_avi_demux_change_state):
16388           Don't crash when encountering a stream with an unknown fourcc or
16389           codec id. Instead, create a pad of type video/x-avi-unknown or
16390           audio/x-avi-unknown, which as a side-effect also results in less
16391           confusing error messages in players ('no decoder' vs. 'no streams');
16392           minor fixes to state change function and class_init function.
16393
16394 2005-09-24  Wim Taymans  <wim@fluendo.com>
16395
16396         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
16397         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
16398         These are sinks.
16399
16400 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16401
16402         * check/elements/level.c: (GST_START_TEST):
16403           fix test for new GstClockTime use
16404         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
16405         (gst_level_transform_ip):
16406         * gst/level/gstlevel.h:
16407           fix up the decay peak, ensuring the decay peak is never lower
16408           than the peak for that interval
16409
16410 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16411
16412         * docs/plugins/gst-plugins-good-plugins.args:
16413         * docs/plugins/inspect/plugin-alpha.xml:
16414         * docs/plugins/inspect/plugin-rtp.xml:
16415         * gst/level/gstlevel.c: (gst_level_set_caps),
16416         (gst_level_transform_ip):
16417           updating docs
16418
16419 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16420
16421         * Makefile.am:
16422         * check/elements/level.c: (GST_START_TEST):
16423         * gst/level/Makefile.am:
16424         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
16425         (gst_level_set_property), (gst_level_get_property),
16426         (gst_level_set_caps), (gst_level_message_new),
16427         (gst_level_transform_ip):
16428         * gst/level/gstlevel.h:
16429         * gst/level/level-example.c: (message_handler), (main):
16430           convert to using GstClockTime for all time values, finally.
16431
16432 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16433
16434         * gst/auparse/Makefile.am:
16435         * gst/auparse/gstauparse.c: (gst_auparse_chain):
16436           fix up build
16437         * configure.ac:
16438         * ext/cairo/Makefile.am:
16439         * ext/dv/Makefile.am:
16440         * ext/esd/Makefile.am:
16441         * ext/flac/Makefile.am:
16442         * ext/gconf/Makefile.am:
16443         * ext/gdk_pixbuf/Makefile.am:
16444         * ext/jpeg/Makefile.am:
16445         * ext/ladspa/Makefile.am:
16446         * ext/libcaca/Makefile.am:
16447         * ext/libmng/Makefile.am:
16448         * ext/libpng/Makefile.am:
16449         * ext/mikmod/Makefile.am:
16450         * ext/pango/Makefile.am:
16451         * ext/raw1394/Makefile.am:
16452         * ext/shout2/Makefile.am:
16453         * ext/speex/Makefile.am:
16454         * gst/alpha/Makefile.am:
16455         * gst/autodetect/Makefile.am:
16456         * gst/avi/Makefile.am:
16457         * gst/cutter/Makefile.am:
16458         * gst/debug/Makefile.am:
16459         * gst/effectv/Makefile.am:
16460         * gst/flx/Makefile.am:
16461         * gst/goom/Makefile.am:
16462         * gst/interleave/Makefile.am:
16463         * gst/law/Makefile.am:
16464         * gst/matroska/Makefile.am:
16465         * gst/median/Makefile.am:
16466         * gst/monoscope/Makefile.am:
16467         * gst/multipart/Makefile.am:
16468         * gst/oldcore/Makefile.am:
16469         * gst/rtp/Makefile.am:
16470         * gst/rtsp/Makefile.am:
16471         * gst/smoothwave/Makefile.am:
16472         * gst/smpte/Makefile.am:
16473         * gst/videobox/Makefile.am:
16474         * gst/videofilter/Makefile.am:
16475         * gst/videomixer/Makefile.am:
16476         * gst/wavenc/Makefile.am:
16477         * gst/wavparse/Makefile.am:
16478         * sys/oss/Makefile.am:
16479         * sys/osxaudio/Makefile.am:
16480         * sys/osxvideo/Makefile.am:
16481           fix up GST_LIBS use
16482
16483 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16484
16485         * gst/auparse/Makefile.am:
16486         * gst/auparse/gstauparse.c: (gst_auparse_chain):
16487           fix build of auparse
16488
16489 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
16490
16491         * configure.ac:
16492         * PORTED_09:
16493         * gst/auparse/gstauparse.c:
16494         * gst/auparse/gstauparse.h:
16495         Auparse ported to 0.9.
16496
16497 2005-09-22  Wim Taymans  <wim@fluendo.com>
16498
16499         * gst/rtp/TODO:
16500         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
16501         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16502         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
16503         (gst_rtpmp4venc_set_property):
16504         * gst/rtp/gstrtpmp4venc.h:
16505         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
16506         * gst/rtp/gstrtpmpaenc.h:
16507         Use is_filled to both check MTU and max-ptime of base class.
16508
16509 2005-09-22  Wim Taymans  <wim@fluendo.com>
16510
16511         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16512         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
16513         (gst_rtpmp4venc_set_property):
16514         Don't fragment packets with multiple frames.
16515
16516 2005-09-22  Wim Taymans  <wim@fluendo.com>
16517
16518         * gst/rtp/TODO:
16519         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
16520         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16521         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
16522         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
16523         (gst_rtpmp4venc_get_property):
16524         * gst/rtp/gstrtpmp4venc.h:
16525         Remove g_print.
16526         Update TODO
16527         Make payload encoder a bit smarter and more correct with
16528         timestamps.
16529         Added option in payloader to include config string in-band.
16530
16531 2005-09-21  Wim Taymans  <wim@fluendo.com>
16532
16533         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
16534         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
16535         (gst_rtspsrc_send):
16536         Strip spaces for key/value pairs.
16537
16538 2005-09-21  Wim Taymans  <wim@fluendo.com>
16539
16540         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
16541         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
16542         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
16543         (gst_rtspsrc_change_state):
16544         More SDP parsing and caps setting.
16545         Do NO_PREROLL differently.
16546         add pads only after negotiated.
16547
16548         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
16549         (gst_udpsrc_getcaps):
16550         Implement the getcaps function.
16551
16552 2005-09-21  Wim Taymans  <wim@fluendo.com>
16553
16554         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
16555         (gst_rtpamrdec_chain):
16556         Handle multiple AMr packets per payload. Handle CRC and
16557         parse ILL/ILP.
16558
16559         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
16560         Make caps params strings for easy SDP mapping.
16561         
16562         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
16563         Handle capsnego better.
16564
16565         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
16566         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
16567         Generate and parse config string in the caps.
16568
16569 2005-09-21  Wim Taymans  <wim@fluendo.com>
16570
16571         * gst/rtp/README:
16572         Update README
16573
16574         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
16575         Make extra params as strings.
16576
16577         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
16578         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
16579         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
16580         Make state change return NO_PREROLL as this is a live
16581         source.
16582
16583         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
16584         Don't unref old caps when NULL.
16585
16586 2005-09-20  Wim Taymans  <wim@fluendo.com>
16587
16588         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
16589         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
16590         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
16591         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
16592         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
16593         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
16594         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
16595         * gst/rtsp/sdpmessage.h:
16596         Add URI handler.
16597         Parse SDP and create caps.
16598
16599 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
16600
16601         * gst/alpha/gstalpha.c:
16602           fix element description
16603
16604 2005-09-19  Wim Taymans  <wim@fluendo.com>
16605
16606         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
16607         Don't check payload for now.
16608
16609 2005-09-19  Wim Taymans  <wim@fluendo.com>
16610
16611         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
16612         (gst_wavparse_init), (gst_wavparse_parse_file_header),
16613         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
16614         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
16615         (gst_wavparse_loop), (gst_wavparse_pad_convert),
16616         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
16617         (gst_wavparse_change_state):
16618         * gst/wavparse/gstwavparse.h:
16619         Fix wavparse some more.
16620
16621 2005-09-19  Wim Taymans  <wim@fluendo.com>
16622
16623         * check/elements/level.c: (GST_START_TEST):
16624         Fix for bus API change.
16625
16626 2005-09-19  Wim Taymans  <wim@fluendo.com>
16627
16628         * gst/level/level-example.c: (main):
16629         Fix for new bus API.
16630
16631         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
16632         Set caps on pads.
16633
16634 2005-09-15  Wim Taymans  <wim@fluendo.com>
16635
16636         * gst/rtp/Makefile.am:
16637         * gst/rtp/README:
16638         * gst/rtp/gstrtp.c: (plugin_init):
16639         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
16640         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
16641         (gst_rtpamrdec_change_state):
16642         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
16643         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
16644         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
16645         * gst/rtp/gstrtpamrenc.h:
16646         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
16647         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
16648         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
16649         * gst/rtp/gstrtpgsmenc.h:
16650         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
16651         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
16652         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
16653         (gst_rtpgsmparse_change_state):
16654         * gst/rtp/gstrtpgsmparse.h:
16655         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
16656         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
16657         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
16658         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
16659         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
16660         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
16661         * gst/rtp/gstrtph263penc.h:
16662         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
16663         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
16664         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
16665         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
16666         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
16667         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
16668         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
16669         * gst/rtp/gstrtpmp4venc.h:
16670         * gst/rtp/gstrtpmpadec.c:
16671         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
16672         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
16673         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
16674         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
16675         * gst/rtp/gstrtpmpaenc.h:
16676         Updates to payloader/depayloaders, make payloaders use
16677         the base classes.
16678         Updated README with suggested RTP caps and how to convert
16679         to/from SDP.
16680         Added config descriptor in mp4v payloader.
16681
16682 2005-09-15  Andy Wingo  <wingo@pobox.com>
16683
16684         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
16685         * gst/autodetect/gstautovideosink.c
16686         (gst_auto_video_sink_find_best): Update for new registry API.
16687
16688 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16689
16690         * common/c-to-xml.py:
16691         * common/gtk-doc-plugins.mak:
16692           a simple py script to generate valid xml from a C example
16693           probably also need to strip an MIT license when we decide
16694         * docs/plugins/Makefile.am:
16695         * gst/level/Makefile.am:
16696         * gst/level/gstlevel.c: (gst_level_init):
16697         * gst/level/level-example.c: (message_handler), (main):
16698           add an example to level that will show up in the docs
16699         * gst/rtp/TODO:
16700           add a note for the future
16701
16702 2005-09-14  Michael Smith <msmith@fluendo.com>
16703
16704         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
16705           Actually define the debug object being used in wavenc. Fixes #316205
16706
16707 2005-09-14  Michael Smith <msmith@fluendo.com>
16708
16709         * gst/smpte/Makefile.am:
16710           Link against GST_BASE_LIBS, to get it linked against libgstbase;
16711           needed to build on windows (bug 316204)
16712
16713 2005-09-12  Andy Wingo  <wingo@pobox.com>
16714
16715         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
16716
16717 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
16718
16719         * configure.ac:
16720         * gst/fdsrc/Makefile.am:
16721         * gst/fdsrc/gstfdsrc.c:
16722         * gst/fdsrc/gstfdsrc.h:
16723           Move fdsrc back into gstreamer core elements.
16724
16725         * gst/level/gstlevel.c: (gst_level_class_init),
16726         (gst_level_transform_ip):
16727         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
16728           Basetransform changes.
16729
16730 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16731
16732         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
16733         * ext/jpeg/smokecodec.c: (find_best_size):
16734           fix compiler warnings
16735
16736 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16737
16738         * gst-plugins-good.spec.in:
16739           spec file fixes
16740         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
16741         (gst_multiudpsink_render), (gst_multiudpsink_add),
16742         (gst_multiudpsink_clear):
16743           it actually helps to actually stream if we hook up the
16744           "add" signal to an actual implementation
16745         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
16746           some debugging
16747
16748 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
16749
16750         * ext/jpeg/Makefile.am:
16751         * ext/jpeg/gstjpeg.c
16752         * ext/jpeg/gstjpegenc.c:
16753         * ext/jpeg/gstsmokeenc.c:
16754
16755 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
16756
16757         * ext/flac/gstflacdec.c:
16758         * ext/flac/gstflacenc.c:
16759         * ext/flac/gstflactag.c:
16760         * ext/speex/gstspeexenc.c:
16761           gsttaginterface.h -> gsttagsetter.h
16762
16763 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
16764
16765         * configure.ac:
16766         * gst/debug/Makefile.am:
16767         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
16768         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
16769         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
16770         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
16771         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
16772           Port to 0.9 and re-enable efence plugin.
16773
16774 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
16775
16776         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
16777         (gst_flacdec_write), (gst_flacdec_convert_src):
16778         * ext/flac/gstflacdec.h:
16779           Add support for flac files with 24/32 bits per sample; and misc.
16780           minor clean-ups. Seeking is still partly broken (for me at least).
16781
16782 2005-09-06  Wim Taymans  <wim@fluendo.com>
16783
16784         * gst/rtp/Makefile.am:
16785         * gst/rtp/gstrtp.c: (plugin_init):
16786         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
16787         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
16788         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
16789         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
16790         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
16791         (gst_rtpmp4vdec_plugin_init):
16792         * gst/rtp/gstrtpmp4vdec.h:
16793         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
16794         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
16795         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
16796         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
16797         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
16798         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
16799         * gst/rtp/gstrtpmp4venc.h:
16800         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
16801         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
16802         Added mpeg4 video payload encoder/decoder.
16803         Added some docs in mpa payloader.
16804
16805 === release 0.9.1 ===
16806
16807 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16808
16809         * NEWS:
16810         * README:
16811         * RELEASE:
16812         * autogen.sh:
16813         * configure.ac:
16814           releasing 0.9.1, "Blondie"
16815
16816 2005-09-05  Andy Wingo  <wingo@pobox.com>
16817
16818         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
16819         here from the state change handler, so we fire signals without
16820         holding the state lock.
16821
16822 2005-09-02  Andy Wingo  <wingo@pobox.com>
16823
16824         * All plugins updated for element state changes.
16825
16826 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16827
16828         * Makefile.am:
16829         * check/.cvsignore:
16830         * check/Makefile.am:
16831         * check/elements/.cvsignore:
16832         * check/elements/level.c: (setup_level), (cleanup_level),
16833         (GST_START_TEST), (level_suite), (main):
16834           add a test for level
16835         * common/release.mak:
16836           move the enum checking to release.mak
16837         * configure.ac:
16838           add valgrind and check checking
16839         * gst/level/gstlevel.c: (gst_level_transform):
16840         * gst/level/gstlevel.h:
16841           fix Andy's cast bug
16842           convert a field to int
16843           fix the arithmetic to int when checking for emit so that a
16844           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
16845
16846 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16847
16848         * Makefile.am:
16849         * configure.ac:
16850           add docs to build
16851         * common/plugins.xsl:
16852           wrap Description into a refsect2
16853         * docs/Makefile.am:
16854         * docs/plugins/Makefile.am:
16855         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16856         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16857         * gst/goom/Makefile.am:
16858         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
16859         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
16860         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
16861         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
16862         (gst_goom_change_state):
16863         * gst/goom/gstgoom.h:
16864           GstGOOM -> GstGoom
16865           add an example launch line
16866         * gst/level/gstlevel.h:
16867         * gst/monoscope/gstmonoscope.c:
16868           cleanups
16869
16870 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16871
16872         * configure.ac:
16873         * docs/plugins/Makefile.am:
16874         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16875         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16876         * docs/plugins/gst-plugins-good-plugins.types:
16877           document elements and plugins.  Shazam !
16878
16879 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16880
16881         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
16882           be found under doc/random/ChangeLog-0.8