21dfe2f995a21958cd79612eb7509e1cf49b1518
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2
3         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
4           Use GST_STR_NULL when trying to print sps and pps strings that could
5           be NULL, as this might crash on some platforms.
6
7 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
8
9         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
10
11         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
12           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
13           set after creating the clipper.
14
15 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
16
17         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
18
19         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
20           Added checking of surface lost case after an unsuccessful
21           IDirectDrawSurface7_Lock() call.
22           If surface is lost, return GST_FLOW_OK.
23
24 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
25
26         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
27
28         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
29           WndProc, gst_directdraw_sink_window_thread):
30           Improved Windows message loop and fixed window destruction issue.
31           When the window which DirectDraw is rendering to is destroyed, the
32           render/show_frame function will return GST_FLOW_ERROR.
33           Partially fixes #520885.
34
35 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
36
37         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
38
39         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
40           Fixed mid stream resolution change bug, the offscreen surface is now
41           released when set_caps is called.
42           Partially fixes #520885.
43
44 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
45
46         * sys/directdraw/gstdirectdrawsink.c
47           (gst_directdraw_sink_buffer_alloc):
48           Make it so that gst_directdraw_sink_buffer_alloc uses the right
49           width/height.
50
51           Especially when looking through the pool of buffers, make sure that
52           the width/height of caps is used instead of the already negotiated
53           dimensions.
54           For example if a buffer with different caps is requested, i.e.
55           higher resolution, the caller would get a buffer with the old
56           dimensions and thus corrupt the heap.
57
58 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
59
60         * sys/directdraw/gstdirectdrawsink.c
61           (gst_directdraw_sink_buffer_alloc):
62           Clear the flags on recycled buffers from buffer_alloc.
63           Partially fixes #520885.
64
65 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
66
67         * gst/rtp/gstrtpilbcpay.c:
68           Added missing stdlib.h include for strtol(), and made include ordering and
69           style consistent with the corresponding depayloader.
70
71 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
72
73         * configure.ac:
74           Error out if we don't have the required core/base versions.
75
76 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
77
78         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
79
80         * sys/osxvideo/cocoawindow.m:
81         Fix compiler warnings on PPC64. Fixes bug #499318.
82
83 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
84
85         Patch by: Sjoerd Simons <sjoerd at luon dot net>
86
87         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
88         Don't leak file descriptors on error. Fixes #531532.
89
90 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
91
92         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
93         (gst_gconf_audio_src_change_state):
94         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
95         (gst_gconf_video_sink_change_state):
96         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
97         (gst_gconf_video_src_change_state):
98         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
99         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
100         When we can't create a fakesink/fakesrc complain instead of unreffing
101         NULL pointers and crashing later. See bug #530535.
102
103 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
104
105         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
106         Add some more debug info and guard against small payloads.
107
108         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
109         Set duration on outgoing buffers because we can.
110
111 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
112
113         Patch by: Olivier Crete <tester at tester dot ca>
114
115         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
116         (gst_speex_enc_init), (gst_speex_enc_chain):
117         Add negotiation for the speex channels and rate. Fixes #465146.
118
119 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
120
121         Patch by: Olivier Crete <tester at tester dot ca>
122
123         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
124         (gst_rtp_speex_pay_getcaps):
125         Add negotiation for the speex channels and rate. See #465146.
126
127 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
128
129         Patch by: Olivier Crete <tester at tester dot ca>
130
131         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
132         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
133         Add negotiation for the ILBC mode. See #465146.
134
135 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
136
137         * ext/soup/gstsouphttpsrc.c:
138           Include stdlib to fix the build. Use g_free instead of free, libsoup
139           uses glib.
140
141 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
142
143         Patch by: j^ <j@bootlab.org>
144
145         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
146         Add more mpeg2 variants. Fixes #530886.
147
148 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
149
150         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
151
152         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
153           Don't error out if we get an ICMP destination-unreachable
154           message when trying to read packets on win32 (#529454).
155
156 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
157
158         * configure.ac:
159         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
160           Use new error code for encrypted streams (which requires core CVS).
161
162 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
163
164         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
165           (gst_qtdemux_audiosrc_template):
166           Fix swapped pad template names, spotted by Thiago Sousa Santos.
167
168 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
169
170         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
171         (speex_dec_chain_parse_data):
172         Produce concealment data when time progresses in a segment update.
173
174 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
175
176         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
177         (speex_dec_chain):
178         Try to preserve input timestamps when we can.
179         Do beginnings of error concealment.
180
181 2008-04-28  Michael Smith <msmith@songbirdnest.com>
182
183         * gst/debug/gstnavigationtest.c:
184           MSVC doesn't provide rint(), define an adequate replacement locally as
185           elsewhere.
186
187 2008-04-28  Julien Moutte  <julien@fluendo.com>
188
189         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
190         format to pacify Mac OSX's gcc.
191
192 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
193
194         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
195           (DEFAULT_MAX), (src_template), (sink_template),
196           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
197           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
198           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
199           Bring rndbuffersize element into a state that doesn't require us
200           to move it to -bad immediately. For one, fix up default min/max
201           values so that the element actuall works using the default values.
202           Also, don't ignore flow return values and do some kind of minimal
203           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
204           other gratuitious clean-ups.
205
206 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
207
208         * docs/plugins/Makefile.am:
209         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
210         * docs/plugins/gst-plugins-good-plugins-sections.txt:
211         * docs/plugins/gst-plugins-good-plugins.args:
212         * docs/plugins/gst-plugins-good-plugins.hierarchy:
213         * docs/plugins/gst-plugins-good-plugins.interfaces:
214         * docs/plugins/gst-plugins-good-plugins.prerequisites:
215         * docs/plugins/inspect/plugin-1394.xml:
216         * docs/plugins/inspect/plugin-aasink.xml:
217         * docs/plugins/inspect/plugin-alaw.xml:
218         * docs/plugins/inspect/plugin-alpha.xml:
219         * docs/plugins/inspect/plugin-alphacolor.xml:
220         * docs/plugins/inspect/plugin-annodex.xml:
221         * docs/plugins/inspect/plugin-apetag.xml:
222         * docs/plugins/inspect/plugin-audiofx.xml:
223         * docs/plugins/inspect/plugin-auparse.xml:
224         * docs/plugins/inspect/plugin-autodetect.xml:
225         * docs/plugins/inspect/plugin-avi.xml:
226         * docs/plugins/inspect/plugin-cacasink.xml:
227         * docs/plugins/inspect/plugin-cairo.xml:
228         * docs/plugins/inspect/plugin-cdio.xml:
229         * docs/plugins/inspect/plugin-cutter.xml:
230         * docs/plugins/inspect/plugin-debug.xml:
231         * docs/plugins/inspect/plugin-dv.xml:
232         * docs/plugins/inspect/plugin-efence.xml:
233         * docs/plugins/inspect/plugin-effectv.xml:
234         * docs/plugins/inspect/plugin-equalizer.xml:
235         * docs/plugins/inspect/plugin-esdsink.xml:
236         * docs/plugins/inspect/plugin-flac.xml:
237         * docs/plugins/inspect/plugin-flxdec.xml:
238         * docs/plugins/inspect/plugin-gamma.xml:
239         * docs/plugins/inspect/plugin-gconfelements.xml:
240         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
241         * docs/plugins/inspect/plugin-goom.xml:
242         * docs/plugins/inspect/plugin-halelements.xml:
243         * docs/plugins/inspect/plugin-icydemux.xml:
244         * docs/plugins/inspect/plugin-id3demux.xml:
245         * docs/plugins/inspect/plugin-jpeg.xml:
246         * docs/plugins/inspect/plugin-level.xml:
247         * docs/plugins/inspect/plugin-matroska.xml:
248         * docs/plugins/inspect/plugin-monoscope.xml:
249         * docs/plugins/inspect/plugin-mulaw.xml:
250         * docs/plugins/inspect/plugin-multifile.xml:
251         * docs/plugins/inspect/plugin-multipart.xml:
252         * docs/plugins/inspect/plugin-navigationtest.xml:
253         * docs/plugins/inspect/plugin-ossaudio.xml:
254         * docs/plugins/inspect/plugin-png.xml:
255         * docs/plugins/inspect/plugin-quicktime.xml:
256         * docs/plugins/inspect/plugin-rtp.xml:
257         * docs/plugins/inspect/plugin-rtsp.xml:
258         * docs/plugins/inspect/plugin-shout2send.xml:
259         * docs/plugins/inspect/plugin-smpte.xml:
260         * docs/plugins/inspect/plugin-spectrum.xml:
261         * docs/plugins/inspect/plugin-speex.xml:
262         * docs/plugins/inspect/plugin-taglib.xml:
263         * docs/plugins/inspect/plugin-udp.xml:
264         * docs/plugins/inspect/plugin-video4linux2.xml:
265         * docs/plugins/inspect/plugin-videobalance.xml:
266         * docs/plugins/inspect/plugin-videobox.xml:
267         * docs/plugins/inspect/plugin-videocrop.xml:
268         * docs/plugins/inspect/plugin-videoflip.xml:
269         * docs/plugins/inspect/plugin-videomixer.xml:
270         * docs/plugins/inspect/plugin-wavenc.xml:
271         * docs/plugins/inspect/plugin-wavpack.xml:
272         * docs/plugins/inspect/plugin-wavparse.xml:
273         * docs/plugins/inspect/plugin-ximagesrc.xml:
274           Add docs for gdkpixbufsink; update docs to CVS version.
275
276 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
277
278         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
279         Remove test sync-offset by default.
280
281 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
282
283         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
284         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
285         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
286           Use GLib versions of htonl, htons, ntohl and ntohs in order
287           to avoid problems on win32 (#529707).
288
289 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
290
291         Patch by: Jesús Corrius <jesus at softcatala org>
292
293         * gst/goom/filters.c: (zoomVector):
294         * gst/goom/goom_core.c: (init_buffers):
295           Fix build with mingw32: use rand() instead of random() and
296           replace bzero() with memset(). Fixes #529692.
297
298 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
299
300         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
301         Fix typo in comments.
302
303         * tests/examples/rtp/client-H263p-PCMA.sdp:
304         * tests/examples/rtp/client-H263p-PCMA.sh:
305         * tests/examples/rtp/client-H264-PCMA.sdp:
306         * tests/examples/rtp/client-H264-PCMA.sh:
307         * tests/examples/rtp/client-H264.sdp:
308         * tests/examples/rtp/client-H264.sh:
309         * tests/examples/rtp/client-PCMA.sdp:
310         * tests/examples/rtp/client-PCMA.sh:
311         * tests/examples/rtp/server-alsasrc-PCMA.sh:
312         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
313         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
314         Add some more docs and fix examples.
315
316 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
317
318         * tests/check/elements/multifile.c:
319         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
320         declared in the former, some have it declared in the latter.
321
322 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
323
324         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
325         * gst/debug/tests.c: (md5_get_value):
326         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
327         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
328         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
329         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
330         Stop using deprecated GLib functions.
331
332 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
333
334         * configure.ac:
335         Back to development -> 0.10.8.1
336
337 === release 0.10.8 ===
338
339 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
340
341         * configure.ac:
342           releasing 0.10.8, "One For The Money"
343
344 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
345
346         * configure.ac:
347         0.10.7.4 pre-release
348
349 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
350
351         * gst/goom/config_param.c: (goom_plugin_parameters_free):
352         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
353         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
354         * gst/goom/flying_stars_fx.c: (fs_free):
355         * gst/goom/goom_config_param.h:
356         * gst/goom/goom_core.c: (goom_init), (goom_close):
357         * gst/goom/goom_plugin_info.h:
358         * gst/goom/gstgoom.c: (gst_goom_finalize):
359         * gst/goom/lines.c: (goom_lines_free):
360         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
361         * gst/goom/surf3d.c: (grid3d_free):
362         * gst/goom/surf3d.h:
363         * gst/goom/tentacle3d.c: (tentacle_free):
364         Free a bunch of stuff, and initialise things to fix leaks
365         and valgrind warnings in the testsuite.
366
367         Fixes: #529268
368
369 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
370
371         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
372         (gst_rtspsrc_configure_caps):
373         Ref caps as the return value for the request_pt_map signal.
374         Remove some caps weirdness when configuring a stream. See #528245.
375
376 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
377
378         * tests/icles/gdkpixbufsink-test.c:
379           Add cast to placate gcc 4.1.2.
380
381 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
382
383         * configure.ac:
384         0.10.7.3 pre-release
385
386 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
387
388         * tests/check/Makefile.am:
389         Disable some more elements in the state test.
390         Add a define so the soup test can find the test files
391         it needs at runtime.
392
393         * tests/check/elements/souphttpsrc.c: (run_server):
394
395         Add a define so the soup test can find the test files
396         it needs at runtime.
397
398 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
399
400         * gst/goom/convolve_fx.c: (convolve_apply):
401         Don't ever draw the GOOM logo.
402         Fixes: #528615
403
404 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
405
406         * ext/cdio/gstcdiocddasrc.c:
407         * ext/dv/gstdvdemux.c: 
408         gst_atomic_int_set ==> g_atomic_int_set
409
410 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
411
412         * configure.ac:
413         * gst/goom/Makefile.am:
414         * gst/goom/convolve_fx.c:
415         * gst/goom/default_scripts.h:
416         * gst/goom/goom.h:
417         * gst/goom/goom_core.c: (choose_a_goom_line):
418         * gst/goom/goom_plugin_info.h:
419         * gst/goom/goomsl.c:
420         * gst/goom/goomsl.h:
421         * gst/goom/goomsl_hash.c:
422         * gst/goom/goomsl_hash.h:
423         * gst/goom/goomsl_heap.c:
424         * gst/goom/goomsl_heap.h:
425         * gst/goom/goomsl_private.h:
426         * gst/goom/plugin_info.c:
427           Strip out the config/script parsing stuff, we don't need it.
428           Fixes #527999.
429
430 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
431
432         * gst/goom/plugin_info.c: (setOptimizedMethods):
433           Disable altivec optimisations for 32-bit PPC as well to make
434           things build properly on all PPC systems. Fixes #528143
435
436 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
437
438         * gst-plugins-good.spec.in:
439           Update for souphttpsrc plugin which has moved to -good.
440
441 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
442
443         * gst/matroska/matroska-demux.c:
444         (gst_matroska_demux_handle_seek_event):
445         Fix open-ended seeks in matroskademux
446         Patch by: Mark Nauwelaerts <manauw skynet be>
447         Fixes: #526557
448
449 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
450
451         * tests/check/Makefile.am:
452         Add soup test certificates to the dist.
453
454 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
455
456         * ext/Makefile.am:
457         Remove LADSPA reference I missed.
458
459 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
460
461         * ext/soup/gstsouphttpsrc.c: (plugin_init):
462         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
463         over gnome-vfs and everything else. Fixes bug #527848.
464
465 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
466
467         * configure.ac:
468         * ext/Makefile.am:
469         Remove LADSPA plugin. Fixes: #515978
470
471 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
472
473         * configure.ac:
474         * docs/plugins/Makefile.am:
475         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
476         * docs/plugins/gst-plugins-good-plugins-sections.txt:
477         * docs/plugins/gst-plugins-good-plugins.args:
478         * docs/plugins/inspect/plugin-soup.xml:
479         * ext/Makefile.am:
480         * tests/check/Makefile.am:
481         Move soup plugin from -bad (Fixes: #523124)
482
483 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
484
485         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
486         Fix bounds checking of mode in Speex header, which may
487         produce negative numbers in speex <= 1.1.12
488
489 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
490
491         * gst/goom/Makefile.am:
492         * gst/goom/gfontlib.c:
493         * gst/goom/gfontlib.h:
494         * gst/goom/gfontrle.c:
495         * gst/goom/gfontrle.h:
496         * gst/goom/goom.h:
497         * gst/goom/goom_core.c: (goom_update):
498         * gst/goom/goom_plugin_info.h:
499         * gst/goom/gstgoom.c: (gst_goom_chain):
500         * gst/goom/plugin_info.c:
501           Remove a bunch of font/text related code that we don't need.
502
503 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
504
505         * gst/goom/ppc_drawings.s:
506         * gst/goom/ppc_zoom_ultimate.s:
507           Change license of these files to LGPL, as permitted by the
508           author, Guillaume Borios. See #515073.
509
510 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
511
512         * gst/goom/convolve_fx.c:
513         * gst/goom/motif_goom1.h:
514         * gst/goom/motif_goom2.h:
515           As hinted in Bug #518213, revert one change and fix warnings properly.
516           This fixes both #518213 and #520073 for me.     
517
518 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
519
520         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
521         * gst/matroska/matroska-demux.c:
522         (gst_matroska_demux_handle_seek_event),
523         (gst_matroska_demux_parse_contents_seekentry),
524         (gst_matroska_demux_loop):
525         Fix the Forte build by making function declaration signatures
526         match the implementations.
527
528 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
529
530         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
531         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
532         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
533           More logging when probing (see #518474), some comments in _reset().
534
535 2008-04-07  Julien Moutte  <julien@fluendo.com>
536
537         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
538         because of a bad argument number.
539
540 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
541
542         * tests/icles/.cvsignore:
543         * tests/icles/Makefile.am:
544         * tests/icles/gdkpixbufsink-test.c:
545           Interactive test app for gdkpixbufsink.
546
547 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
548
549         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
550
551         * configure.ac:
552         Actually build dlls when cross-compiling with mingw32.
553         Fixes bug #526247.
554
555 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
556
557         * ext/hal/hal.c: (gst_hal_get_alsa_element):
558           Don't munge device string to 'default:x' for capture devices.
559           Fixes #525833.
560
561 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
562
563         * ext/wavpack/gstwavpackparse.c:
564         (gst_wavpack_parse_index_entry_free):
565         Always use GSlice as we actually depend on GLib 2.12 already.
566
567 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
568
569         * configure.ac:
570           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
571           Also bump the GLib requirement to the current de-facto requirement
572           (ie. 2.12).
573
574 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
575
576         * gst/rtp/gstrtph264pay.c: (encode_base64),
577         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
578         * gst/rtp/gstrtph264pay.h:
579         Parse codec_data for future AVC compatibility.
580         Fail when we encounter AVC data for now.
581
582 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
583
584         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
585           (gst_spectrum_init), (gst_spectrum_set_property),
586           (gst_spectrum_get_property), (gst_spectrum_message_new):
587           Rename property enums and default defines for the properties to match
588           the property names and rephrase property descriptions to make them a
589           bit clearer (hopefully). See #518188.
590
591 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
592
593         * tests/check/Makefile.am:
594         * tests/check/elements/.cvsignore:
595         * tests/check/elements/gdkpixbufsink.c:
596           Add unit test for gdkpixbufsink element.
597
598 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
599
600         * ext/gdk_pixbuf/Makefile.am:
601         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
602         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
603           (gst_gdk_pixbuf_sink_base_init),
604           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
605           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
606           (gst_gdk_pixbuf_sink_set_caps),
607           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
608           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
609           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
610           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
611           (gst_gdk_pixbuf_sink_get_property):
612         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
613           Add gdkpixbufsink element for easy snapshotting (#525946).
614
615 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
616
617         * tests/check/pipelines/wavpack.c: (wavpack_suite):
618         Bump timeout from 3 to 60 seconds.
619
620 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
621
622         * tests/check/pipelines/.cvignore:
623         Remove useless file.
624
625         * tests/check/pipelines/.cvsignore:
626         Add new test to .cvsignore.
627
628 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
629
630         * tests/check/Makefile.am:
631         * tests/check/pipelines/wavpack.c: (bus_handler),
632         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
633         (wavpack_suite), (main):
634         Add unit test that encodes and decodes some data, checks that it
635         is still the same and that all timestamps/offsets are perfect.
636
637 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
638
639         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
640         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
641         * ext/wavpack/gstwavpackparse.c:
642         (gst_wavpack_parse_index_entry_new),
643         (gst_wavpack_parse_index_entry_free),
644         (gst_wavpack_parse_base_init),
645         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
646         Use GSlice for allocating index entries and use
647         gst_element_class_set_details_simple().
648
649 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
650
651         Patch by: Brian Cameron <brian.cameron at sun dot com>
652
653         * sys/sunaudio/gstsunaudio.c:
654         * sys/sunaudio/gstsunaudiomixer.c:
655         * sys/sunaudio/gstsunaudiomixer.h:
656         * sys/sunaudio/gstsunaudiomixerctrl.c:
657         * sys/sunaudio/gstsunaudiomixerctrl.h:
658         * sys/sunaudio/gstsunaudiomixertrack.c:
659         * sys/sunaudio/gstsunaudiomixertrack.h:
660         * sys/sunaudio/gstsunaudiosink.c:
661         * sys/sunaudio/gstsunaudiosink.h:
662         * sys/sunaudio/gstsunaudiosrc.c:
663         * sys/sunaudio/gstsunaudiosrc.h:
664           Fix up copyrights (#525860).
665
666 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
667
668         * gst/goom/goomsl.c: (gsl_read_file):
669           Check return value of fread() to avoid compiler warnings.
670
671 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
672
673         Based on patch by: Mersad Jelacic <mersad at axis dot com>
674
675         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
676         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
677         * gst/law/alaw-decode.h:
678         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
679         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
680         (gst_mulawdec_chain), (gst_mulawdec_change_state):
681         * gst/law/mulaw-decode.h:
682         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
683         Make negotiation a bit modern.
684         Use pad_alloc. Fixes #525359.
685
686 2008-03-31  David Schleef  <ds@schleef.org>
687
688         * gst/goom/xmmx.c: Fix constraints on asm code so that it
689           compiles consistently.  Fixes #522278.
690
691 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
692
693         Patch by: Brian Cameron <brian.cameron at sun dot com>
694
695         * sys/sunaudio/gstsunaudiomixerctrl.c:
696           (gst_sunaudiomixer_ctrl_get_volume),
697           (gst_sunaudiomixer_ctrl_set_volume):
698         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
699           Fix up the mixer tracks to use a volume range of 0-255, which is what
700           the sun audio API uses. This simplifies the code and avoids rounding
701           errors. Fixes #524593.
702
703 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
704
705         * sys/v4l2/gstv4l2object.c:
706         * sys/v4l2/gstv4l2object.h:
707         Add device-fd property to make it possible to apps to call ioctl's.
708
709 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
710
711         * gst/qtdemux/qtdemux.c: (next_entry_size):
712         Unbreak streaming mode again.
713
714 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
715
716         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
717           Remove superfluous DEBUG macro.
718
719 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
720
721         Based on patch by: William M. Brack <wbrack at mmm com hk>
722
723         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
724           (gst_v4l2src_set_capture):
725           Check whether the device supports setting the framerate before
726           trying to set it and then posting a warning or error if it doesn't
727           work (#516649, #520092). Also compare fractions more correctly.
728
729 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
730
731         * gst/goom/Makefile.am:
732           Remove ppc assembler optimisations from the build until they
733           actually build (they also seem to have GPL headers).
734
735 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
736
737         * m4/Makefile.am:
738           Better not dist files that don't exist any longer (lrint*m4).
739
740 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
741
742         * configure.ac:
743         * m4/lrint.m4:
744         * m4/lrintf.m4:
745         Remove lrint/lrintf checks. We don't use it anywhere.
746
747 2008-03-18  Andy Wingo  <wingo@pobox.com>
748
749         * sys/osxvideo/osxvideosink.m
750         (gst_osx_video_sink_osxwindow_destroy)
751         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
752         task, whoopdee.
753         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
754         2 ms.
755
756 2008-03-18  Andy Wingo  <wingo@pobox.com>
757
758         * sys/osxvideo/osxvideosink.m
759         (gst_osx_video_sink_osxwindow_destroy)
760         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
761         task, whoopdee.
762         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
763         2 ms.
764         
765 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
766
767         Patch by: William M. Brack <wbrack at mmm com hk>
768
769         * sys/v4l2/v4l2src_calls.c:
770           (gst_v4l2src_probe_caps_for_format_and_size),
771           (gst_v4l2src_probe_caps_for_format):
772           Make sure the probed frame sizes are reversed in the resulting
773           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
774           highest resolution first); also remove unused variable.
775           (Partly fixes #520092)
776
777 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
778
779         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
780
781         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
782         (gst_rtspsrc_finalize):
783         Call WSAStartup() and WSACleanup before using the Winsock API.
784         See #520808.
785
786 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
787
788         * gst/avi/gstavidemux.c:
789           Erm, the buffer-size is just guint, no need for the special format
790           specifier.
791
792 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
793
794         * gst/goom/plugin_info.c:
795         * gst/goom/ppc_zoom_ultimate.h:
796           Small fixes to build more on PPC: ifdef out code that uses unknown
797           define; add newline at end of header file to avoid compiler warning.
798           Assembler code still doesn't build though.
799
800 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
801
802         * gst/avi/gstavidemux.c:
803           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
804           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
805
806 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
807
808         * gst/avi/gstavidemux.c:
809           Chunksize is uint32. Fix format specifier.
810
811 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
812
813         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
814         mistake. Return file to pure MIT text.
815
816 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
817
818         * gst/audiofx/audiofx.c:
819         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
820         of hardcoding values.
821
822 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
823
824         Patch by: Mark Nauwelaerts <manauw skynet be>
825
826         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
827           (gst_oss_src_close):
828         * sys/oss/gstosssrc.h:
829           Cache probed caps, so _get_caps() during recording doesn't cause
830           ioctl calls which may disrupt the recording (fixes #521875).
831
832 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
833
834         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
835         (gst_qtdemux_activate_segment),
836         (gst_qtdemux_prepare_current_sample),
837         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
838         Make sure we always send a DISCONT after a seek by setting the sample
839         index to an undefined value after a seek.
840
841 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
842
843         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
844           (GST_IS_AVI_SUBTITLE_CLASS):
845           Fix up IS_FOO macros, which makes gtk-doc much happier.
846
847 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
848
849         * tests/icles/Makefile.am:
850           Move the -lgstfoo where it belongs.
851
852 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
853
854         * gst/matroska/ebml-ids.h:
855         Add ID for EBML CRC32 elements.
856
857         * gst/matroska/Makefile.am:
858         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
859         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
860         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
861         (gst_ebml_read_header):
862         Support reading 80bit floats, add finalize method to clean up
863         in any case, support reading length/id elements with any length
864         as long as it's smaller than our supported maximum, don't leak
865         buffers if reading as much data as we wanted failed and some
866         smaller cleanup.
867
868 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
869
870         Patch by: Olivier Crete <tester at tester dot ca>
871
872         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
873         Check that a buffer is large enough before reading from it.
874         Fixes bug #521102.
875         
876 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
877
878         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
879         Fix compilation after removing the GstPollMode from the
880         constructor.
881
882 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
883
884         * configure.ac:
885         * gst/audiofx/Makefile.am:
886         * gst/audiofx/audiochebband.c:
887         * gst/audiofx/audiocheblimit.c:
888         * gst/audiofx/math_compat.h:
889         Check for sinh(), cosh() and asinh() and define our own
890         implementations if they're not available. Fixes bug #520880.
891
892 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
893
894         Patch by: Olivier Crete <tester at tester dot ca>
895
896         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
897         Unref the buffers only once when handling not-negotiated errors.
898         Fixes bug #520764.
899
900 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
901
902         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
903
904         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
905         (gst_udpsrc_stop):
906         Properly balance WSA_Cleanup with WSA_Startup.
907         Also make the poll controllable on windows. Fixes #520888.
908
909 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
910
911         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
912         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
913         (gst_ebml_read_element_length), (gst_ebml_peek_id),
914         (gst_ebml_read_skip), (gst_ebml_read_buffer),
915         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
916         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
917         (gst_ebml_read_date), (gst_ebml_read_master),
918         (gst_ebml_read_binary), (gst_ebml_read_header):
919         * gst/matroska/ebml-read.h:
920         * gst/matroska/matroska-demux.c:
921         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
922         (gst_matroska_demux_read_track_encodings),
923         (gst_matroska_demux_add_stream),
924         (gst_matroska_demux_handle_src_query),
925         (gst_matroska_demux_handle_seek_event),
926         (gst_matroska_demux_init_stream),
927         (gst_matroska_demux_parse_tracks),
928         (gst_matroska_demux_parse_index_cuetrack),
929         (gst_matroska_demux_parse_index_pointentry),
930         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
931         (gst_matroska_demux_parse_metadata_id_simple_tag),
932         (gst_matroska_demux_parse_metadata_id_tag),
933         (gst_matroska_demux_parse_metadata),
934         (gst_matroska_demux_sync_streams),
935         (gst_matroska_demux_push_hdr_buf),
936         (gst_matroska_demux_push_flac_codec_priv_data),
937         (gst_matroska_demux_push_xiph_codec_priv_data),
938         (gst_matroska_demux_add_wvpk_header),
939         (gst_matroska_demux_check_subtitle_buffer),
940         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
941         (gst_matroska_demux_parse_cluster),
942         (gst_matroska_demux_parse_contents_seekentry),
943         (gst_matroska_demux_parse_contents),
944         (gst_matroska_demux_loop_stream_parse_id),
945         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
946         * gst/matroska/matroska-demux.h:
947         * gst/matroska/matroska-ids.h:
948         Handle return values from pull_range in a more granular way to properly
949         shut down on seeks.
950         Combine return values from push.
951         Implement proper error handling.
952         Prepare for handling seeking correctly.
953
954 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
955
956         * gst/matroska/ebml-read.c:
957         Use GINT64 formatting constants from GLIB.
958
959         * gst/matroska/matroska-demux.c:
960         Add some guards to avoid a possible division by 0 and crashing
961         with NULL events on some systems.
962         Use gst_gdouble_to_guint64 somewhere instead of an implicit
963         conversion. 
964
965         * gst/matroska/matroska-mux.c:
966         Check for invalid timestamps in a bunch of places to avoid
967         writing bogus durations into the output file.
968         Fix some double<->gint64 conversions that weren't using
969         gst_guint64_to_gdouble
970
971 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
972
973         * configure.ac:
974         Move the checks for bison, flex and as to the program section and the
975         check for gcc inline asm to the compiler characteristics section.
976
977 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
978
979         * configure.ac:
980         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
981         plug-ins are included/excluded. (#498222)
982
983 2008-02-29  Michael Smith <msmith@fluendo.com>
984
985         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
986           Don't call gst_object_sync_values() unless we have a valid timestamp.
987
988 2008-02-28  David Schleef  <ds@schleef.org>
989
990         * gst/matroska/matroska-demux.c:
991         * gst/matroska/matroska-ids.h:
992         * gst/matroska/matroska-mux.c:
993           Fix Dirac mapping.  I had previously added a VfW-type
994           mapping, but it looks like Dirac will get a native Matroska
995           mapping, and this is the most likely method.
996
997 2008-02-28  David Schleef  <ds@schleef.org>
998
999         * gst/avi/gstavimux.c: Add Dirac encoding
1000
1001 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1002
1003         Patch by: Peter Kjellerstedt <pkj at axis com>
1004
1005         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
1006         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
1007         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
1008         * gst/udp/gstudpsrc.h:
1009         Port to GstPoll. See #505417.
1010
1011 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
1012
1013         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
1014         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
1015         yet on the srcpad. We need rate and channels before we
1016         can do any processing. Fixes bug #519088.
1017
1018 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
1019
1020         * configure.ac:
1021         Detect and indicate if GCC inline assembly syntax is
1022         available.
1023
1024         * gst/goom/Makefile.am:
1025         * gst/goom/convolve_fx.c:
1026         * gst/goom/flying_stars_fx.c:
1027         * gst/goom/goom_config.h:
1028         * gst/goom/goom_core.c:
1029         * gst/goom/goomsl.c:
1030         * gst/goom/ifs.c:
1031         * gst/goom/mmx.c:
1032         * gst/goom/plugin_info.c:
1033         * gst/goom/xmmx.c:
1034         Fix various GCC-isms, and only build the inline assembly
1035         with compilers that support GCC inline assembly.
1036
1037         Fix a couple of other warnings shown with Forte.
1038
1039 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
1040
1041         * gst/goom/xmmx.c:
1042           Use 'emms' instead of 'femms' to not crash on cpus that do not
1043           implement this 3dnow specific instruction.
1044
1045 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
1046
1047         * gst/goom/plugin_info.c: (setOptimizedMethods):
1048         Use extended MMX for draw_line() too if available, not only
1049         normal MMX.
1050
1051 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
1052
1053         * ext/jpeg/gstjpeg.c: (plugin_init):
1054         Remove (commented out) smoke typefinder. This is in base now.
1055
1056 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
1057
1058         * gst/goom2k1/Makefile.am:
1059         * gst/goom2k1/gstgoom.c:
1060
1061         Rename the installed library, and don't register the same 
1062         GType name as the new goom.
1063
1064 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
1065
1066         * configure.ac:
1067         * ext/taglib/Makefile.am:
1068           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
1069           when building C++ code (#516509).
1070
1071 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
1072
1073         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
1074         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
1075           (setOptimizedMethods):
1076           Call oil_init(), otherwise oil_get_cpu_flags() won't return
1077           anything useful. Export goom debug category so we can get
1078           rid of the VERBOSE define and the printfs.
1079
1080 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
1081
1082         * gst/goom/goomsl_heap.c: (align_it):
1083         * gst/goom/plugin_info.c: (setOptimizedMethods):
1084           Compile fixes for x86-64.
1085
1086 2008-02-23  Bastien Nocera  <hadess@hadess.net>
1087
1088         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
1089         with warnings, but add other CFLAGS
1090
1091         * gst/goom/goomsl.c (gsl_instr_set_namespace),
1092         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
1093         (calculate_labels), (gsl_read_file):
1094         * gst/goom/goomsl_lex.l:
1095         * gst/goom/goomsl_yacc.y:
1096         * gst/goom/plugin_info.c: Remove a few live printf, and
1097         fprintf, replace exit() calls with g_assert_not_reached()
1098         if it not optimal for a library
1099
1100 2008-02-23  Bastien Nocera  <hadess@hadess.net>
1101
1102         * gst/goom/Makefile.am: Remove the warnings being disabled,
1103         fix linkage on x86, spotted by Sebastian Dröge
1104         <slomo@circular-chaos.org>
1105
1106         * gst/goom/convolve_fx.c (convolve_init),
1107         (create_output_with_brightness), (convolve_apply):
1108         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
1109         * gst/goom/goomsl.c:
1110         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
1111         * gst/goom/plugin_info.c:
1112         * gst/goom/tentacle3d.c (tentacle_fx_create):
1113         Fix warnings, and disable the motifs in the convolve_fx
1114         plugin (they were causing warnings, and they were just
1115         "Goom" in funny letterring)
1116
1117 2008-02-23  Bastien Nocera  <hadess@hadess.net>
1118
1119         * configure.ac: Add checks for Flex/Yacc/Bison and other
1120         furry animals, for the new goom 2k4 based plugin
1121
1122         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
1123         CPU optimisations (not working yet), move the old plugin to...
1124
1125         * gst/goom2k1/*: ... here, in case somebody is sick enough
1126
1127         Fixes #515073
1128
1129 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
1130
1131         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1132         Post the server response code in an error message instead of a generic
1133         'error' message. Fixes #517237.
1134
1135 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
1136
1137         * tests/check/Makefile.am:
1138         Ignore gconfaudiosrc for the states unit test too. It will fallback
1139         to alsasrc if the gconf settings can't be read and not everybody has
1140         alsa.
1141
1142 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
1143
1144         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
1145         (gst_wavpack_parse_create_src_pad):
1146         * ext/wavpack/gstwavpackparse.h:
1147         Always report the duration if we know it in push mode and don't
1148         return 0 just to make totem believe we can't seek in push mode.
1149         Newer totem version use the SEEKING query which properly reports
1150         if we can seek or not.
1151
1152 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
1153
1154         Patch by: Jens Granseuer <jensgr at gmx dot net>
1155
1156         * tests/examples/equalizer/demo.c: (main):
1157         C89 fix, moving variable declarations to the beginning of
1158         the block. Fixes bug #517933.
1159
1160 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
1161
1162         * configure.ac:
1163         Back to development...
1164
1165 === release 0.10.7 ===
1166
1167 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
1168
1169         * configure.ac:
1170           releasing 0.10.7, "Red Door Black"
1171
1172 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
1173
1174         * gst/alpha/Makefile.am:
1175         Link alpha plugin with libgstbase. Fixes bug #517386.
1176
1177 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
1178
1179         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
1180         Init values to -1 instead of the default 0 value.
1181         Fixes #516524.
1182
1183 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
1184
1185         * tests/examples/spectrum/spectrum-example.c:
1186         Add missing include to fix compilation when libxml usage is disabled.
1187         Fixes: #516371
1188
1189 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
1190
1191         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
1192         fixes: #514889
1193
1194         * gst/rtp/gstrtph264pay.c:
1195         * gst/rtp/gstrtpmp4gdepay.c:
1196         * gst/rtp/gstrtpmp4gpay.c:
1197         * gst/rtp/gstrtpmp4gpay.h:
1198         * gst/rtp/gstrtptheorapay.c:
1199         * gst/rtp/gstrtpvorbispay.c:
1200
1201         Fix various leaks shown up in valgrind
1202         - free sprops and buffer in error cases in H264 payloader
1203         - fix leak in mp4g depayloader when construction the caps
1204         - don't leak config string in the mp4g payloader
1205         - don't leak buffers and headers in theora and vorbis payloaders
1206
1207         * tests/check/elements/rtp-payloading.c:
1208
1209         Fix the RTP data test
1210         - Actually send valid amr data to the payloader instead of 20
1211         zero-bytes
1212         - The mp4g payloader expects codec_data on the caps
1213
1214 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
1215
1216         * win32/MANIFEST:
1217         Add libgstpng.dsp to MANIFEST.
1218         * win32/vs6/libgstaudiofx.dsp:
1219         Add new source files to VS project file.
1220
1221 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
1222
1223         * sys/ximage/gstximagesrc.c:
1224         Initialise variables when opening the X display rather
1225         than in _start(), as the display can be opened before that.
1226
1227         Fixes: #515985
1228
1229 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
1230
1231         * sys/directdraw/gstdirectdrawsink.c:
1232         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
1233         (gst_directdraw_sink_finalize):
1234         Properly chain up finalize functions. Fixes bug #515980.
1235
1236 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
1237
1238         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1239         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
1240         (gst_v4l2_buffer_pool_class_init):
1241         Chain up the finalize functions. Fixes bug #515984.
1242
1243 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
1244
1245         * sys/ximage/ximageutil.c:
1246         Chain up in the finalize function for our custom
1247         buffer sub-class.
1248         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
1249         Fixes: #515706
1250
1251 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
1252
1253         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
1254         (gst_fenced_buffer_class_init):
1255         Properly chain up finalize method. Fixes bug #515979.
1256
1257 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
1258
1259         * sys/ximage/gstximagesrc.c:
1260         Free allocated Damage memory before closing our connection to the
1261         X server. Partially fixes: #515706
1262
1263 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
1264
1265         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
1266         * tests/check/Makefile.am:
1267         * tests/check/gst-plugins-good.supp:
1268         Add a few libjpeg suppressions and initialize a variable to
1269         make smokeenc valgrind clean. Fixes bug #515701.
1270
1271 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
1272
1273         * gst/avi/gstavidemux.c:
1274         Revert patch which sends timestamps only on keyframes, as it
1275         breaks playback with current gst-ffmpeg.
1276
1277         Fixes: #515562
1278
1279 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
1280
1281         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
1282         * tests/check/elements/multifile.c: (GST_START_TEST):
1283         Close some memory leaks spotted by the unit test. Fixes bug #515697.
1284
1285 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
1286
1287         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
1288         Use and unset the GError when pipeline creation fails instead of
1289         simply leaking it. Fixes bug #515704.
1290
1291 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
1292
1293         * gst/audiofx/audioamplify.c:
1294         * gst/audiofx/audiochebband.c:
1295         * gst/audiofx/audiocheblimit.c:
1296         * gst/audiofx/audiodynamic.c:
1297         * gst/audiofx/audioinvert.c:
1298         * gst/audiofx/audiopanorama.c:
1299         * gst/audiofx/audiowsincband.c:
1300         * gst/audiofx/audiowsinclimit.c:
1301         Fix long description of audiofx elements. Fixes bug #515457.
1302
1303 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
1304
1305         * docs/plugins/Makefile.am:
1306         * gst/spectrum/gstspectrum.c:
1307         * tests/examples/spectrum/.cvsignore:
1308         * tests/examples/spectrum/Makefile.am:
1309         * tests/examples/spectrum/spectrum-example.c:
1310
1311         Add a simple example application for the spectrum element, include it
1312         in the docs, and fix some documentation ambiguities.
1313
1314         Fixes: #348085
1315
1316 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
1317
1318         * gst/equalizer/Makefile.am:
1319         * gst/spectrum/Makefile.am:
1320         Fix includes order
1321
1322         * tests/check/Makefile.am:
1323         Exclude v4l2src from the states test - it takes too long to start.
1324
1325         * tests/check/elements/spectrum.c:
1326         Make the test run properly with CK_FORK=no
1327
1328 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
1329
1330         * gst/audiofix/Makefile.am: add missing header files 
1331
1332 2008-02-08  Julien Moutte  <julien@fluendo.com>
1333
1334         * gst/matroska/matroska-demux.c:
1335         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
1336         keyframe and delta units correctly when dealign with a BlockGroup.
1337         Fixes: #514397
1338
1339 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
1340
1341         * tests/check/elements/.cvsignore:
1342         Spell the new tests correctly in .cvsignore
1343
1344 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
1345
1346         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
1347           Need to use gsize here for the size, fixes compiler warning.
1348
1349         * tests/examples/equalizer/.cvsignore:
1350         * tests/examples/equalizer/Makefile.am:
1351         * tests/examples/spectrum/.cvsignore:
1352         * tests/examples/spectrum/Makefile.am:
1353           Add missing files to fix the build.
1354
1355 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
1356
1357         * configure.ac:
1358         * docs/plugins/Makefile.am:
1359         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1360         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1361         * docs/plugins/gst-plugins-good-plugins.args:
1362         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1363         * docs/plugins/inspect/plugin-multifile.xml:
1364         * tests/check/Makefile.am:
1365         * tests/check/elements/.cvsignore:
1366
1367         Move multifile plugin from -bad.
1368         Fixes: #490283
1369
1370 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
1371
1372         * configure.ac:
1373         * docs/plugins/Makefile.am:
1374         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1375         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1376         * docs/plugins/gst-plugins-good-plugins.args:
1377         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1378         * docs/plugins/inspect/plugin-spectrum.xml:
1379         * gst/spectrum/Makefile.am:
1380         * tests/check/Makefile.am:
1381         * tests/check/elements/.cvsignore:
1382         * tests/examples/Makefile.am:
1383
1384         Move spectrum plugin from -bad.
1385         Move examples into tests/examples/spectrum.
1386
1387 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
1388
1389         * configure.ac:
1390         * docs/plugins/Makefile.am:
1391         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1392         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1393         * docs/plugins/gst-plugins-good-plugins.args:
1394         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1395         * docs/plugins/gst-plugins-good-plugins.interfaces:
1396         * docs/plugins/inspect/plugin-equalizer.xml:
1397         * gst/equalizer/Makefile.am:
1398         * tests/check/Makefile.am:
1399         * tests/examples/Makefile.am:
1400         Move the equalizer plugin across from -bad
1401
1402         * tests/check/elements/.cvsignore:
1403         Add equalizer, audiosincwband and audiosincwlimit
1404
1405         * tests/check/elements/equalizer.c:
1406         Fix compiler warnings
1407
1408         Fixes: #415627
1409
1410 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
1411
1412         * configure.ac:
1413         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
1414         are treated like releases and build without it.
1415
1416 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
1417
1418         * docs/plugins/Makefile.am:
1419         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1420         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1421         * docs/plugins/gst-plugins-good-plugins.args:
1422         * docs/plugins/inspect/plugin-audiofx.xml:
1423         * gst/audiofx/Makefile.am:
1424         * gst/audiofx/audiofx.c:
1425         * gst/audiofx/audiowsincband.c:
1426         * gst/audiofx/audiowsincband.h:
1427         * gst/audiofx/audiowsinclimit.c:
1428         * gst/audiofx/audiowsinclimit.h:
1429         * tests/check/Makefile.am:
1430         * tests/check/elements/audiowsincband.c:
1431         * tests/check/elements/audiowsinclimit.c:
1432
1433         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
1434         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
1435         respectively.
1436
1437         Fixes: #467666
1438
1439 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1440
1441         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
1442         * tests/check/elements/icydemux.c:
1443           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
1444           caps, and add a somewhat useful debug message. Plus test.
1445
1446 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
1447
1448         * gst/rtsp/gstrtspsrc.c:
1449         Include unistd.h only if HAVE_UNISTD_H is defined
1450         * win32/common/config.h.in:
1451         * win32/common/config.h:
1452         Define socklen_t as it seems it's not defined in default 
1453         Visual Studio headers.
1454         * win32/vs6/libgstalpha.dsp:
1455         * win32/vs6/libgstapetag.dsp:
1456         * win32/vs6/libgstavi.dsp:
1457         * win32/vs6/libgstrtp.dsp:
1458         * win32/vs6/libgstrtsp.dsp:
1459         * win32/vs6/libgstvideomixer.dsp:
1460         Update project file dependencies and add new source files       
1461
1462 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
1463
1464         Patch by: Bjarne Rosengren <bjarne at axis dot com>
1465
1466         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
1467         Don't leak buffers when we don't push them downstream.
1468         Fixes bug #514965.
1469
1470 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1471
1472         * configure.ac:
1473           Bump requirements to (good) released versions to avoid
1474           confusion and make implicit core requirement explicit.
1475
1476 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
1477
1478         * docs/plugins/Makefile.am:
1479         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1480         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1481         * docs/plugins/gst-plugins-good-plugins.args:
1482         * docs/plugins/inspect/plugin-audiofx.xml:
1483         * gst/audiofx/Makefile.am:
1484         * gst/audiofx/audiochebband.c:
1485         * gst/audiofx/audiochebband.h:
1486         * gst/audiofx/audiocheblimit.c:
1487         * gst/audiofx/audiocheblimit.h:
1488         * gst/audiofx/audiochebyshevfreqband.c:
1489         * gst/audiofx/audiochebyshevfreqband.h:
1490         * gst/audiofx/audiochebyshevfreqlimit.c:
1491         * gst/audiofx/audiochebyshevfreqlimit.h:
1492         * gst/audiofx/audiofx.c:
1493         * tests/check/Makefile.am:
1494         * tests/check/elements/.cvsignore:
1495         * tests/check/elements/audiochebband.c:
1496         * tests/check/elements/audiocheblimit.c:
1497         * tests/check/elements/audiochebyshevfreqband.c:
1498         * tests/check/elements/audiochebyshevfreqlimit.c:
1499
1500         Rename audiochebyshevfreqband -> audiochebband and
1501         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
1502         surgery.
1503
1504         Closes: #491811
1505
1506 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1507
1508         Patch by: Orjan Friberg <orjanf at axis dot com>
1509
1510         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
1511         Fix caps memory leak. Fixes #514573.
1512
1513 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
1514
1515         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
1516         If there's no entries in the subindex, don't try to do anything stupid,
1517         just return.
1518
1519 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
1520
1521         Patch by: John Millikin <jmillikin at gmail dot com>
1522
1523         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
1524           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
1525           Fix extraction of picture blocks with newer libflac versions again:
1526           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
1527
1528 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
1529
1530         * tests/check/Makefile.am:
1531           Add rtp-payloading test to VALGRIND_TO_FIX.
1532
1533         * tests/check/elements/rtp-payloading.c:
1534           Add semicolons after GST_TEST_END so gst-indent gets the
1535           formatting right; make test less verbose in general, but
1536           more verbose in the error case (which should probably
1537           make the test fail anyway).
1538
1539 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
1540
1541         * docs/plugins/Makefile.am:
1542         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1543         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1544         * gst/avi/gstavisubtitle.c:
1545         Add documentation for avisubtitle and change class to
1546         Codec/Parser/Subtitle
1547
1548 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
1549
1550         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
1551         Treat ENOTTY (driver does not implement ioctl) the same as
1552         EINVAL since it implies there are no available standards.
1553
1554         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
1555         (gst_v4l2src_get_nearest_size):
1556         Replace gst_v4l2src_get_size_limits with 2 calls to new function
1557         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
1558         probe if the driver does not support VIDIOC_TRY_FMT for whatever
1559         reason, and if we aren't yet actively capturing.
1560
1561         * sys/v4l2/v4l2src_calls.h:
1562         Remove replaced function declaration.
1563
1564 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
1565
1566         * configure.ac:
1567         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
1568         API.
1569
1570 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
1571
1572         * configure.ac:
1573         Fix typo.
1574
1575 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
1576
1577         * gst/alpha/Makefile.am:
1578         * gst/alpha/gstalpha.c:
1579
1580         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
1581         some stuff, and making buffer-alloc and resizing work automatically.
1582         No longer crashes on odd frame widths and heights, although there
1583         seems to be a disagreement with ffmpegcolorspace about what size
1584         an AYUV frame with odd height should be.
1585
1586 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
1587
1588         Patch by: Alessandro Decina <alessandro at nnva dot org>
1589
1590         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
1591         * ext/libpng/gstpngenc.h:
1592         Preallocate the output buffer so that g_memdup() and
1593         gst_buffer_merge() aren't needed anymore. This greatly improves
1594         performances and fixes #512544.
1595
1596 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
1597
1598         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
1599         (gst_avi_demux_stream_data):
1600         GStreamer timestamps are PTS values while AVI only knows about DTS
1601         timestamps. Make sure we only copy the DTS as the buffer timestamp when
1602         we are dealing with a key frame.
1603
1604 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
1605
1606         * tests/check/Makefile.am:
1607         * tests/check/elements/.cvsignore:
1608         * tests/check/elements/rtp-payloading.c:
1609           Add add testsuite for the rtp-payloader that tries simulating
1610           dataflow. Needs more test data.
1611
1612 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
1613
1614         * tests/check/elements/alphacolor.c:
1615           Remove two unused variables.
1616
1617 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
1618
1619         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
1620           Use g_ascii_strtoll() instead of atoll, which is only
1621           available in C99.
1622
1623 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
1624
1625         * gst/rtp/Makefile.am:
1626         * gst/rtp/gstrtp.c:
1627         * gst/rtp/gstrtpmpvpay.c:
1628         * gst/rtp/gstrtpmpvpay.h:
1629         Add MPEG2 video payloader
1630
1631 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
1632
1633         * gst/level/gstlevel.c:
1634         Use #include <math.h> instead of #include "math.h".
1635
1636 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
1637
1638         * tests/check/Makefile.am:
1639         Fix up some CFLAGS sets.
1640         Don't include gconfvideosrc in the states test.
1641
1642         * tests/check/elements/autodetect.c: (GST_START_TEST):
1643         Add some error strings to fail_unless arguments to fix some weird
1644         compiler errors on Solaris.
1645
1646 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
1647
1648         * configure.ac:
1649         Detect video4linux headers on Solaris too.
1650         * sys/v4l2/gstv4l2colorbalance.h:
1651         * sys/v4l2/gstv4l2object.h:
1652         * sys/v4l2/v4l2_calls.c:
1653         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1654         (gst_v4l2_buffer_new):
1655
1656         Make v4l2 build on Solaris.
1657         Patch by: Brian Cameron  <brian.cameron at sun dot com>
1658         Fixes: #510505
1659
1660 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
1661
1662         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1663           Update list from (still local) scanning script.
1664
1665 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
1666
1667         Based on a patch by:
1668             Victor STINNER <victor dot stinner at haypocalc dot com>
1669
1670         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
1671         Set variable to NULL after freeing it to prevent double frees
1672         or make failures by another use of it afterwards more obvious
1673         and fix use of it after the freeing. Fixes bug #510592.
1674
1675 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
1676
1677         * gst/udp/gstmultiudpsink.c:
1678         use GST_WARNING for logging
1679
1680 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
1681
1682         * gst/udp/gstmultiudpsink.c:
1683         Don't try to leave a multicast group with an invalid socket
1684
1685 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
1686
1687         * ext/flac/gstflacdec.c:
1688           Fix compilation against flac 1.1.2 (as on debian stable), where
1689           the picture metadata defines and structs don't exist yet.
1690           Fixes #509301.
1691
1692 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
1693
1694         Patch by: Olivier Crete <tester at tester dot ca>
1695
1696         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
1697         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
1698         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
1699         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
1700         * gst/udp/gstmultiudpsink.h:
1701         Add property to automatically join a multicast group or not. This can be
1702         useful when sharing a socket between multiple elements.
1703         Fixes #509531.
1704
1705 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
1706
1707         * gst/videomixer/Makefile.am:
1708           Add controller flags.
1709
1710 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
1711
1712         * gst/videomixer/videomixer.c:
1713           Also commit the missing gst_object_sync_values().
1714
1715 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
1716
1717         * docs/plugins/Makefile.am:
1718           Remove duplicate entry.
1719
1720 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
1721
1722         * docs/plugins/Makefile.am:
1723         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1724         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1725         * docs/plugins/inspect/plugin-gamma.xml:
1726         * docs/plugins/inspect/plugin-monoscope.xml:
1727         * docs/plugins/inspect/plugin-video4linux2.xml:
1728           Add 3 more plugins to docs.
1729
1730 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
1731
1732         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1733         * sys/osxvideo/osxvideosink.h:
1734           Revert previous change caused by a file that got stuck on an old
1735           revision.
1736
1737 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
1738
1739         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1740         * gst/multipart/Makefile.am:
1741         * gst/multipart/multipartdemux.c:
1742         * gst/multipart/multipartdemux.h:
1743         * gst/multipart/multipartmux.c:
1744         * gst/multipart/multipartmux.h:
1745           Re-add multipartdemux to the docs. Last round of section cleanup.
1746
1747 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
1748
1749         * docs/plugins/Makefile.am:
1750         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1751         * sys/osxaudio/gstosxaudiosink.h:
1752         * sys/osxvideo/osxvideosink.h:
1753           Managed to resolve most unused declarations. Filed a bug for one left.          
1754
1755 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
1756
1757         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1758           Cleanup section file.
1759
1760 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
1761
1762         * docs/plugins/Makefile.am:
1763         * docs/plugins/gst-plugins-good-plugins.args:
1764         * docs/plugins/gst-plugins-good-plugins.signals:
1765         * docs/plugins/inspect/plugin-alaw.xml:
1766         * docs/plugins/inspect/plugin-alpha.xml:
1767         * docs/plugins/inspect/plugin-alphacolor.xml:
1768         * docs/plugins/inspect/plugin-annodex.xml:
1769         * docs/plugins/inspect/plugin-apetag.xml:
1770         * docs/plugins/inspect/plugin-audiofx.xml:
1771         * docs/plugins/inspect/plugin-auparse.xml:
1772         * docs/plugins/inspect/plugin-autodetect.xml:
1773         * docs/plugins/inspect/plugin-avi.xml:
1774         * docs/plugins/inspect/plugin-cairo.xml:
1775         * docs/plugins/inspect/plugin-cdio.xml:
1776         * docs/plugins/inspect/plugin-cutter.xml:
1777         * docs/plugins/inspect/plugin-debug.xml:
1778         * docs/plugins/inspect/plugin-dv.xml:
1779         * docs/plugins/inspect/plugin-efence.xml:
1780         * docs/plugins/inspect/plugin-effectv.xml:
1781         * docs/plugins/inspect/plugin-flac.xml:
1782         * docs/plugins/inspect/plugin-flxdec.xml:
1783         * docs/plugins/inspect/plugin-gconfelements.xml:
1784         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
1785         * docs/plugins/inspect/plugin-goom.xml:
1786         * docs/plugins/inspect/plugin-halelements.xml:
1787         * docs/plugins/inspect/plugin-icydemux.xml:
1788         * docs/plugins/inspect/plugin-id3demux.xml:
1789         * docs/plugins/inspect/plugin-jpeg.xml:
1790         * docs/plugins/inspect/plugin-ladspa.xml:
1791         * docs/plugins/inspect/plugin-level.xml:
1792         * docs/plugins/inspect/plugin-matroska.xml:
1793         * docs/plugins/inspect/plugin-mulaw.xml:
1794         * docs/plugins/inspect/plugin-multipart.xml:
1795         * docs/plugins/inspect/plugin-navigationtest.xml:
1796         * docs/plugins/inspect/plugin-png.xml:
1797         * docs/plugins/inspect/plugin-quicktime.xml:
1798         * docs/plugins/inspect/plugin-rtp.xml:
1799         * docs/plugins/inspect/plugin-rtsp.xml:
1800         * docs/plugins/inspect/plugin-shout2send.xml:
1801         * docs/plugins/inspect/plugin-smpte.xml:
1802         * docs/plugins/inspect/plugin-speex.xml:
1803         * docs/plugins/inspect/plugin-taglib.xml:
1804         * docs/plugins/inspect/plugin-udp.xml:
1805         * docs/plugins/inspect/plugin-videobalance.xml:
1806         * docs/plugins/inspect/plugin-videobox.xml:
1807         * docs/plugins/inspect/plugin-videocrop.xml:
1808         * docs/plugins/inspect/plugin-videoflip.xml:
1809         * docs/plugins/inspect/plugin-videomixer.xml:
1810         * docs/plugins/inspect/plugin-wavenc.xml:
1811         * docs/plugins/inspect/plugin-wavpack.xml:
1812         * docs/plugins/inspect/plugin-wavparse.xml:
1813           Update plugin docs.
1814
1815         * gst/videomixer/Makefile.am:
1816         * gst/videomixer/videomixer.c:
1817         * gst/videomixer/videomixer.h:
1818         * gst/videomixer/videomixerpad.h:
1819           Split out header to fix warnings from the doc-build.
1820
1821 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1822
1823         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
1824
1825         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
1826         Use atoll to parse the rtptime with enough precision. Fixes #509329.
1827
1828 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
1829
1830         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
1831         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
1832           Initialise variables to work around (false) 'foo might be used
1833           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
1834
1835 2008-01-11  David Schleef  <ds@schleef.org>
1836
1837         * docs/plugins/.cvsignore:
1838         * tests/check/pipelines/.cvsignore:
1839           Ignore more files for the buildbot.
1840
1841 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
1842
1843         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
1844         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
1845         Generate the image-type values correctly. Leave them out of the caps
1846         when outputting a "preview image" tag, since it only makes sense
1847         to have one of those - the type is irrelevant.
1848
1849         * sys/sunaudio/gstsunaudiomixerctrl.c:
1850         (gst_sunaudiomixer_ctrl_open):
1851         If we can, mark the mixer multiple open when we use it, in case
1852         (for some reason) the process wants to open it again elsewhere.
1853
1854 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1855
1856         Patch by: Olivier Crete <tester at tester dot ca>
1857
1858         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
1859         * gst/rtp/gstrtptheorapay.c:
1860         Fix the clock rate to 90000 as required by the RFC.
1861         Fixes #508644.
1862
1863 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
1864
1865         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
1866           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
1867
1868 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
1869
1870         * autogen.sh:
1871           Add -Wno-portability to the automake parameters to stop warnings
1872           about GNU make extensions being used. We require GNU make in almost
1873           every Makefile anyway.
1874           
1875         * configure.ac:
1876           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
1877           at the same time is required for per target flags.
1878
1879 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
1880
1881         * gst/videomixer/videomixer.c: (gst_videomixer_init):
1882         Fix error from my last commit.
1883
1884 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1885
1886         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
1887
1888         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
1889           Make sure the ISO 639-X language code in ID3v2 COMM frames
1890           is actually valid UTF-8 (or rather: ASCII), so we don't end
1891           up with non-UTF8 strings in tags if there's garbage in the
1892           language field. Also make sure the language code is always
1893           lower case. Fixes: #508291.
1894
1895 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1896
1897         * ChangeLog:
1898           Fix ChangeLog typo.
1899
1900 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1901
1902         * Makefile.am:
1903           Include lcov.mak to allow building coverage reports. Guard
1904           check-torture target like in the other packages.
1905
1906 2008-01-09  Sameer Naik  <sameer@damagehead.com>
1907
1908         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
1909
1910         * gst/videomixer/videomixer.c:
1911         (gst_videomixer_set_master_geometry), (_do_init),
1912         (gst_videomixer_child_proxy_get_child_by_index),
1913         (gst_videomixer_child_proxy_get_children_count),
1914         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
1915         (gst_videomixer_init), (gst_videomixer_request_new_pad),
1916         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
1917         Implement GstChildProxy interface.
1918         Send newsegment at the right moment
1919         Fixes #488879
1920
1921 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
1922
1923         * gst/alpha/Makefile.am:
1924         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
1925         (gst_alpha_sink_event), (gst_alpha_chain),
1926         (gst_alpha_change_state), (plugin_init):
1927         Make the various properties of 'alpha' controllable. This allows doing
1928         niceties like fade-in/fade-out.
1929
1930 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1931
1932         * gst/rtp/gstasteriskh263.c:
1933         * gst/rtp/gstrtpL16depay.c:
1934         * gst/rtp/gstrtpac3depay.c:
1935         * gst/rtp/gstrtpamrpay.c:
1936         * gst/rtp/gstrtpdepay.c:
1937         * gst/rtp/gstrtpgsmdepay.c:
1938         * gst/rtp/gstrtph263depay.c:
1939         * gst/rtp/gstrtph263pdepay.c:
1940         * gst/rtp/gstrtph263ppay.c:
1941         * gst/rtp/gstrtph264depay.c:
1942         * gst/rtp/gstrtph264pay.c:
1943         * gst/rtp/gstrtpmp2tdepay.c:
1944         * gst/rtp/gstrtpmp4adepay.c:
1945         * gst/rtp/gstrtpmp4gdepay.c:
1946         * gst/rtp/gstrtpmp4gpay.c:
1947         * gst/rtp/gstrtpmp4vdepay.c:
1948         * gst/rtp/gstrtpmpadepay.c:
1949         * gst/rtp/gstrtpmpvdepay.c:
1950         * gst/rtp/gstrtpsv3vdepay.c:
1951         * gst/rtp/gstrtptheoradepay.c:
1952         * gst/rtp/gstrtptheorapay.c:
1953         * gst/rtp/gstrtpvorbisdepay.c:
1954         * gst/rtp/gstrtpvorbispay.c:
1955           Remove copy/paste unused code (property setters and getter) found by
1956           the coverage suite (yay, saves ~20k on disk).
1957
1958 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1959
1960         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
1961           (videosink_templ):
1962           Also fix up pad templates to indicate that image/jpeg doesn't
1963           absolutely require the framerate property to be set (#504081).
1964
1965 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1966
1967         Based on patch by: Wouter Cloetens  <wouter at mind be>
1968
1969         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
1970           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
1971           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
1972         * gst/matroska/matroska-mux.h:
1973           Keep track of first and last timestamps for each incoming stream,
1974           so we can calculate the total duration for live sources and other
1975           input where we can't query the duration from the start or where
1976           there's no constant framerate from which we can deduce the
1977           duration; also use calculated/observed duration if it is bigger
1978           than the previously queried duration. Furthermore, use
1979           gst_pad_query_peer_duration() and take into account that it may
1980           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
1981           screws up comparisons when using unsigned integers. Fixes #504081.
1982
1983 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
1984
1985         * configure.ac:
1986         * gst/audiofx/audioamplify.c:
1987         (gst_audio_amplify_clipping_method_get_type),
1988         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
1989         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
1990         (gst_audio_dynamic_transform_ip):
1991         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
1992         (gst_audio_invert_transform_ip):
1993         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
1994         (gst_audio_panorama_transform):
1995         * gst/level/gstlevel.c: (gst_level_init):
1996         Make elements GST_BUFFER_FLAG_GAP aware and call
1997         gst_base_transform_set_gap_aware for this.
1998         Bump core requirement to CVS.
1999         
2000         * gst/audiofx/audiochebyshevfreqband.c:
2001         (gst_audio_chebyshev_freq_band_transform_ip):
2002         * gst/audiofx/audiochebyshevfreqlimit.c:
2003         (gst_audio_chebyshev_freq_limit_transform_ip):
2004         Also sync GObject properties to the controller if operating
2005         in passthrough mode.
2006
2007 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
2008
2009         * sys/directdraw/gstdirectdrawsink.c:
2010           (gst_directdraw_sink_window_thread):
2011           FALSE is not a gpointer.
2012
2013 2008-01-05  Julien Moutte  <julien@fluendo.com>
2014
2015         * sys/directdraw/gstdirectdrawsink.c:
2016         (gst_directdraw_sink_set_window_id),
2017         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
2018         (gst_directdraw_sink_buffer_alloc),
2019         (gst_directdraw_sink_draw_borders),
2020         (gst_directdraw_sink_show_frame),
2021         (gst_directdraw_sink_setup_ddraw),
2022         (gst_directdraw_sink_window_thread),
2023         (gst_directdraw_sink_get_ddrawcaps),
2024         (gst_directdraw_sink_surface_create): Make sure we create our
2025         internal window only when we need it. That will give a chance to
2026         the application to get the prepare-xwindow-id bus message. Draw
2027         black borders when keeping aspect ratio. Handle the case where our
2028         rendering window disappears (closed or errors) like other sinks
2029         do. Various 80 columns fixes, improve state change order. That
2030         element could need some more love.
2031
2032 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
2033
2034         * ext/taglib/gstapev2mux.h:
2035         * ext/taglib/gstid3v2mux.h:
2036         Remove useless typedefs without new type name. Fixes a warning with
2037         gcc 4.3.
2038
2039 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
2040
2041         Patch by: John Millikin <jmillikin at gmail dot com>
2042
2043         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
2044         (gst_flac_dec_setup_stream_decoder),
2045         (gst_flac_normalize_picture_mime_type),
2046         (gst_flac_extract_picture_buffer),
2047         (gst_flac_dec_metadata_callback):
2048         Emit metadata messages when a PICTURE block is encountered.
2049         Fixes #506715.
2050
2051 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
2052
2053         * gst/avi/gstavi.c:
2054         increase rank because no known issues anymore ...
2055         * gst/avi/gstavisubtitle.c:
2056         send subtitle name to the srcpad
2057
2058 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
2059
2060         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
2061         * gst/rtsp/gstrtspsrc.h:
2062         Implement redirect for the DESCRIBE reply. Fixes #506025.
2063
2064 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
2065
2066         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
2067         Fix 'xyz may be used uninitialized' compiler warnings caused
2068         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
2069         abort() in any case but properly report the error.
2070
2071 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
2072
2073         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
2074         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
2075         * sys/ximage/gstximagesrc.c: (composite_pixel):
2076           Fix 'xyz may be used uninitialized' compiler warnings caused
2077           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
2078           not really nice to abort in any case). Fixes #505745.
2079
2080 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
2081
2082         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
2083           Small unit test fix (has no practical impact at the moment,
2084           since we're only feeding utf8 and hence just create a sub-
2085           buffer for the output).
2086
2087 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
2088
2089         * gst/avi/gstavisubtitle.c:
2090         * tests/check/elements/avisubtitle.c:
2091         Add seeking support for avi subtitle
2092
2093 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2094
2095         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
2096         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
2097         (gst_flac_dec_write):
2098         * ext/flac/gstflacdec.h:
2099         Remove some unused vars.
2100         Do more cleanup of leftover events and tags.
2101         Output tags after the segment event. Fixes #504018.
2102
2103 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
2104
2105         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
2106           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
2107           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
2108           Detect other UTF byte order markers and convert to UTF-8 as
2109           appropriate.
2110
2111 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
2112
2113         * gst/avi/gstavisubtitle.c: (src_template),
2114           (gst_avi_subtitle_extract_utf8_file),
2115           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
2116           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
2117           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
2118         * gst/avi/gstavisubtitle.h:
2119           Refactor a bit; fix name extraction; don't assume all the data
2120           in the chunk is actually subtitle data, there may be padding at
2121           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
2122           file so it's there to send again after a seek (for future use).
2123
2124 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
2125
2126         * gst/avi/Makefile.am:
2127         * gst/avi/gstavi.c:
2128         * gst/avi/gstavisubtitle.c:
2129         * gst/avi/gstavisubtitle.h:
2130         * tests/check/Makefile.am:
2131         * tests/check/elements/avisubtitle.c:
2132         * win32/common/config.h:
2133                 Add avi subtitle element for bug #442034. Need seeking support
2134                 and more support for character conversion.
2135
2136 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
2137
2138         * Makefile.am:
2139           Include common/win32.mak for CRLF check of win32 project
2140           files (see #393626).
2141
2142         * win32/vs6/libgstpng.dsp:
2143           Fix line endings and do cvs admin -kb.
2144
2145 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
2146
2147         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
2148         Actually drop the buffers which are outside the currently configured
2149         segment instead of just emitting a WARNING.
2150
2151 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2152
2153         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
2154         (gst_flac_dec_write):
2155         * ext/flac/gstflacdec.h:
2156         Send segments from the streaming thread. Fixes #502187.
2157         Fix segment seeking and a bunch of other seeking cases.
2158
2159 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
2160
2161         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
2162           Parse WOAF frames and put the result into GST_TAG_CONTACT,
2163           which is where it would end up if the same information was
2164           put in a vorbis comment (don't think it's worth adding a
2165           new URI tag for this). Fixes #488112.
2166
2167 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
2168
2169         * configure.ac:
2170           We need core/base 0.10.15 or later.
2171
2172 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
2173
2174         Patch by: Mark Nauwelaerts <manauw skynet be>
2175
2176         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
2177         Fix regression in stream numbering. Fixes #502655.
2178
2179 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
2180
2181         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
2182
2183         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
2184         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
2185         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
2186         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
2187         (gst_rtp_h264_pay_handle_buffer):
2188         * gst/rtp/gstrtph264pay.h:
2189         Use higher performance start-code searching.
2190         Parse NALs and store SPS, PPS and profile in the caps so that they can
2191         be used in the SDP. Fixes #502814.
2192
2193 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
2194
2195         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
2196         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
2197           Init some structs to zero before we pass them to ioctl, which
2198           avoids valgrind warnings.  Also fix a small memory leak.
2199
2200 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
2201
2202         Patch by: Wouter Cloetens <wouter at mind dot be>
2203
2204         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
2205         Copy timestamp from input to output. Not very perfect yet but better
2206         than nothing. Fixes #503023.
2207
2208 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
2209
2210         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2211           Also print a useful error message with the old Wavpack API
2212           if possible.
2213
2214 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
2215
2216         * ext/wavpack/gstwavpackdec.c:
2217           More build fixes for old libwavpack versions: include config.h so
2218           that WAVPACK_OLD_API is actually defined as detected; only use
2219           WavpackGetErrorMessage if it is available. This fixes the build
2220           on debian stable for me.
2221
2222 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
2223
2224         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2225         * ext/wavpack/gstwavpackparse.c:
2226           (gst_wavpack_parse_create_src_pad):
2227           Workaround the non-existance of WavpackGetChannelMask in Wavpack
2228           versions below 4.40.0.
2229
2230 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
2231
2232         * configure.ac:
2233           And now do it right for real...
2234
2235 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
2236
2237         * configure.ac:
2238           Correctly reset $LIBS to not contain -lm.
2239
2240 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
2241
2242         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
2243
2244         * configure.ac:
2245         * ext/cairo/gsttimeoverlay.c:
2246           (gst_cairo_time_overlay_print_smpte_time):
2247           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
2248           and checking for rint() and implementing it ourself if it doesn't
2249           exist. Fixes #497293.
2250
2251 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
2252
2253         * configure.ac:
2254           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
2255
2256 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
2257
2258         * sys/oss/gstosshelper.c:
2259         Verify that the format returned after the ioctl is the one
2260         we requested. It is valid for the ioctl to succeed while
2261         substituting an alternate 'supported' sample format.
2262
2263 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
2264
2265         * sys/oss/gstossaudio.c: (plugin_init):
2266         * sys/oss/gstosssink.c: (gst_oss_sink_open):
2267         * sys/oss/gstosssrc.c: (gst_oss_src_open):
2268           Post decent (and translated) error message when we can't
2269           open the audio device for some reason.
2270
2271 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
2272
2273         * sys/oss/gstosssink.c:
2274         * sys/oss/gstosssrc.c:
2275         Allow the AUDIODEV environment variable to redirect us
2276         to a different default OSS device, like sunaudiosink does
2277         on Solaris (makes audio play automatically on SunRays).
2278
2279 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
2280
2281         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
2282         * gst/audiofx/audiochebyshevfreqband.c:
2283         (gst_audio_chebyshev_freq_band_transform_ip):
2284         * gst/audiofx/audiochebyshevfreqlimit.c:
2285         (gst_audio_chebyshev_freq_limit_transform_ip):
2286         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
2287         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
2288         The transform_ip() methods should do nothing if in passthrough mode.
2289         It might get non-writable buffers in that case but the buffer might
2290         as well be writable.
2291
2292         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
2293         The transform() methods won't be called in passthrough mode and
2294         otherwise the buffer is always writable so don't check here.
2295
2296 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
2297
2298         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
2299           Fix seeking in .wav files again (#501775).  Some people seem to think
2300           they don't need to test their changes when they're just 'reflowing'
2301           some code.
2302
2303 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
2304
2305         * gst/autodetect/gstautovideosink.c:
2306         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
2307         (gst_auto_video_sink_init),
2308         (gst_auto_video_sink_create_element_with_pretty_name),
2309         (gst_auto_video_sink_find_best),
2310         (gst_auto_video_sink_set_property),
2311         (gst_auto_video_sink_get_property):
2312         * gst/autodetect/gstautovideosink.h:
2313         Fix docs.
2314         Use same error reporting code as autoaudiosink.
2315         Add property to filter sinks based on caps. Only select raw video sinks
2316         by default for backwards compat.
2317         API: GstAutoVideoSink::filter-caps
2318
2319 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
2320
2321         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2322
2323         * gst/autodetect/gstautoaudiosink.c:
2324         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
2325         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
2326         (gst_auto_audio_sink_set_property),
2327         (gst_auto_audio_sink_get_property):
2328         * gst/autodetect/gstautoaudiosink.h:
2329         Add property to filter sinks based on caps. Only select raw audio sinks
2330         by default for backwards compat.  Fixes #417420.
2331         API: GstAutoAudioSink::filter-caps
2332
2333 2007-11-29  Michael Smith <msmith@fluendo.com>
2334
2335         Patch by: Arek Korbik <arkadini@gmail.com>
2336
2337         * gst/videobox/gstvideobox.c: (plugin_init):
2338           Initialise liboil in plugin_init()
2339
2340 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
2341
2342         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
2343         Post error before sending EOS. Fixes #499178.
2344
2345 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
2346
2347         * win32/vs6/gst_plugins_good.dsw:
2348         * win32/vs6/libgstpng.dsp:
2349         Add a project file for libgstpng
2350
2351 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
2352
2353         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
2354         (gst_rtp_h263_depay_process):
2355         Code beautification.
2356         Added debug statements.
2357         Don't bit-shift everything, just do operations on last/first byte
2358         instead.
2359
2360 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
2361
2362         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
2363
2364         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
2365         Fix wrong comparison in overrun check. Fixes #499239 some more.
2366
2367 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
2368
2369         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
2370         (gst_rtp_h263_depay_process):
2371         * gst/rtp/gstrtph263depay.h:
2372         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
2373         stream.
2374
2375 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
2376
2377         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
2378
2379         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
2380         (gst_rtp_mp4a_depay_process):
2381         * gst/rtp/gstrtpmp4adepay.h:
2382         Fix depayloading when multiple frames are inside one RTP packet.
2383         Fixes #499239.
2384
2385 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
2386
2387         * gst/level/gstlevel.c:
2388           Add GAP-flag support.
2389
2390 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
2391
2392         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
2393         Read the I flag for Mode A h263 rtp stream and set the
2394         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
2395         Fixes #499383
2396
2397 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
2398
2399         * gst/level/gstlevel.c:
2400           Remove some dead code and do cleanups.
2401
2402 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
2403
2404         * tests/check/pipelines/simple-launch-lines.c:
2405           Improve the tests by allowing to set a target state.
2406
2407 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
2408
2409         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
2410         Don't check the caps of the output buffer if they're equal some
2411         other caps. The caps can change in a backward compatible way
2412         and did at this point.
2413
2414 2007-11-24  Julien MOUTTE  <julien@moutte.net>
2415
2416         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
2417         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
2418         (gst_qtdemux_seek_to_previous_keyframe),
2419         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
2420         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
2421         reverse playback support.
2422
2423 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
2424
2425         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
2426         Also set the channel layout on the Wavpack caps if we're having
2427         a mono layout. Of course only do it for "audio/x-wavpack".
2428
2429 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
2430
2431         * ext/wavpack/gstwavpackcommon.c:
2432         (gst_wavpack_get_default_channel_mask),
2433         (gst_wavpack_set_channel_layout),
2434         (gst_wavpack_get_default_channel_positions),
2435         (gst_wavpack_get_channel_mask_from_positions),
2436         (gst_wavpack_set_channel_mapping):
2437         * ext/wavpack/gstwavpackcommon.h:
2438         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
2439         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
2440         * ext/wavpack/gstwavpackdec.h:
2441         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
2442         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
2443         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
2444         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
2445         (gst_wavpack_enc_rewrite_first_block),
2446         (gst_wavpack_enc_sink_event):
2447         * ext/wavpack/gstwavpackenc.h:
2448         * ext/wavpack/gstwavpackparse.c:
2449         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
2450         (gst_wavpack_parse_scan_to_find_sample),
2451         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
2452         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
2453         * ext/wavpack/gstwavpackparse.h:
2454         Add support for encoding, parsing and decoding multichannel
2455         files with up to 8 channels. This also improves the robustness
2456         of parsing quite a bit.
2457
2458         * ext/wavpack/gstwavpackstreamreader.c:
2459         (gst_wavpack_stream_reader_read_bytes),
2460         (gst_wavpack_stream_reader_get_pos),
2461         (gst_wavpack_stream_reader_set_pos_abs),
2462         (gst_wavpack_stream_reader_set_pos_rel),
2463         (gst_wavpack_stream_reader_push_back_byte),
2464         (gst_wavpack_stream_reader_get_length),
2465         (gst_wavpack_stream_reader_can_seek),
2466         (gst_wavpack_stream_reader_write_bytes):
2467         Improve debugging.
2468
2469 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
2470
2471         * ext/libpng/gstpngdec.c:
2472         * ext/libpng/gstpngdec.h:
2473           Don't release the png-memory from within the callback.
2474
2475 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
2476
2477         Patch by: René Stadler <mail at renestadler dot de>
2478
2479         * ext/libpng/gstpngenc.c:
2480           Don't leak buffer data memory. Fixes #498395.
2481
2482 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
2483
2484         Patch by: René Stadler <mail at renestadler dot de>
2485
2486         * tests/check/pipelines/simple-launch-lines.c:
2487           Tests for #498395.
2488
2489 2007-11-20  Julien MOUTTE  <julien@moutte.net>
2490
2491         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
2492         (gst_tag_lib_mux_adjust_event_offsets):
2493         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
2494         * sys/osxaudio/Makefile.am:
2495         * sys/osxvideo/cocoawindow.h:
2496         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
2497
2498 2007-11-15  David Schleef  <ds@schleef.org>
2499
2500         * ext/cairo/gsttextoverlay.c:
2501           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
2502
2503 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
2504
2505         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
2506
2507         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
2508         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
2509         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
2510         * gst/rtp/gstrtpmp2tpay.h:
2511         Fill the MTU with as many packets as possible. Fixes #491323.
2512
2513 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
2514
2515         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2516
2517         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
2518         Fix some more leaks. Fixes #497007.
2519
2520 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
2521
2522         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2523
2524         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
2525         (gst_rtspsrc_stream_configure_tcp):
2526         Fix 3 pad leaks. Fixes #496983.
2527
2528 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
2529
2530         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2531
2532         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
2533         Fix small leak. Fixes #497017.
2534
2535 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
2536
2537         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
2538         (gst_qtdemux_prepare_current_sample),
2539         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
2540         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
2541         * gst/qtdemux/qtdemux_fourcc.h:
2542         * gst/qtdemux/qtdemux_types.c:
2543         Add suppport for theora in quicktime according to XiphQT.
2544
2545 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
2546
2547         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
2548         (gst_v4l2src_init), (gst_v4l2src_set_property),
2549         (gst_v4l2src_get_property):
2550         * sys/v4l2/gstv4l2src.h:
2551         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
2552           Always copy buffers by default (handle safer with bugged drivers)
2553           and added a property to make it possible to use mmap effectively (no
2554           copy if possible) when application wants to. Fixes: #480557.
2555
2556 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
2557
2558         * gst/id3demux/id3tags.c:
2559         * gst/id3demux/id3tags.h:
2560         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
2561           We don't want the same string multiple times in a tag list for the
2562           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
2563           this doesn't happen and remove special-case code for GST_TAG_GENRE.
2564
2565 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
2566
2567         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
2568           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
2569           into ID3v2 TXXX frames (fixes #347848).
2570
2571 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
2572
2573         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
2574           Don't leak sdp message contents (fixes #496773).
2575
2576         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
2577           Don't leak URI string.
2578
2579 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
2580
2581         Patch by: Julien Puydt <julien dot puydt at laposte net>
2582
2583         * ext/raw1394/Makefile.am:
2584         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
2585           (gst_1394_property_probe_get_properties),
2586           (gst_1394_property_probe_probe_property),
2587           (gst_1394_property_probe_needs_probe),
2588           (gst_1394_property_probe_get_values),
2589           (gst_1394_property_probe_interface_init),
2590           (gst_1394_type_add_property_probe_interface):
2591         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
2592         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
2593           (gst_dv1394src_init), (gst_dv1394src_dispose),
2594           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
2595           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
2596           (gst_dv1394src_update_device_name):
2597         * ext/raw1394/gstdv1394src.h:
2598           Implement GstPropertyProbe interface and add "device-name" property,
2599           so applications can use this to probe for available devices in the
2600           same way they can already with v4lsrc and v4l2src (however horrible
2601           this property probe interface may be). Fixes #358841.
2602
2603 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
2604
2605         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2606
2607         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
2608           (gst_rtspsrc_parse_range):
2609           Don't leak event, don't leak range (fixes #496752).
2610
2611 2007-11-14  Michael Smith <msmith@fluendo.com>
2612
2613         Patch by: Arek Korbik <arkadini@gmail.com>
2614
2615         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
2616           Detect RGBA/BGRA correctly on little endian systems.
2617
2618 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
2619
2620         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2621           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
2622           corresponding ioctl() call fails even though the driver claims to
2623           support this format, just fall back to the pre-2.6.19 kernel
2624           routine that creates caps with suitable height and width ranges
2625           (see #448278).
2626
2627 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
2628
2629         Patch by: Mark Nauwelaerts <manauw skynet be>
2630
2631         * gst/matroska/matroska-demux.c:
2632           (gst_matroska_demux_push_dvd_clut_change_event),
2633           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2634           (gst_matroska_demux_subtitle_caps):
2635         * gst/matroska/matroska-ids.h:
2636           Extract palette data for dvd subpicture streams and send it
2637           downstream as custom gstreamer dvd event (fixes #453417).
2638
2639 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
2640
2641         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
2642           Implement minimal parsing of the passed pango font description
2643           string, so passing a font size works the same as with the
2644           pango textoverlay plugin; fixes #455086.
2645           (Maybe we could just use pangocairo here at some point).
2646
2647 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
2648
2649         * gst/avi/gstavidemux.c:
2650         * gst/wavparse/gstwavparse.c:
2651           Return the result in _activate_pull(). Don't ref element there.
2652
2653 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
2654
2655         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
2656         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
2657         (gst_wavparse_srcpad_event):
2658           Ref the element when we should, but not when we its not needed. Reflow
2659           the event_handling to not leak the event.       
2660
2661 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
2662
2663         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
2664         (qtdemux_parse_samples):
2665         Properly free QTDemuxSamples array.
2666         Protect table write with a sensible check, some files apparently DO contain
2667         stts values starting with 0 :(
2668
2669 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
2670
2671         * gst/avi/gstavidemux.c:
2672         * gst/qtdemux/qtdemux.c:
2673           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
2674           previous commit messed up.
2675
2676 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
2677
2678         * gst/avi/gstavidemux.c:
2679         * gst/qtdemux/qtdemux.c:
2680           Sync _handle_src_event() with oggdemux. In avidemux also ref the
2681           element when we should, but not when we its not needed.
2682
2683 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
2684
2685         * gst/wavparse/gstwavparse.c:
2686           Return FALSE if we can't handle a query instead of changing the
2687           format. Ignore fact when dealing with mpeg audio.
2688
2689 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
2690
2691         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
2692
2693         * configure.ac:
2694         * gst/udp/gstdynudpsink.c:
2695         * gst/udp/gstdynudpsink.h:
2696         * gst/udp/gstmultiudpsink.c:
2697         * gst/udp/gstmultiudpsink.h:
2698         * gst/udp/gstudpsink.c:
2699         * gst/udp/gstudpsink.h:
2700           Fix includes for MSVC and GLib-2.14.0 (#492388).
2701
2702         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
2703           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
2704
2705 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
2706
2707         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
2708         (gst_mulawdec_chain):
2709         * gst/law/mulaw-decode.h:
2710         Calculate outgoing buffer duration if incoming buffer didn't have a
2711         valid duration.
2712
2713 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
2714
2715         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
2716         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
2717         Smarter combine_flow code that also deals with downstream elements
2718         returning UNEXPECTED when they receive data out of the segment
2719         boundaries. Fixes #491305.
2720
2721 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
2722
2723         * sys/v4l2/v4l2src_calls.c:
2724           Fix 'unused variable' compiler warning when compiling against
2725           older kernel headers.
2726
2727 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
2728
2729         * ext/taglib/gstid3v2mux.cc (add_funcs):
2730           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
2731
2732 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
2733
2734         * tests/check/pipelines/simple-launch-lines.c:
2735            Improve the tests a little more.
2736
2737 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
2738
2739         patch by: Yun Zheng Hu
2740
2741         * sys/osxaudio/gstosxaudiosrc.c:
2742         Use default input device instead of default output device and
2743         only memcpy actual available bytes.
2744
2745 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
2746
2747         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
2748           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
2749           early. It is temporary until we find something better.
2750
2751 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
2752
2753         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2754
2755         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
2756         Fix race when pausing a RTSP stream in interleaved.
2757         Fixes #475784.
2758
2759 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
2760
2761         Patch by: Peter Kjellerstedt <pkj at axis com>
2762
2763         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
2764         Use correct unref function for buffers. #488844.
2765
2766 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
2767
2768         * gst/avi/gstavimux.c:
2769         * tests/check/elements/avimux.c:
2770           Add some debug and sync tests with the fix.     
2771
2772 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
2773
2774         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
2775
2776         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2777         When the socket is used by the app for other purposes, don't generate an
2778         error if there is activaty on the socket that is not data related.
2779         Fixes #487488.
2780
2781 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
2782
2783         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
2784         (gst_v4l2src_grab_frame):
2785         Add some more debug info. Generate an error when we run out of buffers
2786         for some reason. See #480557.
2787
2788 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
2789
2790         Patch by: Anders Skargren <anders dot skargren at axis dot com>
2791
2792         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
2793         Set marker bit correctly.
2794
2795 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
2796
2797         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
2798         Use allowed name for the GstStructure.
2799
2800 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
2801
2802         * ext/gconf/gstswitchsink.c:
2803         * gst/autodetect/gstautoaudiosink.c:
2804           Use new gst_bus_pop_filtered().
2805
2806 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2807
2808         * sys/v4l2/gstv4l2src.c:
2809         * sys/v4l2/v4l2src_calls.c:
2810           When probing the formats and sizes a camera supports, make
2811           sure the best ones (highest resolution, prefered format)
2812           end up at the beginning of the probed caps and the less
2813           desirable ones at the end.  This is important because the
2814           order within the caps matters for things like fixation and
2815           negotiation, ie. what format is chosen in the end.
2816           With recent kernels, the current probing code will end up
2817           querying the supported sizes from lowest resolution to
2818           highest resolution, adding them to the probed caps in that
2819           order, resulting to v4l2src fixating to the lowest possible
2820           resolution if downstream does not express a size preference.
2821           Also make up a somewhat random ranking of prefered output
2822           formats for the same reason. Fixes #485828.
2823         
2824 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
2825
2826         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
2827
2828         * gst/id3demux/id3v2frames.c:
2829           Extract license/copyright URIs from ID3v2 WCOP frames
2830           (Fixes #447000).
2831
2832         * tests/check/elements/id3demux.c:
2833         * tests/files/Makefile.am:
2834         * tests/files/id3-447000-wcop.tag:
2835           Add simple unit test.
2836
2837 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
2838
2839         * ext/taglib/gstid3v2mux.cc:
2840           Add support for license/copyright URI tags (ID3v2 WCOP frame).
2841           Prerequisite for #447000.
2842
2843 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
2844
2845         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
2846         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
2847         a GstClockTime.
2848
2849 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
2850
2851         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
2852         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
2853         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
2854         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
2855         (gst_rtspsrc_change_state):
2856         More seeking fixes, mostly passing around the new playback segment in
2857         order to configure it properly.
2858         Also reset base_time of udp sources when setting them back to PLAYING as
2859         a temporary hack until core supports seek in live sources properly.
2860
2861 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
2862
2863         * gst/rtp/gstrtpmp4adepay.c:
2864         Fix caps as to not confuse autopluggers.
2865
2866 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
2867
2868         * gst/id3demux/gstid3demux.c:
2869         * gst/id3demux/gstid3demux.h:
2870         * gst/id3demux/id3tags.c:
2871         * gst/id3demux/id3tags.h:
2872         * gst/id3demux/id3v2frames.c:
2873           Port ID3 tag demuxer over to the new GstTagDemux in -base
2874           (now would be a good time to test re-importing your music
2875           collection).
2876
2877 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
2878
2879         * gst/apetag/Makefile.am:
2880         * gst/apetag/gstapedemux.c:
2881         * gst/apetag/gstapedemux.h:
2882         * gst/apetag/gsttagdemux.c:
2883         * gst/apetag/gsttagdemux.h:
2884           Port APE tag demuxer over to the new GstTagDemux in -base.
2885
2886 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
2887
2888         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
2889         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
2890         (gst_rtspsrc_handle_internal_src_query),
2891         (gst_rtspsrc_handle_src_query), (new_session_pad),
2892         (gst_rtspsrc_stream_configure_tcp),
2893         (gst_rtspsrc_stream_configure_transport),
2894         (gst_rtspsrc_loop_send_cmd):
2895         Improve flushing behaviour.
2896         Set state of the udp sources to PAUSE/PLAYING correctly.
2897         Handle events and queries for UDP and TCP transport now.
2898
2899 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
2900
2901         * gst/rtp/gstrtpgsmdepay.c:
2902         * gst/rtp/gstrtpgsmpay.c:
2903           Add log category.
2904
2905 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
2906
2907         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
2908
2909         * tests/check/Makefile.am:
2910         * tests/check/pipelines/simple-launch-lines.c:
2911           Add unit tests for payloaders/depayloaders.
2912
2913 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
2914
2915         * gst/avi/gstavimux.c:
2916         * gst/avi/gstavimux.h:
2917           Also save codec data for audio streams. Fixes #482495.
2918
2919 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
2920
2921         * gst/avi/gstavimux.c:
2922           Fix "Index entry has invalid stream nr 1".
2923           Add support for muxing aac - work in progress (see #482495).
2924
2925 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
2926
2927         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
2928         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
2929         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
2930         * gst/rtsp/gstrtspsrc.h:
2931         Parse bandwidth modifiers, they are not yet configured in the session
2932         manager because we don't have an API for that yet.
2933
2934 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
2935
2936         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
2937         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
2938         Use shiny new function in -base to get the default clock-rate.
2939         Update some docs.
2940
2941 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
2942
2943         * win32/MANIFEST:
2944         Add files to win32 manifest.
2945         * win32/vs6/libgstaudiofx.dsp:
2946         * win32/vs6/libgstqtdemux.dsp:
2947         * win32/vs6/libgstrtp.dsp:
2948         * win32/vs6/libgstrtsp.dsp:
2949         Update project files.
2950
2951 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
2952
2953         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2954         (gst_rtspsrc_play):
2955         * gst/rtsp/gstrtspsrc.h:
2956         In TCP mode, only timestamp the first buffer. TCP is not real time and
2957         it does not make sense to try to skew compensate, also some servers send
2958         the first batch of data in a burst.
2959
2960 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2961
2962         * gst/matroska/matroska-demux.c:
2963           Fix setting the discont flag on the first buffer
2964           pushed downstream for formats with private codec
2965           data that needs to be deserialised into buffers
2966           (such as vorbis and FLAC when in a matroska container).
2967
2968 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
2969
2970         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2971
2972         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
2973         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
2974         (gst_rtp_mp4v_pay_handle_buffer):
2975         * gst/rtp/gstrtpmp4vpay.h:
2976         Free the config string. Fixes #480707.
2977         Clean up the timestamp code a little.
2978
2979 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2980
2981         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2982         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
2983         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
2984         * gst/rtsp/gstrtspsrc.h:
2985         Set timestamps on RTP buffers in interleaved mode.
2986         Mark first buffers with a DISCONT.
2987         Remove flush hack now that sync for live sources has been figured out.
2988
2989 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2990
2991         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2992         Update documentation.
2993
2994 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2995
2996         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
2997         (gst_rtp_xqt_depay_change_state):
2998         * gst/qtdemux/gstrtpxqtdepay.h:
2999         Fail if we don't know the quicktime format.
3000
3001 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
3002
3003         * ext/flac/gstflacenc.c:
3004         * ext/flac/gstflacenc.h:
3005           Save the flow return from the last gst_pad_push() and
3006           make sure we pass the right flow return value upstream
3007           in the case of failure; minor clean-ups.
3008
3009 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
3010
3011         * ext/taglib/gstapev2mux.cc:
3012         * ext/taglib/gstid3v2mux.cc:
3013         * gst/apetag/gstapedemux.c:
3014           Add support for the new GST_TAG_COMPOSER (#459809).
3015
3016 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
3017
3018         * gst/law/alaw-decode.c:
3019         * gst/law/alaw-decode.h:
3020         * gst/law/alaw-encode.c:
3021         * gst/law/alaw-encode.h:
3022         * gst/law/alaw.c:
3023         * gst/law/mulaw-conversion.h:
3024           Compulsive clean-ups: use boilerplate macros, add debug
3025           categories, fix up things to conform to symbol nomenklatura,
3026           etc.
3027
3028 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
3029
3030         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
3031
3032         * gst/law/alaw-decode.c:
3033         * gst/law/alaw-encode.c:
3034           Use static tables for A-Law decoding and encoding; this makes
3035           A-Law decoding and encoding less CPU-intensive, but increases
3036           the binary size a bit. Leaving old code around for now,
3037           selectable by a define in the code. Fixes #435435.
3038
3039 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
3040
3041         * configure.ac:
3042         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
3043         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
3044         in configure.ac.
3045
3046 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
3047
3048         Patch by: Jan Gerber <j at bootlab dot org>
3049
3050         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
3051         Add fourccs for MPEG2 HDV streams. Fixes #479960.
3052
3053 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
3054
3055         * sys/oss/gstosshelper.c:
3056           Use GST_WARNING instead of a g_critical. This situation is not caused
3057           by the application.
3058
3059 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3060
3061         * po/LINGUAS:
3062         * po/nl.po:
3063           Updated translations.
3064
3065 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3066
3067         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
3068
3069         * po/eu.po:
3070           Added Basque translation.
3071
3072 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3073
3074         translated by: Abel Cheung <abelcheung@gmail.com>
3075
3076         * po/zh_HK.po:
3077         * po/zh_TW.po:
3078           Added Chinese (traditional and Hong Kong) translation.
3079
3080 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3081
3082         translated by: Jakub Bogusz <qboosh@pld-linux.org>
3083
3084         * po/pl.po:
3085           Added Polish translation.
3086
3087 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3088
3089         translated by: Ilkka Tuohela <hile@iki.fi>
3090
3091         * po/fi.po:
3092           Added Finnish translation.
3093
3094 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3095
3096         translated by: Jorge González González <aloriel@gmail.com>
3097
3098         * po/es.po:
3099           Added Spanish translation.
3100
3101 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3102
3103         translated by: Mogens Jaeger <mogens@jaeger.tf>
3104
3105         * po/da.po:
3106           Added Danish translation.
3107
3108 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3109
3110         translated by: Funda Wang <fundawang@linux.net.cn>
3111
3112         * po/zh_CN.po:
3113           Added Chinese (simplified) translation.
3114
3115 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3116
3117         translated by: Alexander Shopov <ash@contact.bg>
3118
3119         * po/bg.po:
3120           Added Bulgarian translation.
3121
3122 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
3123
3124         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
3125         Set outgoing packet duration because we can. Fixes #478244 some more.
3126
3127 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
3128
3129         * ext/cairo/gsttextoverlay.c:
3130           Add info about static leak.
3131         
3132         * tests/check/Makefile.am:
3133         * tests/check/generic/states.c:
3134           Improved state change unit test.
3135
3136 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
3137
3138         * docs/plugins/.cvsignore:
3139         * tests/check/.cvsignore:
3140           Ignore registries in any format.
3141
3142 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
3143
3144         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
3145         Removed some unused code.
3146
3147         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
3148         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
3149         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
3150         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
3151         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
3152         (gst_rtp_theora_pay_flush_packet):
3153         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
3154         Try to preserve the incomming buffer duration on the outgoing
3155         packets. Fixes #478244.
3156
3157 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
3158
3159         * ext/taglib/gstapev2mux.cc:
3160         * ext/taglib/gstid3v2mux.cc:
3161           Work around compiler warnings with g++-4.2 when assigning a
3162           string constant to a gchar * (partially fixes #478092).
3163
3164 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
3165
3166         * configure.ac:
3167           We require core CVS now for gst_base_src_set_do_timestamp().
3168
3169 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
3170
3171         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
3172         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
3173         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
3174         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
3175         (gst_rtspsrc_handle_message):
3176         Fix compiler warnings shown with Forte.
3177
3178 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
3179
3180         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
3181         (gst_rtspsrc_dup_printf):
3182         Give meaningfull error when all streams failed to configure for some
3183         reason.
3184
3185 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
3186
3187         * gst/rtp/README:
3188         Update README with the design for synchronisation rules of RTP on
3189         sender and receiver.
3190
3191 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
3192
3193         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
3194         (gst_wavparse_chain):
3195         Don't push EOS from the chain function, the element
3196         driving the pipeline is responsible for this. The bug
3197         this was meant to fix seems to be queue not forwarding
3198         EOS in all cases (see #476514).
3199
3200 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
3201
3202         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
3203         (gst_level_transform_ip):
3204         * gst/level/gstlevel.h:
3205         Use basetransform segment so that it is correctly managed on flushes and
3206         start/stop.
3207         Report message timestamp as stream time, which is what an application
3208         can understand.
3209
3210 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
3211
3212         * ext/taglib/gstapev2mux.cc:
3213         * ext/taglib/gstapev2mux.h:
3214         * ext/taglib/gsttaglibmux.c:
3215         * tests/check/elements/apev2mux.c:
3216         Update my mail address.
3217
3218 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
3219
3220         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
3221         (gst_wavparse_loop), (gst_wavparse_chain):
3222         Add EOS logic for the push-based mode too. Fixes #476514.
3223
3224 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
3225
3226         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
3227         * gst/law/alaw-encode.h:
3228         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
3229         (gst_mulawenc_chain):
3230         * gst/law/mulaw-encode.h:
3231         Fix law encoder timestamps.
3232
3233 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
3234
3235         * ext/gconf/gstgconfaudiosink.c:
3236           Fix warning when building without debug.
3237
3238         * sys/oss/gstossmixertrack.c:
3239           Use const like in alsamixertrack.c (fixes warnings).
3240
3241 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
3242
3243         * sys/v4l2/v4l2src_calls.c:
3244         (gst_v4l2src_probe_caps_for_format_and_size):
3245         Fix framerate detection code some more.
3246         Handle the case where there is a weird step in the stepwise framerates.
3247         Don't overwrite the min interval with the framerate, use a temp variable
3248         instead.
3249         Use max in the Continuous framerate intervals instead of step, which is
3250         1 according to the docs. Fixes #475424.
3251
3252 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
3253
3254         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
3255         Make udpsrc timestamp outgoing buffers based on when they were received.
3256         Also make it output a segment in time.
3257
3258 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
3259
3260         * gst/avi/gstavidemux.c:
3261           Plug a little leak. Little code cleanups.
3262
3263 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
3264
3265         * configure.ac:
3266           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
3267           flac versions, 's good for cross-compilation karma.
3268
3269 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
3270
3271         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
3272
3273         * gst/rtp/gstrtph263pay.c:
3274           Fix up header structure so that compilers don't add padding
3275           between the structure fields, since that would lead to us
3276           sending RTP packets with broken headers (as is currently the
3277           case when compiling with MSVC). Also see similar fixes in
3278           libgstrtp in gst-plugins-base. (#474616; #471194)
3279
3280 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
3281
3282         * sys/v4l2/v4l2src_calls.c:
3283         (gst_v4l2src_probe_caps_for_format_and_size):
3284         Don't overwrite our GValue with 0 but instead use the previously
3285         computed value. Fixes #471823 some more.
3286
3287 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
3288
3289         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3290           No tabs in this file please, or gtk-doc will end up documenting
3291           rather absurd class hierarchies.
3292
3293 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
3294
3295         * ext/gconf/gstswitchsink.c:
3296           If the new kid element fails to change state for some reason
3297           (e.g. esdsink not being able to connect to the sound server),
3298           forward the error message it posted on the bus instead of just
3299           posting a generic 'Internal state change error: please file a
3300           bug' error message. Fixes #471364.
3301
3302 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
3303
3304         * gst/qtdemux/Makefile.am:
3305         * gst/qtdemux/qtdemux.c:
3306           Don't assume tags are encoded as UTF-8 (#473670).
3307
3308 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
3309
3310         * sys/v4l2/gstv4l2src.c:
3311         * sys/v4l2/gstv4l2src.h:
3312         * sys/v4l2/v4l2src_calls.c:
3313           Implement LATENCY queries in the crudest way possible so I don't
3314           have to use sync=false any longer when testing with videosinks.
3315
3316 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
3317
3318         * configure.ac:
3319           Fix build.
3320
3321 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
3322
3323         * sys/v4l2/v4l2src_calls.c:
3324         (gst_v4l2src_probe_caps_for_format_and_size):
3325         Add some more debugging in the framerate function.
3326         Iterate stepwise framerate up to and _including_ the max and if nothing
3327         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
3328         don't end up with an empty list. Fixes #471823
3329
3330 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
3331
3332         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3333         (gst_multiudpsink_set_clients_string),
3334         (gst_multiudpsink_get_clients_string),
3335         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
3336         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
3337         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
3338         (gst_multiudpsink_clear):
3339         Add property do configure destination address/port pairs
3340         API:GstMultiUDPSink::clients
3341
3342 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
3343
3344         * tests/examples/Makefile.am:
3345         * tests/examples/rtp/Makefile.am:
3346         * tests/examples/rtp/client-H263p-AMR.sh:
3347         * tests/examples/rtp/client-H263p-PCMA.sdp:
3348         * tests/examples/rtp/client-H263p-PCMA.sh:
3349         * tests/examples/rtp/client-H264-PCMA.sdp:
3350         * tests/examples/rtp/client-H264-PCMA.sh:
3351         * tests/examples/rtp/client-PCMA.sh:
3352         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
3353         * tests/examples/rtp/server-alsasrc-PCMA.sh:
3354         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
3355         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
3356         Added some RTP example scripts for sending and receiving RTP streams.
3357
3358 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
3359
3360         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
3361         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
3362         Restructure the setcaps function so that we can also compute the
3363         expected GStreamer output size of the video frames.
3364         Set frame_byte_size correctly so that read-based devices have a chance
3365         of working correctly.
3366         When grabbing a frame, discard frames that are not of the expected size.
3367         Some cameras don't output the right framesize for the first buffer.
3368         Try only a couple of times to get a valid frame, else error out.
3369
3370         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
3371         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
3372         Add some more debug info when scanning the device.
3373
3374         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
3375         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
3376         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
3377         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
3378         Add some more debug info when dequeing a frame.
3379
3380 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
3381
3382         * gst/wavparse/gstwavparse.c:
3383           More code cleanups. Add some more comment and improve debugs logs.
3384
3385 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
3386
3387         * gst/wavparse/gstwavparse.c:
3388         * gst/wavparse/gstwavparse.h:
3389           Implement seek-query. Refactor duration calculations. Appropriate use
3390           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
3391           out of loops.
3392
3393 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
3394
3395         * gst/avi/gstavidemux.c:
3396           Implement seek-query.
3397
3398 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
3399
3400         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
3401         (gst_rtspsrc_dup_printf):
3402         Use new basesink async property to make sparse RTCP packet not wait for
3403         preroll.
3404
3405 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
3406
3407         * gst/audiofx/Makefile.am:
3408         Dist the right file.
3409
3410 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
3411
3412         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
3413         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
3414         Make sure we generate and parse floating point values in the POSIX
3415         locale instead of the current locale. 
3416
3417 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
3418
3419         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
3420         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
3421         (gst_rtspsrc_play):
3422         * gst/rtsp/gstrtspsrc.h:
3423         Fix method detection again.
3424         Keep track of when we must send a Range header.
3425         Use segment values for Range, Speed and Scale headers.
3426         Parse Speed and Scale headers to update the segment values.
3427
3428 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
3429
3430         patch by: Mark Nauwelaerts <manauw@skynet.be>
3431
3432         * sys/v4l2/v4l2src_calls.c:
3433           Handle optional v4l2 ioctls gracefully.
3434
3435 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
3436
3437         * gst/rtp/Makefile.am:
3438         * gst/rtp/gstrtp.c: (plugin_init):
3439         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
3440         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
3441         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
3442         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
3443         (gst_rtp_h263_depay_get_property),
3444         (gst_rtp_h263_depay_change_state),
3445         (gst_rtp_h263_depay_plugin_init):
3446         * gst/rtp/gstrtph263depay.h:
3447         Added an H263 depayloader. Fixes #369392.
3448
3449         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
3450         (gst_rtp_h263p_depay_process):
3451         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3452         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
3453         Make the H263+ pay/depayloader support H263-1998 and H263-2000
3454         payloads.
3455         Also alow plain H263 on the h263p payloaders. Fixes #465040.
3456
3457 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
3458
3459         * gst/audiofx/audiochebyshevfreqband.c:
3460         * gst/audiofx/audiochebyshevfreqlimit.c:
3461         Add small comparision with the windowed sinc filters in the docs.
3462
3463 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
3464
3465         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
3466         (audiochebyshevfreqband_suite):
3467         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
3468         (audiochebyshevfreqlimit_suite):
3469         Also test 32 bit float mode and the type 2 variants of the filters.
3470
3471 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
3472
3473         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
3474         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
3475         (gst_rtspsrc_loop):
3476         Refactor the udp and interleaved loop function a bit.
3477
3478 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
3479
3480         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3481         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
3482         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
3483         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
3484         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
3485         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
3486         * gst/rtsp/gstrtspsrc.h:
3487         Protect connection activity with a new lock, avoids deadlocks when going
3488         to PAUSED. Fixes #455808.
3489
3490 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
3491
3492         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
3493         Fix debug statement.
3494
3495 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
3496
3497         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
3498         Fix stray %u in debug line as spotted by Saur on IRC.
3499
3500 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
3501
3502         * gst/audiofx/audiochebyshevfreqband.c:
3503         (gst_audio_chebyshev_freq_band_class_init):
3504         * gst/audiofx/audiochebyshevfreqlimit.c:
3505         (gst_audio_chebyshev_freq_limit_class_init):
3506         Use generator macros for the process functions for the different
3507         sample types, add lower upper boundaries for the GObject properties
3508         so automatically generated UIs can use sliders and add a note about
3509         the number of poles as a too high number of poles combined with
3510         very low or very high frequencies will produce only noise.
3511         * docs/plugins/gst-plugins-good-plugins.args:
3512         Regenerated for the property changes.
3513
3514 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
3515
3516         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
3517         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
3518         (gst_rtspsrc_stream_configure_udp_sink),
3519         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
3520         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
3521         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3522         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
3523         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
3524         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
3525         * gst/rtsp/gstrtspsrc.h:
3526         Improve timeout handling.
3527         Use the same socket for sending and receiving RTCP packets so that some
3528         servers can track clients better.
3529         Improve connection closed handling. Try to reconnect.
3530         Don't overwrite our content base with NULL.
3531         Improve debugging.
3532         Improve range parsing and handling.
3533         Remove flushing hack now that core does the right thing.
3534
3535 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
3536
3537         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3538         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
3539         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
3540         (gst_multiudpsink_close), (gst_multiudpsink_add):
3541         * gst/udp/gstmultiudpsink.h:
3542         Add support for getting and setting the socket to use.
3543
3544         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
3545         (gst_udpsrc_create), (gst_udpsrc_get_property):
3546         Add support for getting the currently used socket.
3547
3548 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
3549
3550         reviewed by: Stefan Kost  <ensonic@users.sf.net>
3551
3552         * gst/audiofx/Makefile.am:
3553         * gst/audiofx/audiochebyshevfreqband.c:
3554         (gst_audio_chebyshev_freq_band_mode_get_type),
3555         (gst_audio_chebyshev_freq_band_base_init),
3556         (gst_audio_chebyshev_freq_band_dispose),
3557         (gst_audio_chebyshev_freq_band_class_init),
3558         (gst_audio_chebyshev_freq_band_init),
3559         (generate_biquad_coefficients), (calculate_gain),
3560         (generate_coefficients),
3561         (gst_audio_chebyshev_freq_band_set_property),
3562         (gst_audio_chebyshev_freq_band_get_property),
3563         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
3564         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
3565         (gst_audio_chebyshev_freq_band_start):
3566         * gst/audiofx/audiochebyshevfreqband.h:
3567         * gst/audiofx/audiochebyshevfreqlimit.c:
3568         (gst_audio_chebyshev_freq_limit_mode_get_type),
3569         (gst_audio_chebyshev_freq_limit_base_init),
3570         (gst_audio_chebyshev_freq_limit_dispose),
3571         (gst_audio_chebyshev_freq_limit_class_init),
3572         (gst_audio_chebyshev_freq_limit_init),
3573         (generate_biquad_coefficients), (calculate_gain),
3574         (generate_coefficients),
3575         (gst_audio_chebyshev_freq_limit_set_property),
3576         (gst_audio_chebyshev_freq_limit_get_property),
3577         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
3578         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
3579         (gst_audio_chebyshev_freq_limit_start):
3580         * gst/audiofx/audiochebyshevfreqlimit.h:
3581         * gst/audiofx/audiofx.c: (plugin_init):
3582         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
3583         Fixes #464800.
3584
3585         * tests/check/Makefile.am:
3586         * tests/check/elements/.cvsignore:
3587         * tests/check/elements/audiochebyshevfreqband.c:
3588         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
3589         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
3590         * tests/check/elements/audiochebyshevfreqlimit.c:
3591         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
3592         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
3593         Add unit tests for the chebyshev filters.
3594
3595         * docs/plugins/Makefile.am:
3596         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3597         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3598         * docs/plugins/gst-plugins-good-plugins.args:
3599         * docs/plugins/inspect/plugin-1394.xml:
3600         * docs/plugins/inspect/plugin-audiofx.xml:
3601         * docs/plugins/inspect/plugin-dv.xml:
3602         * docs/plugins/inspect/plugin-flac.xml:
3603         * docs/plugins/inspect/plugin-jpeg.xml:
3604         * docs/plugins/inspect/plugin-png.xml:
3605         * docs/plugins/inspect/plugin-rtp.xml:
3606         * docs/plugins/inspect/plugin-shout2send.xml:
3607         * docs/plugins/inspect/plugin-wavpack.xml:
3608         And add docs for the chebyshev filters. While doing
3609         that also run make update in docs/plugins.
3610
3611 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
3612
3613         * ext/annodex/gstcmmltag.c:
3614         * gst/rtp/gstrtpvorbispay.c:
3615           Make ro memory to share.
3616
3617 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
3618
3619         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
3620         Improve UDP performance by avoiding a select() when we have data
3621         available immediatly.
3622
3623 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
3624
3625         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
3626         (gst_rtp_dec_class_init):
3627         * gst/rtsp/gstrtpdec.h:
3628         Add (dummy) SSRC management signals.
3629
3630         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3631         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
3632         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
3633         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
3634         (on_timeout), (gst_rtspsrc_stream_configure_manager),
3635         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
3636         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
3637         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
3638         * gst/rtsp/gstrtspsrc.h:
3639         Add connection-speed property.
3640         Add find_stream helper functions.
3641         Handle stream EOS based on BYE messages or SSRC timeout.
3642         Returns SUCCESS from the state change function as we hide our async
3643         elements from the parent.
3644
3645 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
3646
3647         * gst/debug/rndbuffersize.c:
3648           Fix da leak.
3649
3650 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
3651
3652         * gst/debug/Makefile.am:
3653         * gst/debug/breakmydata.c:
3654         * gst/debug/gstdebug.c:
3655         * gst/debug/negotiation.c:
3656         * gst/debug/progressreport.c:
3657         * gst/debug/rndbuffersize.c:
3658         * gst/debug/testplugin.c:
3659           Add new test element and clean-up the others a little.
3660
3661 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
3662
3663         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
3664         Fix parsing of mp4a version 0 atoms. Fixes #465774.
3665
3666 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
3667
3668         * gst/rtp/gstrtpilbcdepay.c:
3669           Include stdlib.
3670
3671 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
3672
3673         * gst/rtp/gstrtpmpvdepay.c:
3674         Set the mpegversion in the caps so that autoplugging does not get
3675         confused.
3676
3677 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3678
3679         * po/hu.po:
3680         * po/uk.po:
3681         * po/vi.po:
3682           Updated translations.
3683
3684 2007-08-08  Michael Smith <msmith@fluendo.com>
3685
3686         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
3687           Render right border in the correct location.
3688
3689 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
3690
3691         Patch by: Olivier Crete <tester at tester dot ca>
3692
3693         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
3694         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
3695         Make mode property a string. Fixes #464475.
3696
3697 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
3698
3699         * ext/flac/gstflacenc.c:
3700           Widen caps to match decoder a bit and add more FIXMEs.
3701
3702 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
3703
3704         patch by: Mark Nauwelaerts <manauw@skynet.be>
3705
3706         * gst/avi/gstavimux.c:
3707           Fix ODML index tag numbering. Fixes #463624.
3708
3709 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
3710
3711         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
3712         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
3713         (gst_rtspsrc_stream_configure_tcp),
3714         (gst_rtspsrc_stream_configure_udp_sink):
3715         Fix default clock-rate for realmedia.
3716         Fix parsing of transport.
3717         Don't try to link NULL pads.
3718
3719 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
3720
3721         * po/POTFILES.skip:
3722           Add POTFILES.skip with list of source files that aren't disted at the
3723           moment but contain translatable strings. Should hopefully pacify
3724           broken tools and make it clearer that these files are left out
3725           intentionally (#461600).
3726
3727 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
3728
3729         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
3730         If the buffer was entirely clipped ... don't try sending it :)
3731
3732 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
3733
3734         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
3735         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
3736         (gst_rtspsrc_create_transports_string),
3737         (gst_rtspsrc_prepare_transports):
3738         If we don't hav a session manager, set the caps on outgoing buffers
3739         ourselves.
3740         Force PAUSE/PLAY methods for now until the extensions can overwrite.
3741         Append final bit of the transport string even when it does not contain a
3742         placeholder.
3743
3744 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
3745
3746         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
3747         (gst_rtsp_ext_list_connect):
3748         * gst/rtsp/gstrtspext.h:
3749         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3750         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
3751         Clean up the interface list.
3752         Allow connecting to interface signals for the extensions.
3753         Remove old extension code.
3754         Free list on cleanup.
3755         Allow extensions to send additional RTSP messages.
3756
3757 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
3758
3759         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
3760         Handle a NULL gconf key gracefully by rendering the default element.
3761
3762 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
3763
3764         * gst/rtsp/gstrtspext.h:
3765         Fix include path for extension interface.
3766
3767 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
3768
3769         * gst/audiofx/audioamplify.h:
3770         Also remove a now unecessary variable here.
3771
3772 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
3773
3774         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
3775         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
3776         * gst/audiofx/audiodynamic.c:
3777         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
3778         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
3779         * gst/audiofx/audiodynamic.h:
3780         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
3781         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
3782         * gst/audiofx/audioinvert.h:
3783         Don't save format information ourselves, this is already saved in
3784         GstAudioFilter.
3785
3786 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
3787
3788         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
3789         (gst_rtsp_ext_list_stream_select):
3790         * gst/rtsp/gstrtspext.h:
3791         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
3792         Use rank to filter out extensions.
3793         Add url to stream_select interface call.
3794
3795 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
3796
3797         * gst/rtsp/Makefile.am:
3798         * gst/rtsp/base64.c:
3799         * gst/rtsp/base64.h:
3800         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
3801         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
3802         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
3803         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
3804         (gst_rtsp_ext_list_setup_media),
3805         (gst_rtsp_ext_list_configure_stream),
3806         (gst_rtsp_ext_list_get_transports),
3807         (gst_rtsp_ext_list_stream_select):
3808         * gst/rtsp/gstrtspext.h:
3809         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
3810         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
3811         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
3812         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
3813         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
3814         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
3815         (gst_rtspsrc_stream_configure_tcp),
3816         (gst_rtspsrc_stream_configure_mcast),
3817         (gst_rtspsrc_stream_configure_udp),
3818         (gst_rtspsrc_stream_configure_udp_sink),
3819         (gst_rtspsrc_stream_configure_transport),
3820         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
3821         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
3822         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
3823         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
3824         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3825         (gst_rtspsrc_parse_methods),
3826         (gst_rtspsrc_create_transports_string),
3827         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
3828         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
3829         (gst_rtspsrc_play), (gst_rtspsrc_pause),
3830         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
3831         * gst/rtsp/gstrtspsrc.h:
3832         * gst/rtsp/rtsp.h:
3833         * gst/rtsp/rtspconnection.c:
3834         * gst/rtsp/rtspconnection.h:
3835         * gst/rtsp/rtspdefs.c:
3836         * gst/rtsp/rtspdefs.h:
3837         * gst/rtsp/rtspext.h:
3838         * gst/rtsp/rtspextwms.c:
3839         * gst/rtsp/rtspextwms.h:
3840         * gst/rtsp/rtspmessage.c:
3841         * gst/rtsp/rtspmessage.h:
3842         * gst/rtsp/rtsprange.c:
3843         * gst/rtsp/rtsprange.h:
3844         * gst/rtsp/rtsptransport.c:
3845         * gst/rtsp/rtsptransport.h:
3846         * gst/rtsp/rtspurl.c:
3847         * gst/rtsp/rtspurl.h:
3848         * gst/rtsp/sdp.h:
3849         * gst/rtsp/sdpmessage.c:
3850         * gst/rtsp/sdpmessage.h:
3851         * gst/rtsp/test.c:
3852         Use shiny new RTSP and SDP library.
3853         Implement RTSP extensions using the new interface.
3854         Remove a lot of old code.
3855
3856 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
3857
3858         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
3859         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
3860
3861 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
3862
3863         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
3864         Don't unref the outgoing buffer twice when dropping it because it's
3865         outside of the segment.
3866
3867 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
3868
3869         * configure.ac:
3870         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3871         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
3872         Use the new buffer clipping function from gstaudio here and
3873         require gst-plugins-base CVS.
3874         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
3875         For framed Wavpack buffers we require a valid timestamp.
3876
3877 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
3878
3879         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
3880         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
3881         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
3882         Clip raw audio and video when we can, keep track of current output
3883         segment.
3884         Don't leak buffers and events when there is no output pad.
3885         Improve debugging here and there.
3886
3887 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
3888
3889         * configure.ac:
3890           Sync liboil check with plugins-base.
3891
3892 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
3893
3894         * ext/annodex/Makefile.am:
3895           Fix CFLAGS/LIBS.
3896
3897         * ext/cdio/gstcdiocddasrc.c:
3898         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
3899           Include stdlib
3900
3901         * ext/cairo/Makefile.am:
3902         * gst/videofilter/Makefile.am:
3903         * tests/examples/level/Makefile.am:
3904           Use $(LIBM) instead of -lm
3905
3906 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3907
3908         * sys/v4l2/gstv4l2src.c:
3909           Add another example pipeline.
3910
3911 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3912
3913         Patch by: Alexander Eichner <alexeichi@yahoo.de>
3914
3915         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
3916           Use define here.
3917
3918         * sys/v4l2/gstv4l2tuner.c:
3919         (gst_v4l2_tuner_set_frequency_and_notify):
3920           Don't touch the property - its still disabled.
3921
3922         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
3923         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
3924         * sys/v4l2/v4l2src_calls.h:
3925           Improve fallback format negotionation. Fixes #451388
3926
3927 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3928
3929         * tests/check/elements/videocrop.c: (GST_START_TEST):
3930           Fix the test.
3931
3932 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3933
3934         * docs/plugins/Makefile.am:
3935         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3936         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3937         * docs/plugins/inspect/plugin-jpeg.xml:
3938         * docs/plugins/inspect/plugin-png.xml:
3939         * ext/jpeg/gstjpegdec.c:
3940         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
3941         (gst_pngdec_sink_setcaps):
3942           More docs. More logs in pngdec.
3943
3944 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
3945
3946         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
3947           Initialize num_buffers with minimum value.
3948
3949         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
3950         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
3951           Handle frame-size query failure gracefully.
3952
3953 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
3954
3955         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
3956         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
3957         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
3958         of qt/aac files.
3959
3960 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
3961
3962         * ext/wavpack/gstwavpackdec.c:
3963         (gst_wavpack_dec_clip_outgoing_buffer):
3964         Fix buffer clipping to correctly clip to the segment stop.
3965
3966 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3967
3968         * configure.ac:
3969         * tests/Makefile.am:
3970         Remove bogus check for libcheck, since we check for
3971         gstreamer-check and it pulls in the required info from there,
3972         and we weren't actually _using_ the information for libcheck
3973         ourselves anyway.
3974
3975 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
3976
3977         * configure.ac:
3978           Use pkg-config to locate check.
3979
3980 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
3981
3982         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
3983         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
3984         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
3985         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
3986         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
3987         * gst/effectv/gstaging.c: (gst_agingtv_transform):
3988         * gst/effectv/gstdice.c: (gst_dicetv_transform):
3989         * gst/effectv/gstedge.c: (gst_edgetv_transform):
3990         * gst/effectv/gstquark.c: (gst_quarktv_transform):
3991         * gst/effectv/gstrev.c: (gst_revtv_transform):
3992         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
3993         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
3994         * gst/effectv/gstwarp.c: (gst_warptv_transform):
3995         * gst/matroska/matroska-demux.c:
3996         (gst_matroska_demux_add_wvpk_header),
3997         (gst_matroska_demux_check_subtitle_buffer),
3998         (gst_matroska_decode_buffer):
3999         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
4000           Fix build against core CVS.
4001
4002 2007-07-10  Edward Hervey  <bilboed@gmail.com>
4003
4004         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
4005         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
4006         don't have enough granularity to convert that boolean into a
4007         GstFlowReturn.
4008
4009 2007-07-06  Michael Smith <msmith@fluendo.com>
4010
4011         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
4012         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
4013         (gst_alawdec_change_state):
4014         * gst/law/alaw-decode.h:
4015         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
4016         (gst_mulawdec_class_init), (gst_mulawdec_init),
4017         (gst_mulawdec_chain), (gst_mulawdec_change_state):
4018         * gst/law/mulaw-decode.h:
4019           Fix capsnego bogosity in *law decoders. 
4020
4021 2007-07-06  Michael Smith <msmith@fluendo.com>
4022
4023         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
4024         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
4025         (gst_smokeenc_change_state):
4026         * ext/jpeg/gstsmokeenc.h:
4027           Remove stupidity in get/set caps functions.
4028           Fix some refcounting problems.
4029
4030 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
4031
4032         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
4033         Remove endianness-flipping hack that seems to have been required
4034         only because of a bug in ffmpegcolorspace.
4035         Partially Fixes: #451908
4036
4037 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
4038
4039         * docs/plugins/Makefile.am:
4040           Simplify --extra-dir as gtkdoc scans recursively.
4041
4042 2007-07-03  Wim Taymans  <wim@fluendo.com>
4043
4044         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
4045
4046         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
4047         Set the encoding-name in the rtp caps to all uppercase, as required by
4048         the caps spec.
4049         Some small cleanups in the error paths. Fixes #453037.
4050
4051 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
4052
4053         * ext/wavpack/gstwavpackparse.c:
4054         (gst_wavpack_parse_index_get_last_entry),
4055         (gst_wavpack_parse_index_get_entry_from_sample),
4056         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
4057         (gst_wavpack_parse_scan_to_find_sample):
4058         * ext/wavpack/gstwavpackparse.h:
4059         Use a GSList for the GArray that is used like a list anyway.
4060
4061 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
4062
4063         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
4064         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
4065         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
4066           Add state change function where we set 0/1 as default framerate in
4067           case our setcaps function isn't called, like it might not in a
4068           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
4069           gdkpixbufdec trying to create caps with a 0/0 framerate.
4070           Also post an error message on the bus if gst_pad_push() fails when
4071           called from our sink event handler (+1 for flow returns for event
4072           functions in 0.11) instead of failing silently.
4073
4074 2007-06-27  Wim Taymans  <wim@fluendo.com>
4075
4076         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
4077         Cast stack args to the proper types. Fixes #451249.
4078
4079 2007-06-27  Wim Taymans  <wim@fluendo.com>
4080
4081         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
4082         (new_session_pad), (gst_rtspsrc_setup_streams):
4083         * gst/rtsp/gstrtspsrc.h:
4084         For container formats we only need to activate one of the streams so
4085         that we correctly signal no-more-pads. Fixes #451015.
4086
4087 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
4088
4089         * docs/plugins/gst-plugins-good-plugins.args:
4090         * docs/plugins/inspect/plugin-aasink.xml:
4091         * docs/plugins/inspect/plugin-alaw.xml:
4092         * docs/plugins/inspect/plugin-alpha.xml:
4093         * docs/plugins/inspect/plugin-alphacolor.xml:
4094         * docs/plugins/inspect/plugin-annodex.xml:
4095         * docs/plugins/inspect/plugin-apetag.xml:
4096         * docs/plugins/inspect/plugin-audiofx.xml:
4097         * docs/plugins/inspect/plugin-auparse.xml:
4098         * docs/plugins/inspect/plugin-autodetect.xml:
4099         * docs/plugins/inspect/plugin-avi.xml:
4100         * docs/plugins/inspect/plugin-cacasink.xml:
4101         * docs/plugins/inspect/plugin-cairo.xml:
4102         * docs/plugins/inspect/plugin-cdio.xml:
4103         * docs/plugins/inspect/plugin-cutter.xml:
4104         * docs/plugins/inspect/plugin-debug.xml:
4105         * docs/plugins/inspect/plugin-efence.xml:
4106         * docs/plugins/inspect/plugin-effectv.xml:
4107         * docs/plugins/inspect/plugin-esdsink.xml:
4108         * docs/plugins/inspect/plugin-flac.xml:
4109         * docs/plugins/inspect/plugin-flxdec.xml:
4110         * docs/plugins/inspect/plugin-gconfelements.xml:
4111         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4112         * docs/plugins/inspect/plugin-goom.xml:
4113         * docs/plugins/inspect/plugin-halelements.xml:
4114         * docs/plugins/inspect/plugin-icydemux.xml:
4115         * docs/plugins/inspect/plugin-id3demux.xml:
4116         * docs/plugins/inspect/plugin-jpeg.xml:
4117         * docs/plugins/inspect/plugin-ladspa.xml:
4118         * docs/plugins/inspect/plugin-level.xml:
4119         * docs/plugins/inspect/plugin-matroska.xml:
4120         * docs/plugins/inspect/plugin-mulaw.xml:
4121         * docs/plugins/inspect/plugin-multipart.xml:
4122         * docs/plugins/inspect/plugin-navigationtest.xml:
4123         * docs/plugins/inspect/plugin-ossaudio.xml:
4124         * docs/plugins/inspect/plugin-png.xml:
4125         * docs/plugins/inspect/plugin-quicktime.xml:
4126         * docs/plugins/inspect/plugin-rtp.xml:
4127         * docs/plugins/inspect/plugin-rtsp.xml:
4128         * docs/plugins/inspect/plugin-smpte.xml:
4129         * docs/plugins/inspect/plugin-speex.xml:
4130         * docs/plugins/inspect/plugin-taglib.xml:
4131         * docs/plugins/inspect/plugin-udp.xml:
4132         * docs/plugins/inspect/plugin-videobalance.xml:
4133         * docs/plugins/inspect/plugin-videobox.xml:
4134         * docs/plugins/inspect/plugin-videocrop.xml:
4135         * docs/plugins/inspect/plugin-videoflip.xml:
4136         * docs/plugins/inspect/plugin-videomixer.xml:
4137         * docs/plugins/inspect/plugin-wavenc.xml:
4138         * docs/plugins/inspect/plugin-wavparse.xml:
4139         * docs/plugins/inspect/plugin-ximagesrc.xml:
4140           Update docs with caps info.
4141
4142 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
4143
4144         * po/POTFILES.in:
4145           Add more files with translatable strings (#450878).
4146
4147 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
4148
4149         * MAINTAINERS:
4150         Updating all the maintainers files
4151
4152 2007-06-22  Edward Hervey  <edward@fluendo.com>
4153
4154         * ext/flac/gstflactag.c: (gst_flac_tag_init):
4155         * gst/interleave/deinterleave.c: (deinterleave_init),
4156         (deinterleave_sink_link):
4157         * gst/interleave/interleave.c: (interleave_init):
4158         * gst/median/gstmedian.c: (gst_median_init):
4159         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
4160         Fix memory leaks.
4161         * tests/check/elements/id3demux.c: (pad_added_cb):
4162         Remove unused variable.
4163
4164 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
4165
4166         * ext/gconf/gconf.h:
4167         Make the prototype of gst_gconf_get_key_for_sink_profile
4168         match the implementation.
4169         Patch by: Damien Carbery <damien dot carbery at sun dot com>
4170         Fixes: #449747
4171
4172 2007-06-20  Michael Smith <msmith@fluendo.com>
4173
4174         * gst/rtp/gstrtpdepay.c:
4175           Fix description - rtpdepay is not a payloader.
4176
4177 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
4178
4179         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
4180         (qtdemux_video_caps):
4181         * gst/qtdemux/qtdemux_fourcc.h:
4182           Add MJPG to the variants of motion jpeg.
4183
4184 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
4185
4186         * tests/check/Makefile.am:
4187         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
4188         * tests/check/elements/videocrop.c: (GST_START_TEST):
4189         * tests/check/elements/videofilter.c:
4190         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
4191         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
4192           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
4193           error flags are included and it errors out on compiler warnings
4194           for CVS builds; remove unused variables in various unit tests.
4195
4196 2007-06-19  Wim Taymans  <wim@fluendo.com>
4197
4198         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4199         (rtsp_connection_close), (rtsp_connection_free):
4200         Use threadsafe inet_ntop to convert an ip number to a string. 
4201         Fixes #447961.
4202         Don't leak fd (and ip) when freeing a connection without first closing
4203         it.
4204
4205 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
4206
4207         * configure.ac:
4208         Back to CVS
4209
4210         * gst-plugins-good.doap:
4211         Add 0.10.6 to the doap file.
4212
4213 === release 0.10.6 ===
4214
4215 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
4216
4217         * configure.ac:
4218           releasing 0.10.6, "Wobble Board"
4219
4220 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
4221
4222         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4223         (rtsp_connection_free):
4224           Revert previous commit again, since we are frozen (sorry).
4225
4226 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
4227
4228         Patch by: Peter Kjellerstedt <pkj at axis com>
4229
4230         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4231         (rtsp_connection_free):
4232           inet_ntoa() uses a static buffer internally, so we need to copy the
4233           returned string if we want to store it for later (#447961).
4234
4235 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
4236
4237         * win32/vs6/autogen.dsp:
4238         * win32/vs6/gst_plugins_good.dsw:
4239         * win32/vs6/libgstalaw.dsp:
4240         * win32/vs6/libgstalpha.dsp:
4241         * win32/vs6/libgstalphacolor.dsp:
4242         * win32/vs6/libgstapetag.dsp:
4243         * win32/vs6/libgstaudiofx.dsp:
4244         * win32/vs6/libgstauparse.dsp:
4245         * win32/vs6/libgstautodetect.dsp:
4246         * win32/vs6/libgstavi.dsp:
4247         * win32/vs6/libgstcutter.dsp:
4248         * win32/vs6/libgstdirectdraw.dsp:
4249         * win32/vs6/libgstdirectsound.dsp:
4250         * win32/vs6/libgsteffectv.dsp:
4251         * win32/vs6/libgstflx.dsp:
4252         * win32/vs6/libgstgoom.dsp:
4253         * win32/vs6/libgsticydemux.dsp:
4254         * win32/vs6/libgstid3demux.dsp:
4255         * win32/vs6/libgstinterleave.dsp:
4256         * win32/vs6/libgstjpeg.dsp:
4257         * win32/vs6/libgstlevel.dsp:
4258         * win32/vs6/libgstmatroska.dsp:
4259         * win32/vs6/libgstmedian.dsp:
4260         * win32/vs6/libgstmonoscope.dsp:
4261         * win32/vs6/libgstmulaw.dsp:
4262         * win32/vs6/libgstmultipart.dsp:
4263         * win32/vs6/libgstqtdemux.dsp:
4264         * win32/vs6/libgstrtp.dsp:
4265         * win32/vs6/libgstrtsp.dsp:
4266         * win32/vs6/libgstsmpte.dsp:
4267         * win32/vs6/libgstspeex.dsp:
4268         * win32/vs6/libgstudp.dsp:
4269         * win32/vs6/libgstvideobalance.dsp:
4270         * win32/vs6/libgstvideobox.dsp:
4271         * win32/vs6/libgstvideocrop.dsp:
4272         * win32/vs6/libgstvideoflip.dsp:
4273         * win32/vs6/libgstvideomixer.dsp:
4274         * win32/vs6/libgstwaveform.dsp:
4275         * win32/vs6/libgstwavenc.dsp:
4276         * win32/vs6/libgstwavparse.dsp:
4277         Mark *.dsp & *.dsw as binary files and convert to DOS line
4278         endings, as they don't load into VS6 correctly otherwise.
4279
4280 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
4281
4282         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4283         (rtsp_connection_connect):
4284         Fix the MingW build. 
4285         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
4286         Fixes: #446981
4287
4288 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
4289
4290         * tests/check/elements/.cvsignore:
4291         * tests/icles/.cvsignore:
4292         Hush the buildbots up
4293
4294 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
4295
4296         * configure.ac:
4297         * sys/Makefile.am:
4298         * sys/directdraw/Makefile.am:
4299         * sys/directsound/Makefile.am:
4300         * sys/waveform/Makefile.am:
4301         Make sure to dist everything needed for win32 builds.
4302
4303 2007-06-14  Edward Hervey  <edward@fluendo.com>
4304
4305         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
4306         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
4307         caps.
4308         Fixes #447458
4309
4310 2007-06-13  Wim Taymans  <wim@fluendo.com>
4311
4312         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
4313         Make sure we allocate enough memory for the codec_data.
4314         Fixes #447210.
4315
4316 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
4317
4318         * win32/MANIFEST:
4319         Add videocrop project file to the win32 manifest.
4320         * win32/vs6/gst_plugins_good.dsw:
4321         Add qtdemux,videocrop and waveform projects to the workspace.
4322         * win32/vs6/libgstqtdemux.dsp:
4323         Add zlib to the link list of qtdemux.
4324         * win32/vs6/libgstvideocrop.dsp:
4325         Add a project file for videocrop.
4326
4327 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
4328
4329         * po/POTFILES.in:
4330         Add qtdemux for translation
4331
4332 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
4333
4334         * configure.ac:
4335         * docs/plugins/Makefile.am:
4336         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4337         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4338         * docs/plugins/inspect/plugin-videocrop.xml:
4339         * gst-plugins-good.spec.in:
4340         * sys/Makefile.am:
4341         * tests/check/Makefile.am:
4342         * tests/icles/Makefile.am:
4343         * tests/icles/videocrop-test.c:
4344         Move videocrop and osxvideo from -bad.
4345
4346 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
4347
4348         * configure.ac:
4349         * docs/plugins/Makefile.am:
4350         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4351         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4352         * docs/plugins/gst-plugins-good-plugins.args:
4353         * docs/plugins/inspect/plugin-qtdemux.xml:
4354         * docs/plugins/inspect/plugin-quicktime.xml:
4355         * win32/MANIFEST:
4356         Move qtdemux from -bad.
4357
4358         * gst-plugins-good.spec.in:
4359         Update spec file to reflect moving of qtdemux and wavpack
4360
4361 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
4362         
4363         * win32/MANIFEST:
4364         * docs/plugins/Makefile.am:
4365         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4366         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4367         * docs/plugins/inspect/plugin-directdraw.xml:
4368         * docs/plugins/inspect/plugin-directsound.xml:
4369         * docs/plugins/inspect/plugin-waveform.xml:
4370         Move the waveform plugin from -bad too. Update the inspect xml
4371         files to mention Plugins Good instead of Plugins Bad.
4372
4373 2007-06-12  Andy Wingo  <wingo@pobox.com>
4374
4375         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
4376         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
4377         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
4378         finalization and resuscitation. No longer public.
4379         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
4380         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
4381         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
4382         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
4383         miniobject semantics, and be threadsafe.
4384         (gst_v4l2src_queue_frame): Remove this function, as we just call
4385         the ioctls directly in the two places where we queue buffers.
4386         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
4387         directly.
4388         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
4389         to allocate the pool, which also preallocates the GstBuffers.
4390         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
4391         queueing the frames directly.
4392         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
4393         mmap buffers have been dequeued.
4394
4395         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
4396         real MiniObject instead of rolling our own refcounting and
4397         finalizing. Give it a lock.
4398         (struct _GstV4l2Buffer): Remove one intermediary object, having
4399         the buffers hold the struct v4l2_buffer directly.
4400
4401         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
4402         capture_init so that it can set them on the buffers that it will
4403         create.
4404         (gst_v4l2src_get_read): For better or for worse, include the
4405         timestamping and offsetting code here; really we should be using
4406         bufferalloc though.
4407         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
4408         preallocated, mmap'd buffers.
4409
4410 2007-06-11  Wim Taymans  <wim@fluendo.com>
4411
4412         Patch by: daniel fischer <dan at f3c dot com>
4413
4414         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
4415         (gst_ximage_src_get_caps):
4416         Actually use the display_name property so that we can dump any
4417         available X display. Fixes #445905.
4418
4419 2007-06-11  Wim Taymans  <wim@fluendo.com>
4420
4421         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
4422
4423         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
4424         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
4425         Add missing rate fields to caps. Fixes #441118.
4426
4427 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
4428
4429         * win32/vs6/gst_plugins_good.dsw:
4430         * win32/vs8/gst-plugins-good.sln:
4431         Add DirectSound and DirectDraw sinks project files to
4432         workspace and solution files.
4433
4434 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
4435
4436         Patch by: Josh Coalson <xflac at yahoo dot com>,
4437         updated by Alexis Ballier <aballier at gentoo dot org>:
4438
4439         * configure.ac:
4440         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
4441         (gst_flac_dec_setup_seekable_decoder),
4442         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
4443         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
4444         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
4445         * ext/flac/gstflacdec.h:
4446         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
4447         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
4448         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
4449         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
4450         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
4451         (gst_flac_enc_chain), (gst_flac_enc_set_property),
4452         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
4453         * ext/flac/gstflacenc.h:
4454         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
4455         
4456 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
4457
4458         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
4459         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
4460         not necessary anymore as we need at least that core version. 
4461
4462 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
4463
4464         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
4465         (gst_wavpack_dec_chain):
4466         * ext/wavpack/gstwavpackdec.h:
4467         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
4468         (gst_wavpack_parse_push_buffer):
4469         * ext/wavpack/gstwavpackparse.h:
4470         Improve discont handling by checking if the next Wavpack block has
4471         the expected, following block index.
4472
4473 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4474
4475         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
4476           Fix element description.
4477
4478 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4479
4480         * configure.ac:
4481         * docs/plugins/Makefile.am:
4482         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4483         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4484         * docs/plugins/gst-plugins-good-plugins.args:
4485         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4486         * docs/plugins/gst-plugins-good-plugins.signals:
4487         * docs/plugins/inspect/plugin-autodetect.xml:
4488         * docs/plugins/inspect/plugin-gconfelements.xml:
4489         * docs/plugins/inspect/plugin-ladspa.xml:
4490         * docs/plugins/inspect/plugin-rtp.xml:
4491         * docs/plugins/inspect/plugin-wavpack.xml:
4492         * ext/Makefile.am:
4493         * tests/check/Makefile.am:
4494           move wavpack plugin.  See #352605.
4495
4496 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
4497
4498         * configure.ac:
4499         * docs/plugins/Makefile.am:
4500         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4501         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4502         * docs/plugins/gst-plugins-good-plugins.args:
4503         * sys/Makefile.am:
4504         * win32/MANIFEST:
4505         Add DirectDraw & DirectSound plugins to the build and docs.
4506
4507 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
4508
4509         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
4510         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
4511           When operating in pull mode, error out correct on not-linked.
4512
4513 2007-06-06  Andy Wingo  <wingo@pobox.com>
4514
4515         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
4516         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
4517         format and size if the ioctls are defined; should fix compilation
4518         on Linux < 2.16.19.
4519
4520 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
4521
4522         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
4523           Printf fixes in debug statements; use LOG level for debug statements
4524           that are printed for each and every frame; convert c++ comments to
4525           C-style comments; not much point using g_try_malloc() if we then not
4526           even check the return value.
4527
4528 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
4529
4530         * configure.ac:
4531           Bump requirements to released versions (core and base 0.10.13).
4532
4533         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
4534           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
4535           own implementation.
4536
4537 2007-06-05  Andy Wingo  <wingo@pobox.com>
4538
4539         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
4540         some useless comments.
4541
4542         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
4543         frames before calling STREAMON, that might leave them in a state
4544         where they can't be dequeued if we go back to NULL without calling
4545         STREAMON, according to the docs.
4546         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
4547         before we call STREAMON.
4548         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
4549         failures. (For me this code hung.) The pool refcounting is still
4550         crack; added a note to that effect.
4551
4552 2007-06-05  Wim Taymans  <wim@fluendo.com>
4553
4554         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
4555         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
4556         Add support for mapping gst structure names to the MIME type equivalent.
4557         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
4558
4559 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
4560
4561         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4562         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
4563         (gst_wavenc_chain), (gst_wavenc_change_state):
4564         * gst/wavenc/gstwavenc.h:
4565         Properly write wav files with width!=depth by having the depth most
4566         significant bytes set and all others zero. Fixes #442535.
4567
4568 2007-06-01  Wim Taymans  <wim@fluendo.com>
4569
4570         * gst/rtsp/rtspconnection.c:
4571         Add include to make buildbot happy.
4572
4573 2007-06-01  Wim Taymans  <wim@fluendo.com>
4574
4575         Patch by: Peter Kjellerstedt  <pkj at axis com>
4576
4577         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4578         (rtsp_connection_connect), (add_date_header),
4579         (rtsp_connection_send), (parse_response_status),
4580         (parse_request_line), (parse_line), (rtsp_connection_receive):
4581         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
4582         * gst/rtsp/rtspdefs.h:
4583         * gst/rtsp/rtspmessage.c: (key_value_foreach),
4584         (rtsp_message_init_request), (rtsp_message_init_response),
4585         (rtsp_message_remove_header), (rtsp_message_append_headers),
4586         (rtsp_message_dump):
4587         * gst/rtsp/rtspmessage.h:
4588         Improves version checking, allowing an RTSP server to reply with "505
4589         RTSP Version not supported.
4590         Adds a Date header to all messages.
4591         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
4592         want to be able to send a response even if something in the request was
4593         invalid. EINVAL is only used when passing wrong arguments to functions.
4594         Do not handle an invalid method in parse_request_line(). Defer this to
4595         the caller so it can respond with "405 Method Not Allowed".
4596         Improves parsing of the timeout parameter to the Session header,
4597         allowing whitespace after the semicolon. 
4598         Avoids a compiler warning due to variables shadowing a function argument.
4599
4600 2007-06-01  Wim Taymans  <wim@fluendo.com>
4601
4602         Based on Patch by: Daniel Charles <dcharles at ti dot com>
4603
4604         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
4605         (gst_rtp_amr_depay_process):
4606         * gst/rtp/gstrtpamrdepay.h:
4607         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
4608         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
4609         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
4610         * gst/rtp/gstrtpamrpay.h:
4611         Add support for AMR-WB.
4612         Small cleanups such as using BOILERPLATE.
4613
4614 2007-05-31  Wim Taymans  <wim@fluendo.com>
4615
4616         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
4617         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
4618
4619 2007-05-30  Andy Wingo  <wingo@pobox.com>
4620
4621         * sys/v4l2/gstv4l2object.h: 
4622         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
4623         unintended changes.
4624
4625         * sys/v4l2/v4l2src_calls.h: 
4626         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
4627         the format list in the order that the driver gives it to us.
4628         (gst_v4l2src_probe_caps_for_format_and_size)
4629         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
4630         based on the capabilities of the device.
4631         (gst_v4l2src_grab_frame): Update for object variable renaming.
4632         (gst_v4l2src_set_capture): Update to be strict in its parameters,
4633         as in the set_caps below.
4634         (gst_v4l2src_capture_init): Update for object variable renaming,
4635         and reflow.
4636         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
4637         (gst_v4l2src_capture_deinit): Update for object variable renaming.
4638         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
4639         (gst_v4l2src_get_fps): Remove; these functions don't have much
4640         meaning outside of an atomic set_caps method.
4641         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
4642         known.
4643
4644         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
4645         call to update_fps; not sure about this change.
4646         (gst_v4l2_tuner_set_norm): Work around the fact that for the
4647         moment we don't have an update_fps_func.
4648
4649         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
4650         structures in the object, just store what we need. Do store the
4651         probed caps of the device. Don't store the current frame rate.
4652
4653         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
4654         update_fps_function, for now. Update for new object variable
4655         naming.
4656         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
4657         new object variable naming.
4658         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
4659         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
4660         (gst_v4l2src_get_caps): Rework to probe the device for supported
4661         frame sizes and frame rates.
4662         (gst_v4l2src_set_caps): Rework to be strict in the given
4663         parameters: if someone asks us to have a certain size and rate,
4664         that is what we configure.
4665         (gst_v4l2src_get_read): Update for object variable naming. Don't
4666         leak buffers on short reads.
4667         (gst_v4l2src_get_mmap): Update for object variable naming, and add
4668         comments.
4669         (gst_v4l2src_create): Update for object variable naming.
4670
4671 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
4672
4673         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
4674         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
4675         * gst/avi/gstavidemux.h:
4676           Parse subtitle text streams instead of erroring out (#442034). Still
4677           needs a parser for the subtitles to actually show up.
4678
4679 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
4680
4681         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
4682         (gst_avi_demux_loop):
4683           Make _push_event() return TRUE if the event could be pushed on at
4684           least one pad and not only if it could be pushed on all pads,
4685           otherwise we'll end up posting an error message on EOS if one or
4686           more source pads are not connected.
4687
4688 2007-05-28  Wim Taymans  <wim@fluendo.com>
4689
4690         * gst/rtsp/rtsptransport.c:
4691         Use renamed RTP bin.
4692
4693 2007-05-28  Wim Taymans  <wim@fluendo.com>
4694
4695         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
4696
4697         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
4698         (gst_video_box_set_property), (gst_video_box_transform_caps),
4699         (video_box_recalc_transform), (gst_video_box_set_caps),
4700         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
4701         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
4702         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
4703         (gst_video_box_i420_i420), (gst_video_box_transform),
4704         (plugin_init):
4705         Add AYUV->AYUV and AYUV->I420 formats. 
4706         Fix negotiation and I420->AYUV conversion.
4707         Fixes #429329.
4708
4709 2007-05-26  Wim Taymans  <wim@fluendo.com>
4710
4711         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
4712         Use different variables for nested for loops so that the outer loop
4713         functions properly and speex files with multiple frames per buffer work
4714         properly.
4715         Fixes #441408.
4716
4717 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
4718
4719         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
4720           Don't leak newsegment events.
4721
4722 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
4723
4724         * gst/wavparse/Makefile.am:
4725           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
4726           drags it in.
4727
4728 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
4729
4730         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
4731         (notgst_value_array_append_buffer),
4732         (gst_flac_enc_process_stream_headers),
4733         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
4734         (gst_flac_enc_change_state):
4735         * ext/flac/gstflacenc.h:
4736           Collect headers, add "streamheader" field to output caps and set
4737           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
4738           produces output according to the official FLAC-to-Ogg mapping
4739           instead of completely broken files. Fixes #426044.
4740
4741 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
4742
4743         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
4744         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
4745         (gst_id3demux_sink_event):
4746         * gst/id3demux/gstid3demux.h:
4747         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
4748         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
4749         (gst_tag_demux_send_new_segment):
4750         Handle and adjust new-segment events so that downstream really
4751         sees a stream with the tag pieces stripped off the front and back.
4752         Fixes strangeness in seeking when mp3 decoders use the new-segment
4753         byte position to estimate their current playback position timestamp
4754         and then the arriving buffers don't match up.
4755
4756 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
4757
4758         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
4759           Don't unnecessarily perform a READY->NULL->READY transition on the
4760           detected audio sink when starting up. Fixes: #440127
4761
4762 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
4763
4764         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
4765         (gst_flac_enc_chain):
4766           Don't crash in chain function if setcaps hasn't been called.
4767
4768 2007-05-24  Wim Taymans  <wim@fluendo.com>
4769
4770         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
4771         Init value to avoid infinte loops.
4772
4773 2007-05-24  Wim Taymans  <wim@fluendo.com>
4774
4775         Patch by: Peter Kjellerstedt  <pkj at axis com>
4776
4777         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
4778         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
4779         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
4780         (gst_rtspsrc_play):
4781         (rtsp_connection_send), (rtsp_connection_receive):
4782         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
4783         Fix for new API.
4784
4785         * gst/rtsp/rtspconnection.c: (add_auth_header),
4786         Only add authorisation and session headers when sending messages.
4787
4788         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
4789         (rtsp_message_init_request), (rtsp_message_init_response),
4790         (rtsp_message_unset), (rtsp_message_add_header),
4791         (rtsp_message_remove_header), (rtsp_message_get_header),
4792         (rtsp_message_append_headers), (dump_key_value),
4793         (rtsp_message_dump):
4794         * gst/rtsp/rtspmessage.h:
4795         Add support for multiple headers of the same type by storing the parsed
4796         headers in a GArray instaed of a hashtable.
4797
4798 2007-05-21  Wim Taymans  <wim@fluendo.com>
4799
4800         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
4801         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
4802         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
4803         safer shutdown.
4804
4805 2007-05-21  Wim Taymans  <wim@fluendo.com>
4806
4807         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
4808         * gst/rtsp/gstrtpdec.h:
4809         Added signal for backwards compat.
4810
4811 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
4812         
4813         Patch by: René Stadler <mail at renestadler dot de>
4814
4815         * configure.ac:
4816         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4817         (gst_au_parse_parse_header), (gst_au_parse_chain):
4818         * gst/auparse/gstauparse.h:
4819         Use audioconvert for converting from non-native endianness floats
4820         in auparse instead of doing it ourself. Fixes #424527.
4821         This needs the audioconvert from plugins-base CVS.
4822         
4823 2007-05-21  Wim Taymans  <wim@fluendo.com>
4824
4825         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
4826         (gst_rtp_h263p_pay_flush):
4827         Fix enum registration.
4828
4829 2007-05-21  Wim Taymans  <wim@fluendo.com>
4830
4831         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
4832
4833         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
4834         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
4835         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
4836         (gst_rtp_h263p_pay_flush):
4837         * gst/rtp/gstrtph263ppay.h:
4838         Add new fragmentation mode base on GOB headers. Fixes #438940.
4839
4840 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
4841
4842         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
4843           Printf format fix.
4844
4845 2007-05-18  Wim Taymans  <wim@fluendo.com>
4846
4847         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
4848         Don't crash when an unsupported transport error was returned by the
4849         server, just try to configure the next stream. Fixes #439255.
4850
4851 2007-05-18  Wim Taymans  <wim@fluendo.com>
4852
4853         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4854         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4855         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
4856         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4857         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
4858         * gst/rtsp/gstrtspsrc.h:
4859         Add TCP timeout property and use it for all TCP connection.
4860
4861         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4862         (rtsp_connection_write), (rtsp_connection_next_timeout),
4863         (rtsp_connection_reset_timeout):
4864         Make connect and writes cancelable and make them use the timeout.
4865
4866 2007-05-18  Wim Taymans  <wim@fluendo.com>
4867
4868         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
4869         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
4870         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4871         (gst_rtspsrc_setup_streams):
4872         Refactor timeout handling.
4873         Also send keep-alive when dealing with TCP transport.
4874
4875         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4876         (rtsp_connection_free), (rtsp_connection_next_timeout),
4877         (rtsp_connection_reset_timeout):
4878         * gst/rtsp/rtspconnection.h:
4879         Use a timer to handle the session timeouts, add some methods to deal
4880         with timeouts.
4881
4882 2007-05-17  Wim Taymans  <wim@fluendo.com>
4883
4884         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
4885         (gst_rtspsrc_setup_streams):
4886         Ignore streams that fail the setup command, we will retry with a
4887         different transport later on.
4888
4889         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
4890         (rtsp_ext_wms_configure_stream):
4891         Fix encoding name case.
4892
4893 2007-05-16  Edward Hervey  <edward@fluendo.com>
4894
4895         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
4896         Fix build on macosx.
4897
4898 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
4899
4900         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
4901         Replace direct comparison of a string with the string literal "" with
4902         a comparison of the first character with '\0'. Fixes #438926.
4903
4904 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4905
4906         * gst/debug/breakmydata.c (gst_break_my_data_init):
4907           One more try. This should be the proper fix now.
4908
4909 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4910
4911         * gst/debug/breakmydata.c:
4912           Ooops, no // comments please.
4913
4914 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4915
4916         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
4917         (gst_break_my_data_init):
4918           Fix gst_buffer_is_writable() assertion.
4919
4920 2007-05-14  David Schleef  <ds@schleef.org>
4921
4922         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
4923           video/x-raw-bayer.  Fixes #314160.
4924
4925 2007-05-14  Wim Taymans  <wim@fluendo.com>
4926
4927         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
4928         (gst_rtp_theora_depay_parse_configuration):
4929         * gst/rtp/gstrtptheorapay.c: (encode_base64),
4930         (gst_rtp_theora_pay_finish_headers),
4931         (gst_rtp_theora_pay_handle_buffer):
4932         Update theora pay/depayloader in a similar to vorbis.
4933
4934         * gst/rtp/gstrtpvorbisdepay.c:
4935         (gst_rtp_vorbis_depay_parse_configuration):
4936         Update docs.
4937
4938 2007-05-14  Wim Taymans  <wim@fluendo.com>
4939
4940         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
4941         When we try to execute a method that is not supported by the server,
4942         don't error out but remove the method from the accepted methods so that
4943         we never try to perform this method again.
4944
4945 2007-05-14  Wim Taymans  <wim@fluendo.com>
4946
4947         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
4948         Remove annoying _dump_mem.
4949
4950 2007-05-14  Wim Taymans  <wim@fluendo.com>
4951
4952         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
4953         Parse range correctly.
4954
4955         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
4956         The baseurl now always has a '/' at the start.
4957
4958 2007-05-14  Wim Taymans  <wim@fluendo.com>
4959
4960         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
4961         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
4962         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
4963         Factor out caps configuration and configure more stuff such as the time
4964         ranges and speed/scale values.
4965
4966         * gst/rtsp/rtsptransport.c:
4967         Add Copyright after non-trival fixes.
4968
4969 2007-05-12  Wim Taymans  <wim@fluendo.com>
4970
4971         Patch by: Peter Kjellerstedt  <pkj at axis com>
4972
4973         * gst/rtsp/gstrtspsrc.h:
4974         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4975         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
4976         (rtsp_message_get_header):
4977         * gst/rtsp/rtspmessage.h:
4978         Make channel guint8 where possible.
4979         Make rtsp_message_init_data() take the channel as a guint8.
4980
4981         * gst/rtsp/rtspdefs.c:
4982         Fixed a typo: Timout -> Timeout
4983
4984         * gst/rtsp/rtspdefs.h:
4985         Make RTSP_CHECK() behave as a statement.
4986
4987         * gst/rtsp/sdpmessage.c:
4988         Avoid a compiler warning in INIT_ARRAY().
4989         Fixes #437692.
4990
4991 2007-05-12  Wim Taymans  <wim@fluendo.com>
4992
4993         Patch by: Peter Kjellerstedt  <pkj at axis com>
4994
4995         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
4996         (rtsp_url_get_request_uri):
4997         * gst/rtsp/rtspurl.h:
4998         Add support for query parameters to RTSP URLs.
4999
5000 2007-05-12  Wim Taymans  <wim@fluendo.com>
5001
5002         Patch by: Peter Kjellerstedt  <pkj at axis com>
5003
5004         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
5005         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
5006         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
5007         (rtsp_transport_parse), (rtsp_transport_as_text):
5008         * gst/rtsp/rtsptransport.h:
5009         Add validation to rtsp_transport_parse().
5010         Add rtsp_transport_as_text() to generate an RTSP header from an
5011         RTSPTransport.
5012         Change ssrc to guint (was a string) since that is what it is, even
5013         though it is sent as a hex string.
5014         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
5015         incorrect, which can be seen when looking at the examples in the RFC).
5016         Fixes #437670.
5017
5018 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
5019
5020         Patch by: Eric Anholt
5021
5022         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
5023           gst_ximage_src_ximage_get):
5024         Use union of all damage between frames to make it faster.
5025         Fixes bug #342463.
5026         Also fix crasher when cursor is at bottom right of window.
5027
5028 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5029
5030         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
5031           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
5032           streaming mode regression for file from #343837 with 'bext' chunk
5033           before the 'fmt' chunk.
5034
5035 2007-05-11  Wim Taymans  <wim@fluendo.com>
5036
5037         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
5038         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
5039         (gst_rtspsrc_handle_src_event),
5040         (gst_rtspsrc_stream_configure_manager),
5041         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
5042         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
5043         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
5044         * gst/rtsp/gstrtspsrc.h:
5045         * gst/rtsp/rtspdefs.h:
5046         Preliminary seek support.
5047         Activate internal pads so that we can receive events on them.
5048         Don't try to parse a range string when it's NULL.
5049
5050 2007-05-11  Wim Taymans  <wim@fluendo.com>
5051
5052         * gst/rtp/README:
5053         Update README with new RTP variables that will be used for
5054         synchronisation.
5055
5056         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
5057         (gst_rtp_vorbis_depay_parse_configuration),
5058         (gst_rtp_vorbis_depay_process):
5059         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
5060         (gst_rtp_vorbis_pay_finish_headers),
5061         (gst_rtp_vorbis_pay_handle_buffer):
5062         Update vorbis pay and depayloader to draft-04.
5063
5064 2007-05-11  Wim Taymans  <wim@fluendo.com>
5065
5066         * gst/rtsp/rtsptransport.c:
5067         UDP MCAST is actually the default for RTP/AVP.
5068 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
5069
5070         * gst/level/gstlevel.c: (gst_level_transform_ip):
5071         Use guint8 * instead of gpointer then vs6 can build 
5072         in_data += (filter->width / 8).
5073
5074 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
5075
5076         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
5077           gst_ximage_src_ximage_get):
5078         * sys/ximage/gstximagesrc.h (last_ximage):
5079         When using Damage actually keep the last frame, and not assume
5080         that the buffer we get already has the last frame on it.
5081         Copy the cursor over if we specify a non-zero start x and
5082         start y.
5083
5084 2007-05-11  Wim Taymans  <wim@fluendo.com>
5085
5086         * gst/rtsp/rtsptransport.c:
5087         Make UDP the default transport when not specified.
5088
5089 2007-05-09  David Schleef  <ds@schleef.org>
5090
5091         * gst/level/gstlevel.c:
5092           Revert last change.
5093
5094 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
5095
5096         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
5097         (gst_level_transform_ip):
5098         Use guint8 * instead of gpointer then vs6 know the size of data
5099         pointed when moving the pointer.
5100         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
5101         Move instructions after variables declaration.
5102         * win32/vs6/autogen.dsp:
5103         * win32/vs6/libgstrtp.dsp:
5104         * win32/vs6/libgstrtsp.dsp:
5105         Update vs6 project files.
5106
5107 2007-05-09  Wim Taymans  <wim@fluendo.com>
5108
5109         * gst/rtsp/Makefile.am:
5110         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
5111         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
5112         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
5113         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
5114         (rtsp_range_free):
5115         * gst/rtsp/rtsprange.h:
5116         Add code to parse time ranges.
5117         Report DURATION on the stream when possible.
5118
5119 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
5120
5121         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
5122         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
5123         (gst_videomixer_collected):
5124           Fix strides calculation for AYUV (it's just width*4) (#436910).
5125
5126 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
5127
5128         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
5129         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
5130         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
5131         Sync the GObject properties before each processing step to properly
5132         work with the controller.
5133
5134 2007-05-04  Wim Taymans  <wim@fluendo.com>
5135
5136         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
5137         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
5138         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
5139         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
5140         (gst_rtspsrc_change_state):
5141         Let more error state trickle down so that we can catch more error
5142         cases.
5143         Handle keep-alive a little smarter by selecting a method the server
5144         actually supports.
5145         Fix a race in UDP streaming shutdown.
5146
5147 2007-05-04  Wim Taymans  <wim@fluendo.com>
5148
5149         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
5150         Ignore errors when trying to use the keep-alive messages.
5151
5152 2007-05-04  Wim Taymans  <wim@fluendo.com>
5153
5154         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
5155         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
5156         (gst_rtspsrc_stream_configure_manager),
5157         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
5158         (gst_rtspsrc_stream_configure_mcast),
5159         (gst_rtspsrc_stream_configure_udp),
5160         (gst_rtspsrc_stream_configure_udp_sink),
5161         (gst_rtspsrc_stream_configure_transport):
5162         Send RTCP messages back to the server over the TCP connection.
5163
5164         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
5165         (rtsp_connection_send), (rtsp_connection_read), (read_body),
5166         (rtsp_connection_receive):
5167         * gst/rtsp/rtspconnection.h:
5168         Factor out and expose lowlevel _write and _read methods.
5169         Implement sending data messages to the server.
5170
5171 2007-05-03  Wim Taymans  <wim@fluendo.com>
5172
5173         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
5174         (gst_multipart_mux_collected):
5175         Fix timestamps on outgoing buffers.
5176
5177 2007-05-03  Wim Taymans  <wim@fluendo.com>
5178
5179         * gst/multipart/multipartmux.c:
5180         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
5181         (gst_multipart_mux_change_state):
5182         Emit NEWSEGMENT events before pushing the first buffer.
5183
5184 2007-05-03  Wim Taymans  <wim@fluendo.com>
5185
5186         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
5187         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
5188         (gst_rtspsrc_handle_src_query),
5189         (gst_rtspsrc_stream_configure_manager),
5190         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
5191         (gst_rtspsrc_stream_configure_mcast),
5192         (gst_rtspsrc_stream_configure_udp),
5193         (gst_rtspsrc_stream_configure_udp_sink),
5194         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
5195         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
5196         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
5197         (gst_rtspsrc_pause):
5198         Refactor transport configuration code.
5199         Create internal pads for TCP transport so that we can implement events
5200         and queries.
5201         Handle events and queries.
5202         Parse range from the SDP.
5203         Fix race in pause handler where the connection could still be flushing.
5204
5205 2007-05-02  Wim Taymans  <wim@fluendo.com>
5206
5207         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5208         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
5209         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
5210         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
5211         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
5212         (gst_rtspsrc_change_state):
5213         * gst/rtsp/gstrtspsrc.h:
5214         Fix race when multiple udp sources post timeouts, just act on the first
5215         received timeout.
5216         Protect stream list with a recursive lock to fix some races.
5217         Flush connection when we need to do a reconnect or stop.
5218         Make state lock recursive.
5219
5220         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
5221         (rtsp_connection_close):
5222         Some small cleanups.
5223
5224 2007-05-02  Wim Taymans  <wim@fluendo.com>
5225
5226         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
5227         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
5228         Only set DISCONT when there actually is a discont or when we just
5229         started.
5230
5231 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
5232
5233         * ext/flac/gstflac.c: (plugin_init):
5234         Call bindtextdomain() to get localized strings.
5235
5236 2007-05-02  Wim Taymans  <wim@fluendo.com>
5237
5238         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
5239         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
5240         (gst_wavparse_stream_data):
5241         * gst/wavparse/gstwavparse.h:
5242         Be a bit more clever when dealing with VBR files with FACT tags, we
5243         don't want to timestamp buffers in that case but the estimated BPS can
5244         be used for seeking.
5245         Only send close segment in the streaming thread.
5246
5247 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
5248
5249         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
5250         Correctly post an error on the bus if something went wrong in the loop
5251         function. This fixes a few cases where the task was paused and nothing
5252         happened anymore.
5253
5254 2007-05-02  Wim Taymans  <wim@fluendo.com>
5255
5256         * gst/rtsp/test.c: (main):
5257         Fix compilation of deprecated test just because I'm too lazy to delete
5258         it.
5259
5260 2007-05-02  Wim Taymans  <wim@fluendo.com>
5261
5262         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5263         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
5264         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
5265         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
5266         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
5267         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
5268         * gst/rtsp/gstrtspsrc.h:
5269         Fix sending RTCP to the right place.
5270         Fix bug in reffing the wrong UDP element.
5271         Use new pad names for the session manager.
5272         Implement handling server requests in interleaved and UDP modes.
5273         Handle session keep-alive in UDP modes.
5274         Remove GCond for handling UDP timeouts.
5275
5276         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
5277         (rtsp_connection_send), (rtsp_connection_read), (read_body),
5278         (rtsp_connection_receive), (rtsp_connection_close):
5279         * gst/rtsp/rtspconnection.h:
5280         Store connection IP address for later.
5281         Add timeout args to all operations that might block forever.
5282         Parse session timeout.
5283         Only close sockets when not already closed.
5284
5285         * gst/rtsp/rtspdefs.c:
5286         * gst/rtsp/rtspdefs.h:
5287         Add timeout return value and error string.
5288
5289         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
5290         Add small comment.
5291
5292 2007-05-01  Wim Taymans  <wim@fluendo.com>
5293
5294         Patch by: Sjoerd Simons <sjoerd at luon dot net>
5295
5296         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
5297         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
5298         * gst/rtp/gstrtpmp4vpay.h:
5299         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
5300
5301 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
5302
5303         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5304           Remove v4l2src from docs, since it breaks the docs build, and the
5305           plugin is only built if --enable-experimental is used anyway.
5306
5307         * docs/plugins/Makefile.am:
5308           Spaces => tab.
5309
5310 2007-04-29  Wim Taymans  <wim@fluendo.com>
5311
5312         * gst/udp/gstmultiudpsink.c: (leave_multicast),
5313         (gst_multiudpsink_add), (gst_multiudpsink_remove):
5314         Add code to drop membership of a multicast group.
5315
5316         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
5317         (gst_udpsink_set_uri):
5318         Implement URI handler.
5319
5320         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
5321         (gst_rtspsrc_parse_rtpinfo):
5322         Use URI handler to make udpsink instace.
5323         Improve code to configure port and destination.
5324
5325 2007-04-29  Wim Taymans  <wim@fluendo.com>
5326
5327         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
5328         Fix multicast detection.
5329         Don't try to join a multicast group if the address is not multicast.
5330
5331         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
5332         Small debug improvement.
5333
5334 2007-04-27  Wim Taymans  <wim@fluendo.com>
5335
5336         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
5337         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
5338         (gst_rtspsrc_handle_message):
5339         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
5340         parent.
5341
5342 2007-04-27  Wim Taymans  <wim@fluendo.com>
5343
5344         * gst/rtp/gstrtpilbcdepay.h:
5345         Fix mode property when specified as an arg.
5346
5347 2007-04-26  Edward Hervey  <edward@fluendo.com>
5348
5349         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5350         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5351         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5352         * docs/plugins/inspect/plugin-osxaudio.xml:
5353         Add documentation for osxaudio plugin.
5354
5355 2007-04-26  Wim Taymans  <wim@fluendo.com>
5356
5357         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5358         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
5359         (gst_rtspsrc_open), (gst_rtspsrc_close),
5360         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
5361         (gst_rtspsrc_pause):
5362         * gst/rtsp/gstrtspsrc.h:
5363         Protect state changes with a lock.
5364
5365         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5366         (parse_line):
5367         * gst/rtsp/rtspconnection.h:
5368         Remove some unused stuff.
5369
5370 2007-04-26  Wim Taymans  <wim@fluendo.com>
5371
5372         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
5373         Handle the case where there are exactly 0 bytes to read and the ioctl
5374         did not report an error. Fixes #433530.
5375
5376 2007-04-26  Wim Taymans  <wim@fluendo.com>
5377
5378         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
5379         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
5380         * gst/wavparse/gstwavparse.h:
5381         Apply DISCONT to buffers.
5382         Only apply timestamp to the first sample after a DISCONT, too many VBR
5383         files cause random jitter in the timestamps. Fixes #433119.
5384
5385 2007-04-25  Wim Taymans  <wim@fluendo.com>
5386
5387         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
5388         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
5389         (gst_rtp_dec_get_property):
5390         * gst/rtsp/gstrtpdec.h:
5391         Add dummy latency property to be backwards compat with rtpbin.
5392
5393         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
5394         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
5395         (gst_rtspsrc_stream_configure_transport),
5396         (gst_rtspsrc_parse_rtpinfo):
5397         * gst/rtsp/gstrtspsrc.h:
5398         Add latency property and configure in the session manager.
5399         Don't set invalid clock-base and seqnum-base on caps, some servers
5400         sometimes don't send them.
5401
5402 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5403
5404         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
5405         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
5406           Double-check that RGB input caps are really RGBA caps (apparently
5407           the core doesn't always catch it if those caps aren't a subset of
5408           our template caps, also see #421543). Fixes #429319 in a way.
5409           Also, don't leak the pad template in the transform_caps function.
5410
5411         * tests/check/Makefile.am:
5412         * tests/check/elements/.cvsignore:
5413         * tests/check/elements/alphacolor.c: (setup_alphacolor),
5414         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
5415         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
5416         (GST_START_TEST), (alphacolor_suite):
5417           Add some basic unit tests for alphacolor.
5418
5419 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5420
5421         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
5422           If we get a fatal flow return in the loop function, first post the
5423           error message and only then send the EOS event downstream, otherwise
5424           applications might get an eos message before the error message and
5425           think everything was ok (related to #429319).
5426
5427 2007-04-25  Wim Taymans  <wim@fluendo.com>
5428
5429         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
5430         Read the channel byte as an unsigned byte.
5431
5432 2007-04-25  Wim Taymans  <wim@fluendo.com>
5433
5434         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
5435         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
5436         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
5437         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
5438         (gst_rtp_gsm_depay_setcaps):
5439         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
5440         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
5441         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
5442         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
5443         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
5444         (gst_ilbc_depay_get_property):
5445         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
5446         * gst/rtp/gstrtpmp4adepay.c:
5447         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
5448         (gst_rtp_pcma_depay_setcaps):
5449         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
5450         (gst_rtp_pcmu_depay_setcaps):
5451         Make sure we configure the clock_rate in the baseclass in the setcaps
5452         function. Fixes #431282.
5453
5454 2007-04-25  Wim Taymans  <wim@fluendo.com>
5455
5456         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
5457         (gst_rtspsrc_stream_free), (request_pt_map),
5458         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
5459         * gst/rtsp/gstrtspsrc.h:
5460         Parse server address from SDP.
5461         Hook up a udpsink to send RTCP back to the server.
5462
5463         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5464         * gst/rtsp/rtsptransport.h:
5465         Add some docs.
5466
5467 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
5468
5469         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
5470           Make header field check conditional. Fixes #433135
5471
5472 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
5473
5474         * docs/plugins/Makefile.am:
5475         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5476         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5477         * docs/plugins/inspect/plugin-alphacolor.xml:
5478         * gst/alpha/Makefile.am:
5479         * gst/alpha/gstalphacolor.c:
5480         * gst/alpha/gstalphacolor.h:
5481           Add minimal docs blurb to alphacolor; split out headers into
5482           separate header file for gtk-doc.
5483
5484 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
5485
5486         * gst/debug/progressreport.c: (gst_progress_report_report):
5487           Don't try to post NULL message (in case we can't query upstream
5488           position or duration).
5489
5490 2007-04-18  Michael Smith  <msmith@fluendo.com>
5491
5492         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
5493         (gst_cutter_get_caps):
5494         * gst/cutter/gstcutter.h:
5495           Fix some of the most obvious bugs in cutter. Now doesn't leak
5496           everything if input is silent.
5497
5498 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
5499
5500         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
5501         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
5502         * gst/wavenc/gstwavenc.h:
5503         Wav apparently only supports width==GST_ROUND_UP(depth), everything
5504         else results in a invalid block align and invalid files.
5505
5506 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
5507
5508         Patch by: Snaik <snaik32 gmail com>
5509
5510         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
5511           Add missing break statement for BOX_HORIZONTAL case.
5512
5513 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
5514
5515         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
5516
5517         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
5518         Use correct format strings for integer types.
5519
5520 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
5521
5522         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
5523         (gst_wavparse_create_sourcepad):
5524         Use gst_riff_create_audio_template_caps () instead of the local caps.
5525         This makes updates of the local caps unecessary whenever libgstriff
5526         gets support for new formats.
5527
5528 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
5529
5530         Patch by: Brian Cameron  <brian.cameron at sun dot com>
5531
5532         * sys/sunaudio/gstsunaudio.c:
5533         * sys/sunaudio/gstsunaudiomixer.c:
5534         * sys/sunaudio/gstsunaudiomixer.h:
5535         * sys/sunaudio/gstsunaudiomixerctrl.c:
5536         * sys/sunaudio/gstsunaudiomixerctrl.h:
5537         * sys/sunaudio/gstsunaudiomixertrack.h:
5538         * sys/sunaudio/gstsunaudiosink.c:
5539         * sys/sunaudio/gstsunaudiosink.h:
5540         * sys/sunaudio/gstsunaudiosrc.c:
5541         * sys/sunaudio/gstsunaudiosrc.h:
5542           Fix and/or update copyright attributions (#430228).
5543
5544 2007-04-13  Wim Taymans  <wim@fluendo.com>
5545
5546         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5547         Fix docs.
5548
5549         * gst/rtsp/URLS:
5550         Add some more example urls.
5551
5552         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
5553         (gst_rtp_dec_chain_rtp):
5554         Better debugging.
5555
5556         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
5557         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
5558         (gst_rtspsrc_parse_rtpinfo):
5559         Remove unused code.
5560
5561 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
5562
5563         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
5564         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
5565         (gst_wavparse_stream_data):
5566           Relax the audio/mpeg caps again and add FIXME: comment.
5567
5568 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
5569
5570         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
5571         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
5572         (gst_wavparse_stream_data):
5573         * gst/wavparse/gstwavparse.h:
5574           More sanity check for the header fields. Fix type for 'rate' header
5575           field.
5576
5577 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
5578
5579         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
5580         (gst_icydemux_unicodify):
5581           If the metadata strings we get in the stream are not UTF-8, try to
5582           interpret them according to the character encodings specified in the
5583           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
5584           only fall back to locale/ISO-8859-1 if those aren't set or don't
5585           work. Should fix #428901.
5586
5587 2007-04-12  Wim Taymans  <wim@fluendo.com>
5588
5589         * gst/rtp/gstrtph264depay.c:
5590         Use the proper sync word for SPS and PPS.
5591
5592 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5593
5594         * gst/rtp/Makefile.am:
5595         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
5596           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
5597         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
5598           Add a simple hashing implementation that we can use to generate
5599           a 24-bit ident value based on the codebooks for vorbis and theora.
5600         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
5601           gst_rtp_theora_pay_handle_buffer):
5602         * gst/rtp/gstrtpvorbisdepay.c
5603           (gst_rtp_vorbis_depay_parse_configuration,
5604           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
5605         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
5606           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
5607           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
5608           Use the hashing function, ensuring that the same codebooks result
5609           in the same ident and thus the same SDP description.
5610           Various log fixes/changes.
5611
5612 2007-04-12  Wim Taymans  <wim@fluendo.com>
5613
5614         Patch by: jerry tan <jerry dot tan at sun dot com>
5615
5616         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
5617         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
5618         application's responsibility to make sure it open the device once.
5619         Remove a careless error if AUDIODEV is set. Fixes #392620.
5620
5621 2007-04-12  Wim Taymans  <wim@fluendo.com>
5622
5623         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
5624         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
5625         * gst/rtsp/gstrtpdec.h:
5626         Make backward compat with rtpbin by adding the request-pt-map signals.
5627
5628         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
5629         (new_session_pad), (request_pt_map),
5630         (gst_rtspsrc_stream_configure_transport),
5631         (gst_rtspsrc_stream_configure_caps),
5632         (gst_rtspsrc_activate_streams):
5633         * gst/rtsp/gstrtspsrc.h:
5634         Implement request-pt-map signals instead of setting caps on the buffers
5635         for the session manager.
5636
5637 2007-04-11  Wim Taymans  <wim@fluendo.com>
5638
5639         * gst/udp/gstudp.c: (plugin_init):
5640         Register GstNetBuffer in plugin_init so that the type can be used from
5641         multiple threads without races.
5642
5643 2007-04-10  Wim Taymans  <wim@fluendo.com>
5644
5645         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
5646         (gst_rtp_amr_depay_process):
5647         Fix depayloader clock_rate and some cleanups.
5648
5649         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
5650         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5651         * gst/rtp/gstrtph264depay.h:
5652         Don't push codec_data in the adapter because it might get flushed when
5653         we get a discont.
5654
5655         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
5656         Handle multiple AU per packet.
5657
5658         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
5659         (gst_rtp_sv3v_depay_plugin_init):
5660         Disable rank, this one does not work.
5661         Remove timestamping, base class does that.
5662
5663 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
5664
5665         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
5666           limit caps to the formats we announce in the template
5667
5668         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
5669         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
5670         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
5671           fix some crashers/asserts when dealing with broken files
5672
5673 2007-04-10  Wim Taymans  <wim@fluendo.com>
5674
5675         Patch by: Peter Kjellerstedt  <pkj at axis com>
5676
5677         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
5678         * gst/rtp/gstrtpL16depay.c:
5679         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
5680         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
5681         (gst_rtp_speex_depay_setcaps):
5682         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5683         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
5684         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
5685         Fix some compiler warnings. Fixes #428182.
5686
5687 2007-04-06  Wim Taymans  <wim@fluendo.com>
5688
5689         * gst/rtsp/Makefile.am:
5690         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
5691         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
5692         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
5693         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
5694         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
5695         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
5696         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
5697         (create_rtcp), (gst_rtp_dec_request_new_pad),
5698         (gst_rtp_dec_release_pad):
5699         * gst/rtsp/gstrtpdec.h:
5700         * gst/rtsp/gstrtsp.c: (plugin_init):
5701         Morph RTPDec into something compatible with RTPBin as a fallback.
5702         Various other style fixes.
5703
5704         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
5705         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
5706         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
5707         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
5708         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
5709         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
5710         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5711         * gst/rtsp/gstrtspsrc.h:
5712         Implement RTPBin session manager handling.
5713         Don't try to add empty properties to caps.
5714         Implement fallback session manager, handling.
5715         Don't combine errors from RTCP streams, just ignore them.
5716
5717         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
5718         * gst/rtsp/rtsptransport.h:
5719         Implement fallback session manager.
5720         Make RTPBin the default one when available.
5721
5722 2007-04-05  Wim Taymans  <wim@fluendo.com>
5723
5724         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
5725         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
5726         This element is ready to be autoplugged.
5727
5728 2007-04-05  Julien MOUTTE  <julien@moutte.net>
5729
5730         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
5731         Don't leave the offsets defined by upstream element on the
5732         compressed data buffer we are pushing downstream. Make them
5733         GST_BUFFER_OFFSET_NONE.
5734
5735 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
5736
5737         * gst/avi/README:
5738         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5739         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
5740         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
5741         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
5742         (gst_avi_demux_calculate_durations_from_index),
5743         (gst_avi_demux_stream_header_push),
5744         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
5745         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
5746           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
5747
5748 2007-04-03  Wim Taymans  <wim@fluendo.com>
5749
5750         * gst/smpte/barboxwipes.c:
5751         Fix error as spotted by Snaik <snaik32 at gmail dot com>
5752
5753 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
5754
5755         * gst/wavparse/gstwavparse.c:
5756         Support audio/x-raw-float in wav files. This only works with
5757         plugins-base CVS, using an older version doesn't have any
5758         disadvantages though.
5759
5760 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
5761
5762         * configure.ac:
5763         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
5764         (gst_au_parse_parse_header), (gst_au_parse_chain):
5765         * gst/auparse/gstauparse.h:
5766         Revert last change as we don't want plugins-good to depend on
5767         plugins-base CVS now.
5768
5769 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5770
5771         * configure.ac:
5772         Require gst-plugins-base CVS for audioconvert with non-native
5773         float support and width/depth fix in libgstriff.
5774
5775         Patch by: René Stadler <mail at renestadler dot de>
5776
5777         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
5778         (gst_au_parse_parse_header), (gst_au_parse_chain):
5779         * gst/auparse/gstauparse.h:
5780         Don't swap the floats ourself if they're not in native endianness.
5781         Instead let audioconvert handle this. Fixes #339838.
5782
5783 2007-03-29  Wim Taymans  <wim@fluendo.com>
5784
5785         * gst/rtp/gstasteriskh263.h:
5786         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
5787         (gst_rtp_h263p_depay_change_state):
5788         * gst/rtp/gstrtph263pdepay.h:
5789         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5790         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
5791         (gst_rtp_h264_depay_change_state):
5792         * gst/rtp/gstrtph264depay.h:
5793         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
5794         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
5795         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
5796         Flush adapter on disconts.
5797
5798 2007-03-29  Wim Taymans  <wim@fluendo.com>
5799
5800         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
5801         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
5802         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
5803         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5804         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
5805         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
5806         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
5807         (gst_rtp_mp4v_depay_process):
5808         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
5809         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
5810         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
5811         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5812         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
5813         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
5814         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
5815         Use more efficient adapter and rtpbuffer methods when possible.
5816
5817 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5818
5819         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
5820         (gst_wavenc_sink_setcaps):
5821         Correctly handle width!=depth input.
5822         * gst/wavparse/gstwavparse.c:
5823         Already export in the caps that width==8 uses unsigned samples and
5824         everything else uses signed samples.
5825
5826 2007-03-29  Wim Taymans  <wim@fluendo.com>
5827
5828         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
5829
5830         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
5831         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
5832         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
5833         (gst_dynudpsink_close):
5834         * gst/udp/gstdynudpsink.h:
5835         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5836         (gst_udpsrc_create), (gst_udpsrc_set_property),
5837         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
5838         * gst/udp/gstudpsrc.h:
5839         Rework the socket allocation a bit based on the sockfd argument so that
5840         it becomes usable.
5841         Add a closefd property to instruct the udp elements to close the custom
5842         file descriptors when going to READY. Fixes #423304.
5843         API:GstUDPSrc::closefd property
5844         API:GstDynUDPSink::closefd property
5845
5846 2007-03-29  Wim Taymans  <wim@fluendo.com>
5847
5848         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
5849
5850         * gst/rtp/Makefile.am:
5851         * gst/rtp/gstrtp.c: (plugin_init):
5852         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
5853         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
5854         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
5855         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
5856         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
5857         (gst_rtp_h264_pay_plugin_init):
5858         * gst/rtp/gstrtph264pay.h:
5859         Added H264 payloader. Fixes #423782.
5860
5861         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5862         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5863         Small fixes.
5864
5865 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5866
5867         * gst/wavparse/gstwavparse.c:
5868         Actually support depths from 1 to 32, not only 8 to 32.
5869
5870 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5871
5872         * gst/wavparse/gstwavparse.c:
5873         Add support for wav files containing audio/x-raw-int with random
5874         depths between 1 and 32 bits.
5875
5876 2007-03-28  Wim Taymans  <wim@fluendo.com>
5877
5878         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
5879
5880         * gst/rtp/Makefile.am:
5881         * gst/rtp/gstrtp.c: (plugin_init):
5882         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
5883         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
5884         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
5885         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
5886         (gst_rtp_mp4a_depay_get_property),
5887         (gst_rtp_mp4a_depay_change_state),
5888         (gst_rtp_mp4a_depay_plugin_init):
5889         * gst/rtp/gstrtpmp4adepay.h:
5890         Added MP4A-LATM depayloader. Fixes #417792.
5891
5892         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
5893         (gst_rtp_mp4v_depay_process):
5894         Fixup depayloader, setting codec_data, using more efficient adaptor and
5895         rtpbuffer handling.
5896
5897         * gst/rtsp/URLS:
5898         Add url to test above.
5899
5900 2007-03-25  Wim Taymans  <wim@fluendo.com>
5901
5902         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
5903         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
5904         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
5905         (gst_rtspsrc_media_to_caps),
5906         (gst_rtspsrc_stream_configure_transport),
5907         (gst_rtspsrc_stream_configure_caps),
5908         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
5909         * gst/rtsp/gstrtspsrc.h:
5910         Handle default clock-rates for static payload types, rearrange stuff so
5911         that the rtpmap field in the sdp can override the defaults.
5912         Parse RTP-Info field to get the seqnum and timebase fields that should
5913         go in the caps.
5914         Delay configuring caps after we got the RTP-Info from the PLAY reply from
5915         the server. 
5916
5917 2007-03-22  Wim Taymans  <wim@fluendo.com>
5918
5919         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
5920
5921         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5922         Accept complex pipeline descriptions as an audio profile instead of just
5923         a single element. Fixes #420658.
5924
5925 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
5926
5927         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
5928           Rename registered type in preparation of GstTagDemux moving to
5929           -base at some point in the future.
5930
5931 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
5932
5933         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
5934           Streaming mode fixes: don't unref buffer we don't own any longer;
5935           remove bogus adapter flush. Fixes #419338.
5936
5937 2007-03-17  David Schleef  <ds@schleef.org>
5938
5939         * REQUIREMENTS: Change the format to key/value, add a bunch of
5940           information, remove a bunch of requirements that are for
5941           other GStreamer packages.
5942
5943 2007-03-17  David Schleef  <ds@schleef.org>
5944
5945         * REQUIREMENTS: Fix a few things.  This file really needs a
5946         good once-over.
5947
5948 2007-03-15  Edward Hervey  <edward@fluendo.com>
5949
5950         * sys/Makefile.am:
5951         Don't forget to distribute the sys/osxaudio/ directory.
5952
5953 2007-03-15  Edward Hervey  <edward@fluendo.com>
5954
5955         * configure.ac:
5956         * sys/Makefile.am:
5957         * sys/osxaudio/Makefile.am:
5958         * sys/osxaudio/gstosxaudio.c:
5959         * sys/osxaudio/gstosxaudiosink.c:
5960         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
5961         (gst_osx_audio_sink_getcaps),
5962         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
5963         * sys/osxaudio/gstosxaudiosrc.c:
5964         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
5965         (gst_osx_audio_src_create_ringbuffer):
5966         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
5967         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
5968         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
5969         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
5970         * sys/osxaudio/gstosxringbuffer.h:
5971         Activate osxaudio in gst-plugins-good with proper build setup.
5972         Add inlined documentation.
5973         Fix debug statements
5974         Fix ringbuffer when pausing.
5975         Fixes #323471
5976
5977 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5978         * gst/rtp/gstrtppcmapay.c:
5979         * gst/rtp/gstrtppcmapay.h:
5980         * gst/rtp/gstrtppcmupay.c:
5981         * gst/rtp/gstrtppcmupay.h:
5982         Ported mulaw and alaw payloaders to use new base class
5983
5984 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5985
5986         * po/af.po:
5987         * po/az.po:
5988         * po/cs.po:
5989         * po/en_GB.po:
5990         * po/it.po:
5991         * po/nl.po:
5992         * po/or.po:
5993         * po/sq.po:
5994         * po/sr.po:
5995         * po/sv.po:
5996         * po/uk.po:
5997         * po/vi.po:
5998           Update translations.
5999
6000 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6001
6002         * configure.ac:
6003           Fix string replace error (AG_AG_GST_* => AG_GST_*).
6004
6005 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6006
6007         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
6008           Fix handling of -1 values for start and stop values when seeking,
6009           and SEEK_CUR+SEEK_END here as well.
6010
6011 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
6012
6013         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
6014           Fix handling of -1 values for start and stop values when seeking, 
6015           and SEEK_CUR+SEEK_END.
6016
6017 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6018
6019         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6020           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
6021           the image format a variable-length NUL-terminated string; in
6022           versions before that the image format is a fixed-length string of
6023           3 characters (see #348644 for a sample tag).
6024           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
6025
6026 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
6027
6028         * win32/MANIFEST:
6029         Add new project files to MANIFEST.
6030         * win32/vs6/libgstaudiofx.dsp:
6031         * win32/vs6/libgstrtp.dsp:
6032         * win32/vs6/libgstrtsp.dsp:
6033         Update project files.
6034         
6035 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
6036
6037         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
6038         (gst_avi_demux_parse_index):
6039         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6040         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6041           Printf format fixes; also add some missing quotes in translated
6042           strings. Fixes #416728 and #416727.
6043
6044 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
6045
6046         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
6047           Tim and I can't think of any reason the child audio sink needs to 
6048           be set back to NULL after successfully determining that it can 
6049           reach READY - it gets immediately set back to READY by the caller
6050           anyway, causing an unnecessary close/open of any audio devices
6051           involved.
6052
6053 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6054
6055         * po/LINGUAS:
6056         * po/ja.po:
6057           Add ja.po file from #377306.
6058
6059 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6060
6061         * sys/sunaudio/gstsunaudio.c: (plugin_init):
6062         * sys/sunaudio/gstsunaudiomixertrack.c:
6063         (gst_sunaudiomixer_track_new):
6064           Actually translate sunaudio mixer track labels instead of just
6065           marking the strings as translatable (#377306); clean up weird
6066           label string mapping code that serves no apparent purpose. Also
6067           set the 'untranslated-label' property when creating mixer tracks
6068           if the GstMixerTrack base class supports this.
6069
6070         * tests/check/Makefile.am:
6071         * tests/check/elements/.cvsignore:
6072         * tests/check/elements/sunaudio.c: (GST_START_TEST),
6073         (sunaudio_suite):
6074           Very minimalistic unit test for sunaudiomixer element (compiles, but not
6075           actually tested on a system where sunaudiomixer is available).
6076
6077 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
6078
6079         * tests/check/Makefile.am:
6080         Re-enable the states test and see if it works on the buildbots.
6081
6082 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
6083
6084         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
6085         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
6086         (gst_dvdec_change_state):
6087         * ext/dv/gstdvdec.h:
6088         Infer pixel-aspect-ratio from the video frame format if it isn't
6089         provided by the container, as happens when playing DV from AVI
6090         or Quicktime containers.
6091
6092         Patch by: Wim Taymans <wim@fluendo.com>
6093         Fixes #380944
6094
6095 2007-03-09  Wim Taymans  <wim@fluendo.com>
6096
6097         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
6098         When activated, remove the udpsrc timeout, we have dataflow and timeouts
6099         will later be handled by the jitterbuffer.
6100
6101 2007-03-09  Wim Taymans  <wim@fluendo.com>
6102
6103         * ext/taglib/gstid3v2mux.cc:
6104         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
6105         Fixes #414496.
6106         
6107         Patch by: Alex Lancaster <alexl at users sourceforge net>
6108
6109 2007-03-09  Wim Taymans  <wim@fluendo.com>
6110
6111         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
6112         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
6113         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
6114         (gst_avi_demux_chain):
6115         Fix stream position reporting after a seek. Fixes #416445.
6116
6117 2007-03-08  Wim Taymans  <wim@fluendo.com>
6118
6119         Patch by: René Stadler <mail at renestadler dot de>
6120
6121         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
6122         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
6123         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
6124         Make avidemux accept optional header chunks in any order.
6125         Fixes #415446.
6126
6127 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
6128
6129         * tests/check/Makefile.am:
6130         Disable the states check until the remaining Valgrind errors
6131         are fixed or suppressed.
6132
6133 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
6134
6135         * tests/check/elements/.cvsignore:
6136           Add audiodynamic check to .cvsignore
6137
6138 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
6139
6140         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6141
6142         * gst/audiofx/Makefile.am:
6143         * gst/audiofx/audiodynamic.c:
6144         (gst_audio_dynamic_characteristics_get_type),
6145         (gst_audio_dynamic_mode_get_type),
6146         (gst_audio_dynamic_set_process_function),
6147         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
6148         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
6149         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
6150         (gst_audio_dynamic_transform_hard_knee_compressor_int),
6151         (gst_audio_dynamic_transform_hard_knee_compressor_float),
6152         (gst_audio_dynamic_transform_soft_knee_compressor_int),
6153         (gst_audio_dynamic_transform_soft_knee_compressor_float),
6154         (gst_audio_dynamic_transform_hard_knee_expander_int),
6155         (gst_audio_dynamic_transform_hard_knee_expander_float),
6156         (gst_audio_dynamic_transform_soft_knee_expander_int),
6157         (gst_audio_dynamic_transform_soft_knee_expander_float),
6158         (gst_audio_dynamic_transform_ip):
6159         * gst/audiofx/audiodynamic.h:
6160         * gst/audiofx/audiofx.c: (plugin_init):
6161         Add new audiodynamic element which can act as a compressor or
6162         expander. Supported are hard-knee and soft-knee operation modes with
6163         user-specified ratio and threshold.
6164         Attack and release parameters are not yet implemented but will follow.
6165         * docs/plugins/Makefile.am:
6166         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6167         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6168         * docs/plugins/gst-plugins-good-plugins.args:
6169         * docs/plugins/inspect/plugin-audiofx.xml:
6170         Integrate audiodynamic into the docs.
6171         * tests/check/Makefile.am:
6172         * tests/check/elements/audiodynamic.c: (setup_dynamic),
6173         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
6174         Add unit test for audiodynamic.
6175
6176 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
6177
6178         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
6179         Free handles that we allocated when exiting via the error paths.
6180
6181 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
6182
6183         * gst/level/gstlevel.c: (gst_level_class_init),
6184         (gst_level_set_caps), (gst_level_start), (gst_level_event),
6185         (gst_level_transform_ip):
6186         * gst/level/gstlevel.h:
6187           Resolve message timestamps against the playback segment.
6188
6189 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
6190
6191         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
6192         (gst_id3demux_sink_activate):
6193           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
6194           caps passed to it (previously one code path assumed it took ownership
6195           while another one assumed it didn't, while in fact it sometimes did and
6196           sometimes didn't ...).
6197
6198         * configure.ac:
6199         * tests/files/Makefile.am:
6200         * tests/files/id3-407349-1.tag:
6201         * tests/files/id3-407349-2.tag:
6202           Add directory where data for unit tests can be stored.
6203
6204         * tests/Makefile.am:
6205         * tests/check/Makefile.am:
6206         * tests/check/elements/.cvsignore:
6207         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
6208         (read_tags_from_file), (run_check_for_file),
6209         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
6210           Add unit test for id3demux, and in particular for bug #407349. Only
6211           testing pull-mode for now; push mode doesn't work yet because the test
6212           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
6213
6214 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
6215
6216         * tests/check/Makefile.am:
6217           Add missing backslash at end of line.
6218
6219 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
6220
6221         Trigger rebuild.
6222
6223 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
6224
6225         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
6226         * gst/id3demux/id3tags.h:
6227         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
6228         (parse_obsolete_tdat_frame):
6229           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
6230           the four-digit number will be interpreted as a year, whereas it is
6231           month and day in DDMM format. Instead, parse TDAT frames and fix up
6232           the date in the GST_TAG_DATE tag later if we also extracted a year.
6233           Fixes #407349.
6234
6235 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
6236
6237         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
6238         (gst_switch_commit_new_kid):
6239         Fix up the dispose logic so it doesn't leak, and fix setting of 
6240         the child state so that we don't set a child to our current state 
6241         just as we are changing it to something else.
6242
6243 2007-03-06  Wim Taymans  <wim@fluendo.com>
6244
6245         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
6246         (gst_goom_chain):
6247         * gst/goom/gstgoom.h:
6248         Document, fix and improve goom adapter behaviour.
6249         Fixes #407006.
6250
6251 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
6252
6253         * ext/esd/esdsink.c: (gst_esdsink_open):
6254         Unref static pad template after using it.
6255
6256 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
6257
6258         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
6259         (gst_switch_commit_new_kid):
6260         Fix up the reference counting of the child elements.
6261
6262 2007-03-05  Wim Taymans  <wim@fluendo.com>
6263
6264         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
6265         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
6266         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
6267         Fix encoding-name case.
6268
6269 2007-03-05  Wim Taymans  <wim@fluendo.com>
6270
6271         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
6272         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
6273         (gst_rtp_speex_depay_process):
6274         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
6275         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
6276         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
6277         (gst_rtp_speex_pay_change_state):
6278         * gst/rtp/gstrtpspeexpay.h:
6279         Fix speex (de)payloader. Fixes #358040.
6280
6281 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
6282
6283         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
6284         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
6285         Install fakesink in NULL by fixing some broken logic. This obviates
6286         the need to manually set _IS_SINK.
6287         Add some comments and remove a little cruft while I'm at it.
6288
6289 2007-03-05  Wim Taymans  <wim@fluendo.com>
6290
6291         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
6292         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
6293
6294 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
6295
6296         * po/POTFILES.in:
6297           Update.
6298
6299 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
6300
6301         * tests/check/Makefile.am:
6302         Gah! Also disable gconfvideosink from the tests, otherwise
6303         it will instantiate autovideosink, and dfbvideosink and
6304         leak on the buildbots.
6305
6306 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
6307
6308         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
6309         (gst_cdio_cdda_src_finalize):
6310         Make sure we always destroy our libcdio handle.
6311
6312 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
6313
6314         * tests/check/Makefile.am:
6315         Disable autovideosink so the buildbots don't barf over memory
6316         leaked in the directfb sink.
6317
6318 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
6319
6320         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
6321         Chain up in dispose
6322
6323 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
6324
6325         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
6326         (gst_multipart_find_pad_by_mime):
6327         Use gst_pad_new_from_static_template instead of
6328         static_pad_template_get+pad_new.
6329
6330 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
6331
6332         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
6333         Catch the case where no clock has been set.
6334
6335 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
6336
6337         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
6338         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
6339         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
6340         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
6341         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
6342         (gst_gconf_audio_src_finalize), (do_toggle_element):
6343         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
6344         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
6345         (do_toggle_element):
6346         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
6347         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
6348         (gst_gconf_video_src_finalize), (do_toggle_element):
6349         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
6350         (gst_switch_sink_reset), (gst_switch_sink_set_child):
6351         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
6352         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
6353         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
6354         (gst_shout2send_init), (gst_shout2send_finalize):
6355         * gst/debug/testplugin.c: (gst_test_class_init),
6356         (gst_test_finalize):
6357         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
6358         (gst_flxdec_dispose):
6359         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
6360         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
6361         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
6362         (gst_rtspsrc_finalize):
6363         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
6364         * gst/rtsp/rtspextwms.h:
6365         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
6366         (gst_smpte_finalize):
6367         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
6368         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
6369         (gst_udpsink_finalize):
6370         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
6371         (gst_wavparse_sink_activate):
6372         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
6373         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
6374         (gst_oss_src_finalize):
6375         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
6376         * sys/v4l2/gstv4l2object.h:
6377         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6378         (gst_v4l2src_finalize):
6379         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
6380
6381         Fix a bunch of leaks shown by the newly-added states test.
6382
6383 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
6384
6385         * ext/dv/gstdvdec.c: (gst_dvdec_init):
6386         Use gst_pad_new_from_static_template instead of 
6387         static_pad_template_get+pad_new.
6388
6389 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
6390
6391         Patch by: Loïc Minier <lool+gnome at via ecp fr>
6392
6393         * ext/libcaca/Makefile.am:
6394         * gst/debug/Makefile.am:
6395           Don't mix tabs and spaces (#414168).
6396
6397 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
6398
6399         * tests/check/generic/.cvsignore:
6400           Ignore files to please buildbot.
6401
6402 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
6403
6404         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
6405         (gst_wavparse_stream_data):
6406           Unbreak my previous commit (swapped nominator & denominator). Tim,
6407           thanks for spotting.
6408
6409 2007-03-02  Wim Taymans  <wim@fluendo.com>
6410
6411         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
6412         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
6413         (gst_cdio_cdda_src_finalize):
6414         Small code cleanups.
6415         Don't use pad_alloc as the base class cannot deal with the error codes.
6416
6417 2007-03-02  Wim Taymans  <wim@fluendo.com>
6418
6419         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
6420         (gst_udpsrc_create):
6421         Fix doc.
6422
6423 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
6424
6425         Patch by: René Stadler <mail@renestadler.de>
6426
6427         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
6428         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
6429         (gst_wavparse_stream_data):
6430           Handle rounding better to not drop last sample frame. Fixes #356692
6431
6432 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
6433
6434         * tests/check/Makefile.am:
6435         Disable cacasink from the states check too - it also calls exit(1)
6436         on us when it can't find a terminal to talk to.
6437
6438 2007-03-02  Wim Taymans  <wim@fluendo.com>
6439
6440         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
6441
6442         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
6443         (gst_udpsrc_create), (gst_udpsrc_set_property),
6444         (gst_udpsrc_get_property):
6445         * gst/udp/gstudpsrc.h:
6446         Add support to strip proprietary headers. Fixes #350296.
6447
6448 2007-03-02  Wim Taymans  <wim@fluendo.com>
6449
6450         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
6451         Fix compilation.
6452
6453 2007-03-02  Wim Taymans  <wim@fluendo.com>
6454
6455         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
6456
6457         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
6458         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
6459         (gst_rtp_mp2t_depay_set_property),
6460         (gst_rtp_mp2t_depay_get_property):
6461         * gst/rtp/gstrtpmp2tdepay.h:
6462         Add support to strip off proprietary headers. Fixes #350278.
6463
6464 2007-03-02  Wim Taymans  <wim@fluendo.com>
6465
6466         * ext/hal/hal.c:
6467         Fix compilation.
6468
6469 2007-03-02  Wim Taymans  <wim@fluendo.com>
6470
6471         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
6472         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
6473         (gst_sunaudiosrc_open):
6474         * sys/sunaudio/gstsunaudiosrc.h:
6475         Remove device-name from GstSunAudioSrc. Fixes #412597.
6476
6477 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
6478
6479         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
6480         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
6481         Having NULL as UDI previously selected the default sink/src. Change
6482         this back but mention it in the debug output.
6483         * ext/hal/hal.c: (gst_hal_get_alsa_element),
6484         (gst_hal_get_oss_element), (gst_hal_get_string),
6485         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
6486         (gst_hal_get_audio_src):
6487         * ext/hal/hal.h:
6488         Refactor a bit, check all error conditions, greatly improve debugging
6489         and fix some possible memory leaks. Also implement OSS support
6490         and allow specifying an UDI that points to a real device. For this the
6491         child device which supports ALSA (preferred) or OSS is used.
6492         As a side effect this makes it impossible now to get a alsasink in
6493         halaudiosrc and a alsasrc in halaudiosink.
6494
6495 2007-03-01  Wim Taymans  <wim@fluendo.com>
6496
6497         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
6498         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
6499         Errors from the udp sources are not fatal unless all of them are in
6500         error.
6501
6502 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
6503
6504         * tests/check/Makefile.am:
6505         Disable aasink in the states test. I suspect this is the element that
6506         is calling exit(1) when it can't proceed.
6507
6508 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
6509
6510         * tests/check/Makefile.am:
6511         Draw plugins in from the build tree sys/ dir, rather than picking
6512         up the already installed versions.
6513
6514 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6515
6516         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
6517         Error out correctly when getting xcontext fails.
6518
6519 2007-03-01  Wim Taymans  <wim@fluendo.com>
6520
6521         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
6522         Make state change to PAUSED NO_PREROLL because that's what it will be in
6523         the future and rtspsrc relies on it.
6524
6525         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
6526         (gst_rtspsrc_change_state):
6527         Don't error out when we don't get an error from the state change
6528         function.
6529
6530 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
6531
6532         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
6533         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
6534           Check if the device UDI is set before trying to query HAL
6535           about it and give a useful error message if it wasn't set.
6536         * ext/hal/hal.c: (gst_hal_get_string):
6537           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
6538           gives an assertion failure in D-Bus when running with
6539           DBUS_FATAL_WARNINGS=1.
6540
6541 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6542
6543         * configure.ac:
6544           Convert to new AG_GST style.
6545
6546 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6547
6548         * tests/check/Makefile.am:
6549         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
6550           add test for states
6551
6552 2007-02-28  Wim Taymans  <wim@fluendo.com>
6553
6554         * tests/check/elements/.cvsignore:
6555         Add new videofilter check to .cvsignore.
6556
6557 2007-02-28  Wim Taymans  <wim@fluendo.com>
6558
6559         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
6560         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
6561         (gst_avi_demux_loop), (gst_avi_demux_chain):
6562         Fix combined flow return. Fixes #412608.
6563
6564 2007-02-28  Wim Taymans  <wim@fluendo.com>
6565
6566         * gst/videofilter/Makefile.am:
6567         Dist header..
6568
6569 2007-02-28  Wim Taymans  <wim@fluendo.com>
6570
6571         * gst/videofilter/gstgamma.h:
6572         Add header too.
6573
6574 2007-02-28  Wim Taymans  <wim@fluendo.com>
6575
6576         Patch by: Mark Nauwelaerts <manauw at skynet be>
6577
6578         * gst/videofilter/Makefile.am:
6579         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
6580         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
6581         (gst_gamma_get_property), (gst_gamma_calculate_tables),
6582         (oil_tablelookup_u8), (gst_gamma_set_caps),
6583         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
6584         Port gamma filter to 0.10. Fixes #412704.
6585
6586         * tests/check/Makefile.am:
6587         * tests/check/elements/videofilter.c: (setup_filter),
6588         (cleanup_filter), (check_filter), (GST_START_TEST),
6589         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
6590         Add unit tests for videofilters.
6591
6592 2007-02-28  Wim Taymans  <wim@fluendo.com>
6593
6594         * gst/rtsp/URLS:
6595         Add another interesting test url.
6596
6597         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
6598         Don't allow getting header fields from data packets.
6599
6600 2007-02-28  Michael Smith  <msmith@fluendo.com>
6601
6602         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
6603         (gst_shout2send_init), (gst_shout2send_start),
6604         (gst_shout2send_set_property), (gst_shout2send_get_property):
6605         * ext/shout2/gstshout2.h:
6606           Add a property for username.
6607
6608 2007-02-27  Christian Schallerr <christian@fluendo.com>
6609
6610         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
6611
6612 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
6613
6614         * gst/rtsp/Makefile.am:
6615         Fix make check too.
6616
6617 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
6618
6619         * gst/rtsp/base64.c: (util_base64_encode):
6620         * gst/rtsp/base64.h:
6621         Commit missing files for base64 encoding.
6622
6623 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
6624
6625         Patch by: Loïc Minier <lool+gnome at via ecp fr>
6626
6627         * configure.ac:
6628         * ext/annodex/Makefile.am:
6629         * ext/jpeg/Makefile.am:
6630         * ext/speex/Makefile.am:
6631         * gst/alpha/Makefile.am:
6632         * gst/cutter/Makefile.am:
6633         * gst/debug/Makefile.am:
6634         * gst/effectv/Makefile.am:
6635         * gst/goom/Makefile.am:
6636         * gst/level/Makefile.am:
6637         * gst/smpte/Makefile.am:
6638         * gst/videofilter/Makefile.am:
6639           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
6640
6641 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
6642
6643         * gst/rtsp/Makefile.am:
6644         * gst/rtsp/rtspconnection.c: (append_auth_header),
6645         (rtsp_connection_send), (rtsp_connection_set_auth):
6646         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
6647         from icecast to replace it. Relicensed from GPL courtesy of Mike
6648         Smith.
6649
6650 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
6651
6652         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
6653         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
6654         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
6655         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
6656         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
6657         (gst_rtspsrc_uri_set_uri):
6658         * gst/rtsp/gstrtspsrc.h:
6659         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6660         (append_auth_header), (rtsp_connection_send),
6661         (rtsp_connection_free), (rtsp_connection_set_auth):
6662         * gst/rtsp/rtspconnection.h:
6663         * gst/rtsp/rtspdefs.h:
6664         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
6665         * gst/rtsp/rtspurl.h:
6666
6667         Implement simple Basic Authentication support so that urls like
6668         rtsp://user:pass@hostname/rtspstream work on hosts that require
6669         authentication.
6670
6671 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
6672
6673         * sys/v4l2/gstv4l2object.c:
6674         * sys/v4l2/gstv4l2tuner.c:
6675         * sys/v4l2/v4l2_calls.c:
6676         Fix segfault when oppening a radio device.
6677         
6678 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
6679
6680         * gst/level/gstlevel.c: (gst_level_set_caps),
6681         (gst_level_transform_ip):
6682         * sys/v4l2/README:
6683         * tests/check/elements/level.c: (GST_START_TEST):
6684           Fix level for multi-channel case.
6685
6686 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
6687
6688         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
6689         (gst_level_transform_ip):
6690         * gst/level/gstlevel.h:
6691           Use function pointer for process function and add process functions
6692           for float audio.
6693
6694 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
6695
6696         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6697         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6698         (gst_v4l2src_capture_init):
6699           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
6700           fixes #407369
6701
6702 2007-02-18  Wim Taymans  <wim@fluendo.com>
6703
6704         * gst/rtp/Makefile.am:
6705         * gst/rtp/gstrtp.c: (plugin_init):
6706         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
6707         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
6708         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
6709         (gst_rtp_mp2t_pay_plugin_init):
6710         * gst/rtp/gstrtpmp2tpay.h:
6711         Added simple mpeg transport stream payloader.
6712
6713 2007-02-16  Wim Taymans  <wim@fluendo.com>
6714
6715         * gst/rtsp/URLS:
6716         Add example H264 rtsp url.
6717
6718         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
6719         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
6720         Don't convert values to lowercase or we might mess up base64 encoded
6721         properties.
6722
6723 2007-02-16  Wim Taymans  <wim@fluendo.com>
6724
6725         * gst/rtp/README:
6726         Fix case of string params.
6727
6728         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
6729         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
6730         Fix depayloader, support more packet types.
6731         Add sync codes to make sure the packetizer can do its job.
6732
6733         * gst/rtp/gstrtpmp4gdepay.c:
6734         * gst/rtp/gstrtpmp4gpay.c:
6735         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
6736         Fix caps case again.
6737
6738 2007-02-15  Wim Taymans  <wim@fluendo.com>
6739
6740         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
6741         Set right caps on output buffers.
6742
6743 2007-02-14  Wim Taymans  <wim@fluendo.com>
6744
6745         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
6746         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
6747         Clear stack allocated SDPMedia struct before calling _init() on it.
6748         Clarify this in the docs as well.
6749
6750 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
6751
6752         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
6753         (do_change_child):
6754         Don't reset the profile when going switching states, as it makes
6755         the element non-reusable.
6756
6757 2007-02-14  Wim Taymans  <wim@fluendo.com>
6758
6759         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
6760         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
6761         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
6762         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
6763         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
6764         (sdp_parse_line):
6765         * gst/rtsp/sdpmessage.h:
6766         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
6767         Fix memory management of SDP messages. Fixes #407793.
6768
6769 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
6770
6771         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
6772
6773         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
6774         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
6775
6776 2007-02-14  Wim Taymans  <wim@fluendo.com>
6777
6778         Patch by: jp.liu <jp_liu at astrocom dot cn>
6779
6780         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
6781         Fix parsing of password field in url. Fixes #407797.
6782
6783 2007-02-14  Wim Taymans  <wim@fluendo.com>
6784
6785         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
6786         (gst_wavparse_reset), (gst_wavparse_init),
6787         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
6788         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
6789         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
6790         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
6791         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
6792         (gst_wavparse_loop), (gst_wavparse_chain),
6793         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
6794         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
6795         (plugin_init):
6796         * gst/wavparse/gstwavparse.h:
6797         Update docs.
6798         Use boilerplate.
6799         Various code cleanups.
6800         When the bitrate is not known (bps == 0 or compressed formats) let
6801         downstream element guestimate the duration and position and don't
6802         generate timestamps or durations. Fixes #405213.
6803         Fix EOS and ERROR conditions in chain mode, we just need to forward the
6804         error flowreturn upstream.
6805
6806 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
6807
6808         * ext/gconf/Makefile.am:
6809         * ext/gconf/gconf.c: (gst_gconf_get_string),
6810         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
6811         (gst_gconf_render_bin_with_default):
6812         * ext/gconf/gconf.h:
6813         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
6814         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
6815         (gst_gconf_audio_sink_dispose), (do_change_child),
6816         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
6817         (cb_change_child), (gst_gconf_audio_sink_change_state):
6818         * ext/gconf/gstgconfaudiosink.h:
6819         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
6820         (gst_switch_sink_class_init), (gst_switch_sink_reset),
6821         (gst_switch_sink_init), (gst_switch_sink_dispose),
6822         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
6823         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
6824         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
6825         * ext/gconf/gstswitchsink.h:
6826         * gst/autodetect/gstautoaudiosink.c:
6827         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
6828         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
6829         (gst_auto_audio_sink_detect):
6830         * gst/autodetect/gstautovideosink.c:
6831         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
6832         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
6833         (gst_auto_video_sink_detect):
6834         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
6835         and a child that implements the GConf key monitoring. The end goal of
6836         this is an audio sink that can be changed on the fly, but at the 
6837         moment it still only changes on the next READY transition.
6838
6839 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
6840
6841         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
6842         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6843         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
6844         (gst_avi_demux_calculate_durations_from_index),
6845         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
6846         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
6847         (gst_avi_demux_loop):
6848           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
6849
6850 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
6851
6852         * configure.ac:
6853         * docs/plugins/Makefile.am:
6854           Add crossreferences to glib/gobject/gstream docs.
6855
6856 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
6857
6858         * gst/monoscope/Makefile.am:
6859         * gst/monoscope/gstmonoscope.c:
6860           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
6861           (but no LIBS, since we only use defines from the headers).
6862
6863 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
6864
6865         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
6866
6867         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
6868         (gst_wavparse_stream_data):
6869           Fix massive memory leak when operating in streaming mode due to
6870           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
6871           Fixes #407057.
6872
6873 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
6874
6875         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
6876         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
6877         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
6878         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
6879         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6880         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
6881         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
6882         (gst_avi_demux_calculate_durations_from_index),
6883         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
6884         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
6885         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
6886         * gst/avi/gstavidemux.h:
6887           Save some memory (8%) by repacking the index entry structure (more to
6888           come). Add more FIXMEs to questionable parts.
6889
6890 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
6891
6892         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
6893         (gst_v4l2src_get_caps):
6894         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6895         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6896         (gst_v4l2src_capture_init):
6897           More FIXME comments and messaging changes.
6898
6899 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
6900
6901         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
6902         (gst_goom_change_state):
6903         * gst/goom/gstgoom.h:
6904           Improved docs and use GST_DEBUG_FUNCPTR.
6905
6906         * gst/level/gstlevel.c: (gst_level_class_init):
6907           Use GST_DEBUG_FUNCPTR.
6908
6909         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
6910         (gst_monoscope_chain), (gst_monoscope_change_state):
6911           Improved docs source cleanups.
6912
6913 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
6914
6915         * gst/debug/Makefile.am:
6916         * gst/debug/gstdebug.c: (plugin_init):
6917         * gst/debug/gstpushfilesrc.c:
6918         * gst/debug/gstpushfilesrc.h:
6919           Add code for a pushfilesrc element that implements a pushfile:// URI
6920           handler, to make debugging push-mode operation of demuxer/decoders
6921           that support both easier in connection with seek/playbin/etc.
6922           The element isn't registered at the moment.
6923
6924 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
6925
6926         * gst/avi/gstavimux.c:
6927           Comment a #if 0 in caps template definition as VS6 seems to 
6928         do not support it.
6929         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
6930           Use gst_guint64_to_gdouble for conversion.
6931         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
6932           Move variables declaration before the first instruction.
6933         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
6934           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
6935           And don't include netdb.h for G_OS_WIN32
6936         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
6937           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
6938           by VS6 then use an other way to initialize SDPMedia structure.
6939         * gst/udp/gstdynudpsink.h:
6940         * gst/udp/gstdynudpnetutils.h:
6941           Do not include <sys/time.h> for G_OS_WIN32
6942         * gst/udp/gstudpsrc.c:
6943           Define socklen_t as int for G_OS_WIN32
6944         * win/common/config.h.in:
6945           Undef HAVE_NETINET_IN_H
6946         * win32/vs6/gst_plugins_good.dsw:
6947         * win32/vs6/libgstrtp.dsp:
6948         * win32/vs6/libgstrtsp.dsp:
6949         * win32/vs6/libgstautogen.dsp:
6950         * win32/vs6/libgstaudiofx.dsp:
6951         * win32/vs6/libgstudp.dsp:
6952           Add and update project files.
6953         * win32/common/gstudp-enumtypes.c:
6954         * win32/common/gstudp-enumtypes.h:
6955           Add a copy of udp enumtypes to win32/common as in core 
6956           and base.
6957         
6958 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
6959
6960         * configure.ac:
6961           Activate monoscope when building with --enable-experimental. Fix
6962           --enable-external configure switch description.
6963
6964         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
6965         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
6966           Help gst-indent.
6967
6968 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
6969
6970         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
6971           Explicitly cast result of pointer arithmetic to integer in order to
6972           avoid compiler warnings on some 64-bit systems. Should fix #406018.
6973
6974 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
6975
6976         * gst/debug/progressreport.c:
6977           Some more docs.
6978
6979 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6980
6981         * docs/plugins/inspect/plugin-rtp.xml:
6982           Update for new elements.
6983
6984         * gst/debug/progressreport.h:
6985           Commit newly-created header file as well.
6986
6987 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6988
6989         * docs/plugins/Makefile.am:
6990         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6991         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6992         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6993         * gst/debug/Makefile.am:
6994         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
6995         (gst_progress_report_do_query), (gst_progress_report_report):
6996           Make progressreport element post messages with the current progress
6997           on the bus. Also add some basic docs for it.
6998
6999 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
7000
7001         * ext/hal/hal.c: (gst_hal_get_string):
7002         * ext/hal/hal.h:
7003           Some small cleanups; deal with errors when parsing the HAL ALSA
7004           capabilities a bit better.
7005
7006 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
7007
7008         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
7009           Let's try this again and use the right cast this time.
7010
7011 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
7012
7013         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
7014           Add cast to avoid compiler warnings with older GLib versions
7015           where the nick/name members in GEnumValue are not declared as
7016           constant strings.
7017
7018 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
7019
7020         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
7021         (gst_gconf_render_bin_from_key),
7022         (gst_gconf_get_default_audio_sink):
7023         * ext/gconf/gconf.h:
7024         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
7025         (do_toggle_element), (gst_gconf_audio_sink_set_property),
7026         (gst_gconf_audio_sink_get_property):
7027           In gconfaudiosink, get the right key as the old key in do_toggle
7028           (ie. one dependent on the profile selected). Log some more stuff so
7029           we can see what's actually going on.
7030
7031 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
7032
7033         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
7034         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
7035         (gst_audio_amplify_set_process_function),
7036         (gst_audio_amplify_setup):
7037         * gst/audiofx/audioamplify.h:
7038         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
7039         (gst_audio_invert_class_init), (gst_audio_invert_setup):
7040         * gst/audiofx/audioinvert.h:
7041         Some small cleanups and port both elements to the new GstAudioFilter
7042         base class to save a few lines of common code.
7043         * gst/audiofx/Makefile.am:
7044         Link against libgstaudio for the above changes
7045
7046 2007-01-29  Wim Taymans  <wim@fluendo.com>
7047
7048         * tests/check/elements/.cvsignore:
7049         Some more ignores.
7050
7051 2007-01-26  Wim Taymans  <wim@fluendo.com>
7052
7053         Patch by: charles <charlesg3 at gmail dot com>
7054
7055         * ext/shout2/gstshout2.c: (gst_shout2send_init),
7056         (set_shout_metadata), (gst_shout2send_event):
7057         * ext/shout2/gstshout2.h:
7058         Properly handle tags in shout2send. Fixes #399825.
7059
7060 2007-01-25  Wim Taymans  <wim@fluendo.com>
7061
7062         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
7063         (gst_rtspsrc_activate_streams):
7064         Convert SDP fields to upper/lowercase following the rules in the SDP to
7065         caps document. 
7066
7067 2007-01-25  Wim Taymans  <wim@fluendo.com>
7068
7069         * gst/rtp/README:
7070         * gst/rtp/gstrtpilbcdepay.c:
7071         * gst/rtp/gstrtpilbcpay.c:
7072         * gst/rtp/gstrtpmp4gdepay.c:
7073         * gst/rtp/gstrtpmp4gpay.c:
7074         * gst/rtp/gstrtpspeexdepay.c:
7075         * gst/rtp/gstrtpspeexpay.c:
7076         * gst/rtp/gstrtpsv3vdepay.c:
7077         * gst/rtp/gstrtptheoradepay.c:
7078         * gst/rtp/gstrtptheorapay.c:
7079         * gst/rtp/gstrtpvorbisdepay.c:
7080         * gst/rtp/gstrtpvorbispay.c:
7081         Fix case of encoding-name and key/value pairs to match the document.
7082         This is to make interoperation with SDP case-insensitive as required by
7083         the relevant RFCs.
7084
7085 2007-01-25  Wim Taymans  <wim@fluendo.com>
7086
7087         * configure.ac:
7088         Bump required -core/-base to CVS
7089
7090 2007-01-25  Wim Taymans  <wim@fluendo.com>
7091
7092         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
7093         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
7094         * gst/rtp/gstrtpL16pay.h:
7095         Fill up to MTU using adapter.
7096         Timestamp rtp packets.
7097
7098 2007-01-25  Edward Hervey  <edward@fluendo.com>
7099
7100         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
7101         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
7102         Use G_GSIZE_FORMAT in print statements for portability.
7103         Fixes build on macosx.
7104
7105 2007-01-24  Wim Taymans  <wim@fluendo.com>
7106
7107         * gst/rtp/Makefile.am:
7108         * gst/rtp/gstrtp.c: (plugin_init):
7109         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
7110         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
7111         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
7112         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
7113         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
7114         (gst_rtp_L16_depay_plugin_init):
7115         * gst/rtp/gstrtpL16depay.h:
7116         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
7117         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
7118         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
7119         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
7120         (gst_rtp_L16_pay_plugin_init):
7121         * gst/rtp/gstrtpL16pay.h:
7122         Port and enable raw audio payloader/depayloader. Needs a bit more work
7123         on the payloader side.
7124
7125 2007-01-24  Wim Taymans  <wim@fluendo.com>
7126
7127         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
7128         (gst_rtspsrc_stream_configure_transport),
7129         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
7130         * gst/rtsp/gstrtspsrc.h:
7131         Only unblock the udp pads when we linked and activated them all.
7132         Fixes #395688.
7133
7134 2007-01-24  Wim Taymans  <wim@fluendo.com>
7135
7136         * gst/rtp/Makefile.am:
7137         * gst/rtp/gstrtp.c: (plugin_init):
7138         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
7139         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
7140         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
7141         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
7142         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
7143         * gst/rtp/gstrtpac3depay.h:
7144         Added simple AC3 depayloader (RFC 4184).
7145
7146         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
7147         Fix a leak.
7148
7149 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
7150
7151         reviewed by: Stefan Kost  <ensonic@users.sf.net>
7152
7153         * gst/audiofx/Makefile.am:
7154         * gst/audiofx/audioamplify.c:
7155         (gst_audio_amplify_clipping_method_get_type),
7156         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
7157         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
7158         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
7159         (gst_audio_amplify_set_caps),
7160         (gst_audio_amplify_transform_int_clip),
7161         (gst_audio_amplify_transform_int_wrap_negative),
7162         (gst_audio_amplify_transform_int_wrap_positive),
7163         (gst_audio_amplify_transform_float_clip),
7164         (gst_audio_amplify_transform_float_wrap_negative),
7165         (gst_audio_amplify_transform_float_wrap_positive),
7166         (gst_audio_amplify_transform_ip):
7167         * gst/audiofx/audioamplify.h:
7168         * gst/audiofx/audiofx.c: (plugin_init):
7169         Add new element "audioamplify". This allows scaling of raw audio
7170         samples, similar to the "volume" element, but provides different modes
7171         for clipping and allows unlimited amplification. It's mainly targeted
7172         for creative sound design and not as a replacement of the "volume"
7173         element. Fixes #397162
7174         * docs/plugins/Makefile.am:
7175         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7176         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7177         * docs/plugins/gst-plugins-good-plugins.args:
7178         * docs/plugins/inspect/plugin-audiofx.xml:
7179         Add docs for audioamplify and integrate them into the build system
7180         * tests/check/Makefile.am:
7181         * tests/check/elements/audioamplify.c: (setup_amplify),
7182         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
7183         Add fairly extensive unit test suite for audioamplify
7184
7185 2007-01-24  Wim Taymans  <wim@fluendo.com>
7186
7187         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
7188         Unblock pads after adding the pads to the element so that autopluggers
7189         get a change to link something. Possibly fixes #395688.
7190
7191 2007-01-24  Wim Taymans  <wim@fluendo.com>
7192
7193         * gst/rtp/gstrtpamrdepay.c:
7194         * gst/rtp/gstrtpgsmdepay.c:
7195         * gst/rtp/gstrtph263pdepay.c:
7196         * gst/rtp/gstrtph263ppay.c:
7197         * gst/rtp/gstrtph264depay.c:
7198         * gst/rtp/gstrtpilbcdepay.c:
7199         * gst/rtp/gstrtpmp2tdepay.c:
7200         * gst/rtp/gstrtpmp4gdepay.c:
7201         * gst/rtp/gstrtpmp4gpay.c:
7202         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
7203         * gst/rtp/gstrtpmp4vpay.c:
7204         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
7205         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
7206         (gst_rtp_mpa_depay_process):
7207         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
7208         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
7209         * gst/rtp/gstrtppcmadepay.c:
7210         * gst/rtp/gstrtppcmudepay.c:
7211         * gst/rtp/gstrtpspeexdepay.c:
7212         * gst/rtp/gstrtpspeexpay.c:
7213         * gst/rtp/gstrtpsv3vdepay.c:
7214         * gst/rtp/gstrtptheoradepay.c:
7215         * gst/rtp/gstrtptheorapay.c:
7216         * gst/rtp/gstrtpvorbisdepay.c:
7217         * gst/rtp/gstrtpvorbispay.c:
7218         Fix caps with payload numbers.
7219         Add some fixed payload numbers to caps when possible.
7220
7221 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
7222
7223         reviewed by: Stefan Kost  <ensonic@users.sf.net>
7224
7225         * gst/audiofx/Makefile.am:
7226         * gst/audiofx/audiofx.c: (plugin_init):
7227         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
7228         (gst_audio_invert_class_init), (gst_audio_invert_init),
7229         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
7230         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
7231         (gst_audio_invert_transform_float),
7232         (gst_audio_invert_transform_ip):
7233         * gst/audiofx/audioinvert.h:
7234         Add new audiofx element "audioinvert". This element swaps the upper
7235         and lower half of samples and can be used for example for a
7236         wide-stereo effect. Fixes #396057
7237         * docs/plugins/Makefile.am:
7238         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7239         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7240         * docs/plugins/gst-plugins-good-plugins.args:
7241         * docs/plugins/inspect/plugin-audiofx.xml:
7242         Add docs for the audioinvert element and add them to the build system.
7243         * tests/check/Makefile.am:
7244         * tests/check/elements/audioinvert.c: (setup_invert),
7245         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
7246         Add unit test suite for the audioinvert element.
7247
7248 2007-01-23  Wim Taymans  <wim@fluendo.com>
7249
7250         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
7251         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
7252         Parse config params as string and int.
7253         Parse and use AU header length
7254
7255 2007-01-23  Wim Taymans  <wim@fluendo.com>
7256
7257         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
7258         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
7259         * gst/smpte/gstmask.c: (_gst_mask_register):
7260         * gst/smpte/gstmask.h:
7261         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
7262         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
7263         (gst_smpte_paint_triangle_clock):
7264         constify some static structs.
7265         Don't update the mask if nothing changed to the params.
7266         Make sure we never draw outside of the picture. Fixes #398325.
7267
7268 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
7269
7270         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
7271           Error out properly when pull_range fails while we're reading the
7272           headers, instead of just pausing the task silently. Fixes #399338.
7273
7274 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
7275
7276         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
7277           Some more sanity checks to make sure the input formats match and the
7278           input pads are actually negotiated, in case someone tries to feed
7279           buffers from fakesrc or filesrc. Fixes #398299.
7280           Also const-ify an array, just because we can.
7281
7282 2007-01-19  Edward Hervey  <edward@fluendo.com>
7283
7284         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
7285         Ignore previous commit, that was only valid for widths and heights
7286         that are multiples of 4.
7287         Copy over size/stride macros from jpegdec. This allows the element
7288         to work with any width,height...
7289         ... but puts in evidence that the actual transformations only work
7290         with width/height that are multiples of 4.
7291
7292 2007-01-19  Edward Hervey  <edward@fluendo.com>
7293
7294         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
7295         Allocate buffers of the right size.
7296         The proper size of a I420 buffer in bytes is:
7297         
7298             width * height * 3
7299             ------------------
7300                     2
7301
7302 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
7303
7304         * gst/smpte/gstsmpte.c: (gst_smpte_init):
7305           Proxy getcaps on sink pads too, so that we either end up with the
7306           same dimensions on all pads or error out if that's not possible
7307           (seems to work even!). Fixes #398086, I think.
7308
7309 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
7310
7311         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7312         * docs/plugins/gst-plugins-good-plugins.args:
7313         * docs/plugins/gst-plugins-good-plugins.hierarchy:
7314           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
7315           fix integer properties with -1 as minimum value.
7316
7317         * docs/plugins/inspect/plugin-1394.xml:
7318         * docs/plugins/inspect/plugin-aasink.xml:
7319         * docs/plugins/inspect/plugin-alaw.xml:
7320         * docs/plugins/inspect/plugin-alpha.xml:
7321         * docs/plugins/inspect/plugin-alphacolor.xml:
7322         * docs/plugins/inspect/plugin-annodex.xml:
7323         * docs/plugins/inspect/plugin-apetag.xml:
7324         * docs/plugins/inspect/plugin-audiofx.xml:
7325         * docs/plugins/inspect/plugin-auparse.xml:
7326         * docs/plugins/inspect/plugin-autodetect.xml:
7327         * docs/plugins/inspect/plugin-avi.xml:
7328         * docs/plugins/inspect/plugin-cacasink.xml:
7329         * docs/plugins/inspect/plugin-cairo.xml:
7330         * docs/plugins/inspect/plugin-cdio.xml:
7331         * docs/plugins/inspect/plugin-cutter.xml:
7332         * docs/plugins/inspect/plugin-debug.xml:
7333         * docs/plugins/inspect/plugin-dv.xml:
7334         * docs/plugins/inspect/plugin-efence.xml:
7335         * docs/plugins/inspect/plugin-effectv.xml:
7336         * docs/plugins/inspect/plugin-esdsink.xml:
7337         * docs/plugins/inspect/plugin-flac.xml:
7338         * docs/plugins/inspect/plugin-flxdec.xml:
7339         * docs/plugins/inspect/plugin-gconfelements.xml:
7340         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
7341         * docs/plugins/inspect/plugin-goom.xml:
7342         * docs/plugins/inspect/plugin-halelements.xml:
7343         * docs/plugins/inspect/plugin-icydemux.xml:
7344         * docs/plugins/inspect/plugin-id3demux.xml:
7345         * docs/plugins/inspect/plugin-jpeg.xml:
7346         * docs/plugins/inspect/plugin-level.xml:
7347         * docs/plugins/inspect/plugin-matroska.xml:
7348         * docs/plugins/inspect/plugin-mulaw.xml:
7349         * docs/plugins/inspect/plugin-multipart.xml:
7350         * docs/plugins/inspect/plugin-navigationtest.xml:
7351         * docs/plugins/inspect/plugin-ossaudio.xml:
7352         * docs/plugins/inspect/plugin-png.xml:
7353         * docs/plugins/inspect/plugin-rtp.xml:
7354         * docs/plugins/inspect/plugin-rtsp.xml:
7355         * docs/plugins/inspect/plugin-shout2send.xml:
7356         * docs/plugins/inspect/plugin-smpte.xml:
7357         * docs/plugins/inspect/plugin-speex.xml:
7358         * docs/plugins/inspect/plugin-taglib.xml:
7359         * docs/plugins/inspect/plugin-udp.xml:
7360         * docs/plugins/inspect/plugin-videobalance.xml:
7361         * docs/plugins/inspect/plugin-videobox.xml:
7362         * docs/plugins/inspect/plugin-videoflip.xml:
7363         * docs/plugins/inspect/plugin-videomixer.xml:
7364         * docs/plugins/inspect/plugin-wavenc.xml:
7365         * docs/plugins/inspect/plugin-wavparse.xml:
7366         * docs/plugins/inspect/plugin-ximagesrc.xml:
7367           Update to CVS.
7368
7369 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
7370
7371         Patch by: Sebastian Dröge <slomo circular-chaos org>
7372
7373         * gst/audiofx/audiopanorama.c:
7374           Fix doc section name (Fixes #397946)
7375
7376 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
7377
7378         * sys/v4l2/gstv4l2object.c:
7379         (gst_v4l2_object_install_properties_helper),
7380         (gst_v4l2_object_set_property_helper),
7381         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
7382         * sys/v4l2/gstv4l2object.h:
7383         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
7384         (gst_v4l2src_init), (gst_v4l2src_set_property),
7385         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
7386         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
7387         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
7388         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
7389         (gst_v4l2src_capture_deinit):
7390           Fix EIO handing when capturing. Add new property to specify the number of
7391           buffers to enque (and remove the borked num-buffers usage).
7392
7393 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
7394
7395         Patch by: Sebastian Dröge <slomo circular-chaos org>
7396
7397         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
7398         (gst_audio_panorama_set_process_function):
7399           Use a function array for process methods, add more docs and define the
7400           startindex of enums.
7401
7402 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
7403
7404         Patch by: Mark Nauwelaerts <manauw at skynet be>
7405
7406         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
7407         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
7408         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
7409         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
7410         (gst_avi_mux_riff_get_avi_header),
7411         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
7412         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
7413         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
7414         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
7415         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
7416         (gst_avi_mux_change_state):
7417         * gst/avi/gstavimux.h:
7418         * tests/check/elements/avimux.c: (teardown_src_pad):
7419           Add support for more than one audio stream; write better AVIX
7420           header; refactor code a bit; don't announce vorbis caps on our audio
7421           sink pads since we don't support it anyway. Closes #379298.
7422
7423 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
7424
7425         Patch by: Sebastian Dröge <slomo circular-chaos org>
7426
7427         * gst/audiofx/audiopanorama.c:
7428         (gst_audio_panorama_method_get_type),
7429         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
7430         (gst_audio_panorama_set_process_function),
7431         (gst_audio_panorama_set_property),
7432         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
7433         (gst_audio_panorama_transform_m2s_int_simple),
7434         (gst_audio_panorama_transform_s2s_int_simple),
7435         (gst_audio_panorama_transform_m2s_float_simple),
7436         (gst_audio_panorama_transform_s2s_float_simple):
7437         * gst/audiofx/audiopanorama.h:
7438           Add 'method' property and provide a simple (non-psychoacustic)
7439           processing method (#394859).
7440
7441         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
7442         (panorama_suite):
7443           Tests for new method.
7444
7445 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
7446
7447         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
7448         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
7449           Set correct caps on outgoing pulled buffers, or things blow up
7450           after recent core changes.
7451
7452 2007-01-11  Wim Taymans  <wim@fluendo.com>
7453
7454         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
7455
7456         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
7457         (gst_multipart_mux_request_new_pad),
7458         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
7459         (gst_multipart_mux_change_state):
7460         Return FLOW errors ASAP. Fixes #394977.
7461         Misc cleanups.
7462
7463 2007-01-11  Wim Taymans  <wim@fluendo.com>
7464
7465         Patch by: Lutz Mueller <lutz at topfrose dot de>
7466
7467         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
7468         Check for stream pad before activating. 
7469
7470 2007-01-10  Wim Taymans  <wim@fluendo.com>
7471
7472         Patch by: Peter Kjellerstedt  <pkj at axis com>
7473
7474         * gst/rtsp/COPYING.MIT:
7475         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7476         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
7477         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
7478         (gst_rtspsrc_stream_configure_transport),
7479         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
7480         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
7481         (gst_rtspsrc_parse_methods),
7482         (gst_rtspsrc_create_transports_string),
7483         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
7484         (gst_rtspsrc_open), (gst_rtspsrc_close):
7485         * gst/rtsp/gstrtspsrc.h:
7486         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7487         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
7488         (parse_request_line), (parse_line), (rtsp_connection_read),
7489         (rtsp_connection_close):
7490         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
7491         (rtsp_method_as_text), (rtsp_header_as_text),
7492         (rtsp_status_as_text), (rtsp_find_header_field),
7493         (rtsp_find_method):
7494         * gst/rtsp/rtspdefs.h:
7495         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
7496         (rtsp_ext_wms_configure_stream):
7497         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
7498         (rtsp_message_new_request), (rtsp_message_init_request),
7499         (rtsp_message_new_response), (rtsp_message_init_response),
7500         (rtsp_message_init_data), (rtsp_message_unset),
7501         (rtsp_message_free), (rtsp_message_add_header),
7502         (rtsp_message_get_header), (rtsp_message_set_body),
7503         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
7504         * gst/rtsp/rtspmessage.h:
7505         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
7506         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
7507         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
7508         (sdp_message_dump):
7509         Allow url to be NULL to be able to use it for server connections.
7510         Can now send responses as well as requests.
7511         No longer hangs in an endless loop if EOF is received.
7512         Can now convert a status code to a text string.
7513         Return RTSP_HDR_INVALID for unknown headers.
7514         Return RTSP_INVALID for unknown methods.
7515         Copy CSeq and Session headers from the request.
7516         Only free memory corresponding to the currently set message type.
7517         Added const to function arguments as appropriate.
7518         Avoid a compiler warning when initializing nmedia.
7519         Use guint rather than gint to avoid compiler warnings.
7520         Fix crasher in wms extension.
7521         Factor out stream setup from open_connection.
7522         Delay activation of streams when actual data is received from the
7523         server, this prepares us to do proper protocol switching.
7524         Added new license.
7525         Fixes #380895.
7526
7527
7528 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
7529
7530         Patch by: Sebastian Dröge <slomo ubuntu com>
7531
7532         * docs/plugins/Makefile.am:
7533         * gst/audiofx/audiopanorama.c:
7534           Some small docs fixes (#394851).
7535
7536 2007-01-09  Wim Taymans  <wim@fluendo.com>
7537
7538         * gst/avi/gstavidemux.c:
7539         Fix docs.
7540
7541 2007-01-09  Wim Taymans  <wim@fluendo.com>
7542
7543         * gst/rtp/Makefile.am:
7544         * gst/rtp/gstrtp.c: (plugin_init):
7545         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
7546         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
7547         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
7548         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
7549         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
7550         * gst/rtp/gstrtpmpvdepay.h:
7551           Added RFC 2250 MPEG Video Depayloader.
7552
7553         * gst/rtp/gstrtpL16depay.h:
7554         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
7555         (gst_rtp_h263p_depay_process):
7556         Fix Header file. Small cleanups.
7557
7558         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
7559         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
7560         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
7561         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
7562         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
7563         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
7564         (gst_rtp_mp4v_depay_change_state):
7565         Remove usused code. Remove Adapter from state Change. Added debug.
7566
7567         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
7568         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
7569         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
7570         * gst/rtp/gstrtpmpadepay.h:
7571         Subclass base depayloader.
7572         Added debug.
7573         Support static payload type assignment as well.
7574
7575         * gst/rtp/gstrtpmpapay.c:
7576         Fix caps.
7577
7578 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
7579
7580         Patch by: Vincent Torri  <vtorri at univ-evry fr>
7581
7582         * ext/jpeg/gstjpegdec.c:
7583         * ext/jpeg/gstjpegenc.c:
7584         * ext/jpeg/smokecodec.c:
7585           These libjpeg callbacks should return a 'boolean' (unsigned char
7586           apparently) and not a 'gboolean' (which maps to gint). Fixes
7587           warnings when compiling with MingW (#393427).
7588
7589         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7590           Use ioctlsocket on win32.
7591
7592         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7593           Some printf format fixes for win32.
7594
7595 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
7596
7597         * gst/cutter/gstcutter.c: (gst_cutter_chain):
7598           Use gst_guint64_to_gdouble for conversion.
7599         * win32/vs6/libgstmatroska.dsp:
7600           Add zlib to the link.
7601         * win32/vs6/libgstvideobox.dsp:
7602           Update liboil library name (project is linked to 
7603           liboil-0.3-0.lib now).
7604           
7605 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
7606
7607         * gst/matroska/Makefile.am:
7608           If zlib is available and used, we must link it explicitly for
7609           things to work on MingW (fixes #392855).
7610
7611 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
7612
7613         * ext/esd/esdsink.c: (gst_esdsink_delay):
7614           Don't return bogus values when esd_get_delay() fails for some
7615           reason (#392189).
7616
7617 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
7618
7619         * sys/ximage/gstximagesrc.c: (composite_pixel):
7620           Fix presumably copy'n'pasto for 16bpp depth.
7621
7622 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
7623
7624         * gst/matroska/matroska-mux.c:
7625         (gst_matroska_mux_audio_pad_setcaps):
7626           The "signed" field in audio caps is of boolean type, trying to use
7627           gst_structure_get_int() to extract it will fail. Fixing this makes
7628           matroskamux accept raw audio input (#387121) (use at your own risk
7629           though, due to the matroska spec being not entirely useful in this
7630           respect).
7631           Also fix up raw audio structures in template caps so that they
7632           represent what our setcaps function will actually accept, so that
7633           converters know what to convert to.
7634           Finally, don't fail if there isn't an "endianness" field in 8-bit
7635           PCM caps.
7636
7637 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
7638
7639         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
7640         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
7641         * tests/check/elements/cmmldec.c: (setup_cmmldec),
7642         (teardown_cmmldec):
7643         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
7644         (teardown_cmmlenc):
7645         * tests/check/elements/level.c: (setup_level), (cleanup_level):
7646           reapply consistent pad (de)activation
7647
7648 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
7649
7650         * configure.ac:
7651         Back to CVS
7652
7653         * gst-plugins-good.doap:
7654         Add 0.10.5 doap entry
7655
7656 === release 0.10.5 ===
7657
7658 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
7659
7660         * configure.ac:
7661           releasing 0.10.5, "The Path of Thorns"
7662
7663 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
7664
7665         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
7666         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
7667         * tests/check/elements/cmmldec.c: (setup_cmmldec),
7668         (teardown_cmmldec):
7669         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
7670         (teardown_cmmlenc):
7671         * tests/check/elements/level.c: (setup_level), (cleanup_level):
7672           revert my freeze breakage
7673
7674 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
7675
7676         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
7677         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
7678         * tests/check/elements/cmmldec.c: (setup_cmmldec),
7679         (teardown_cmmldec):
7680         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
7681         (teardown_cmmlenc):
7682         * tests/check/elements/level.c: (setup_level), (cleanup_level):
7683           consistent pad (de)activation
7684
7685 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
7686
7687         * configure.ac:
7688         * ext/Makefile.am:
7689         Disable LADPSA, as it has moved to the -bad module for the duration.
7690
7691 2006-12-18  Wim Taymans  <wim@fluendo.com>
7692
7693         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
7694         (gst_signal_processor_event):
7695         Reset flow_state back to _OK after a flush stop so that we exit our
7696         error state after the flush. Fixes #374213
7697
7698 2006-12-16  David Schleef  <ds@schleef.org>
7699
7700         * sys/osxvideo/osxvideosink.h:
7701         * sys/osxvideo/osxvideosink.m:
7702           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
7703
7704 2006-12-16  David Schleef  <ds@schleef.org>
7705
7706         Patch by: Vijay Santhanam <vijay santhanam gmail com>
7707
7708         * sys/osxvideo/Makefile.am:
7709         * sys/osxvideo/osxvideosink.h:
7710         * sys/osxvideo/osxvideosink.m:
7711           Preliminary patch for porting osxvideosink
7712
7713 2006-12-16  Wim Taymans  <wim@fluendo.com>
7714
7715         Patch by: Sjoerd Simons <sjoerd at luon dot net>
7716
7717         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
7718         (gst_videomixer_set_master_geometry),
7719         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
7720         (gst_videomixer_reset), (gst_videomixer_init),
7721         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
7722         (gst_videomixer_release_pad), (gst_videomixer_collected),
7723         (gst_videomixer_change_state):
7724         Introduce some locking around the videomixer state so that it does not
7725         crash when adding/removing pads. Fixes #383043.
7726
7727 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
7728
7729         * configure.ac:
7730           Make sure libcaca can actually be used instead of just checking for
7731           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
7732           cross-compiling (fixes #384587).
7733
7734 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7735
7736         * Makefile.am:
7737         * gst-plugins-good.doap:
7738         * gst-plugins-good.spec.in:
7739           adding doap file
7740
7741 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
7742
7743         * configure.ac:
7744           libflac-1.1.3 changed API again, but we can't build against it yet,
7745           so make sure our check doesn't use libflac-1.1.3 and add a comment
7746           to this effect.
7747
7748 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
7749
7750         * gst/effectv/gstquark.c: (gst_quarktv_transform),
7751         (gst_quarktv_planetable_clear):
7752           Add some NULL pointer checks (possibly related to #385623).
7753
7754 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
7755
7756         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
7757         (gst_tag_demux_chain):
7758         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
7759           In streaming mode, if the first buffer we get doesn't have an
7760           offset, fix it up to be 0, otherwise trimming won't work later on
7761           and we'll be typefinding application/x-id3, which may result in
7762           decodebin plugging an endless number of id3demux elements as a
7763           consequence. Fixes #385031.
7764           
7765 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7766
7767         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
7768           Ignore the buffer_time the sound device reports. Turns out it is 
7769           sometimes completely bogus and we're better off without it.
7770
7771 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7772
7773         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7774         (gst_matroska_demux_video_caps):
7775         * gst/matroska/matroska-ids.c:
7776         (gst_matroska_track_init_video_context):
7777         * gst/matroska/matroska-ids.h:
7778           Try harder to extract the framerate for video tracks correctly and
7779           save it directly instead of converting it back and forth a few
7780           times. Mostly makes a difference for very small framerates (<1).
7781           Fixes #380199.
7782
7783 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7784
7785         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
7786         (gst_gconf_audio_src_dispose), (do_toggle_element):
7787         * ext/gconf/gstgconfaudiosrc.h:
7788           Remove gconf notify hook when the gconfaudiosrc element is
7789           destroyed, otherwise the callback may be called on an
7790           already-destroyed instance and bad things happen. Should fix
7791           #378184.
7792           Also ignore gconf key changes when the source is already running.
7793
7794 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
7795
7796         Patch by: Sebastian Dröge  <mail at slomosnail de>
7797
7798         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7799           We need to be able to read and parse any possible floating point string
7800           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
7801           will parse the former only in certain locales though, so we really need
7802           to canonicalise the separator to '.' and then use g_ascii_strtod() to
7803           make sure we can parse either version at all times.
7804           Fixes #382982 for real.
7805
7806 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7807
7808         * sys/sunaudio/gstsunaudiomixerctrl.c:
7809         * sys/sunaudio/gstsunaudiosrc.c:
7810
7811         Use the sunaudio debug category.
7812
7813         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
7814         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
7815         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
7816         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
7817         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
7818         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
7819         (gst_sunaudiosink_reset):
7820         * sys/sunaudio/gstsunaudiosink.h:
7821
7822         Uses the sunaudio debug category for all debug output
7823         Implements the _delay() callback to synchronise video playback better
7824         Change the segtotal and segsize values back to the parent class 
7825           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
7826           respectively)
7827         Measure the samples written to the device vs. played.
7828         Keep track of segments in the device by writing empty eof frames, and
7829         sleep using a GCond when we get too far ahead and risk overrunning the
7830         sink's ringbuffer.
7831
7832         Fixes: #360673
7833
7834 2006-12-08  Wim Taymans  <wim@fluendo.com>
7835
7836         Patch by: Sebastian Dröge  <mail at slomosnail de >
7837
7838         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
7839         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
7840         * gst/audiofx/audiopanorama.h:
7841         Fix audiopanorame with float samples. Fixes #383726.
7842
7843 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7844
7845         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
7846         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
7847         (gst_sunaudiosrc_reset):
7848
7849         Implement reset functions to unblock the src/sink more quickly on 
7850         state change requests.
7851         Patch by: Brian Cameron <brian dot cameron at sun com>
7852
7853 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7854
7855         * sys/sunaudio/gstsunaudiomixer.c:
7856         (gst_sunaudiomixer_change_state):
7857         Construct the correct mixer device name when the AUDIODEV env var
7858         is set.
7859
7860         Patch by: Jerry Tan <jerry.tan at sun dot com>
7861         Fixes: #383596
7862
7863 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7864
7865         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
7866         Apply patch to open the mixer control and set the MULTIPLE_OPEN
7867         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
7868         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
7869         Patch by: Jerry Tan <jerry.tan at sun dot com>
7870         Fixes: #349015
7871
7872 2006-12-07  Wim Taymans  <wim@fluendo.com>
7873
7874         * gst/smpte/gstmask.h:
7875         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
7876         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
7877         (gst_smpte_collected), (gst_smpte_set_property),
7878         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
7879         * gst/smpte/gstsmpte.h:
7880         Port to 0.10 some more. 
7881         Added duration property to specify the duration of the transition.
7882         Make framerate a fraction.
7883         Deprecate fps property, we only use negotiated fps.
7884         Added docs.
7885         Fix collectpad usage.
7886         Reset state in READY.
7887         Send NEWSEGMENT event.
7888         Fix racy updates of object properties.
7889         Added debug category.
7890         Fixes #383323.
7891
7892 2006-12-06  Wim Taymans  <wim@fluendo.com>
7893
7894         Patch by: Sjoerd Simons <sjoerd at luon dot net>
7895
7896         * gst/videomixer/videomixer.c:
7897         (gst_videomixer_set_master_geometry),
7898         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
7899         Don't reset xpos and ypos in the setcaps function because causes
7900         unexpected behaviour.
7901         Fixes #382179.
7902
7903 2006-12-06  Wim Taymans  <wim@fluendo.com>
7904
7905         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
7906         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
7907         Keep track of the buffer timestamp in the collectdata member instead
7908         of modifying the buffer without making the metadata writable first.
7909         Fixes #382277.
7910
7911 2006-12-06  Wim Taymans  <wim@fluendo.com>
7912
7913         Patch by: Rob Taylor <robtaylor at floopily dot org>
7914
7915         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7916         If using multicast in udpsrc, bind to the multicast address rather than
7917         IN_ADDR_ANY.
7918         This allows the simultanous use of multiple udpsrcs listening on
7919         different multicat addresses. Without this all udpsrcs will receive all
7920         packets from all subscribed multicast addresses.
7921         Fixes #383001.
7922
7923 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
7924
7925         * ext/taglib/gstid3v2mux.cc:
7926         Don't attempt to write a NULL frame into the ID3 tag set when the 
7927         createFrame method returned NULL.
7928         Fixes: #381857
7929         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
7930
7931 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
7932
7933         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7934         Use g_strtod() instead of sscanf to parse doubles, so that it will
7935         try parsing in the C locale if the current locale fails.
7936         Fixes: #382982
7937         Patch by: Sebastian Dröge  <mail at slomosnail de >
7938
7939 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
7940
7941         * win32/MANIFEST:
7942         Fix compilation on win32 under VS8
7943         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
7944         Partially fixes #381175
7945
7946 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
7947
7948         * gst/avi/gstavimux.c:
7949           accept all mpegversions,fixes #380825
7950           spotted by: Jerome Alet  
7951
7952 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
7953
7954         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
7955         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
7956         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
7957         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
7958           cleanup the error message a bit more
7959
7960 2006-11-28  Wim Taymans  <wim@fluendo.com>
7961
7962         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
7963         Fix width and height properties.
7964
7965         * ext/libcaca/gstcacasink.h:
7966         Fix compilation on newer libcaca that require us to include a new
7967         header. Fixes #379918.
7968
7969 2006-11-28  Wim Taymans  <wim@fluendo.com>
7970
7971         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7972         * gst/rtsp/gstrtspsrc.h:
7973         * gst/rtsp/rtspext.h:
7974         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
7975         (rtsp_ext_wms_get_context):
7976         Add method so that extensions can choose to disable the setup of
7977         a stream.
7978         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
7979
7980 2006-11-27  Wim Taymans  <wim@fluendo.com>
7981
7982         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
7983
7984         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
7985         Push header in a separate buffer instead of memcpy:ing all data.
7986         Change LF => CRLF in headers.
7987         Move trailing LF to header. Fixes #379792.
7988
7989 2006-11-27  Wim Taymans  <wim@fluendo.com>
7990
7991         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
7992         Small buffer overflow fix and improve debugging.
7993
7994 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
7995
7996         * ext/esd/esdmon.h:
7997         * ext/esd/esdsink.h:
7998           remove obsolete _factory_init protos
7999
8000 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
8001
8002         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
8003         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
8004         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
8005         (gst_avi_demux_read_subindexes_push),
8006         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
8007         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8008         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
8009         (gst_avi_demux_massage_index),
8010         (gst_avi_demux_calculate_durations_from_index),
8011         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
8012         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
8013         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
8014           remove dead code, tweak debugs statements, add comments, use
8015           _uint64_scale instead _uint64_scale_int when using guint64 values,
8016           small optimizations, reflow some error handling
8017
8018 2006-11-22  Edward Hervey  <edward@fluendo.com>
8019
8020         * po/.cvsignore:
8021         We never put .pot files in cvs. Let's ignore them all.
8022
8023 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
8024
8025         * po/POTFILES.in:
8026           ... but better exclude files that aren't disted.
8027
8028 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
8029
8030         * po/POTFILES.in:
8031           Add v4l2 source files to list of files with translations, so the
8032           strings are actually extracted (however bad they still may be).
8033
8034 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
8035
8036         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
8037           Minor clean-ups: const-ify static array, remove trailing comma from
8038           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
8039
8040 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
8041
8042         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
8043         Make sure that g_free always gets called on the same pointer that was 
8044         returned by g_malloc.  Fixes #376594.
8045         Do not leak memory if decompressed size is wrong.
8046         Remove unneeded check of return value of g_malloc.
8047         Patch by: René Stadler <mail@renestadler.de>
8048
8049 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
8050
8051         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
8052           Add missing curly brackets.
8053
8054 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
8055
8056         * sys/v4l2/v4l2src_calls.c:
8057         Fix capture_deinit.
8058
8059 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
8060
8061         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
8062         (gst_matroska_mux_request_new_pad):
8063           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
8064
8065         * tests/check/elements/matroskamux.c: (setup_src_pad),
8066         (setup_sink_pad), (GST_START_TEST):
8067         Activate pads before using them.
8068
8069 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
8070
8071         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
8072           Initialise variable to get rid of bogus compiler warning.
8073
8074 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
8075
8076         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
8077
8078         * gst/rtp/gstrtph263pay.c:
8079         * gst/rtp/gstrtph263pdepay.c:
8080         * gst/rtp/gstrtph263ppay.c:
8081           Specify H.263 variant and version in the caps (fixes #361637)
8082
8083 2006-11-15  Wim Taymans  <wim@fluendo.com>
8084
8085         * gst/rtsp/rtspconnection.c: (read_body):
8086         Don't set a data pointer to NULL and a size > 0 when we deal
8087         with empty packets.
8088
8089         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
8090         (rtsp_message_init_response), (rtsp_message_init_data),
8091         (rtsp_message_unset), (rtsp_message_free),
8092         (rtsp_message_take_body):
8093         Check that we can't create invalid empty packets. 
8094
8095 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
8096
8097         Patch by: Mark Nauwelaerts  <manauw at skynet be>
8098
8099         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
8100         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
8101         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
8102         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
8103         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
8104         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
8105         * gst/matroska/matroska-mux.h:
8106           Add basic tag writing support; implement releasing pads (#374658).
8107
8108 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
8109
8110         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
8111         (gst_matroska_demux_audio_caps):
8112           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
8113
8114 2006-11-14  David Schleef  <ds@schleef.org>
8115
8116         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
8117
8118 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
8119
8120         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
8121
8122         * win32/vs8/gst-plugins-good.sln:
8123         * win32/vs8/libgst1394.vcproj:
8124         * win32/vs8/libgstaasink.vcproj:
8125         * win32/vs8/libgstalaw.vcproj:
8126         * win32/vs8/libgstalpha.vcproj:
8127         * win32/vs8/libgstalphacolor.vcproj:
8128         * win32/vs8/libgstannodex.vcproj:
8129         * win32/vs8/libgstapetag.vcproj:
8130         * win32/vs8/libgstaudiofx.vcproj:
8131         * win32/vs8/libgstauparse.vcproj:
8132         * win32/vs8/libgstautodetect.vcproj:
8133         * win32/vs8/libgstavi.vcproj:
8134         * win32/vs8/libgstcacasink.vcproj:
8135         * win32/vs8/libgstcdio.vcproj:
8136         * win32/vs8/libgstcutter.vcproj:
8137         * win32/vs8/libgstdv.vcproj:
8138         * win32/vs8/libgsteffectv.vcproj:
8139         * win32/vs8/libgstflac.vcproj:
8140         * win32/vs8/libgstflxdec.vcproj:
8141         * win32/vs8/libgstgoom.vcproj:
8142         * win32/vs8/libgsticydemux.vcproj:
8143         * win32/vs8/libgstid3demux.vcproj:
8144         * win32/vs8/libgstjpeg.vcproj:
8145         * win32/vs8/libgstladspa.vcproj:
8146         * win32/vs8/libgstlevel.vcproj:
8147         * win32/vs8/libgstmatroska.vcproj:
8148         * win32/vs8/libgstmikmod.vcproj:
8149         * win32/vs8/libgstmng.vcproj:
8150         * win32/vs8/libgstmonoscope.vcproj:
8151         * win32/vs8/libgstmulaw.vcproj:
8152         * win32/vs8/libgstmultipart.vcproj:
8153         * win32/vs8/libgstpng.vcproj:
8154         * win32/vs8/libgstrtp.vcproj:
8155         * win32/vs8/libgstrtsp.vcproj:
8156         * win32/vs8/libgstshout2.vcproj:
8157         * win32/vs8/libgstsmpte.vcproj:
8158         * win32/vs8/libgstspeex.vcproj:
8159         * win32/vs8/libgsttaglib.vcproj:
8160         * win32/vs8/libgstudp.vcproj:
8161         * win32/vs8/libgstvideobalance.vcproj:
8162         * win32/vs8/libgstvideobox.vcproj:
8163         * win32/vs8/libgstvideoflip.vcproj:
8164         * win32/vs8/libgstvideomixer.vcproj:
8165         * win32/vs8/libgstwavenc.vcproj:
8166         * win32/vs8/libgstwavparse.vcproj:
8167           Make end-of-line returns unixy, so that when the files are checked
8168           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
8169           Hopefully fixes #366492.
8170
8171 2006-11-14  Wim Taymans  <wim@fluendo.com>
8172
8173         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
8174         Disable init_frames delay timestamp adjustment, it does not
8175         seem to be needed at all. Fixes #369621.
8176
8177 2006-11-13  Wim Taymans  <wim@fluendo.com>
8178
8179         Patch by: Mark Nauwelaerts  <manauw at skynet be>
8180
8181         * gst/videomixer/videomixer.c:
8182         (gst_videomixer_set_master_geometry),
8183         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
8184         (gst_videomixer_collect_free), (gst_videomixer_reset),
8185         (gst_videomixer_init), (gst_videomixer_finalize),
8186         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
8187         (gst_videomixer_collected), (gst_videomixer_change_state):
8188         Fix memleak by unref'ing collectpads instance (when finalizing)
8189         Implement releasing a request pad. Fixes #374479.
8190
8191 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
8192
8193         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
8194
8195         * win32/vs8/gst-plugins-good.sln:
8196         * win32/vs8/libgst1394.vcproj:
8197         * win32/vs8/libgstaasink.vcproj:
8198         * win32/vs8/libgstalaw.vcproj:
8199         * win32/vs8/libgstalpha.vcproj:
8200         * win32/vs8/libgstalphacolor.vcproj:
8201         * win32/vs8/libgstannodex.vcproj:
8202         * win32/vs8/libgstapetag.vcproj:
8203         * win32/vs8/libgstaudiofx.vcproj:
8204         * win32/vs8/libgstauparse.vcproj:
8205         * win32/vs8/libgstautodetect.vcproj:
8206         * win32/vs8/libgstavi.vcproj:
8207         * win32/vs8/libgstcacasink.vcproj:
8208         * win32/vs8/libgstcdio.vcproj:
8209         * win32/vs8/libgstcutter.vcproj:
8210         * win32/vs8/libgstdv.vcproj:
8211         * win32/vs8/libgsteffectv.vcproj:
8212         * win32/vs8/libgstflac.vcproj:
8213         * win32/vs8/libgstflxdec.vcproj:
8214         * win32/vs8/libgstgoom.vcproj:
8215         * win32/vs8/libgsticydemux.vcproj:
8216         * win32/vs8/libgstid3demux.vcproj:
8217         * win32/vs8/libgstjpeg.vcproj:
8218         * win32/vs8/libgstladspa.vcproj:
8219         * win32/vs8/libgstlevel.vcproj:
8220         * win32/vs8/libgstmatroska.vcproj:
8221         * win32/vs8/libgstmikmod.vcproj:
8222         * win32/vs8/libgstmng.vcproj:
8223         * win32/vs8/libgstmonoscope.vcproj:
8224         * win32/vs8/libgstmulaw.vcproj:
8225         * win32/vs8/libgstmultipart.vcproj:
8226         * win32/vs8/libgstpng.vcproj:
8227         * win32/vs8/libgstrtp.vcproj:
8228         * win32/vs8/libgstrtsp.vcproj:
8229         * win32/vs8/libgstshout2.vcproj:
8230         * win32/vs8/libgstsmpte.vcproj:
8231         * win32/vs8/libgstspeex.vcproj:
8232         * win32/vs8/libgsttaglib.vcproj:
8233         * win32/vs8/libgstudp.vcproj:
8234         * win32/vs8/libgstvideobalance.vcproj:
8235         * win32/vs8/libgstvideobox.vcproj:
8236         * win32/vs8/libgstvideoflip.vcproj:
8237         * win32/vs8/libgstvideomixer.vcproj:
8238         * win32/vs8/libgstwavenc.vcproj:
8239         * win32/vs8/libgstwavparse.vcproj:
8240           Add VS8 project files (note that many of the plugins in ext are
8241           disabled by default). Fixes #366492.
8242
8243 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
8244
8245         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
8246           we do not translate debug messages
8247
8248 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
8249
8250         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
8251           fix categorisation, make short desc more explicit, remove unused code
8252           Fixes #372021
8253
8254 2006-11-08  Wim Taymans  <wim@fluendo.com>
8255
8256         * gst/rtp/gstrtpL16depay.c:
8257         * gst/rtp/gstrtpamrdepay.c:
8258         * gst/rtp/gstrtpamrpay.c:
8259         * gst/rtp/gstrtpgsmdepay.c:
8260         * gst/rtp/gstrtph263pay.c:
8261         * gst/rtp/gstrtph263pdepay.c:
8262         * gst/rtp/gstrtph263ppay.c:
8263         * gst/rtp/gstrtph264depay.c:
8264         * gst/rtp/gstrtpmp2tdepay.c:
8265         * gst/rtp/gstrtpmp4gdepay.c:
8266         * gst/rtp/gstrtpmp4gpay.c:
8267         * gst/rtp/gstrtpmp4vdepay.c:
8268         * gst/rtp/gstrtpmp4vpay.c:
8269         * gst/rtp/gstrtpmpadepay.c:
8270         * gst/rtp/gstrtpmpapay.c:
8271         * gst/rtp/gstrtppcmadepay.c:
8272         * gst/rtp/gstrtppcmapay.c:
8273         * gst/rtp/gstrtppcmudepay.c:
8274         * gst/rtp/gstrtppcmupay.c:
8275         * gst/rtp/gstrtpspeexdepay.c:
8276         * gst/rtp/gstrtpspeexpay.c:
8277         * gst/rtp/gstrtpsv3vdepay.c:
8278         Fix element descriptions.
8279
8280 2006-11-08  Wim Taymans  <wim@fluendo.com>
8281
8282         * gst/rtp/gstrtpvorbisdepay.c:
8283         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
8284         Fix description.
8285         Small cleanup in the payloader.
8286
8287 2006-11-08  Wim Taymans  <wim@fluendo.com>
8288
8289         * gst/rtp/Makefile.am:
8290         * gst/rtp/gstrtp.c: (plugin_init):
8291         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
8292         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
8293         (gst_rtp_theora_depay_finalize),
8294         (gst_rtp_theora_depay_parse_configuration),
8295         (gst_rtp_theora_depay_setcaps),
8296         (gst_rtp_theora_depay_switch_codebook),
8297         (gst_rtp_theora_depay_process),
8298         (gst_rtp_theora_depay_set_property),
8299         (gst_rtp_theora_depay_get_property),
8300         (gst_rtp_theora_depay_change_state),
8301         (gst_rtp_theora_depay_plugin_init):
8302         * gst/rtp/gstrtptheoradepay.h:
8303         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
8304         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
8305         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
8306         (gst_rtp_theora_pay_init_packet),
8307         (gst_rtp_theora_pay_flush_packet),
8308         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
8309         (gst_rtp_theora_pay_handle_buffer),
8310         (gst_rtp_theora_pay_plugin_init):
8311         * gst/rtp/gstrtptheorapay.h:
8312         Add theora pay/depayloaders.
8313
8314 2006-11-06  Wim Taymans  <wim@fluendo.com>
8315
8316         * gst/rtp/Makefile.am:
8317         We depend on gsttag to generate the vorbis comments.
8318
8319         * gst/rtp/gstrtpvorbisdepay.c:
8320         (gst_rtp_vorbis_depay_parse_configuration),
8321         (gst_rtp_vorbis_depay_setcaps),
8322         (gst_rtp_vorbis_depay_switch_codebook),
8323         (gst_rtp_vorbis_depay_process):
8324         * gst/rtp/gstrtpvorbisdepay.h:
8325         Parse configuration string in the depayloader.
8326         Implement selecting and switching to a new codebook.
8327         Receiving vorbis over RTP now works.
8328
8329         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
8330         (gst_rtp_vorbis_pay_init_packet),
8331         (gst_rtp_vorbis_pay_finish_headers),
8332         (gst_rtp_vorbis_pay_handle_buffer):
8333         * gst/rtp/gstrtpvorbispay.h:
8334         Set timestamps on outgoing buffers and RTP packets.
8335         Fix configuration string, prepend number of Packet headers.
8336         Fix encoding of ident string.
8337         Add delivery-method to caps.
8338         Streaming vorbis over RTP now works.
8339
8340 2006-11-06  Wim Taymans  <wim@fluendo.com>
8341
8342         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
8343         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
8344         (gst_rtp_vorbis_pay_handle_buffer):
8345         * gst/rtp/gstrtpvorbispay.h:
8346         Generate a valid configuration string in the caps based on the
8347         vorbis headers.
8348
8349 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
8350
8351         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
8352         * ext/cdio/gstcdio.h:
8353         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
8354           Move CD-TEXT utility function into common file so it can also be
8355           used by a future cdioparanoiasrc.
8356
8357 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
8358         
8359         * sys/v4l2/Makefile.am:
8360         * sys/v4l2/gstv4l2object.c:
8361         * sys/v4l2/gstv4l2src.c:
8362         * sys/v4l2/gstv4l2xoverlay.c:
8363         * sys/v4l2/v4l2_calls.c:
8364         * sys/v4l2/v4l2src_calls.c:
8365         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
8366         xoverlay code that is still not implemented.
8367
8368 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
8369
8370         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
8371           We require a -base more recent than 0.10.9, so it's safe to use
8372           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
8373
8374         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
8375         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
8376           Use _newsegment_full() now that we depend on a recent enough core.
8377
8378         * gst/wavparse/gstwavparse.c:
8379           Remove cruft that we don't need any longer now that we depend on
8380           a recent enough -base.
8381
8382 2006-10-31  Wim Taymans  <wim@fluendo.com>
8383
8384         * gst/rtp/Makefile.am:
8385         * gst/rtp/gstrtp.c: (plugin_init):
8386         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
8387         (gst_rtpilbcpay_setcaps):
8388         Fix and activate ILBC pay and depayloaders. Fixes #368162.
8389
8390 2006-10-31  Wim Taymans  <wim@fluendo.com>
8391
8392         * ext/speex/gstspeexdec.c: (speex_dec_convert),
8393         (speex_dec_sink_event), (speex_dec_chain_parse_header):
8394         Some small cleanups, use _scale.
8395
8396 2006-10-31  Wim Taymans  <wim@fluendo.com>
8397
8398         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
8399         Use higher precision scale function.
8400
8401 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
8402
8403         Patch by: Michal Benes  <michal dot benes at itonis tv>
8404
8405         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
8406         (gst_matroska_demux_read_track_encodings),
8407         (gst_matroska_decode_buffer):
8408           Fix several issues with encoded/compressed/encrypted/signed tracks;
8409           also, remove superfluous newline characters from some debug
8410           statements. (#366155)
8411
8412 2006-10-30  Wim Taymans  <wim@fluendo.com>
8413
8414         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
8415         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
8416         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
8417         (gst_smokedec_change_state):
8418         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
8419         (gst_smokeenc_init), (gst_smokeenc_finalize),
8420         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
8421         (gst_smokeenc_resync), (gst_smokeenc_chain),
8422         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
8423         (gst_smokeenc_change_state):
8424         Various cleanups, capsnego and leak fixes.
8425
8426 2006-10-30  Wim Taymans  <wim@fluendo.com>
8427
8428         Patch by: Mark Nauwelaerts  <manauw at skynet be>
8429
8430         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
8431         Fix videomixer so that it can handle any combination of framerates.
8432         Fixes #367221.
8433
8434 2006-10-28  Wim Taymans  <wim@fluendo.com>
8435
8436         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8437         (gst_avi_demux_parse_file_header),
8438         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
8439         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
8440         (gst_avi_demux_chain):
8441         Fix position query for audio. also fixes timestamps in streaming
8442         mode and bug #364958.
8443         Small cleanups.
8444
8445 2006-10-27  Wim Taymans  <wim@fluendo.com>
8446
8447         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
8448         * ext/libpng/gstpngenc.h:
8449         Fix strides. Fixes #364856.
8450         Cleanup capsnego.
8451         Set caps on outgoing buffers.
8452
8453 2006-10-18  Wim Taymans  <wim@fluendo.com>
8454
8455         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
8456
8457         * gst/rtp/gstrtpgsmpay.c:
8458         * gst/rtp/gstrtph263pay.c:
8459         * gst/rtp/gstrtpmpapay.c:
8460         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
8461         (gst_rtp_pcma_pay_handle_buffer):
8462         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
8463         Add static payload numbers in addition to the dynamic ones.
8464         Fixes #361639.
8465
8466 2006-10-18  Wim Taymans  <wim@fluendo.com>
8467
8468         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
8469         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
8470         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
8471         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
8472         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
8473         * gst/rtsp/rtspdefs.h:
8474         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
8475         * gst/rtsp/rtspurl.h:
8476         Reuse already existing enum for lower transport.
8477         Add rtspt and rtspu protocols.
8478         Send redirect to rtspt when udp times out.
8479
8480 2006-10-18  Wim Taymans  <wim@fluendo.com>
8481
8482         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8483         (gst_wavparse_stream_data):
8484         Fix seeking some more, mostly for speed changes.
8485
8486 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
8487
8488         Patch by: Fredrik Persson  <frepe at bredband net>
8489
8490         * sys/v4l2/gstv4l2tuner.c:
8491         * sys/v4l2/gstv4l2tuner.h:
8492           Fix _set_channel(): remove useless g_object_notify() for "channel"
8493           property that doesn't exist any longer and therefore now also
8494           useless redirect (#338818).
8495
8496 2006-10-17  Wim Taymans  <wim@fluendo.com>
8497
8498         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
8499         Some drivers do not support unsetting the non-blocking flag once the
8500         device is opened. In those cases, close/open the device in
8501         non-blocking mode. Fixes #362673.
8502
8503 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
8504
8505         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
8506         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
8507         (gst_v4l2src_get_fps):
8508           dear stefan, framespersecond is not frameperiod, reverting but adding
8509           comment
8510
8511 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
8512
8513         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
8514         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
8515         (gst_v4l2src_get_fps):
8516           Numerator is numerator and denominator is denominator. Say that aloud
8517           5 times and retry after next beer.
8518
8519 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
8520
8521         Patch by: Josep Torra Valles  <josep at fluendo com>
8522
8523         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
8524         * ext/esd/esdsink.c: (gst_esdsink_write):
8525         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
8526         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
8527         (gst_flac_dec_send_newsegment):
8528         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
8529         (gst_flac_enc_tell_callback):
8530         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
8531         (smokecodec_parse_header), (smokecodec_decode):
8532         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
8533         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
8534         * gst/goom/Makefile.am:
8535         * gst/goom/gstgoom.c:
8536         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
8537         * gst/rtsp/gstrtspsrc.c:
8538         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
8539         * gst/udp/gstudpsink.c:
8540         * gst/udp/gstudpsrc.c:
8541         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
8542         * sys/sunaudio/gstsunaudiomixertrack.h:
8543           Fix a bunch of problems discovered by the Forte compiler, mostly type
8544           mixups and pointer arithmetics with void pointers. Fixes #362603.
8545
8546 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
8547
8548         * ext/speex/gstspeex.c: (plugin_init):
8549         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
8550         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
8551         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
8552         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
8553         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
8554         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
8555         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
8556         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
8557         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
8558         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
8559         (gst_speex_enc_chain), (gst_speex_enc_get_property),
8560         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
8561         * ext/speex/gstspeexenc.h:
8562           Miscellaneous clean-ups, among other things: speexenc => enc to
8563           enhance code readability; change speexenc => speex_enc; in chain
8564           function unref input buffer in case of error; take reference in
8565           event function; use boilerplate macro; use gst_pad_query_peer_*
8566           convenience functions.
8567
8568 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
8569
8570         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
8571         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
8572         (gst_speexenc_set_header_on_caps):
8573           Fix some mem leaks.
8574
8575 2006-10-11  Wim Taymans  <wim@fluendo.com>
8576
8577         * gst/rtsp/URLS:
8578         Added some other URL.
8579
8580         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
8581         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
8582         (gst_rtspsrc_open), (gst_rtspsrc_play),
8583         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8584         * gst/rtsp/gstrtspsrc.h:
8585         Work on fallback to TCP connection when the UDP socket times out.
8586         Handler server requests, just reply with OK for now.
8587
8588         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
8589         * gst/rtsp/rtspdefs.h:
8590         Added some more Real extension headers.
8591
8592         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
8593         Fix parsing of urls with a ':' that is not part of the hostname:port
8594         part of the url.
8595
8596 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
8597
8598         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
8599         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
8600         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
8601           Activate pad before adding it to the already-running element.
8602
8603         * tests/check/elements/icydemux.c: (icydemux_found_pad):
8604           Activate newly-created pad too.
8605
8606 2006-10-11  Wim Taymans  <wim@fluendo.com>
8607
8608         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
8609
8610         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
8611         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
8612         (gst_udpsrc_start):
8613         Fix some leaks in caps and uris. Fixes #361252.
8614
8615 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
8616
8617         * gst/wavparse/Makefile.am:
8618           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
8619
8620 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
8621
8622         * sys/v4l2/gstv4l2xoverlay.c:
8623         * sys/v4l2/gstv4l2xoverlay.h:
8624         Fix build as per the patch in #338818 comment 36.
8625
8626 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
8627
8628         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
8629           Activate pads before adding them to the source.
8630
8631 2006-10-06  Wim Taymans  <wim@fluendo.com>
8632
8633         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
8634         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
8635         Activate pads before adding.
8636
8637 2006-10-06  Wim Taymans  <wim@fluendo.com>
8638
8639         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
8640         (gst_multipart_find_pad_by_mime):
8641         Activate pads before adding.
8642
8643         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
8644         BOILERPLATE sets parent_class for us.
8645
8646 2006-10-06  Wim Taymans  <wim@fluendo.com>
8647
8648         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
8649         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
8650         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
8651         (gst_rtspsrc_alloc_udp_ports),
8652         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
8653         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
8654         (gst_rtspsrc_create_transports_string),
8655         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
8656         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8657         * gst/rtsp/gstrtspsrc.h:
8658         Rework how the transport string is constructed, try to share channels
8659         and udp ports.
8660         Make most of the stuff less dependant on RTP as we are also going to use
8661         it for RDT.
8662         Add support for transport specific session managers.
8663
8664         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
8665         Implement _flush().
8666
8667         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
8668         * gst/rtsp/rtspdefs.h:
8669         Add generic error return code.
8670
8671         * gst/rtsp/rtspext.h:
8672         Add support for pluggable tranport strings.
8673
8674         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
8675         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
8676         (rtsp_ext_wms_get_context):
8677         Detect WMServer and activate the extension.
8678
8679         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
8680         (rtsp_transport_get_manager), (rtsp_transport_parse):
8681         * gst/rtsp/rtsptransport.h:
8682         Added methods to get mime/manager for certain transports.
8683
8684 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
8685
8686         * ext/cairo/gsttimeoverlay.c:
8687         (gst_cairo_time_overlay_update_font_height):
8688         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
8689         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
8690         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
8691         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
8692         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
8693         * ext/libpng/gstpngdec.c: (user_endrow_callback):
8694         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
8695         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
8696         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
8697         (gst_avi_demux_stream_data):
8698         * gst/cutter/gstcutter.c: (gst_cutter_chain):
8699         * gst/debug/efence.c: (gst_efence_buffer_alloc),
8700         (gst_fenced_buffer_copy):
8701         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
8702         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
8703         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
8704         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
8705         (gst_rtspsrc_handle_message):
8706         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
8707         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
8708           Printf format fixes.
8709
8710 2006-10-04  Wim Taymans  <wim@fluendo.com>
8711
8712         * gst/rtsp/Makefile.am:
8713         Dist new .h file too.
8714
8715 2006-10-04  Wim Taymans  <wim@fluendo.com>
8716
8717         * gst/rtsp/Makefile.am:
8718         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
8719         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
8720         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8721         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
8722         (gst_rtspsrc_parse_rtpmap),
8723         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
8724         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8725         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
8726         * gst/rtsp/gstrtspsrc.h:
8727         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
8728         * gst/rtsp/rtspdefs.h:
8729         * gst/rtsp/rtspext.h:
8730         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
8731         (rtsp_ext_wms_get_context):
8732         * gst/rtsp/rtspextwms.h:
8733         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
8734         (rtsp_transport_parse):
8735         * gst/rtsp/rtsptransport.h:
8736         Factor out extension in separate module.
8737         Fix getcaps to filter against the padtemplate.
8738         Use Content-Base if the server gives one.
8739         Rework the transport parsing a bit for future extensions.
8740         Added some Real Header field definitions.
8741
8742 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
8743
8744         * docs/plugins/Makefile.am:
8745         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8746         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8747           added v4l2 stubs
8748         * gst-plugins-good.spec.in:
8749           add v4l2
8750
8751 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
8752
8753         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
8754           Extract disc/album/medium number and count and try harder
8755           to extract track number/count.
8756
8757 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
8758
8759         * configure.ac:
8760         * sys/Makefile.am:
8761           add build stuff for v4l2, needs --enable-experimental until
8762           the last bits are resolved
8763
8764 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
8765
8766         * tests/check/Makefile.am:
8767           Disable autodetect test temporarily, so that the build bots
8768           update -bad and the ranks of unreliable video sinks in there.
8769
8770         * tests/check/elements/autodetect.c: (GST_START_TEST):
8771           Skip test if no usable videosink is found.
8772
8773 2006-09-29  Wim Taymans  <wim@fluendo.com>
8774
8775         * gst/rtsp/URLS:
8776         Add some more URLs.
8777
8778         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8779         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
8780         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8781         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
8782         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8783         (gst_rtspsrc_loop), (gst_rtspsrc_send),
8784         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8785         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
8786         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8787         * gst/rtsp/gstrtspsrc.h:
8788         Add timeout property to control UDP timeouts.
8789         Fix error messages.
8790         Also start a loop function when operating in UDP mode so that we can
8791         do some more stuff async.
8792         Handle element messages from udpsrc to detect timeouts. If a timeout
8793         happens we currently generate an error.
8794         API: rtspsrc::timeout property.
8795
8796         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
8797         (gst_udpsrc_create):
8798         Really implement the timeout in microseconds and not milliseconds.
8799
8800 2006-09-29  Wim Taymans  <wim@fluendo.com>
8801
8802         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8803         (gst_udpsrc_create), (gst_udpsrc_set_property),
8804         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
8805         * gst/udp/gstudpsrc.h:
8806         Added property to post a message on timeout.
8807         Updated docs.
8808         When restarting the select, initialize the fdsets again.
8809         Init control sockets so we don't accidentally close a random socket.
8810         API: GstUDPSrc::timeout property
8811
8812 2006-09-29  Wim Taymans  <wim@fluendo.com>
8813
8814         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
8815         Fix flag registration.
8816
8817         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
8818         Reading 0 also means 'no more commands'
8819
8820 2006-09-29  Wim Taymans  <wim@fluendo.com>
8821
8822         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
8823
8824         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8825         Fix possible infinite loop when shutting down, a read can also return
8826         0 to indicate no more messages are available. Fixes #358156.
8827
8828 2006-09-25  Wim Taymans  <wim@fluendo.com>
8829
8830         * gst/autodetect/gstautoaudiosink.c:
8831         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
8832         (gst_auto_audio_sink_find_best):
8833         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
8834         Small cleanups.
8835         don't try to set "sync" property when it is not available.
8836
8837 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8838
8839         Patch by: Peter Kjellerstedt  <pkj at axis com>
8840
8841         * gst/alpha/gstalpha.c:
8842         * gst/rtp/gstrtpamrdepay.c:
8843         * gst/rtsp/gstrtspsrc.c:
8844         * gst/udp/gstudpsrc.c:
8845         * gst/videomixer/videomixer.c:
8846           Include stdlib.h in some more places, makes things compile
8847           with uClibc and -Werror (#357592).
8848
8849 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8850
8851         * ext/jpeg/gstjpegdec.c:
8852           Set minimum height to 8 (from 16), our code should handle
8853           that fine. Some of the buttons on the apple trailer site
8854           are apparently only 15 pixels high (see #357470).
8855
8856 2006-09-23  Wim Taymans  <wim@fluendo.com>
8857
8858         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
8859         (gst_rtspsrc_open):
8860         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8861         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
8862         (rtsp_connection_receive):
8863         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
8864         * gst/rtsp/rtspdefs.h:
8865         Improve error reporting.
8866
8867 2006-09-23  Wim Taymans  <wim@fluendo.com>
8868
8869         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
8870         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
8871         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
8872         * gst/rtp/gstrtpdepay.c:
8873         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
8874         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
8875         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
8876         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
8877         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
8878         (gst_rtp_mp2t_depay_plugin_init):
8879         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
8880         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
8881         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
8882         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
8883         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
8884         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
8885         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
8886         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
8887         Fix klass typos.
8888         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
8889
8890 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
8891
8892         * configure.ac:
8893           Need  -base CVS for gst_base_rtp_depayload_push_ts().
8894
8895 2006-09-22  Wim Taymans  <wim@fluendo.com>
8896
8897         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
8898         Don't check for a tag that is never there and check if we read the
8899         correct tag. Fixes seeking again.
8900         We must post an error when all pads are unlinked.
8901
8902 2006-09-22  Wim Taymans  <wim@fluendo.com>
8903
8904         * gst/rtp/Makefile.am:
8905         * gst/rtp/gstrtp.c: (plugin_init):
8906         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
8907         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
8908         (gst_rtp_vorbis_pay_reset_packet),
8909         (gst_rtp_vorbis_pay_init_packet),
8910         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
8911         (gst_rtp_vorbis_pay_handle_buffer):
8912         More fixage, set endoder-params correctly in the payloader.
8913
8914 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
8915
8916         * gst/autodetect/gstautoaudiosink.c:
8917         (gst_auto_audio_sink_base_init):
8918         * gst/autodetect/gstautovideosink.c:
8919         (gst_auto_video_sink_base_init):
8920           Make static pad templates static to appease valgrind's leak
8921           detector.
8922
8923         * tests/check/Makefile.am:
8924         * tests/check/elements/.cvsignore:
8925         * tests/check/elements/autodetect.c: (GST_START_TEST),
8926         (autodetect_suite):
8927           Add simple test for the ghostpad lockup on shutdown fixed in core
8928           CVS (audio bit disabled because it would need dozens of alsa
8929           suppressions and I'm too lazy to add those now).
8930
8931 2006-09-22  Wim Taymans  <wim@fluendo.com>
8932
8933         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
8934         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
8935         Small cleanups.
8936
8937         * gst/rtp/Makefile.am:
8938         * gst/rtp/gstrtp.c: (plugin_init):
8939         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
8940         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
8941         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
8942         (gst_rtp_vorbis_depay_process),
8943         (gst_rtp_vorbis_depay_set_property),
8944         (gst_rtp_vorbis_depay_get_property),
8945         (gst_rtp_vorbis_depay_change_state),
8946         (gst_rtp_vorbis_depay_plugin_init):
8947         * gst/rtp/gstrtpvorbisdepay.h:
8948         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
8949         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
8950         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
8951         (gst_rtp_vorbis_pay_flush_packet),
8952         (gst_rtp_vorbis_pay_append_buffer),
8953         (gst_rtp_vorbis_pay_handle_buffer),
8954         (gst_rtp_vorbis_pay_plugin_init):
8955         * gst/rtp/gstrtpvorbispay.h:
8956         Add experimental vorbis pay and depayloaders.
8957
8958 2006-09-21  Wim Taymans  <wim@fluendo.com>
8959
8960         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
8961         Fix profile-level-id parsing and setup.
8962
8963 2006-09-21  Wim Taymans  <wim@fluendo.com>
8964
8965         * gst/udp/README:
8966         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
8967         Update README, simple cleanup.
8968
8969 2006-09-21  Wim Taymans  <wim@fluendo.com>
8970
8971         * gst/rtp/README:
8972         Update README with some examples.
8973
8974         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
8975         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
8976         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
8977         (gst_rtp_mp4g_pay_setcaps):
8978         * gst/rtp/gstrtpmp4gpay.h:
8979         Make optional RTP parameters of type STRING, as required by the
8980         application/x-rtp caps specification.
8981
8982 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
8983
8984         * gst/rtp/gstrtph263pdepay.c:
8985         * gst/rtp/gstrtph263ppay.c:
8986         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
8987         RTP header.
8988
8989 2006-09-20  Wim Taymans  <wim@fluendo.com>
8990
8991         * gst/rtp/Makefile.am:
8992         And makefile too.
8993
8994 2006-09-20  Wim Taymans  <wim@fluendo.com>
8995
8996         * gst/rtp/gstrtp.c: (plugin_init):
8997         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
8998         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
8999         (decode_base64), (gst_rtp_asf_depay_setcaps),
9000         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
9001         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
9002         (gst_rtp_asf_depay_plugin_init):
9003         * gst/rtp/gstrtpasfdepay.h:
9004         Added preliminary ASF depayloader.
9005
9006         * gst/rtp/gstrtph264depay.c: (decode_base64):
9007         Fix base64 decoding.
9008
9009 2006-09-20  Wim Taymans  <wim@fluendo.com>
9010
9011         * gst/rtsp/URLS:
9012         Added some test URLS.
9013
9014         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
9015         (gst_rtspsrc_loop), (gst_rtspsrc_open):
9016         * gst/rtsp/gstrtspsrc.h:
9017         When creating streams, give access to the complete SDP.
9018         Fix some leaks.
9019         Collect and merge global stream properties in stream caps.
9020         Preliminary support for WMServer.
9021
9022         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9023         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
9024         (rtsp_connection_receive):
9025         * gst/rtsp/rtspconnection.h:
9026         Make connection interruptable.
9027         Refactor to make it reconnectable.
9028         Don't fail on short reads when reading data packets.
9029
9030         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
9031         (rtsp_url_get_port):
9032         * gst/rtsp/rtspurl.h:
9033         Add methods for getting/setting the port.
9034
9035         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
9036         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
9037         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
9038         (sdp_media_get_format), (sdp_parse_line),
9039         (sdp_message_parse_buffer):
9040         Fix headers. 
9041         Add methods for getting multiple attributes with the same name.
9042         Increase buffer size when parsing.
9043         Fix parsing of a=foo fields.
9044
9045         * gst/rtsp/test.c: (main):
9046         Update to new connection API.
9047
9048         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
9049         (rtsp_message_init_response), (rtsp_message_init_data),
9050         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
9051         * gst/rtsp/rtspmessage.h:
9052         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
9053         * gst/rtsp/rtsptransport.h:
9054         * gst/rtsp/sdp.h:
9055         * gst/rtsp/sdpmessage.h:
9056         * gst/rtsp/gstrtsp.c:
9057         * gst/rtsp/gstrtsp.h:
9058         * gst/rtsp/gstrtpdec.c:
9059         * gst/rtsp/gstrtpdec.h:
9060         * gst/rtsp/rtsp.h:
9061         * gst/rtsp/rtspdefs.c:
9062         * gst/rtsp/rtspdefs.h:
9063         Dual licensed under MIT and LGPL now.
9064
9065 2006-09-19  Wim Taymans  <wim@fluendo.com>
9066
9067         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
9068         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
9069         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
9070         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
9071         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
9072         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
9073         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9074         * gst/rtsp/gstrtspsrc.h:
9075         Reorganize stream parsing and creation.
9076         Detect container formats in interleaved mode.
9077         Keep more state about the streams.
9078         Assume a server also supports PLAY if it does not say.
9079         Add unicast and interleaved properties to TCP transport requests to make
9080         some servers happy (WMServer).
9081
9082         * gst/rtsp/sdpmessage.h:
9083         Add some defines for the standard Bandwidth types.
9084
9085 2006-09-19  Wim Taymans  <wim@fluendo.com>
9086
9087         * gst/rtsp/test.c: (main):
9088         Fix build.
9089
9090 2006-09-19  Wim Taymans  <wim@fluendo.com>
9091
9092         * gst/wavparse/gstwavparse.c:
9093         Add ms-gsm to the src template.
9094
9095 2006-09-18  Wim Taymans  <wim@fluendo.com>
9096
9097         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
9098         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
9099         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
9100         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
9101         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
9102         * gst/rtsp/gstrtspsrc.h:
9103         Small cleanups, added documentation.
9104         Try to clean up the requests and responses.
9105         Refactor parsing the supported methods.
9106
9107         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
9108         (rtsp_connection_create), (rtsp_connection_send),
9109         (parse_response_status), (parse_request_line),
9110         (rtsp_connection_receive), (rtsp_connection_close),
9111         (rtsp_connection_free):
9112         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
9113         (rtsp_transport_init), (rtsp_transport_parse),
9114         (rtsp_transport_free):
9115         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
9116         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
9117         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
9118         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
9119         Use g_return_val some more.
9120
9121         * gst/rtsp/rtspdefs.h:
9122         Add more enum values to track initial states.
9123
9124         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
9125         (rtsp_message_init_request), (rtsp_message_new_response),
9126         (rtsp_message_init_response), (rtsp_message_init_data),
9127         (rtsp_message_unset), (rtsp_message_free),
9128         (rtsp_message_add_header), (rtsp_message_remove_header),
9129         (rtsp_message_get_header), (rtsp_message_set_body),
9130         (rtsp_message_take_body), (rtsp_message_get_body),
9131         (rtsp_message_steal_body), (rtsp_message_dump):
9132         * gst/rtsp/rtspmessage.h:
9133         Reorder arguments, object goes as the first one.
9134         Use g_return_val some more.
9135
9136 2006-09-18  Wim Taymans  <wim@fluendo.com>
9137
9138         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
9139         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
9140         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
9141         * gst/rtsp/gstrtspsrc.h:
9142         Export sometimes source pad with correct caps on the template, create
9143         the ghostpad from the template.
9144         Remove RTCP template as we never expose RTCP.
9145         Protect against invalid body size.
9146         Avoid memcpy when creating the output buffer.
9147         Properly post an error and send EOS when the loop function is shut down.
9148
9149 2006-09-18  Wim Taymans  <wim@fluendo.com>
9150
9151         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
9152
9153         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9154         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
9155         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
9156         * gst/rtsp/gstrtspsrc.h:
9157         Make sure we can never set an invalid location.
9158
9159         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
9160         * gst/rtsp/rtspmessage.h:
9161         Added _steal_body method for future use.
9162
9163         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
9164         Make freeing of NULL url return immediatly.
9165
9166 2006-09-18  Wim Taymans  <wim@fluendo.com>
9167
9168         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
9169
9170         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
9171         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
9172         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
9173         (gst_rtspsrc_change_state):
9174         * gst/rtsp/gstrtspsrc.h:
9175         Use boilerplate.
9176         Make rtspsrc subclass GstBin to make state changes easier.
9177         Add Range header field on the PLAY request.
9178
9179 2006-09-18  Wim Taymans  <wim@fluendo.com>
9180
9181         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
9182
9183         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
9184         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
9185         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
9186         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
9187         * gst/rtsp/rtspconnection.c: (inet_aton):
9188         Small cleanups.
9189         when multicast is selected as the transport, create UDP sources and
9190         connect to the multicast group.
9191         Move parsing and setting of caps to a common place.
9192         Fixes #349894.
9193
9194 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
9195
9196         * ext/flac/gstflactag.c:
9197         * gst/alpha/gstalpha.c:
9198         * gst/debug/breakmydata.c:
9199         * gst/debug/negotiation.c:
9200         * gst/debug/testplugin.c:
9201         * gst/effectv/gstaging.c:
9202         * gst/effectv/gstdice.c:
9203         * gst/effectv/gstedge.c:
9204         * gst/effectv/gstquark.c:
9205         * gst/effectv/gstrev.c:
9206         * gst/effectv/gstshagadelic.c:
9207         * gst/effectv/gstvertigo.c:
9208         * gst/effectv/gstwarp.c:
9209         * gst/multipart/multipartdemux.c:
9210         * gst/multipart/multipartmux.c:
9211         * gst/videobox/gstvideobox.c:
9212         * gst/videofilter/gstgamma.c:
9213         * gst/videofilter/gstvideotemplate.c:
9214         * gst/videomixer/videomixer.c:
9215         * sys/sunaudio/gstsunaudiosrc.h:
9216         More G_OBJECT macro fixing.
9217
9218 2006-09-16  Wim Taymans  <wim@fluendo.com>
9219
9220         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
9221
9222         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
9223         Correctly set the dwLength in strh.
9224         With this patch, the file duration is now displayed correctly in window
9225         media player and the AVI plays completely. Fixes #356147
9226
9227 2006-09-15  Wim Taymans  <wim@fluendo.com>
9228
9229         Patch by: Darren Kenny <darren dot kenny at sun dot com>
9230
9231         * sys/sunaudio/gstsunaudiomixerctrl.c:
9232         (gst_sunaudiomixer_ctrl_build_list):
9233         Set the output track as the MASTER so that the gnome-settings-daemon
9234         keybindings for changing the volume using the keyboard works.
9235         Fixes #356142.
9236
9237 2006-09-15  Wim Taymans  <wim@fluendo.com>
9238
9239         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
9240         Fix documentation, it is not possible to control the framerate of jpegdec
9241         using filtered caps yet. Fixes #355210.
9242         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
9243         stop when there is an error.
9244
9245 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
9246
9247         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
9248         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
9249           Don't interpret a first buffer with an offset of NONE as
9250           'from the middle of the stream', but only a first buffer
9251           that has a valid buffer offset that's non-zero (see #345449).
9252
9253 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
9254
9255         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
9256         (gst_icydemux_typefind_or_forward):
9257         * gst/icydemux/gsticydemux.h:
9258           When we merge/collect multiple incoming buffers for typefinding
9259           purposes, keep an initial 0 offset on the first outgoing buffer
9260           as well (otherwise id3demux won't work right). Fixes #345449.
9261           Also Make buffer metadata writable before setting buffer caps.
9262
9263         * tests/check/elements/icydemux.c: (typefind_succeed),
9264         (cleanup_icydemux), (push_data), (GST_START_TEST),
9265         (icydemux_suite):
9266           Small test case for the above.
9267
9268 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
9269
9270         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
9271         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
9272         (gst_avi_demux_stream_header_push),
9273         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
9274         (gst_avi_demux_loop):
9275           More code reuse and better logging in _peek_chunk(). Reintroduce check
9276           for chunk sizes before reading them (avoid oom). Better handling for 
9277           invalid chunksizes when streaming.
9278
9279 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
9280
9281         * gst/level/gstlevel.c: (gst_level_set_property):
9282         * gst/level/gstlevel.h:
9283           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
9284           René Stadler
9285
9286 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
9287
9288         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
9289         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
9290         (gst_avi_demux_stream_data):
9291           Revert one change to fix streaming avi (adapter size != data size).
9292
9293 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
9294
9295         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
9296
9297         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
9298         (gst_matroska_demux_reset),
9299         (gst_matroska_demux_read_track_encodings),
9300         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
9301         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9302         (gst_matroska_demux_subtitle_caps):
9303         * gst/matroska/matroska-ids.h:
9304           Add support for VOBSUB subtitle tracks and zlib-compressed
9305           tracks. Make sure we start on a keyframe after a seek. (#343348)
9306
9307 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
9308
9309         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
9310         (gst_matroska_demux_push_flac_codec_priv_data),
9311         (gst_matroska_demux_push_xiph_codec_priv_data),
9312         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9313         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
9314         * gst/matroska/matroska-ids.h:
9315           Add basic FLAC support (#311586), not perfect yet though, needs some
9316           tweaking in flacdec; also, seeking could be better.
9317           Do better bounds checking when deserialising vorbis stream headers
9318           to make sure we don't read beyond the end of the buffer on bad input.
9319
9320 2006-09-04  Wim Taymans  <wim@fluendo.com>
9321
9322         Patch by: Alessandro Decina <alessandro at nnva dot org>
9323
9324         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
9325         Seeking back in a file containing a CMML stream errors out if the seek
9326         goes back up to the CMML headers. This is because after the seek the xml
9327         processing instruction <?xml ...?> is submitted to the xml parser again, 
9328         which results in an error. The attached patch fixes the problem. 
9329         Fixes #353908.
9330
9331         * ext/annodex/gstcmmlenc.h:
9332         Fix authors name.
9333
9334
9335 2006-08-28  Andy Wingo  <wingo@pobox.com>
9336
9337         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
9338         New helper function to lessen the ifdefs.
9339         (GST_INFO_OBJECT): 
9340         (gst_dv1394src_iso_receive): Use it.
9341         (gst_dv1394src_create): Also use the control sockets in iec61883
9342         mode.
9343         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
9344         handle for AVC operations; fixes #348233.
9345
9346 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
9347
9348         * configure.ac:
9349         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9350         * docs/plugins/inspect/plugin-audiofx.xml:
9351         * docs/plugins/inspect/plugin-audiofxgood.xml:
9352         * gst/audiofx/Makefile.am:
9353         * gst/audiofx/audiofx.c:
9354         * gst/audiofxgood/.cvsignore:
9355         * gst/audiofxgood/Makefile.am:
9356         * gst/audiofxgood/audiofx.c:
9357         * gst/audiofxgood/audiopanorama.c:
9358         * gst/audiofxgood/audiopanorama.h:
9359           Rename again (audiofxgood -> audiofx).
9360
9361 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
9362
9363         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
9364         (gst_avi_demux_stream_scan):
9365           Initialze variables.
9366
9367 2006-08-25  Wim Taymans  <wim@fluendo.com>
9368
9369         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
9370         (gst_avi_demux_init), (gst_avi_demux_finalize),
9371         (gst_avi_demux_reset), (gst_avi_demux_index_last),
9372         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
9373         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
9374         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
9375         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
9376         (gst_avi_demux_massage_index),
9377         (gst_avi_demux_calculate_durations_from_index),
9378         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
9379         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
9380         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
9381         (gst_avi_demux_change_state):
9382         * gst/avi/gstavidemux.h:
9383         More attempts to turn this into readable code.
9384         Don't leak adapters.
9385         Calculate duration according to index more efficiently.
9386         Don't try to act like we drive the pipeline in chain mode.
9387
9388 2006-08-25  Wim Taymans  <wim@fluendo.com>
9389
9390         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
9391         Fix build.
9392
9393 2006-08-25  Wim Taymans  <wim@fluendo.com>
9394
9395         Patch by: Alessandro Decina <alessandro at nnva dot org>
9396
9397         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
9398         Do some extra sanity checks.
9399         Fixes #350340.
9400
9401         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
9402         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
9403         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
9404         Check if clip->start_time is valid before adding the clip to the
9405         track list.
9406         Reset enc->preamble going from PAUSED to READY.
9407         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
9408         only used for EOS.
9409         Only post an error message if we were the one that created the fatal
9410         GstFlowReturn value.
9411
9412         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
9413         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
9414         Parse the seconds field of the npt-sec time format using %llu rather than
9415         %d and check that the value scaled by GST_SECOND doesn't overflow.
9416         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
9417         Lookup a clip's track with clip->track rather than clip->id which
9418         makes no sense.
9419         Identify a clip by its track and start time and not its xml id.
9420         do some more input checking and make sure we don't do undefined shifts.
9421
9422         * tests/check/elements/cmmldec.c: (setup_cmmldec),
9423         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
9424         (cmml_tag_message_pop), (check_headers), (push_clip_full),
9425         (push_clip), (push_empty_clip), (check_output_clip),
9426         (GST_START_TEST), (cmmldec_suite):
9427         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
9428         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
9429         (check_headers), (push_clip), (check_clip_times), (check_clip),
9430         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
9431         Added some more checks.
9432
9433 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
9434
9435         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
9436         (gst_audio_panorama_set_property),
9437         (gst_audio_panorama_get_property),
9438         (gst_audio_panorama_transform_m2s_int),
9439         (gst_audio_panorama_transform_s2s_int),
9440         (gst_audio_panorama_transform_m2s_float),
9441         (gst_audio_panorama_transform_s2s_float):
9442         * gst/audiofxgood/audiopanorama.h:
9443         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
9444           Make also the pan-property float (saves scaling and yields better
9445           resolution)
9446
9447 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
9448
9449         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
9450         (gst_audio_panorama_transform_m2s_float),
9451         (gst_audio_panorama_transform_s2s_float):
9452           ChangeLog surgery to add cymax's real name
9453
9454
9455 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
9456
9457         Patch by: René Stadler <mail@renestadler.de>
9458
9459         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
9460         (gst_audio_panorama_transform_m2s_int),
9461         (gst_audio_panorama_transform_s2s_int),
9462         (gst_audio_panorama_transform_m2s_float),
9463         (gst_audio_panorama_transform_s2s_float),
9464         (gst_audio_panorama_transform):
9465         * gst/audiofxgood/audiopanorama.h:
9466           Added float support
9467
9468 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
9469
9470         * gst/audiofxgood/audiopanorama.c:
9471         (gst_audio_panorama_transform_m2s):
9472           Fix docs & debug category. Add Fixme for volume pan levels.
9473
9474 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
9475
9476         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
9477         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
9478         (gst_avi_demux_stream_header_pull),
9479         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
9480         (gst_avi_demux_chain):
9481           unbreak AVI index handling, some more debug, remove an obsolete
9482           adapter_flush that caused streaming to wander off in the wild
9483
9484 2006-08-24  Wim Taymans  <wim@fluendo.com>
9485
9486         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
9487         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
9488         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
9489         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
9490         (gst_avi_demux_calculate_durations_from_index),
9491         (gst_avi_demux_stream_header_push),
9492         (gst_avi_demux_stream_header_pull):
9493         * gst/avi/gstavidemux.h:
9494         Some more cleanups. 
9495         Fix totalFrames parsing in ODML.
9496         Disable use of index for length calculation in case of ODML as this is
9497         broken now.
9498
9499 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
9500
9501         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
9502           Use libgsttag helper function here too.
9503
9504 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
9505
9506         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
9507         (gst_avi_demux_init), (gst_avi_demux_dispose),
9508         (gst_avi_demux_reset), (gst_avi_demux_index_next),
9509         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
9510         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
9511         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
9512         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
9513         (gst_avi_demux_parse_subindex),
9514         (gst_avi_demux_read_subindexes_push),
9515         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
9516         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
9517         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
9518         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
9519         (gst_avi_demux_stream_header_pull),
9520         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
9521         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
9522         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
9523         (gst_avi_demux_change_state):
9524         * gst/avi/gstavidemux.h:
9525           Initial streaming support for avidemux (fixes #336465)
9526
9527 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
9528
9529         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9530           There is no taglibmux element ...
9531
9532         * gst/rtsp/gstrtspsrc.c:
9533           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
9534           was complaining about unknown entity here.
9535
9536 2006-08-22  Wim Taymans  <wim@fluendo.com>
9537
9538         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9539         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
9540         (gst_avi_demux_process_next_entry):
9541         * gst/avi/gstavidemux.h:
9542         Mark DISCONT.
9543         Remove old unused fields and reorder the struct a bit.
9544
9545 2006-08-22  Wim Taymans  <wim@fluendo.com>
9546
9547         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
9548         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
9549         (gst_rtspsrc_pause):
9550         * gst/rtsp/gstrtspsrc.h:
9551         * sys/oss/gstosssink.c: (gst_oss_sink_open),
9552         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
9553         Small documentation updates.
9554
9555 2006-08-22  Wim Taymans  <wim@fluendo.com>
9556
9557         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9558         (gst_avi_demux_index_entry_for_time),
9559         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
9560         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
9561         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
9562         (gst_avi_demux_next_data_buffer),
9563         (gst_avi_demux_calculate_durations_from_index),
9564         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
9565         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
9566         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
9567         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
9568         * gst/avi/gstavidemux.h:
9569         Precalc most of the duration query for each stream.
9570         Make seeking more correct.
9571         Use GstSegment to track position and duration.
9572         Code cleanups and leak fixes.
9573         Calculate correct total duration based on index length.
9574
9575 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
9576
9577         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
9578         (parse_insert_string_field):
9579           If strings in text fields are marked ISO8859-1, but contain
9580           valid UTF-8 already, then handle them as UTF-8 and ignore
9581           the encoding. (#351794)
9582
9583 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
9584
9585         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
9586         (gst_flac_dec_write), (gst_flac_dec_loop),
9587         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
9588         (gst_flac_dec_src_query):
9589         * ext/flac/gstflacdec.h:
9590           Make flac-in-ogg work (#352100).
9591
9592 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
9593
9594         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
9595           Don't unref buffers of which we've already given away
9596           ownership to the adapter.
9597
9598 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
9599
9600         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
9601           Make metadata extraction actually work.
9602
9603         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
9604         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
9605         (gst_speexenc_chain):
9606           Fix metadata writing: replace old code which wrote completely
9607           broken tags with libgsttag-based code. Plus miscellaneous
9608           code cleanups (use static pad templates etc.) and a bunch
9609           of leak fixes.
9610
9611 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
9612
9613         * gst/audiopanorama/.cvsignore:
9614         * gst/audiopanorama/Makefile.am:
9615         * gst/audiopanorama/audiofx.c:
9616         * gst/audiopanorama/audiopanorama.c:
9617         * gst/audiopanorama/audiopanorama.h:
9618           die! die! die! you should never have been there
9619
9620 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
9621
9622         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
9623         Fix invalid memory access in audiopanorama test suite.
9624
9625 2006-08-21  Edward Hervey  <edward@fluendo.com>
9626
9627         * tests/check/elements/.cvsignore:
9628         ignore built file
9629
9630 2006-08-21  Wim Taymans  <wim@fluendo.com>
9631
9632         * gst/rtp/Makefile.am:
9633         Fix the build again.
9634
9635 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
9636
9637         * gst/audiofxgood/.cvsignore:
9638         * gst/audiofxgood/Makefile.am:
9639         * gst/audiofxgood/audiofx.c: (plugin_init):
9640         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
9641         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
9642         (gst_audio_panorama_set_property),
9643         (gst_audio_panorama_get_property),
9644         (gst_audio_panorama_get_unit_size),
9645         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
9646         (gst_audio_panorama_transform_m2s),
9647         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
9648         * gst/audiofxgood/audiopanorama.h:
9649           resubmit with the desired name *again*
9650
9651 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
9652
9653         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
9654         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
9655           use g_assert in _get_unit_size
9656
9657 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
9658
9659         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9660         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9661         * docs/plugins/inspect/plugin-audiofxgood.xml:
9662           cleanup -unused.txt to make it useful, add previously missing docs
9663
9664         * ext/Makefile.am:
9665           Quietly (accidentally) enable LADSPA for building by default, 
9666           despite the fact that it doesn't meet the plugin checklist.
9667             -- Added by Jan Schmidt 18 Dec 2006
9668
9669         * ext/esd/esdmon.c:
9670         * ext/esd/esdsink.c:
9671         * ext/esd/gstesd.c: (plugin_init):
9672           reflow to get rid of two external symbols
9673
9674         * gst/audiofxgood/audiofx.c: (plugin_init):
9675           re-add
9676
9677 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
9678
9679         * configure.ac:
9680         * gst/audiofxgood/.cvsignore:
9681         * gst/audiofxgood/Makefile.am:
9682         * gst/audiofxgood/audiofx.c
9683         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
9684         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
9685         (gst_audio_panorama_set_property),
9686         (gst_audio_panorama_get_property),
9687         (gst_audio_panorama_get_unit_size),
9688         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
9689         (gst_audio_panorama_transform_m2s),
9690         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
9691         * gst/audiofxgood/audiopanorama.h:
9692         * tests/check/Makefile.am:
9693         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
9694         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
9695         (panorama_suite), (main):
9696         Add audiofxgood plugin with audiopanorama element
9697
9698 2006-08-18  Wim Taymans  <wim@fluendo.com>
9699
9700         * docs/plugins/Makefile.am:
9701         More Oss docs fixage. 
9702
9703 2006-08-18  Wim Taymans  <wim@fluendo.com>
9704
9705         * gst/rtp/Makefile.am:
9706         * gst/rtp/gstrtp.c: (plugin_init):
9707         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
9708         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
9709         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
9710         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
9711         (gst_rtp_sv3v_depay_get_property),
9712         (gst_rtp_sv3v_depay_change_state),
9713         (gst_rtp_sv3v_depay_plugin_init):
9714         * gst/rtp/gstrtpsv3vdepay.h:
9715         Added experimental SVQ3 depayloader.
9716
9717 2006-08-18  Edward Hervey  <edward@fluendo.com>
9718
9719         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
9720         (gst_dvdemux_loop), (gst_dvdemux_change_state):
9721         * ext/dv/gstdvdemux.h:
9722         When handling seek requests, don't send the newsegment event from the
9723         calling thread. Instead save it so it can be sent from the streaming
9724         thread.
9725
9726 2006-08-17  Wim Taymans  <wim@fluendo.com>
9727
9728         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9729
9730         * gst/multipart/multipartdemux.c: (multipart_parse_header):
9731         Accept leading whitespace before the boundary
9732         This patch makes the demuxer allow some whitespace before the actual
9733         boundary. This makes the demuxer work with the ``old'' gstreamer
9734         multipartmuxer again (which placed an extra \n before the start
9735         of the stream) Fixes #349068.
9736
9737 2006-08-17  Wim Taymans  <wim@fluendo.com>
9738
9739         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
9740         Error out on non-implemented stuff.
9741
9742 2006-08-16  Wim Taymans  <wim@fluendo.com>
9743
9744         Patch by: Andy Wingo <wingo at pobox dot com>
9745
9746         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
9747         (gst_signal_processor_start), (gst_signal_processor_stop),
9748         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
9749         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
9750         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
9751         (gst_signal_processor_change_state):
9752         Make ladspa elements reusable. Fixes #350006.
9753
9754 2006-08-16  Wim Taymans  <wim@fluendo.com>
9755
9756         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
9757         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
9758         names as possible. Fixes #349901.
9759
9760 2006-08-16  Wim Taymans  <wim@fluendo.com>
9761
9762         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
9763         (gst_signal_processor_do_pushes):
9764         A push() gives away our refcount so we should not use the buffer on the
9765         pen anymore.
9766
9767 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9768
9769         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
9770         (gst_oss_mixer_element_finalize):
9771           Don't leak device string.
9772
9773 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9774
9775         * configure.ac:
9776           Require CVS of GStreamer core and -base (for
9777           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
9778
9779         * ext/taglib/gstid3v2mux.cc:
9780           Write extended comment tags properly (#348762).
9781
9782         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9783         (parse_comment_frame):
9784           Extract COMM frames into extended comments, which makes it
9785           easier to properly retain the description bit of the tag
9786           and maintain this information when re-tagging (#348762).
9787
9788 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9789
9790         * tests/check/Makefile.am:
9791           Don't try to run annodex unit tests if the annodex
9792           plugin has not been built (Fixes #351116).
9793
9794 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9795
9796         * gst/autodetect/gstautoaudiosink.c:
9797         (gst_auto_audio_sink_find_best):
9798           When we can't find a usable audiosink, don't error out,
9799           but use a fake sink instead and post a warning message
9800           on the bus (#341278).
9801
9802 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9803
9804         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
9805         * sys/oss/gstosssink.c:
9806         * sys/oss/gstosssrc.c:
9807           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
9808           ossmixer's new device property.
9809
9810         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9811         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9812           Add docs for OSS elements.
9813
9814         * docs/plugins/inspect/plugin-aasink.xml:
9815         * docs/plugins/inspect/plugin-alaw.xml:
9816         * docs/plugins/inspect/plugin-alpha.xml:
9817         * docs/plugins/inspect/plugin-alphacolor.xml:
9818         * docs/plugins/inspect/plugin-annodex.xml:
9819         * docs/plugins/inspect/plugin-apetag.xml:
9820         * docs/plugins/inspect/plugin-auparse.xml:
9821         * docs/plugins/inspect/plugin-autodetect.xml:
9822         * docs/plugins/inspect/plugin-avi.xml:
9823         * docs/plugins/inspect/plugin-cacasink.xml:
9824         * docs/plugins/inspect/plugin-cairo.xml:
9825         * docs/plugins/inspect/plugin-cdio.xml:
9826         * docs/plugins/inspect/plugin-cutter.xml:
9827         * docs/plugins/inspect/plugin-debug.xml:
9828         * docs/plugins/inspect/plugin-dv.xml:
9829         * docs/plugins/inspect/plugin-efence.xml:
9830         * docs/plugins/inspect/plugin-effectv.xml:
9831         * docs/plugins/inspect/plugin-esdsink.xml:
9832         * docs/plugins/inspect/plugin-flac.xml:
9833         * docs/plugins/inspect/plugin-flxdec.xml:
9834         * docs/plugins/inspect/plugin-gconfelements.xml:
9835         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9836         * docs/plugins/inspect/plugin-goom.xml:
9837         * docs/plugins/inspect/plugin-halelements.xml:
9838         * docs/plugins/inspect/plugin-icydemux.xml:
9839         * docs/plugins/inspect/plugin-id3demux.xml:
9840         * docs/plugins/inspect/plugin-jpeg.xml:
9841         * docs/plugins/inspect/plugin-level.xml:
9842         * docs/plugins/inspect/plugin-matroska.xml:
9843         * docs/plugins/inspect/plugin-mulaw.xml:
9844         * docs/plugins/inspect/plugin-multipart.xml:
9845         * docs/plugins/inspect/plugin-navigationtest.xml:
9846         * docs/plugins/inspect/plugin-ossaudio.xml:
9847         * docs/plugins/inspect/plugin-png.xml:
9848         * docs/plugins/inspect/plugin-rtp.xml:
9849         * docs/plugins/inspect/plugin-rtsp.xml:
9850         * docs/plugins/inspect/plugin-shout2send.xml:
9851         * docs/plugins/inspect/plugin-smpte.xml:
9852         * docs/plugins/inspect/plugin-speex.xml:
9853         * docs/plugins/inspect/plugin-taglib.xml:
9854         * docs/plugins/inspect/plugin-udp.xml:
9855         * docs/plugins/inspect/plugin-videobalance.xml:
9856         * docs/plugins/inspect/plugin-videobox.xml:
9857         * docs/plugins/inspect/plugin-videoflip.xml:
9858         * docs/plugins/inspect/plugin-videomixer.xml:
9859         * docs/plugins/inspect/plugin-wavenc.xml:
9860         * docs/plugins/inspect/plugin-wavparse.xml:
9861         * docs/plugins/inspect/plugin-ximagesrc.xml:
9862           Update to CVS version.
9863           
9864 2006-08-16  Wim Taymans  <wim@fluendo.com>
9865
9866         * gst/rtp/gstrtpamrdepay.c:
9867         * gst/rtp/gstrtpmp4gdepay.c:
9868         Caps extra properties must be defined as strings for
9869         depayloaders because they are generated from an SDP.
9870
9871         * gst/rtp/Makefile.am:
9872         * gst/rtp/gstrtp.c: (plugin_init):
9873         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
9874         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
9875         (gst_rtp_h264_depay_finalize), (decode_base64),
9876         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
9877         (gst_rtp_h264_depay_set_property),
9878         (gst_rtp_h264_depay_get_property),
9879         (gst_rtp_h264_depay_change_state),
9880         (gst_rtp_h264_depay_plugin_init):
9881         * gst/rtp/gstrtph264depay.h:
9882         Added basic, not completely functional RFC 3984 H264 depayloader.
9883
9884 2006-08-16  Wim Taymans  <wim@fluendo.com>
9885
9886         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
9887         Add pads after setting them up.
9888
9889         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9890         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
9891         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
9892         (gst_rtspsrc_stream_setup_rtp),
9893         (gst_rtspsrc_stream_configure_transport),
9894         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
9895         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
9896         (gst_rtspsrc_pause):
9897         * gst/rtsp/gstrtspsrc.h:
9898         Fix interleaved mode.
9899          - Protect streaming with lock.
9900          - Combine flows
9901          - set caps on outgoing buffers.
9902          - strip trailing \0 from data packets.
9903          - Configure RTP/RTCP in stream.
9904         Use DEBUG_OBJECT more.
9905
9906 2006-08-16  Wim Taymans  <wim@fluendo.com>
9907
9908         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9909         Turn a g_print into a DEBUG line.
9910
9911 2006-08-13  Wim Taymans  <wim@fluendo.com>
9912
9913         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
9914         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
9915         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
9916         (gst_oss_mixer_element_get_property),
9917         (gst_oss_mixer_element_change_state):
9918         * sys/oss/gstossmixerelement.h:
9919         Small cleanups. Better error reporting.
9920         Add device property for the mixer instead of the hardcoded
9921         /dev/mixer. Fixes #350785.
9922         API: GstOssMixerElement::device property
9923
9924 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
9925
9926         Patch by: Jens Granseuer <jensgr at gmx net>
9927
9928         * gconf/Makefile.am:
9929           Make --disable-schemas work right (they still need
9930           to be copied to the installation directory, just not
9931           applied). Fixes #351347 (also #344100).
9932           
9933 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9934
9935         * configure.ac: back to HEAD
9936
9937 === release 0.10.4 ===
9938
9939 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
9940
9941         * configure.ac:
9942           releasing 0.10.4, "Dear Leader"
9943
9944 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9945
9946         Patch by: Edward Hervey <edward@fluendo.com>
9947
9948         * configure.ac:
9949         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9950         (gst_wavparse_stream_data):
9951         Send the newsegment event in the streaming thread.
9952         Fixes #347529
9953
9954 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
9955
9956         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
9957         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
9958         (gst_smokeenc_resync), (gst_smokeenc_chain):
9959           Refuse sink caps in the encoder if width or height is not a
9960           multiple of 16, the encoder does not support that yet (#349939);
9961           along the same lines, check the return value of the encoder
9962           setup function; also remove some debug log clutter.
9963
9964 2006-08-04  Andy Wingo  <wingo@pobox.com>
9965
9966         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
9967         whether a processor can work in place or not, and for keeping
9968         track of its state. Change the FlowReturn instance variable from
9969         "state" to "flow_state", all callers changed.
9970
9971         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
9972         (gst_signal_processor_start, gst_signal_processor_stop)
9973         (gst_signal_processor_cleanup): New functions to manage the
9974         processor's state.
9975         (gst_signal_processor_setcaps): start() as well as setup() here.
9976         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
9977         (gst_signal_processor_change_state): Stop and cleanup the
9978         processor as we go to NULL.
9979
9980         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
9981         INPLACE_BROKEN is not set.
9982
9983         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
9984         Do the alloc_buffer in bytes, not frames.
9985         
9986 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9987
9988         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
9989         Fix rgb masks when recording in < 24bpp.
9990
9991 2006-08-04  Andy Wingo  <wingo@pobox.com>
9992
9993         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
9994         (gst_signal_processor_prepare)
9995         (gst_signal_processor_update_inputs)
9996         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
9997         (gst_signal_processor_flush)
9998         (gst_signal_processor_sink_activate_push)
9999         (gst_signal_processor_src_activate_pull)
10000         (gst_signal_processor_change_state): Remove the last of the code
10001         that assumes that we process whole buffers at a time. Fix some
10002         debugging. Seems to work now in some cases.
10003         (gst_signal_processor_src_activate_pull): BPB
10004
10005 2006-08-01  Andy Wingo  <wingo@pobox.com>
10006
10007         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
10008         Fix nframes-choosing.
10009         (gst_signal_processor_init): Init pending_in and pending_out.
10010
10011         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
10012         more default sample rate, although we never check that the sample
10013         rate actually gets set. Something for the future.
10014         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
10015         (gst_signal_processor_event): Refcount fixen.
10016         (gst_signal_processor_process): Pull the number of frames to
10017         process from the sizes of the buffers in the input pens.
10018         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
10019         (gst_signal_processor_do_pulls): Add an nframes argument, and use
10020         it instead of buffer_frames.
10021         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
10022         to do_pulls.
10023         (gst_signal_processor_chain)
10024         (gst_signal_processor_sink_activate_push)
10025         (gst_signal_processor_src_activate_pull):  Refcount fixen.
10026
10027         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
10028
10029 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
10030
10031         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
10032         (gst_signal_processor_process):
10033           don't query buffer-frames from caps, add lots of debug-log,
10034           try fix for assert (#349189)
10035
10036 2006-07-31  Wim Taymans  <wim@fluendo.com>
10037
10038         * gst/udp/gstudpsrc.c:
10039         Fix docs.
10040
10041 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
10042
10043         * ext/ladspa/gstsignalprocessor.c:
10044         (gst_signal_processor_add_pad_from_template),
10045         (gst_signal_processor_init), (gst_signal_processor_setcaps),
10046         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
10047         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
10048         (gst_signal_processor_sink_activate_push),
10049         (gst_signal_processor_src_activate_pull),
10050         (gst_signal_processor_change_state):
10051          Add debugs logs here and there, add more error handling, add some
10052          FIXME comments, filed #349189
10053
10054 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10055
10056         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
10057         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
10058         Set caps on buffer correctly.  Fixes bug #349155.
10059
10060 2006-07-28  Wim Taymans  <wim@fluendo.com>
10061
10062         Patch by: Sjoerd Simons <sjoerd at luon dot net>
10063
10064         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
10065         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
10066         (gst_multipart_demux_finalize), (get_line_end),
10067         (multipart_parse_header), (multipart_find_boundary),
10068         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
10069         (gst_multipart_set_property), (gst_multipart_get_property):
10070         Uses GstAdapter instead of own buffering.
10071         Actually parses the mime-type correctly (In tests the mime-type was
10072         always "" with the old version).
10073         Uses the Content-length header if available to speed up things.
10074         Reliably autoscans the boundary name by default.
10075         Fixes #349068.
10076
10077         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
10078         Don't start the stream with a \n.
10079
10080 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
10081
10082         Patch by: Brian Cameron <brian dot cameron at sun com>
10083
10084         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
10085           Open source with O_NONBLOCK (#349015).
10086
10087 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
10088
10089         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10090         (gst_avi_demux_massage_index):
10091         * gst/avi/gstavidemux.h:
10092           Whitespace fixes and more debug
10093
10094 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
10095
10096         * gst/autodetect/gstautoaudiosink.c:
10097         (gst_auto_audio_sink_create_element_with_pretty_name),
10098         (gst_auto_audio_sink_find_best),
10099         (gst_auto_audio_sink_change_state):
10100           Get rid of old and unused magic sound-server properties stuff.
10101           Add suffix to child sink's name that makes it easy to see from
10102           the name alone which type it actually is (alsa, oss, esd, etc.).
10103
10104 2006-07-27  Wim Taymans  <wim@fluendo.com>
10105
10106         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10107         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
10108         (gst_udpsrc_start):
10109         * gst/udp/gstudpsrc.h:
10110         Rename "buffer" to "buffer-size" to make clear it is a size we set and
10111         not some sort of feature we enable.
10112
10113 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
10114
10115         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
10116           Use CLOSE_SOCKET() here instead of close() to maintain
10117           win32 workiness.
10118
10119 2006-07-27  Wim Taymans  <wim@fluendo.com>
10120
10121         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
10122
10123         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10124         (gst_udpsrc_create), (gst_udpsrc_set_property),
10125         (gst_udpsrc_get_property), (gst_udpsrc_start):
10126         * gst/udp/gstudpsrc.h:
10127         Added "buffer-size" property to control the kernel receive buffer size.
10128         Update documentation.
10129         Small cleanups. Fixes #348752.
10130         API: buffer-size property
10131
10132 2006-07-26  Wim Taymans  <wim@fluendo.com>
10133
10134         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
10135
10136         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
10137         (gst_rtp_pcma_pay_handle_buffer):
10138         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
10139         (gst_rtp_pcmu_pay_handle_buffer):
10140         Fix timestamp calculation on outgoing RTP packets.
10141         Fixes #348675.
10142
10143 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
10144
10145         * ext/taglib/gstid3v2mux.cc:
10146           Fix writing of comment frames (should be COMM not TCOM),
10147           is still sub-optimal though, since we don't retain or
10148           extract the comment descriptions properly (#334375,
10149           also see #334375).
10150
10151 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
10152
10153         * gst/wavparse/gstwavparse.c:
10154           #define 'fact' RIFF chunk if we are not compiling against
10155           -base CVS (we don't want to depend on -base CVS for this
10156           one define only, and also not for release order reasons).
10157
10158 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
10159
10160         * ext/taglib/gstid3v2mux.cc:
10161           Handle multiple tags of the same type properly. Re-inject
10162           unparsed ID3v2 frames that we get as binary blobs from
10163           id3demux into the tag again so we don't lose information
10164           when retagging (#334375).
10165
10166 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
10167
10168         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
10169           Document newly-added properties properly, so that there is a
10170           'Since: 0.10.4' in the plugin docs. Convert some property
10171           names into canonical GObject style (GObject will do that
10172           internally anyway).
10173
10174 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
10175
10176         * gst/id3demux/id3tags.c:
10177         (id3demux_add_id3v2_frame_blob_to_taglist):
10178           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
10179           well, and add the version to the blob's buffer caps, since that
10180           information will be needed for deserialisation later on (#348644).
10181
10182 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
10183
10184         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
10185         (gst_avi_demux_parse_stream):
10186          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
10187          indentation and spacing.
10188
10189 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
10190
10191         * docs/plugins/Makefile.am:
10192         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10193         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10194         * docs/plugins/gst-plugins-good-plugins.args:
10195         * docs/plugins/inspect/plugin-1394.xml:
10196         * docs/plugins/inspect/plugin-aasink.xml:
10197         * docs/plugins/inspect/plugin-alaw.xml:
10198         * docs/plugins/inspect/plugin-alpha.xml:
10199         * docs/plugins/inspect/plugin-alphacolor.xml:
10200         * docs/plugins/inspect/plugin-annodex.xml:
10201         * docs/plugins/inspect/plugin-apetag.xml:
10202         * docs/plugins/inspect/plugin-auparse.xml:
10203         * docs/plugins/inspect/plugin-autodetect.xml:
10204         * docs/plugins/inspect/plugin-avi.xml:
10205         * docs/plugins/inspect/plugin-cacasink.xml:
10206         * docs/plugins/inspect/plugin-cairo.xml:
10207         * docs/plugins/inspect/plugin-cdio.xml:
10208         * docs/plugins/inspect/plugin-cutter.xml:
10209         * docs/plugins/inspect/plugin-debug.xml:
10210         * docs/plugins/inspect/plugin-dv.xml:
10211         * docs/plugins/inspect/plugin-efence.xml:
10212         * docs/plugins/inspect/plugin-effectv.xml:
10213         * docs/plugins/inspect/plugin-esdsink.xml:
10214         * docs/plugins/inspect/plugin-flac.xml:
10215         * docs/plugins/inspect/plugin-flxdec.xml:
10216         * docs/plugins/inspect/plugin-gconfelements.xml:
10217         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
10218         * docs/plugins/inspect/plugin-goom.xml:
10219         * docs/plugins/inspect/plugin-halelements.xml:
10220         * docs/plugins/inspect/plugin-icydemux.xml:
10221         * docs/plugins/inspect/plugin-id3demux.xml:
10222         * docs/plugins/inspect/plugin-jpeg.xml:
10223         * docs/plugins/inspect/plugin-level.xml:
10224         * docs/plugins/inspect/plugin-matroska.xml:
10225         * docs/plugins/inspect/plugin-mulaw.xml:
10226         * docs/plugins/inspect/plugin-multipart.xml:
10227         * docs/plugins/inspect/plugin-navigationtest.xml:
10228         * docs/plugins/inspect/plugin-ossaudio.xml:
10229         * docs/plugins/inspect/plugin-png.xml:
10230         * docs/plugins/inspect/plugin-rtp.xml:
10231         * docs/plugins/inspect/plugin-rtsp.xml:
10232         * docs/plugins/inspect/plugin-shout2send.xml:
10233         * docs/plugins/inspect/plugin-smpte.xml:
10234         * docs/plugins/inspect/plugin-speex.xml:
10235         * docs/plugins/inspect/plugin-udp.xml:
10236         * docs/plugins/inspect/plugin-videobalance.xml:
10237         * docs/plugins/inspect/plugin-videobox.xml:
10238         * docs/plugins/inspect/plugin-videoflip.xml:
10239         * docs/plugins/inspect/plugin-videomixer.xml:
10240         * docs/plugins/inspect/plugin-wavenc.xml:
10241         * docs/plugins/inspect/plugin-wavparse.xml:
10242         * docs/plugins/inspect/plugin-ximagesrc.xml:
10243           Update files to CVS/Prerelease version, add esdsink docs.
10244
10245         * ext/esd/esdsink.c:
10246           Add gtk-doc blurb.
10247
10248         * gst/rtp/gstrtpmp4vpay.c:
10249           Fix typo in element description.
10250
10251 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
10252
10253         * ext/esd/esdsink.c: (gst_esdsink_open),
10254         (gst_esdsink_factory_init):
10255           Prevent libesd from auto-spawning a sound daemon if it
10256           is not already running. Now that we don't do evil stuff
10257           like that any longer we can give esdsink a rank so that
10258           autoaudiosink will try it as well if all other audio
10259           sinks fail (#343051).
10260
10261 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
10262
10263         * ext/esd/Makefile.am:
10264           Oops, need to remove README from EXTRA_DIST as well.
10265
10266 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
10267
10268         * ext/esd/README:
10269           Remove, it contains nothing useful anyway.
10270
10271         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
10272         (gst_esdsink_delay):
10273           Some small clean-ups; use GST_BOILERPLATE etc.
10274
10275 2006-07-24  Wim Taymans  <wim@fluendo.com>
10276
10277         * gst/law/alaw-decode.c: (alawdec_getcaps):
10278         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
10279         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
10280         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
10281         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
10282
10283 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
10284
10285         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
10286         (gst_wavparse_other), (gst_wavparse_perform_seek),
10287         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
10288         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10289         (gst_wavparse_pad_query):
10290         * gst/wavparse/gstwavparse.h:
10291           Use information from 'fact' chunk for length calculation of compressed
10292           samples. Calculate bps if bogus value is found in wav header (embeded
10293           mp2/mp3).
10294           
10295
10296 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
10297
10298         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
10299
10300         * configure.ac:
10301         * gst/udp/Makefile.am:
10302         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
10303         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
10304         * gst/udp/gstdynudpsink.h:
10305         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
10306         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
10307         * gst/udp/gstmultiudpsink.h:
10308         * gst/udp/gstudp.c: (plugin_init):
10309         * gst/udp/gstudpsink.h:
10310         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
10311         (gst_udpsrc_start), (gst_udpsrc_stop):
10312         * gst/udp/gstudpsrc.h:
10313         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
10314         (gst_udp_net_utils_win32_wsa_startup):
10315         * gst/udp/gstudpnetutils.h:
10316           Port udp plugin to win32 (#345288).
10317
10318 2006-07-24  Wim Taymans  <wim@fluendo.com>
10319
10320         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
10321         Remove unwanted DEBUG line.
10322
10323 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
10324
10325         * gst/id3demux/gstid3demux.c: (plugin_init):
10326         * gst/id3demux/id3tags.c:
10327         (id3demux_add_id3v2_frame_blob_to_taglist):
10328         * gst/id3demux/id3tags.h:
10329           On second thought, it might be wiser and more efficient
10330           not to do tag registration from a streaming thread.
10331
10332 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
10333
10334         * gst/id3demux/id3tags.c:
10335         (id3demux_add_id3v2_frame_blob_to_taglist),
10336         (id3demux_id3v2_frames_to_tag_list):
10337           Put ID3v2 frames we can't parse as binary blobs into private
10338           tags, so that they are not lost when retagging, at least once
10339           id3v2mux has been taught to re-inject those frames again.
10340           See bug #334375.
10341
10342 2006-07-21  Wim Taymans  <wim@fluendo.com>
10343
10344         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10345         (gst_avi_demux_process_next_entry):
10346         Fix some leaks.
10347
10348         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
10349         Don't use \n in debug lines.
10350
10351 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
10352
10353         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10354         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10355           Add annodex and icydemux, cleanup the sections a bit
10356
10357 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
10358
10359         Patch by: Alex Lancaster <alexl at users sourceforge net>
10360
10361         * ext/taglib/gstid3v2mux.cc:
10362           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
10363           ID3v2 TSSE frames (#347898).
10364
10365 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
10366
10367         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
10368           Respect mpegversion for "video/mpeg" and give message in case of
10369           unhandled versions.
10370
10371 2006-07-17  Wim Taymans  <wim@fluendo.com>
10372
10373         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
10374         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
10375         (gst_pngdec_chain), (gst_pngdec_sink_event),
10376         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
10377         (gst_pngdec_sink_activate_push):
10378         * ext/libpng/gstpngdec.h:
10379         Use statically allocated segment instead of leaking.
10380         Various cleanups.
10381         Fix flush and seek handling.
10382
10383 2006-07-16  Wim Taymans  <wim@fluendo.com>
10384
10385         * gst/rtp/Makefile.am:
10386         * gst/rtp/gstrtp.c: (plugin_init):
10387         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
10388         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
10389         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
10390         (gst_rtp_mp4g_depay_set_property),
10391         (gst_rtp_mp4g_depay_get_property),
10392         (gst_rtp_mp4g_depay_change_state),
10393         (gst_rtp_mp4g_depay_plugin_init):
10394         * gst/rtp/gstrtpmp4gdepay.h:
10395         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
10396         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
10397         (gst_rtp_mp4g_pay_flush):
10398         Added simple generic mpeg4 depayloader.
10399         Fix generic mpeg4 payloader.
10400
10401 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
10402
10403         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
10404           Don't try doing state changes on a NULL pointer.
10405
10406 2006-07-14  Wim Taymans  <wim@fluendo.com>
10407
10408         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
10409
10410         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
10411         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
10412         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
10413         * gst/rtp/gstrtpamrdepay.h:
10414         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
10415         Fixes #321191
10416
10417 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10418
10419         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
10420         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
10421         Fix segfault when moving mouse pointer to the bottom right corner.
10422
10423 2006-07-12  Wim Taymans  <wim@fluendo.com>
10424
10425         * gst/rtp/Makefile.am:
10426         * gst/rtp/gstrtp.c: (plugin_init):
10427         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
10428         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
10429         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
10430         (gst_rtp_mp2t_depay_set_property),
10431         (gst_rtp_mp2t_depay_get_property),
10432         (gst_rtp_mp2t_depay_change_state),
10433         (gst_rtp_mp2t_depay_plugin_init):
10434         * gst/rtp/gstrtpmp2tdepay.h:
10435         Added mpeg2 TS depayloader. Closing #347234.
10436
10437 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
10438
10439         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
10440           Remove g_assert that shouldn't be there and was triggered
10441           after trying to open a device that doesn't exist or can't
10442           be opened for some other reason (#347972).
10443
10444 2006-07-10  Edward Hervey  <edward@fluendo.com>
10445
10446         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10447         (gst_avi_demux_stream_header), (push_tag_lists):
10448         * gst/avi/gstavidemux.h:
10449         Don't push tag events found by gst_riff_parse_info() before outputting
10450         GST_EVENT_NEWSEGMENT.
10451
10452 2006-07-10  Wim Taymans  <wim@fluendo.com>
10453
10454         * gst/rtsp/Makefile.am:
10455         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
10456         (rtsp_connection_close):
10457         * gst/rtsp/rtspdefs.h:
10458         replaced closesocket and close in code with one CLOSE_SOCKET. 
10459         Some more cleanups. Fixes #345301.
10460
10461 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
10462
10463         * gst/autodetect/gstautoaudiosink.c:
10464           Fix example pipeline in docs.
10465
10466 2006-07-10  Wim Taymans  <wim@fluendo.com>
10467
10468         Patch by: Rob Taylor <robtaylor at floopily dot org>
10469
10470         * gst/udp/gstmultiudpsink.c: (join_multicast),
10471         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
10472         If a destination is added before the stream is set to PAUSED, the
10473         multicast group is not joined as the socket is not created yet. 
10474         Also TTL and LOOP should also be set. Fixes #346921.
10475
10476 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10477
10478         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
10479         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
10480         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
10481         (gst_ximage_src_init):
10482         * sys/ximage/gstximagesrc.h:
10483         Fix use-damage property to actually work :)
10484         Add startx, starty, endx, endy properties so screencasts other than full
10485         screen ones can work.
10486
10487 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10488
10489         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
10490         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
10491         (gst_ximage_src_class_init), (gst_ximage_src_init):
10492         * sys/ximage/gstximagesrc.h:
10493         Add use_damage property to offer ability to choose whether to use
10494         XDamage or not.
10495
10496 2006-07-07  Wim Taymans  <wim@fluendo.com>
10497
10498         * gst/goom/filters.c: (zoomFilterSetResolution):
10499         Avoid goom coredumping by clearing memory. 
10500         Fixes 345679.
10501
10502 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
10503
10504         * win32/vs6/libgstid3demux.dsp:
10505         Add a link to libgsttag-0.10.lib.
10506
10507 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
10508
10509         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
10510         (gst_tag_demux_read_range):
10511         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
10512         (gst_id3demux_read_range):
10513           Don't return FLOW_UNEXPECTED when a buffer is before
10514           the start of the stream (which might happen with
10515           large ID3v2 tags if the tag reading was done pullrange
10516           based and we then switched to push mode later on).
10517           Fixes regression introduced by commit from June 29th.
10518
10519 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
10520
10521         * ext/taglib/gstid3v2mux.cc:
10522           Make UTF-8 the default encoding when writing string
10523           tags (before, our UTF-8 strings would automatically
10524           be converted to ISO-8859-1 by taglib and written as
10525           ISO-8859-1 fields if that was possible).
10526
10527         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
10528         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
10529         (test_taglib_id3mux_with_tags):
10530           Add test case that makes sure our UTF-8 strings have
10531           actually been written into the tag as UTF-8.
10532
10533 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
10534
10535         * configure.ac:
10536           Let's try that again.
10537
10538 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
10539
10540         * configure.ac:
10541           Disable monoscope plugin for now until it fulfills
10542           all the requirements.
10543
10544 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
10545
10546         * configure.ac:
10547         * gst/monoscope/Makefile.am:
10548         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
10549         (gst_monoscope_class_init), (gst_monoscope_init),
10550         (gst_monoscope_finalize), (gst_monoscope_reset),
10551         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
10552         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
10553         (gst_monoscope_sink_event), (gst_monoscope_src_event),
10554         (gst_monoscope_change_state), (plugin_init):
10555         * gst/monoscope/gstmonoscope.h:
10556           Port monoscope visualisation to 0.10.
10557
10558 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
10559
10560         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
10561         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
10562           Return FLOW_UNEXPECTED when at the end of the file, not
10563           FLOW_ERROR. Fixes 'internal stream error' errors that
10564           would sometimes occur in totem when scrubbing to the
10565           end of an ID3v1 tagged mp3 file.
10566
10567 2006-07-03  Edward Hervey  <edward@fluendo.com>
10568
10569         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
10570         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
10571         (gst_pngdec_sink_event), (gst_pngdec_change_state):
10572         * ext/libpng/gstpngdec.h:
10573         Implement buffer clipping/dropping using GstSegment.
10574         This provides accurate seeking.
10575
10576 2006-07-03  Edward Hervey  <edward@fluendo.com>
10577
10578         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10579         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
10580         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
10581         (gst_avi_demux_process_next_entry), (push_tag_lists),
10582         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
10583         * gst/avi/gstavidemux.h:
10584         Proper aggregation of each stream's GstFlowReturn in order to figure out
10585         whether the task should stop or not.
10586         Don't send inline events before pushing out a NEW_SEGMENT, more
10587         specifically for GST_TAG_EVENT.
10588         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
10589         sub-indexes.
10590
10591 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
10592
10593         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
10594
10595         * sys/sunaudio/gstsunaudiomixerctrl.c:
10596         (gst_sunaudiomixer_ctrl_build_list):
10597           Move "Monitor" slider to input tab so it works more like
10598           sdtaudiocontrol, which is what people on Solaris are used
10599           to using for their mixer program (#346259).
10600
10601 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10602
10603         * tests/check/elements/level.c: (GST_START_TEST):
10604           fix a leak, clean up at the end
10605
10606 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
10607
10608         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10609         (gst_matroska_demux_send_event),
10610         (gst_matroska_demux_loop_stream_parse_id):
10611         * gst/matroska/matroska-ids.h:
10612           Send tag event after newsegment event.
10613
10614 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
10615
10616         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
10617         (gst_id3demux_read_range):
10618           Make sure we don't return GST_FLOW_OK with a NULL buffer in
10619           certain cases where a read beyond the end of the file is
10620           requested. Fixes #345930.
10621
10622         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
10623         (gst_tag_demux_read_range):
10624           Fix same issue here as well.
10625
10626 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10627
10628         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
10629         
10630         Fix hypothetical crash.
10631
10632 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
10633
10634         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
10635
10636         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
10637           Do not modify the ports value. If the user has turned off the
10638           built-in speakers, then we should not reset it in the prepare
10639           function, since this causes the built-in speakers to turn
10640           back on anytime the user changes a track in totem, rhythmbox,
10641           etc. (#346066).
10642
10643 2006-06-23  Wim Taymans  <wim@fluendo.com>
10644
10645         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
10646         Fix double caps unref when negotiation fails.
10647
10648 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
10649
10650         * ext/annodex/gstcmmldec.c:
10651         * ext/annodex/gstcmmlenc.c:
10652         * ext/annodex/gstcmmlparser.c:
10653         * ext/dv/gstdvdec.c:
10654         * ext/dv/gstdvdemux.c:
10655         * ext/gdk_pixbuf/pixbufscale.c:
10656         * ext/jpeg/gstjpegenc.c:
10657         * ext/jpeg/gstsmokedec.c:
10658         * ext/jpeg/gstsmokeenc.c:
10659         * ext/libpng/gstpngdec.c:
10660         * ext/libpng/gstpngenc.c:
10661         * ext/speex/gstspeexenc.c:
10662         * gst/alpha/gstalphacolor.c:
10663         * gst/cutter/gstcutter.c:
10664         * gst/debug/gstnavigationtest.c:
10665         * gst/icydemux/gsticydemux.c:
10666         * gst/level/gstlevel.c:
10667         * gst/multipart/multipart.c:
10668         * gst/rtp/gstrtpamrpay.c:
10669         * gst/rtp/gstrtpdepay.c:
10670         * gst/rtp/gstrtpilbcpay.c:
10671         * gst/rtp/gstrtpmp4gpay.c:
10672         * gst/rtp/gstrtpmp4vpay.c:
10673         * gst/rtsp/gstrtpdec.c:
10674         * gst/rtsp/gstrtspsrc.c:
10675         * gst/udp/gstdynudpsink.c:
10676         * gst/udp/gstmultiudpsink.c:
10677         * gst/udp/gstudpsrc.c:
10678         * gst/videobox/gstvideobox.c:
10679         * gst/videofilter/gstvideoflip.c:
10680           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
10681           plus two minor macro fixes.
10682
10683 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
10684
10685         * gst/matroska/matroska-demux.c:
10686         (gst_matroska_demux_check_subtitle_buffer),
10687         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
10688         (gst_matroska_demux_subtitle_caps):
10689         * gst/matroska/matroska-ids.c:
10690         (gst_matroska_track_init_subtitle_context):
10691         * gst/matroska/matroska-ids.h:
10692           Try to fix up broken matroska files containing subtitle
10693           streams with non-UTF8 character encodings (courtesy of
10694           mkvmerge) using either the encoding specified in the
10695           GST_SUBTITLE_ENCODING environment variable or the
10696           current locale's character set if it is non-UTF8.
10697           Fixes #337076.
10698
10699 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
10700
10701         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
10702           Set image type from APIC frame as "image-type" field
10703           of GST_TAG_IMAGE buffer caps (#344605).
10704
10705 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
10706
10707         * ext/flac/Makefile.am:
10708         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
10709         (gst_flac_dec_reset_decoders),
10710         (gst_flac_dec_setup_seekable_decoder),
10711         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
10712         (gst_flac_dec_metadata_callback),
10713         (gst_flac_dec_metadata_callback_seekable),
10714         (gst_flac_dec_metadata_callback_stream),
10715         (gst_flac_dec_error_callback),
10716         (gst_flac_dec_error_callback_seekable),
10717         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
10718         (gst_flac_dec_read_stream), (gst_flac_dec_write),
10719         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
10720         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
10721         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
10722         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
10723         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
10724         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
10725         (gst_flac_dec_sink_activate_push),
10726         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
10727         * ext/flac/gstflacdec.h:
10728           Support chain-based operation, should make flac-over-DAAP
10729           work (#340492).
10730
10731 2006-06-20  Wim Taymans  <wim@fluendo.com>
10732
10733         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10734         Doc updates, merge some unused symbols.
10735
10736 2006-06-20  Wim Taymans  <wim@fluendo.com>
10737
10738         * docs/plugins/Makefile.am:
10739         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10740         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10741         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
10742         * gst/rtsp/gstrtspsrc.c:
10743         * gst/rtsp/gstrtspsrc.h:
10744         Added documentation for the rtsp plugin. Fixes #345393.
10745
10746 2006-06-20  Wim Taymans  <wim@fluendo.com>
10747
10748         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
10749         (rtsp_connection_close), (rtsp_connection_free):
10750         Use better G_OS_* macros. Fixes #345301 some more.
10751
10752 2006-06-20  Wim Taymans  <wim@fluendo.com>
10753
10754         Patch by: Brian Cameron <brian dot cameron at sun dot com>
10755
10756         * sys/sunaudio/Makefile.am:
10757         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10758         * sys/sunaudio/gstsunaudiomixerctrl.c:
10759         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
10760         (gst_sunaudiomixer_ctrl_list_tracks),
10761         (gst_sunaudiomixer_ctrl_get_volume),
10762         (gst_sunaudiomixer_ctrl_set_volume),
10763         (gst_sunaudiomixer_ctrl_set_mute),
10764         (gst_sunaudiomixer_ctrl_set_record):
10765         * sys/sunaudio/gstsunaudiomixerctrl.h:
10766         * sys/sunaudio/gstsunaudiomixertrack.c:
10767         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
10768         * sys/sunaudio/gstsunaudiomixertrack.h:
10769         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
10770         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
10771         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
10772         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
10773         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
10774         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
10775         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
10776         (gst_sunaudiosrc_reset):
10777         * sys/sunaudio/gstsunaudiosrc.h:
10778         Add a SunAudio source plugin.
10779         Support stereo and right/left channel gain in the mixer plugin.
10780         Support the RECORD flag so that you can switch between line-input and
10781         microphone in gnome-volume-control.
10782         Code cleanups like using an enumerator for track number instead of an 
10783         integer. Fixes #344923.
10784
10785 2006-06-20  Wim Taymans  <wim@fluendo.com>
10786
10787         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
10788
10789         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
10790         (rtsp_connection_close):
10791         Make RTSP plugin compile on windows. Fixes #345301.
10792         Some changes to original patch to catch errors better.
10793         use ifdef WIN32 instead of ifndef.
10794
10795 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10796
10797         * configure.ac:
10798         If we have libraw1394 >= 1.2.1, then we need libiec61883.
10799
10800 2006-06-18  Edward Hervey  <edward@fluendo.com>
10801
10802         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
10803         After a failed buffer alloc, we need to abort the jpeg decoding (it
10804         started when parsing headers to figure out how many bytes we need
10805         to request downstream).
10806
10807 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
10808
10809         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10810
10811         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
10812           Make sure we don't read beyond the end of the file (#345232).
10813
10814 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
10815
10816         * configure.ac:
10817           Fix --disable-external (can't set conditionals conditionally,
10818           #343602).
10819
10820 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
10821
10822         * autogen.sh:
10823         * configure.ac:
10824         * docs/Makefile.am:
10825           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
10826
10827         * docs/plugins/Makefile.am:
10828         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10829         * docs/plugins/inspect/plugin-taglib.xml:
10830           Add/fix apev2mux docs.
10831
10832 2006-06-14  Wim Taymans  <wim@fluendo.com>
10833
10834         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
10835         (gst_dvdec_finalize), (gst_dvdec_sink_event),
10836         (gst_dvdec_change_state):
10837         Reset segment info on flush.
10838         Alloc segment in _init, free in _finalize.
10839
10840         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
10841         Don't send segments twice.
10842
10843 2006-06-14  Wim Taymans  <wim@fluendo.com>
10844
10845         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
10846         Respect segment.stop. Fixes #342592.
10847
10848 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
10849
10850         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
10851           No language specified means the implied language is English
10852           according to the matroska spec (partially fixes #344708);
10853           add some more debug output.
10854
10855 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
10856
10857         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
10858         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
10859         (gst_wavparse_chain):
10860           When operating chain-based, don't make any assumptions about the
10861           chunking of the incoming data and make streaming work on days other
10862           than the second Thursday after a full moon. Also fix up debug
10863           messages here and there and make use of the most excellent new
10864           gst_pad_query_peer_duration() utility function.
10865           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
10866
10867         * gst/wavparse/gstwavparse.h:
10868           Remove trailing comma after last enum value, some compilers don't
10869           like that.
10870
10871 2006-06-13  Wim Taymans  <wim@fluendo.com>
10872
10873         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
10874         Handle premature EOS gracefully.
10875
10876 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
10877
10878         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
10879           Prevent out of bounds array access when scrubbing towards
10880           the end of the file between the last index entry and the
10881           end. Fixes occasional 'start <= stop' newsegment event
10882           assertions when scrubbing in MJPEG files.
10883
10884 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
10885
10886         * tests/check/elements/.cvsignore:
10887           And another one.
10888
10889 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
10890
10891         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10892         (scan_encoded_string), (parse_picture_frame):
10893           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
10894
10895         * configure.ac:
10896           Require core >= 0.10.8 (for GST_TAG_IMAGE and
10897           GST_TAG_PPEVIEW_IMAGE used in the patch above).
10898
10899 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10900
10901         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
10902           gratuitous comment changes
10903         * tests/check/elements/level.c: (GST_START_TEST):
10904           fix level test leaks
10905
10906 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
10907
10908         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
10909         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
10910           Use gst_pad_query_peer_duration() utility function here.
10911
10912 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10913
10914         * autogen.sh:
10915           require am17
10916         * configure.ac:
10917         * ext/annodex/Makefile.am:
10918         * ext/cdio/Makefile.am:
10919         * ext/dv/Makefile.am:
10920         * ext/esd/Makefile.am:
10921         * ext/flac/Makefile.am:
10922         * ext/gdk_pixbuf/Makefile.am:
10923         * ext/ladspa/Makefile.am:
10924         * ext/libcaca/Makefile.am:
10925         * ext/speex/Makefile.am:
10926         * ext/taglib/Makefile.am:
10927         * sys/oss/Makefile.am:
10928         * sys/sunaudio/Makefile.am:
10929         * sys/ximage/Makefile.am:
10930           clean up build further
10931
10932 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10933
10934         * gconf/Makefile.am:
10935           Honour --disable-schemas-install configure option. Fixes #344100.
10936
10937 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10938
10939         * tests/examples/level/Makefile.am:
10940           Add -lm to LIBS for pow() function, don't assume one of our
10941           dependencies (such as libxml-2.0) drags it in automatically
10942           (#343603).
10943
10944 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10945
10946         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
10947
10948         * configure.ac:
10949           We should use $SED and not $(SED) in configure.ac (#343678).
10950
10951 2006-06-09  Wim Taymans  <wim@fluendo.com>
10952
10953         Patch by: Brian Cameron <brian dot cameron at sun dot com>
10954
10955         * sys/sunaudio/gstsunaudiomixerctrl.c:
10956         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
10957         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
10958         (gst_sunaudiomixer_ctrl_set_mute):
10959         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
10960         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
10961         (gst_sunaudiosink_write):
10962         Attached find a patch that fixes a number of bugs with the SunAudio
10963         mixer plugin and fixes #344101:
10964         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
10965            tracks onto the tracklist causing gnome-volume-control's preferences
10966            dialog to be messed up and would core dump if you checked/unchecked
10967            any item.
10968         2. We weren't previously setting the MUTE flag properly.  Fixing this
10969            makes gnome-volume-control work better.
10970         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
10971            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
10972            gnome-volume-control look better.
10973         Also some minor cleanup in gstsunaudiosink.c.
10974
10975 2006-06-09  Wim Taymans  <wim@fluendo.com>
10976
10977         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
10978         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
10979         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
10980         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
10981         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
10982         * ext/jpeg/gstjpegdec.h:
10983         API: Added IDCT method property
10984         Small cleanups.
10985         Avoid dynamic allocation of trivial fixed structure.
10986         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
10987
10988 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10989
10990         * configure.ac:
10991         We now require libraw1394 >= 1.1.0 and that version onwards all
10992         have .pc files.
10993
10994 2006-06-02  Edward Hervey  <edward@fluendo.com>
10995
10996         * gst/law/alaw-decode.c: (alawdec_getcaps): 
10997         Trying to get items from an ANY or EMPTY caps is ... stupid.
10998
10999 2006-06-02  Edward Hervey  <edward@fluendo.com>
11000
11001         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
11002         (gst_dvdec_chain), (gst_dvdec_change_state):
11003         * ext/dv/gstdvdec.h:
11004         Added GstSegment handling, now implements dropping/clipping.
11005
11006 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
11007
11008         * ext/aalib/gstaasink.h:
11009         * ext/annodex/gstcmmldec.h:
11010         * ext/cairo/gsttimeoverlay.h:
11011         * ext/dv/gstdvdec.h:
11012         * ext/dv/gstdvdemux.h:
11013         * ext/esd/esdmon.h:
11014         * ext/esd/esdsink.h:
11015         * ext/flac/gstflacenc.h:
11016         * ext/gconf/gstgconfaudiosink.h:
11017         * ext/gconf/gstgconfaudiosrc.h:
11018         * ext/gconf/gstgconfvideosink.h:
11019         * ext/gconf/gstgconfvideosrc.h:
11020         * ext/gdk_pixbuf/gstgdkanimation.h:
11021         * ext/gdk_pixbuf/pixbufscale.h:
11022         * ext/hal/gsthalaudiosink.h:
11023         * ext/hal/gsthalaudiosrc.h:
11024         * ext/jpeg/gstjpegenc.h:
11025         * ext/jpeg/gstsmokedec.h:
11026         * ext/jpeg/gstsmokeenc.h:
11027         * ext/libcaca/gstcacasink.h:
11028         * ext/libmng/gstmngdec.h:
11029         * ext/libmng/gstmngenc.h:
11030         * ext/libpng/gstpngdec.h:
11031         * ext/libpng/gstpngenc.h:
11032         * ext/raw1394/gstdv1394src.h:
11033         * ext/speex/gstspeexenc.h:
11034         * gst/autodetect/gstautoaudiosink.h:
11035         * gst/autodetect/gstautovideosink.h:
11036         * gst/avi/gstavidemux.h:
11037         * gst/cutter/gstcutter.h:
11038         * gst/debug/efence.h:
11039         * gst/debug/gstnavigationtest.h:
11040         * gst/debug/gstnavseek.h:
11041         * gst/flx/gstflxdec.h:
11042         * gst/goom/gstgoom.h:
11043         * gst/icydemux/gsticydemux.h:
11044         * gst/id3demux/gstid3demux.h:
11045         * gst/law/alaw-decode.h:
11046         * gst/law/alaw-encode.h:
11047         * gst/law/mulaw-decode.h:
11048         * gst/law/mulaw-encode.h:
11049         * gst/matroska/matroska-mux.h:
11050         * gst/median/gstmedian.h:
11051         * gst/oldcore/gstaggregator.h:
11052         * gst/oldcore/gstfdsink.h:
11053         * gst/oldcore/gstmd5sink.h:
11054         * gst/oldcore/gstmultifilesrc.h:
11055         * gst/oldcore/gstpipefilter.h:
11056         * gst/oldcore/gstshaper.h:
11057         * gst/oldcore/gststatistics.h:
11058         * gst/rtp/gstasteriskh263.h:
11059         * gst/rtp/gstrtpL16depay.h:
11060         * gst/rtp/gstrtpL16pay.h:
11061         * gst/rtp/gstrtpamrdepay.h:
11062         * gst/rtp/gstrtpamrpay.h:
11063         * gst/rtp/gstrtpdepay.h:
11064         * gst/rtp/gstrtpgsmdepay.h:
11065         * gst/rtp/gstrtpgsmpay.h:
11066         * gst/rtp/gstrtph263pay.h:
11067         * gst/rtp/gstrtph263pdepay.h:
11068         * gst/rtp/gstrtph263ppay.h:
11069         * gst/rtp/gstrtpmp4gpay.h:
11070         * gst/rtp/gstrtpmp4vdepay.h:
11071         * gst/rtp/gstrtpmp4vpay.h:
11072         * gst/rtp/gstrtpmpadepay.h:
11073         * gst/rtp/gstrtpmpapay.h:
11074         * gst/rtp/gstrtppcmadepay.h:
11075         * gst/rtp/gstrtppcmapay.h:
11076         * gst/rtp/gstrtppcmudepay.h:
11077         * gst/rtp/gstrtppcmupay.h:
11078         * gst/rtp/gstrtpspeexdepay.h:
11079         * gst/rtp/gstrtpspeexpay.h:
11080         * gst/rtsp/gstrtpdec.h:
11081         * gst/rtsp/gstrtspsrc.h:
11082         * gst/smpte/gstsmpte.h:
11083         * gst/udp/gstdynudpsink.h:
11084         * gst/udp/gstmultiudpsink.h:
11085         * gst/udp/gstudpsink.h:
11086         * gst/udp/gstudpsrc.h:
11087         * gst/videofilter/gstvideobalance.h:
11088         * gst/videofilter/gstvideoflip.h:
11089         * sys/oss/gstossdmabuffer.h:
11090         * sys/oss/gstossmixerelement.h:
11091         * sys/oss/gstosssink.h:
11092         * sys/oss/gstosssrc.h:
11093         * sys/osxvideo/osxvideosink.h:
11094         * sys/sunaudio/gstsunaudiomixer.h:
11095         * sys/sunaudio/gstsunaudiosink.h:
11096         * sys/ximage/gstximagesrc.h:
11097         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
11098
11099 2006-05-31  Wim Taymans  <wim@fluendo.com>
11100
11101         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11102         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
11103         (gst_goom_src_setcaps), (gst_goom_src_event),
11104         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
11105         (gst_goom_change_state):
11106         * gst/goom/gstgoom.h:
11107         Handle QoS.
11108         Handle flushing, discont and events.
11109         Fix timestamps and various other cleanups.
11110
11111 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11112
11113         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
11114         Fix bus reset when using libiec61883
11115
11116 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11117
11118         * configure.ac:
11119         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
11120         * ext/raw1394/Makefile.am:
11121         Add CFLAGS.
11122         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
11123         New method, to receive using libiec61883.
11124         (gst_dv1394src_iso_receive),
11125         #ifdef'd out if libiec61883 is present.
11126         (gst_dv1394src_bus_reset),
11127         Get userdata correctly if using libiec61883. 
11128         (gst_dv1394src_create),
11129         When using libiec61883, only poll one fd and no need to read.
11130         (gst_dv1394src_discover_avc_node),
11131         Replace g_warnings.
11132         (gst_dv1394src_start),
11133         Create new handle when we know which dv port.  More reliable
11134         than setting port on an existing handle.  Initialise libiec61883.
11135         (gst_dv1394src_stop):
11136         If using libiec61883, then cleanup its handle properly.
11137         * ext/raw1394/gstdv1394src.h:
11138         Add libiec61883 handle.
11139
11140 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
11141
11142         * gst/avi/gstavidemux.c:
11143           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
11144         * win32/MANIFEST:
11145           sort file listing
11146         * win32/vs6/libgstavi.dsp:
11147           add gstavimux.c to the project
11148         * win32/vs6/libgstid3demux.dsp:
11149           add link to zlib library
11150         * win32/vs6/libgstmatroska.dsp:
11151           add matroska-ids.c to the project
11152
11153 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
11154
11155         Patch by: Sebastian Dröge  <mail at slomosnail de >
11156
11157         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11158         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11159         * ext/taglib/Makefile.am:
11160         * ext/taglib/gstapev2mux.cc:
11161         * ext/taglib/gstapev2mux.h:
11162         * ext/taglib/gstid3v2mux.cc:
11163         * ext/taglib/gsttaglibmux.c: (plugin_init):
11164         * ext/taglib/gsttaglibmux.h:
11165           Add apev2mux element (#343122).
11166         
11167         * tests/check/Makefile.am:
11168         * tests/check/elements/apev2mux.c:
11169         (test_taglib_apev2mux_create_tags),
11170         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
11171         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
11172         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
11173         (apev2mux_suite), (main):
11174           Add unit test for apev2mux element.
11175
11176 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
11177
11178         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
11179         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
11180         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
11181           GST_PTR_FORMAT should be used to print caps in debug statements.
11182
11183 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
11184
11185         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
11186
11187         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
11188         (ape_demux_parse_tags):
11189           Some clean-ups and additions: map APE 'file' tag to
11190           GST_TAG_LOCATION (#343123); add support for extracting
11191           the track count and clean up parsing a bit (#343127).
11192
11193 2006-05-28  Edward Hervey  <edward@fluendo.com>
11194
11195         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
11196         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
11197
11198 2006-05-28  Edward Hervey  <edward@fluendo.com>
11199
11200         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
11201         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
11202         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
11203         * ext/jpeg/gstjpegdec.h:
11204         Clip outgoing buffers according to currently configured segment.
11205
11206 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
11207
11208         * ext/taglib/gstid3v2mux.cc:
11209           Handle  writing of track-count or album-volume-count without
11210           track-number or albume-volume-number (in this case the number
11211           will just be set to 0).
11212
11213         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
11214           It would be nice if we actually checked the values received for
11215           track/album-volume number/count in  _check_tags(), rather than
11216           setting them again ...
11217
11218 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
11219
11220         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
11221           A track/volume number or count of 0 does not make sense,
11222           just ignore it along with negative numbers (a tag might
11223           only contain a track count without a track number).
11224
11225 2006-05-27  Edward Hervey  <edward@fluendo.com>
11226
11227         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
11228         (gst_jpeg_dec_sink_event):
11229         Abort decompression when receiving FLUSH_STOP. This should avoid
11230         issues when interrupting decoding with flushes.
11231
11232 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
11233
11234         * ext/flac/gstflac.c:
11235           Don't #include file we don't dist any longer.
11236
11237 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
11238
11239         * README:
11240           Replace current README (containing the release notes from
11241           some 0.9.x version) with a proper README taken from the core.
11242
11243 2006-05-24  Wim Taymans  <wim@fluendo.com>
11244
11245         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
11246         Implement EOS correctly by either posting
11247         SEGMENT_DONE or pushing an EOS message depending
11248         on the seek type. Fixes #342592
11249
11250 2006-05-24  Wim Taymans  <wim@fluendo.com>
11251
11252         * gst/law/alaw-decode.c: (gst_alawdec_chain):
11253         * gst/law/alaw-decode.h:
11254         * gst/law/alaw-encode.c: (gst_alawenc_chain):
11255         * gst/law/alaw-encode.h:
11256         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
11257         * gst/law/mulaw-decode.h:
11258         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
11259         * gst/law/mulaw-encode.h:
11260         Some cleanups in the chain functions.
11261         Remove some GStreamer 0.0.2 bits.
11262
11263 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
11264
11265         Patch by: Mark Nauwelaerts  <manauw at skynet be>
11266
11267         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
11268           gst_collect_pads_stop() needs to be called before chaining up
11269           to the parent class (#342734).
11270
11271 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
11272
11273         * ext/flac/Makefile.am:
11274         * ext/flac/flac_compat.h:
11275         * ext/flac/gstflac.c:
11276         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
11277         * ext/flac/gstflacenc.c:
11278           Remove backwards compatibility cruft for dealing with FLAC API
11279           changes in the 1.0.x series - we require 1.1.1 or newer these days.
11280
11281 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
11282
11283         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11284         (gst_matroska_demux_push_xiph_codec_priv_data),
11285         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
11286         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
11287         * gst/matroska/matroska-ids.h:
11288         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
11289         (gst_matroska_mux_video_pad_setcaps),
11290         (xiph3_streamheader_to_codecdata),
11291         (vorbis_streamheader_to_codecdata),
11292         (theora_streamheader_to_codecdata),
11293         (gst_matroska_mux_audio_pad_setcaps),
11294         (gst_matroska_mux_write_data):
11295           Add support for muxing/demuxing theora video (#342448; too bad
11296           none of the usual linux players can actually play this). Playback
11297           in GStreamer will require additional changes to theoradec in -base.
11298           Refactor streamheaders <=> CodecPrivateData code a bit; some small
11299           cleanups.
11300
11301 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
11302
11303         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
11304         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
11305           Fix crashes when the horizontal subsampling is 1.
11306           Fixes #342097.
11307
11308 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
11309
11310         Patch by: Mark Nauwelaerts  <manauw at skynet be>
11311
11312         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
11313         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
11314         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
11315         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
11316         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
11317         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
11318         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
11319         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
11320         (gst_avi_mux_change_state):
11321         * gst/avi/gstavimux.h:
11322           Some enhancements for avimux (#342526):
11323            - add odml (large file) index support
11324            - store codec init data (e.g. huffyuv)
11325            - miscellaneous other fixes/cleanups
11326
11327 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
11328
11329         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
11330         Don't output any tag when we encounter a negative track number - the
11331         tag type is uint, so we end up outputting huge positive numbers
11332         instead. (Fixes: #342029)
11333
11334 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11335
11336         * configure.ac:
11337           update for new GSTPB_PLUGINS_DIR
11338
11339 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
11340
11341         * rtp/gst/gstrtph263pay.c:
11342         Properly set static caps for H263 at 34.
11343
11344 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
11345
11346         Patch by: James "Doc" Livingston  <doclivingston gmail com>
11347
11348         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
11349           Merge event tags and tag setter tags correctly (#339918). Also,
11350           don't leak taglist in case of an error.
11351           
11352 2006-05-17  Edward Hervey  <edward@fluendo.com>
11353
11354         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
11355         We can only do caps intersection if the othercaps are non-empty and not
11356         ANY. Else we return the pad template (base_caps).
11357
11358 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
11359
11360         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
11361           Fix crash when outputting debugging information for certain
11362           pictures (always good to use the right struct member for
11363           the number of records in an array).
11364
11365 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
11366
11367         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
11368
11369         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
11370         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
11371         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
11372         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
11373         (gst_ebml_read_float), (gst_ebml_read_ascii),
11374         (gst_ebml_read_binary):
11375           Don't create unnecessary sub-buffers all the time. Dramatically
11376           improves performance with multiple concurrently running
11377           matroskademux instances (#341818) (and avoids doing
11378           unnecessarily inefficient things in the general case).
11379
11380 2006-05-16  Edward Hervey  <edward@fluendo.com>
11381
11382         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
11383         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
11384         return value of gst_pad_push_event().
11385
11386 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
11387
11388         * gst/autodetect/gstautoaudiosink.c:
11389         (gst_auto_audio_sink_find_best):
11390         * gst/autodetect/gstautovideosink.c:
11391         (gst_auto_video_sink_find_best):
11392         Make the name of the child element be based on the name of the
11393         parent, so that debug output is more useful.
11394         
11395         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
11396         (parse_insert_string_field), (parse_split_strings):
11397         Rework string parsing to always walk over BOM markers in UTF16
11398         strings, using the endianness indicated by the innermost one,
11399         then trying the opposite endianness if that fails to convert
11400         to valid UTF-8. Fixes #341774
11401
11402 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11403
11404         Patch from: Matthieu <matthieu at fluendo dot com>
11405
11406         * ext/libpng/Makefile.am:
11407         Add LIBPNG_CFLAGS.
11408
11409 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
11410
11411         * ext/taglib/gstid3v2mux.cc:
11412           Add support for writing images (APIC frames) into ID3v2
11413           tags (picture type always set to 'other' for now though).
11414
11415 2006-05-14  Michael Smith  <msmith@fluendo.com>
11416
11417         * gst/wavparse/gstwavparse.c:
11418           Update docs; wavparse implements push and pull modes.
11419
11420 2006-05-12  Wim Taymans  <wim@fluendo.com>
11421
11422         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
11423         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
11424         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
11425         Ooops, bitten by the copy-and-paste design paradigm, fixes
11426         seek again.
11427
11428 2006-05-12  Wim Taymans  <wim@fluendo.com>
11429
11430         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
11431         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
11432         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
11433         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
11434         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
11435         (gst_avi_demux_massage_index),
11436         (gst_avi_demux_calculate_durations_from_index),
11437         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
11438         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
11439         (gst_avi_demux_loop):
11440         * gst/avi/gstavidemux.h:
11441         Some cleanups, prepare to use GstSegment.
11442         Fix error in entry walking code.
11443         Fix VBR detection.
11444         Smarter timestamp calculation code.
11445         Uniform error/eos handling.
11446
11447 2006-05-12  Michael Smith  <msmith@fluendo.com>
11448
11449         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
11450         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
11451           Fix use of uninitialised values if we're NOT seeking in ready.
11452           Fix typos.
11453
11454 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
11455
11456         * gst/wavparse/Makefile.am:
11457           Add CFLAGS and LIBS for libgstbase, fixes build on
11458           Cygwin (#341489).
11459
11460 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
11461
11462         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
11463           Some more debug info. No need to check whether the string
11464           returned by g_convert() is really UTF-8 - either it is or
11465           we get NULL returned.
11466
11467 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
11468
11469         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
11470           Fix parsing of numeric genre strings some more, by ensuring that
11471           we only try and parse strings that a) Start with '(' and b) Consist
11472           only of digits.
11473           Also, when finding an escaping '((' sequence, bust it back to '(' by
11474           swallowing the first parenthesis
11475
11476 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
11477
11478         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
11479         (gst_esdsink_open), (gst_esdsink_close):
11480         * ext/esd/esdsink.h:
11481           Move the esd_get_server_info() into gst_esdsink_open() and fail
11482           with a decent error message on errors.
11483
11484 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
11485
11486         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
11487         (gst_esdmon_channels_get_type):
11488         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
11489         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
11490         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
11491         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
11492         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
11493         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
11494         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
11495         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
11496         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
11497         * gst/videomixer/videomixer.c:
11498         (gst_video_mixer_background_get_type):
11499           Const-ify GEnumValue arrays.
11500
11501 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
11502
11503         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
11504
11505         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
11506         (gst_avi_mux_do_video_buffer):
11507           Work around gst_buffer_make_metadata_writable() bug that
11508           results in avimux marking all frames in the index as
11509           keyframes (#340859).
11510           
11511 2006-05-08  Wim Taymans  <wim@fluendo.com>
11512
11513         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11514         Make parsing of urls suck slightly less.
11515
11516 2006-05-08  Edward Hervey  <edward@fluendo.com>
11517
11518         * autogen.sh: (CONFIGURE_DEF_OPT): 
11519         libtoolize on Darwin/MacOSX is called glibtoolize.
11520
11521 2006-05-08  Wim Taymans  <wim@fluendo.com>
11522
11523         Patch by: Jens Granseuer <jensgr at gmx dot net>
11524
11525         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
11526         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
11527         C89 compliance fixes. Fixes #340980
11528
11529 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
11530
11531         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
11532         * ext/flac/gstflacdec.h:
11533           Handle segment seeks that include the end of the file as stop point
11534           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
11535           message instead of an EOS event in case we're in segment seek
11536           mode (fixes #340699).
11537           
11538 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
11539
11540         * ext/cairo/gsttextoverlay.c:
11541         * ext/flac/gstflacdec.c:
11542         * ext/gdk_pixbuf/pixbufscale.c:
11543         * gst/apetag/gstapedemux.c:
11544         * gst/debug/breakmydata.c:
11545         * gst/debug/testplugin.c:
11546         * gst/matroska/ebml-write.c:
11547         * gst/multipart/multipartdemux.c:
11548         * sys/osxaudio/gstosxaudiosink.c:
11549         * sys/osxaudio/gstosxaudiosrc.c:
11550         Add semicolons after GST_BOILERPLATE[_FULL] so that
11551         indent doesn't mess up following lines.
11552
11553 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
11554
11555         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
11556
11557         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
11558           Don't leak caps when freeing the stream context (#340623).
11559
11560 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
11561
11562         * configure.ac:
11563           Back to CVS
11564
11565 === release 0.10.3 ===
11566
11567 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
11568
11569         * configure.ac:
11570           releasing 0.10.3, "Desplazado"
11571
11572 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
11573
11574         * gst/matroska/matroska-mux.c:
11575         (gst_matroska_mux_stream_is_vorbis_header),
11576         (gst_matroska_mux_write_data):
11577           Don't strcmp() NULL strings.
11578           Only start new clusters on video keyframes, not on any
11579           random audio buffer that doesn't have the DELTA_UNIT
11580           flag set (fixes 'make check' again).
11581
11582 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
11583
11584         Patch by: Mark Nauwelaerts  <manauw at skynet be>
11585
11586         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
11587         (gst_matroska_mux_stream_is_vorbis_header),
11588         (gst_matroska_mux_write_data):
11589           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
11590           value and then dead-lock when muxing vorbis audio streams
11591           (the three vorbis header buffers carry no timestamp, and it
11592           would try to mux these after all video buffers). Fixes #340346.
11593
11594           Improve clustering: start a new cluster also whenever we get
11595           a keyframe.     
11596
11597 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11598
11599         * win32/common/config.h:
11600         * win32/MANIFEST
11601           add the generated file as well
11602
11603 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11604
11605         * Makefile.am:
11606         * configure.ac:
11607         * win32/common/config.h.in:
11608           add win32 stuff
11609
11610 2006-05-03  Michael Smith  <msmith@fluendo.com>
11611
11612         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
11613           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
11614           SUCKS.
11615
11616 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
11617
11618         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
11619         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
11620         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
11621           don't leak caps-string
11622
11623 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
11624
11625         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
11626         (gst_id3demux_sink_activate):
11627           Let core insert default error message for TYPE_NOT_FOUND
11628           errors, it's just as good as our own and has the added
11629           bonus of being translated.
11630
11631 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
11632
11633         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
11634         (gst_tag_demux_sink_event):
11635         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
11636         (gst_id3demux_sink_event):
11637           Post an error message when we get an EOS event and were not
11638           able to find out the type of stream.
11639
11640         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
11641         (test_taglib_id3mux_with_tags):
11642           Decrease num-buffers to 16 per iteration again, otherwise the
11643           many memcpy()s and reallocations in the test will hammer slow
11644           CPUs completely and make the test timeout.
11645
11646 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11647
11648         * configure.ac:
11649           figure out where plugins-base plugins are
11650         * tests/check/Makefile.am:
11651           use plugins-base plugins, so we have typefind functions
11652         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
11653           increase num-buffers, this makes sure the test errors out instead
11654           of timing out when no typefind functions are present
11655
11656 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11657
11658         * docs/plugins/Makefile.am:
11659           also check .cc files for gtk-doc markup
11660         * configure.ac:
11661         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11662         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11663         * tests/check/Makefile.am:
11664         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
11665         * ext/Makefile.am:
11666         * ext/taglib/Makefile.am:
11667         * ext/taglib/gstid3v2mux.h:
11668         * ext/taglib/gsttaglibmux.c:
11669         * ext/taglib/gsttaglibmux.h:
11670           move taglib-based id3v2muxer to -good.  Fixes #336110.
11671
11672 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
11673
11674         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
11675           ... and fix multichannel/WAVFORMATEX support again.
11676
11677 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
11678
11679         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
11680         (gst_wavparse_class_init), (gst_wavparse_dispose),
11681         (gst_wavparse_reset), (gst_wavparse_init),
11682         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
11683         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
11684         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
11685         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
11686         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
11687         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
11688         (gst_wavparse_stream_data), (gst_wavparse_loop),
11689         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
11690         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
11691         (gst_wavparse_change_state), (plugin_init):
11692         * gst/wavparse/gstwavparse.h:
11693           Add push (streaming) mode to wavparse (fixes #337625)
11694
11695 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11696
11697         * configure.ac:
11698         * tests/Makefile.am:
11699           add ximagesrc icles test
11700
11701 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11702
11703         * configure.ac:
11704         * docs/plugins/Makefile.am:
11705         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11706         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11707         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
11708         (gst_cmml_enc_push_clip):
11709         * sys/Makefile.am:
11710         * sys/ximage/Makefile.am:
11711         * sys/ximage/gstximagesrc.c:
11712           Move ximagesrc plug-in to good after review.  Fixes #336756.
11713
11714 2006-04-28  Michael Smith  <msmith@fluendo.com>
11715
11716         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
11717         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
11718         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
11719         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
11720         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
11721         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
11722         * gst/icydemux/gsticydemux.h:
11723           Fix event handling: cache events when typefinding and forward later.
11724
11725 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11726
11727         * sys/osxaudio/gstosxaudiosink.c:
11728         (plugin_init):
11729          Register osxaudiosrc to the plugin.
11730         * sys/osxaudio/gstosxaudiosrc.c:
11731         (gst_osx_audio_src_osxelement_do_init),
11732         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
11733         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
11734         (gst_osx_audio_src_get_property),
11735         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
11736         (gst_osx_audio_src_osxelement_init):
11737         * sys/osxaudio/gstosxaudiosrc.h:
11738           Port of osxaudiosrc to 0.10.
11739         * sys/osxaudio/Makefile.am:
11740           Add osxaudiosrc
11741
11742 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11743
11744         * sys/osxaudio/gstosxringbuffer.c:
11745         * sys/osxaudio/gstosxringbuffer.h:
11746           Forgot to commit earlier, part of the OSX audio plugin port
11747
11748 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
11749
11750         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
11751         (parse_split_strings):
11752           Recognise and skip any byte order marker (BOM) in
11753           UTF-16 strings.
11754
11755 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
11756
11757         * docs/plugins/Makefile.am:
11758         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11759         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11760         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11761         * docs/plugins/inspect/plugin-avi.xml:
11762         * gst/avi/gstavidemux.c:
11763         * gst/avi/gstavimux.c:
11764           Add docs for both avidemux and avimux.
11765
11766 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
11767
11768         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11769
11770         * gst/avi/Makefile.am:
11771         * gst/avi/gstavi.c: (plugin_init):
11772         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
11773         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
11774         (gst_avi_mux_class_init), (gst_avi_mux_init),
11775         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
11776         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
11777         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
11778         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
11779         (gst_avi_mux_riff_get_avix_header),
11780         (gst_avi_mux_riff_get_video_header),
11781         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
11782         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
11783         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
11784         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
11785         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
11786         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
11787         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
11788         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
11789         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
11790         (gst_avi_mux_change_state):
11791         * gst/avi/gstavimux.h:
11792           Port AVI muxer to GStreamer-0.10 (#332031).
11793
11794         * tests/check/Makefile.am:
11795         * tests/check/elements/avimux.c:
11796         * tests/check/elements/.cvsignore:
11797           Add unit test for AVI muxer.
11798
11799 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
11800
11801         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
11802         (gst_wavparse_class_init), (gst_wavparse_reset),
11803         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
11804         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11805         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11806         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
11807         (gst_wavparse_stream_data), (gst_wavparse_loop),
11808         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
11809         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
11810         (plugin_init):
11811         * gst/wavparse/gstwavparse.h:
11812           reverted patch #337625 for the price of 1 hour sleep
11813
11814 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
11815
11816         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
11817         (gst_wavparse_class_init), (gst_wavparse_reset),
11818         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
11819         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
11820         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11821         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11822         (gst_wavparse_stream_data), (gst_wavparse_loop),
11823         (gst_wavparse_chain), (plugin_init):
11824         * gst/wavparse/gstwavparse.h:
11825           correct partial implementation of push mode
11826           (from my last commit)
11827
11828 2006-04-26  Wim Taymans  <wim@fluendo.com>
11829
11830         * ext/esd/esdsink.c:
11831         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
11832         it is not in esd.h
11833
11834 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
11835
11836         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
11837         (gst_au_parse_class_init), (gst_au_parse_init),
11838         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
11839         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
11840         (gst_au_parse_chain), (gst_au_parse_src_convert),
11841         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
11842         (gst_au_parse_sink_event), (gst_au_parse_src_event),
11843         (gst_au_parse_change_state):
11844         * gst/auparse/gstauparse.h:
11845           Rewrite auparse to suck a little bit less: make source pad
11846           dynamic, so decodebin/playbin work with non-raw formats
11847           like alaw/mulaw; add query function for duration/position
11848           queries; check whether we have enough data before attempting
11849           to parse the header (instead of crashing when that is not the
11850           case); work around audioconvert sucking by swapping endianness
11851           to the native endianness ourselves for float formats; send
11852           initial newsegment event. Fixes #161712.
11853
11854 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11855
11856         * sys/osxaudio/Makefile.am:
11857         * sys/osxaudio/gstosxaudioelement.c:
11858         (gst_osx_audio_element_get_type),
11859         (gst_osx_audio_element_class_init):
11860         * sys/osxaudio/gstosxaudioelement.h:
11861         * sys/osxaudio/gstosxaudiosink.c:
11862         (gst_osx_audio_sink_osxelement_do_init),
11863         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
11864         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
11865         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
11866         (gst_osx_audio_sink_create_ringbuffer),
11867         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
11868         (plugin_init):
11869         * sys/osxaudio/gstosxaudiosink.h:
11870         Port of osxaudiosink to 0.10
11871
11872 2006-04-26  Wim Taymans  <wim@fluendo.com>
11873
11874         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
11875         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
11876         the size of the ringbuffer. This should fix hangs with older 
11877         esd sound servers.
11878
11879 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
11880
11881         * ext/aalib/gstaasink.c:
11882         * ext/annodex/gstcmmldec.c:
11883         * ext/annodex/gstcmmlenc.c:
11884         * ext/cairo/gsttextoverlay.c:
11885         * ext/cairo/gsttimeoverlay.c:
11886         * ext/cdio/gstcdiocddasrc.c:
11887         * ext/dv/gstdvdec.c:
11888         * ext/dv/gstdvdemux.c:
11889         * ext/esd/esdmon.c:
11890         * ext/esd/esdsink.c:
11891         * ext/flac/gstflacenc.c:
11892         * ext/flac/gstflactag.c:
11893         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11894         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11895         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11896         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11897         * ext/gdk_pixbuf/pixbufscale.c:
11898         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11899         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11900         * ext/jpeg/gstjpegdec.c:
11901         * ext/jpeg/gstjpegenc.c:
11902         * ext/jpeg/gstsmokedec.c:
11903         * ext/jpeg/gstsmokeenc.c:
11904         * ext/libcaca/gstcacasink.c:
11905         * ext/libmng/gstmngdec.c:
11906         * ext/libmng/gstmngenc.c:
11907         * ext/libpng/gstpngdec.c:
11908         * ext/libpng/gstpngenc.c:
11909         * ext/mikmod/gstmikmod.c:
11910         * ext/raw1394/gstdv1394src.c:
11911         * ext/shout2/gstshout2.c: (gst_shout2send_init):
11912         * ext/shout2/gstshout2.h:
11913         * ext/speex/gstspeexdec.c:
11914         * ext/speex/gstspeexenc.c:
11915         * gst/alpha/gstalpha.c:
11916         * gst/alpha/gstalphacolor.c:
11917         * gst/apetag/gstapedemux.c:
11918         * gst/auparse/gstauparse.c:
11919         * gst/autodetect/gstautoaudiosink.c:
11920         (gst_auto_audio_sink_base_init):
11921         * gst/autodetect/gstautovideosink.c:
11922         (gst_auto_video_sink_base_init):
11923         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
11924         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11925         * gst/cutter/gstcutter.c:
11926         * gst/debug/breakmydata.c:
11927         * gst/debug/efence.c:
11928         * gst/debug/gstnavigationtest.c:
11929         * gst/debug/gstnavseek.c:
11930         * gst/debug/negotiation.c:
11931         * gst/debug/progressreport.c:
11932         * gst/debug/testplugin.c:
11933         * gst/effectv/gstaging.c:
11934         * gst/effectv/gstdice.c:
11935         * gst/effectv/gstedge.c:
11936         * gst/effectv/gstquark.c:
11937         * gst/effectv/gstrev.c:
11938         * gst/effectv/gstshagadelic.c:
11939         * gst/effectv/gstvertigo.c:
11940         * gst/effectv/gstwarp.c:
11941         * gst/flx/gstflxdec.c:
11942         * gst/goom/gstgoom.c:
11943         * gst/icydemux/gsticydemux.c:
11944         * gst/id3demux/gstid3demux.c:
11945         * gst/interleave/deinterleave.c:
11946         * gst/interleave/interleave.c:
11947         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11948         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11949         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11950         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11951         * gst/level/gstlevel.c:
11952         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11953         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11954         * gst/median/gstmedian.c:
11955         * gst/monoscope/gstmonoscope.c:
11956         * gst/multipart/multipartdemux.c:
11957         * gst/multipart/multipartmux.c:
11958         * gst/oldcore/gstaggregator.c:
11959         * gst/oldcore/gstfdsink.c:
11960         * gst/oldcore/gstmd5sink.c:
11961         * gst/oldcore/gstmultifilesrc.c:
11962         * gst/oldcore/gstpipefilter.c:
11963         * gst/oldcore/gstshaper.c:
11964         * gst/oldcore/gststatistics.c:
11965         * gst/rtp/gstasteriskh263.c:
11966         * gst/rtp/gstrtpL16depay.c:
11967         * gst/rtp/gstrtpL16pay.c:
11968         * gst/rtp/gstrtpamrdepay.c:
11969         * gst/rtp/gstrtpamrpay.c:
11970         * gst/rtp/gstrtpdepay.c:
11971         * gst/rtp/gstrtpgsmpay.c:
11972         * gst/rtp/gstrtph263pay.c:
11973         * gst/rtp/gstrtph263pdepay.c:
11974         * gst/rtp/gstrtph263ppay.c:
11975         * gst/rtp/gstrtpilbcdepay.c:
11976         * gst/rtp/gstrtpmp4gpay.c:
11977         * gst/rtp/gstrtpmp4vdepay.c:
11978         * gst/rtp/gstrtpmp4vpay.c:
11979         * gst/rtp/gstrtpmpadepay.c:
11980         * gst/rtp/gstrtpmpapay.c:
11981         * gst/rtp/gstrtppcmadepay.c:
11982         * gst/rtp/gstrtppcmapay.c:
11983         * gst/rtp/gstrtppcmudepay.c:
11984         * gst/rtp/gstrtppcmupay.c:
11985         * gst/rtp/gstrtpspeexdepay.c:
11986         * gst/rtp/gstrtpspeexpay.c:
11987         * gst/rtsp/gstrtpdec.c:
11988         * gst/rtsp/gstrtspsrc.c:
11989         * gst/smpte/gstsmpte.c:
11990         * gst/udp/gstdynudpsink.c:
11991         * gst/udp/gstmultiudpsink.c:
11992         * gst/udp/gstudpsink.c:
11993         * gst/udp/gstudpsrc.c:
11994         * gst/videobox/gstvideobox.c:
11995         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11996         * gst/videofilter/gstvideobalance.c:
11997         * gst/videofilter/gstvideoflip.c:
11998         * gst/videofilter/gstvideotemplate.c:
11999         (gst_videotemplate_base_init):
12000         * gst/videomixer/videomixer.c:
12001         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
12002         (gst_wavparse_class_init), (gst_wavparse_dispose),
12003         (gst_wavparse_reset), (gst_wavparse_init),
12004         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
12005         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
12006         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
12007         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
12008         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
12009         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
12010         (gst_wavparse_change_state):
12011         * gst/wavparse/gstwavparse.h:
12012         * sys/oss/gstossmixerelement.c:
12013         * sys/oss/gstosssink.c:
12014         * sys/oss/gstosssrc.c:
12015         * sys/osxaudio/gstosxaudioelement.c:
12016         * sys/osxaudio/gstosxaudiosink.c:
12017         * sys/osxaudio/gstosxaudiosrc.c:
12018         * sys/sunaudio/gstsunaudiomixer.c:
12019         * sys/sunaudio/gstsunaudiosink.c:
12020           Define GstElementDetails as const and also static (when defined as
12021           global)
12022
12023 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
12024
12025         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
12026           Source pad has fixed caps. If we don't set this, bad
12027           things happen when the window is resized.
12028
12029 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
12030
12031         * gst/matroska/Makefile.am:
12032         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12033         (gst_matroska_demux_handle_src_event):
12034         * gst/matroska/matroska-ids.c:
12035         (gst_matroska_track_init_video_context),
12036         (gst_matroska_track_init_audio_context),
12037         (gst_matroska_track_init_subtitle_context),
12038         (gst_matroska_track_init_complex_context):
12039         * gst/matroska/matroska-ids.h:
12040           Handle case where the TrackType ebml chunk does not come before the
12041           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
12042           events.
12043
12044 2006-04-25  Wim Taymans  <wim@fluendo.com>
12045
12046         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
12047         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
12048         It's codec_data, not codec_info.
12049
12050 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
12051
12052         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
12053
12054         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
12055           Handle codec_data for VfW compatibility codec IDs (#339451)
12056
12057         * gst/matroska/matroska-mux.c:
12058         (gst_matroska_mux_video_pad_setcaps):
12059           Same here, handle codec_data and add additional caps we can handle
12060           now to the pad template (huffyuv, dv and h263 video) (#339451)
12061
12062 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
12063
12064         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
12065
12066         * gst/matroska/matroska-mux.c:
12067         (gst_matroska_mux_create_buffer_header),
12068         (gst_matroska_mux_write_data):
12069           Fix timestamping of B-frames, use signed integers, do
12070           some rounding (#339678).
12071
12072 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
12073
12074         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
12075         just make it compile with --disable-gst-debug.
12076
12077 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
12078
12079         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
12080         Fix a bad conversion using gst_guint64_to_gdouble.
12081         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
12082         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
12083         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
12084     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
12085         mistake.
12086
12087 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
12088
12089         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
12090         Use gst_guint64_to_gdouble for conversions
12091         * win32/vs6/gst_plugins_good.dsw:
12092         * win32/vs6/libgsticydemux.dsp:
12093         Add a project file for icydemux
12094
12095 2006-04-21  Wim Taymans  <wim@fluendo.com>
12096
12097         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
12098
12099         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
12100         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
12101         When splitting audio chunks, the block alignment is not taken in
12102         consideration, so the smaller chunks could be of size which is 
12103         not a multiple of the block alignment. Fixes #336904
12104
12105 2006-04-21  Wim Taymans  <wim@fluendo.com>
12106
12107         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
12108         Use scale functions
12109
12110 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
12111
12112         * ext/dv/gstdv.c: (plugin_init):
12113           Fix build.
12114
12115 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
12116
12117         * gst/debug/progressreport.c: (gst_progress_report_finalize),
12118         (gst_progress_report_class_init), (gst_progress_report_init),
12119         (gst_progress_report_do_query), (gst_progress_report_report),
12120         (gst_progress_report_set_property),
12121         (gst_progress_report_get_property):
12122           Add 'format' property to force querying to a particular format.
12123
12124 2006-04-21  Andy Wingo  <wingo@pobox.com>
12125
12126         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
12127         best, on big endian systems. Drop its rank in that case. OTOH on
12128         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
12129
12130 2006-04-21  Michael Smith  <msmith@fluendo.com>
12131
12132         * configure.ac:
12133         * gst/icydemux/Makefile.am:
12134         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
12135         (gst_icydemux_base_init), (gst_icydemux_class_init),
12136         (gst_icydemux_reset), (gst_icydemux_init),
12137         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
12138         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
12139         (unicodify), (gst_icydemux_unicodify),
12140         (gst_icydemux_parse_and_send_tags),
12141         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
12142         (gst_icydemux_chain), (gst_icydemux_change_state),
12143         (gst_icydemux_send_tag_event), (plugin_init):
12144         * gst/icydemux/gsticydemux.h:
12145         * tests/check/Makefile.am:
12146         * tests/check/elements/icydemux.c: (typefind_succeed),
12147         (plugin_init), (icydemux_found_pad), (create_icydemux),
12148         (cleanup_icydemux), (push_data), (GST_START_TEST),
12149         (icydemux_suite), (main):
12150           Add icydemux, and tests.
12151
12152 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
12153
12154         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
12155           Post SEGMENT_DONE message in TIME format.
12156
12157 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
12158
12159         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
12160
12161         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
12162         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
12163           Fix index creation when we have to scan the file to create
12164           an index. There may be other types of RIFF 'LIST' chunks than
12165           'movi' and we need to skip them properly as well or we'll end up
12166           reading garbage (#336889). Some other cosmetic changes.
12167           
12168 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
12169
12170         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
12171         (gst_flac_dec_handle_seek_event):
12172           Add support for segment seeks (fixes #338290). Also demote
12173           some recurring debug message from DEBUG to LOG level.
12174
12175 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
12176
12177         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12178         (gst_matroskademux_do_index_seek),
12179         (gst_matroska_demux_handle_seek_event),
12180         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
12181         * gst/matroska/matroska-ids.h:
12182           Set DISCONT flag on first buffer after a discontinuity.
12183           Fix newsegment events sent when seeking and honour KEY_UNIT
12184           seek flag. Create pad with bogus caps if we don't recognise
12185           the stream codec id.
12186
12187         * gst/matroska/matroska-demux.h:
12188           Fix GObject macros.
12189
12190 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
12191
12192         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
12193
12194         * gst/matroska/matroska-demux.c:
12195         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
12196           Handle end of segment properly when set; don't dead-lock when
12197           posting start of segment message when doing a segment seek.
12198           Fixes #338810.
12199
12200 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
12201
12202         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
12203         (gst_matroska_demux_plugin_init):
12204           Make mpeg2 aac audio work: create artificial private codec data
12205           chunk which faad2 seems to require, just as we do for mpeg4 aac.
12206           Also call gst_riff_init(). Partially fixes #338767.
12207
12208 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
12209
12210         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
12211         (gst_wavenc_class_init), (gst_wavenc_init),
12212         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
12213         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
12214         (gst_wavenc_chain), (gst_wavenc_change_state):
12215         * gst/wavenc/gstwavenc.h:
12216           Set caps on first outgoing buffer, so that it doesn't error out
12217           immediately with a non-negotiated error (#338716). Rewrite and
12218           clean up a bit; fix setcaps function to parse things properly;
12219           fix sink caps (8bit audio is unsigned and doesn't have depth);
12220           use boilerplate macros; remove unused properties stuff.
12221
12222 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
12223
12224         * ext/gdk_pixbuf/gstgdkpixbuf.c:
12225           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
12226           handle MJPEG streams and might be autoplugged for those if the
12227           user doesn't have jpegdec installed (resulting in a cryptic error
12228           message about huffman tables). Better to disable JPEG decoding here
12229           and let the user figure out that she needs to install jpegdec.
12230
12231 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
12232
12233         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
12234         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
12235         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
12236         * ext/gdk_pixbuf/gstgdkpixbuf.h:
12237           Make work with packetised/framed input (e.g. png-in-quicktime). Use
12238           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
12239           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
12240           debug messages. Fix boilerplate macros.
12241
12242 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
12243
12244         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
12245         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
12246           No need to special-case for Gdk-2.0 any longer, we require
12247           Gdk 2.2 or newer; minor clean-ups.
12248
12249 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
12250
12251         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
12252         (gst_shout2send_class_init), (gst_shout2send_init),
12253         (set_shout_metadata), (gst_shout2send_set_metadata),
12254         (gst_shout2send_event), (gst_shout2send_start),
12255         (gst_shout2send_connect), (gst_shout2send_stop),
12256         (gst_shout2send_render), (gst_shout2send_set_property),
12257         (gst_shout2send_get_property), (gst_shout2send_setcaps),
12258         (plugin_init):
12259         * ext/shout2/gstshout2.h:
12260         * po/POTFILES.in:
12261           Rewrite a bit: use GstBaseSink::start and stop instead of a state
12262           change function; use GST_ELEMENT_ERROR for error reporting, not
12263           g_error() or GST_ERROR(); don't unref caps in setcaps function,
12264           will cause crashes or assertion failures; remove (unused) "sync"
12265           property, basesink already has such a property; misc. other
12266           minor fixes and cleanups.
12267
12268 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
12269
12270         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
12271         * ext/esd/gstesd.c: (plugin_init):
12272         * po/POTFILES.in:
12273           Add translatable error message for when we cannot
12274           connect to the sound server, as "Cannot open resource
12275           for writing" isn't really an acceptable message to show
12276           to the user in this case.
12277
12278 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
12279
12280         * sys/oss/gst-i18n-plugin.h:
12281           Remove bogus file that doesn't belong here.
12282
12283 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
12284
12285         Patch by: Philippe Valembois
12286
12287         * ext/shout2/gstshout2.c: (gst_shout2send_init),
12288         (gst_shout2send_set_metadata), (gst_shout2send_event),
12289         (gst_shout2send_render), (gst_shout2send_change_state):
12290         * ext/shout2/gstshout2.h:
12291           Handle tags being received before the connection to
12292           the server is established properly (see #338636).
12293
12294 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
12295
12296         * ext/shout2/gstshout2.c: (gst_shout2send_render):
12297           Don't crash in case the connection to the server fails:
12298           don't set pointer to NULL by assigning FALSE; error out
12299           properly by using GST_ELEMENT_ERROR and returning
12300           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
12301           before resetting the pointer.
12302
12303 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
12304
12305         * gst/id3demux/id3tags.c:
12306         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
12307         (Fixes #338713)
12308
12309 2006-04-12  Wim Taymans  <wim@fluendo.com>
12310
12311         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
12312         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
12313         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
12314         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
12315         (gst_gdk_pixbuf_chain):
12316         Some cleanups.
12317         Added RGBA as a possible output format.
12318         Correctly free the supported mimetypes.
12319         deprecate silent arg, it's not used.
12320         Return result from _alloc_buffer to peer.
12321
12322 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
12323
12324         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
12325           Don't leak memory allocated by gst_buffer_new_and_alloc() by
12326           overwriting GST_BUFFER_MALLOCDATA.
12327
12328 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
12329
12330         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
12331         (user_endrow_callback), (user_end_callback),
12332         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
12333         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
12334         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
12335         * ext/libpng/gstpngdec.h:
12336           Handle more than one frame if the content is framed,
12337           like with png-in-quicktime (#331917).
12338
12339 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
12340
12341         * sys/oss/Makefile.am:
12342         * sys/oss/common.h:
12343         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
12344         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
12345         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
12346         (gst_oss_src_unprepare):
12347           - the user-visible error strings were in the wrong category
12348           - and the messages were not marked for translation
12349           - which is actually a good thing, because they were exactly
12350             the kind of message you would never want anyone to see
12351           - the macros were using variables that didn't exist in the macro
12352             arguments
12353           - and they were obviously copied from each other and then modified
12354           - so a common header makes sense
12355
12356 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
12357
12358         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
12359           Don't try to modify read-only data.
12360
12361         * gst/matroska/matroska-demux.c:
12362         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
12363           Fix comment (won't crash any longer now).
12364
12365 2006-04-10  Michael Smith  <msmith@fluendo.com>
12366
12367         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
12368           Use copies of header buffers for caps to avoid circular refcounting
12369           problems (as in theoradec, vorbisdec).
12370
12371         * tests/check/elements/cmmldec.c: (GST_START_TEST):
12372           Fix a typo in test that meant it was testing the wrong thing.
12373
12374         * tests/check/elements/cmmlenc.c: (check_headers):
12375           Fix refcount checks now that we use buffer-copies for caps.
12376
12377 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
12378
12379         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
12380         (gst_matroska_demux_handle_seek_event),
12381         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
12382         (gst_matroska_demux_subtitle_caps),
12383         (gst_matroska_demux_plugin_init):
12384           Use static pad templates with ANY caps for audio and video
12385           source pads and get rid of a lot of unnecessary (and partially
12386           broken) code for the template caps. Clean up caps finding
12387           functions. Fixes playback of audio files/streams that do not
12388           contain the sample rate and/or number of channels in the audio
12389           context (happens a lot with vorbis/mp3 .mka files it seems).
12390           Fixes #337183.
12391           Also add myself to copyright holders.
12392
12393 2006-04-10  Michael Smith  <msmith@fluendo.com>
12394
12395         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
12396           Use g_list_delete_link () instead of g_list_remove_link () so that
12397           we free the link as well as the contained data.
12398
12399 2006-04-10  Wim Taymans  <wim@fluendo.com>
12400
12401         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
12402
12403         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
12404         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
12405         (gst_avi_demux_stream_header):
12406         Fix some crashers with empty chunks. (Fixes #337749)
12407
12408 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
12409
12410         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
12411           use G_GINT64_CONSTANT for INT64 constants
12412         * gst/videofilter/gstvideobalance.c:
12413           define rint for WIN32 #define rint(x) (floor((x)+0.5))
12414         * win32/vs6/libgstavi.dsp:
12415          add missing libraries for the link and remove avimux.c from
12416          the project as it isn't ported to 0.10 yet
12417         
12418 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
12419
12420         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
12421           Even better would be if we actually did the right thing
12422           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
12423
12424 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
12425
12426         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
12427           Can't just replace 1LL with 1L here just because MSVC doesn't
12428           support it, as it might lead to incorrect results when doing the
12429           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
12430           force a 64-bit constant in a way that all compilers are happy with.
12431
12432 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
12433
12434         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
12435         * ext/esd/esdsink.c: (gst_esdsink_class_init):
12436         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
12437         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
12438         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
12439         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
12440         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
12441         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
12442         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
12443         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
12444         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
12445         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
12446         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
12447         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
12448         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
12449         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
12450         * gst/avi/gstavimux.c: (gst_avimux_class_init):
12451         * gst/debug/efence.c: (gst_efence_class_init):
12452         * gst/debug/negotiation.c: (gst_negotiation_class_init):
12453         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
12454         * gst/goom/gstgoom.c: (gst_goom_class_init):
12455         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
12456         * gst/interleave/deinterleave.c: (deinterleave_class_init):
12457         * gst/interleave/interleave.c: (interleave_class_init):
12458         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
12459         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
12460         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
12461         * gst/median/gstmedian.c: (gst_median_class_init):
12462         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
12463         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
12464         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
12465         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
12466         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
12467         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
12468         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
12469         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
12470         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
12471         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
12472         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
12473         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
12474         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
12475         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
12476         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
12477         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
12478         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
12479         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
12480         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
12481         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
12482         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
12483         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
12484         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
12485         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
12486         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
12487         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
12488         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
12489         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
12490         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
12491         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
12492         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
12493         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
12494         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
12495         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
12496         * sys/osxaudio/gstosxaudioelement.c:
12497         (gst_osxaudioelement_class_init):
12498         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
12499         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
12500         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
12501         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
12502
12503 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
12504
12505         * ext/mikmod/gstmikmod.h:
12506         * gst/level/gstlevel.h:
12507         Fix more broken GObject macros
12508
12509 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
12510
12511         * ext/annodex/gstcmmldec.h:
12512         * ext/annodex/gstcmmlenc.h:
12513         * ext/annodex/gstcmmltag.h:
12514         * ext/cairo/gsttextoverlay.h:
12515         * ext/ladspa/gstsignalprocessor.h:
12516         * gst/matroska/ebml-read.h:
12517         * gst/matroska/ebml-write.h:
12518         * sys/osxaudio/gstosxaudioelement.h:
12519         Fix broken GObject macros
12520
12521 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
12522
12523         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
12524           Don't try to seek beyond the end of the file (would
12525           occasionally display error dialogs in totem when seeking
12526           to the end) (#335869). Will still throw an error though
12527           if the file is truncated and the total_samples value in
12528           the stream header is wrong.
12529
12530 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
12531
12532         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
12533         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
12534         (gst_flac_dec_metadata_callback):
12535         * ext/flac/gstflacdec.h:
12536           If the stream header doesn't contain the total number of samples,
12537           search for the last flac frame at the end of the file and calculate
12538           the total duration from that frame's offset (fixes #337609).
12539
12540 2006-04-07  Edward Hervey  <edward@fluendo.com>
12541
12542         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
12543         Don't unref the GstPadTemplate returned by
12544         gst_element_class_get_pad_template().
12545
12546 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
12547
12548         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
12549
12550         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
12551         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
12552         * sys/sunaudio/gstsunaudiosink.h:
12553           Use spec->segsize and spec->segtotal in the prepare function
12554           to initialise the ring buffer instead of using the buffer-time
12555           property (#337421).
12556
12557 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
12558
12559         * configure.ac:
12560           Bump core requirements to CVS for gst_pad_query_peer_duration()
12561           which is used by speexdec.
12562
12563 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
12564
12565         * ext/speex/gstspeex.c: (plugin_init):
12566         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
12567         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
12568         (speex_get_sink_query_types), (speex_dec_sink_query),
12569         (speex_get_src_query_types), (speex_dec_src_query),
12570         (speex_dec_src_event), (speex_dec_sink_event),
12571         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
12572         (speex_dec_chain_parse_data), (speex_dec_chain),
12573         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
12574         (speex_dec_change_state):
12575         * ext/speex/gstspeexdec.h:
12576           Fix seeking and duration queries (#337033); clean up and
12577           refactor a bit.
12578
12579 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12580
12581         * ext/raw1394/gstdv1394src.c:
12582           distinguish between device not found and could not open for
12583           reading
12584
12585 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12586
12587         * Makefile.am:
12588         * configure.ac:
12589         * pkgconfig/.cvsignore:
12590         * pkgconfig/Makefile.am:
12591         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
12592           add a .pc file so other modules can use good plugins in tests
12593
12594 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12595
12596         * configure.ac:
12597           clean up, use AS_VERSION and AS_NANO
12598         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
12599           use PACKAGE_VERSION define
12600         * po/af.po:
12601         * po/az.po:
12602         * po/cs.po:
12603         * po/en_GB.po:
12604         * po/hu.po:
12605         * po/it.po:
12606         * po/nb.po:
12607         * po/nl.po:
12608         * po/or.po:
12609         * po/sq.po:
12610         * po/sr.po:
12611         * po/sv.po:
12612         * po/uk.po:
12613         * po/vi.po:
12614           updated
12615
12616 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
12617
12618         * ext\jpeg\smokecodec.c:
12619           use of GST_DEBUG instead of DEBUG(a...) for WIN32
12620         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
12621           move first instruction after all variables declarations
12622         * gst\alpha\gstalpha.c:
12623         * gst\effectv\gstshagadelic.c:
12624         * gst\smpte\paint.c:
12625         * gst\videofilter\gstvideobalance.c:
12626           define M_PI if it's not defined (it's not defined on WIN32)
12627         * gst\cutter\gstcutter.c: (gst_cutter_chain):
12628         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
12629         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
12630         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
12631         (gst_matroska_demux_video_caps):
12632         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
12633         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
12634           use gst_guint64_to_gdouble for conversions
12635         * gst\goom\filters.c: (setPixelRGB_):
12636           fix a debug which was using undefined variable
12637         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
12638         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
12639           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
12640         * win32/vs6:
12641           add vs6 projects files for most of plugins-good
12642         
12643 2006-03-30  j^  <j@bootlab.org>
12644
12645         * ext/aalib/gstaasink.c:
12646         * ext/annodex/gstcmmldec.c:
12647         * ext/annodex/gstcmmlenc.c:
12648         * ext/cairo/gsttextoverlay.c:
12649         * ext/cairo/gsttimeoverlay.c:
12650         * ext/cdio/gstcdiocddasrc.c:
12651         * ext/dv/gstdvdec.c:
12652         * ext/esd/esdmon.c:
12653         * ext/esd/esdsink.c:
12654         * ext/flac/gstflacdec.c:
12655         * ext/flac/gstflacenc.c:
12656         * ext/flac/gstflactag.c:
12657         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
12658         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
12659         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
12660         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
12661         * ext/gdk_pixbuf/gstgdkpixbuf.c:
12662         * ext/gdk_pixbuf/pixbufscale.c:
12663         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
12664         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
12665         * ext/jpeg/gstjpegdec.c:
12666         * ext/jpeg/gstjpegenc.c:
12667         * ext/jpeg/gstsmokedec.c:
12668         * ext/jpeg/gstsmokeenc.c:
12669         * ext/libcaca/gstcacasink.c:
12670         * ext/libmng/gstmngdec.c:
12671         * ext/libmng/gstmngenc.c:
12672         * ext/libpng/gstpngdec.c:
12673         * ext/libpng/gstpngenc.c:
12674         * ext/mikmod/gstmikmod.c:
12675         * ext/raw1394/gstdv1394src.c:
12676         * ext/shout2/gstshout2.c:
12677         * ext/speex/gstspeexdec.c:
12678         * ext/speex/gstspeexenc.c:
12679         * gst/alpha/gstalpha.c:
12680         * gst/alpha/gstalphacolor.c:
12681         * gst/auparse/gstauparse.c:
12682         * gst/autodetect/gstautoaudiosink.c:
12683         (gst_auto_audio_sink_base_init):
12684         * gst/autodetect/gstautovideosink.c:
12685         (gst_auto_video_sink_base_init):
12686         * gst/avi/gstavimux.c: (gst_avimux_base_init):
12687         * gst/cutter/gstcutter.c:
12688         * gst/debug/breakmydata.c:
12689         * gst/debug/efence.c:
12690         * gst/debug/gstnavigationtest.c:
12691         * gst/debug/negotiation.c:
12692         * gst/debug/progressreport.c:
12693         * gst/debug/testplugin.c:
12694         * gst/effectv/gstaging.c:
12695         * gst/effectv/gstdice.c:
12696         * gst/effectv/gstedge.c:
12697         * gst/effectv/gstquark.c:
12698         * gst/effectv/gstrev.c:
12699         * gst/effectv/gstvertigo.c:
12700         * gst/effectv/gstwarp.c:
12701         * gst/flx/gstflxdec.c:
12702         * gst/goom/gstgoom.c:
12703         * gst/interleave/deinterleave.c:
12704         * gst/interleave/interleave.c:
12705         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
12706         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
12707         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
12708         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
12709         * gst/level/gstlevel.c:
12710         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
12711         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
12712         * gst/median/gstmedian.c:
12713         * gst/monoscope/gstmonoscope.c:
12714         * gst/multipart/multipartdemux.c:
12715         * gst/multipart/multipartmux.c:
12716         * gst/oldcore/gstmd5sink.c:
12717         * gst/oldcore/gstmultifilesrc.c:
12718         * gst/oldcore/gstpipefilter.c:
12719         * gst/oldcore/gstshaper.c:
12720         * gst/oldcore/gststatistics.c:
12721         * gst/rtp/gstasteriskh263.c:
12722         * gst/rtp/gstrtpL16depay.c:
12723         * gst/rtp/gstrtpL16pay.c:
12724         * gst/rtp/gstrtpamrdepay.c:
12725         * gst/rtp/gstrtpamrpay.c:
12726         * gst/rtp/gstrtpdepay.c:
12727         * gst/rtp/gstrtpgsmpay.c:
12728         * gst/rtp/gstrtph263pay.c:
12729         * gst/rtp/gstrtph263pdepay.c:
12730         * gst/rtp/gstrtph263ppay.c:
12731         * gst/rtp/gstrtpmp4gpay.c:
12732         * gst/rtp/gstrtpmp4vdepay.c:
12733         * gst/rtp/gstrtpmp4vpay.c:
12734         * gst/rtp/gstrtpmpadepay.c:
12735         * gst/rtp/gstrtpmpapay.c:
12736         * gst/rtp/gstrtppcmadepay.c:
12737         * gst/rtp/gstrtppcmapay.c:
12738         * gst/rtp/gstrtppcmudepay.c:
12739         * gst/rtp/gstrtppcmupay.c:
12740         * gst/rtp/gstrtpspeexdepay.c:
12741         * gst/rtp/gstrtpspeexpay.c:
12742         * gst/rtsp/gstrtpdec.c:
12743         * gst/smpte/gstsmpte.c:
12744         * gst/videobox/gstvideobox.c:
12745         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
12746         * gst/videofilter/gstvideobalance.c:
12747         * gst/videofilter/gstvideoflip.c:
12748         * gst/videofilter/gstvideotemplate.c:
12749         (gst_videotemplate_base_init):
12750         * gst/videomixer/videomixer.c:
12751         * gst/wavenc/gstwavenc.c:
12752         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
12753          better/unified long descriptions
12754          Fixed #336602
12755          Some cleanups to auparse, don't send multiple newsegments.
12756
12757 2006-03-29  Wim Taymans  <wim@fluendo.com>
12758
12759         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
12760
12761         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
12762         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
12763         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
12764         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
12765         * ext/dv/gstdvdemux.h:
12766         Seek in READY patch. Only works for pull based mode.
12767         Fixes #323880
12768
12769 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
12770
12771         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
12772         (gst_gdk_pixbuf_event):
12773           Fix two crashers: don't unref the same caps twice, and
12774           set pixbuf loader to NULL after freeing it.
12775
12776 2006-03-27  Wim Taymans  <wim@fluendo.com>
12777
12778         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
12779         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
12780         (gst_speexenc_chain):
12781         * ext/speex/gstspeexenc.h:
12782         Don't leak adapter.
12783         A push *always* takes ownership of the buffer, even on
12784         errors.
12785         Small cleanups.
12786
12787 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
12788
12789         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
12790           Create source pad without leaking.
12791
12792 2006-03-24  Wim Taymans  <wim@fluendo.com>
12793
12794         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
12795         * ext/flac/gstflacdec.h:
12796         * ext/flac/gstflacenc.h:
12797         Spifify a bit.
12798         Fix deadly lock order error in seeking code, STREAM_LOCK
12799         cannot be taken within LOCK and the streaming variables are
12800         protected with the STREAM_LOCK anyway.
12801
12802 2006-03-24  Wim Taymans  <wim@fluendo.com>
12803
12804         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
12805         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
12806         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
12807         this patch combines the global init_frames with the stream
12808         init_frames. Rationale being that the global delay should 
12809         be subtracted from any stream delay.
12810         Fixes #335858.
12811
12812 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
12813
12814         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
12815         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
12816         * gst/smpte/gstsmpte.c: (gst_smpte_init):
12817         * gst/videomixer/videomixer.c: (gst_videomixer_init):
12818         use DEBUG_FUNCPTR for collectpads
12819
12820 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
12821
12822         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
12823           Don't crash when encoding images where the number of rows isn't
12824           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
12825
12826 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12827
12828         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
12829         * gst/interleave/deinterleave.c: (deinterleave_change_state):
12830         * gst/interleave/interleave.c: (interleave_change_state):
12831         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
12832           More state change function fixes.
12833
12834 2006-03-23  Wim Taymans  <wim@fluendo.com>
12835
12836         * ext/esd/esdsink.c: (gst_esdsink_class_init),
12837         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
12838         (gst_esdsink_prepare), (gst_esdsink_unprepare),
12839         (gst_esdsink_delay), (gst_esdsink_reset):
12840         * ext/esd/esdsink.h:
12841         Fix esd choppy playback by configuring audiosink
12842         correctly. Fixes #325191
12843
12844 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12845
12846         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
12847           Make state change function thread-safe.
12848
12849 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12850
12851         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
12852         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
12853           Don't try to read beyond the end of the file just because
12854           the header claims a bigger size (like with truncated files).
12855
12856 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12857
12858         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12859         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
12860         (gst_wavparse_stream_data), (gst_wavparse_loop):
12861         * gst/wavparse/gstwavparse.h:
12862           Delay source pad creation until we have the first chunk of
12863           media data, so the we can examine the data and adjust the
12864           caps accordingly if required. This makes playback of .wav
12865           files with DTS-declared-as-PCM content work (#313266).
12866
12867 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
12868
12869         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
12870         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12871         Don't attempt typefinding on too-short buffers that have been
12872         completely trimmed away. (Fixes #330239)
12873
12874         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12875         Improve the debug output
12876
12877 2006-03-21  Wim Taymans  <wim@fluendo.com>
12878
12879         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
12880         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
12881         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
12882         (gst_esdsink_set_property), (gst_esdsink_get_property):
12883         Some cleanups.
12884         Reset fd to -1 when we close them.
12885
12886 2006-03-21  Wim Taymans  <wim@fluendo.com>
12887
12888         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12889         the OPTIONS request result is optional so don't
12890         fail on it.
12891
12892 2006-03-21  Edward Hervey  <edward@fluendo.com>
12893
12894         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
12895         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
12896         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
12897         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
12898         (gst_wavparse_change_state):
12899         gcc 4.1 unreferenced pointer fixes.
12900
12901 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
12902
12903         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
12904
12905         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
12906           Fix block alignment calculation. Alignment should be done before
12907           adding the byte offset where the data starts (#335231).
12908
12909 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
12910
12911         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
12912           Ensure that we set correct caps on buffers that are transferred
12913           direct from the input.
12914
12915 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
12916
12917         * gst/goom/filters.c: (zoomFilterDestroy):
12918         * gst/goom/goom_core.c: (goom_close):
12919           Free filter data when cleaning up. (Fixes: #334995)
12920
12921 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
12922
12923         * configure.ac:
12924           Don't compile udp and rtsp plugins on win32 (mingw) or other
12925           systems that don't have <sys/socket.h> for some reason (#316203).
12926
12927 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12928
12929         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
12930         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
12931         * ext/raw1394/gstdv1394src.h:
12932           Change bus reset handler so it reports useful information such as
12933           whether the device being used connected or disconnected
12934
12935 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
12936
12937         * gst/id3demux/id3v2frames.c:
12938         (parse_relative_volume_adjustment_two):
12939           We only care about gain and peak data for the master volume.
12940
12941 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
12942
12943         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12944         (parse_id_string), (parse_unique_file_identifier),
12945         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
12946           Read replay gain tags (#323721).
12947
12948 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
12949
12950         * configure.ac:
12951           Bump requirements to gst-plugins-base CVS because
12952           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
12953
12954 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12955
12956         * rtp/gst/gstrtppcmadepay.c:
12957         Fixed one of the caps in the code from mulaw to alaw.
12958
12959 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
12960
12961         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
12962           Ensure that we set caps on the buffers we pass.
12963
12964         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
12965         (gst_id3demux_sink_activate):
12966           Ensure that we set caps on the buffers we pass.
12967
12968           Use STREAM, TYPE_NOT_FOUND as the error class when
12969           typefinding fails.
12970
12971 2006-03-15  Edward Hervey  <edward@fluendo.com>
12972
12973         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
12974         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
12975         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
12976         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
12977         (gst_jpeg_dec_setcaps):
12978         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
12979         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
12980         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
12981         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
12982         (gst_mngdec_src_getcaps):
12983         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
12984         (gst_pngdec_caps_create_and_set):
12985         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
12986         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
12987         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
12988         * gst/alpha/gstalpha.c: (gst_alpha_init):
12989         * gst/auparse/gstauparse.c: (gst_au_parse_init):
12990         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
12991         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
12992         * gst/cutter/gstcutter.c: (gst_cutter_init):
12993         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
12994         (gst_efence_checkgetrange):
12995         * gst/debug/negotiation.c: (gst_negotiation_init):
12996         * gst/flx/gstflxdec.c: (gst_flxdec_init):
12997         * gst/goom/gstgoom.c: (gst_goom_init):
12998         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
12999         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
13000         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
13001         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
13002         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
13003         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
13004         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
13005         * gst/smpte/gstsmpte.c: (gst_smpte_init):
13006         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
13007         (gst_wavparse_create_sourcepad):
13008         Fix memleak with gst_static_pad_template_get().
13009         This uses gst_pad_new_from_static_template() instead.
13010         Fixes #333512
13011
13012 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
13013
13014         * configure.ac:
13015           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
13016           used by id3demux.
13017
13018         * gst/id3demux/gstid3demux.c: (plugin_init):
13019         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13020         (parse_user_text_identification_frame),
13021         (parse_unique_file_identifier):
13022           Add support for UFID and TXXX frames and extract musicbrainz tags.
13023
13024 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
13025
13026         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
13027           Catch short reads, like they might happen with truncated
13028           files (see #305279); remove unnecessary indentation.
13029
13030 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
13031
13032         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
13033           Fix DIB image inversion for pictures with a
13034           depth != 8 (#305279).
13035
13036 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
13037
13038         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
13039         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
13040         * ext/jpeg/gstjpegdec.h:
13041           Fix durations on outgoing buffers after seeking
13042           in MJPEG files (#334083); some minor clean-ups.
13043
13044 2006-03-13  Wim Taymans  <wim@fluendo.com>
13045
13046         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13047         (gst_wavparse_change_state):
13048         Implement seek in READY (re-fixes #327658)
13049
13050 2006-03-13  Wim Taymans  <wim@fluendo.com>
13051
13052         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
13053         * ext/esd/esdmon.c: (gst_esdmon_get):
13054         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
13055         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
13056         (gst_gdk_pixbuf_sink_getcaps):
13057         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
13058         (gst_jpegenc_setcaps):
13059         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13060         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
13061         (gst_smokeenc_setcaps):
13062         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
13063         (gst_mngdec_src_getcaps):
13064         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
13065         (gst_mngenc_chain):
13066         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
13067         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
13068         * ext/speex/gstspeexdec.c: (speex_dec_convert),
13069         (speex_dec_src_event), (speex_dec_chain):
13070         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
13071         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
13072         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
13073         (gst_negotiation_pad_link), (gst_negotiation_chain):
13074         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
13075         (gst_flxdec_chain):
13076         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
13077         (deinterleave_chain):
13078         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
13079         * gst/median/gstmedian.c: (gst_median_link):
13080         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
13081         (gst_monoscope_chain):
13082         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
13083         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
13084         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
13085         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
13086         close #333784 unref the result of gst_pad_get_parent()
13087         by: Christophe Fergeau.
13088
13089 2006-03-09  Wim Taymans  <wim@fluendo.com>
13090
13091         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
13092         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
13093         Handle events in push mode better, can now do non-flushing
13094         seeks in push mode as well.
13095
13096 2006-03-07  Wim Taymans  <wim@fluendo.com>
13097
13098         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
13099         Applied patch from Kai Vehmanen, fixes #333624.
13100
13101 2006-03-06  Julien MOUTTE  <julien@moutte.net>
13102
13103         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
13104         Implement paletted and grayscale png files handling.
13105         (#150363).
13106
13107 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13108
13109         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
13110         (gst_speexenc_chain):
13111           fix a tag list assert
13112           follow gst-plugins-base/ext/ogg/README; set OFFSET
13113           and OFFSET_END.  Muxes correctly with gst-plugins-base
13114           > 0.9.3
13115
13116 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
13117
13118         * gst/id3demux/Makefile.am:
13119         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
13120         (gst_id3demux_chain), (gst_id3demux_sink_activate):
13121           Use new typefind helper functions here as well, and
13122           do typefinding in pull-mode if upstream supports that.
13123
13124 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
13125
13126         * sys/sunaudio/gstsunaudiomixerctrl.c:
13127         (gst_sunaudiomixer_ctrl_get_volume),
13128         (gst_sunaudiomixer_ctrl_set_volume):
13129         * sys/sunaudio/gstsunaudiomixertrack.c:
13130         (gst_sunaudiomixer_track_new):
13131           Remove unused variables, breaks build from CVS
13132           with -Werror (#333392, patch by: Benjamin Pineau)
13133
13134 2006-03-03  Wim Taymans  <wim@fluendo.com>
13135
13136         * docs/plugins/Makefile.am:
13137         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13138         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13139         Added wavparse docs.
13140
13141         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
13142         (gst_wavparse_reset), (gst_wavparse_init),
13143         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
13144         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
13145         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
13146         (gst_wavparse_stream_data), (gst_wavparse_loop),
13147         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
13148         (gst_wavparse_change_state):
13149         * gst/wavparse/gstwavparse.h:
13150         Implement seek in READY (fixes #327658)
13151         Added docs and did some cleanups.
13152
13153 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
13154
13155         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13156         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
13157         (gst_avi_demux_calculate_durations_from_index),
13158         (gst_avi_demux_stream_header):
13159         * gst/avi/gstavidemux.h:
13160           If we have an index, use a duration based on the index instead
13161           of blindly trusting the information in the stream headers
13162           (fixes #331817).
13163
13164 2006-03-03  Wim Taymans  <wim@fluendo.com>
13165
13166         * docs/plugins/Makefile.am:
13167         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13168         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13169         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13170         Added smoke and jpeg to the docs.
13171
13172         * ext/jpeg/Makefile.am:
13173         * ext/jpeg/gstjpeg.c: (plugin_init):
13174         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
13175         * ext/jpeg/gstjpegenc.h:
13176         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
13177         (gst_smokedec_chain):
13178         * ext/jpeg/gstsmokedec.h:
13179         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13180         * ext/jpeg/gstsmokeenc.h:
13181         * ext/jpeg/smokecodec.h:
13182         Port smokedec (fixes #331905).
13183         Added some docs.
13184         Some cleanups.
13185
13186 2006-03-03  Wim Taymans  <wim@fluendo.com>
13187
13188         * docs/plugins/Makefile.am:
13189         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13190         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13191         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13192         Added videobalance and videoflip to the docs.
13193
13194         * gst/videofilter/Makefile.am:
13195         * gst/videofilter/gstvideobalance.c:
13196         (gst_video_balance_update_tables_planar411),
13197         (gst_video_balance_is_passthrough),
13198         (gst_video_balance_update_properties), (oil_tablelookup_u8),
13199         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
13200         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
13201         (gst_video_balance_finalize), (gst_video_balance_class_init),
13202         (gst_video_balance_init), (gst_video_balance_interface_supported),
13203         (gst_video_balance_interface_init),
13204         (gst_video_balance_colorbalance_list_channels),
13205         (gst_video_balance_colorbalance_set_value),
13206         (gst_video_balance_colorbalance_get_value),
13207         (gst_video_balance_colorbalance_init),
13208         (gst_video_balance_set_property), (gst_video_balance_get_property),
13209         (gst_video_balance_get_type), (plugin_init):
13210         * gst/videofilter/gstvideobalance.h:
13211         Ported to 0.10. (Fixes #326160)
13212         Added docs.
13213
13214         * gst/videofilter/gstvideoflip.c:
13215         * gst/videofilter/gstvideoflip.h:
13216         Added docs.
13217
13218 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
13219
13220         * configure.ac:
13221           Bump requirements to current core and -base CVS
13222           (core for new typefind helper API, and -base for the
13223           WAVFORMATEX support that was added to libgstriff and
13224           is needed by wavparse).
13225         
13226         * gst/apetag/Makefile.am:
13227         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
13228         (gst_tag_demux_sink_activate):
13229           Use new typefind helpers for typefinding instead of our
13230           home-grown stuff; also, do typefinding in pull-mode if
13231           upstream supports that.
13232
13233 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
13234
13235         Reviewed by: Christian Schaller <christian@fluendo.com>
13236
13237         This patch fixes bug: 329107
13238
13239         This Changelog entry is for a commit done on February 17
13240
13241         * ext/gconf/gconf.c
13242         * ext/gconf/gconf.h
13243         * ext/gconf/gstgconfaudiosink.c
13244         * ext/gconf/gstgconfaudiosink.h
13245         * gconf/gstreamer.schemas.in
13246
13247 2006-02-28  Wim Taymans  <wim@fluendo.com>
13248
13249         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
13250         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
13251         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
13252         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
13253         Use DEBUG_OBJECT more.
13254
13255 2006-02-28  Wim Taymans  <wim@fluendo.com>
13256
13257         * docs/plugins/Makefile.am:
13258         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13259         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13260         Added dvdec and dvdemux to docs.
13261
13262         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
13263         Added docs.
13264         Check frame sizes so we don't crash when don't have enough
13265         data.
13266         Send nice error messages on error.
13267
13268         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
13269         (gst_dvdemux_class_init), (gst_dvdemux_init),
13270         (gst_dvdemux_finalize), (gst_dvdemux_reset),
13271         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
13272         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
13273         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
13274         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
13275         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
13276         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
13277         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
13278         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
13279         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
13280         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
13281         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
13282         * ext/dv/gstdvdemux.h:
13283         Added docs.
13284         Implement pull mode.
13285         Fix memleaks.
13286         Reduce memcpy for the video demuxing.
13287
13288 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
13289
13290         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
13291         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
13292         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
13293         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
13294           Add a little extra debug. Make the decoder not return NOT_LINKED,
13295           as we want to continue decoding all CMML and emitting tags.
13296
13297 2006-02-27  Michael Smith  <msmith@fluendo.com>
13298
13299         * ext/annodex/gstskeltag.c:
13300         * ext/annodex/gstskeltag.h:
13301           Deleted; these files aren't used any more either.
13302
13303 2006-02-25  Julien MOUTTE  <julien@moutte.net>
13304
13305         * ext/Makefile.am: Fix dist-check.
13306
13307 2006-02-25  Julien MOUTTE  <julien@moutte.net>
13308
13309         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
13310         memleak.
13311
13312 2006-02-25  Alessandro Decina <alessandro@nnva.org>
13313
13314         * ext/annodex/Makefile.am:
13315         * ext/annodex/gstannodex.c:
13316         * ext/annodex/gstcmmldec.c:
13317         * ext/annodex/gstcmmlenc.c:
13318         * ext/annodex/gstcmmlparser.c:
13319         * ext/annodex/gstcmmlparser.h:
13320         * ext/annodex/gstcmmlutils.c:
13321         * tests/check/elements/cmmldec.c:
13322         * tests/check/elements/cmmlenc.c:
13323           Fix a memleak in gst_cmml_track_list_add_clip.
13324           Handle overflows in clip's start and end times.
13325           Add the "encoded" parameter to cmmldec and cmmlenc caps.
13326           Do not parse junk at the end of a CMML preamble buffer.
13327           Register a libxml error handler to not print stuff on stderr.
13328           Check for bad clip start and end times in the testsuites.
13329
13330 2006-02-25  Julien MOUTTE  <julien@moutte.net>
13331
13332         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
13333         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
13334         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
13335         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
13336         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
13337         possible memleaks.
13338
13339 2006-02-25  Julien MOUTTE  <julien@moutte.net>
13340
13341         * tests/check/Makefile.am:
13342         * tests/check/elements/cmmldec.c:
13343         * tests/check/elements/cmmlenc.c: Fix tests so that they use
13344         the plugins-base tags.
13345
13346 2006-02-25  Julien MOUTTE  <julien@moutte.net>
13347
13348         * ext/Makefile.am: Re-enable module.
13349
13350 2006-02-25  Julien MOUTTE  <julien@moutte.net>
13351
13352         * tests/check/Makefile.am: Forgot to remove that test.
13353
13354 2006-02-25  Julien MOUTTE  <julien@moutte.net>
13355
13356         * ext/annodex/Makefile.am:
13357         * ext/annodex/gstannodex.c: (plugin_init):
13358         * ext/annodex/gstcmmldec.c:
13359         * ext/annodex/gstskeldec.c:
13360         * ext/annodex/gstskeldec.h:
13361         * tests/check/Makefile.am:
13362         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
13363
13364 2006-02-25  Julien MOUTTE  <julien@moutte.net>
13365
13366         * tests/check/Makefile.am: Disable those checks as well.
13367
13368 2006-02-24  Julien MOUTTE  <julien@moutte.net>
13369
13370         * ext/Makefile.am: Disable annodex for now until we figure out
13371         how to make it build.
13372         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
13373         Add a rule to your checklist : "please try to at least build 
13374         what you are going to commit into -good, or if you are too lazy
13375         to do that, please check that the buildbots are not crying because
13376         of your commit."
13377
13378 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
13379
13380         * configure.ac:
13381         * ext/Makefile.am:
13382         * ext/gdk_pixbuf/Makefile.am:
13383         * ext/gdk_pixbuf/gstgdkpixbuf.c:
13384         * ext/gdk_pixbuf/gstgdkpixbuf.h:
13385         * ext/gdk_pixbuf/pixbufscale.c:
13386         * ext/gdk_pixbuf/pixbufscale.h:
13387           Gdkpixbuf ported from 0.8 to 0.10 by
13388           Renato Filho <renato.filho@indt.org.br>.
13389           gst_loader and gdkpixbufanimation still need port.
13390
13391 2006-02-24  Michael Smith  <msmith@fluendo.com>
13392
13393         * configure.ac:
13394         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13395         * ext/Makefile.am:
13396         * ext/annodex/Makefile.am:
13397         * ext/annodex/gstannodex.c:
13398         * ext/annodex/gstannodex.h:
13399         * ext/annodex/gstcmmldec.c:
13400         * ext/annodex/gstcmmldec.h:
13401         * ext/annodex/gstcmmlenc.c:
13402         * ext/annodex/gstcmmlenc.h:
13403         * ext/annodex/gstcmmlparser.c:
13404         * ext/annodex/gstcmmlparser.h:
13405         * ext/annodex/gstcmmltag.c:
13406         * ext/annodex/gstcmmltag.h:
13407         * ext/annodex/gstcmmlutils.c:
13408         * ext/annodex/gstcmmlutils.h:
13409         * ext/annodex/gstskeldec.c:
13410         * ext/annodex/gstskeldec.h:
13411         * ext/annodex/gstskeltag.c:
13412         * ext/annodex/gstskeltag.h:
13413         * tests/check/Makefile.am:
13414         * tests/check/elements/cmmldec.c:
13415         * tests/check/elements/cmmlenc.c:
13416         * tests/check/elements/skeldec.c:
13417           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
13418           Includes tests & docs, oh my! Passes Thomas's -good checklist
13419           entirely. Wow.
13420
13421 2006-02-24  Michael Smith  <msmith@fluendo.com>
13422
13423         * autogen.sh:
13424           Check for automake 1.9 as well.
13425
13426 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
13427
13428         * ext/flac/gstflacenc.c:
13429           Change min. sample rate to 8kHz to match flacdec's.
13430           
13431 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
13432
13433         * ext/cdio/Makefile.am:
13434           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
13435           required for Cygwin, see #317048)
13436
13437         * gst/rtp/gstasteriskh263.c:
13438           Cygwin has includes for both the unix network socket API
13439           and the windows API, but only one can be included, so fix
13440           includes to only use one or the other, prefering the unxi
13441           one (#317048).
13442
13443 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
13444
13445         * rtp/gst/gstrtppcmadepay.c:
13446         * rtp/gst/gstrtppcmadepay.h:
13447         * rtp/gst/gstgstrtppcmapay.c:
13448         * rtp/gst/gstgstrtppcmapay.h:
13449         * rtp/gst/gstrtppcmudepay.c:
13450         * rtp/gst/gstrtppcmudepay.h:
13451         * rtp/gst/gstrtppcmupay.c:
13452         * rtp/gst/gstrtppcmupay.h:
13453         * rtp/gst/Makefile.am:
13454         * rtp/gst/gstrtp.c:
13455         * rtp/gst/README:
13456         Separated the G711 payloaders/depayloaders into separate elements for
13457         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
13458
13459 2006-02-22  Wim Taymans  <wim@fluendo.com>
13460
13461         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
13462         (gst_dvdec_change_state):
13463         * ext/dv/gstdvdec.h:
13464         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
13465         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
13466         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
13467         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
13468         (gst_dvdemux_flush), (gst_dvdemux_chain),
13469         (gst_dvdemux_change_state):
13470         * ext/dv/gstdvdemux.h:
13471         Ueber spiffify some more, added debug category.
13472         Use _scale.
13473         Use segments, respect playback rate from newsegment.
13474         Fix refcount issue.
13475
13476 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
13477
13478         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
13479         (gst_signal_processor_process):
13480         Fix compilation of LADPSA. It doesn't seem to work, and isn't
13481         enabled for the build, but it helps me win the feature-count
13482         competitions ooh yeah.
13483
13484 2006-02-19  Wim Taymans  <wim@fluendo.com>
13485
13486         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
13487         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
13488         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
13489         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
13490         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
13491         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
13492         Use scaling code for added precission and more correct stop
13493         position in case scale==0.
13494
13495 2006-02-19  Wim Taymans  <wim@fluendo.com>
13496
13497         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
13498         (gst_flxdec_chain):
13499         * gst/flx/gstflxdec.h:
13500         Implement DURATION query.
13501
13502 2006-02-19  Wim Taymans  <wim@fluendo.com>
13503
13504         * gst/flx/flx_color.h:
13505         * gst/flx/flx_fmt.h:
13506         * gst/flx/gstflxdec.c: (gst_flxdec_init),
13507         (gst_flxdec_src_query_handler), (flx_decode_color),
13508         (gst_flxdec_chain):
13509         * gst/flx/gstflxdec.h:
13510         Set MALLOCDATA for the temp buffers so we don't leak.
13511         Some debug cleanups.
13512         Consume all data in the adapter before leaving the chain
13513         function. Fixes #330678.
13514
13515 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
13516
13517         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
13518         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
13519          Handle 0 data size in otherwise valid frames.
13520          Handle numeric strings in 2.4.0 even when not in parentheses 
13521
13522 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
13523
13524         * gst/matroska/matroska-demux.c:
13525         (gst_matroska_demux_subtitle_caps),
13526         (gst_matroska_demux_plugin_init):
13527         * gst/matroska/matroska-ids.h:
13528           Recognise SSA/ASS and USF subtitle formats and
13529           set proper caps when they are found.
13530
13531 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
13532
13533         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
13534         (gst_jpeg_dec_chain):
13535           Fix invalid memory access for some odd-sized images
13536           (see image contained in quicktime stream in #327083);
13537           use g_malloc() instead of g_alloca().
13538
13539 2006-02-17  Wim Taymans  <wim@fluendo.com>
13540
13541         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
13542         Patch from Sebastien Cote, fixes #319884
13543
13544 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
13545
13546         * ext/cdio/gstcdio.c: (plugin_init):
13547           Init debug category (#331253).
13548
13549 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
13550
13551         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
13552           Pass extra_data to gst_riff_create_audio_caps(), so that
13553           WAVEFORMATEX stuff works. Post audio codec name and post
13554           it as taglist on the bus. Allow up to 8 channesl for raw
13555           PCM in the source pad template caps.
13556
13557 2006-02-16  Wim Taymans  <wim@fluendo.com>
13558
13559         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
13560         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
13561         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
13562         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
13563         (gst_multipart_set_property), (gst_multipart_get_property):
13564         Applied #318663. Gives quite a few false positives in
13565         autoscan mode, but it's better than nothing. Not closing yet.
13566
13567 2006-02-16  Wim Taymans  <wim@fluendo.com>
13568
13569         * docs/plugins/Makefile.am:
13570         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13571         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13572         * docs/plugins/gst-plugins-good-plugins.args:
13573         * docs/plugins/inspect/plugin-udp.xml:
13574         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13575         (gst_udpsrc_start):
13576         Update documentation.
13577         Fix args.
13578
13579 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
13580
13581         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
13582         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
13583         frame size. (Fixes #331368)
13584
13585 2006-02-16  Wim Taymans  <wim@fluendo.com>
13586
13587         * gst/rtsp/README:
13588         Updated README.
13589
13590         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
13591         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
13592         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
13593         * gst/rtsp/gstrtspsrc.h:
13594         Make sure the RTP port is an even port an try to allocate 
13595         another if not.
13596         Added retry property to control max retries for port allocation.
13597         Make sure RTCP port is RTP port+1.
13598         Cleanup when port allocation fails.
13599         Fixes #319183.
13600         
13601 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
13602
13603         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
13604           Don't ignore return value of the parent class's state
13605           change function (#331385, patch by: Wouter Paesen).
13606
13607 2006-02-15  Wim Taymans  <wim@fluendo.com>
13608
13609         * configure.ac:
13610         * docs/plugins/Makefile.am:
13611         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13612         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13613         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13614         * ext/Makefile.am:
13615         * ext/hal/Makefile.am:
13616         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
13617         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
13618         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
13619         (do_toggle_element), (gst_hal_audio_sink_set_property),
13620         (gst_hal_audio_sink_get_property),
13621         (gst_hal_audio_sink_change_state):
13622         * ext/hal/gsthalaudiosink.h:
13623         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
13624         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
13625         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
13626         (do_toggle_element), (gst_hal_audio_src_set_property),
13627         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
13628         * ext/hal/gsthalaudiosrc.h:
13629         * ext/hal/gsthalelements.c: (plugin_init):
13630         * ext/hal/gsthalelements.h:
13631         * ext/hal/hal.c: (gst_hal_get_string),
13632         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
13633         (gst_hal_get_audio_src):
13634         * ext/hal/hal.h:
13635         Add HAL sound device wrapper plugins. Closes #329106
13636
13637 2006-02-15  Wim Taymans  <wim@fluendo.com>
13638
13639         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
13640         Add comment in a fultile attempt to stop the copy-and-paste 
13641         paradigm leading to duplication of bad code.
13642
13643         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
13644         Mime parameters have to be checked case insensitive
13645
13646 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
13647
13648         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
13649           Advance stream time for lagging subtitle streams by sending
13650           newsegment events with the update flag set.
13651
13652 2006-02-14  Edward Hervey  <edward@fluendo.com>
13653
13654         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
13655         There can be bogus data before the hdrl LIST tag in the RIFF header.
13656         It's hard to say if it's not respecting the AVI specifications or not,
13657         but since Google Video is producing AVIs like that and the other player
13658         don't seem to complain, I guess we should do the same.
13659
13660 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
13661
13662         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
13663         (parse_split_strings):
13664         Add more validation to ensure that a char encoding conversion
13665         produced a valid UTF-8 string.
13666
13667 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
13668
13669         Reviewed by: Edward Hervey  <edward@fluendo.com>
13670
13671         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
13672         Properly handle end of segment. Closes #330885.
13673
13674 2006-02-13  Wim Taymans  <wim@fluendo.com>
13675
13676         * gst/rtp/gstrtpmp4gpay.h:
13677         For got to commit this one.
13678
13679 2006-02-12  Wim Taymans  <wim@fluendo.com>
13680
13681         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
13682         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
13683         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
13684         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
13685         * gst/rtp/gstrtpmp4gpay.h:
13686         Make more things work.
13687         Handle ACC config strings.
13688
13689 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
13690
13691         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
13692           set timestamps if no incoming timestamps set
13693
13694 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
13695
13696         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
13697         (gst_tag_demux_do_typefind):
13698           ... and fix the very same leaks in GstTagDemux.
13699
13700 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
13701
13702         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
13703         (gst_id3demux_do_typefind):
13704         Fix a couple of mem leaks. (Patch by Jonathan Matthew
13705         <jonathan at kaolin dot wh9 dot net>)
13706
13707 2006-02-10  Wim Taymans  <wim@fluendo.com>
13708
13709         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
13710         First set options, then set caps or else the baseclass
13711         will not know about the options, duh.
13712
13713 2006-02-10  Wim Taymans  <wim@fluendo.com>
13714
13715         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
13716         (gst_rtp_mp4v_pay_setcaps):
13717         Don't waste time looking for a config string if we have codec_info
13718         on the incomming caps.
13719
13720 2006-02-10  Wim Taymans  <wim@fluendo.com>
13721
13722         * gst/rtp/README:
13723         Say something about case-sensitivity of caps vs mime-attributes.
13724
13725         * gst/rtp/Makefile.am:
13726         * gst/rtp/gstrtp.c: (plugin_init):
13727         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
13728         (gst_rtp_amr_pay_handle_buffer):
13729         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
13730         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
13731         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
13732         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
13733         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
13734         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
13735         (gst_rtp_mp4g_pay_plugin_init):
13736         * gst/rtp/gstrtpmp4gpay.h:
13737         Added beginnings of mpeg4-generic payloader (RFC 3640)
13738
13739 2006-02-09  Wim Taymans  <wim@fluendo.com>
13740
13741         * gst/rtsp/Makefile.am:
13742         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
13743         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
13744         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
13745         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
13746         (gst_rtpdec_change_state):
13747         * gst/rtsp/gstrtpdec.h:
13748         * gst/rtsp/gstrtsp.c: (plugin_init):
13749         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
13750         * gst/rtsp/rtspconnection.c: (read_body),
13751         (rtsp_connection_receive):
13752         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
13753         Resurected rtpdec to make rtspsrc happy again.
13754         Skip attributes from the session id.
13755         Don't crash when dumping a message with an empty body.
13756
13757
13758 2006-02-09  Wim Taymans  <wim@fluendo.com>
13759
13760         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
13761         Added more meaningfull warnings when something goes wrong.
13762         Clear F bit on outgoing AMR packets.
13763
13764         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
13765         (gst_rtp_amr_pay_handle_buffer):
13766         Added debugging category
13767         Support payloading of multiple AMR frames.
13768
13769         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
13770         Added some debugging.
13771
13772 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
13773
13774         * configure.ac:
13775           Back to CVS
13776
13777 === release 0.10.2 ===
13778
13779 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
13780
13781         * configure.ac:
13782           releasing 0.10.2, "Papa was a rolling stone"
13783
13784 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
13785
13786         * configure.ac:
13787           Bump core and plugins-base requirement to 0.10.2.2
13788           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
13789
13790 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
13791
13792         * ext/flac/gstflac.c: (plugin_init):
13793         * ext/speex/gstspeex.c: (plugin_init):
13794           Register musicbrainz tags.
13795
13796 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
13797
13798         * ext/gconf/gconf.h:
13799           Remove declaration of function that no longer exists.
13800
13801 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13802
13803         * ext/shout2/gstshout2.c: (gst_shout2send_render),
13804         (gst_shout2send_setcaps), (gst_shout2send_change_state):
13805         Make shout2 work for non ogg streams
13806
13807 2006-02-06  Wim Taymans  <wim@fluendo.com>
13808
13809         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
13810         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
13811         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
13812         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
13813         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
13814         * gst/udp/gstmultiudpsink.h:
13815         Updated docs.
13816         Added properties bytes-served, bytes_to_serve.
13817         Post proper error messages,
13818         Emit client added signal too.
13819
13820 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13821
13822         * docs/plugins/Makefile.am:
13823         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13824         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13825         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
13826         (gst_multiudpsink_get_stats):
13827           adding docs for multiudpsink
13828
13829 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13830
13831         * gst/level/gstlevel.c: (gst_level_transform_ip):
13832           peak below decay is not necessarily an error, so don't ERROR log
13833
13834 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13835
13836         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
13837         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
13838         (gst_ebml_write_seek):
13839         * gst/matroska/ebml-write.h:
13840           Make sure we send a newsegment event in BYTES format
13841           before sending buffers (#328531).
13842
13843 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13844
13845         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
13846         (gst_dvdemux_sink_query):
13847         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
13848         * ext/speex/gstspeexdec.c: (speex_get_query_types),
13849         (speex_dec_src_query):
13850         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
13851         (gst_speexenc_sink_query):
13852         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
13853         * gst/matroska/matroska-demux.c:
13854         (gst_matroska_demux_get_src_query_types),
13855         (gst_matroska_demux_handle_src_query):
13856         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
13857         (gst_wavparse_pad_query):
13858           Pass unhandled queries upstream instead of just dropping
13859           them (#326446). Update query type arrays here and there.
13860
13861 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13862
13863         * tests/check/elements/matroskamux.c: (setup_src_pad):
13864           Collectpads in core got changed and now also holds a
13865           reference to any pad that is part of it. Fix refcount
13866           checks in test case accordingly.
13867
13868 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13869
13870         * gst/apetag/gstapedemux.h:
13871           Fix include, for now GstTagDemux is in the apetag dir.
13872
13873 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13874
13875         * docs/plugins/Makefile.am:
13876         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13877         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13878         * docs/plugins/inspect/plugin-cdio.xml:
13879           Add cdio plugin to docs.
13880
13881         * ext/cdio/gstcdiocddasrc.c:
13882           Add gtk-doc blurb.
13883
13884         * ext/cdio/gstcdio.c:
13885           The plugin is called 'cdio' not 'cddio'.
13886
13887 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13888
13889         * configure.ac:
13890         * docs/plugins/Makefile.am:
13891         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13892         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13893         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13894         * docs/plugins/inspect/plugin-apetag.xml:
13895         * gst/apetag/Makefile.am:
13896         * gst/apetag/gstapedemux.c:
13897         * gst/apetag/gstapedemux.h:
13898         * gst/apetag/gsttagdemux.c:
13899         * gst/apetag/gsttagdemux.h:
13900           Add APE tag demuxer (#325649).
13901
13902 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
13903
13904         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
13905         (gst_gconf_get_default_video_sink),
13906         (gst_gconf_get_default_audio_src),
13907         (gst_gconf_get_default_video_src):
13908         * ext/gconf/gconf.h:
13909         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
13910         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
13911         (do_toggle_element):
13912         * ext/gconf/gstgconfaudiosink.h:
13913         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
13914         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13915         (do_toggle_element):
13916         * ext/gconf/gstgconfaudiosrc.h:
13917         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
13918         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
13919         (do_toggle_element):
13920         * ext/gconf/gstgconfvideosink.h:
13921         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
13922         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13923         (do_toggle_element):
13924         * ext/gconf/gstgconfvideosrc.h:
13925           Ignore changing the GConf key to "". Ignore GConf key updates
13926           that don't actually change the string.
13927           For now, ignore the GConf key when the state is > READY, as
13928           it breaks streaming. Sometime it will be nice to bring the
13929           new sink online even mid-stream, by sending NEWSEGMENT info
13930           and possibly prerolling.
13931           (Fixes #326736)
13932
13933 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
13934
13935         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
13936         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
13937         (zoomFilterSetResolution), (zoomFilterDestroy),
13938         (zoomFilterFastRGB), (pointFilter):
13939         * gst/goom/filters.h:
13940         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
13941         (goom_update), (goom_close):
13942         * gst/goom/goom_core.h:
13943         * gst/goom/goom_tools.h:
13944         * gst/goom/graphic.c:
13945         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
13946         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
13947         * gst/goom/gstgoom.h:
13948         * gst/goom/lines.c: (goom_lines):
13949         * gst/goom/lines.h:
13950           Make goom reentrant by moving all important static variables
13951           into instance structures.
13952           (Fixes #329181)
13953
13954 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
13955
13956         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13957         (gst_avi_demux_all_source_pads_unlinked),
13958         (gst_avi_demux_process_next_entry):
13959         * gst/avi/gstavidemux.h:
13960           Third attempt, use gst_pad_is_linked() this time.
13961
13962 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
13963
13964         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13965         (parse_split_strings):
13966         Adjust for data length indicators when parsing (Fixes #329810)
13967         Fix stupid bug parsing UTF-8 tag text.
13968         Output tag strings with multiple fields as multiple tags, so the
13969         app gets all the data.
13970
13971 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
13972
13973         * ext/flac/gstflacenc.c:
13974         Fixed a bug add in last commit, where no event is send. Thanks Tim to
13975         show me.
13976         
13977 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
13978
13979         * ext/flac/gstflacenc.c:
13980         * gst/matroska/ebml-read.c:
13981         Just make it compile with --disable-gst-debug.
13982
13983 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
13984
13985         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
13986         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
13987         (id3v2_genre_fields_to_taglist):
13988           Never output a tag with a null contents string.
13989
13990 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13991
13992         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
13993           Only pause if all pads are unlinked AND we've tried to send data
13994           on all of them at least once.
13995
13996 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13997
13998         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
13999         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
14000           Make loop function/task pause itself when all source pads are
14001           unlinked.
14002
14003 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
14004
14005         * configure.ac:
14006         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
14007           Use new functions from core to render a bin from a
14008           string. Fixes build. Up requirements to core CVS.
14009
14010 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
14011
14012         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
14013           Don't push buffers into the adapter that we are going to
14014           push downstream again without framing anyway. Also, the
14015           adaptor takes ownership of buffers put into it (fixes
14016           auparse pushing invalid buffers for .au files with
14017           ADPCM contents). Finally, set caps on all outgoing buffers.
14018
14019 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
14020
14021         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
14022         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
14023         (gst_id3demux_send_tag_event):
14024         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
14025         Someone should kick my butt. Remove ID3v1 tags from the end of the
14026         file.
14027
14028         Improve error messages. Send the TAG message as soon as we complete
14029         typefinding, instead of waiting until we send the first buffer.
14030         Downstream tag event is still sent before the first buffer.
14031
14032 2006-01-27  Jan Gerber  <j@bootlab.org>
14033
14034         Reviewed by: Andy Wingo <wingo@pobox.com>
14035
14036         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
14037         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
14038         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
14039         to not have warings flooding stderr. this is the suggested way
14040         also used in dvgrab and kino. (#328336)
14041
14042 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
14043
14044         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
14045         (gst_oss_sink_init), (gst_oss_sink_finalise):
14046           Free the device name string when finalised.
14047
14048 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
14049
14050         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
14051           Don't put function calls in g_return_if_fail() statements,
14052           or they'll be replaced with NOOPs if someone compiles with
14053           G_DISABLE_CHECKS defined.
14054           
14055 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
14056
14057         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
14058         Never trust ANY information encoded in a media file, especially
14059         when it's giving you sizes. (Fixes #328452)
14060
14061 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
14062
14063         * gst/rtp/gstrtpg711pay.c:
14064         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
14065         bug #325148.
14066
14067 2006-01-23  Edward Hervey  <edward@fluendo.com>
14068
14069         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
14070         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
14071         * gst/matroska/matroska-ids.h:
14072         Added recognition of Real Audio and Video streams in matroska demuxer.
14073
14074 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
14075
14076         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
14077           Remove errant break statement, and fix compilation with
14078           older GCC.
14079
14080 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
14081
14082         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14083
14084         * sys/sunaudio/gstsunaudiomixerctrl.c:
14085         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
14086           Export functions that are needed in other parts of the code,
14087           makes the mixer actually work; adjust magic minimum buffer-time
14088           value from 3ms to 5ms to work around stuttering during mp3
14089           playback (#327765).
14090
14091 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
14092
14093         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14094
14095         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
14096         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
14097           Fix possible deadlock in matroska muxer (#327825).
14098
14099 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
14100
14101         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
14102         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
14103         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
14104         * gst/rtsp/sdpmessage.h:
14105         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
14106         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
14107           C89 fixes: declare variables at the beginning of a block and
14108           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
14109           <jensgr at gmx dot net>).
14110
14111 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
14112
14113         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
14114         * gst/id3demux/id3tags.h:
14115         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14116         (parse_comment_frame), (parse_text_identification_frame),
14117         (id3v2_tag_to_taglist), (id3v2_are_digits),
14118         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
14119         (parse_split_strings), (free_tag_strings):
14120           Rewrite parsing of text tags to handle multiple NULL terminated
14121           strings. Parse numeric genre strings and ID3v2 type
14122           "(3)(6)Alternative" style genre strings.
14123           Parse dates that are only YYYY or YYYY-mm format.
14124           (Fixes #328241 and #322154)
14125
14126 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
14127
14128         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
14129           Don't forget to initialize liboil, otherwise our oil functions
14130           will crash (fixes #327871; patch by: Christoph Burghardt
14131           <hawkes at web dot de>).
14132
14133 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
14134
14135         * configure.ac:
14136           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
14137           like in the core and gst-plugins-base. Fixes #324367 and #326683;
14138           patch by: Brian Cameron <brian dot cameron at sun dot com>
14139
14140 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
14141
14142         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
14143         * ext/cdio/gstcdio.h:
14144         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
14145           Fix build for libcdio versions >= 76; give slightly lower rank
14146           than cdparanoia.
14147
14148 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
14149
14150         * configure.ac:
14151         * ext/Makefile.am:
14152         * ext/cdio/Makefile.am:
14153         * ext/cdio/gstcdio.c:
14154         * ext/cdio/gstcdio.h:
14155         * ext/cdio/gstcdiocddasrc.c:
14156         * ext/cdio/gstcdiocddasrc.h:
14157           Port libcdio cdda source, formerly known as cddasrc, now known as
14158           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
14159           but that's not tested (fixes #317658).
14160
14161 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
14162
14163         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
14164           Fix conversion from TIME to BYTES format (fixes #326864;
14165           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
14166
14167 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
14168
14169         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
14170           Fix compilation of id3demux when zlib is not present.
14171           (Fixes #326602; patch by: Sergey Scobich)
14172
14173 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
14174
14175         * ext/esd/Makefile.am:
14176           Add $(ESD_CFLAGS), otherwise build will fail for folks
14177           with libesd in a non-standard prefix (#327009).
14178
14179 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
14180
14181         * configure.ac:
14182           back to HEAD
14183
14184 === release 0.10.1 ===
14185
14186 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
14187
14188         * configure.ac:
14189           releasing 0.10.1, "Li"
14190
14191 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
14192
14193           patch by: Wim Taymans
14194
14195         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
14196           fix memleak.  Fixes #326618
14197
14198 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
14199
14200           patch by: Mike Smith
14201
14202         * gst/level/gstlevel.c: (gst_level_message_new),
14203         (gst_level_message_append_channel):
14204           Fix memleak.  Fixes #326612
14205
14206 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14207
14208         * configure.ac:
14209           prereleasing
14210         * po/af.po:
14211         * po/az.po:
14212         * po/cs.po:
14213         * po/en_GB.po:
14214         * po/hu.po:
14215         * po/it.po:
14216         * po/nb.po:
14217         * po/nl.po:
14218         * po/or.po:
14219         * po/sq.po:
14220         * po/sr.po:
14221         * po/sv.po:
14222         * po/uk.po:
14223         * po/vi.po:
14224           update translations
14225
14226 2006-01-10  Michael Smith  <msmith@fluendo.com>
14227
14228         * gst/level/gstlevel.c: (gst_level_class_init),
14229         (gst_level_dispose):
14230           Don't leak filter arrays.
14231
14232 2006-01-09 Brian Cameron <brian.cameron@sun.com>
14233
14234         reviewed by: Christian Schaller <uraeus@gnome.org>
14235         
14236         * configure.ac:
14237         * gst-plugins-good.spec.in:
14238         * sys/Makefile.am:
14239         * sys/sunaudio/Makefile.am:
14240         * sys/sunaudio/gstsunaudio.c: (plugin_init):
14241         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
14242         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
14243         (gst_sunaudiomixer_change_state):
14244         * sys/sunaudio/gstsunaudiomixer.h:
14245         * sys/sunaudio/gstsunaudiomixerctrl.c:
14246         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
14247         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
14248         (gst_sunaudiomixer_ctrl_list_tracks),
14249         (gst_sunaudiomixer_ctrl_get_volume),
14250         (gst_sunaudiomixer_ctrl_set_volume),
14251         (gst_sunaudiomixer_ctrl_set_mute),
14252         (gst_sunaudiomixer_ctrl_set_record):
14253         * sys/sunaudio/gstsunaudiomixerctrl.h:
14254         * sys/sunaudio/gstsunaudiomixertrack.c:
14255         (gst_sunaudiomixer_track_class_init),
14256         (gst_sunaudiomixer_track_init), (fill_labels),
14257         (gst_sunaudiomixer_track_new):
14258         * sys/sunaudio/gstsunaudiomixertrack.h:
14259         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
14260         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
14261         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
14262         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
14263         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
14264         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
14265         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
14266         * sys/sunaudio/gstsunaudiosink.h:
14267
14268         Add SunAudio plugin - tested to make sure it doesn't break
14269         the build under GNU/Linux.      
14270
14271 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
14272
14273         * gst-plugins-good/gst/udp/gstdynudpsink.c:
14274         * gst-plugins-good/gst/udp/gstudpsrc.c:
14275         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
14276         overrides the port or multicast parameters. Fixes bugs #323021.
14277         API addition: adds GstUDPSrc::sockfd property   
14278
14279 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
14280
14281         * ext/gconf/Makefile.am:
14282         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
14283         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
14284         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
14285         (do_toggle_element), (cb_toggle_element),
14286         (gst_gconf_audio_src_change_state):
14287         * ext/gconf/gstgconfaudiosrc.h:
14288         * ext/gconf/gstgconfelements.c: (plugin_init):
14289         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
14290         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
14291         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
14292         (do_toggle_element), (cb_toggle_element),
14293         (gst_gconf_video_src_change_state):
14294         * ext/gconf/gstgconfvideosrc.h:
14295           Add new gconfaudiosrc and gconfvideosrc elements
14296           (needed for gnome-sound-recorder).
14297
14298 2006-01-06  Edward Hervey  <edward@fluendo.com>
14299
14300         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
14301         Add gst_element_no_more_pads() for proper decodebin behaviour.
14302         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
14303         (parse_text_identification_frame), (parse_split_strings):
14304         Failure to decode some tags is not a GST_ERROR() but a
14305         GST_WARNING()
14306         When iterating over a chunk of text, check that we haven't gone too
14307         far.
14308
14309 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
14310
14311         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14312         (plugin_init):
14313           call oil_init() when using liboil
14314
14315 2006-01-04  Wim Taymans  <wim@fluendo.com>
14316
14317         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
14318         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
14319         Fix leaks.
14320
14321 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
14322
14323         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14324
14325         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
14326         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
14327         (gst_flac_dec_change_state):
14328           Don't g_assert() where we should just return FALSE; remove
14329           unnecessary g_assert(); initialize some fields properly in
14330           state change function (fixes #325504). Also, use
14331           GST_DEBUG_OBJECT in two more places.
14332
14333 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
14334
14335         * configure.ac:
14336           also remove smoothwave's Makefile.am
14337         * docs/plugins/Makefile.am:
14338           fix plugin docs
14339
14340 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
14341
14342         * tests/examples/Makefile.am:
14343           added missing Makefile.am
14344
14345 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
14346
14347         * configure.ac:
14348         * gst/level/Makefile.am:
14349         * gst/level/level-example.c:
14350         * tests/Makefile.am:
14351         * tests/examples/level/Makefile.am:
14352         * tests/examples/level/level-example.c: (message_handler), (main):
14353           moved level-example to tests/examples/level-example
14354         * tests/old/examples/level/demo.c: (main):
14355         * tests/old/examples/level/plot.c: (main):
14356           some initial fixes
14357
14358 2005-12-29  Michael Smith  <msmith@fluendo.com>
14359
14360         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
14361         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
14362         * gst/udp/gstmultiudpsink.h:
14363           Track packets sent per client in addition to bytes sent; provide
14364           this info through get-stats signal
14365
14366 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
14367
14368         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
14369           Can't use gst_object_unref() on a GstAdapter (#325191).
14370
14371 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
14372
14373         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
14374         If a broken tag has 0 bytes payload, at least still skip
14375         the 10 byte header
14376
14377 2005-12-22  Philippe Khalaf  <burger@speedy.org>
14378
14379         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
14380         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
14381         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
14382         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
14383           Making these depayloaders (H263+ and mpeg4 video) inherit from
14384           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
14385
14386 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
14387
14388         * docs/plugins/gst-plugins-good-plugins.args:
14389         * docs/plugins/gst-plugins-good-plugins.hierarchy:
14390         Regenerate the plugin hiearchy.
14391
14392 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
14393
14394         * docs/plugins/Makefile.am:
14395         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14396         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14397         * docs/plugins/gst-plugins-good-plugins.args:
14398         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
14399         (gst_id3demux_base_init), (gst_id3demux_class_init),
14400         (gst_id3demux_chain):
14401         * gst/id3demux/gstid3demux.h:
14402           Add documentation for id3demux.
14403           Don't fail if the first buffer is not at offset 0, just
14404           attempt to typefind and do pass through
14405           Rename the gst_type function from gst_gst_id3demux..
14406
14407 2005-12-20  Michael Smith  <msmith@fluendo.com>
14408
14409         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
14410         (gst_multiudpsink_add), (gst_multiudpsink_remove),
14411         (gst_multiudpsink_get_stats):
14412         * gst/udp/gstmultiudpsink.h:
14413           Collect statistics; return them from get_stats.
14414
14415 2005-12-19  Edward Hervey  <edward@fluendo.com>
14416
14417         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
14418         Stupid signedness issue...
14419
14420 2005-12-19  Edward Hervey  <edward@fluendo.com>
14421
14422         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14423         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
14424         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
14425         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
14426         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
14427         Construct index for indexless files.
14428         Make sure pad/buffers are correctly reset to NULL once we don't need
14429         them anymore, else we get lovely segfaults/assertions.
14430         * gst/wavparse/gstwavparse.c:
14431         Yes, you can have 96KHz audio and wma in wav :(
14432
14433 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
14434
14435         * configure.ac:
14436           Check for optional dependency on zlib for id3demux
14437
14438         * gst/id3demux/Makefile.am:
14439         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
14440         (gst_id3demux_base_init), (gst_id3demux_class_init),
14441         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
14442         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
14443         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
14444         (gst_id3demux_set_property), (gst_id3demux_get_property),
14445         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
14446         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
14447         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
14448         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
14449         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
14450         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
14451         (simple_find_peek), (simple_find_suggest),
14452         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
14453         (plugin_init):
14454         * gst/id3demux/gstid3demux.h:
14455         * gst/id3demux/id3tags.c: (read_synch_uint),
14456         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
14457         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
14458         (id3demux_id3v2_frames_to_tag_list):
14459         * gst/id3demux/id3tags.h:
14460         * gst/id3demux/id3v2.4.0-frames.txt:
14461         * gst/id3demux/id3v2.4.0-structure.txt:
14462         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14463         (parse_comment_frame), (parse_text_identification_frame),
14464         (id3v2_tag_to_taglist), (parse_split_strings):
14465           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
14466           otherwise it discards them. Works on my test files. 
14467
14468         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
14469           Don't send EOS to a non-existing srcpad
14470           The debug category can be static
14471
14472 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
14473
14474         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
14475         * ext/esd/esdsink.c: (gst_esdsink_prepare):
14476         * gst/multipart/multipartdemux.c:
14477           change some char* into char[]
14478
14479 2005-12-16  Wim Taymans  <wim@fluendo.com>
14480
14481         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
14482         (gst_wavparse_other), (gst_wavparse_perform_seek),
14483         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14484         (gst_wavparse_loop), (gst_wavparse_pad_convert),
14485         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
14486         * gst/wavparse/gstwavparse.h:
14487         Use GstSegment to implement more seeking features.
14488
14489 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
14490
14491         * gst/rtsp/rtspconnection.c:
14492           Add <netinet/in.h> include and move <arpa/inet.h> include
14493           to make things work on OpenBSD as well (fixes #323717;
14494           patch by: Benjamin Pineau)
14495
14496 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
14497
14498         * gst/rtp/gstrtpspeexdepay.c:
14499         * gst/rtp/gstrtpspeexpay.c:
14500         Set clock rate to be fixed in 8000. It fixes bug #324012.
14501
14502 2005-12-14  Philippe Khalaf  <burger@speedy.org>
14503
14504         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
14505         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
14506         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
14507         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
14508         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
14509         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
14510         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
14511         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
14512         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
14513         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
14514         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
14515         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
14516         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
14517         * gst-plugins-good/gst/rtp/README:
14518         Fixed payload range in payloder caps. Removed payload range completely
14519         from depayloaders as they don't require payload type in their caps.
14520         In effect, there isn't any specific payload type for any given codec,
14521         only suggestions.
14522         Fixes bug #324011.
14523
14524 2005-12-13  Julien MOUTTE  <julien@moutte.net>
14525
14526         * gst/videomixer/videomixer.c: (gst_videomixer_init),
14527         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
14528         (gst_videomixer_collected): Code cleanup and re-enabling 
14529         queued time validity check for correct EOS handling.
14530
14531 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
14532
14533         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14534         (gst_oss_mixer_element_get_property),
14535         (gst_oss_mixer_element_change_state):
14536         Add 'device-name' property and fix state change function.
14537
14538 2005-12-13  Edward Hervey  <edward@fluendo.com>
14539
14540         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
14541         If the speed of the file is null in the header, set the frame_time to
14542         the default setting of GST_SECOND / 70. Which is the default
14543         frame_delay for .fli files as stated in this document :
14544         http://www.compuphase.com/flic.htm
14545         Would be nice to have the time conversion done properly too (duration =
14546         flxh->frames * flxdec->frame_time)
14547
14548 2005-12-12  Julien MOUTTE  <julien@moutte.net>
14549
14550         * docs/plugins/Makefile.am:
14551         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14552         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14553         * docs/plugins/gst-plugins-good-plugins.hierarchy:
14554         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
14555         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
14556         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
14557         documentation for videomixer on my way with a funny sample
14558         pipeline.
14559
14560 2005-12-12  Julien MOUTTE  <julien@moutte.net>
14561
14562         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
14563         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
14564         (gst_videomixer_update_queues), (gst_videomixer_collected):
14565         Fix caps negotiation. (#323896)
14566
14567 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
14568
14569         * gst/matroska/matroska-demux.c:
14570         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
14571           Set correct timestamps on audio laces, fixes playback of mp3 from
14572                 matroska.
14573
14574 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
14575
14576         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
14577         (gst_au_parse_class_init), (gst_au_parse_init),
14578         (gst_au_parse_dispose), (gst_au_parse_chain),
14579         (gst_au_parse_change_state), (plugin_init):
14580         * gst/auparse/gstauparse.h:
14581           Use gst_object_unref() for GstObjects instead of
14582           g_object_unref() and fix a mem leak in a debug
14583           statement; while we're at it, also borgify, use
14584           boilerplate macros and clean up a little bit.
14585
14586 2005-12-11  Edward Hervey  <edward@fluendo.com>
14587
14588         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
14589         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
14590         Added pull mode.
14591
14592 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
14593
14594         * gst/goom/gstgoom.c:
14595         * gst/level/level-example.c: (main):
14596         * gst/smoothwave/demo-osssrc.c: (main):
14597           Use audiotestsrc instead of sinesrc (#323798).
14598
14599 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
14600
14601         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
14602           more debug-func-ptr usage
14603
14604 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
14605
14606         * gst/flx/flx_color.c: (flx_colorspace_convert):
14607         * gst/flx/flx_color.h:
14608         * gst/flx/flx_fmt.h:
14609         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
14610         * gst/flx/gstflxdec.h:
14611           Now flxdec works on big-endian machines as well.
14612
14613 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
14614
14615         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
14616         (gst_fenced_buffer_copy):
14617           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
14618           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
14619           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
14620           and use GST_DEBUG_FUNCPTR for pad functions.
14621
14622 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
14623
14624         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
14625         (gst_flac_dec_class_init), (gst_flac_dec_init),
14626         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
14627         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
14628         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
14629         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
14630         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
14631         (gst_flac_dec_change_state):
14632         * ext/flac/gstflacdec.h:
14633           Rewrite flacdec a bit, so that even seeking might work now. Most
14634           importantly, don't act upon any flow return values we get, just tell
14635           the decoder everything's dandy and act on the flow return values
14636           later on in the loop function. We don't want to mess up the internal
14637           decoder state for non-fatal things like flushing pads etc. Other
14638           than that, use GstSegment (segment seeks don't work yet though, but
14639           should be easy to add), use boilerplate macros, drop the superfluous
14640           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
14641           lots of other things.
14642
14643 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
14644
14645         * configure.ac:
14646           Update comment in OSS includes check.
14647
14648         * sys/oss/gstossdmabuffer.c:
14649         * sys/oss/gstosshelper.c:
14650         * sys/oss/gstossmixer.c:
14651         * sys/oss/gstossmixertrack.c:
14652         * sys/oss/gstosssink.c:
14653         * sys/oss/gstosssrc.c:
14654         * sys/oss/oss_probe.c:
14655           Don't assume the OSS soundcard.h include is always in
14656           the sys/ directory. Instead, use the existing defines
14657           from config.h to include the right file. Fixes
14658           compilation on OpenBSD 3.8 (#323718).
14659
14660 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14661
14662         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14663         * docs/plugins/gst-plugins-good-plugins.hierarchy:
14664         * docs/plugins/inspect/plugin-1394.xml:
14665         * docs/plugins/inspect/plugin-aasink.xml:
14666         * docs/plugins/inspect/plugin-alaw.xml:
14667         * docs/plugins/inspect/plugin-alpha.xml:
14668         * docs/plugins/inspect/plugin-alphacolor.xml:
14669         * docs/plugins/inspect/plugin-auparse.xml:
14670         * docs/plugins/inspect/plugin-autodetect.xml:
14671         * docs/plugins/inspect/plugin-avi.xml:
14672         * docs/plugins/inspect/plugin-cacasink.xml:
14673         * docs/plugins/inspect/plugin-cairo.xml:
14674         * docs/plugins/inspect/plugin-cutter.xml:
14675         * docs/plugins/inspect/plugin-debug.xml:
14676         * docs/plugins/inspect/plugin-dv.xml:
14677         * docs/plugins/inspect/plugin-efence.xml:
14678         * docs/plugins/inspect/plugin-effectv.xml:
14679         * docs/plugins/inspect/plugin-esdsink.xml:
14680         * docs/plugins/inspect/plugin-flac.xml:
14681         * docs/plugins/inspect/plugin-flxdec.xml:
14682         * docs/plugins/inspect/plugin-gconfelements.xml:
14683         * docs/plugins/inspect/plugin-goom.xml:
14684         * docs/plugins/inspect/plugin-jpeg.xml:
14685         * docs/plugins/inspect/plugin-level.xml:
14686         * docs/plugins/inspect/plugin-matroska.xml:
14687         * docs/plugins/inspect/plugin-mulaw.xml:
14688         * docs/plugins/inspect/plugin-multipart.xml:
14689         * docs/plugins/inspect/plugin-navigationtest.xml:
14690         * docs/plugins/inspect/plugin-ossaudio.xml:
14691         * docs/plugins/inspect/plugin-png.xml:
14692         * docs/plugins/inspect/plugin-rtp.xml:
14693         * docs/plugins/inspect/plugin-rtsp.xml:
14694         * docs/plugins/inspect/plugin-shout2send.xml:
14695         * docs/plugins/inspect/plugin-smpte.xml:
14696         * docs/plugins/inspect/plugin-speex.xml:
14697         * docs/plugins/inspect/plugin-udp.xml:
14698         * docs/plugins/inspect/plugin-videobox.xml:
14699         * docs/plugins/inspect/plugin-videoflip.xml:
14700         * docs/plugins/inspect/plugin-videomixer.xml:
14701         * docs/plugins/inspect/plugin-wavenc.xml:
14702         * docs/plugins/inspect/plugin-wavparse.xml:
14703         * ext/flac/gstflac.c: (plugin_init):
14704         * ext/flac/gstflacdec.c: (flacdec_get_type),
14705         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
14706         (gst_flac_dec_init), (gst_flac_dec_finalize),
14707         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
14708         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
14709         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
14710         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
14711         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
14712         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
14713         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
14714         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
14715         * ext/flac/gstflacdec.h:
14716         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
14717         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
14718         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
14719         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
14720         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
14721         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
14722         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
14723         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
14724         (gst_flac_enc_change_state):
14725         * ext/flac/gstflacenc.h:
14726           borgify and fix up documentation
14727
14728 2005-12-09  Michael Smith  <msmith@fluendo.com>
14729
14730         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
14731           Accept a wider range of flac files, more closely matching flac spec.
14732
14733 2005-12-08  Julien MOUTTE  <julien@moutte.net>
14734
14735         * docs/plugins/Makefile.am: Add multipart elements.
14736         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14737         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
14738         * docs/plugins/gst-plugins-good-plugins.hierarchy:
14739         * gst/multipart/multipartdemux.c:
14740         * gst/multipart/multipartmux.c: Add docs.
14741
14742 2005-12-07  Edward Hervey  <edward@fluendo.com>
14743
14744         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
14745         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
14746         (gst_avi_demux_invert):
14747         Memleak and crasher fixes.
14748         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
14749         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
14750         Memleak fixes
14751
14752 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
14753
14754         * ext/aalib/gstaasink.h:
14755         * ext/cairo/gsttextoverlay.h:
14756         * ext/dv/gstdvdec.h:
14757         * ext/dv/gstdvdemux.c:
14758         * ext/dv/gstdvdemux.h:
14759         * ext/esd/esdsink.h:
14760         * ext/flac/flac_compat.h:
14761         * ext/flac/gstflacdec.h:
14762         * ext/flac/gstflacenc.h:
14763         * ext/gconf/gconf.h:
14764         * ext/gconf/gstgconfaudiosink.h:
14765         * ext/gconf/gstgconfvideosink.h:
14766         * ext/gdk_pixbuf/gstgdkanimation.h:
14767         * ext/jpeg/gstjpegdec.h:
14768         * ext/jpeg/smokecodec.h:
14769         * ext/jpeg/smokeformat.h:
14770         * ext/ladspa/gstsignalprocessor.h:
14771         * ext/ladspa/search.c: (LADSPAPluginSearch):
14772         * ext/ladspa/utils.h:
14773         * ext/libmng/gstmng.c:
14774         * ext/libmng/gstmngdec.h:
14775         * ext/libmng/gstmngenc.c:
14776         * ext/libmng/gstmngenc.h:
14777         * ext/libpng/gstpng.c:
14778         * ext/libpng/gstpngenc.c:
14779         * ext/libpng/gstpngenc.h:
14780         * ext/shout2/gstshout2.h:
14781         * ext/speex/gstspeexdec.h:
14782         * ext/speex/gstspeexenc.c:
14783         * ext/speex/gstspeexenc.h:
14784         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14785         * gst/autodetect/gstautoaudiosink.h:
14786         * gst/autodetect/gstautovideosink.h:
14787         * gst/avi/gstavidemux.h:
14788         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14789         (gst_cutter_set_property), (gst_cutter_get_caps):
14790         * gst/cutter/gstcutter.h:
14791         * gst/debug/tests.c: (md5_process_block):
14792         * gst/debug/tests.h:
14793         * gst/effectv/gstwarp.c:
14794         * gst/flx/flx_fmt.h:
14795         * gst/flx/gstflxdec.h:
14796         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
14797         (zoomFilterFastRGB):
14798         * gst/goom/filters.h:
14799         * gst/goom/goom_tools.h:
14800         * gst/law/alaw-encode.c:
14801         * gst/level/gstlevel.c:
14802         * gst/level/gstlevel.h:
14803         * gst/matroska/ebml-write.h:
14804         * gst/matroska/matroska-demux.h:
14805         * gst/matroska/matroska-ids.h:
14806         * gst/matroska/matroska-mux.h:
14807         * gst/monoscope/convolve.c: (convolve_match):
14808         * gst/monoscope/convolve.h:
14809         * gst/multipart/multipartmux.c:
14810         * gst/oldcore/gstaggregator.c:
14811         * gst/oldcore/gstaggregator.h:
14812         * gst/oldcore/gstmd5sink.c: (md5_process_block):
14813         * gst/oldcore/gstmd5sink.h:
14814         * gst/oldcore/gstmultifilesrc.c:
14815         * gst/oldcore/gstmultifilesrc.h:
14816         * gst/oldcore/gstpipefilter.h:
14817         * gst/oldcore/gstshaper.h:
14818         * gst/rtp/gstrtpL16depay.h:
14819         * gst/rtp/gstrtpL16pay.h:
14820         * gst/rtp/gstrtpdepay.h:
14821         * gst/rtp/gstrtpmp4vpay.c:
14822         * gst/rtp/gstrtpmp4vpay.h:
14823         * gst/rtsp/gstrtspsrc.c:
14824         * gst/rtsp/gstrtspsrc.h:
14825         * gst/rtsp/rtspconnection.h:
14826         * gst/rtsp/rtspdefs.h:
14827         * gst/rtsp/rtspmessage.h:
14828         * gst/rtsp/rtsptransport.h:
14829         * gst/rtsp/rtspurl.c:
14830         * gst/rtsp/rtspurl.h:
14831         * gst/rtsp/sdpmessage.c:
14832         * gst/rtsp/sdpmessage.h:
14833         * gst/smpte/barboxwipes.c:
14834         * gst/smpte/gstmask.h:
14835         * gst/smpte/gstsmpte.h:
14836         * gst/smpte/paint.c:
14837         * gst/smpte/paint.h:
14838         * gst/udp/gstdynudpsink.h:
14839         * gst/udp/gstmultiudpsink.h:
14840         * gst/udp/gstudpsink.c:
14841         * gst/udp/gstudpsink.h:
14842         * gst/udp/gstudpsrc.c:
14843         * gst/videomixer/videomixer.c:
14844         * gst/wavenc/riff.h:
14845         * gst/wavparse/gstwavparse.h:
14846         * sys/oss/gstossdmabuffer.h:
14847         * sys/oss/gstossmixer.h:
14848         * sys/oss/gstossmixerelement.h:
14849         * sys/oss/gstossmixertrack.h:
14850         * sys/oss/gstosssink.c:
14851         * sys/oss/gstosssink.h:
14852         * sys/oss/gstosssrc.c:
14853         * sys/oss/gstosssrc.h:
14854         * sys/osxaudio/gstosxaudioelement.h:
14855         * sys/osxaudio/gstosxaudiosink.h:
14856         * sys/osxaudio/gstosxaudiosrc.h:
14857           expand tabs
14858
14859 === release 0.10.0 ===
14860
14861 2005-12-05   <thomas (at) apestaart (dot) org>
14862
14863         * configure.ac:
14864           releasing 0.10.0, "Abondance"
14865
14866 2005-12-05  Andy Wingo  <wingo@pobox.com>
14867
14868         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
14869         * ext/flac/gstflacdec.c: (gst_flacdec_write):
14870         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
14871         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
14872         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
14873         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
14874         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
14875         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
14876         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
14877         * ext/speex/gstspeexdec.c: (speex_dec_chain):
14878         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
14879         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14880         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14881         * gst/goom/gstgoom.c: (gst_goom_chain):
14882         * gst/matroska/matroska-demux.c:
14883         (gst_matroska_demux_push_vorbis_codec_priv_data),
14884         (gst_matroska_demux_add_wvpk_header):
14885         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
14886         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14887         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
14888         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
14889         alloc_buffer changes.
14890
14891 2005-12-05  Michael Smith  <msmith@fluendo.com>
14892
14893         * docs/plugins/gst-plugins-good-plugins.args:
14894           Remove args for plugins that aren't in -good.
14895
14896 === release 0.9.7 ===
14897
14898 2005-12-01   <thomas (at) apestaart (dot) org>
14899
14900         * configure.ac:
14901           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
14902
14903 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14904
14905         * docs/plugins/.cvsignore:
14906         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14907         * docs/plugins/inspect/plugin-multipart.xml:
14908         * docs/plugins/inspect/plugin-rtp.xml:
14909           add multipart plugin to docs
14910
14911 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14912
14913         * configure.ac:
14914         * ext/Makefile.am:
14915         * ext/pango/Makefile.am:
14916         * ext/pango/gstclockoverlay.c:
14917         * ext/pango/gstclockoverlay.h:
14918         * ext/pango/gsttextoverlay.c:
14919         * ext/pango/gsttextoverlay.h:
14920         * ext/pango/gsttextrender.c:
14921         * ext/pango/gsttextrender.h:
14922         * ext/pango/gsttimeoverlay.c:
14923         * ext/pango/gsttimeoverlay.h:
14924           move pango to base
14925
14926 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14927
14928         * gst/rtp/Makefile.am:
14929         * gst/rtp/gstrtpL16depay.c:
14930         * gst/rtp/gstrtpL16depay.h:
14931         * gst/rtp/gstrtpL16parse.c:
14932         * gst/rtp/gstrtpL16parse.h:
14933         * gst/rtp/gstrtpgsmdepay.c:
14934         * gst/rtp/gstrtpgsmdepay.h:
14935         * gst/rtp/gstrtpgsmparse.c:
14936         * gst/rtp/gstrtpgsmparse.h:
14937           parsers are depayers
14938
14939 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14940
14941         * gst/rtp/Makefile.am:
14942         * gst/rtp/gstasteriskh263.c:
14943         * gst/rtp/gstrtp.c:
14944         * gst/rtp/gstrtpL16enc.c:
14945         * gst/rtp/gstrtpL16enc.h:
14946         * gst/rtp/gstrtpL16parse.c:
14947         * gst/rtp/gstrtpL16parse.h:
14948         * gst/rtp/gstrtpL16pay.c:
14949         * gst/rtp/gstrtpL16pay.h:
14950         * gst/rtp/gstrtpamrdec.c:
14951         * gst/rtp/gstrtpamrdec.h:
14952         * gst/rtp/gstrtpamrdepay.c:
14953         * gst/rtp/gstrtpamrdepay.h:
14954         * gst/rtp/gstrtpamrenc.c:
14955         * gst/rtp/gstrtpamrenc.h:
14956         * gst/rtp/gstrtpamrpay.c:
14957         * gst/rtp/gstrtpamrpay.h:
14958         * gst/rtp/gstrtpdec.c:
14959         * gst/rtp/gstrtpdec.h:
14960         * gst/rtp/gstrtpdepay.c:
14961         * gst/rtp/gstrtpdepay.h:
14962         * gst/rtp/gstrtpg711dec.c:
14963         * gst/rtp/gstrtpg711dec.h:
14964         * gst/rtp/gstrtpg711depay.c:
14965         * gst/rtp/gstrtpg711depay.h:
14966         * gst/rtp/gstrtpg711enc.c:
14967         * gst/rtp/gstrtpg711enc.h:
14968         * gst/rtp/gstrtpg711pay.c:
14969         * gst/rtp/gstrtpg711pay.h:
14970         * gst/rtp/gstrtpgsmenc.c:
14971         * gst/rtp/gstrtpgsmenc.h:
14972         * gst/rtp/gstrtpgsmparse.c:
14973         * gst/rtp/gstrtpgsmparse.h:
14974         * gst/rtp/gstrtpgsmpay.c:
14975         * gst/rtp/gstrtpgsmpay.h:
14976         * gst/rtp/gstrtph263enc.c:
14977         * gst/rtp/gstrtph263enc.h:
14978         * gst/rtp/gstrtph263pay.c:
14979         * gst/rtp/gstrtph263pay.h:
14980         * gst/rtp/gstrtph263pdec.c:
14981         * gst/rtp/gstrtph263pdec.h:
14982         * gst/rtp/gstrtph263pdepay.c:
14983         * gst/rtp/gstrtph263pdepay.h:
14984         * gst/rtp/gstrtph263penc.c:
14985         * gst/rtp/gstrtph263penc.h:
14986         * gst/rtp/gstrtph263ppay.c:
14987         * gst/rtp/gstrtph263ppay.h:
14988         * gst/rtp/gstrtpmp4vdec.c:
14989         * gst/rtp/gstrtpmp4vdec.h:
14990         * gst/rtp/gstrtpmp4vdepay.c:
14991         * gst/rtp/gstrtpmp4vdepay.h:
14992         * gst/rtp/gstrtpmp4venc.c:
14993         * gst/rtp/gstrtpmp4venc.h:
14994         * gst/rtp/gstrtpmp4vpay.c:
14995         * gst/rtp/gstrtpmp4vpay.h:
14996         * gst/rtp/gstrtpmpadec.c:
14997         * gst/rtp/gstrtpmpadec.h:
14998         * gst/rtp/gstrtpmpadepay.c:
14999         * gst/rtp/gstrtpmpadepay.h:
15000         * gst/rtp/gstrtpmpaenc.c:
15001         * gst/rtp/gstrtpmpaenc.h:
15002         * gst/rtp/gstrtpmpapay.c:
15003         * gst/rtp/gstrtpmpapay.h:
15004         * gst/rtp/gstrtpspeexdec.c:
15005         * gst/rtp/gstrtpspeexdec.h:
15006         * gst/rtp/gstrtpspeexdepay.c:
15007         * gst/rtp/gstrtpspeexdepay.h:
15008         * gst/rtp/gstrtpspeexenc.c:
15009         * gst/rtp/gstrtpspeexenc.h:
15010         * gst/rtp/gstrtpspeexpay.c:
15011         * gst/rtp/gstrtpspeexpay.h:
15012           Do burger's rename for rtp payloaders and depayloaders
15013
15014 2005-11-30  Wim Taymans  <wim@fluendo.com>
15015
15016         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
15017         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15018         * ext/dv/gstdvdemux.h:
15019         Fix seeking in dvdemux again, add some more debug info.
15020
15021 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15022
15023         * configure.ac:
15024           fix tests
15025
15026 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15027
15028         * PORTED_09:
15029         * docs/random/PORTED_09:
15030           move
15031         * tests/Makefile.am:
15032           add
15033         * win32/gst.sln:
15034           remove
15035
15036 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15037
15038         * Makefile.am:
15039         * check/.cvsignore:
15040         * check/Makefile.am:
15041         * check/elements/.cvsignore:
15042         * check/elements/level.c:
15043         * check/elements/matroskamux.c:
15044         * configure.ac:
15045         * examples/Makefile.am:
15046         * examples/capsfilter/Makefile.am:
15047         * examples/capsfilter/capsfilter1.c:
15048         * examples/gob/Makefile.am:
15049         * examples/gob/gst-identity2.gob:
15050         * examples/gstplay/.cvsignore:
15051         * examples/gstplay/Makefile.am:
15052         * examples/gstplay/player.c:
15053         * examples/indexing/.cvsignore:
15054         * examples/indexing/Makefile.am:
15055         * examples/indexing/indexmpeg.c:
15056         * examples/level/Makefile.am:
15057         * examples/level/README:
15058         * examples/level/demo.c:
15059         * examples/level/plot.c:
15060         * examples/stats/Makefile.am:
15061         * examples/stats/mp2ogg.c:
15062         * examples/switch/.cvsignore:
15063         * examples/switch/Makefile.am:
15064         * examples/switch/switcher.c:
15065           move under tests/
15066
15067 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
15068
15069         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
15070         (gst_text_render_class_init), (resize_bitmap),
15071         (gst_text_render_render_text), (gst_text_render_setcaps),
15072         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
15073         (gst_text_render_chain), (gst_text_render_finalize),
15074         (gst_text_render_init), (gst_text_render_set_property):
15075         * ext/pango/gsttextrender.h:
15076           Add missing files.
15077
15078 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
15079
15080         * configure.ac:
15081         * ext/Makefile.am:
15082         * ext/pango/Makefile.am:
15083         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
15084         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
15085         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
15086         * ext/pango/gstclockoverlay.h:
15087         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
15088         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
15089         (gst_text_overlay_finalize), (gst_text_overlay_init),
15090         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
15091         (gst_text_overlay_text_pad_linked),
15092         (gst_text_overlay_text_pad_unlinked),
15093         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
15094         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
15095         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
15096         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
15097         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
15098         (gst_text_overlay_change_state), (plugin_init):
15099         * ext/pango/gsttextoverlay.h:
15100         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
15101         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
15102         (gst_time_overlay_class_init), (gst_time_overlay_init):
15103         * ext/pango/gsttimeoverlay.h:
15104           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
15105           and add background shading and text wrapping modes. Make 
15106           timoverlay derive from textoverlay. Also add new clockoverlay
15107           element.
15108
15109 2005-11-30  Julien MOUTTE  <julien@moutte.net>
15110
15111         * gst/udp/Makefile.am: Moved to netbuffer.
15112
15113 2005-11-30  Julien MOUTTE  <julien@moutte.net>
15114
15115         * configure.ac:
15116         * PORTED_O9:
15117         * gst/multipart/Makefile.am:
15118         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
15119         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
15120         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
15121         (gst_multipart_demux_change_state),
15122         (gst_multipart_demux_plugin_init):
15123         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
15124         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
15125         (gst_multipart_mux_sinkconnect),
15126         (gst_multipart_mux_request_new_pad),
15127         (gst_multipart_mux_handle_src_event),
15128         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
15129         (gst_multipart_mux_change_state): Ported multipart mux/demux to
15130         0.9.
15131
15132 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15133
15134         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
15135         * gst/debug/gstnavigationtest.h:
15136         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
15137         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
15138         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
15139         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
15140         * gst/effectv/gstrev.c: (gst_revtv_get_type):
15141         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
15142         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
15143         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
15144         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
15145         (gst_video_flip_get_type):
15146         * gst/videofilter/gstvideoflip.h:
15147           update for symbols change
15148
15149 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15150
15151         * gst/udp/gstdynudpsink.c:
15152         * gst/udp/gstudpsrc.c:
15153           the old gstnet lib was renamed gstnetbuffer (#322257)
15154
15155 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
15156
15157         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
15158         (gst_text_overlay_collected):
15159           Actually render the text from the text pad.
15160
15161 2005-11-29  Edward Hervey  <edward@fluendo.com>
15162
15163         * gst/debug/gstnavseek.c: (gst_navseek_event):
15164         * gst/debug/progressreport.c: (gst_progress_report_event):
15165         Update for GstBaseTransform event virtual method
15166
15167 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15168
15169         * ext/cairo/Makefile.am:
15170           no need to link to videofilter
15171
15172 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15173
15174         * gst/debug/Makefile.am:
15175         * gst/debug/gstnavigationtest.h:
15176         * gst/effectv/Makefile.am:
15177         * gst/effectv/gstaging.c:
15178         * gst/effectv/gstdice.c:
15179         * gst/effectv/gstedge.c:
15180         * gst/effectv/gstquark.c:
15181         * gst/effectv/gstrev.c:
15182         * gst/effectv/gstshagadelic.c:
15183         * gst/effectv/gstvertigo.c:
15184         * gst/effectv/gstwarp.c:
15185         * gst/videofilter/Makefile.am:
15186         * gst/videofilter/gstvideofilter.c:
15187         * gst/videofilter/gstvideofilter.h:
15188         * gst/videofilter/gstvideoflip.h:
15189           remove the videofilter library and link to the one in base
15190
15191 2005-11-28  Edward Hervey  <edward@fluendo.com>
15192
15193         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
15194         Useless check now we're setting the current entry correctly.
15195
15196 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
15197
15198         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
15199         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
15200         (gst_jpegenc_change_state):
15201           Don't leak input buffer in chain function (fixes #322667); make 
15202           state change function thread-safe; don't repeat the current function
15203           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
15204           gst_pad_alloc_buffer(); misc. minor cleanups.
15205
15206 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
15207
15208         * gst/matroska/matroska-mux.c:
15209         (gst_matroska_mux_video_pad_setcaps):
15210         Look for pixel-aspect-ratio in caps, not pixel_width and
15211         pixel_height (Fixes: #322645)
15212
15213 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
15214
15215         * gst/matroska/matroska-mux.c:
15216         (gst_matroska_mux_video_pad_setcaps):
15217         From Michal Benes:
15218         frame duration should be GST_SECOND / framerate, not
15219         GST_SECOND * framerate. (Fixes: #322643)
15220
15221 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15222
15223         * configure.ac:
15224           fix up GST_PLUGIN_LDFLAGS
15225         * gst/rtsp/rtspconnection.c:
15226           fix includes (see #317043)
15227         * gst/videofilter/Makefile.am:
15228           stop installing this library
15229
15230 2005-11-26  Edward Hervey  <edward@fluendo.com>
15231
15232         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
15233         Handle the case where the incoming Video dv stream doesn't have
15234         a pixel aspect ratio set.
15235
15236 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15237
15238         * docs/plugins/Makefile.am:
15239         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15240         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15241         * ext/flac/gstflacdec.c:
15242           document flacdec
15243
15244 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15245
15246         * docs/plugins/Makefile.am:
15247         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15248         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15249         * docs/plugins/inspect/plugin-autodetect.xml:
15250         * ext/cairo/gstcairo.c: (plugin_init):
15251         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
15252         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
15253         (gst_text_overlay_init), (gst_text_overlay_font_init),
15254         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
15255         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
15256         (gst_text_overlay_text_pad_linked),
15257         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
15258         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
15259         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
15260         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
15261         (gst_text_overlay_change_state):
15262         * ext/cairo/gsttextoverlay.h:
15263         * ext/cairo/gsttimeoverlay.c:
15264         (gst_cairo_time_overlay_update_font_height),
15265         (gst_cairo_time_overlay_set_caps),
15266         (gst_cairo_time_overlay_get_unit_size),
15267         (gst_cairo_time_overlay_print_smpte_time),
15268         (gst_cairo_time_overlay_transform),
15269         (gst_cairo_time_overlay_base_init),
15270         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
15271         (gst_cairo_time_overlay_get_type):
15272         * ext/cairo/gsttimeoverlay.h:
15273           do some name borgifying
15274           document
15275
15276 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15277
15278         * docs/plugins/Makefile.am:
15279         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15280         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15281         * gst/autodetect/gstautoaudiosink.c:
15282         (gst_auto_audio_sink_base_init):
15283         * gst/autodetect/gstautovideosink.c:
15284         (gst_auto_video_sink_base_init),
15285         (gst_auto_video_sink_factory_filter):
15286           documenting auto*sink
15287           using strstr for the video sink lookup, class field is not ordered
15288         * docs/plugins/inspect/plugin-1394.xml:
15289         * docs/plugins/inspect/plugin-aasink.xml:
15290         * docs/plugins/inspect/plugin-alaw.xml:
15291         * docs/plugins/inspect/plugin-alpha.xml:
15292         * docs/plugins/inspect/plugin-alphacolor.xml:
15293         * docs/plugins/inspect/plugin-auparse.xml:
15294         * docs/plugins/inspect/plugin-autodetect.xml:
15295         * docs/plugins/inspect/plugin-avi.xml:
15296         * docs/plugins/inspect/plugin-cacasink.xml:
15297         * docs/plugins/inspect/plugin-cairo.xml:
15298         * docs/plugins/inspect/plugin-cutter.xml:
15299         * docs/plugins/inspect/plugin-debug.xml:
15300         * docs/plugins/inspect/plugin-dv.xml:
15301         * docs/plugins/inspect/plugin-efence.xml:
15302         * docs/plugins/inspect/plugin-effectv.xml:
15303         * docs/plugins/inspect/plugin-esdsink.xml:
15304         * docs/plugins/inspect/plugin-flac.xml:
15305         * docs/plugins/inspect/plugin-flxdec.xml:
15306         * docs/plugins/inspect/plugin-gconfelements.xml:
15307         * docs/plugins/inspect/plugin-goom.xml:
15308         * docs/plugins/inspect/plugin-jpeg.xml:
15309         * docs/plugins/inspect/plugin-level.xml:
15310         * docs/plugins/inspect/plugin-matroska.xml:
15311         * docs/plugins/inspect/plugin-mulaw.xml:
15312         * docs/plugins/inspect/plugin-navigationtest.xml:
15313         * docs/plugins/inspect/plugin-ossaudio.xml:
15314         * docs/plugins/inspect/plugin-png.xml:
15315         * docs/plugins/inspect/plugin-rtp.xml:
15316         * docs/plugins/inspect/plugin-rtsp.xml:
15317         * docs/plugins/inspect/plugin-shout2send.xml:
15318         * docs/plugins/inspect/plugin-smpte.xml:
15319         * docs/plugins/inspect/plugin-speex.xml:
15320         * docs/plugins/inspect/plugin-udp.xml:
15321         * docs/plugins/inspect/plugin-videobox.xml:
15322         * docs/plugins/inspect/plugin-videoflip.xml:
15323         * docs/plugins/inspect/plugin-videomixer.xml:
15324         * docs/plugins/inspect/plugin-wavenc.xml:
15325         * docs/plugins/inspect/plugin-wavparse.xml:
15326           update for HEAD version
15327
15328 2005-11-25  Michael Smith  <msmith@fluendo.com>
15329
15330         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
15331           Patch from Sebastien Cote to close control sockets in udpsrc.
15332
15333 2005-11-24  Julien MOUTTE  <julien@moutte.net>
15334
15335         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
15336         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
15337         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
15338         (gst_quarktv_base_init), (gst_quarktv_class_init),
15339         (gst_quarktv_init): Flush the planes list on reverse caps
15340         negotiation. This was crashing because of differently sized
15341         buffers.
15342
15343 2005-11-24  Julien MOUTTE  <julien@moutte.net>
15344
15345         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
15346         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
15347         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
15348         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
15349         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
15350         (gst_videoflip_set_property), (gst_videoflip_base_init),
15351         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
15352         correctly, fix identity flipping, convert navigation event 
15353         correctly again.
15354
15355 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15356
15357         * configure.ac: back to HEAD
15358
15359 === release 0.9.6 ===
15360
15361 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
15362
15363         * configure.ac:
15364           releasing 0.9.6, "Everything's Not Lost"
15365
15366 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
15367
15368         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
15369         Oops, initialise the framerate GValue
15370
15371 2005-11-23  Julien MOUTTE  <julien@moutte.net>
15372
15373         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
15374         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
15375         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
15376         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
15377         (gst_timeoverlay_get_type):
15378         * ext/cairo/gsttimeoverlay.h:
15379         * gst/debug/Makefile.am:
15380         * gst/debug/gstnavigationtest.c:
15381         (gst_navigationtest_handle_src_event),
15382         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
15383         (gst_navigationtest_transform), (gst_navigationtest_change_state),
15384         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
15385         (gst_navigationtest_init), (gst_navigationtest_get_type),
15386         (plugin_init):
15387         * gst/debug/gstnavigationtest.h:
15388         * gst/effectv/Makefile.am:
15389         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
15390         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
15391         (gst_agingtv_base_init), (gst_agingtv_class_init),
15392         (gst_agingtv_init), (gst_agingtv_get_type):
15393         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
15394         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
15395         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
15396         (gst_dicetv_get_type):
15397         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
15398         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
15399         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
15400         (gst_edgetv_get_type):
15401         * gst/effectv/gsteffectv.c:
15402         * gst/effectv/gsteffectv.h:
15403         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
15404         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
15405         (gst_quarktv_change_state), (gst_quarktv_base_init),
15406         (gst_quarktv_class_init), (gst_quarktv_init),
15407         (gst_quarktv_get_type):
15408         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
15409         (gst_revtv_get_unit_size), (gst_revtv_transform),
15410         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
15411         (gst_revtv_get_type):
15412         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
15413         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
15414         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
15415         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
15416         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
15417         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
15418         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
15419         (gst_vertigotv_init), (gst_vertigotv_get_type):
15420         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
15421         (gst_warptv_get_unit_size), (gst_warptv_transform),
15422         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
15423         (gst_warptv_get_type):
15424         * gst/videofilter/Makefile.am:
15425         * gst/videofilter/gstvideobalance.c:
15426         * gst/videofilter/gstvideobalance.h:
15427         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
15428         (gst_videofilter_class_init), (gst_videofilter_init):
15429         * gst/videofilter/gstvideofilter.h:
15430         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
15431         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
15432         (gst_videoflip_flip), (gst_videoflip_transform),
15433         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
15434         (gst_videoflip_base_init), (gst_videoflip_class_init),
15435         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
15436         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
15437         BaseTransform, it's just a place holder for now and every video
15438         effect plugin has been ported to use BaseTransform features 
15439         directly. QuarkTV was fixed too (was broken), navigationtest works
15440         and best for the end, videoflip converts navigation events depending
15441         on flip method ! Fixes #320953
15442
15443 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
15444
15445         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
15446         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
15447         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
15448         (gst_goom_src_negotiate), (gst_goom_chain):
15449         * gst/matroska/matroska-mux.c:
15450         (gst_matroska_mux_video_pad_setcaps):
15451         * sys/osxvideo/osxvideosink.m:
15452           Fixes for API changes
15453
15454 2005-11-23  Michael Smith <msmith@fluendo.com>
15455
15456         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
15457         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
15458         * ext/jpeg/gstjpegdec.h:
15459         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
15460         * ext/jpeg/gstjpegenc.h:
15461         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
15462         (gst_smokeenc_resync):
15463         * ext/jpeg/gstsmokeenc.h:
15464           JPEG fractiony goodness.
15465
15466 2005-11-22  Michael Smith <msmith@fluendo.com>
15467
15468         * gst/goom/filters.c:
15469         * gst/goom/graphic.h:
15470           Fix compilation by making some functions static inline instead of
15471           extern inline, matching the way they're used.
15472
15473 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
15474
15475         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
15476         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
15477         * ext/cairo/gsttextoverlay.h:
15478         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
15479         * ext/gdk_pixbuf/gstgdkpixbuf.h:
15480         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
15481         (gst_pngdec_caps_create_and_set):
15482         * ext/libpng/gstpngdec.h:
15483         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
15484         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
15485         * gst/avi/gstavimux.c: (gst_avimux_init),
15486         (gst_avimux_vidsinkconnect):
15487         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
15488         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
15489         (gst_goom_src_negotiate), (gst_goom_chain):
15490         * gst/goom/gstgoom.h:
15491         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
15492         * gst/matroska/matroska-mux.c:
15493         (gst_matroska_mux_video_pad_setcaps):
15494         * sys/osxvideo/osxvideosink.h:
15495         * sys/osxvideo/osxvideosink.m:
15496           More fractional framerate conversions 
15497
15498 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
15499
15500         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
15501         * gst/debug/gstnavigationtest.c:
15502         (gst_navigationtest_handle_src_event):
15503         * gst/videofilter/gstvideofilter.c:
15504         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
15505         (gst_videofilter_init):
15506         * gst/videofilter/gstvideofilter.h:
15507           Convert to fractional framerates.
15508
15509 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15510
15511         * ext/aalib/gstaasink.c:
15512         * ext/dv/gstdvdec.c:
15513         * ext/esd/esdmon.c:
15514         * ext/flac/gstflacenc.c:
15515         * ext/gdk_pixbuf/pixbufscale.c:
15516         * ext/libcaca/gstcacasink.c:
15517         * ext/shout2/gstshout2.c:
15518         * gst/alpha/gstalpha.c:
15519         * gst/oldcore/gstaggregator.c:
15520         * gst/oldcore/gstshaper.c:
15521         * gst/smpte/barboxwipes.c:
15522         * gst/smpte/gstsmpte.c:
15523         * gst/videobox/gstvideobox.c:
15524         * gst/videofilter/gstvideoflip.c:
15525         * gst/videomixer/videomixer.c:
15526           fix up more enums
15527
15528 2005-11-22  Michael Smith <msmith@fluendo.com>
15529
15530         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
15531         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
15532         (gst_videomixer_update_queues):
15533           Fractional framerates, videomixer.
15534
15535 2005-11-22  Michael Smith <msmith@fluendo.com>
15536
15537         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
15538         * ext/dv/gstdvdec.h:
15539         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
15540         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
15541         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
15542         (gst_dvdemux_flush):
15543         * ext/dv/gstdvdemux.h:
15544           Fractional framerates for DV. 
15545
15546 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
15547
15548         * gst/autodetect/gstautoaudiosink.c:
15549         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15550         * gst/autodetect/gstautovideosink.c:
15551         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
15552           Use gst_plugin_feature_list_free() to free feature list and
15553           in the case of autovideosink free the list at all. Also
15554           miscellaneous cosmetic fixes.
15555
15556 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15557
15558         * gst/cutter/gstcutter.c: (gst_cutter_chain),
15559         (gst_cutter_set_property), (gst_cutter_get_caps):
15560           copy calculation code from level; remove use of some audio
15561           functions
15562
15563 2005-11-22  Andy Wingo  <wingo@pobox.com>
15564
15565         * Update for gst_tag_setter API changes.
15566
15567 2005-11-22  Andy Wingo  <wingo@pobox.com>
15568
15569         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
15570         (gst_dvdemux_demux_frame)
15571         * ext/flac/gstflacdec.c (gst_flacdec_write)
15572         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
15573         (gst_flacenc_sink_event)
15574         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
15575         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
15576         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
15577         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
15578         * gst/auparse/gstauparse.c (gst_auparse_chain)
15579         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
15580         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
15581         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
15582         (gst_avi_demux_handle_seek)
15583         * gst/goom/gstgoom.c (gst_goom_event)
15584         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
15585         * gst/matroska/matroska-demux.c
15586         (gst_matroska_demux_handle_seek_event)
15587         (gst_matroska_demux_loop_stream_parse_id)
15588         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
15589         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
15590         (gst_wavparse_stream_headers): Run update-funcnames.
15591
15592 2005-11-22  Edward Hervey  <edward@fluendo.com>
15593
15594         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
15595         (gst_dv1394src_init), (gst_dv1394src_dispose),
15596         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
15597         (gst_dv1394src_uri_set_uri):
15598         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
15599         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
15600         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
15601         URIHandler interface and element properties are now properly
15602         synchronized for DV1394src and UDPSrc
15603
15604 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
15605
15606         * ext/flac/Makefile.am:
15607         * ext/speex/Makefile.am:
15608           libgsttagedit has been renamed to libgsttag.
15609
15610 2005-11-21  Wim Taymans  <wim@fluendo.com>
15611
15612         * gst/rtsp/rtspconnection.c: (read_body):
15613         Apply patch from Sebastien Cote to fix #319184.
15614
15615 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
15616
15617         * configure.ac:
15618         * gst/cutter/Makefile.am:
15619         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
15620         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
15621         (gst_cutter_set_property), (gst_cutter_get_property),
15622         (plugin_init), (gst_cutter_get_caps):
15623           port cutter
15624         * gst/level/gstlevel.c:
15625           fix up plugin details
15626
15627 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15628
15629         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
15630         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
15631         (gst_flacdec_src_event):
15632         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
15633         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
15634         (gst_signal_processor_getrange), (gst_signal_processor_chain):
15635         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15636         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
15637         (gst_flxdec_sink_event_handler):
15638         * gst/matroska/matroska-demux.c:
15639         (gst_matroska_demux_handle_seek_event):
15640         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
15641           Update for stream lock API changes: don't take stream log
15642           in sink event handlers any longer and change GST_STREAM_LOCK
15643           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
15644           functions.
15645
15646 2005-11-21  Michael Smith <msmith@fluendo.com>
15647
15648         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
15649           gst_object_unref, not g_object_unref
15650
15651 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15652
15653         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
15654         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
15655           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
15656
15657 2005-11-21  Michael Smith <msmith@fluendo.com>
15658
15659         * gst/auparse/Makefile.am:
15660         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
15661         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
15662         (gst_auparse_change_state):
15663         * gst/auparse/gstauparse.h:
15664           Partially fix #161712. playbin still doesn't work on these files,
15665           (on the bug report, Andy says we aren't typefinding it for some
15666           reason?) but at least auparse isn't totally busted like it was before.
15667
15668 2005-11-21  Andy Wingo  <wingo@pobox.com>
15669
15670         * *.h:
15671         * *.c: Ran scripts/update-macros. Oh yes.
15672
15673 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15674
15675         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
15676           Filler events are gone for now, comment out section generating
15677           them.
15678
15679 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
15680
15681         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
15682         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
15683         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
15684         * sys/osxvideo/osxvideosink.m:
15685           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
15686           (#322027)
15687
15688 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15689
15690         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
15691         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
15692         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
15693         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
15694         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
15695         (gst_avi_demux_stream_data):
15696         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
15697         * gst/wavenc/gstwavenc.c: (write_metadata):
15698         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
15699         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
15700         Fixes for GST_FOURCC_FORMAT API change.
15701
15702 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15703
15704         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
15705         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
15706         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
15707         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
15708         (gst_text_overlay_change_state):
15709         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
15710         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
15711         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
15712         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
15713         * gst/videomixer/videomixer.c: (gst_videomixer_init),
15714         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
15715         (gst_videomixer_change_state):
15716           Fix for collect pads API change. Also fix textoverlay state
15717           change function.
15718
15719 2005-11-20  Julien MOUTTE  <julien@moutte.net>
15720
15721         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
15722         GST_PAD_IS_USABLE by something approaching it.
15723
15724 2005-11-20  Julien MOUTTE  <julien@moutte.net>
15725
15726         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
15727         API changes.
15728         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
15729         but also fix the code that was not checking return values from
15730         pad_push neither using pad_alloc_buffer.
15731
15732 2005-11-18  Edward Hervey  <edward@fluendo.com>
15733
15734         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
15735         (gst_pngenc_chain):
15736         Added debug category
15737         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
15738         goes to EOS.
15739
15740 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
15741
15742         * gst/rtp/Makefile.am
15743         * gst/rtp/gstrtp.c
15744         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
15745         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
15746         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
15747         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
15748         * gst/rtp/gstrtpg711enc.h:
15749         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
15750         * gst/rtp/gstrtpspeexenc.c:
15751         * gst/rtp/gstrtpspeexenc.h:
15752         * gst/rtp/gstrtpspeexdec.c:
15753         * gst/rtp/gstrtpspeexdec.h:
15754         Created Speex payloader and depayloader; Optimize G711 payloader to
15755         use adapter and send packets until MTU size.
15756
15757 2005-11-16  Wim Taymans  <wim@fluendo.com>
15758
15759         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
15760         Fix leak in check.
15761
15762 2005-11-16  Wim Taymans  <wim@fluendo.com>
15763
15764         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
15765         Fix state change.
15766
15767 2005-11-16  Andy Wingo  <wingo@pobox.com>
15768
15769         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
15770         (gst_udpsrc_create): Move comment.
15771
15772 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
15773
15774         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15775
15776         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
15777           When seeking, seek to closest index entry at or before the requested
15778           seek position, not just the closest one (#321001).
15779
15780 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
15781
15782         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
15783         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
15784           Invert DIB images again (see #132341).
15785
15786 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15787
15788         * configure.ac:
15789           rework configure.ac file
15790         * ext/aalib/gstaasink.c:
15791         * ext/cairo/gstcairo.c:
15792         * ext/dv/gstdv.c:
15793         * ext/esd/gstesd.c:
15794         * ext/flac/gstflac.c:
15795         * ext/gconf/gstgconfelements.c:
15796         * ext/gdk_pixbuf/gstgdkpixbuf.c:
15797         * ext/jpeg/gstjpeg.c:
15798         * ext/ladspa/gstladspa.c:
15799         * ext/libcaca/gstcacasink.c:
15800         * ext/libmng/gstmng.c:
15801         * ext/libpng/gstpng.c:
15802         * ext/mikmod/gstmikmod.c:
15803         * ext/pango/gsttextoverlay.c:
15804         * ext/pango/gsttimeoverlay.c:
15805         * ext/raw1394/gst1394.c:
15806         * ext/speex/gstspeex.c:
15807         * gst/alpha/Makefile.am:
15808         * gst/alpha/gstalpha.c:
15809         * gst/alpha/gstalphacolor.c:
15810         * gst/auparse/gstauparse.c:
15811         * gst/autodetect/gstautoaudiosink.c:
15812         (gst_auto_audio_sink_factory_filter),
15813         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15814         * gst/autodetect/gstautodetect.c:
15815         * gst/avi/gstavi.c:
15816         * gst/cutter/gstcutter.c:
15817         * gst/debug/efence.c:
15818         * gst/debug/gstdebug.c:
15819         * gst/debug/gstnavigationtest.c:
15820         * gst/effectv/gsteffectv.c:
15821         * gst/flx/gstflxdec.c:
15822         * gst/goom/gstgoom.c:
15823         * gst/interleave/plugin.c:
15824         * gst/law/alaw.c:
15825         * gst/law/mulaw.c:
15826         * gst/level/gstlevel.c:
15827         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
15828         * gst/matroska/matroska.c:
15829         * gst/median/gstmedian.c:
15830         * gst/monoscope/gstmonoscope.c:
15831         * gst/multipart/multipart.c:
15832         * gst/oldcore/gstelements.c:
15833         * gst/rtp/gstrtp.c:
15834         * gst/rtsp/gstrtsp.c:
15835         * gst/smoothwave/gstsmoothwave.c:
15836         * gst/smpte/gstsmpte.c:
15837         * gst/udp/gstudp.c:
15838         * gst/videobox/gstvideobox.c:
15839         * gst/videofilter/gstgamma.c:
15840         * gst/videofilter/gstvideobalance.c:
15841         * gst/videofilter/gstvideoflip.c:
15842         * gst/videofilter/gstvideotemplate.c:
15843         * gst/videomixer/videomixer.c:
15844         * gst/wavenc/gstwavenc.c:
15845         * gst/wavparse/gstwavparse.c:
15846         * sys/oss/gstossaudio.c:
15847         * sys/osxaudio/gstosxaudio.c:
15848           update GST_PLUGIN_DEFINE
15849         * gst/rtp/Makefile.am:
15850         * gst/rtp/gstasteriskh263.c:
15851           check for htons/htonl headers and possibly link to winsock2 lib
15852
15853 2005-11-12  Edward Hervey  <edward@fluendo.com>
15854
15855         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
15856         Only GST_DEBUG() information on the valid components.
15857
15858 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15859
15860         * configure.ac: back to HEAD
15861
15862 === release 0.9.5 ===
15863
15864 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
15865
15866         * configure.ac:
15867           releasing 0.9.5, "Phone Alarm"
15868
15869 2005-11-11  Edward Hervey  <edward@fluendo.com>
15870
15871         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15872         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
15873         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
15874         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
15875         (gst_avi_demux_loop):
15876         * gst/avi/gstavidemux.h:
15877         Yeah, implement proper seeking. Exact seeking and segment seeking.
15878         Still need to do some checks for segment_stop.
15879
15880 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
15881
15882         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15883
15884         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
15885           Don't try to ready buffer duration from buffer that we don't
15886           own any  longer and that might already have been unreffed.
15887           (#321136)
15888
15889 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
15890
15891         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
15892         (flx_decode_delta_flc), (gst_flxdec_chain):
15893         Attempting to optimize the code for embedded systems.
15894
15895 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
15896
15897         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15898
15899         * sys/oss/gstosssink.c: (gst_oss_sink_close):
15900           Don't re-use already closed file descriptor. (#320920)
15901
15902 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15903
15904         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
15905         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
15906         (gst_oss_sink_prepare):
15907         * sys/oss/gstosssink.h:
15908           Cache probed caps; fix debug output for SET_PARAM macros.
15909
15910 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15911
15912         * ext/cairo/Makefile.am:
15913         * ext/cairo/gstcairo.c: (plugin_init):
15914         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
15915         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
15916         (gst_text_overlay_init), (gst_text_overlay_font_init),
15917         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
15918         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
15919         (gst_text_overlay_text_pad_linked),
15920         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
15921         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
15922         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
15923         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
15924         (gst_text_overlay_change_state):
15925         * ext/cairo/gsttextoverlay.h:
15926           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
15927           property and redo positioning. Doesn't handle upstream renegotiation
15928           yet though.
15929
15930 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15931
15932         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
15933         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
15934         (gst_avi_demux_loop):
15935           No need to take the STREAM_LOCK in the loop function. Improve
15936           some debug messages. Don't leak pad names in debug messages.
15937
15938 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15939
15940         * gst/matroska/matroska-demux.c:
15941         (gst_matroska_demux_push_vorbis_codec_priv_data),
15942         (gst_matroska_demux_add_wvpk_header):
15943           Don't error out when the source pad isn't linked.
15944
15945 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
15946
15947         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
15948         (gst_gconf_audio_sink_change_state):
15949         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
15950         (gst_gconf_video_sink_change_state):
15951           Fix state change functions here as well and set kid
15952           to NULL state before removing it.
15953
15954 2005-11-01  Edward Hervey  <edward@fluendo.com>
15955
15956         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
15957         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
15958         Added proper event handlind, 
15959         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
15960         ignored),
15961         and don't set a duration of 0 for buffers otherwise they are discarded
15962         by GstBaseSink.
15963
15964         GstWavEnc needs some serious loving, after going through the code I'm
15965         really wondering how this can stay in -good ...
15966
15967 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15968
15969         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
15970         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
15971         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
15972         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
15973         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
15974         (gst_matroska_mux_collected):
15975           Fix leaks and invalid memory access as reported by valgrind
15976
15977 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15978
15979         Patch by: Michal Benes <michal.benes@xeris.cz>
15980
15981         * check/Makefile.am:
15982         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
15983         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
15984         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15985           add a unit test for matroskamux
15986           fix the bugs that the unit test exposed
15987
15988 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
15989
15990         * gst/autodetect/gstautoaudiosink.c:
15991         (gst_auto_audio_sink_class_init),
15992         (gst_auto_audio_sink_change_state):
15993         * gst/autodetect/gstautovideosink.c:
15994         (gst_auto_video_sink_class_init),
15995         (gst_auto_video_sink_change_state):
15996           Fix state change function and use GST_DEBUG_FUNCPTR in
15997           class_init.
15998
15999 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
16000
16001         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16002
16003         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
16004         (gst_ebml_write_reset), (gst_ebml_write_element_new):
16005         * gst/matroska/ebml-write.h:
16006         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
16007           Set timestamps on outgoing ebml headers as well, so that the
16008           element after matroskamux can get the timestamp already when
16009           reading the first ebml element and doesn't have to wait for
16010           the actual data buffer for that (#320308).
16011           
16012 2005-10-31  Andy Wingo  <wingo@pobox.com>
16013
16014         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
16015         (gst_videomixer_pad_link): Kill some memleaks.
16016         (gst_videomixer_pad_get_property): Style fix.
16017         (gst_videomixer_pad_set_property): Style fix.
16018         (gst_videomixer_pad_init): Style fix.
16019         (gst_videomixer_update_queues): Kill memleak.
16020         (gst_videomixer_loop): Kill memleak.
16021         (gst_videomixer_collected): Kill memleak.
16022
16023 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
16024
16025         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
16026         gst_auparse_change_state:
16027         Just some cleanup.
16028
16029 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
16030
16031         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
16032         Add checks to GST_FLOW_NOT_LINKED for values returned
16033         from gst_pad_push.
16034         
16035 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
16036
16037         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
16038         (gst_rtpg711dec_process):
16039         * gst/rtp/gstrtpgsmenc.c:
16040         Payloader now sets some default caps on the srcpad if caps on the sinkpad
16041         are never set. This is important for the g711 to work with burger's rtpbin
16042         element.
16043
16044 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
16045
16046         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
16047         (gst_speexenc_push_buffer):
16048         Add checks for return values from gst_pad_push and
16049         gst_pad_alloc_buffer.
16050
16051 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
16052
16053         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16054
16055         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
16056         (gst_matroska_demux_parse_info),
16057         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
16058         (gst_matroska_demux_parse_cluster):
16059         * gst/matroska/matroska-ids.h:
16060         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
16061         (gst_matroska_mux_init), (gst_matroska_mux_start),
16062         (gst_matroska_mux_create_buffer_header),
16063         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
16064         (gst_matroska_mux_get_property):
16065         * gst/matroska/matroska-mux.h:
16066           Add SimpleBlock support to matroska demuxer and muxer (part of
16067           Matroska v2). (#319731)
16068
16069 2005-10-28  Wim Taymans  <wim@fluendo.com>
16070
16071         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
16072         (gst_jpeg_dec_change_state):
16073         * ext/jpeg/gstjpegdec.h:
16074         Cleanups. Don't create caps for every chain.
16075
16076 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
16077
16078         * gst/law/alaw-encode.c: (gst_alawenc_init),
16079         (alawenc_setcaps), (gst_alawenc_chain)
16080         * gst/law/alaw-encode.h:
16081         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
16082         (mulawenc_setcaps), (gst_mulawenc_chain)
16083         * gst/law/mulaw-encode.h:
16084         Set timestamp on buffer and it allows RTP G711 elements
16085         work properly.
16086
16087 2005-10-27  Wim Taymans  <wim@fluendo.com>
16088
16089         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
16090         Set correct format on oss instead of a silly value. 
16091
16092 2005-10-27  Julien MOUTTE  <julien@moutte.net>
16093
16094         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
16095         (gst_video_box_transform_caps), (gst_video_box_set_caps),
16096         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
16097         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
16098         I420 rendering as well, doesn't bring much for my platform.
16099         Might help on some other platforms.
16100
16101 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
16102
16103         * gst/rtp/gstrtpgsmenc.c:
16104         * gst/rtp/gstrtpgsmparse.c:
16105         Declaring the padtemplate correctly.
16106
16107 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
16108
16109         * gst/rtp/gstrtpg711dec.c:
16110         * gst/rtp/gstrtpg711enc.c:
16111         * gst/rtp/gstrtpgsmenc.c:
16112         * gst/rtp/gstrtpgsmparse.c:
16113         Setting the proper copyright notice.
16114
16115 2005-10-26  Julien MOUTTE  <julien@moutte.net>
16116
16117         * gst/videobox/Makefile.am: Use liboil.
16118         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
16119         (gst_video_box_set_property), (gst_video_box_transform_caps),
16120         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
16121         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
16122         using liboil. Will dot the same to I420 border generation
16123         tomorrow.
16124
16125 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
16126
16127         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
16128         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
16129         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
16130         * gst/rtp/gstrtpg711dec.h:
16131         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
16132         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
16133         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
16134         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
16135         (gst_rtpgsmenc_handle_buffer):
16136         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
16137         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
16138         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
16139         * gst/rtp/gstrtpgsmparse.h:
16140         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
16141         inherits from the basertpdepayloader.
16142
16143 2005-10-26  Julien MOUTTE  <julien@moutte.net>
16144
16145         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
16146         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
16147         (gst_video_box_ayuv): Removing this forgotten debug.
16148
16149 2005-10-26  Julien MOUTTE  <julien@moutte.net>
16150
16151         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
16152         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
16153         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
16154
16155 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
16156
16157         * sys/oss/gstossaudio.c:
16158         * sys/oss/gstossdmabuffer.c:
16159         * sys/oss/gstosshelper.c:
16160         * sys/oss/gstossmixer.c:
16161         * sys/oss/gstossmixerelement.c:
16162         * sys/oss/gstossmixertrack.c:
16163         * sys/oss/gstosssink.c:
16164         * sys/oss/gstosssrc.c:
16165           Actually use the 'oss' debug category we register.
16166
16167 2005-10-26  Julien MOUTTE  <julien@moutte.net>
16168
16169         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
16170         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
16171         Use gst_pad_get_parent and drop the ref that was added through
16172         that call.
16173
16174 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16175
16176         * gst/rtp/gstrtpgsmenc.c:
16177           Fix compilation
16178
16179 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
16180
16181         * gst/rtp/gstrtpg711dec.c
16182         Just removed a couple of lines of weird code used during
16183         development/test time.
16184
16185 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
16186
16187         * gst/rtp/Makefile.am
16188         * gst/rtp/gstrtp.c
16189         * gst/rtp/gstrtpg711enc.c
16190         * gst/rtp/gstrtpg711enc.h
16191         * gst/rtp/gstrtpg711dec.c
16192         * gst/rtp/gstrtpg711dec.h
16193         Created G711 payloader and depayloader (it supports mulaw and alaw
16194         (dec)encoders)
16195
16196 2005-10-25  Julien MOUTTE  <julien@moutte.net>
16197
16198         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
16199         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
16200         Doh ! I introduced wingo's bug again ! Sorry...
16201
16202 2005-10-25  Christian Schaller <christian@fluendo.com> 
16203
16204         * gst/rtp/Makefile.am: add missing header files for disting
16205
16206 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
16207
16208         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
16209         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
16210         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
16211         (gst_rtpgsmenc_handle_buffer):
16212         * gst/rtp/gstrtpgsmenc.h:
16213         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
16214         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
16215         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
16216         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
16217         * gst/rtp/gstrtpgsmparse.h:
16218         Getting the GSM (de)payloader working and compatible with our plans for RTP.
16219
16220 2005-10-25  Julien MOUTTE  <julien@moutte.net>
16221
16222         * ext/libpng/gstpngdec.c: (user_info_callback),
16223         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
16224         a newsegment event, move some redundant code in a single place.
16225
16226 2005-10-25  Julien MOUTTE  <julien@moutte.net>
16227
16228         * ext/libpng/gstpngdec.c: (user_info_callback),
16229         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
16230         hack to get correct colors order when we have a png image with
16231         alpha channel.
16232
16233 2005-10-24  Edward Hervey  <edward@fluendo.com>
16234
16235         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
16236         Call gst_element_no_more_pads when there will be no more pads.
16237
16238 2005-10-24  Wim Taymans  <wim@fluendo.com>
16239
16240         * gst/rtp/Makefile.am:
16241         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
16242         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
16243         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
16244         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
16245         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
16246         (gst_asteriskh263_plugin_init):
16247         * gst/rtp/gstasteriskh263.h:
16248         * gst/rtp/gstrtp.c: (plugin_init):
16249         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
16250         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
16251         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
16252         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
16253         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
16254         (gst_rtph263enc_plugin_init):
16255         * gst/rtp/gstrtph263enc.h:
16256         Added two new payloaders, an RFC 2190 payloader for h263 and
16257         a payload convertor for an asterisk server.
16258
16259 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
16260
16261         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
16262           Set bytes_per_sample correctly (is not always 4, but 
16263           depends on width and number of channels).
16264
16265 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
16266
16267         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
16268         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
16269         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
16270         (gst_flacenc_sink_event), (gst_flacenc_chain),
16271         (gst_flacenc_set_property), (gst_flacenc_get_property),
16272         (gst_flacenc_change_state):
16273         * ext/flac/gstflacenc.h:
16274           Fix seeking, so that flacenc can rewrite the header with the
16275           correct duration and amount of samples and all that at EOS;
16276           also set timestamps and granulepos on outgoing buffers; add
16277           debug category; fix state change function.
16278           
16279 2005-10-24  Julien MOUTTE  <julien@moutte.net>
16280
16281         * gst/videomixer/videomixer.c: Don't restrict video geometry
16282         from 16 to 4096.
16283
16284 2005-10-24  Julien MOUTTE  <julien@moutte.net>
16285
16286         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
16287         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
16288         Fix caps negotiation correctly, add debugging category.
16289
16290 2005-10-24  Christian Schaller  <christian@fluendo.com>
16291
16292         * configure.ac: Port over Thomas's change from base listing all plugins
16293
16294 2005-10-24  Julien MOUTTE  <julien@moutte.net>
16295
16296         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
16297         a sink pad.
16298
16299 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16300
16301         * configure.ac:
16302         * docs/upload.mak:
16303           back to HEAD
16304
16305 === release 0.9.4 ===
16306
16307 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16308
16309         * configure.ac:
16310           Releasing 0.9.4, "Dromiceiomimus"
16311
16312 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
16313
16314         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
16315         (gst_speexenc_src_query):
16316           Add position and duration query, fix query type function.
16317           
16318         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16319         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
16320           Let's not set non-fixed caps on source pads.
16321
16322 2005-10-21  Wim Taymans  <wim@fluendo.com>
16323
16324         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
16325         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
16326         (gst_avi_demux_handle_seek):
16327         Set correct stream_time in newsegment event.
16328         avi can also handle a duration query now.
16329
16330 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
16331
16332         * gst/matroska/matroska-demux.c:
16333         (gst_matroska_demux_handle_src_query),
16334         (gst_matroska_demux_handle_seek_event),
16335         (gst_matroska_demux_loop_stream_parse_id):
16336           Fix duration query; fix basetime in newsegment event after
16337           seek; fix duration in initial newsegment event.
16338
16339         * gst/matroska/matroska-mux.c:
16340         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
16341           Extract number of channels and samplerate from vorbis headers;
16342           add some debug messages when querying the durations of the
16343           input streams.
16344
16345 2005-10-20  Wim Taymans  <wim@fluendo.com>
16346
16347         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
16348         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
16349         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
16350         Set stream time correctly in newsegment.
16351
16352 2005-10-20  Wim Taymans  <wim@fluendo.com>
16353
16354         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
16355         Correctly fill in the stream time.
16356
16357 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16358
16359         * check/elements/level.c: (GST_START_TEST):
16360         * gst/level/gstlevel.c: (gst_level_message_new):
16361         * gst/level/level-example.c: (message_handler):
16362           use ELEMENT messages instead
16363
16364 2005-10-19  Wim Taymans  <wim@fluendo.com>
16365
16366         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
16367         (gst_dvdemux_src_query):
16368         * ext/flac/gstflacdec.c: (gst_flacdec_length),
16369         (gst_flacdec_src_query):
16370         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
16371         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
16372         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
16373         * gst/debug/gstnavseek.c: (gst_navseek_seek):
16374         * gst/debug/progressreport.c: (gst_progress_report_report):
16375         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
16376         * gst/matroska/matroska-demux.c:
16377         (gst_matroska_demux_handle_src_query):
16378         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
16379         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
16380         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
16381         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
16382         (gst_wavparse_srcpad_event):
16383         API change fix.
16384
16385 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
16386
16387         * gst/goom/filters.c:
16388         * gst/goom/graphic.h:
16389         * gst/goom/lines.c:
16390           Make inline functions either 'static inline' or 'extern inline',
16391           otherwise the Forte compiler apparently won't inline them (#317300).
16392
16393 2005-10-19  Julien MOUTTE  <julien@moutte.net>
16394
16395         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
16396         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
16397         (user_info_callback), (user_endrow_callback), (user_end_callback),
16398         (user_read_data), (gst_pngdec_caps_create_and_set),
16399         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
16400         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
16401         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
16402         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
16403         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
16404         very nice and handle push/pull based model. if you have filesrc
16405         connected to it, it will do random access to load the png file.
16406         If you have a network source that can't do _getrange, it does 
16407         progressive loading through the chain function.
16408         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
16409         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
16410         thanks to Master Wim Taymans ;-)
16411
16412 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
16413
16414         * gst/matroska/Makefile.am:
16415         * gst/matroska/ebml-read.c:
16416         * gst/matroska/ebml-read.h:
16417         * gst/matroska/matroska-demux.c:
16418         * gst/matroska/matroska-demux.h:
16419         * gst/matroska/matroska.c: (plugin_init):
16420           Ported matroska demuxer to 0.9.
16421
16422 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
16423
16424         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16425
16426         * gst/matroska/matroska-mux.c:
16427         (gst_matroska_mux_video_pad_setcaps),
16428         (gst_matroska_mux_audio_pad_setcaps):
16429           Fix mpeg4 input handling (#318847); also, while we're at it,
16430           fix media type for Motion-JPEG: should be image/jpeg.
16431
16432 2005-10-18  Wim Taymans  <wim@fluendo.com>
16433
16434         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
16435         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
16436         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
16437         Fix for segment-start/stop API change.
16438
16439 2005-10-17  Julien MOUTTE  <julien@moutte.net>
16440
16441         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
16442         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
16443         way.
16444
16445 2005-10-17  Julien MOUTTE  <julien@moutte.net>
16446
16447         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
16448         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
16449         output declared in transform_caps.
16450
16451 2005-10-17  Julien MOUTTE  <julien@moutte.net>
16452
16453         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
16454
16455 2005-10-17  Julien MOUTTE  <julien@moutte.net>
16456
16457         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
16458         (gst_video_box_get_unit_size): Fix wrong size calculations and
16459         implement get_unit_size correctly.
16460
16461 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
16462
16463         * configure.ac:
16464           Enable flx plugin.
16465
16466         * gst/flx/gstflxdec.c: (flx_decode_chunks):
16467           Fix gcc4 signedness issue.
16468
16469 2005-10-17  Julien MOUTTE  <julien@moutte.net>
16470
16471         * configure.ac: Adding videomixer.
16472         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
16473         (user_read_data), (gst_pngdec_chain): More debugging.
16474         * gst/alpha/Makefile.am: Adding alphacolor
16475         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
16476         (gst_alpha_color_class_init), (gst_alpha_color_init),
16477         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
16478         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
16479         (plugin_init): Ported to 0.9 using in place base tranform.
16480         * gst/videomixer/Makefile.am:
16481         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
16482         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
16483         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
16484         (gst_videomixer_pad_init), (gst_videomixer_class_init),
16485         (gst_videomixer_init), (gst_videomixer_getcaps),
16486         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
16487         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
16488         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
16489         to 0.9 using collectpads.
16490
16491 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
16492
16493         * configure.ac:
16494         * gst/flx/Makefile.am:
16495         * gst/flx/gstflxdec.c: (gst_flxdec_init),
16496         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
16497         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
16498         * gst/flx/gstflxdec.h:
16499         flx plugin ported to 0.9
16500
16501 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16502
16503         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
16504           use new gst_version_string()
16505
16506 2005-10-16  Andy Wingo  <wingo@pobox.com>
16507
16508         * configure.ac: GLIB_CHECK.
16509
16510 2005-10-15  Julien MOUTTE  <julien@moutte.net>
16511
16512         * ext/libpng/Makefile.am:
16513         * ext/libpng/gstpng.c: (plugin_init):
16514         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
16515         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
16516         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
16517
16518 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
16519
16520         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16521
16522         * configure.ac:
16523         * gst/matroska/Makefile.am:
16524         * gst/matroska/ebml-ids.h:
16525         * gst/matroska/ebml-write.c:
16526         * gst/matroska/ebml-write.h:
16527         * gst/matroska/matroska-ids.h:
16528         * gst/matroska/matroska-mux.c:
16529         * gst/matroska/matroska-mux.h:
16530         * gst/matroska/matroska.c: (plugin_init):
16531           Port matroska muxer to 0.9 (#318847).
16532
16533 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
16534
16535         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
16536         (comment_init), (comment_add):
16537           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
16538           use GST_READ_UINT32_LE() and friends rather than the private
16539           implementation of those same macros.
16540
16541 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
16542
16543         * examples/stats/mp2ogg.c:
16544           more typo fixes
16545
16546 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
16547
16548         * examples/indexing/indexmpeg.c: (main):
16549         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
16550         (gst_esdmon_close_audio), (gst_esdmon_change_state):
16551         * ext/esd/esdmon.h:
16552         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
16553         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
16554         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
16555         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
16556         * gst/avi/gstavimux.c: (gst_avimux_init):
16557         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
16558         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
16559         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
16560         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
16561         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
16562         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
16563         * gst/oldcore/gstmultifilesrc.h:
16564         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
16565         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
16566         (gst_pipefilter_change_state):
16567         * gst/oldcore/gstpipefilter.h:
16568         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
16569         * gst/videomixer/videomixer.c: (gst_videomixer_init):
16570         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
16571         * sys/osxaudio/gstosxaudiosink.h:
16572         * sys/osxaudio/gstosxaudiosrc.h:
16573           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
16574           moved bitshift from macro to enum definition
16575
16576 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16577
16578         * ext/Makefile.am:
16579         * ext/cairo/Makefile.am:
16580         * ext/cairo/gstcairo.c: (plugin_init):
16581         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
16582         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
16583         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
16584         * ext/cairo/gsttimeoverlay.h:
16585           update of cairo-based timeoverlay to 1.0 Cairo API
16586           doesn't work yet for resizing of output sink
16587
16588 2005-10-11  Wim Taymans  <wim@fluendo.com>
16589
16590         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
16591         newsegment API fix.
16592
16593 2005-10-11  Wim Taymans  <wim@fluendo.com>
16594
16595         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
16596         (gst_dvdemux_demux_frame):
16597         * ext/flac/gstflacdec.c: (gst_flacdec_write):
16598         * gst/auparse/gstauparse.c: (gst_auparse_chain):
16599         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
16600         (gst_avi_demux_handle_seek):
16601         * gst/goom/gstgoom.c: (gst_goom_event):
16602         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
16603         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
16604         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
16605         (gst_wavparse_loop), (gst_wavparse_pad_convert),
16606         (gst_wavparse_srcpad_event):
16607         newsegment API update.
16608
16609 2005-10-11  Andy Wingo  <wingo@pobox.com>
16610
16611         * ext/speex/gstspeexenc.c: Signedness cleanups.
16612
16613 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
16614
16615         * PORTED_09:
16616         * ext/speex/Makefile.am:
16617         * ext/speex/gstspeex.c:
16618         * ext/speex/gstspeexenc.c:
16619         Speexenc ported to 0.9
16620
16621 2005-10-10  Wim Taymans  <wim@fluendo.com>
16622
16623         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
16624         (gst_oss_sink_init), (gst_oss_sink_set_property),
16625         (gst_oss_sink_get_property), (gst_oss_sink_open),
16626         (gst_oss_sink_prepare), (gst_oss_sink_reset):
16627         * sys/oss/gstosssink.h:
16628         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
16629         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
16630         (gst_oss_src_prepare):
16631         Cleanups, make device configurable in the sink, handle and report
16632         errors.
16633
16634 2005-10-10  Wim Taymans  <wim@fluendo.com>
16635
16636         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
16637         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
16638         Make sure element is NULL before removing from the bin.
16639
16640 2005-10-07  Andy Wingo  <wingo@pobox.com>
16641
16642         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
16643         block forever in a read().
16644         (gst_dv1394src_bus_reset): Post a message when the cable is
16645         unplugged.
16646         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
16647         (gst_dv1394src_bus_reset): Don't unref the message.
16648
16649         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
16650         hacking. The only change should be that the state change stuff was
16651         put into basesrc's start() and stop() routines, which coalesces
16652         some steps.
16653
16654 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
16655
16656         * configure.ac:
16657           Add check for mmap
16658           
16659         * gst/debug/Makefile.am:
16660           Only compile efence plugin on systems that have mmap.
16661
16662 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
16663
16664         * gst/debug/Makefile.am:
16665         * gst/debug/breakmydata.c:
16666         * gst/debug/gstdebug.c:
16667         * gst/debug/gstnavigationtest.c:
16668         * gst/debug/gstnavseek.c: 
16669         * gst/debug/gstnavseek.h:
16670         * gst/debug/progressreport.c: 
16671         * gst/debug/testplugin.c:
16672           Port progressreport, navseek, navigationtest, testsink and
16673           breakmydata.
16674
16675 2005-10-05  Edward Hervey  <edward@fluendo.com>
16676
16677         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
16678         (gst_dvdemux_src_query):
16679         Fixes for better conversion
16680
16681 2005-10-04  Michael Smith <msmith@fluendo.com>
16682
16683         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
16684         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
16685         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
16686         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
16687           Set state of elements to NULL before removing from bins.
16688           Set state of test element to NULL if we failed to move it to READY
16689
16690 2005-10-04  Edward Hervey  <edward@fluendo.com>
16691
16692         * ext/dv/Makefile.am:
16693         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
16694         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
16695         Corrected the query function for position so it doesn't forget what
16696         format was asked, and calls the conversion functions on the correct pad.
16697
16698 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16699
16700         * configure.ac:
16701           back to development
16702
16703 === release 0.9.3 ===
16704
16705 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16706
16707         * configure.ac:
16708           Releasing 0.9.3, "Aramis"
16709
16710 2005-10-03  Andy Wingo  <wingo@pobox.com>
16711
16712         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
16713         error returns.
16714
16715 2005-10-02  Andy Wingo  <wingo@pobox.com>
16716
16717         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
16718
16719         * ext/flac/gstflacenc.c: Ported to 0.9.
16720
16721         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
16722
16723         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
16724         and link to gsttagedit. Enable flacenc.
16725
16726         * ext/flac/gstflacdec.c: Re-enable tag reading.
16727
16728 2005-09-30  Wim Taymans  <wim@fluendo.com>
16729
16730         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
16731         * gst/rtp/gstrtpgsmparse.c:
16732         * gst/rtp/gstrtph263penc.c:
16733         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16734         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
16735         (gst_rtpmp4venc_set_property):
16736         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
16737         Various class and caps fixes from Andre Magalhaes (andrunko)
16738
16739 2005-09-29  Wim Taymans  <wim@fluendo.com>
16740
16741         * gst/level/level-example.c: (main):
16742         Update for new bus API.
16743
16744 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
16745
16746         * configure.ac:
16747           Fix unexpanded autoconf macro GST_DOC, which has been renamed
16748           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
16749
16750 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
16751
16752         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
16753           Fix playback of mono streams (bytes_per_sample should be set
16754           from the sample width and the number of channels negotiated,
16755           and not just be set to 4) (#317338)
16756
16757 2005-09-26  Wim Taymans  <wim@fluendo.com>
16758
16759         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
16760         (gst_rtpmpaenc_handle_buffer):
16761         Set buffer duration correctly.
16762
16763 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
16764
16765         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
16766         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
16767         (gst_avi_demux_change_state):
16768           Don't crash when encountering a stream with an unknown fourcc or
16769           codec id. Instead, create a pad of type video/x-avi-unknown or
16770           audio/x-avi-unknown, which as a side-effect also results in less
16771           confusing error messages in players ('no decoder' vs. 'no streams');
16772           minor fixes to state change function and class_init function.
16773
16774 2005-09-24  Wim Taymans  <wim@fluendo.com>
16775
16776         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
16777         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
16778         These are sinks.
16779
16780 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16781
16782         * check/elements/level.c: (GST_START_TEST):
16783           fix test for new GstClockTime use
16784         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
16785         (gst_level_transform_ip):
16786         * gst/level/gstlevel.h:
16787           fix up the decay peak, ensuring the decay peak is never lower
16788           than the peak for that interval
16789
16790 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16791
16792         * docs/plugins/gst-plugins-good-plugins.args:
16793         * docs/plugins/inspect/plugin-alpha.xml:
16794         * docs/plugins/inspect/plugin-rtp.xml:
16795         * gst/level/gstlevel.c: (gst_level_set_caps),
16796         (gst_level_transform_ip):
16797           updating docs
16798
16799 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16800
16801         * Makefile.am:
16802         * check/elements/level.c: (GST_START_TEST):
16803         * gst/level/Makefile.am:
16804         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
16805         (gst_level_set_property), (gst_level_get_property),
16806         (gst_level_set_caps), (gst_level_message_new),
16807         (gst_level_transform_ip):
16808         * gst/level/gstlevel.h:
16809         * gst/level/level-example.c: (message_handler), (main):
16810           convert to using GstClockTime for all time values, finally.
16811
16812 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16813
16814         * gst/auparse/Makefile.am:
16815         * gst/auparse/gstauparse.c: (gst_auparse_chain):
16816           fix up build
16817         * configure.ac:
16818         * ext/cairo/Makefile.am:
16819         * ext/dv/Makefile.am:
16820         * ext/esd/Makefile.am:
16821         * ext/flac/Makefile.am:
16822         * ext/gconf/Makefile.am:
16823         * ext/gdk_pixbuf/Makefile.am:
16824         * ext/jpeg/Makefile.am:
16825         * ext/ladspa/Makefile.am:
16826         * ext/libcaca/Makefile.am:
16827         * ext/libmng/Makefile.am:
16828         * ext/libpng/Makefile.am:
16829         * ext/mikmod/Makefile.am:
16830         * ext/pango/Makefile.am:
16831         * ext/raw1394/Makefile.am:
16832         * ext/shout2/Makefile.am:
16833         * ext/speex/Makefile.am:
16834         * gst/alpha/Makefile.am:
16835         * gst/autodetect/Makefile.am:
16836         * gst/avi/Makefile.am:
16837         * gst/cutter/Makefile.am:
16838         * gst/debug/Makefile.am:
16839         * gst/effectv/Makefile.am:
16840         * gst/flx/Makefile.am:
16841         * gst/goom/Makefile.am:
16842         * gst/interleave/Makefile.am:
16843         * gst/law/Makefile.am:
16844         * gst/matroska/Makefile.am:
16845         * gst/median/Makefile.am:
16846         * gst/monoscope/Makefile.am:
16847         * gst/multipart/Makefile.am:
16848         * gst/oldcore/Makefile.am:
16849         * gst/rtp/Makefile.am:
16850         * gst/rtsp/Makefile.am:
16851         * gst/smoothwave/Makefile.am:
16852         * gst/smpte/Makefile.am:
16853         * gst/videobox/Makefile.am:
16854         * gst/videofilter/Makefile.am:
16855         * gst/videomixer/Makefile.am:
16856         * gst/wavenc/Makefile.am:
16857         * gst/wavparse/Makefile.am:
16858         * sys/oss/Makefile.am:
16859         * sys/osxaudio/Makefile.am:
16860         * sys/osxvideo/Makefile.am:
16861           fix up GST_LIBS use
16862
16863 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16864
16865         * gst/auparse/Makefile.am:
16866         * gst/auparse/gstauparse.c: (gst_auparse_chain):
16867           fix build of auparse
16868
16869 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
16870
16871         * configure.ac:
16872         * PORTED_09:
16873         * gst/auparse/gstauparse.c:
16874         * gst/auparse/gstauparse.h:
16875         Auparse ported to 0.9.
16876
16877 2005-09-22  Wim Taymans  <wim@fluendo.com>
16878
16879         * gst/rtp/TODO:
16880         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
16881         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16882         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
16883         (gst_rtpmp4venc_set_property):
16884         * gst/rtp/gstrtpmp4venc.h:
16885         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
16886         * gst/rtp/gstrtpmpaenc.h:
16887         Use is_filled to both check MTU and max-ptime of base class.
16888
16889 2005-09-22  Wim Taymans  <wim@fluendo.com>
16890
16891         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16892         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
16893         (gst_rtpmp4venc_set_property):
16894         Don't fragment packets with multiple frames.
16895
16896 2005-09-22  Wim Taymans  <wim@fluendo.com>
16897
16898         * gst/rtp/TODO:
16899         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
16900         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16901         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
16902         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
16903         (gst_rtpmp4venc_get_property):
16904         * gst/rtp/gstrtpmp4venc.h:
16905         Remove g_print.
16906         Update TODO
16907         Make payload encoder a bit smarter and more correct with
16908         timestamps.
16909         Added option in payloader to include config string in-band.
16910
16911 2005-09-21  Wim Taymans  <wim@fluendo.com>
16912
16913         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
16914         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
16915         (gst_rtspsrc_send):
16916         Strip spaces for key/value pairs.
16917
16918 2005-09-21  Wim Taymans  <wim@fluendo.com>
16919
16920         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
16921         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
16922         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
16923         (gst_rtspsrc_change_state):
16924         More SDP parsing and caps setting.
16925         Do NO_PREROLL differently.
16926         add pads only after negotiated.
16927
16928         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
16929         (gst_udpsrc_getcaps):
16930         Implement the getcaps function.
16931
16932 2005-09-21  Wim Taymans  <wim@fluendo.com>
16933
16934         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
16935         (gst_rtpamrdec_chain):
16936         Handle multiple AMr packets per payload. Handle CRC and
16937         parse ILL/ILP.
16938
16939         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
16940         Make caps params strings for easy SDP mapping.
16941         
16942         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
16943         Handle capsnego better.
16944
16945         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
16946         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
16947         Generate and parse config string in the caps.
16948
16949 2005-09-21  Wim Taymans  <wim@fluendo.com>
16950
16951         * gst/rtp/README:
16952         Update README
16953
16954         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
16955         Make extra params as strings.
16956
16957         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
16958         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
16959         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
16960         Make state change return NO_PREROLL as this is a live
16961         source.
16962
16963         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
16964         Don't unref old caps when NULL.
16965
16966 2005-09-20  Wim Taymans  <wim@fluendo.com>
16967
16968         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
16969         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
16970         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
16971         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
16972         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
16973         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
16974         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
16975         * gst/rtsp/sdpmessage.h:
16976         Add URI handler.
16977         Parse SDP and create caps.
16978
16979 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
16980
16981         * gst/alpha/gstalpha.c:
16982           fix element description
16983
16984 2005-09-19  Wim Taymans  <wim@fluendo.com>
16985
16986         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
16987         Don't check payload for now.
16988
16989 2005-09-19  Wim Taymans  <wim@fluendo.com>
16990
16991         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
16992         (gst_wavparse_init), (gst_wavparse_parse_file_header),
16993         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
16994         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
16995         (gst_wavparse_loop), (gst_wavparse_pad_convert),
16996         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
16997         (gst_wavparse_change_state):
16998         * gst/wavparse/gstwavparse.h:
16999         Fix wavparse some more.
17000
17001 2005-09-19  Wim Taymans  <wim@fluendo.com>
17002
17003         * check/elements/level.c: (GST_START_TEST):
17004         Fix for bus API change.
17005
17006 2005-09-19  Wim Taymans  <wim@fluendo.com>
17007
17008         * gst/level/level-example.c: (main):
17009         Fix for new bus API.
17010
17011         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
17012         Set caps on pads.
17013
17014 2005-09-15  Wim Taymans  <wim@fluendo.com>
17015
17016         * gst/rtp/Makefile.am:
17017         * gst/rtp/README:
17018         * gst/rtp/gstrtp.c: (plugin_init):
17019         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
17020         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
17021         (gst_rtpamrdec_change_state):
17022         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
17023         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
17024         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
17025         * gst/rtp/gstrtpamrenc.h:
17026         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
17027         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
17028         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
17029         * gst/rtp/gstrtpgsmenc.h:
17030         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
17031         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
17032         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
17033         (gst_rtpgsmparse_change_state):
17034         * gst/rtp/gstrtpgsmparse.h:
17035         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
17036         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
17037         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
17038         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
17039         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
17040         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
17041         * gst/rtp/gstrtph263penc.h:
17042         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
17043         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
17044         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
17045         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
17046         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
17047         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
17048         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
17049         * gst/rtp/gstrtpmp4venc.h:
17050         * gst/rtp/gstrtpmpadec.c:
17051         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
17052         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
17053         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
17054         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
17055         * gst/rtp/gstrtpmpaenc.h:
17056         Updates to payloader/depayloaders, make payloaders use
17057         the base classes.
17058         Updated README with suggested RTP caps and how to convert
17059         to/from SDP.
17060         Added config descriptor in mp4v payloader.
17061
17062 2005-09-15  Andy Wingo  <wingo@pobox.com>
17063
17064         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
17065         * gst/autodetect/gstautovideosink.c
17066         (gst_auto_video_sink_find_best): Update for new registry API.
17067
17068 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17069
17070         * common/c-to-xml.py:
17071         * common/gtk-doc-plugins.mak:
17072           a simple py script to generate valid xml from a C example
17073           probably also need to strip an MIT license when we decide
17074         * docs/plugins/Makefile.am:
17075         * gst/level/Makefile.am:
17076         * gst/level/gstlevel.c: (gst_level_init):
17077         * gst/level/level-example.c: (message_handler), (main):
17078           add an example to level that will show up in the docs
17079         * gst/rtp/TODO:
17080           add a note for the future
17081
17082 2005-09-14  Michael Smith <msmith@fluendo.com>
17083
17084         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
17085           Actually define the debug object being used in wavenc. Fixes #316205
17086
17087 2005-09-14  Michael Smith <msmith@fluendo.com>
17088
17089         * gst/smpte/Makefile.am:
17090           Link against GST_BASE_LIBS, to get it linked against libgstbase;
17091           needed to build on windows (bug 316204)
17092
17093 2005-09-12  Andy Wingo  <wingo@pobox.com>
17094
17095         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
17096
17097 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
17098
17099         * configure.ac:
17100         * gst/fdsrc/Makefile.am:
17101         * gst/fdsrc/gstfdsrc.c:
17102         * gst/fdsrc/gstfdsrc.h:
17103           Move fdsrc back into gstreamer core elements.
17104
17105         * gst/level/gstlevel.c: (gst_level_class_init),
17106         (gst_level_transform_ip):
17107         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
17108           Basetransform changes.
17109
17110 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17111
17112         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17113         * ext/jpeg/smokecodec.c: (find_best_size):
17114           fix compiler warnings
17115
17116 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17117
17118         * gst-plugins-good.spec.in:
17119           spec file fixes
17120         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
17121         (gst_multiudpsink_render), (gst_multiudpsink_add),
17122         (gst_multiudpsink_clear):
17123           it actually helps to actually stream if we hook up the
17124           "add" signal to an actual implementation
17125         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
17126           some debugging
17127
17128 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
17129
17130         * ext/jpeg/Makefile.am:
17131         * ext/jpeg/gstjpeg.c
17132         * ext/jpeg/gstjpegenc.c:
17133         * ext/jpeg/gstsmokeenc.c:
17134
17135 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
17136
17137         * ext/flac/gstflacdec.c:
17138         * ext/flac/gstflacenc.c:
17139         * ext/flac/gstflactag.c:
17140         * ext/speex/gstspeexenc.c:
17141           gsttaginterface.h -> gsttagsetter.h
17142
17143 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
17144
17145         * configure.ac:
17146         * gst/debug/Makefile.am:
17147         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
17148         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
17149         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
17150         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
17151         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
17152           Port to 0.9 and re-enable efence plugin.
17153
17154 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
17155
17156         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
17157         (gst_flacdec_write), (gst_flacdec_convert_src):
17158         * ext/flac/gstflacdec.h:
17159           Add support for flac files with 24/32 bits per sample; and misc.
17160           minor clean-ups. Seeking is still partly broken (for me at least).
17161
17162 2005-09-06  Wim Taymans  <wim@fluendo.com>
17163
17164         * gst/rtp/Makefile.am:
17165         * gst/rtp/gstrtp.c: (plugin_init):
17166         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
17167         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
17168         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
17169         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
17170         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
17171         (gst_rtpmp4vdec_plugin_init):
17172         * gst/rtp/gstrtpmp4vdec.h:
17173         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
17174         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
17175         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
17176         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
17177         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
17178         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
17179         * gst/rtp/gstrtpmp4venc.h:
17180         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
17181         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
17182         Added mpeg4 video payload encoder/decoder.
17183         Added some docs in mpa payloader.
17184
17185 === release 0.9.1 ===
17186
17187 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17188
17189         * NEWS:
17190         * README:
17191         * RELEASE:
17192         * autogen.sh:
17193         * configure.ac:
17194           releasing 0.9.1, "Blondie"
17195
17196 2005-09-05  Andy Wingo  <wingo@pobox.com>
17197
17198         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
17199         here from the state change handler, so we fire signals without
17200         holding the state lock.
17201
17202 2005-09-02  Andy Wingo  <wingo@pobox.com>
17203
17204         * All plugins updated for element state changes.
17205
17206 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17207
17208         * Makefile.am:
17209         * check/.cvsignore:
17210         * check/Makefile.am:
17211         * check/elements/.cvsignore:
17212         * check/elements/level.c: (setup_level), (cleanup_level),
17213         (GST_START_TEST), (level_suite), (main):
17214           add a test for level
17215         * common/release.mak:
17216           move the enum checking to release.mak
17217         * configure.ac:
17218           add valgrind and check checking
17219         * gst/level/gstlevel.c: (gst_level_transform):
17220         * gst/level/gstlevel.h:
17221           fix Andy's cast bug
17222           convert a field to int
17223           fix the arithmetic to int when checking for emit so that a
17224           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
17225
17226 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17227
17228         * Makefile.am:
17229         * configure.ac:
17230           add docs to build
17231         * common/plugins.xsl:
17232           wrap Description into a refsect2
17233         * docs/Makefile.am:
17234         * docs/plugins/Makefile.am:
17235         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17236         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17237         * gst/goom/Makefile.am:
17238         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
17239         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
17240         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
17241         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
17242         (gst_goom_change_state):
17243         * gst/goom/gstgoom.h:
17244           GstGOOM -> GstGoom
17245           add an example launch line
17246         * gst/level/gstlevel.h:
17247         * gst/monoscope/gstmonoscope.c:
17248           cleanups
17249
17250 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17251
17252         * configure.ac:
17253         * docs/plugins/Makefile.am:
17254         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17255         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17256         * docs/plugins/gst-plugins-good-plugins.types:
17257           document elements and plugins.  Shazam !
17258
17259 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17260
17261         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
17262           be found under doc/random/ChangeLog-0.8