Move the lpwsinc and bpwsinc elements from gst-plugins-bad into the audiofx plugin...
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
2
3         * docs/plugins/Makefile.am:
4         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6         * docs/plugins/gst-plugins-good-plugins.args:
7         * docs/plugins/inspect/plugin-audiofx.xml:
8         * gst/audiofx/Makefile.am:
9         * gst/audiofx/audiofx.c:
10         * gst/audiofx/audiowsincband.c:
11         * gst/audiofx/audiowsincband.h:
12         * gst/audiofx/audiowsinclimit.c:
13         * gst/audiofx/audiowsinclimit.h:
14         * tests/check/Makefile.am:
15         * tests/check/elements/audiowsincband.c:
16         * tests/check/elements/audiowsinclimit.c:
17
18         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
19         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
20         respectively.
21
22         Fixes: #467666
23
24 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
25
26         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
27         * tests/check/elements/icydemux.c:
28           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
29           caps, and add a somewhat useful debug message. Plus test.
30
31 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
32
33         * gst/rtsp/gstrtspsrc.c:
34         Include unistd.h only if HAVE_UNISTD_H is defined
35         * win32/common/config.h.in:
36         * win32/common/config.h:
37         Define socklen_t as it seems it's not defined in default 
38         Visual Studio headers.
39         * win32/vs6/libgstalpha.dsp:
40         * win32/vs6/libgstapetag.dsp:
41         * win32/vs6/libgstavi.dsp:
42         * win32/vs6/libgstrtp.dsp:
43         * win32/vs6/libgstrtsp.dsp:
44         * win32/vs6/libgstvideomixer.dsp:
45         Update project file dependencies and add new source files       
46
47 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
48
49         Patch by: Bjarne Rosengren <bjarne at axis dot com>
50
51         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
52         Don't leak buffers when we don't push them downstream.
53         Fixes bug #514965.
54
55 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
56
57         * configure.ac:
58           Bump requirements to (good) released versions to avoid
59           confusion and make implicit core requirement explicit.
60
61 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
62
63         * docs/plugins/Makefile.am:
64         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
65         * docs/plugins/gst-plugins-good-plugins-sections.txt:
66         * docs/plugins/gst-plugins-good-plugins.args:
67         * docs/plugins/inspect/plugin-audiofx.xml:
68         * gst/audiofx/Makefile.am:
69         * gst/audiofx/audiochebband.c:
70         * gst/audiofx/audiochebband.h:
71         * gst/audiofx/audiocheblimit.c:
72         * gst/audiofx/audiocheblimit.h:
73         * gst/audiofx/audiochebyshevfreqband.c:
74         * gst/audiofx/audiochebyshevfreqband.h:
75         * gst/audiofx/audiochebyshevfreqlimit.c:
76         * gst/audiofx/audiochebyshevfreqlimit.h:
77         * gst/audiofx/audiofx.c:
78         * tests/check/Makefile.am:
79         * tests/check/elements/.cvsignore:
80         * tests/check/elements/audiochebband.c:
81         * tests/check/elements/audiocheblimit.c:
82         * tests/check/elements/audiochebyshevfreqband.c:
83         * tests/check/elements/audiochebyshevfreqlimit.c:
84
85         Rename audiochebyshevfreqband -> audiochebband and
86         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
87         surgery.
88
89         Closes: #491811
90
91 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
92
93         Patch by: orjan <orjanf at axis dot com>
94
95         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
96         Fix caps memory leak. Fixes #514573.
97
98 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
99
100         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
101         If there's no entries in the subindex, don't try to do anything stupid,
102         just return.
103
104 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
105
106         Patch by: John Millikin <jmillikin at gmail dot com>
107
108         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
109           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
110           Fix extraction of picture blocks with newer libflac versions again:
111           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
112
113 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
114
115         * tests/check/Makefile.am:
116           Add rtp-payloading test to VALGRIND_TO_FIX.
117
118         * tests/check/elements/rtp-payloading.c:
119           Add semicolons after GST_TEST_END so gst-indent gets the
120           formatting right; make test less verbose in general, but
121           more verbose in the error case (which should probably
122           make the test fail anyway).
123
124 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
125
126         * docs/plugins/Makefile.am:
127         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
128         * docs/plugins/gst-plugins-good-plugins-sections.txt:
129         * gst/avi/gstavisubtitle.c:
130         Add documentation for avisubtitle and change class to
131         Codec/Parser/Subtitle
132
133 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
134
135         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
136         Treat ENOTTY (driver does not implement ioctl) the same as
137         EINVAL since it implies there are no available standards.
138
139         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
140         (gst_v4l2src_get_nearest_size):
141         Replace gst_v4l2src_get_size_limits with 2 calls to new function
142         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
143         probe if the driver does not support VIDIOC_TRY_FMT for whatever
144         reason, and if we aren't yet actively capturing.
145
146         * sys/v4l2/v4l2src_calls.h:
147         Remove replaced function declaration.
148
149 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
150
151         * configure.ac:
152         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
153         API.
154
155 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
156
157         * configure.ac:
158         Fix typo.
159
160 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
161
162         * gst/alpha/Makefile.am:
163         * gst/alpha/gstalpha.c:
164
165         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
166         some stuff, and making buffer-alloc and resizing work automatically.
167         No longer crashes on odd frame widths and heights, although there
168         seems to be a disagreement with ffmpegcolorspace about what size
169         an AYUV frame with odd height should be.
170
171 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
172
173         Patch by: Alessandro Decina <alessandro at nnva dot org>
174
175         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
176         * ext/libpng/gstpngenc.h:
177         Preallocate the output buffer so that g_memdup() and
178         gst_buffer_merge() aren't needed anymore. This greatly improves
179         performances and fixes #512544.
180
181 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
182
183         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
184         (gst_avi_demux_stream_data):
185         GStreamer timestamps are PTS values while AVI only knows about DTS
186         timestamps. Make sure we only copy the DTS as the buffer timestamp when
187         we are dealing with a key frame.
188
189 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
190
191         * tests/check/Makefile.am:
192         * tests/check/elements/.cvsignore:
193         * tests/check/elements/rtp-payloading.c:
194           Add add testsuite for the rtp-payloader that tries simulating
195           dataflow. Needs more test data.
196
197 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
198
199         * tests/check/elements/alphacolor.c:
200           Remove two unused variables.
201
202 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
203
204         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
205           Use g_ascii_strtoll() instead of atoll, which is only
206           available in C99.
207
208 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
209
210         * gst/rtp/Makefile.am:
211         * gst/rtp/gstrtp.c:
212         * gst/rtp/gstrtpmpvpay.c:
213         * gst/rtp/gstrtpmpvpay.h:
214         Add MPEG2 video payloader
215
216 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
217
218         * gst/level/gstlevel.c:
219         Use #include <math.h> instead of #include "math.h".
220
221 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
222
223         * tests/check/Makefile.am:
224         Fix up some CFLAGS sets.
225         Don't include gconfvideosrc in the states test.
226
227         * tests/check/elements/autodetect.c: (GST_START_TEST):
228         Add some error strings to fail_unless arguments to fix some weird
229         compiler errors on Solaris.
230
231 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
232
233         * configure.ac:
234         Detect video4linux headers on Solaris too.
235         * sys/v4l2/gstv4l2colorbalance.h:
236         * sys/v4l2/gstv4l2object.h:
237         * sys/v4l2/v4l2_calls.c:
238         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
239         (gst_v4l2_buffer_new):
240
241         Make v4l2 build on Solaris.
242         Patch by: Brian Cameron  <brian.cameron at sun dot com>
243         Fixes: #510505
244
245 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
246
247         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
248           Update list from (still local) scanning script.
249
250 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
251
252         Based on a patch by:
253             Victor STINNER <victor dot stinner at haypocalc dot com>
254
255         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
256         Set variable to NULL after freeing it to prevent double frees
257         or make failures by another use of it afterwards more obvious
258         and fix use of it after the freeing. Fixes bug #510592.
259
260 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
261
262         * gst/udp/gstmultiudpsink.c:
263         use GST_WARNING for logging
264
265 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
266
267         * gst/udp/gstmultiudpsink.c:
268         Don't try to leave a multicast group with an invalid socket
269
270 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
271
272         * ext/flac/gstflacdec.c:
273           Fix compilation against flac 1.1.2 (as on debian stable), where
274           the picture metadata defines and structs don't exist yet.
275           Fixes #509301.
276
277 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
278
279         Patch by: Olivier Crete <tester at tester dot ca>
280
281         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
282         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
283         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
284         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
285         * gst/udp/gstmultiudpsink.h:
286         Add property to automatically join a multicast group or not. This can be
287         useful when sharing a socket between multiple elements.
288         Fixes #509531.
289
290 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
291
292         * gst/videomixer/Makefile.am:
293           Add controller flags.
294
295 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
296
297         * gst/videomixer/videomixer.c:
298           Also commit the missing gst_object_sync_values().
299
300 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
301
302         * docs/plugins/Makefile.am:
303           Remove duplicate entry.
304
305 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
306
307         * docs/plugins/Makefile.am:
308         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
309         * docs/plugins/gst-plugins-good-plugins-sections.txt:
310         * docs/plugins/inspect/plugin-gamma.xml:
311         * docs/plugins/inspect/plugin-monoscope.xml:
312         * docs/plugins/inspect/plugin-video4linux2.xml:
313           Add 3 more plugins to docs.
314
315 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
316
317         * docs/plugins/gst-plugins-good-plugins-sections.txt:
318         * sys/osxvideo/osxvideosink.h:
319           Revert previous change caused by a file that got stuck on an old
320           revision.
321
322 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
323
324         * docs/plugins/gst-plugins-good-plugins-sections.txt:
325         * gst/multipart/Makefile.am:
326         * gst/multipart/multipartdemux.c:
327         * gst/multipart/multipartdemux.h:
328         * gst/multipart/multipartmux.c:
329         * gst/multipart/multipartmux.h:
330           Re-add multipartdemux to the docs. Last round of section cleanup.
331
332 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
333
334         * docs/plugins/Makefile.am:
335         * docs/plugins/gst-plugins-good-plugins-sections.txt:
336         * sys/osxaudio/gstosxaudiosink.h:
337         * sys/osxvideo/osxvideosink.h:
338           Managed to resolve most unused declarations. Filed a bug for one left.          
339
340 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
341
342         * docs/plugins/gst-plugins-good-plugins-sections.txt:
343           Cleanup section file.
344
345 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
346
347         * docs/plugins/Makefile.am:
348         * docs/plugins/gst-plugins-good-plugins.args:
349         * docs/plugins/gst-plugins-good-plugins.signals:
350         * docs/plugins/inspect/plugin-alaw.xml:
351         * docs/plugins/inspect/plugin-alpha.xml:
352         * docs/plugins/inspect/plugin-alphacolor.xml:
353         * docs/plugins/inspect/plugin-annodex.xml:
354         * docs/plugins/inspect/plugin-apetag.xml:
355         * docs/plugins/inspect/plugin-audiofx.xml:
356         * docs/plugins/inspect/plugin-auparse.xml:
357         * docs/plugins/inspect/plugin-autodetect.xml:
358         * docs/plugins/inspect/plugin-avi.xml:
359         * docs/plugins/inspect/plugin-cairo.xml:
360         * docs/plugins/inspect/plugin-cdio.xml:
361         * docs/plugins/inspect/plugin-cutter.xml:
362         * docs/plugins/inspect/plugin-debug.xml:
363         * docs/plugins/inspect/plugin-dv.xml:
364         * docs/plugins/inspect/plugin-efence.xml:
365         * docs/plugins/inspect/plugin-effectv.xml:
366         * docs/plugins/inspect/plugin-flac.xml:
367         * docs/plugins/inspect/plugin-flxdec.xml:
368         * docs/plugins/inspect/plugin-gconfelements.xml:
369         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
370         * docs/plugins/inspect/plugin-goom.xml:
371         * docs/plugins/inspect/plugin-halelements.xml:
372         * docs/plugins/inspect/plugin-icydemux.xml:
373         * docs/plugins/inspect/plugin-id3demux.xml:
374         * docs/plugins/inspect/plugin-jpeg.xml:
375         * docs/plugins/inspect/plugin-ladspa.xml:
376         * docs/plugins/inspect/plugin-level.xml:
377         * docs/plugins/inspect/plugin-matroska.xml:
378         * docs/plugins/inspect/plugin-mulaw.xml:
379         * docs/plugins/inspect/plugin-multipart.xml:
380         * docs/plugins/inspect/plugin-navigationtest.xml:
381         * docs/plugins/inspect/plugin-png.xml:
382         * docs/plugins/inspect/plugin-quicktime.xml:
383         * docs/plugins/inspect/plugin-rtp.xml:
384         * docs/plugins/inspect/plugin-rtsp.xml:
385         * docs/plugins/inspect/plugin-shout2send.xml:
386         * docs/plugins/inspect/plugin-smpte.xml:
387         * docs/plugins/inspect/plugin-speex.xml:
388         * docs/plugins/inspect/plugin-taglib.xml:
389         * docs/plugins/inspect/plugin-udp.xml:
390         * docs/plugins/inspect/plugin-videobalance.xml:
391         * docs/plugins/inspect/plugin-videobox.xml:
392         * docs/plugins/inspect/plugin-videocrop.xml:
393         * docs/plugins/inspect/plugin-videoflip.xml:
394         * docs/plugins/inspect/plugin-videomixer.xml:
395         * docs/plugins/inspect/plugin-wavenc.xml:
396         * docs/plugins/inspect/plugin-wavpack.xml:
397         * docs/plugins/inspect/plugin-wavparse.xml:
398           Update plugin docs.
399
400         * gst/videomixer/Makefile.am:
401         * gst/videomixer/videomixer.c:
402         * gst/videomixer/videomixer.h:
403         * gst/videomixer/videomixerpad.h:
404           Split out header to fix warnings from the doc-build.
405
406 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
407
408         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
409
410         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
411         Use atoll to parse the rtptime with enough precision. Fixes #509329.
412
413 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
414
415         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
416         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
417           Initialise variables to work around (false) 'foo might be used
418           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
419
420 2008-01-11  David Schleef  <ds@schleef.org>
421
422         * docs/plugins/.cvsignore:
423         * tests/check/pipelines/.cvsignore:
424           Ignore more files for the buildbot.
425
426 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
427
428         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
429         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
430         Generate the image-type values correctly. Leave them out of the caps
431         when outputting a "preview image" tag, since it only makes sense
432         to have one of those - the type is irrelevant.
433
434         * sys/sunaudio/gstsunaudiomixerctrl.c:
435         (gst_sunaudiomixer_ctrl_open):
436         If we can, mark the mixer multiple open when we use it, in case
437         (for some reason) the process wants to open it again elsewhere.
438
439 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
440
441         Patch by: Olivier Crete <tester at tester dot ca>
442
443         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
444         * gst/rtp/gstrtptheorapay.c:
445         Fix the clock rate to 90000 as required by the RFC.
446         Fixes #508644.
447
448 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
449
450         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
451           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
452
453 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
454
455         * autogen.sh:
456           Add -Wno-portability to the automake parameters to stop warnings
457           about GNU make extensions being used. We require GNU make in almost
458           every Makefile anyway.
459           
460         * configure.ac:
461           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
462           at the same time is required for per target flags.
463
464 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
465
466         * gst/videomixer/videomixer.c: (gst_videomixer_init):
467         Fix error from my last commit.
468
469 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
470
471         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
472
473         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
474           Make sure the ISO 639-X language code in ID3v2 COMM frames
475           is actually valid UTF-8 (or rather: ASCII), so we don't end
476           up with non-UTF8 strings in tags if there's garbage in the
477           language field. Also make sure the language code is always
478           lower case. Fixes: #508291.
479
480 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
481
482         * ChangeLog:
483           Fix ChangeLog typo.
484
485 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
486
487         * Makefile.am:
488           Include lcov.mak to allow building coverage reports. Guard
489           check-torture target like in the other packages.
490
491 2008-01-09  Sameer Naik  <sameer@damagehead.com>
492
493         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
494
495         * gst/videomixer/videomixer.c:
496         (gst_videomixer_set_master_geometry), (_do_init),
497         (gst_videomixer_child_proxy_get_child_by_index),
498         (gst_videomixer_child_proxy_get_children_count),
499         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
500         (gst_videomixer_init), (gst_videomixer_request_new_pad),
501         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
502         Implement GstChildProxy interface.
503         Send newsegment at the right moment
504         Fixes #488879
505
506 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
507
508         * gst/alpha/Makefile.am:
509         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
510         (gst_alpha_sink_event), (gst_alpha_chain),
511         (gst_alpha_change_state), (plugin_init):
512         Make the various properties of 'alpha' controllable. This allows doing
513         niceties like fade-in/fade-out.
514
515 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
516
517         * gst/rtp/gstasteriskh263.c:
518         * gst/rtp/gstrtpL16depay.c:
519         * gst/rtp/gstrtpac3depay.c:
520         * gst/rtp/gstrtpamrpay.c:
521         * gst/rtp/gstrtpdepay.c:
522         * gst/rtp/gstrtpgsmdepay.c:
523         * gst/rtp/gstrtph263depay.c:
524         * gst/rtp/gstrtph263pdepay.c:
525         * gst/rtp/gstrtph263ppay.c:
526         * gst/rtp/gstrtph264depay.c:
527         * gst/rtp/gstrtph264pay.c:
528         * gst/rtp/gstrtpmp2tdepay.c:
529         * gst/rtp/gstrtpmp4adepay.c:
530         * gst/rtp/gstrtpmp4gdepay.c:
531         * gst/rtp/gstrtpmp4gpay.c:
532         * gst/rtp/gstrtpmp4vdepay.c:
533         * gst/rtp/gstrtpmpadepay.c:
534         * gst/rtp/gstrtpmpvdepay.c:
535         * gst/rtp/gstrtpsv3vdepay.c:
536         * gst/rtp/gstrtptheoradepay.c:
537         * gst/rtp/gstrtptheorapay.c:
538         * gst/rtp/gstrtpvorbisdepay.c:
539         * gst/rtp/gstrtpvorbispay.c:
540           Remove copy/paste unused code (property setters and getter) found by
541           the coverage suite (yay, saves ~20k on disk).
542
543 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
544
545         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
546           (videosink_templ):
547           Also fix up pad templates to indicate that image/jpeg doesn't
548           absolutely require the framerate property to be set (#504081).
549
550 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
551
552         Based on patch by: Wouter Cloetens  <wouter at mind be>
553
554         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
555           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
556           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
557         * gst/matroska/matroska-mux.h:
558           Keep track of first and last timestamps for each incoming stream,
559           so we can calculate the total duration for live sources and other
560           input where we can't query the duration from the start or where
561           there's no constant framerate from which we can deduce the
562           duration; also use calculated/observed duration if it is bigger
563           than the previously queried duration. Furthermore, use
564           gst_pad_query_peer_duration() and take into account that it may
565           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
566           screws up comparisons when using unsigned integers. Fixes #504081.
567
568 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
569
570         * configure.ac:
571         * gst/audiofx/audioamplify.c:
572         (gst_audio_amplify_clipping_method_get_type),
573         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
574         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
575         (gst_audio_dynamic_transform_ip):
576         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
577         (gst_audio_invert_transform_ip):
578         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
579         (gst_audio_panorama_transform):
580         * gst/level/gstlevel.c: (gst_level_init):
581         Make elements GST_BUFFER_FLAG_GAP aware and call
582         gst_base_transform_set_gap_aware for this.
583         Bump core requirement to CVS.
584         
585         * gst/audiofx/audiochebyshevfreqband.c:
586         (gst_audio_chebyshev_freq_band_transform_ip):
587         * gst/audiofx/audiochebyshevfreqlimit.c:
588         (gst_audio_chebyshev_freq_limit_transform_ip):
589         Also sync GObject properties to the controller if operating
590         in passthrough mode.
591
592 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
593
594         * sys/directdraw/gstdirectdrawsink.c:
595           (gst_directdraw_sink_window_thread):
596           FALSE is not a gpointer.
597
598 2008-01-05  Julien Moutte  <julien@fluendo.com>
599
600         * sys/directdraw/gstdirectdrawsink.c:
601         (gst_directdraw_sink_set_window_id),
602         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
603         (gst_directdraw_sink_buffer_alloc),
604         (gst_directdraw_sink_draw_borders),
605         (gst_directdraw_sink_show_frame),
606         (gst_directdraw_sink_setup_ddraw),
607         (gst_directdraw_sink_window_thread),
608         (gst_directdraw_sink_get_ddrawcaps),
609         (gst_directdraw_sink_surface_create): Make sure we create our
610         internal window only when we need it. That will give a chance to
611         the application to get the prepare-xwindow-id bus message. Draw
612         black borders when keeping aspect ratio. Handle the case where our
613         rendering window disappears (closed or errors) like other sinks
614         do. Various 80 columns fixes, improve state change order. That
615         element could need some more love.
616
617 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
618
619         * ext/taglib/gstapev2mux.h:
620         * ext/taglib/gstid3v2mux.h:
621         Remove useless typedefs without new type name. Fixes a warning with
622         gcc 4.3.
623
624 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
625
626         Patch by: John Millikin <jmillikin at gmail dot com>
627
628         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
629         (gst_flac_dec_setup_stream_decoder),
630         (gst_flac_normalize_picture_mime_type),
631         (gst_flac_extract_picture_buffer),
632         (gst_flac_dec_metadata_callback):
633         Emit metadata messages when a PICTURE block is encountered.
634         Fixes #506715.
635
636 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
637
638         * gst/avi/gstavi.c:
639         increase rank because no known issues anymore ...
640         * gst/avi/gstavisubtitle.c:
641         send subtitle name to the srcpad
642
643 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
644
645         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
646         * gst/rtsp/gstrtspsrc.h:
647         Implement redirect for the DESCRIBE reply. Fixes #506025.
648
649 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
650
651         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
652         Fix 'xyz may be used uninitialized' compiler warnings caused
653         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
654         abort() in any case but properly report the error.
655
656 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
657
658         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
659         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
660         * sys/ximage/gstximagesrc.c: (composite_pixel):
661           Fix 'xyz may be used uninitialized' compiler warnings caused
662           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
663           not really nice to abort in any case). Fixes #505745.
664
665 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
666
667         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
668           Small unit test fix (has no practical impact at the moment,
669           since we're only feeding utf8 and hence just create a sub-
670           buffer for the output).
671
672 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
673
674         * gst/avi/gstavisubtitle.c:
675         * tests/check/elements/avisubtitle.c:
676         Add seeking support for avi subtitle
677
678 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
679
680         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
681         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
682         (gst_flac_dec_write):
683         * ext/flac/gstflacdec.h:
684         Remove some unused vars.
685         Do more cleanup of leftover events and tags.
686         Output tags after the segment event. Fixes #504018.
687
688 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
689
690         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
691           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
692           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
693           Detect other UTF byte order markers and convert to UTF-8 as
694           appropriate.
695
696 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
697
698         * gst/avi/gstavisubtitle.c: (src_template),
699           (gst_avi_subtitle_extract_utf8_file),
700           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
701           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
702           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
703         * gst/avi/gstavisubtitle.h:
704           Refactor a bit; fix name extraction; don't assume all the data
705           in the chunk is actually subtitle data, there may be padding at
706           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
707           file so it's there to send again after a seek (for future use).
708
709 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
710
711         * gst/avi/Makefile.am:
712         * gst/avi/gstavi.c:
713         * gst/avi/gstavisubtitle.c:
714         * gst/avi/gstavisubtitle.h:
715         * tests/check/Makefile.am:
716         * tests/check/elements/avisubtitle.c:
717         * win32/common/config.h:
718                 Add avi subtitle element for bug #442034. Need seeking support
719                 and more support for character conversion.
720
721 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
722
723         * Makefile.am:
724           Include common/win32.mak for CRLF check of win32 project
725           files (see #393626).
726
727         * win32/vs6/libgstpng.dsp:
728           Fix line endings and do cvs admin -kb.
729
730 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
731
732         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
733         Actually drop the buffers which are outside the currently configured
734         segment instead of just emitting a WARNING.
735
736 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
737
738         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
739         (gst_flac_dec_write):
740         * ext/flac/gstflacdec.h:
741         Send segments from the streaming thread. Fixes #502187.
742         Fix segment seeking and a bunch of other seeking cases.
743
744 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
745
746         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
747           Parse WOAF frames and put the result into GST_TAG_CONTACT,
748           which is where it would end up if the same information was
749           put in a vorbis comment (don't think it's worth adding a
750           new URI tag for this). Fixes #488112.
751
752 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
753
754         * configure.ac:
755           We need core/base 0.10.15 or later.
756
757 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
758
759         Patch by: Mark Nauwelaerts <manauw skynet be>
760
761         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
762         Fix regression in stream numbering. Fixes #502655.
763
764 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
765
766         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
767
768         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
769         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
770         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
771         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
772         (gst_rtp_h264_pay_handle_buffer):
773         * gst/rtp/gstrtph264pay.h:
774         Use higher performance start-code searching.
775         Parse NALs and store SPS, PPS and profile in the caps so that they can
776         be used in the SDP. Fixes #502814.
777
778 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
779
780         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
781         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
782           Init some structs to zero before we pass them to ioctl, which
783           avoids valgrind warnings.  Also fix a small memory leak.
784
785 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
786
787         Patch by: Wouter Cloetens <wouter at mind dot be>
788
789         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
790         Copy timestamp from input to output. Not very perfect yet but better
791         than nothing. Fixes #503023.
792
793 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
794
795         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
796           Also print a useful error message with the old Wavpack API
797           if possible.
798
799 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
800
801         * ext/wavpack/gstwavpackdec.c:
802           More build fixes for old libwavpack versions: include config.h so
803           that WAVPACK_OLD_API is actually defined as detected; only use
804           WavpackGetErrorMessage if it is available. This fixes the build
805           on debian stable for me.
806
807 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
808
809         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
810         * ext/wavpack/gstwavpackparse.c:
811           (gst_wavpack_parse_create_src_pad):
812           Workaround the non-existance of WavpackGetChannelMask in Wavpack
813           versions below 4.40.0.
814
815 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
816
817         * configure.ac:
818           And now do it right for real...
819
820 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
821
822         * configure.ac:
823           Correctly reset $LIBS to not contain -lm.
824
825 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
826
827         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
828
829         * configure.ac:
830         * ext/cairo/gsttimeoverlay.c:
831           (gst_cairo_time_overlay_print_smpte_time):
832           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
833           and checking for rint() and implementing it ourself if it doesn't
834           exist. Fixes #497293.
835
836 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
837
838         * configure.ac:
839           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
840
841 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
842
843         * sys/oss/gstosshelper.c:
844         Verify that the format returned after the ioctl is the one
845         we requested. It is valid for the ioctl to succeed while
846         substituting an alternate 'supported' sample format.
847
848 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
849
850         * sys/oss/gstossaudio.c: (plugin_init):
851         * sys/oss/gstosssink.c: (gst_oss_sink_open):
852         * sys/oss/gstosssrc.c: (gst_oss_src_open):
853           Post decent (and translated) error message when we can't
854           open the audio device for some reason.
855
856 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
857
858         * sys/oss/gstosssink.c:
859         * sys/oss/gstosssrc.c:
860         Allow the AUDIODEV environment variable to redirect us
861         to a different default OSS device, like sunaudiosink does
862         on Solaris (makes audio play automatically on SunRays).
863
864 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
865
866         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
867         * gst/audiofx/audiochebyshevfreqband.c:
868         (gst_audio_chebyshev_freq_band_transform_ip):
869         * gst/audiofx/audiochebyshevfreqlimit.c:
870         (gst_audio_chebyshev_freq_limit_transform_ip):
871         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
872         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
873         The transform_ip() methods should do nothing if in passthrough mode.
874         It might get non-writable buffers in that case but the buffer might
875         as well be writable.
876
877         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
878         The transform() methods won't be called in passthrough mode and
879         otherwise the buffer is always writable so don't check here.
880
881 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
882
883         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
884           Fix seeking in .wav files again (#501775).  Some people seem to think
885           they don't need to test their changes when they're just 'reflowing'
886           some code.
887
888 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
889
890         * gst/autodetect/gstautovideosink.c:
891         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
892         (gst_auto_video_sink_init),
893         (gst_auto_video_sink_create_element_with_pretty_name),
894         (gst_auto_video_sink_find_best),
895         (gst_auto_video_sink_set_property),
896         (gst_auto_video_sink_get_property):
897         * gst/autodetect/gstautovideosink.h:
898         Fix docs.
899         Use same error reporting code as autoaudiosink.
900         Add property to filter sinks based on caps. Only select raw video sinks
901         by default for backwards compat.
902         API: GstAutoVideoSink::filter-caps
903
904 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
905
906         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
907
908         * gst/autodetect/gstautoaudiosink.c:
909         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
910         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
911         (gst_auto_audio_sink_set_property),
912         (gst_auto_audio_sink_get_property):
913         * gst/autodetect/gstautoaudiosink.h:
914         Add property to filter sinks based on caps. Only select raw audio sinks
915         by default for backwards compat.  Fixes #417420.
916         API: GstAutoAudioSink::filter-caps
917
918 2007-11-29  Michael Smith <msmith@fluendo.com>
919
920         Patch by: Arek Korbik <arkadini@gmail.com>
921
922         * gst/videobox/gstvideobox.c: (plugin_init):
923           Initialise liboil in plugin_init()
924
925 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
926
927         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
928         Post error before sending EOS. Fixes #499178.
929
930 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
931
932         * win32/vs6/gst_plugins_good.dsw:
933         * win32/vs6/libgstpng.dsp:
934         Add a project file for libgstpng
935
936 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
937
938         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
939         (gst_rtp_h263_depay_process):
940         Code beautification.
941         Added debug statements.
942         Don't bit-shift everything, just do operations on last/first byte
943         instead.
944
945 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
946
947         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
948
949         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
950         Fix wrong comparison in overrun check. Fixes #499239 some more.
951
952 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
953
954         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
955         (gst_rtp_h263_depay_process):
956         * gst/rtp/gstrtph263depay.h:
957         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
958         stream.
959
960 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
961
962         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
963
964         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
965         (gst_rtp_mp4a_depay_process):
966         * gst/rtp/gstrtpmp4adepay.h:
967         Fix depayloading when multiple frames are inside one RTP packet.
968         Fixes #499239.
969
970 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
971
972         * gst/level/gstlevel.c:
973           Add GAP-flag support.
974
975 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
976
977         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
978         Read the I flag for Mode A h263 rtp stream and set the
979         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
980         Fixes #499383
981
982 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
983
984         * gst/level/gstlevel.c:
985           Remove some dead code and do cleanups.
986
987 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
988
989         * tests/check/pipelines/simple-launch-lines.c:
990           Improve the tests by allowing to set a target state.
991
992 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
993
994         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
995         Don't check the caps of the output buffer if they're equal some
996         other caps. The caps can change in a backward compatible way
997         and did at this point.
998
999 2007-11-24  Julien MOUTTE  <julien@moutte.net>
1000
1001         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
1002         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
1003         (gst_qtdemux_seek_to_previous_keyframe),
1004         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
1005         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
1006         reverse playback support.
1007
1008 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1009
1010         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
1011         Also set the channel layout on the Wavpack caps if we're having
1012         a mono layout. Of course only do it for "audio/x-wavpack".
1013
1014 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1015
1016         * ext/wavpack/gstwavpackcommon.c:
1017         (gst_wavpack_get_default_channel_mask),
1018         (gst_wavpack_set_channel_layout),
1019         (gst_wavpack_get_default_channel_positions),
1020         (gst_wavpack_get_channel_mask_from_positions),
1021         (gst_wavpack_set_channel_mapping):
1022         * ext/wavpack/gstwavpackcommon.h:
1023         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
1024         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
1025         * ext/wavpack/gstwavpackdec.h:
1026         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1027         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
1028         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
1029         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
1030         (gst_wavpack_enc_rewrite_first_block),
1031         (gst_wavpack_enc_sink_event):
1032         * ext/wavpack/gstwavpackenc.h:
1033         * ext/wavpack/gstwavpackparse.c:
1034         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
1035         (gst_wavpack_parse_scan_to_find_sample),
1036         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
1037         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
1038         * ext/wavpack/gstwavpackparse.h:
1039         Add support for encoding, parsing and decoding multichannel
1040         files with up to 8 channels. This also improves the robustness
1041         of parsing quite a bit.
1042
1043         * ext/wavpack/gstwavpackstreamreader.c:
1044         (gst_wavpack_stream_reader_read_bytes),
1045         (gst_wavpack_stream_reader_get_pos),
1046         (gst_wavpack_stream_reader_set_pos_abs),
1047         (gst_wavpack_stream_reader_set_pos_rel),
1048         (gst_wavpack_stream_reader_push_back_byte),
1049         (gst_wavpack_stream_reader_get_length),
1050         (gst_wavpack_stream_reader_can_seek),
1051         (gst_wavpack_stream_reader_write_bytes):
1052         Improve debugging.
1053
1054 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1055
1056         * ext/libpng/gstpngdec.c:
1057         * ext/libpng/gstpngdec.h:
1058           Don't release the png-memory from within the callback.
1059
1060 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1061
1062         Patch by: René Stadler <mail at renestadler dot de>
1063
1064         * ext/libpng/gstpngenc.c:
1065           Don't leak buffer data memory. Fixes #498395.
1066
1067 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1068
1069         Patch by: René Stadler <mail at renestadler dot de>
1070
1071         * tests/check/pipelines/simple-launch-lines.c:
1072           Tests for #498395.
1073
1074 2007-11-20  Julien MOUTTE  <julien@moutte.net>
1075
1076         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
1077         (gst_tag_lib_mux_adjust_event_offsets):
1078         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
1079         * sys/osxaudio/Makefile.am:
1080         * sys/osxvideo/cocoawindow.h:
1081         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
1082
1083 2007-11-15  David Schleef  <ds@schleef.org>
1084
1085         * ext/cairo/gsttextoverlay.c:
1086           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
1087
1088 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1089
1090         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
1091
1092         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
1093         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
1094         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
1095         * gst/rtp/gstrtpmp2tpay.h:
1096         Fill the MTU with as many packets as possible. Fixes #491323.
1097
1098 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1099
1100         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1101
1102         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1103         Fix some more leaks. Fixes #497007.
1104
1105 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1106
1107         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1108
1109         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
1110         (gst_rtspsrc_stream_configure_tcp):
1111         Fix 3 pad leaks. Fixes #496983.
1112
1113 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1114
1115         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1116
1117         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
1118         Fix small leak. Fixes #497017.
1119
1120 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1121
1122         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1123         (gst_qtdemux_prepare_current_sample),
1124         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
1125         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
1126         * gst/qtdemux/qtdemux_fourcc.h:
1127         * gst/qtdemux/qtdemux_types.c:
1128         Add suppport for theora in quicktime according to XiphQT.
1129
1130 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
1131
1132         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
1133         (gst_v4l2src_init), (gst_v4l2src_set_property),
1134         (gst_v4l2src_get_property):
1135         * sys/v4l2/gstv4l2src.h:
1136         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1137           Always copy buffers by default (handle safer with bugged drivers)
1138           and added a property to make it possible to use mmap effectively (no
1139           copy if possible) when application wants to. Fixes: #480557.
1140
1141 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1142
1143         * gst/id3demux/id3tags.c:
1144         * gst/id3demux/id3tags.h:
1145         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
1146           We don't want the same string multiple times in a tag list for the
1147           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
1148           this doesn't happen and remove special-case code for GST_TAG_GENRE.
1149
1150 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1151
1152         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
1153           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
1154           into ID3v2 TXXX frames (fixes #347848).
1155
1156 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1157
1158         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1159           Don't leak sdp message contents (fixes #496773).
1160
1161         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
1162           Don't leak URI string.
1163
1164 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1165
1166         Patch by: Julien Puydt <julien dot puydt at laposte net>
1167
1168         * ext/raw1394/Makefile.am:
1169         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
1170           (gst_1394_property_probe_get_properties),
1171           (gst_1394_property_probe_probe_property),
1172           (gst_1394_property_probe_needs_probe),
1173           (gst_1394_property_probe_get_values),
1174           (gst_1394_property_probe_interface_init),
1175           (gst_1394_type_add_property_probe_interface):
1176         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
1177         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
1178           (gst_dv1394src_init), (gst_dv1394src_dispose),
1179           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
1180           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
1181           (gst_dv1394src_update_device_name):
1182         * ext/raw1394/gstdv1394src.h:
1183           Implement GstPropertyProbe interface and add "device-name" property,
1184           so applications can use this to probe for available devices in the
1185           same way they can already with v4lsrc and v4l2src (however horrible
1186           this property probe interface may be). Fixes #358841.
1187
1188 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1189
1190         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1191
1192         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
1193           (gst_rtspsrc_parse_range):
1194           Don't leak event, don't leak range (fixes #496752).
1195
1196 2007-11-14  Michael Smith <msmith@fluendo.com>
1197
1198         Patch by: Arek Korbik <arkadini@gmail.com>
1199
1200         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
1201           Detect RGBA/BGRA correctly on little endian systems.
1202
1203 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1204
1205         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1206           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
1207           corresponding ioctl() call fails even though the driver claims to
1208           support this format, just fall back to the pre-2.6.19 kernel
1209           routine that creates caps with suitable height and width ranges
1210           (see #448278).
1211
1212 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1213
1214         Patch by: Mark Nauwelaerts <manauw skynet be>
1215
1216         * gst/matroska/matroska-demux.c:
1217           (gst_matroska_demux_push_dvd_clut_change_event),
1218           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1219           (gst_matroska_demux_subtitle_caps):
1220         * gst/matroska/matroska-ids.h:
1221           Extract palette data for dvd subpicture streams and send it
1222           downstream as custom gstreamer dvd event (fixes #453417).
1223
1224 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1225
1226         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
1227           Implement minimal parsing of the passed pango font description
1228           string, so passing a font size works the same as with the
1229           pango textoverlay plugin; fixes #455086.
1230           (Maybe we could just use pangocairo here at some point).
1231
1232 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1233
1234         * gst/avi/gstavidemux.c:
1235         * gst/wavparse/gstwavparse.c:
1236           Return the result in _activate_pull(). Don't ref element there.
1237
1238 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1239
1240         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
1241         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1242         (gst_wavparse_srcpad_event):
1243           Ref the element when we should, but not when we its not needed. Reflow
1244           the event_handling to not leak the event.       
1245
1246 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
1247
1248         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1249         (qtdemux_parse_samples):
1250         Properly free QTDemuxSamples array.
1251         Protect table write with a sensible check, some files apparently DO contain
1252         stts values starting with 0 :(
1253
1254 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1255
1256         * gst/avi/gstavidemux.c:
1257         * gst/qtdemux/qtdemux.c:
1258           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
1259           previous commit messed up.
1260
1261 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1262
1263         * gst/avi/gstavidemux.c:
1264         * gst/qtdemux/qtdemux.c:
1265           Sync _handle_src_event() with oggdemux. In avidemux also ref the
1266           element when we should, but not when we its not needed.
1267
1268 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
1269
1270         * gst/wavparse/gstwavparse.c:
1271           Return FALSE if we can't handle a query instead of changing the
1272           format. Ignore fact when dealing with mpeg audio.
1273
1274 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1275
1276         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1277
1278         * configure.ac:
1279         * gst/udp/gstdynudpsink.c:
1280         * gst/udp/gstdynudpsink.h:
1281         * gst/udp/gstmultiudpsink.c:
1282         * gst/udp/gstmultiudpsink.h:
1283         * gst/udp/gstudpsink.c:
1284         * gst/udp/gstudpsink.h:
1285           Fix includes for MSVC and GLib-2.14.0 (#492388).
1286
1287         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1288           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
1289
1290 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
1291
1292         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
1293         (gst_mulawdec_chain):
1294         * gst/law/mulaw-decode.h:
1295         Calculate outgoing buffer duration if incoming buffer didn't have a
1296         valid duration.
1297
1298 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1299
1300         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
1301         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
1302         Smarter combine_flow code that also deals with downstream elements
1303         returning UNEXPECTED when they receive data out of the segment
1304         boundaries. Fixes #491305.
1305
1306 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1307
1308         * sys/v4l2/v4l2src_calls.c:
1309           Fix 'unused variable' compiler warning when compiling against
1310           older kernel headers.
1311
1312 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
1313
1314         * ext/taglib/gstid3v2mux.cc (add_funcs):
1315           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
1316
1317 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
1318
1319         * tests/check/pipelines/simple-launch-lines.c:
1320            Improve the tests a little more.
1321
1322 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
1323
1324         patch by: Yun Zheng Hu
1325
1326         * sys/osxaudio/gstosxaudiosrc.c:
1327         Use default input device instead of default output device and
1328         only memcpy actual available bytes.
1329
1330 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
1331
1332         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1333           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
1334           early. It is temporary until we find something better.
1335
1336 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1337
1338         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1339
1340         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
1341         Fix race when pausing a RTSP stream in interleaved.
1342         Fixes #475784.
1343
1344 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1345
1346         Patch by: Peter Kjellerstedt <pkj at axis com>
1347
1348         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
1349         Use correct unref function for buffers. #488844.
1350
1351 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
1352
1353         * gst/avi/gstavimux.c:
1354         * tests/check/elements/avimux.c:
1355           Add some debug and sync tests with the fix.     
1356
1357 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1358
1359         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1360
1361         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1362         When the socket is used by the app for other purposes, don't generate an
1363         error if there is activaty on the socket that is not data related.
1364         Fixes #487488.
1365
1366 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1367
1368         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1369         (gst_v4l2src_grab_frame):
1370         Add some more debug info. Generate an error when we run out of buffers
1371         for some reason. See #480557.
1372
1373 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1374
1375         Patch by: Anders Skargren <anders dot skargren at axis dot com>
1376
1377         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
1378         Set marker bit correctly.
1379
1380 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
1381
1382         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1383         Use allowed name for the GstStructure.
1384
1385 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
1386
1387         * ext/gconf/gstswitchsink.c:
1388         * gst/autodetect/gstautoaudiosink.c:
1389           Use new gst_bus_pop_filtered().
1390
1391 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1392
1393         * sys/v4l2/gstv4l2src.c:
1394         * sys/v4l2/v4l2src_calls.c:
1395           When probing the formats and sizes a camera supports, make
1396           sure the best ones (highest resolution, prefered format)
1397           end up at the beginning of the probed caps and the less
1398           desirable ones at the end.  This is important because the
1399           order within the caps matters for things like fixation and
1400           negotiation, ie. what format is chosen in the end.
1401           With recent kernels, the current probing code will end up
1402           querying the supported sizes from lowest resolution to
1403           highest resolution, adding them to the probed caps in that
1404           order, resulting to v4l2src fixating to the lowest possible
1405           resolution if downstream does not express a size preference.
1406           Also make up a somewhat random ranking of prefered output
1407           formats for the same reason. Fixes #485828.
1408         
1409 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1410
1411         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
1412
1413         * gst/id3demux/id3v2frames.c:
1414           Extract license/copyright URIs from ID3v2 WCOP frames
1415           (Fixes #447000).
1416
1417         * tests/check/elements/id3demux.c:
1418         * tests/files/Makefile.am:
1419         * tests/files/id3-447000-wcop.tag:
1420           Add simple unit test.
1421
1422 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1423
1424         * ext/taglib/gstid3v2mux.cc:
1425           Add support for license/copyright URI tags (ID3v2 WCOP frame).
1426           Prerequisite for #447000.
1427
1428 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
1429
1430         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
1431         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
1432         a GstClockTime.
1433
1434 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1435
1436         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1437         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
1438         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
1439         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
1440         (gst_rtspsrc_change_state):
1441         More seeking fixes, mostly passing around the new playback segment in
1442         order to configure it properly.
1443         Also reset base_time of udp sources when setting them back to PLAYING as
1444         a temporary hack until core supports seek in live sources properly.
1445
1446 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1447
1448         * gst/rtp/gstrtpmp4adepay.c:
1449         Fix caps as to not confuse autopluggers.
1450
1451 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1452
1453         * gst/id3demux/gstid3demux.c:
1454         * gst/id3demux/gstid3demux.h:
1455         * gst/id3demux/id3tags.c:
1456         * gst/id3demux/id3tags.h:
1457         * gst/id3demux/id3v2frames.c:
1458           Port ID3 tag demuxer over to the new GstTagDemux in -base
1459           (now would be a good time to test re-importing your music
1460           collection).
1461
1462 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1463
1464         * gst/apetag/Makefile.am:
1465         * gst/apetag/gstapedemux.c:
1466         * gst/apetag/gstapedemux.h:
1467         * gst/apetag/gsttagdemux.c:
1468         * gst/apetag/gsttagdemux.h:
1469           Port APE tag demuxer over to the new GstTagDemux in -base.
1470
1471 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
1472
1473         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1474         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
1475         (gst_rtspsrc_handle_internal_src_query),
1476         (gst_rtspsrc_handle_src_query), (new_session_pad),
1477         (gst_rtspsrc_stream_configure_tcp),
1478         (gst_rtspsrc_stream_configure_transport),
1479         (gst_rtspsrc_loop_send_cmd):
1480         Improve flushing behaviour.
1481         Set state of the udp sources to PAUSE/PLAYING correctly.
1482         Handle events and queries for UDP and TCP transport now.
1483
1484 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1485
1486         * gst/rtp/gstrtpgsmdepay.c:
1487         * gst/rtp/gstrtpgsmpay.c:
1488           Add log category.
1489
1490 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1491
1492         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
1493
1494         * tests/check/Makefile.am:
1495         * tests/check/pipelines/simple-launch-lines.c:
1496           Add unit tests for payloaders/depayloaders.
1497
1498 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1499
1500         * gst/avi/gstavimux.c:
1501         * gst/avi/gstavimux.h:
1502           Also save codec data for audio streams. Fixes #482495.
1503
1504 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1505
1506         * gst/avi/gstavimux.c:
1507           Fix "Index entry has invalid stream nr 1".
1508           Add support for muxing aac - work in progress (see #482495).
1509
1510 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1511
1512         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
1513         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
1514         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1515         * gst/rtsp/gstrtspsrc.h:
1516         Parse bandwidth modifiers, they are not yet configured in the session
1517         manager because we don't have an API for that yet.
1518
1519 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1520
1521         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
1522         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1523         Use shiny new function in -base to get the default clock-rate.
1524         Update some docs.
1525
1526 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
1527
1528         * win32/MANIFEST:
1529         Add files to win32 manifest.
1530         * win32/vs6/libgstaudiofx.dsp:
1531         * win32/vs6/libgstqtdemux.dsp:
1532         * win32/vs6/libgstrtp.dsp:
1533         * win32/vs6/libgstrtsp.dsp:
1534         Update project files.
1535
1536 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
1537
1538         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
1539         (gst_rtspsrc_play):
1540         * gst/rtsp/gstrtspsrc.h:
1541         In TCP mode, only timestamp the first buffer. TCP is not real time and
1542         it does not make sense to try to skew compensate, also some servers send
1543         the first batch of data in a burst.
1544
1545 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
1546
1547         * gst/matroska/matroska-demux.c:
1548           Fix setting the discont flag on the first buffer
1549           pushed downstream for formats with private codec
1550           data that needs to be deserialised into buffers
1551           (such as vorbis and FLAC when in a matroska container).
1552
1553 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
1554
1555         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1556
1557         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
1558         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
1559         (gst_rtp_mp4v_pay_handle_buffer):
1560         * gst/rtp/gstrtpmp4vpay.h:
1561         Free the config string. Fixes #480707.
1562         Clean up the timestamp code a little.
1563
1564 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1565
1566         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1567         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
1568         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
1569         * gst/rtsp/gstrtspsrc.h:
1570         Set timestamps on RTP buffers in interleaved mode.
1571         Mark first buffers with a DISCONT.
1572         Remove flush hack now that sync for live sources has been figured out.
1573
1574 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1575
1576         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1577         Update documentation.
1578
1579 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1580
1581         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
1582         (gst_rtp_xqt_depay_change_state):
1583         * gst/qtdemux/gstrtpxqtdepay.h:
1584         Fail if we don't know the quicktime format.
1585
1586 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
1587
1588         * ext/flac/gstflacenc.c:
1589         * ext/flac/gstflacenc.h:
1590           Save the flow return from the last gst_pad_push() and
1591           make sure we pass the right flow return value upstream
1592           in the case of failure; minor clean-ups.
1593
1594 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1595
1596         * ext/taglib/gstapev2mux.cc:
1597         * ext/taglib/gstid3v2mux.cc:
1598         * gst/apetag/gstapedemux.c:
1599           Add support for the new GST_TAG_COMPOSER (#459809).
1600
1601 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1602
1603         * gst/law/alaw-decode.c:
1604         * gst/law/alaw-decode.h:
1605         * gst/law/alaw-encode.c:
1606         * gst/law/alaw-encode.h:
1607         * gst/law/alaw.c:
1608         * gst/law/mulaw-conversion.h:
1609           Compulsive clean-ups: use boilerplate macros, add debug
1610           categories, fix up things to conform to symbol nomenklatura,
1611           etc.
1612
1613 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1614
1615         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1616
1617         * gst/law/alaw-decode.c:
1618         * gst/law/alaw-encode.c:
1619           Use static tables for A-Law decoding and encoding; this makes
1620           A-Law decoding and encoding less CPU-intensive, but increases
1621           the binary size a bit. Leaving old code around for now,
1622           selectable by a define in the code. Fixes #435435.
1623
1624 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1625
1626         * configure.ac:
1627         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
1628         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
1629         in configure.ac.
1630
1631 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1632
1633         Patch by: <j at bootlab dot org>
1634
1635         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1636         Add fourccs for MPEG2 HDV streams. Fixes #479960.
1637
1638 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
1639
1640         * sys/oss/gstosshelper.c:
1641           Use GST_WARNING instead of a g_critical. This situation is not caused
1642           by the application.
1643
1644 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1645
1646         * po/LINGUAS:
1647         * po/nl.po:
1648           Updated translations.
1649
1650 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1651
1652         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
1653
1654         * po/eu.po:
1655           Added Basque translation.
1656
1657 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1658
1659         translated by: Abel Cheung <abelcheung@gmail.com>
1660
1661         * po/zh_HK.po:
1662         * po/zh_TW.po:
1663           Added Chinese (traditional and Hong Kong) translation.
1664
1665 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1666
1667         translated by: Jakub Bogusz <qboosh@pld-linux.org>
1668
1669         * po/pl.po:
1670           Added Polish translation.
1671
1672 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1673
1674         translated by: Ilkka Tuohela <hile@iki.fi>
1675
1676         * po/fi.po:
1677           Added Finnish translation.
1678
1679 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1680
1681         translated by: Jorge González González <aloriel@gmail.com>
1682
1683         * po/es.po:
1684           Added Spanish translation.
1685
1686 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1687
1688         translated by: Mogens Jaeger <mogens@jaeger.tf>
1689
1690         * po/da.po:
1691           Added Danish translation.
1692
1693 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1694
1695         translated by: Funda Wang <fundawang@linux.net.cn>
1696
1697         * po/zh_CN.po:
1698           Added Chinese (simplified) translation.
1699
1700 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1701
1702         translated by: Alexander Shopov <ash@contact.bg>
1703
1704         * po/bg.po:
1705           Added Bulgarian translation.
1706
1707 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
1708
1709         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
1710         Set outgoing packet duration because we can. Fixes #478244 some more.
1711
1712 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
1713
1714         * ext/cairo/gsttextoverlay.c:
1715           Add info about static leak.
1716         
1717         * tests/check/Makefile.am:
1718         * tests/check/generic/states.c:
1719           Improved state change unit test.
1720
1721 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
1722
1723         * docs/plugins/.cvsignore:
1724         * tests/check/.cvsignore:
1725           Ignore registries in any format.
1726
1727 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
1728
1729         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
1730         Removed some unused code.
1731
1732         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1733         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
1734         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
1735         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
1736         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
1737         (gst_rtp_theora_pay_flush_packet):
1738         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
1739         Try to preserve the incomming buffer duration on the outgoing
1740         packets. Fixes #478244.
1741
1742 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
1743
1744         * ext/taglib/gstapev2mux.cc:
1745         * ext/taglib/gstid3v2mux.cc:
1746           Work around compiler warnings with g++-4.2 when assigning a
1747           string constant to a gchar * (partially fixes #478092).
1748
1749 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
1750
1751         * configure.ac:
1752           We require core CVS now for gst_base_src_set_do_timestamp().
1753
1754 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1755
1756         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
1757         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1758         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
1759         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
1760         (gst_rtspsrc_handle_message):
1761         Fix compiler warnings shown with Forte.
1762
1763 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1764
1765         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
1766         (gst_rtspsrc_dup_printf):
1767         Give meaningfull error when all streams failed to configure for some
1768         reason.
1769
1770 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1771
1772         * gst/rtp/README:
1773         Update README with the design for synchronisation rules of RTP on
1774         sender and receiver.
1775
1776 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
1777
1778         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
1779         (gst_wavparse_chain):
1780         Don't push EOS from the chain function, the element
1781         driving the pipeline is responsible for this. The bug
1782         this was meant to fix seems to be queue not forwarding
1783         EOS in all cases (see #476514).
1784
1785 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
1786
1787         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
1788         (gst_level_transform_ip):
1789         * gst/level/gstlevel.h:
1790         Use basetransform segment so that it is correctly managed on flushes and
1791         start/stop.
1792         Report message timestamp as stream time, which is what an application
1793         can understand.
1794
1795 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
1796
1797         * ext/taglib/gstapev2mux.cc:
1798         * ext/taglib/gstapev2mux.h:
1799         * ext/taglib/gsttaglibmux.c:
1800         * tests/check/elements/apev2mux.c:
1801         Update my mail address.
1802
1803 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
1804
1805         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
1806         (gst_wavparse_loop), (gst_wavparse_chain):
1807         Add EOS logic for the push-based mode too. Fixes #476514.
1808
1809 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
1810
1811         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
1812         * gst/law/alaw-encode.h:
1813         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1814         (gst_mulawenc_chain):
1815         * gst/law/mulaw-encode.h:
1816         Fix law encoder timestamps.
1817
1818 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
1819
1820         * ext/gconf/gstgconfaudiosink.c:
1821           Fix warning when building without debug.
1822
1823         * sys/oss/gstossmixertrack.c:
1824           Use const like in alsamixertrack.c (fixes warnings).
1825
1826 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
1827
1828         * sys/v4l2/v4l2src_calls.c:
1829         (gst_v4l2src_probe_caps_for_format_and_size):
1830         Fix framerate detection code some more.
1831         Handle the case where there is a weird step in the stepwise framerates.
1832         Don't overwrite the min interval with the framerate, use a temp variable
1833         instead.
1834         Use max in the Continuous framerate intervals instead of step, which is
1835         1 according to the docs. Fixes #475424.
1836
1837 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
1838
1839         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
1840         Make udpsrc timestamp outgoing buffers based on when they were received.
1841         Also make it output a segment in time.
1842
1843 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
1844
1845         * gst/avi/gstavidemux.c:
1846           Plug a little leak. Little code cleanups.
1847
1848 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
1849
1850         * configure.ac:
1851           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
1852           flac versions, 's good for cross-compilation karma.
1853
1854 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
1855
1856         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
1857
1858         * gst/rtp/gstrtph263pay.c:
1859           Fix up header structure so that compilers don't add padding
1860           between the structure fields, since that would lead to us
1861           sending RTP packets with broken headers (as is currently the
1862           case when compiling with MSVC). Also see similar fixes in
1863           libgstrtp in gst-plugins-base. (#474616; #471194)
1864
1865 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
1866
1867         * sys/v4l2/v4l2src_calls.c:
1868         (gst_v4l2src_probe_caps_for_format_and_size):
1869         Don't overwrite our GValue with 0 but instead use the previously
1870         computed value. Fixes #471823 some more.
1871
1872 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
1873
1874         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1875           No tabs in this file please, or gtk-doc will end up documenting
1876           rather absurd class hierarchies.
1877
1878 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
1879
1880         * ext/gconf/gstswitchsink.c:
1881           If the new kid element fails to change state for some reason
1882           (e.g. esdsink not being able to connect to the sound server),
1883           forward the error message it posted on the bus instead of just
1884           posting a generic 'Internal state change error: please file a
1885           bug' error message. Fixes #471364.
1886
1887 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1888
1889         * gst/qtdemux/Makefile.am:
1890         * gst/qtdemux/qtdemux.c:
1891           Don't assume tags are encoded as UTF-8 (#473670).
1892
1893 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1894
1895         * sys/v4l2/gstv4l2src.c:
1896         * sys/v4l2/gstv4l2src.h:
1897         * sys/v4l2/v4l2src_calls.c:
1898           Implement LATENCY queries in the crudest way possible so I don't
1899           have to use sync=false any longer when testing with videosinks.
1900
1901 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1902
1903         * configure.ac:
1904           Fix build.
1905
1906 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1907
1908         * sys/v4l2/v4l2src_calls.c:
1909         (gst_v4l2src_probe_caps_for_format_and_size):
1910         Add some more debugging in the framerate function.
1911         Iterate stepwise framerate up to and _including_ the max and if nothing
1912         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
1913         don't end up with an empty list. Fixes #471823
1914
1915 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1916
1917         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
1918         (gst_multiudpsink_set_clients_string),
1919         (gst_multiudpsink_get_clients_string),
1920         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
1921         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
1922         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
1923         (gst_multiudpsink_clear):
1924         Add property do configure destination address/port pairs
1925         API:GstMultiUDPSink::clients
1926
1927 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1928
1929         * tests/examples/Makefile.am:
1930         * tests/examples/rtp/Makefile.am:
1931         * tests/examples/rtp/client-H263p-AMR.sh:
1932         * tests/examples/rtp/client-H263p-PCMA.sdp:
1933         * tests/examples/rtp/client-H263p-PCMA.sh:
1934         * tests/examples/rtp/client-H264-PCMA.sdp:
1935         * tests/examples/rtp/client-H264-PCMA.sh:
1936         * tests/examples/rtp/client-PCMA.sh:
1937         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
1938         * tests/examples/rtp/server-alsasrc-PCMA.sh:
1939         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
1940         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
1941         Added some RTP example scripts for sending and receiving RTP streams.
1942
1943 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1944
1945         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
1946         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
1947         Restructure the setcaps function so that we can also compute the
1948         expected GStreamer output size of the video frames.
1949         Set frame_byte_size correctly so that read-based devices have a chance
1950         of working correctly.
1951         When grabbing a frame, discard frames that are not of the expected size.
1952         Some cameras don't output the right framesize for the first buffer.
1953         Try only a couple of times to get a valid frame, else error out.
1954
1955         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
1956         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
1957         Add some more debug info when scanning the device.
1958
1959         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
1960         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
1961         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
1962         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
1963         Add some more debug info when dequeing a frame.
1964
1965 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
1966
1967         * gst/wavparse/gstwavparse.c:
1968           More code cleanups. Add some more comment and improve debugs logs.
1969
1970 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
1971
1972         * gst/wavparse/gstwavparse.c:
1973         * gst/wavparse/gstwavparse.h:
1974           Implement seek-query. Refactor duration calculations. Appropriate use
1975           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
1976           out of loops.
1977
1978 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
1979
1980         * gst/avi/gstavidemux.c:
1981           Implement seek-query.
1982
1983 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
1984
1985         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
1986         (gst_rtspsrc_dup_printf):
1987         Use new basesink async property to make sparse RTCP packet not wait for
1988         preroll.
1989
1990 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
1991
1992         * gst/audiofx/Makefile.am:
1993         Dist the right file.
1994
1995 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
1996
1997         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
1998         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
1999         Make sure we generate and parse floating point values in the POSIX
2000         locale instead of the current locale. 
2001
2002 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
2003
2004         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
2005         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
2006         (gst_rtspsrc_play):
2007         * gst/rtsp/gstrtspsrc.h:
2008         Fix method detection again.
2009         Keep track of when we must send a Range header.
2010         Use segment values for Range, Speed and Scale headers.
2011         Parse Speed and Scale headers to update the segment values.
2012
2013 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
2014
2015         patch by: Mark Nauwelaerts <manauw@skynet.be>
2016
2017         * sys/v4l2/v4l2src_calls.c:
2018           Handle optional v4l2 ioctls gracefully.
2019
2020 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
2021
2022         * gst/rtp/Makefile.am:
2023         * gst/rtp/gstrtp.c: (plugin_init):
2024         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
2025         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
2026         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
2027         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
2028         (gst_rtp_h263_depay_get_property),
2029         (gst_rtp_h263_depay_change_state),
2030         (gst_rtp_h263_depay_plugin_init):
2031         * gst/rtp/gstrtph263depay.h:
2032         Added an H263 depayloader. Fixes #369392.
2033
2034         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
2035         (gst_rtp_h263p_depay_process):
2036         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2037         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
2038         Make the H263+ pay/depayloader support H263-1998 and H263-2000
2039         payloads.
2040         Also alow plain H263 on the h263p payloaders. Fixes #465040.
2041
2042 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2043
2044         * gst/audiofx/audiochebyshevfreqband.c:
2045         * gst/audiofx/audiochebyshevfreqlimit.c:
2046         Add small comparision with the windowed sinc filters in the docs.
2047
2048 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2049
2050         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
2051         (audiochebyshevfreqband_suite):
2052         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
2053         (audiochebyshevfreqlimit_suite):
2054         Also test 32 bit float mode and the type 2 variants of the filters.
2055
2056 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
2057
2058         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2059         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2060         (gst_rtspsrc_loop):
2061         Refactor the udp and interleaved loop function a bit.
2062
2063 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2064
2065         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2066         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
2067         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
2068         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2069         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2070         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
2071         * gst/rtsp/gstrtspsrc.h:
2072         Protect connection activity with a new lock, avoids deadlocks when going
2073         to PAUSED. Fixes #455808.
2074
2075 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2076
2077         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
2078         Fix debug statement.
2079
2080 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2081
2082         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
2083         Fix stray %u in debug line as spotted by Saur on IRC.
2084
2085 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
2086
2087         * gst/audiofx/audiochebyshevfreqband.c:
2088         (gst_audio_chebyshev_freq_band_class_init):
2089         * gst/audiofx/audiochebyshevfreqlimit.c:
2090         (gst_audio_chebyshev_freq_limit_class_init):
2091         Use generator macros for the process functions for the different
2092         sample types, add lower upper boundaries for the GObject properties
2093         so automatically generated UIs can use sliders and add a note about
2094         the number of poles as a too high number of poles combined with
2095         very low or very high frequencies will produce only noise.
2096         * docs/plugins/gst-plugins-good-plugins.args:
2097         Regenerated for the property changes.
2098
2099 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2100
2101         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
2102         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
2103         (gst_rtspsrc_stream_configure_udp_sink),
2104         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
2105         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2106         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2107         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
2108         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
2109         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2110         * gst/rtsp/gstrtspsrc.h:
2111         Improve timeout handling.
2112         Use the same socket for sending and receiving RTCP packets so that some
2113         servers can track clients better.
2114         Improve connection closed handling. Try to reconnect.
2115         Don't overwrite our content base with NULL.
2116         Improve debugging.
2117         Improve range parsing and handling.
2118         Remove flushing hack now that core does the right thing.
2119
2120 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2121
2122         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2123         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
2124         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
2125         (gst_multiudpsink_close), (gst_multiudpsink_add):
2126         * gst/udp/gstmultiudpsink.h:
2127         Add support for getting and setting the socket to use.
2128
2129         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2130         (gst_udpsrc_create), (gst_udpsrc_get_property):
2131         Add support for getting the currently used socket.
2132
2133 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
2134
2135         reviewed by: Stefan Kost  <ensonic@users.sf.net>
2136
2137         * gst/audiofx/Makefile.am:
2138         * gst/audiofx/audiochebyshevfreqband.c:
2139         (gst_audio_chebyshev_freq_band_mode_get_type),
2140         (gst_audio_chebyshev_freq_band_base_init),
2141         (gst_audio_chebyshev_freq_band_dispose),
2142         (gst_audio_chebyshev_freq_band_class_init),
2143         (gst_audio_chebyshev_freq_band_init),
2144         (generate_biquad_coefficients), (calculate_gain),
2145         (generate_coefficients),
2146         (gst_audio_chebyshev_freq_band_set_property),
2147         (gst_audio_chebyshev_freq_band_get_property),
2148         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
2149         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
2150         (gst_audio_chebyshev_freq_band_start):
2151         * gst/audiofx/audiochebyshevfreqband.h:
2152         * gst/audiofx/audiochebyshevfreqlimit.c:
2153         (gst_audio_chebyshev_freq_limit_mode_get_type),
2154         (gst_audio_chebyshev_freq_limit_base_init),
2155         (gst_audio_chebyshev_freq_limit_dispose),
2156         (gst_audio_chebyshev_freq_limit_class_init),
2157         (gst_audio_chebyshev_freq_limit_init),
2158         (generate_biquad_coefficients), (calculate_gain),
2159         (generate_coefficients),
2160         (gst_audio_chebyshev_freq_limit_set_property),
2161         (gst_audio_chebyshev_freq_limit_get_property),
2162         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
2163         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
2164         (gst_audio_chebyshev_freq_limit_start):
2165         * gst/audiofx/audiochebyshevfreqlimit.h:
2166         * gst/audiofx/audiofx.c: (plugin_init):
2167         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
2168         Fixes #464800.
2169
2170         * tests/check/Makefile.am:
2171         * tests/check/elements/.cvsignore:
2172         * tests/check/elements/audiochebyshevfreqband.c:
2173         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
2174         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
2175         * tests/check/elements/audiochebyshevfreqlimit.c:
2176         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
2177         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
2178         Add unit tests for the chebyshev filters.
2179
2180         * docs/plugins/Makefile.am:
2181         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2182         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2183         * docs/plugins/gst-plugins-good-plugins.args:
2184         * docs/plugins/inspect/plugin-1394.xml:
2185         * docs/plugins/inspect/plugin-audiofx.xml:
2186         * docs/plugins/inspect/plugin-dv.xml:
2187         * docs/plugins/inspect/plugin-flac.xml:
2188         * docs/plugins/inspect/plugin-jpeg.xml:
2189         * docs/plugins/inspect/plugin-png.xml:
2190         * docs/plugins/inspect/plugin-rtp.xml:
2191         * docs/plugins/inspect/plugin-shout2send.xml:
2192         * docs/plugins/inspect/plugin-wavpack.xml:
2193         And add docs for the chebyshev filters. While doing
2194         that also run make update in docs/plugins.
2195
2196 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2197
2198         * ext/annodex/gstcmmltag.c:
2199         * gst/rtp/gstrtpvorbispay.c:
2200           Make ro memory to share.
2201
2202 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2203
2204         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2205         Improve UDP performance by avoiding a select() when we have data
2206         available immediatly.
2207
2208 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2209
2210         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
2211         (gst_rtp_dec_class_init):
2212         * gst/rtsp/gstrtpdec.h:
2213         Add (dummy) SSRC management signals.
2214
2215         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2216         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2217         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
2218         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
2219         (on_timeout), (gst_rtspsrc_stream_configure_manager),
2220         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
2221         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2222         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2223         * gst/rtsp/gstrtspsrc.h:
2224         Add connection-speed property.
2225         Add find_stream helper functions.
2226         Handle stream EOS based on BYE messages or SSRC timeout.
2227         Returns SUCCESS from the state change function as we hide our async
2228         elements from the parent.
2229
2230 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2231
2232         * gst/debug/rndbuffersize.c:
2233           Fix da leak.
2234
2235 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
2236
2237         * gst/debug/Makefile.am:
2238         * gst/debug/breakmydata.c:
2239         * gst/debug/gstdebug.c:
2240         * gst/debug/negotiation.c:
2241         * gst/debug/progressreport.c:
2242         * gst/debug/rndbuffersize.c:
2243         * gst/debug/testplugin.c:
2244           Add new test element and clean-up the others a little.
2245
2246 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2247
2248         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2249         Fix parsing of mp4a version 0 atoms. Fixes #465774.
2250
2251 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2252
2253         * gst/rtp/gstrtpilbcdepay.c:
2254           Include stdlib.
2255
2256 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
2257
2258         * gst/rtp/gstrtpmpvdepay.c:
2259         Set the mpegversion in the caps so that autoplugging does not get
2260         confused.
2261
2262 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2263
2264         * po/hu.po:
2265         * po/uk.po:
2266         * po/vi.po:
2267           Updated translations.
2268
2269 2007-08-08  Michael Smith <msmith@fluendo.com>
2270
2271         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2272           Render right border in the correct location.
2273
2274 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
2275
2276         Patch by: Olivier Crete <tester at tester dot ca>
2277
2278         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
2279         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2280         Make mode property a string. Fixes #464475.
2281
2282 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2283
2284         * ext/flac/gstflacenc.c:
2285           Widen caps to match decoder a bit and add more FIXMEs.
2286
2287 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2288
2289         patch by: Mark Nauwelaerts <manauw@skynet.be>
2290
2291         * gst/avi/gstavimux.c:
2292           Fix ODML index tag numbering. Fixes #463624.
2293
2294 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2295
2296         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
2297         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2298         (gst_rtspsrc_stream_configure_tcp),
2299         (gst_rtspsrc_stream_configure_udp_sink):
2300         Fix default clock-rate for realmedia.
2301         Fix parsing of transport.
2302         Don't try to link NULL pads.
2303
2304 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
2305
2306         * po/POTFILES.skip:
2307           Add POTFILES.skip with list of source files that aren't disted at the
2308           moment but contain translatable strings. Should hopefully pacify
2309           broken tools and make it clearer that these files are left out
2310           intentionally (#461600).
2311
2312 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
2313
2314         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
2315         If the buffer was entirely clipped ... don't try sending it :)
2316
2317 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2318
2319         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
2320         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
2321         (gst_rtspsrc_create_transports_string),
2322         (gst_rtspsrc_prepare_transports):
2323         If we don't hav a session manager, set the caps on outgoing buffers
2324         ourselves.
2325         Force PAUSE/PLAY methods for now until the extensions can overwrite.
2326         Append final bit of the transport string even when it does not contain a
2327         placeholder.
2328
2329 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2330
2331         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
2332         (gst_rtsp_ext_list_connect):
2333         * gst/rtsp/gstrtspext.h:
2334         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2335         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
2336         Clean up the interface list.
2337         Allow connecting to interface signals for the extensions.
2338         Remove old extension code.
2339         Free list on cleanup.
2340         Allow extensions to send additional RTSP messages.
2341
2342 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2343
2344         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
2345         Handle a NULL gconf key gracefully by rendering the default element.
2346
2347 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2348
2349         * gst/rtsp/gstrtspext.h:
2350         Fix include path for extension interface.
2351
2352 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2353
2354         * gst/audiofx/audioamplify.h:
2355         Also remove a now unecessary variable here.
2356
2357 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2358
2359         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
2360         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
2361         * gst/audiofx/audiodynamic.c:
2362         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
2363         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
2364         * gst/audiofx/audiodynamic.h:
2365         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
2366         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
2367         * gst/audiofx/audioinvert.h:
2368         Don't save format information ourselves, this is already saved in
2369         GstAudioFilter.
2370
2371 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2372
2373         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2374         (gst_rtsp_ext_list_stream_select):
2375         * gst/rtsp/gstrtspext.h:
2376         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
2377         Use rank to filter out extensions.
2378         Add url to stream_select interface call.
2379
2380 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2381
2382         * gst/rtsp/Makefile.am:
2383         * gst/rtsp/base64.c:
2384         * gst/rtsp/base64.h:
2385         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2386         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
2387         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
2388         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
2389         (gst_rtsp_ext_list_setup_media),
2390         (gst_rtsp_ext_list_configure_stream),
2391         (gst_rtsp_ext_list_get_transports),
2392         (gst_rtsp_ext_list_stream_select):
2393         * gst/rtsp/gstrtspext.h:
2394         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
2395         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
2396         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
2397         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2398         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
2399         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
2400         (gst_rtspsrc_stream_configure_tcp),
2401         (gst_rtspsrc_stream_configure_mcast),
2402         (gst_rtspsrc_stream_configure_udp),
2403         (gst_rtspsrc_stream_configure_udp_sink),
2404         (gst_rtspsrc_stream_configure_transport),
2405         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2406         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2407         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
2408         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
2409         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2410         (gst_rtspsrc_parse_methods),
2411         (gst_rtspsrc_create_transports_string),
2412         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
2413         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
2414         (gst_rtspsrc_play), (gst_rtspsrc_pause),
2415         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
2416         * gst/rtsp/gstrtspsrc.h:
2417         * gst/rtsp/rtsp.h:
2418         * gst/rtsp/rtspconnection.c:
2419         * gst/rtsp/rtspconnection.h:
2420         * gst/rtsp/rtspdefs.c:
2421         * gst/rtsp/rtspdefs.h:
2422         * gst/rtsp/rtspext.h:
2423         * gst/rtsp/rtspextwms.c:
2424         * gst/rtsp/rtspextwms.h:
2425         * gst/rtsp/rtspmessage.c:
2426         * gst/rtsp/rtspmessage.h:
2427         * gst/rtsp/rtsprange.c:
2428         * gst/rtsp/rtsprange.h:
2429         * gst/rtsp/rtsptransport.c:
2430         * gst/rtsp/rtsptransport.h:
2431         * gst/rtsp/rtspurl.c:
2432         * gst/rtsp/rtspurl.h:
2433         * gst/rtsp/sdp.h:
2434         * gst/rtsp/sdpmessage.c:
2435         * gst/rtsp/sdpmessage.h:
2436         * gst/rtsp/test.c:
2437         Use shiny new RTSP and SDP library.
2438         Implement RTSP extensions using the new interface.
2439         Remove a lot of old code.
2440
2441 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
2442
2443         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2444         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
2445
2446 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2447
2448         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2449         Don't unref the outgoing buffer twice when dropping it because it's
2450         outside of the segment.
2451
2452 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2453
2454         * configure.ac:
2455         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
2456         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
2457         Use the new buffer clipping function from gstaudio here and
2458         require gst-plugins-base CVS.
2459         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2460         For framed Wavpack buffers we require a valid timestamp.
2461
2462 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
2463
2464         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
2465         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
2466         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
2467         Clip raw audio and video when we can, keep track of current output
2468         segment.
2469         Don't leak buffers and events when there is no output pad.
2470         Improve debugging here and there.
2471
2472 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
2473
2474         * configure.ac:
2475           Sync liboil check with plugins-base.
2476
2477 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
2478
2479         * ext/annodex/Makefile.am:
2480           Fix CFLAGS/LIBS.
2481
2482         * ext/cdio/gstcdiocddasrc.c:
2483         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
2484           Include stdlib
2485
2486         * ext/cairo/Makefile.am:
2487         * gst/videofilter/Makefile.am:
2488         * tests/examples/level/Makefile.am:
2489           Use $(LIBM) instead of -lm
2490
2491 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2492
2493         * sys/v4l2/gstv4l2src.c:
2494           Add another example pipeline.
2495
2496 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2497
2498         Patch by: Alexander Eichner <alexeichi@yahoo.de>
2499
2500         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2501           Use define here.
2502
2503         * sys/v4l2/gstv4l2tuner.c:
2504         (gst_v4l2_tuner_set_frequency_and_notify):
2505           Don't touch the property - its still disabled.
2506
2507         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
2508         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
2509         * sys/v4l2/v4l2src_calls.h:
2510           Improve fallback format negotionation. Fixes #451388
2511
2512 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2513
2514         * tests/check/elements/videocrop.c: (GST_START_TEST):
2515           Fix the test.
2516
2517 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2518
2519         * docs/plugins/Makefile.am:
2520         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2521         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2522         * docs/plugins/inspect/plugin-jpeg.xml:
2523         * docs/plugins/inspect/plugin-png.xml:
2524         * ext/jpeg/gstjpegdec.c:
2525         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
2526         (gst_pngdec_sink_setcaps):
2527           More docs. More logs in pngdec.
2528
2529 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
2530
2531         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2532           Initialize num_buffers with minimum value.
2533
2534         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
2535         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
2536           Handle frame-size query failure gracefully.
2537
2538 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
2539
2540         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2541         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
2542         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
2543         of qt/aac files.
2544
2545 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
2546
2547         * ext/wavpack/gstwavpackdec.c:
2548         (gst_wavpack_dec_clip_outgoing_buffer):
2549         Fix buffer clipping to correctly clip to the segment stop.
2550
2551 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
2552
2553         * configure.ac:
2554         * tests/Makefile.am:
2555         Remove bogus check for libcheck, since we check for
2556         gstreamer-check and it pulls in the required info from there,
2557         and we weren't actually _using_ the information for libcheck
2558         ourselves anyway.
2559
2560 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
2561
2562         * configure.ac:
2563           Use pkg-config to locate check.
2564
2565 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
2566
2567         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
2568         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
2569         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
2570         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2571         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
2572         * gst/effectv/gstaging.c: (gst_agingtv_transform):
2573         * gst/effectv/gstdice.c: (gst_dicetv_transform):
2574         * gst/effectv/gstedge.c: (gst_edgetv_transform):
2575         * gst/effectv/gstquark.c: (gst_quarktv_transform):
2576         * gst/effectv/gstrev.c: (gst_revtv_transform):
2577         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
2578         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
2579         * gst/effectv/gstwarp.c: (gst_warptv_transform):
2580         * gst/matroska/matroska-demux.c:
2581         (gst_matroska_demux_add_wvpk_header),
2582         (gst_matroska_demux_check_subtitle_buffer),
2583         (gst_matroska_decode_buffer):
2584         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
2585           Fix build against core CVS.
2586
2587 2007-07-10  Edward Hervey  <bilboed@gmail.com>
2588
2589         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
2590         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
2591         don't have enough granularity to convert that boolean into a
2592         GstFlowReturn.
2593
2594 2007-07-06  Michael Smith <msmith@fluendo.com>
2595
2596         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
2597         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
2598         (gst_alawdec_change_state):
2599         * gst/law/alaw-decode.h:
2600         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
2601         (gst_mulawdec_class_init), (gst_mulawdec_init),
2602         (gst_mulawdec_chain), (gst_mulawdec_change_state):
2603         * gst/law/mulaw-decode.h:
2604           Fix capsnego bogosity in *law decoders. 
2605
2606 2007-07-06  Michael Smith <msmith@fluendo.com>
2607
2608         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
2609         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
2610         (gst_smokeenc_change_state):
2611         * ext/jpeg/gstsmokeenc.h:
2612           Remove stupidity in get/set caps functions.
2613           Fix some refcounting problems.
2614
2615 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
2616
2617         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
2618         Remove endianness-flipping hack that seems to have been required
2619         only because of a bug in ffmpegcolorspace.
2620         Partially Fixes: #451908
2621
2622 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
2623
2624         * docs/plugins/Makefile.am:
2625           Simplify --extra-dir as gtkdoc scans recursively.
2626
2627 2007-07-03  Wim Taymans,,,  <set EMAIL_ADDRESS environment variable>
2628
2629         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2630
2631         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2632         Set the encoding-name in the rtp caps to all uppercase, as required by
2633         the caps spec.
2634         Some small cleanups in the error paths. Fixes #453037.
2635
2636 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
2637
2638         * ext/wavpack/gstwavpackparse.c:
2639         (gst_wavpack_parse_index_get_last_entry),
2640         (gst_wavpack_parse_index_get_entry_from_sample),
2641         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
2642         (gst_wavpack_parse_scan_to_find_sample):
2643         * ext/wavpack/gstwavpackparse.h:
2644         Use a GSList for the GArray that is used like a list anyway.
2645
2646 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
2647
2648         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
2649         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
2650         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
2651           Add state change function where we set 0/1 as default framerate in
2652           case our setcaps function isn't called, like it might not in a
2653           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
2654           gdkpixbufdec trying to create caps with a 0/0 framerate.
2655           Also post an error message on the bus if gst_pad_push() fails when
2656           called from our sink event handler (+1 for flow returns for event
2657           functions in 0.11) instead of failing silently.
2658
2659 2007-06-27  Wim Taymans  <wim@fluendo.com>
2660
2661         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
2662         Cast stack args to the proper types. Fixes #451249.
2663
2664 2007-06-27  Wim Taymans  <wim@fluendo.com>
2665
2666         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2667         (new_session_pad), (gst_rtspsrc_setup_streams):
2668         * gst/rtsp/gstrtspsrc.h:
2669         For container formats we only need to activate one of the streams so
2670         that we correctly signal no-more-pads. Fixes #451015.
2671
2672 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
2673
2674         * docs/plugins/gst-plugins-good-plugins.args:
2675         * docs/plugins/inspect/plugin-aasink.xml:
2676         * docs/plugins/inspect/plugin-alaw.xml:
2677         * docs/plugins/inspect/plugin-alpha.xml:
2678         * docs/plugins/inspect/plugin-alphacolor.xml:
2679         * docs/plugins/inspect/plugin-annodex.xml:
2680         * docs/plugins/inspect/plugin-apetag.xml:
2681         * docs/plugins/inspect/plugin-audiofx.xml:
2682         * docs/plugins/inspect/plugin-auparse.xml:
2683         * docs/plugins/inspect/plugin-autodetect.xml:
2684         * docs/plugins/inspect/plugin-avi.xml:
2685         * docs/plugins/inspect/plugin-cacasink.xml:
2686         * docs/plugins/inspect/plugin-cairo.xml:
2687         * docs/plugins/inspect/plugin-cdio.xml:
2688         * docs/plugins/inspect/plugin-cutter.xml:
2689         * docs/plugins/inspect/plugin-debug.xml:
2690         * docs/plugins/inspect/plugin-efence.xml:
2691         * docs/plugins/inspect/plugin-effectv.xml:
2692         * docs/plugins/inspect/plugin-esdsink.xml:
2693         * docs/plugins/inspect/plugin-flac.xml:
2694         * docs/plugins/inspect/plugin-flxdec.xml:
2695         * docs/plugins/inspect/plugin-gconfelements.xml:
2696         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2697         * docs/plugins/inspect/plugin-goom.xml:
2698         * docs/plugins/inspect/plugin-halelements.xml:
2699         * docs/plugins/inspect/plugin-icydemux.xml:
2700         * docs/plugins/inspect/plugin-id3demux.xml:
2701         * docs/plugins/inspect/plugin-jpeg.xml:
2702         * docs/plugins/inspect/plugin-ladspa.xml:
2703         * docs/plugins/inspect/plugin-level.xml:
2704         * docs/plugins/inspect/plugin-matroska.xml:
2705         * docs/plugins/inspect/plugin-mulaw.xml:
2706         * docs/plugins/inspect/plugin-multipart.xml:
2707         * docs/plugins/inspect/plugin-navigationtest.xml:
2708         * docs/plugins/inspect/plugin-ossaudio.xml:
2709         * docs/plugins/inspect/plugin-png.xml:
2710         * docs/plugins/inspect/plugin-quicktime.xml:
2711         * docs/plugins/inspect/plugin-rtp.xml:
2712         * docs/plugins/inspect/plugin-rtsp.xml:
2713         * docs/plugins/inspect/plugin-smpte.xml:
2714         * docs/plugins/inspect/plugin-speex.xml:
2715         * docs/plugins/inspect/plugin-taglib.xml:
2716         * docs/plugins/inspect/plugin-udp.xml:
2717         * docs/plugins/inspect/plugin-videobalance.xml:
2718         * docs/plugins/inspect/plugin-videobox.xml:
2719         * docs/plugins/inspect/plugin-videocrop.xml:
2720         * docs/plugins/inspect/plugin-videoflip.xml:
2721         * docs/plugins/inspect/plugin-videomixer.xml:
2722         * docs/plugins/inspect/plugin-wavenc.xml:
2723         * docs/plugins/inspect/plugin-wavparse.xml:
2724         * docs/plugins/inspect/plugin-ximagesrc.xml:
2725           Update docs with caps info.
2726
2727 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
2728
2729         * po/POTFILES.in:
2730           Add more files with translatable strings (#450878).
2731
2732 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
2733
2734         * MAINTAINERS:
2735         Updating all the maintainers files
2736
2737 2007-06-22  Edward Hervey  <edward@fluendo.com>
2738
2739         * ext/flac/gstflactag.c: (gst_flac_tag_init):
2740         * gst/interleave/deinterleave.c: (deinterleave_init),
2741         (deinterleave_sink_link):
2742         * gst/interleave/interleave.c: (interleave_init):
2743         * gst/median/gstmedian.c: (gst_median_init):
2744         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
2745         Fix memory leaks.
2746         * tests/check/elements/id3demux.c: (pad_added_cb):
2747         Remove unused variable.
2748
2749 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
2750
2751         * ext/gconf/gconf.h:
2752         Make the prototype of gst_gconf_get_key_for_sink_profile
2753         match the implementation.
2754         Patch by: Damien Carbery <damien dot carbery at sun dot com>
2755         Fixes: #449747
2756
2757 2007-06-20  Michael Smith <msmith@fluendo.com>
2758
2759         * gst/rtp/gstrtpdepay.c:
2760           Fix description - rtpdepay is not a payloader.
2761
2762 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
2763
2764         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
2765         (qtdemux_video_caps):
2766         * gst/qtdemux/qtdemux_fourcc.h:
2767           Add MJPG to the variants of motion jpeg.
2768
2769 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
2770
2771         * tests/check/Makefile.am:
2772         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
2773         * tests/check/elements/videocrop.c: (GST_START_TEST):
2774         * tests/check/elements/videofilter.c:
2775         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2776         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
2777           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
2778           error flags are included and it errors out on compiler warnings
2779           for CVS builds; remove unused variables in various unit tests.
2780
2781 2007-06-19  Wim Taymans  <wim@fluendo.com>
2782
2783         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2784         (rtsp_connection_close), (rtsp_connection_free):
2785         Use threadsafe inet_ntop to convert an ip number to a string. 
2786         Fixes #447961.
2787         Don't leak fd (and ip) when freeing a connection without first closing
2788         it.
2789
2790 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
2791
2792         * configure.ac:
2793         Back to CVS
2794
2795         * gst-plugins-good.doap:
2796         Add 0.10.6 to the doap file.
2797
2798 === release 0.10.6 ===
2799
2800 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
2801
2802         * configure.ac:
2803           releasing 0.10.6, "Wobble Board"
2804
2805 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
2806
2807         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2808         (rtsp_connection_free):
2809           Revert previous commit again, since we are frozen (sorry).
2810
2811 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
2812
2813         Patch by: Peter Kjellerstedt <pkj at axis com>
2814
2815         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2816         (rtsp_connection_free):
2817           inet_ntoa() uses a static buffer internally, so we need to copy the
2818           returned string if we want to store it for later (#447961).
2819
2820 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
2821
2822         * win32/vs6/autogen.dsp:
2823         * win32/vs6/gst_plugins_good.dsw:
2824         * win32/vs6/libgstalaw.dsp:
2825         * win32/vs6/libgstalpha.dsp:
2826         * win32/vs6/libgstalphacolor.dsp:
2827         * win32/vs6/libgstapetag.dsp:
2828         * win32/vs6/libgstaudiofx.dsp:
2829         * win32/vs6/libgstauparse.dsp:
2830         * win32/vs6/libgstautodetect.dsp:
2831         * win32/vs6/libgstavi.dsp:
2832         * win32/vs6/libgstcutter.dsp:
2833         * win32/vs6/libgstdirectdraw.dsp:
2834         * win32/vs6/libgstdirectsound.dsp:
2835         * win32/vs6/libgsteffectv.dsp:
2836         * win32/vs6/libgstflx.dsp:
2837         * win32/vs6/libgstgoom.dsp:
2838         * win32/vs6/libgsticydemux.dsp:
2839         * win32/vs6/libgstid3demux.dsp:
2840         * win32/vs6/libgstinterleave.dsp:
2841         * win32/vs6/libgstjpeg.dsp:
2842         * win32/vs6/libgstlevel.dsp:
2843         * win32/vs6/libgstmatroska.dsp:
2844         * win32/vs6/libgstmedian.dsp:
2845         * win32/vs6/libgstmonoscope.dsp:
2846         * win32/vs6/libgstmulaw.dsp:
2847         * win32/vs6/libgstmultipart.dsp:
2848         * win32/vs6/libgstqtdemux.dsp:
2849         * win32/vs6/libgstrtp.dsp:
2850         * win32/vs6/libgstrtsp.dsp:
2851         * win32/vs6/libgstsmpte.dsp:
2852         * win32/vs6/libgstspeex.dsp:
2853         * win32/vs6/libgstudp.dsp:
2854         * win32/vs6/libgstvideobalance.dsp:
2855         * win32/vs6/libgstvideobox.dsp:
2856         * win32/vs6/libgstvideocrop.dsp:
2857         * win32/vs6/libgstvideoflip.dsp:
2858         * win32/vs6/libgstvideomixer.dsp:
2859         * win32/vs6/libgstwaveform.dsp:
2860         * win32/vs6/libgstwavenc.dsp:
2861         * win32/vs6/libgstwavparse.dsp:
2862         Mark *.dsp & *.dsw as binary files and convert to DOS line
2863         endings, as they don't load into VS6 correctly otherwise.
2864
2865 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
2866
2867         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
2868         (rtsp_connection_connect):
2869         Fix the MingW build. 
2870         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
2871         Fixes: #446981
2872
2873 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
2874
2875         * tests/check/elements/.cvsignore:
2876         * tests/icles/.cvsignore:
2877         Hush the buildbots up
2878
2879 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
2880
2881         * configure.ac:
2882         * sys/Makefile.am:
2883         * sys/directdraw/Makefile.am:
2884         * sys/directsound/Makefile.am:
2885         * sys/waveform/Makefile.am:
2886         Make sure to dist everything needed for win32 builds.
2887
2888 2007-06-14  Edward Hervey  <edward@fluendo.com>
2889
2890         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
2891         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
2892         caps.
2893         Fixes #447458
2894
2895 2007-06-13  Wim Taymans  <wim@fluendo.com>
2896
2897         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
2898         Make sure we allocate enough memory for the codec_data.
2899         Fixes #447210.
2900
2901 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
2902
2903         * win32/MANIFEST:
2904         Add videocrop project file to the win32 manifest.
2905         * win32/vs6/gst_plugins_good.dsw:
2906         Add qtdemux,videocrop and waveform projects to the workspace.
2907         * win32/vs6/libgstqtdemux.dsp:
2908         Add zlib to the link list of qtdemux.
2909         * win32/vs6/libgstvideocrop.dsp:
2910         Add a project file for videocrop.
2911
2912 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2913
2914         * po/POTFILES.in:
2915         Add qtdemux for translation
2916
2917 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2918
2919         * configure.ac:
2920         * docs/plugins/Makefile.am:
2921         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2922         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2923         * docs/plugins/inspect/plugin-videocrop.xml:
2924         * gst-plugins-good.spec.in:
2925         * sys/Makefile.am:
2926         * tests/check/Makefile.am:
2927         * tests/icles/Makefile.am:
2928         * tests/icles/videocrop-test.c:
2929         Move videocrop and osxvideo from -bad.
2930
2931 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2932
2933         * configure.ac:
2934         * docs/plugins/Makefile.am:
2935         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2936         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2937         * docs/plugins/gst-plugins-good-plugins.args:
2938         * docs/plugins/inspect/plugin-qtdemux.xml:
2939         * docs/plugins/inspect/plugin-quicktime.xml:
2940         * win32/MANIFEST:
2941         Move qtdemux from -bad.
2942
2943         * gst-plugins-good.spec.in:
2944         Update spec file to reflect moving of qtdemux and wavpack
2945
2946 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2947         
2948         * win32/MANIFEST:
2949         * docs/plugins/Makefile.am:
2950         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2951         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2952         * docs/plugins/inspect/plugin-directdraw.xml:
2953         * docs/plugins/inspect/plugin-directsound.xml:
2954         * docs/plugins/inspect/plugin-waveform.xml:
2955         Move the waveform plugin from -bad too. Update the inspect xml
2956         files to mention Plugins Good instead of Plugins Bad.
2957
2958 2007-06-12  Andy Wingo  <wingo@pobox.com>
2959
2960         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
2961         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
2962         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
2963         finalization and resuscitation. No longer public.
2964         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
2965         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
2966         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
2967         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
2968         miniobject semantics, and be threadsafe.
2969         (gst_v4l2src_queue_frame): Remove this function, as we just call
2970         the ioctls directly in the two places where we queue buffers.
2971         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
2972         directly.
2973         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
2974         to allocate the pool, which also preallocates the GstBuffers.
2975         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
2976         queueing the frames directly.
2977         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
2978         mmap buffers have been dequeued.
2979
2980         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
2981         real MiniObject instead of rolling our own refcounting and
2982         finalizing. Give it a lock.
2983         (struct _GstV4l2Buffer): Remove one intermediary object, having
2984         the buffers hold the struct v4l2_buffer directly.
2985
2986         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
2987         capture_init so that it can set them on the buffers that it will
2988         create.
2989         (gst_v4l2src_get_read): For better or for worse, include the
2990         timestamping and offsetting code here; really we should be using
2991         bufferalloc though.
2992         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
2993         preallocated, mmap'd buffers.
2994
2995 2007-06-11  Wim Taymans  <wim@fluendo.com>
2996
2997         Patch by: daniel fischer <dan at f3c dot com>
2998
2999         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
3000         (gst_ximage_src_get_caps):
3001         Actually use the display_name property so that we can dump any
3002         available X display. Fixes #445905.
3003
3004 2007-06-11  Wim Taymans  <wim@fluendo.com>
3005
3006         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3007
3008         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
3009         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
3010         Add missing rate fields to caps. Fixes #441118.
3011
3012 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
3013
3014         * win32/vs6/gst_plugins_good.dsw:
3015         * win32/vs8/gst-plugins-good.sln:
3016         Add DirectSound and DirectDraw sinks project files to
3017         workspace and solution files.
3018
3019 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3020
3021         Patch by: Josh Coalson <xflac at yahoo dot com>,
3022         updated by Alexis Ballier <aballier at gentoo dot org>:
3023
3024         * configure.ac:
3025         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
3026         (gst_flac_dec_setup_seekable_decoder),
3027         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
3028         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
3029         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
3030         * ext/flac/gstflacdec.h:
3031         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3032         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
3033         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
3034         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
3035         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
3036         (gst_flac_enc_chain), (gst_flac_enc_set_property),
3037         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
3038         * ext/flac/gstflacenc.h:
3039         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
3040         
3041 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3042
3043         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
3044         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
3045         not necessary anymore as we need at least that core version. 
3046
3047 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3048
3049         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3050         (gst_wavpack_dec_chain):
3051         * ext/wavpack/gstwavpackdec.h:
3052         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3053         (gst_wavpack_parse_push_buffer):
3054         * ext/wavpack/gstwavpackparse.h:
3055         Improve discont handling by checking if the next Wavpack block has
3056         the expected, following block index.
3057
3058 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3059
3060         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
3061           Fix element description.
3062
3063 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3064
3065         * configure.ac:
3066         * docs/plugins/Makefile.am:
3067         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3068         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3069         * docs/plugins/gst-plugins-good-plugins.args:
3070         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3071         * docs/plugins/gst-plugins-good-plugins.signals:
3072         * docs/plugins/inspect/plugin-autodetect.xml:
3073         * docs/plugins/inspect/plugin-gconfelements.xml:
3074         * docs/plugins/inspect/plugin-ladspa.xml:
3075         * docs/plugins/inspect/plugin-rtp.xml:
3076         * docs/plugins/inspect/plugin-wavpack.xml:
3077         * ext/Makefile.am:
3078         * tests/check/Makefile.am:
3079           move wavpack plugin.  See #352605.
3080
3081 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
3082
3083         * configure.ac:
3084         * docs/plugins/Makefile.am:
3085         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3086         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3087         * docs/plugins/gst-plugins-good-plugins.args:
3088         * sys/Makefile.am:
3089         * win32/MANIFEST:
3090         Add DirectDraw & DirectSound plugins to the build and docs.
3091
3092 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
3093
3094         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
3095         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
3096           When operating in pull mode, error out correct on not-linked.
3097
3098 2007-06-06  Andy Wingo  <wingo@pobox.com>
3099
3100         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
3101         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
3102         format and size if the ioctls are defined; should fix compilation
3103         on Linux < 2.16.19.
3104
3105 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
3106
3107         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
3108           Printf fixes in debug statements; use LOG level for debug statements
3109           that are printed for each and every frame; convert c++ comments to
3110           C-style comments; not much point using g_try_malloc() if we then not
3111           even check the return value.
3112
3113 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
3114
3115         * configure.ac:
3116           Bump requirements to released versions (core and base 0.10.13).
3117
3118         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
3119           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
3120           own implementation.
3121
3122 2007-06-05  Andy Wingo  <wingo@pobox.com>
3123
3124         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
3125         some useless comments.
3126
3127         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
3128         frames before calling STREAMON, that might leave them in a state
3129         where they can't be dequeued if we go back to NULL without calling
3130         STREAMON, according to the docs.
3131         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
3132         before we call STREAMON.
3133         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
3134         failures. (For me this code hung.) The pool refcounting is still
3135         crack; added a note to that effect.
3136
3137 2007-06-05  Wim Taymans  <wim@fluendo.com>
3138
3139         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
3140         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
3141         Add support for mapping gst structure names to the MIME type equivalent.
3142         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
3143
3144 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3145
3146         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3147         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
3148         (gst_wavenc_chain), (gst_wavenc_change_state):
3149         * gst/wavenc/gstwavenc.h:
3150         Properly write wav files with width!=depth by having the depth most
3151         significant bytes set and all others zero. Fixes #442535.
3152
3153 2007-06-01  Wim Taymans  <wim@fluendo.com>
3154
3155         * gst/rtsp/rtspconnection.c:
3156         Add include to make buildbot happy.
3157
3158 2007-06-01  Wim Taymans  <wim@fluendo.com>
3159
3160         Patch by: Peter Kjellerstedt  <pkj at axis com>
3161
3162         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3163         (rtsp_connection_connect), (add_date_header),
3164         (rtsp_connection_send), (parse_response_status),
3165         (parse_request_line), (parse_line), (rtsp_connection_receive):
3166         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
3167         * gst/rtsp/rtspdefs.h:
3168         * gst/rtsp/rtspmessage.c: (key_value_foreach),
3169         (rtsp_message_init_request), (rtsp_message_init_response),
3170         (rtsp_message_remove_header), (rtsp_message_append_headers),
3171         (rtsp_message_dump):
3172         * gst/rtsp/rtspmessage.h:
3173         Improves version checking, allowing an RTSP server to reply with "505
3174         RTSP Version not supported.
3175         Adds a Date header to all messages.
3176         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
3177         want to be able to send a response even if something in the request was
3178         invalid. EINVAL is only used when passing wrong arguments to functions.
3179         Do not handle an invalid method in parse_request_line(). Defer this to
3180         the caller so it can respond with "405 Method Not Allowed".
3181         Improves parsing of the timeout parameter to the Session header,
3182         allowing whitespace after the semicolon. 
3183         Avoids a compiler warning due to variables shadowing a function argument.
3184
3185 2007-06-01  Wim Taymans  <wim@fluendo.com>
3186
3187         Based on Patch by: Daniel Charles <dcharles at ti dot com>
3188
3189         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3190         (gst_rtp_amr_depay_process):
3191         * gst/rtp/gstrtpamrdepay.h:
3192         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
3193         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
3194         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
3195         * gst/rtp/gstrtpamrpay.h:
3196         Add support for AMR-WB.
3197         Small cleanups such as using BOILERPLATE.
3198
3199 2007-05-31  Wim Taymans  <wim@fluendo.com>
3200
3201         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
3202         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
3203
3204 2007-05-30  Andy Wingo  <wingo@pobox.com>
3205
3206         * sys/v4l2/gstv4l2object.h: 
3207         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
3208         unintended changes.
3209
3210         * sys/v4l2/v4l2src_calls.h: 
3211         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
3212         the format list in the order that the driver gives it to us.
3213         (gst_v4l2src_probe_caps_for_format_and_size)
3214         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
3215         based on the capabilities of the device.
3216         (gst_v4l2src_grab_frame): Update for object variable renaming.
3217         (gst_v4l2src_set_capture): Update to be strict in its parameters,
3218         as in the set_caps below.
3219         (gst_v4l2src_capture_init): Update for object variable renaming,
3220         and reflow.
3221         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
3222         (gst_v4l2src_capture_deinit): Update for object variable renaming.
3223         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
3224         (gst_v4l2src_get_fps): Remove; these functions don't have much
3225         meaning outside of an atomic set_caps method.
3226         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
3227         known.
3228
3229         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
3230         call to update_fps; not sure about this change.
3231         (gst_v4l2_tuner_set_norm): Work around the fact that for the
3232         moment we don't have an update_fps_func.
3233
3234         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
3235         structures in the object, just store what we need. Do store the
3236         probed caps of the device. Don't store the current frame rate.
3237
3238         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
3239         update_fps_function, for now. Update for new object variable
3240         naming.
3241         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
3242         new object variable naming.
3243         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
3244         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
3245         (gst_v4l2src_get_caps): Rework to probe the device for supported
3246         frame sizes and frame rates.
3247         (gst_v4l2src_set_caps): Rework to be strict in the given
3248         parameters: if someone asks us to have a certain size and rate,
3249         that is what we configure.
3250         (gst_v4l2src_get_read): Update for object variable naming. Don't
3251         leak buffers on short reads.
3252         (gst_v4l2src_get_mmap): Update for object variable naming, and add
3253         comments.
3254         (gst_v4l2src_create): Update for object variable naming.
3255
3256 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3257
3258         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
3259         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
3260         * gst/avi/gstavidemux.h:
3261           Parse subtitle text streams instead of erroring out (#442034). Still
3262           needs a parser for the subtitles to actually show up.
3263
3264 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3265
3266         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
3267         (gst_avi_demux_loop):
3268           Make _push_event() return TRUE if the event could be pushed on at
3269           least one pad and not only if it could be pushed on all pads,
3270           otherwise we'll end up posting an error message on EOS if one or
3271           more source pads are not connected.
3272
3273 2007-05-28  Wim Taymans  <wim@fluendo.com>
3274
3275         * gst/rtsp/rtsptransport.c:
3276         Use renamed RTP bin.
3277
3278 2007-05-28  Wim Taymans  <wim@fluendo.com>
3279
3280         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
3281
3282         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
3283         (gst_video_box_set_property), (gst_video_box_transform_caps),
3284         (video_box_recalc_transform), (gst_video_box_set_caps),
3285         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
3286         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
3287         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
3288         (gst_video_box_i420_i420), (gst_video_box_transform),
3289         (plugin_init):
3290         Add AYUV->AYUV and AYUV->I420 formats. 
3291         Fix negotiation and I420->AYUV conversion.
3292         Fixes #429329.
3293
3294 2007-05-26  Wim Taymans  <wim@fluendo.com>
3295
3296         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
3297         Use different variables for nested for loops so that the outer loop
3298         functions properly and speex files with multiple frames per buffer work
3299         properly.
3300         Fixes #441408.
3301
3302 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3303
3304         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
3305           Don't leak newsegment events.
3306
3307 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3308
3309         * gst/wavparse/Makefile.am:
3310           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
3311           drags it in.
3312
3313 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3314
3315         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3316         (notgst_value_array_append_buffer),
3317         (gst_flac_enc_process_stream_headers),
3318         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
3319         (gst_flac_enc_change_state):
3320         * ext/flac/gstflacenc.h:
3321           Collect headers, add "streamheader" field to output caps and set
3322           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
3323           produces output according to the official FLAC-to-Ogg mapping
3324           instead of completely broken files. Fixes #426044.
3325
3326 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3327
3328         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
3329         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
3330         (gst_id3demux_sink_event):
3331         * gst/id3demux/gstid3demux.h:
3332         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
3333         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
3334         (gst_tag_demux_send_new_segment):
3335         Handle and adjust new-segment events so that downstream really
3336         sees a stream with the tag pieces stripped off the front and back.
3337         Fixes strangeness in seeking when mp3 decoders use the new-segment
3338         byte position to estimate their current playback position timestamp
3339         and then the arriving buffers don't match up.
3340
3341 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3342
3343         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
3344           Don't unnecessarily perform a READY->NULL->READY transition on the
3345           detected audio sink when starting up. Fixes: #440127
3346
3347 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
3348
3349         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
3350         (gst_flac_enc_chain):
3351           Don't crash in chain function if setcaps hasn't been called.
3352
3353 2007-05-24  Wim Taymans  <wim@fluendo.com>
3354
3355         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
3356         Init value to avoid infinte loops.
3357
3358 2007-05-24  Wim Taymans  <wim@fluendo.com>
3359
3360         Patch by: Peter Kjellerstedt  <pkj at axis com>
3361
3362         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
3363         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
3364         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3365         (gst_rtspsrc_play):
3366         (rtsp_connection_send), (rtsp_connection_receive):
3367         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
3368         Fix for new API.
3369
3370         * gst/rtsp/rtspconnection.c: (add_auth_header),
3371         Only add authorisation and session headers when sending messages.
3372
3373         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
3374         (rtsp_message_init_request), (rtsp_message_init_response),
3375         (rtsp_message_unset), (rtsp_message_add_header),
3376         (rtsp_message_remove_header), (rtsp_message_get_header),
3377         (rtsp_message_append_headers), (dump_key_value),
3378         (rtsp_message_dump):
3379         * gst/rtsp/rtspmessage.h:
3380         Add support for multiple headers of the same type by storing the parsed
3381         headers in a GArray instaed of a hashtable.
3382
3383 2007-05-21  Wim Taymans  <wim@fluendo.com>
3384
3385         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
3386         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
3387         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
3388         safer shutdown.
3389
3390 2007-05-21  Wim Taymans  <wim@fluendo.com>
3391
3392         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
3393         * gst/rtsp/gstrtpdec.h:
3394         Added signal for backwards compat.
3395
3396 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3397         
3398         Patch by: René Stadler <mail at renestadler dot de>
3399
3400         * configure.ac:
3401         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
3402         (gst_au_parse_parse_header), (gst_au_parse_chain):
3403         * gst/auparse/gstauparse.h:
3404         Use audioconvert for converting from non-native endianness floats
3405         in auparse instead of doing it ourself. Fixes #424527.
3406         This needs the audioconvert from plugins-base CVS.
3407         
3408 2007-05-21  Wim Taymans  <wim@fluendo.com>
3409
3410         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3411         (gst_rtp_h263p_pay_flush):
3412         Fix enum registration.
3413
3414 2007-05-21  Wim Taymans  <wim@fluendo.com>
3415
3416         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
3417
3418         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3419         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
3420         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
3421         (gst_rtp_h263p_pay_flush):
3422         * gst/rtp/gstrtph263ppay.h:
3423         Add new fragmentation mode base on GOB headers. Fixes #438940.
3424
3425 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
3426
3427         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
3428           Printf format fix.
3429
3430 2007-05-18  Wim Taymans  <wim@fluendo.com>
3431
3432         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
3433         Don't crash when an unsupported transport error was returned by the
3434         server, just try to configure the next stream. Fixes #439255.
3435
3436 2007-05-18  Wim Taymans  <wim@fluendo.com>
3437
3438         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3439         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
3440         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
3441         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3442         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
3443         * gst/rtsp/gstrtspsrc.h:
3444         Add TCP timeout property and use it for all TCP connection.
3445
3446         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3447         (rtsp_connection_write), (rtsp_connection_next_timeout),
3448         (rtsp_connection_reset_timeout):
3449         Make connect and writes cancelable and make them use the timeout.
3450
3451 2007-05-18  Wim Taymans  <wim@fluendo.com>
3452
3453         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3454         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
3455         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3456         (gst_rtspsrc_setup_streams):
3457         Refactor timeout handling.
3458         Also send keep-alive when dealing with TCP transport.
3459
3460         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3461         (rtsp_connection_free), (rtsp_connection_next_timeout),
3462         (rtsp_connection_reset_timeout):
3463         * gst/rtsp/rtspconnection.h:
3464         Use a timer to handle the session timeouts, add some methods to deal
3465         with timeouts.
3466
3467 2007-05-17  Wim Taymans  <wim@fluendo.com>
3468
3469         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
3470         (gst_rtspsrc_setup_streams):
3471         Ignore streams that fail the setup command, we will retry with a
3472         different transport later on.
3473
3474         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
3475         (rtsp_ext_wms_configure_stream):
3476         Fix encoding name case.
3477
3478 2007-05-16  Edward Hervey  <edward@fluendo.com>
3479
3480         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
3481         Fix build on macosx.
3482
3483 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3484
3485         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
3486         Replace direct comparison of a string with the string literal "" with
3487         a comparison of the first character with '\0'. Fixes #438926.
3488
3489 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3490
3491         * gst/debug/breakmydata.c (gst_break_my_data_init):
3492           One more try. This should be the proper fix now.
3493
3494 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3495
3496         * gst/debug/breakmydata.c:
3497           Ooops, no // comments please.
3498
3499 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3500
3501         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
3502         (gst_break_my_data_init):
3503           Fix gst_buffer_is_writable() assertion.
3504
3505 2007-05-14  David Schleef  <ds@schleef.org>
3506
3507         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
3508           video/x-raw-bayer.  Fixes #314160.
3509
3510 2007-05-14  Wim Taymans  <wim@fluendo.com>
3511
3512         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
3513         (gst_rtp_theora_depay_parse_configuration):
3514         * gst/rtp/gstrtptheorapay.c: (encode_base64),
3515         (gst_rtp_theora_pay_finish_headers),
3516         (gst_rtp_theora_pay_handle_buffer):
3517         Update theora pay/depayloader in a similar to vorbis.
3518
3519         * gst/rtp/gstrtpvorbisdepay.c:
3520         (gst_rtp_vorbis_depay_parse_configuration):
3521         Update docs.
3522
3523 2007-05-14  Wim Taymans  <wim@fluendo.com>
3524
3525         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
3526         When we try to execute a method that is not supported by the server,
3527         don't error out but remove the method from the accepted methods so that
3528         we never try to perform this method again.
3529
3530 2007-05-14  Wim Taymans  <wim@fluendo.com>
3531
3532         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
3533         Remove annoying _dump_mem.
3534
3535 2007-05-14  Wim Taymans  <wim@fluendo.com>
3536
3537         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
3538         Parse range correctly.
3539
3540         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
3541         The baseurl now always has a '/' at the start.
3542
3543 2007-05-14  Wim Taymans  <wim@fluendo.com>
3544
3545         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
3546         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
3547         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3548         Factor out caps configuration and configure more stuff such as the time
3549         ranges and speed/scale values.
3550
3551         * gst/rtsp/rtsptransport.c:
3552         Add Copyright after non-trival fixes.
3553
3554 2007-05-12  Wim Taymans  <wim@fluendo.com>
3555
3556         Patch by: Peter Kjellerstedt  <pkj at axis com>
3557
3558         * gst/rtsp/gstrtspsrc.h:
3559         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
3560         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
3561         (rtsp_message_get_header):
3562         * gst/rtsp/rtspmessage.h:
3563         Make channel guint8 where possible.
3564         Make rtsp_message_init_data() take the channel as a guint8.
3565
3566         * gst/rtsp/rtspdefs.c:
3567         Fixed a typo: Timout -> Timeout
3568
3569         * gst/rtsp/rtspdefs.h:
3570         Make RTSP_CHECK() behave as a statement.
3571
3572         * gst/rtsp/sdpmessage.c:
3573         Avoid a compiler warning in INIT_ARRAY().
3574         Fixes #437692.
3575
3576 2007-05-12  Wim Taymans  <wim@fluendo.com>
3577
3578         Patch by: Peter Kjellerstedt  <pkj at axis com>
3579
3580         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
3581         (rtsp_url_get_request_uri):
3582         * gst/rtsp/rtspurl.h:
3583         Add support for query parameters to RTSP URLs.
3584
3585 2007-05-12  Wim Taymans  <wim@fluendo.com>
3586
3587         Patch by: Peter Kjellerstedt  <pkj at axis com>
3588
3589         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
3590         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
3591         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
3592         (rtsp_transport_parse), (rtsp_transport_as_text):
3593         * gst/rtsp/rtsptransport.h:
3594         Add validation to rtsp_transport_parse().
3595         Add rtsp_transport_as_text() to generate an RTSP header from an
3596         RTSPTransport.
3597         Change ssrc to guint (was a string) since that is what it is, even
3598         though it is sent as a hex string.
3599         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
3600         incorrect, which can be seen when looking at the examples in the RFC).
3601         Fixes #437670.
3602
3603 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3604
3605         Patch by: Eric Anholt
3606
3607         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
3608           gst_ximage_src_ximage_get):
3609         Use union of all damage between frames to make it faster.
3610         Fixes bug #342463.
3611         Also fix crasher when cursor is at bottom right of window.
3612
3613 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
3614
3615         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3616           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
3617           streaming mode regression for file from #343837 with 'bext' chunk
3618           before the 'fmt' chunk.
3619
3620 2007-05-11  Wim Taymans  <wim@fluendo.com>
3621
3622         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
3623         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
3624         (gst_rtspsrc_handle_src_event),
3625         (gst_rtspsrc_stream_configure_manager),
3626         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
3627         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
3628         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3629         * gst/rtsp/gstrtspsrc.h:
3630         * gst/rtsp/rtspdefs.h:
3631         Preliminary seek support.
3632         Activate internal pads so that we can receive events on them.
3633         Don't try to parse a range string when it's NULL.
3634
3635 2007-05-11  Wim Taymans  <wim@fluendo.com>
3636
3637         * gst/rtp/README:
3638         Update README with new RTP variables that will be used for
3639         synchronisation.
3640
3641         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
3642         (gst_rtp_vorbis_depay_parse_configuration),
3643         (gst_rtp_vorbis_depay_process):
3644         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
3645         (gst_rtp_vorbis_pay_finish_headers),
3646         (gst_rtp_vorbis_pay_handle_buffer):
3647         Update vorbis pay and depayloader to draft-04.
3648
3649 2007-05-11  Wim Taymans  <wim@fluendo.com>
3650
3651         * gst/rtsp/rtsptransport.c:
3652         UDP MCAST is actually the default for RTP/AVP.
3653 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
3654
3655         * gst/level/gstlevel.c: (gst_level_transform_ip):
3656         Use guint8 * instead of gpointer then vs6 can build 
3657         in_data += (filter->width / 8).
3658
3659 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3660
3661         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
3662           gst_ximage_src_ximage_get):
3663         * sys/ximage/gstximagesrc.h (last_ximage):
3664         When using Damage actually keep the last frame, and not assume
3665         that the buffer we get already has the last frame on it.
3666         Copy the cursor over if we specify a non-zero start x and
3667         start y.
3668
3669 2007-05-11  Wim Taymans  <wim@fluendo.com>
3670
3671         * gst/rtsp/rtsptransport.c:
3672         Make UDP the default transport when not specified.
3673
3674 2007-05-09  David Schleef  <ds@schleef.org>
3675
3676         * gst/level/gstlevel.c:
3677           Revert last change.
3678
3679 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
3680
3681         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
3682         (gst_level_transform_ip):
3683         Use guint8 * instead of gpointer then vs6 know the size of data
3684         pointed when moving the pointer.
3685         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
3686         Move instructions after variables declaration.
3687         * win32/vs6/autogen.dsp:
3688         * win32/vs6/libgstrtp.dsp:
3689         * win32/vs6/libgstrtsp.dsp:
3690         Update vs6 project files.
3691
3692 2007-05-09  Wim Taymans  <wim@fluendo.com>
3693
3694         * gst/rtsp/Makefile.am:
3695         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
3696         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
3697         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
3698         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
3699         (rtsp_range_free):
3700         * gst/rtsp/rtsprange.h:
3701         Add code to parse time ranges.
3702         Report DURATION on the stream when possible.
3703
3704 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
3705
3706         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
3707         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
3708         (gst_videomixer_collected):
3709           Fix strides calculation for AYUV (it's just width*4) (#436910).
3710
3711 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3712
3713         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
3714         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
3715         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
3716         Sync the GObject properties before each processing step to properly
3717         work with the controller.
3718
3719 2007-05-04  Wim Taymans  <wim@fluendo.com>
3720
3721         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3722         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3723         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3724         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
3725         (gst_rtspsrc_change_state):
3726         Let more error state trickle down so that we can catch more error
3727         cases.
3728         Handle keep-alive a little smarter by selecting a method the server
3729         actually supports.
3730         Fix a race in UDP streaming shutdown.
3731
3732 2007-05-04  Wim Taymans  <wim@fluendo.com>
3733
3734         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
3735         Ignore errors when trying to use the keep-alive messages.
3736
3737 2007-05-04  Wim Taymans  <wim@fluendo.com>
3738
3739         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
3740         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
3741         (gst_rtspsrc_stream_configure_manager),
3742         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
3743         (gst_rtspsrc_stream_configure_mcast),
3744         (gst_rtspsrc_stream_configure_udp),
3745         (gst_rtspsrc_stream_configure_udp_sink),
3746         (gst_rtspsrc_stream_configure_transport):
3747         Send RTCP messages back to the server over the TCP connection.
3748
3749         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
3750         (rtsp_connection_send), (rtsp_connection_read), (read_body),
3751         (rtsp_connection_receive):
3752         * gst/rtsp/rtspconnection.h:
3753         Factor out and expose lowlevel _write and _read methods.
3754         Implement sending data messages to the server.
3755
3756 2007-05-03  Wim Taymans  <wim@fluendo.com>
3757
3758         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
3759         (gst_multipart_mux_collected):
3760         Fix timestamps on outgoing buffers.
3761
3762 2007-05-03  Wim Taymans  <wim@fluendo.com>
3763
3764         * gst/multipart/multipartmux.c:
3765         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
3766         (gst_multipart_mux_change_state):
3767         Emit NEWSEGMENT events before pushing the first buffer.
3768
3769 2007-05-03  Wim Taymans  <wim@fluendo.com>
3770
3771         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
3772         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
3773         (gst_rtspsrc_handle_src_query),
3774         (gst_rtspsrc_stream_configure_manager),
3775         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
3776         (gst_rtspsrc_stream_configure_mcast),
3777         (gst_rtspsrc_stream_configure_udp),
3778         (gst_rtspsrc_stream_configure_udp_sink),
3779         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
3780         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
3781         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3782         (gst_rtspsrc_pause):
3783         Refactor transport configuration code.
3784         Create internal pads for TCP transport so that we can implement events
3785         and queries.
3786         Handle events and queries.
3787         Parse range from the SDP.
3788         Fix race in pause handler where the connection could still be flushing.
3789
3790 2007-05-02  Wim Taymans  <wim@fluendo.com>
3791
3792         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3793         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
3794         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
3795         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
3796         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
3797         (gst_rtspsrc_change_state):
3798         * gst/rtsp/gstrtspsrc.h:
3799         Fix race when multiple udp sources post timeouts, just act on the first
3800         received timeout.
3801         Protect stream list with a recursive lock to fix some races.
3802         Flush connection when we need to do a reconnect or stop.
3803         Make state lock recursive.
3804
3805         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3806         (rtsp_connection_close):
3807         Some small cleanups.
3808
3809 2007-05-02  Wim Taymans  <wim@fluendo.com>
3810
3811         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3812         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
3813         Only set DISCONT when there actually is a discont or when we just
3814         started.
3815
3816 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3817
3818         * ext/flac/gstflac.c: (plugin_init):
3819         Call bindtextdomain() to get localized strings.
3820
3821 2007-05-02  Wim Taymans  <wim@fluendo.com>
3822
3823         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3824         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
3825         (gst_wavparse_stream_data):
3826         * gst/wavparse/gstwavparse.h:
3827         Be a bit more clever when dealing with VBR files with FACT tags, we
3828         don't want to timestamp buffers in that case but the estimated BPS can
3829         be used for seeking.
3830         Only send close segment in the streaming thread.
3831
3832 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3833
3834         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
3835         Correctly post an error on the bus if something went wrong in the loop
3836         function. This fixes a few cases where the task was paused and nothing
3837         happened anymore.
3838
3839 2007-05-02  Wim Taymans  <wim@fluendo.com>
3840
3841         * gst/rtsp/test.c: (main):
3842         Fix compilation of deprecated test just because I'm too lazy to delete
3843         it.
3844
3845 2007-05-02  Wim Taymans  <wim@fluendo.com>
3846
3847         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3848         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
3849         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
3850         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
3851         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
3852         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
3853         * gst/rtsp/gstrtspsrc.h:
3854         Fix sending RTCP to the right place.
3855         Fix bug in reffing the wrong UDP element.
3856         Use new pad names for the session manager.
3857         Implement handling server requests in interleaved and UDP modes.
3858         Handle session keep-alive in UDP modes.
3859         Remove GCond for handling UDP timeouts.
3860
3861         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3862         (rtsp_connection_send), (rtsp_connection_read), (read_body),
3863         (rtsp_connection_receive), (rtsp_connection_close):
3864         * gst/rtsp/rtspconnection.h:
3865         Store connection IP address for later.
3866         Add timeout args to all operations that might block forever.
3867         Parse session timeout.
3868         Only close sockets when not already closed.
3869
3870         * gst/rtsp/rtspdefs.c:
3871         * gst/rtsp/rtspdefs.h:
3872         Add timeout return value and error string.
3873
3874         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
3875         Add small comment.
3876
3877 2007-05-01  Wim Taymans  <wim@fluendo.com>
3878
3879         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3880
3881         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
3882         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
3883         * gst/rtp/gstrtpmp4vpay.h:
3884         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
3885
3886 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
3887
3888         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3889           Remove v4l2src from docs, since it breaks the docs build, and the
3890           plugin is only built if --enable-experimental is used anyway.
3891
3892         * docs/plugins/Makefile.am:
3893           Spaces => tab.
3894
3895 2007-04-29  Wim Taymans  <wim@fluendo.com>
3896
3897         * gst/udp/gstmultiudpsink.c: (leave_multicast),
3898         (gst_multiudpsink_add), (gst_multiudpsink_remove):
3899         Add code to drop membership of a multicast group.
3900
3901         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
3902         (gst_udpsink_set_uri):
3903         Implement URI handler.
3904
3905         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
3906         (gst_rtspsrc_parse_rtpinfo):
3907         Use URI handler to make udpsink instace.
3908         Improve code to configure port and destination.
3909
3910 2007-04-29  Wim Taymans  <wim@fluendo.com>
3911
3912         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
3913         Fix multicast detection.
3914         Don't try to join a multicast group if the address is not multicast.
3915
3916         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
3917         Small debug improvement.
3918
3919 2007-04-27  Wim Taymans  <wim@fluendo.com>
3920
3921         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
3922         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3923         (gst_rtspsrc_handle_message):
3924         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
3925         parent.
3926
3927 2007-04-27  Wim Taymans  <wim@fluendo.com>
3928
3929         * gst/rtp/gstrtpilbcdepay.h:
3930         Fix mode property when specified as an arg.
3931
3932 2007-04-26  Edward Hervey  <edward@fluendo.com>
3933
3934         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3935         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3936         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3937         * docs/plugins/inspect/plugin-osxaudio.xml:
3938         Add documentation for osxaudio plugin.
3939
3940 2007-04-26  Wim Taymans  <wim@fluendo.com>
3941
3942         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3943         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
3944         (gst_rtspsrc_open), (gst_rtspsrc_close),
3945         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3946         (gst_rtspsrc_pause):
3947         * gst/rtsp/gstrtspsrc.h:
3948         Protect state changes with a lock.
3949
3950         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3951         (parse_line):
3952         * gst/rtsp/rtspconnection.h:
3953         Remove some unused stuff.
3954
3955 2007-04-26  Wim Taymans  <wim@fluendo.com>
3956
3957         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
3958         Handle the case where there are exactly 0 bytes to read and the ioctl
3959         did not report an error. Fixes #433530.
3960
3961 2007-04-26  Wim Taymans  <wim@fluendo.com>
3962
3963         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3964         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
3965         * gst/wavparse/gstwavparse.h:
3966         Apply DISCONT to buffers.
3967         Only apply timestamp to the first sample after a DISCONT, too many VBR
3968         files cause random jitter in the timestamps. Fixes #433119.
3969
3970 2007-04-25  Wim Taymans  <wim@fluendo.com>
3971
3972         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
3973         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
3974         (gst_rtp_dec_get_property):
3975         * gst/rtsp/gstrtpdec.h:
3976         Add dummy latency property to be backwards compat with rtpbin.
3977
3978         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3979         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
3980         (gst_rtspsrc_stream_configure_transport),
3981         (gst_rtspsrc_parse_rtpinfo):
3982         * gst/rtsp/gstrtspsrc.h:
3983         Add latency property and configure in the session manager.
3984         Don't set invalid clock-base and seqnum-base on caps, some servers
3985         sometimes don't send them.
3986
3987 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3988
3989         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
3990         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
3991           Double-check that RGB input caps are really RGBA caps (apparently
3992           the core doesn't always catch it if those caps aren't a subset of
3993           our template caps, also see #421543). Fixes #429319 in a way.
3994           Also, don't leak the pad template in the transform_caps function.
3995
3996         * tests/check/Makefile.am:
3997         * tests/check/elements/.cvsignore:
3998         * tests/check/elements/alphacolor.c: (setup_alphacolor),
3999         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
4000         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
4001         (GST_START_TEST), (alphacolor_suite):
4002           Add some basic unit tests for alphacolor.
4003
4004 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4005
4006         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
4007           If we get a fatal flow return in the loop function, first post the
4008           error message and only then send the EOS event downstream, otherwise
4009           applications might get an eos message before the error message and
4010           think everything was ok (related to #429319).
4011
4012 2007-04-25  Wim Taymans  <wim@fluendo.com>
4013
4014         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4015         Read the channel byte as an unsigned byte.
4016
4017 2007-04-25  Wim Taymans  <wim@fluendo.com>
4018
4019         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
4020         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
4021         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
4022         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
4023         (gst_rtp_gsm_depay_setcaps):
4024         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4025         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
4026         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
4027         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
4028         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
4029         (gst_ilbc_depay_get_property):
4030         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
4031         * gst/rtp/gstrtpmp4adepay.c:
4032         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
4033         (gst_rtp_pcma_depay_setcaps):
4034         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
4035         (gst_rtp_pcmu_depay_setcaps):
4036         Make sure we configure the clock_rate in the baseclass in the setcaps
4037         function. Fixes #431282.
4038
4039 2007-04-25  Wim Taymans  <wim@fluendo.com>
4040
4041         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4042         (gst_rtspsrc_stream_free), (request_pt_map),
4043         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
4044         * gst/rtsp/gstrtspsrc.h:
4045         Parse server address from SDP.
4046         Hook up a udpsink to send RTCP back to the server.
4047
4048         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4049         * gst/rtsp/rtsptransport.h:
4050         Add some docs.
4051
4052 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
4053
4054         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4055           Make header field check conditional. Fixes #433135
4056
4057 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
4058
4059         * docs/plugins/Makefile.am:
4060         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4061         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4062         * docs/plugins/inspect/plugin-alphacolor.xml:
4063         * gst/alpha/Makefile.am:
4064         * gst/alpha/gstalphacolor.c:
4065         * gst/alpha/gstalphacolor.h:
4066           Add minimal docs blurb to alphacolor; split out headers into
4067           separate header file for gtk-doc.
4068
4069 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
4070
4071         * gst/debug/progressreport.c: (gst_progress_report_report):
4072           Don't try to post NULL message (in case we can't query upstream
4073           position or duration).
4074
4075 2007-04-18  Michael Smith  <msmith@fluendo.com>
4076
4077         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
4078         (gst_cutter_get_caps):
4079         * gst/cutter/gstcutter.h:
4080           Fix some of the most obvious bugs in cutter. Now doesn't leak
4081           everything if input is silent.
4082
4083 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
4084
4085         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4086         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
4087         * gst/wavenc/gstwavenc.h:
4088         Wav apparently only supports width==GST_ROUND_UP(depth), everything
4089         else results in a invalid block align and invalid files.
4090
4091 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
4092
4093         Patch by: Snaik <snaik32 gmail com>
4094
4095         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
4096           Add missing break statement for BOX_HORIZONTAL case.
4097
4098 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4099
4100         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
4101
4102         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4103         Use correct format strings for integer types.
4104
4105 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4106
4107         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
4108         (gst_wavparse_create_sourcepad):
4109         Use gst_riff_create_audio_template_caps () instead of the local caps.
4110         This makes updates of the local caps unecessary whenever libgstriff
4111         gets support for new formats.
4112
4113 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4114
4115         Patch by: Brian Cameron  <brian.cameron at sun dot com>
4116
4117         * sys/sunaudio/gstsunaudio.c:
4118         * sys/sunaudio/gstsunaudiomixer.c:
4119         * sys/sunaudio/gstsunaudiomixer.h:
4120         * sys/sunaudio/gstsunaudiomixerctrl.c:
4121         * sys/sunaudio/gstsunaudiomixerctrl.h:
4122         * sys/sunaudio/gstsunaudiomixertrack.h:
4123         * sys/sunaudio/gstsunaudiosink.c:
4124         * sys/sunaudio/gstsunaudiosink.h:
4125         * sys/sunaudio/gstsunaudiosrc.c:
4126         * sys/sunaudio/gstsunaudiosrc.h:
4127           Fix and/or update copyright attributions (#430228).
4128
4129 2007-04-13  Wim Taymans  <wim@fluendo.com>
4130
4131         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4132         Fix docs.
4133
4134         * gst/rtsp/URLS:
4135         Add some more example urls.
4136
4137         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4138         (gst_rtp_dec_chain_rtp):
4139         Better debugging.
4140
4141         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
4142         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4143         (gst_rtspsrc_parse_rtpinfo):
4144         Remove unused code.
4145
4146 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4147
4148         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4149         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4150         (gst_wavparse_stream_data):
4151           Relax the audio/mpeg caps again and add FIXME: comment.
4152
4153 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4154
4155         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4156         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4157         (gst_wavparse_stream_data):
4158         * gst/wavparse/gstwavparse.h:
4159           More sanity check for the header fields. Fix type for 'rate' header
4160           field.
4161
4162 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4163
4164         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
4165         (gst_icydemux_unicodify):
4166           If the metadata strings we get in the stream are not UTF-8, try to
4167           interpret them according to the character encodings specified in the
4168           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
4169           only fall back to locale/ISO-8859-1 if those aren't set or don't
4170           work. Should fix #428901.
4171
4172 2007-04-12  Wim Taymans  <wim@fluendo.com>
4173
4174         * gst/rtp/gstrtph264depay.c:
4175         Use the proper sync word for SPS and PPS.
4176
4177 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4178
4179         * gst/rtp/Makefile.am:
4180         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
4181           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
4182         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
4183           Add a simple hashing implementation that we can use to generate
4184           a 24-bit ident value based on the codebooks for vorbis and theora.
4185         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
4186           gst_rtp_theora_pay_handle_buffer):
4187         * gst/rtp/gstrtpvorbisdepay.c
4188           (gst_rtp_vorbis_depay_parse_configuration,
4189           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
4190         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
4191           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
4192           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
4193           Use the hashing function, ensuring that the same codebooks result
4194           in the same ident and thus the same SDP description.
4195           Various log fixes/changes.
4196
4197 2007-04-12  Wim Taymans  <wim@fluendo.com>
4198
4199         Patch by: jerry tan <jerry dot tan at sun dot com>
4200
4201         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
4202         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
4203         application's responsibility to make sure it open the device once.
4204         Remove a careless error if AUDIODEV is set. Fixes #392620.
4205
4206 2007-04-12  Wim Taymans  <wim@fluendo.com>
4207
4208         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4209         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
4210         * gst/rtsp/gstrtpdec.h:
4211         Make backward compat with rtpbin by adding the request-pt-map signals.
4212
4213         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
4214         (new_session_pad), (request_pt_map),
4215         (gst_rtspsrc_stream_configure_transport),
4216         (gst_rtspsrc_stream_configure_caps),
4217         (gst_rtspsrc_activate_streams):
4218         * gst/rtsp/gstrtspsrc.h:
4219         Implement request-pt-map signals instead of setting caps on the buffers
4220         for the session manager.
4221
4222 2007-04-11  Wim Taymans  <wim@fluendo.com>
4223
4224         * gst/udp/gstudp.c: (plugin_init):
4225         Register GstNetBuffer in plugin_init so that the type can be used from
4226         multiple threads without races.
4227
4228 2007-04-10  Wim Taymans  <wim@fluendo.com>
4229
4230         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
4231         (gst_rtp_amr_depay_process):
4232         Fix depayloader clock_rate and some cleanups.
4233
4234         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
4235         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4236         * gst/rtp/gstrtph264depay.h:
4237         Don't push codec_data in the adapter because it might get flushed when
4238         we get a discont.
4239
4240         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4241         Handle multiple AU per packet.
4242
4243         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
4244         (gst_rtp_sv3v_depay_plugin_init):
4245         Disable rank, this one does not work.
4246         Remove timestamping, base class does that.
4247
4248 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
4249
4250         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
4251           limit caps to the formats we announce in the template
4252
4253         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4254         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4255         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
4256           fix some crashers/asserts when dealing with broken files
4257
4258 2007-04-10  Wim Taymans  <wim@fluendo.com>
4259
4260         Patch by: Peter Kjellerstedt  <pkj at axis com>
4261
4262         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4263         * gst/rtp/gstrtpL16depay.c:
4264         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4265         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
4266         (gst_rtp_speex_depay_setcaps):
4267         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4268         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
4269         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
4270         Fix some compiler warnings. Fixes #428182.
4271
4272 2007-04-06  Wim Taymans  <wim@fluendo.com>
4273
4274         * gst/rtsp/Makefile.am:
4275         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
4276         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
4277         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
4278         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
4279         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
4280         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
4281         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
4282         (create_rtcp), (gst_rtp_dec_request_new_pad),
4283         (gst_rtp_dec_release_pad):
4284         * gst/rtsp/gstrtpdec.h:
4285         * gst/rtsp/gstrtsp.c: (plugin_init):
4286         Morph RTPDec into something compatible with RTPBin as a fallback.
4287         Various other style fixes.
4288
4289         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
4290         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
4291         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
4292         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
4293         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4294         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
4295         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4296         * gst/rtsp/gstrtspsrc.h:
4297         Implement RTPBin session manager handling.
4298         Don't try to add empty properties to caps.
4299         Implement fallback session manager, handling.
4300         Don't combine errors from RTCP streams, just ignore them.
4301
4302         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
4303         * gst/rtsp/rtsptransport.h:
4304         Implement fallback session manager.
4305         Make RTPBin the default one when available.
4306
4307 2007-04-05  Wim Taymans  <wim@fluendo.com>
4308
4309         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4310         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
4311         This element is ready to be autoplugged.
4312
4313 2007-04-05  Julien MOUTTE  <julien@moutte.net>
4314
4315         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
4316         Don't leave the offsets defined by upstream element on the
4317         compressed data buffer we are pushing downstream. Make them
4318         GST_BUFFER_OFFSET_NONE.
4319
4320 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
4321
4322         * gst/avi/README:
4323         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4324         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
4325         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
4326         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
4327         (gst_avi_demux_calculate_durations_from_index),
4328         (gst_avi_demux_stream_header_push),
4329         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
4330         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
4331           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
4332
4333 2007-04-03  Wim Taymans  <wim@fluendo.com>
4334
4335         * gst/smpte/barboxwipes.c:
4336         Fix error as spotted by Snaik <snaik32 at gmail dot com>
4337
4338 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4339
4340         * gst/wavparse/gstwavparse.c:
4341         Support audio/x-raw-float in wav files. This only works with
4342         plugins-base CVS, using an older version doesn't have any
4343         disadvantages though.
4344
4345 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4346
4347         * configure.ac:
4348         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4349         (gst_au_parse_parse_header), (gst_au_parse_chain):
4350         * gst/auparse/gstauparse.h:
4351         Revert last change as we don't want plugins-good to depend on
4352         plugins-base CVS now.
4353
4354 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4355
4356         * configure.ac:
4357         Require gst-plugins-base CVS for audioconvert with non-native
4358         float support and width/depth fix in libgstriff.
4359
4360         Patch by: René Stadler <mail at renestadler dot de>
4361
4362         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4363         (gst_au_parse_parse_header), (gst_au_parse_chain):
4364         * gst/auparse/gstauparse.h:
4365         Don't swap the floats ourself if they're not in native endianness.
4366         Instead let audioconvert handle this. Fixes #339838.
4367
4368 2007-03-29  Wim Taymans  <wim@fluendo.com>
4369
4370         * gst/rtp/gstasteriskh263.h:
4371         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
4372         (gst_rtp_h263p_depay_change_state):
4373         * gst/rtp/gstrtph263pdepay.h:
4374         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4375         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
4376         (gst_rtp_h264_depay_change_state):
4377         * gst/rtp/gstrtph264depay.h:
4378         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4379         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
4380         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4381         Flush adapter on disconts.
4382
4383 2007-03-29  Wim Taymans  <wim@fluendo.com>
4384
4385         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
4386         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
4387         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
4388         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
4389         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4390         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
4391         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4392         (gst_rtp_mp4v_depay_process):
4393         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
4394         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
4395         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
4396         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
4397         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
4398         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4399         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
4400         Use more efficient adapter and rtpbuffer methods when possible.
4401
4402 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4403
4404         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4405         (gst_wavenc_sink_setcaps):
4406         Correctly handle width!=depth input.
4407         * gst/wavparse/gstwavparse.c:
4408         Already export in the caps that width==8 uses unsigned samples and
4409         everything else uses signed samples.
4410
4411 2007-03-29  Wim Taymans  <wim@fluendo.com>
4412
4413         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4414
4415         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
4416         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
4417         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
4418         (gst_dynudpsink_close):
4419         * gst/udp/gstdynudpsink.h:
4420         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
4421         (gst_udpsrc_create), (gst_udpsrc_set_property),
4422         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
4423         * gst/udp/gstudpsrc.h:
4424         Rework the socket allocation a bit based on the sockfd argument so that
4425         it becomes usable.
4426         Add a closefd property to instruct the udp elements to close the custom
4427         file descriptors when going to READY. Fixes #423304.
4428         API:GstUDPSrc::closefd property
4429         API:GstDynUDPSink::closefd property
4430
4431 2007-03-29  Wim Taymans  <wim@fluendo.com>
4432
4433         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4434
4435         * gst/rtp/Makefile.am:
4436         * gst/rtp/gstrtp.c: (plugin_init):
4437         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
4438         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4439         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
4440         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4441         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
4442         (gst_rtp_h264_pay_plugin_init):
4443         * gst/rtp/gstrtph264pay.h:
4444         Added H264 payloader. Fixes #423782.
4445
4446         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4447         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4448         Small fixes.
4449
4450 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4451
4452         * gst/wavparse/gstwavparse.c:
4453         Actually support depths from 1 to 32, not only 8 to 32.
4454
4455 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4456
4457         * gst/wavparse/gstwavparse.c:
4458         Add support for wav files containing audio/x-raw-int with random
4459         depths between 1 and 32 bits.
4460
4461 2007-03-28  Wim Taymans  <wim@fluendo.com>
4462
4463         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
4464
4465         * gst/rtp/Makefile.am:
4466         * gst/rtp/gstrtp.c: (plugin_init):
4467         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
4468         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
4469         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
4470         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
4471         (gst_rtp_mp4a_depay_get_property),
4472         (gst_rtp_mp4a_depay_change_state),
4473         (gst_rtp_mp4a_depay_plugin_init):
4474         * gst/rtp/gstrtpmp4adepay.h:
4475         Added MP4A-LATM depayloader. Fixes #417792.
4476
4477         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4478         (gst_rtp_mp4v_depay_process):
4479         Fixup depayloader, setting codec_data, using more efficient adaptor and
4480         rtpbuffer handling.
4481
4482         * gst/rtsp/URLS:
4483         Add url to test above.
4484
4485 2007-03-25  Wim Taymans  <wim@fluendo.com>
4486
4487         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
4488         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
4489         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
4490         (gst_rtspsrc_media_to_caps),
4491         (gst_rtspsrc_stream_configure_transport),
4492         (gst_rtspsrc_stream_configure_caps),
4493         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
4494         * gst/rtsp/gstrtspsrc.h:
4495         Handle default clock-rates for static payload types, rearrange stuff so
4496         that the rtpmap field in the sdp can override the defaults.
4497         Parse RTP-Info field to get the seqnum and timebase fields that should
4498         go in the caps.
4499         Delay configuring caps after we got the RTP-Info from the PLAY reply from
4500         the server. 
4501
4502 2007-03-22  Wim Taymans  <wim@fluendo.com>
4503
4504         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
4505
4506         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
4507         Accept complex pipeline descriptions as an audio profile instead of just
4508         a single element. Fixes #420658.
4509
4510 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
4511
4512         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
4513           Rename registered type in preparation of GstTagDemux moving to
4514           -base at some point in the future.
4515
4516 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
4517
4518         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4519           Streaming mode fixes: don't unref buffer we don't own any longer;
4520           remove bogus adapter flush. Fixes #419338.
4521
4522 2007-03-17  David Schleef  <ds@schleef.org>
4523
4524         * REQUIREMENTS: Change the format to key/value, add a bunch of
4525           information, remove a bunch of requirements that are for
4526           other GStreamer packages.
4527
4528 2007-03-17  David Schleef  <ds@schleef.org>
4529
4530         * REQUIREMENTS: Fix a few things.  This file really needs a
4531         good once-over.
4532
4533 2007-03-15  Edward Hervey  <edward@fluendo.com>
4534
4535         * sys/Makefile.am:
4536         Don't forget to distribute the sys/osxaudio/ directory.
4537
4538 2007-03-15  Edward Hervey  <edward@fluendo.com>
4539
4540         * configure.ac:
4541         * sys/Makefile.am:
4542         * sys/osxaudio/Makefile.am:
4543         * sys/osxaudio/gstosxaudio.c:
4544         * sys/osxaudio/gstosxaudiosink.c:
4545         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
4546         (gst_osx_audio_sink_getcaps),
4547         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
4548         * sys/osxaudio/gstosxaudiosrc.c:
4549         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
4550         (gst_osx_audio_src_create_ringbuffer):
4551         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
4552         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
4553         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
4554         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
4555         * sys/osxaudio/gstosxringbuffer.h:
4556         Activate osxaudio in gst-plugins-good with proper build setup.
4557         Add inlined documentation.
4558         Fix debug statements
4559         Fix ringbuffer when pausing.
4560         Fixes #323471
4561
4562 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4563         * gst/rtp/gstrtppcmapay.c:
4564         * gst/rtp/gstrtppcmapay.h:
4565         * gst/rtp/gstrtppcmupay.c:
4566         * gst/rtp/gstrtppcmupay.h:
4567         Ported mulaw and alaw payloaders to use new base class
4568
4569 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4570
4571         * po/af.po:
4572         * po/az.po:
4573         * po/cs.po:
4574         * po/en_GB.po:
4575         * po/it.po:
4576         * po/nl.po:
4577         * po/or.po:
4578         * po/sq.po:
4579         * po/sr.po:
4580         * po/sv.po:
4581         * po/uk.po:
4582         * po/vi.po:
4583           Update translations.
4584
4585 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
4586
4587         * configure.ac:
4588           Fix string replace error (AG_AG_GST_* => AG_GST_*).
4589
4590 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4591
4592         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
4593           Fix handling of -1 values for start and stop values when seeking,
4594           and SEEK_CUR+SEEK_END here as well.
4595
4596 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
4597
4598         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
4599           Fix handling of -1 values for start and stop values when seeking, 
4600           and SEEK_CUR+SEEK_END.
4601
4602 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4603
4604         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
4605           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
4606           the image format a variable-length NUL-terminated string; in
4607           versions before that the image format is a fixed-length string of
4608           3 characters (see #348644 for a sample tag).
4609           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
4610
4611 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
4612
4613         * win32/MANIFEST:
4614         Add new project files to MANIFEST.
4615         * win32/vs6/libgstaudiofx.dsp:
4616         * win32/vs6/libgstrtp.dsp:
4617         * win32/vs6/libgstrtsp.dsp:
4618         Update project files.
4619         
4620 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
4621
4622         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
4623         (gst_avi_demux_parse_index):
4624         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4625         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
4626           Printf format fixes; also add some missing quotes in translated
4627           strings. Fixes #416728 and #416727.
4628
4629 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4630
4631         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
4632           Tim and I can't think of any reason the child audio sink needs to 
4633           be set back to NULL after successfully determining that it can 
4634           reach READY - it gets immediately set back to READY by the caller
4635           anyway, causing an unnecessary close/open of any audio devices
4636           involved.
4637
4638 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4639
4640         * po/LINGUAS:
4641         * po/ja.po:
4642           Add ja.po file from #377306.
4643
4644 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4645
4646         * sys/sunaudio/gstsunaudio.c: (plugin_init):
4647         * sys/sunaudio/gstsunaudiomixertrack.c:
4648         (gst_sunaudiomixer_track_new):
4649           Actually translate sunaudio mixer track labels instead of just
4650           marking the strings as translatable (#377306); clean up weird
4651           label string mapping code that serves no apparent purpose. Also
4652           set the 'untranslated-label' property when creating mixer tracks
4653           if the GstMixerTrack base class supports this.
4654
4655         * tests/check/Makefile.am:
4656         * tests/check/elements/.cvsignore:
4657         * tests/check/elements/sunaudio.c: (GST_START_TEST),
4658         (sunaudio_suite):
4659           Very minimalistic unit test for sunaudiomixer element (compiles, but not
4660           actually tested on a system where sunaudiomixer is available).
4661
4662 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4663
4664         * tests/check/Makefile.am:
4665         Re-enable the states test and see if it works on the buildbots.
4666
4667 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4668
4669         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
4670         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
4671         (gst_dvdec_change_state):
4672         * ext/dv/gstdvdec.h:
4673         Infer pixel-aspect-ratio from the video frame format if it isn't
4674         provided by the container, as happens when playing DV from AVI
4675         or Quicktime containers.
4676
4677         Patch by: Wim Taymans <wim@fluendo.com>
4678         Fixes #380944
4679
4680 2007-03-09  Wim Taymans  <wim@fluendo.com>
4681
4682         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
4683         When activated, remove the udpsrc timeout, we have dataflow and timeouts
4684         will later be handled by the jitterbuffer.
4685
4686 2007-03-09  Wim Taymans  <wim@fluendo.com>
4687
4688         * ext/taglib/gstid3v2mux.cc:
4689         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
4690         Fixes #414496.
4691         
4692         Patch by: Alex Lancaster <alexl at users sourceforge net>
4693
4694 2007-03-09  Wim Taymans  <wim@fluendo.com>
4695
4696         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4697         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
4698         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
4699         (gst_avi_demux_chain):
4700         Fix stream position reporting after a seek. Fixes #416445.
4701
4702 2007-03-08  Wim Taymans  <wim@fluendo.com>
4703
4704         Patch by: René Stadler <mail at renestadler dot de>
4705
4706         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4707         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
4708         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
4709         Make avidemux accept optional header chunks in any order.
4710         Fixes #415446.
4711
4712 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
4713
4714         * tests/check/Makefile.am:
4715         Disable the states check until the remaining Valgrind errors
4716         are fixed or suppressed.
4717
4718 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4719
4720         * tests/check/elements/.cvsignore:
4721           Add audiodynamic check to .cvsignore
4722
4723 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4724
4725         reviewed by: Stefan Kost  <ensonic@users.sf.net>
4726
4727         * gst/audiofx/Makefile.am:
4728         * gst/audiofx/audiodynamic.c:
4729         (gst_audio_dynamic_characteristics_get_type),
4730         (gst_audio_dynamic_mode_get_type),
4731         (gst_audio_dynamic_set_process_function),
4732         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
4733         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
4734         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
4735         (gst_audio_dynamic_transform_hard_knee_compressor_int),
4736         (gst_audio_dynamic_transform_hard_knee_compressor_float),
4737         (gst_audio_dynamic_transform_soft_knee_compressor_int),
4738         (gst_audio_dynamic_transform_soft_knee_compressor_float),
4739         (gst_audio_dynamic_transform_hard_knee_expander_int),
4740         (gst_audio_dynamic_transform_hard_knee_expander_float),
4741         (gst_audio_dynamic_transform_soft_knee_expander_int),
4742         (gst_audio_dynamic_transform_soft_knee_expander_float),
4743         (gst_audio_dynamic_transform_ip):
4744         * gst/audiofx/audiodynamic.h:
4745         * gst/audiofx/audiofx.c: (plugin_init):
4746         Add new audiodynamic element which can act as a compressor or
4747         expander. Supported are hard-knee and soft-knee operation modes with
4748         user-specified ratio and threshold.
4749         Attack and release parameters are not yet implemented but will follow.
4750         * docs/plugins/Makefile.am:
4751         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4752         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4753         * docs/plugins/gst-plugins-good-plugins.args:
4754         * docs/plugins/inspect/plugin-audiofx.xml:
4755         Integrate audiodynamic into the docs.
4756         * tests/check/Makefile.am:
4757         * tests/check/elements/audiodynamic.c: (setup_dynamic),
4758         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
4759         Add unit test for audiodynamic.
4760
4761 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
4762
4763         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
4764         Free handles that we allocated when exiting via the error paths.
4765
4766 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
4767
4768         * gst/level/gstlevel.c: (gst_level_class_init),
4769         (gst_level_set_caps), (gst_level_start), (gst_level_event),
4770         (gst_level_transform_ip):
4771         * gst/level/gstlevel.h:
4772           Resolve message timestamps against the playback segment.
4773
4774 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4775
4776         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
4777         (gst_id3demux_sink_activate):
4778           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
4779           caps passed to it (previously one code path assumed it took ownership
4780           while another one assumed it didn't, while in fact it sometimes did and
4781           sometimes didn't ...).
4782
4783         * configure.ac:
4784         * tests/files/Makefile.am:
4785         * tests/files/id3-407349-1.tag:
4786         * tests/files/id3-407349-2.tag:
4787           Add directory where data for unit tests can be stored.
4788
4789         * tests/Makefile.am:
4790         * tests/check/Makefile.am:
4791         * tests/check/elements/.cvsignore:
4792         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
4793         (read_tags_from_file), (run_check_for_file),
4794         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
4795           Add unit test for id3demux, and in particular for bug #407349. Only
4796           testing pull-mode for now; push mode doesn't work yet because the test
4797           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
4798
4799 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4800
4801         * tests/check/Makefile.am:
4802           Add missing backslash at end of line.
4803
4804 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
4805
4806         Trigger rebuild.
4807
4808 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4809
4810         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
4811         * gst/id3demux/id3tags.h:
4812         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
4813         (parse_obsolete_tdat_frame):
4814           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
4815           the four-digit number will be interpreted as a year, whereas it is
4816           month and day in DDMM format. Instead, parse TDAT frames and fix up
4817           the date in the GST_TAG_DATE tag later if we also extracted a year.
4818           Fixes #407349.
4819
4820 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
4821
4822         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
4823         (gst_switch_commit_new_kid):
4824         Fix up the dispose logic so it doesn't leak, and fix setting of 
4825         the child state so that we don't set a child to our current state 
4826         just as we are changing it to something else.
4827
4828 2007-03-06  Wim Taymans  <wim@fluendo.com>
4829
4830         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
4831         (gst_goom_chain):
4832         * gst/goom/gstgoom.h:
4833         Document, fix and improve goom adapter behaviour.
4834         Fixes #407006.
4835
4836 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4837
4838         * ext/esd/esdsink.c: (gst_esdsink_open):
4839         Unref static pad template after using it.
4840
4841 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4842
4843         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
4844         (gst_switch_commit_new_kid):
4845         Fix up the reference counting of the child elements.
4846
4847 2007-03-05  Wim Taymans  <wim@fluendo.com>
4848
4849         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
4850         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
4851         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
4852         Fix encoding-name case.
4853
4854 2007-03-05  Wim Taymans  <wim@fluendo.com>
4855
4856         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
4857         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
4858         (gst_rtp_speex_depay_process):
4859         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
4860         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
4861         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
4862         (gst_rtp_speex_pay_change_state):
4863         * gst/rtp/gstrtpspeexpay.h:
4864         Fix speex (de)payloader. Fixes #358040.
4865
4866 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4867
4868         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4869         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
4870         Install fakesink in NULL by fixing some broken logic. This obviates
4871         the need to manually set _IS_SINK.
4872         Add some comments and remove a little cruft while I'm at it.
4873
4874 2007-03-05  Wim Taymans  <wim@fluendo.com>
4875
4876         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
4877         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
4878
4879 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
4880
4881         * po/POTFILES.in:
4882           Update.
4883
4884 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4885
4886         * tests/check/Makefile.am:
4887         Gah! Also disable gconfvideosink from the tests, otherwise
4888         it will instantiate autovideosink, and dfbvideosink and
4889         leak on the buildbots.
4890
4891 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4892
4893         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
4894         (gst_cdio_cdda_src_finalize):
4895         Make sure we always destroy our libcdio handle.
4896
4897 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4898
4899         * tests/check/Makefile.am:
4900         Disable autovideosink so the buildbots don't barf over memory
4901         leaked in the directfb sink.
4902
4903 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4904
4905         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
4906         Chain up in dispose
4907
4908 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4909
4910         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
4911         (gst_multipart_find_pad_by_mime):
4912         Use gst_pad_new_from_static_template instead of
4913         static_pad_template_get+pad_new.
4914
4915 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4916
4917         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
4918         Catch the case where no clock has been set.
4919
4920 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4921
4922         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
4923         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
4924         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
4925         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
4926         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
4927         (gst_gconf_audio_src_finalize), (do_toggle_element):
4928         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
4929         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
4930         (do_toggle_element):
4931         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
4932         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
4933         (gst_gconf_video_src_finalize), (do_toggle_element):
4934         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
4935         (gst_switch_sink_reset), (gst_switch_sink_set_child):
4936         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
4937         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
4938         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
4939         (gst_shout2send_init), (gst_shout2send_finalize):
4940         * gst/debug/testplugin.c: (gst_test_class_init),
4941         (gst_test_finalize):
4942         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
4943         (gst_flxdec_dispose):
4944         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
4945         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
4946         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4947         (gst_rtspsrc_finalize):
4948         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
4949         * gst/rtsp/rtspextwms.h:
4950         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
4951         (gst_smpte_finalize):
4952         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
4953         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
4954         (gst_udpsink_finalize):
4955         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
4956         (gst_wavparse_sink_activate):
4957         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
4958         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
4959         (gst_oss_src_finalize):
4960         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
4961         * sys/v4l2/gstv4l2object.h:
4962         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
4963         (gst_v4l2src_finalize):
4964         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
4965
4966         Fix a bunch of leaks shown by the newly-added states test.
4967
4968 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4969
4970         * ext/dv/gstdvdec.c: (gst_dvdec_init):
4971         Use gst_pad_new_from_static_template instead of 
4972         static_pad_template_get+pad_new.
4973
4974 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4975
4976         Patch by: Loïc Minier <lool+gnome at via ecp fr>
4977
4978         * ext/libcaca/Makefile.am:
4979         * gst/debug/Makefile.am:
4980           Don't mix tabs and spaces (#414168).
4981
4982 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
4983
4984         * tests/check/generic/.cvsignore:
4985           Ignore files to please buildbot.
4986
4987 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
4988
4989         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
4990         (gst_wavparse_stream_data):
4991           Unbreak my previous commit (swapped nominator & denominator). Tim,
4992           thanks for spotting.
4993
4994 2007-03-02  Wim Taymans  <wim@fluendo.com>
4995
4996         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
4997         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
4998         (gst_cdio_cdda_src_finalize):
4999         Small code cleanups.
5000         Don't use pad_alloc as the base class cannot deal with the error codes.
5001
5002 2007-03-02  Wim Taymans  <wim@fluendo.com>
5003
5004         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
5005         (gst_udpsrc_create):
5006         Fix doc.
5007
5008 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5009
5010         Patch by: René Stadler <mail@renestadler.de>
5011
5012         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
5013         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
5014         (gst_wavparse_stream_data):
5015           Handle rounding better to not drop last sample frame. Fixes #356692
5016
5017 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
5018
5019         * tests/check/Makefile.am:
5020         Disable cacasink from the states check too - it also calls exit(1)
5021         on us when it can't find a terminal to talk to.
5022
5023 2007-03-02  Wim Taymans  <wim@fluendo.com>
5024
5025         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5026
5027         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5028         (gst_udpsrc_create), (gst_udpsrc_set_property),
5029         (gst_udpsrc_get_property):
5030         * gst/udp/gstudpsrc.h:
5031         Add support to strip proprietary headers. Fixes #350296.
5032
5033 2007-03-02  Wim Taymans  <wim@fluendo.com>
5034
5035         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5036         Fix compilation.
5037
5038 2007-03-02  Wim Taymans  <wim@fluendo.com>
5039
5040         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5041
5042         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
5043         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
5044         (gst_rtp_mp2t_depay_set_property),
5045         (gst_rtp_mp2t_depay_get_property):
5046         * gst/rtp/gstrtpmp2tdepay.h:
5047         Add support to strip off proprietary headers. Fixes #350278.
5048
5049 2007-03-02  Wim Taymans  <wim@fluendo.com>
5050
5051         * ext/hal/hal.c:
5052         Fix compilation.
5053
5054 2007-03-02  Wim Taymans  <wim@fluendo.com>
5055
5056         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
5057         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
5058         (gst_sunaudiosrc_open):
5059         * sys/sunaudio/gstsunaudiosrc.h:
5060         Remove device-name from GstSunAudioSrc. Fixes #412597.
5061
5062 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5063
5064         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5065         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5066         Having NULL as UDI previously selected the default sink/src. Change
5067         this back but mention it in the debug output.
5068         * ext/hal/hal.c: (gst_hal_get_alsa_element),
5069         (gst_hal_get_oss_element), (gst_hal_get_string),
5070         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
5071         (gst_hal_get_audio_src):
5072         * ext/hal/hal.h:
5073         Refactor a bit, check all error conditions, greatly improve debugging
5074         and fix some possible memory leaks. Also implement OSS support
5075         and allow specifying an UDI that points to a real device. For this the
5076         child device which supports ALSA (preferred) or OSS is used.
5077         As a side effect this makes it impossible now to get a alsasink in
5078         halaudiosrc and a alsasrc in halaudiosink.
5079
5080 2007-03-01  Wim Taymans  <wim@fluendo.com>
5081
5082         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
5083         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
5084         Errors from the udp sources are not fatal unless all of them are in
5085         error.
5086
5087 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5088
5089         * tests/check/Makefile.am:
5090         Disable aasink in the states test. I suspect this is the element that
5091         is calling exit(1) when it can't proceed.
5092
5093 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5094
5095         * tests/check/Makefile.am:
5096         Draw plugins in from the build tree sys/ dir, rather than picking
5097         up the already installed versions.
5098
5099 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5100
5101         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
5102         Error out correctly when getting xcontext fails.
5103
5104 2007-03-01  Wim Taymans  <wim@fluendo.com>
5105
5106         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
5107         Make state change to PAUSED NO_PREROLL because that's what it will be in
5108         the future and rtspsrc relies on it.
5109
5110         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
5111         (gst_rtspsrc_change_state):
5112         Don't error out when we don't get an error from the state change
5113         function.
5114
5115 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5116
5117         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5118         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5119           Check if the device UDI is set before trying to query HAL
5120           about it and give a useful error message if it wasn't set.
5121         * ext/hal/hal.c: (gst_hal_get_string):
5122           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
5123           gives an assertion failure in D-Bus when running with
5124           DBUS_FATAL_WARNINGS=1.
5125
5126 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5127
5128         * configure.ac:
5129           Convert to new AG_GST style.
5130
5131 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5132
5133         * tests/check/Makefile.am:
5134         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
5135           add test for states
5136
5137 2007-02-28  Wim Taymans  <wim@fluendo.com>
5138
5139         * tests/check/elements/.cvsignore:
5140         Add new videofilter check to .cvsignore.
5141
5142 2007-02-28  Wim Taymans  <wim@fluendo.com>
5143
5144         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
5145         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5146         (gst_avi_demux_loop), (gst_avi_demux_chain):
5147         Fix combined flow return. Fixes #412608.
5148
5149 2007-02-28  Wim Taymans  <wim@fluendo.com>
5150
5151         * gst/videofilter/Makefile.am:
5152         Dist header..
5153
5154 2007-02-28  Wim Taymans  <wim@fluendo.com>
5155
5156         * gst/videofilter/gstgamma.h:
5157         Add header too.
5158
5159 2007-02-28  Wim Taymans  <wim@fluendo.com>
5160
5161         Patch by: Mark Nauwelaerts <manauw at skynet be>
5162
5163         * gst/videofilter/Makefile.am:
5164         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
5165         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
5166         (gst_gamma_get_property), (gst_gamma_calculate_tables),
5167         (oil_tablelookup_u8), (gst_gamma_set_caps),
5168         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
5169         Port gamma filter to 0.10. Fixes #412704.
5170
5171         * tests/check/Makefile.am:
5172         * tests/check/elements/videofilter.c: (setup_filter),
5173         (cleanup_filter), (check_filter), (GST_START_TEST),
5174         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
5175         Add unit tests for videofilters.
5176
5177 2007-02-28  Wim Taymans  <wim@fluendo.com>
5178
5179         * gst/rtsp/URLS:
5180         Add another interesting test url.
5181
5182         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
5183         Don't allow getting header fields from data packets.
5184
5185 2007-02-28  Michael Smith  <msmith@fluendo.com>
5186
5187         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5188         (gst_shout2send_init), (gst_shout2send_start),
5189         (gst_shout2send_set_property), (gst_shout2send_get_property):
5190         * ext/shout2/gstshout2.h:
5191           Add a property for username.
5192
5193 2007-02-27  Christian Schallerr <christian@fluendo.com>
5194
5195         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
5196
5197 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5198
5199         * gst/rtsp/Makefile.am:
5200         Fix make check too.
5201
5202 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5203
5204         * gst/rtsp/base64.c: (util_base64_encode):
5205         * gst/rtsp/base64.h:
5206         Commit missing files for base64 encoding.
5207
5208 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5209
5210         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5211
5212         * configure.ac:
5213         * ext/annodex/Makefile.am:
5214         * ext/jpeg/Makefile.am:
5215         * ext/speex/Makefile.am:
5216         * gst/alpha/Makefile.am:
5217         * gst/cutter/Makefile.am:
5218         * gst/debug/Makefile.am:
5219         * gst/effectv/Makefile.am:
5220         * gst/goom/Makefile.am:
5221         * gst/level/Makefile.am:
5222         * gst/smpte/Makefile.am:
5223         * gst/videofilter/Makefile.am:
5224           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
5225
5226 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5227
5228         * gst/rtsp/Makefile.am:
5229         * gst/rtsp/rtspconnection.c: (append_auth_header),
5230         (rtsp_connection_send), (rtsp_connection_set_auth):
5231         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
5232         from icecast to replace it. Relicensed from GPL courtesy of Mike
5233         Smith.
5234
5235 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5236
5237         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
5238         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
5239         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
5240         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
5241         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
5242         (gst_rtspsrc_uri_set_uri):
5243         * gst/rtsp/gstrtspsrc.h:
5244         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5245         (append_auth_header), (rtsp_connection_send),
5246         (rtsp_connection_free), (rtsp_connection_set_auth):
5247         * gst/rtsp/rtspconnection.h:
5248         * gst/rtsp/rtspdefs.h:
5249         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
5250         * gst/rtsp/rtspurl.h:
5251
5252         Implement simple Basic Authentication support so that urls like
5253         rtsp://user:pass@hostname/rtspstream work on hosts that require
5254         authentication.
5255
5256 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
5257
5258         * sys/v4l2/gstv4l2object.c:
5259         * sys/v4l2/gstv4l2tuner.c:
5260         * sys/v4l2/v4l2_calls.c:
5261         Fix segfault when oppening a radio device.
5262         
5263 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
5264
5265         * gst/level/gstlevel.c: (gst_level_set_caps),
5266         (gst_level_transform_ip):
5267         * sys/v4l2/README:
5268         * tests/check/elements/level.c: (GST_START_TEST):
5269           Fix level for multi-channel case.
5270
5271 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5272
5273         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
5274         (gst_level_transform_ip):
5275         * gst/level/gstlevel.h:
5276           Use function pointer for process function and add process functions
5277           for float audio.
5278
5279 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
5280
5281         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5282         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5283         (gst_v4l2src_capture_init):
5284           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
5285           fixes #407369
5286
5287 2007-02-18  Wim Taymans  <wim@fluendo.com>
5288
5289         * gst/rtp/Makefile.am:
5290         * gst/rtp/gstrtp.c: (plugin_init):
5291         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
5292         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
5293         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
5294         (gst_rtp_mp2t_pay_plugin_init):
5295         * gst/rtp/gstrtpmp2tpay.h:
5296         Added simple mpeg transport stream payloader.
5297
5298 2007-02-16  Wim Taymans  <wim@fluendo.com>
5299
5300         * gst/rtsp/URLS:
5301         Add example H264 rtsp url.
5302
5303         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5304         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5305         Don't convert values to lowercase or we might mess up base64 encoded
5306         properties.
5307
5308 2007-02-16  Wim Taymans  <wim@fluendo.com>
5309
5310         * gst/rtp/README:
5311         Fix case of string params.
5312
5313         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5314         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5315         Fix depayloader, support more packet types.
5316         Add sync codes to make sure the packetizer can do its job.
5317
5318         * gst/rtp/gstrtpmp4gdepay.c:
5319         * gst/rtp/gstrtpmp4gpay.c:
5320         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5321         Fix caps case again.
5322
5323 2007-02-15  Wim Taymans  <wim@fluendo.com>
5324
5325         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
5326         Set right caps on output buffers.
5327
5328 2007-02-14  Wim Taymans  <wim@fluendo.com>
5329
5330         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
5331         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
5332         Clear stack allocated SDPMedia struct before calling _init() on it.
5333         Clarify this in the docs as well.
5334
5335 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
5336
5337         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
5338         (do_change_child):
5339         Don't reset the profile when going switching states, as it makes
5340         the element non-reusable.
5341
5342 2007-02-14  Wim Taymans  <wim@fluendo.com>
5343
5344         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
5345         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
5346         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
5347         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
5348         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
5349         (sdp_parse_line):
5350         * gst/rtsp/sdpmessage.h:
5351         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
5352         Fix memory management of SDP messages. Fixes #407793.
5353
5354 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
5355
5356         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
5357
5358         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
5359         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
5360
5361 2007-02-14  Wim Taymans  <wim@fluendo.com>
5362
5363         Patch by: jp.liu <jp_liu at astrocom dot cn>
5364
5365         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
5366         Fix parsing of password field in url. Fixes #407797.
5367
5368 2007-02-14  Wim Taymans  <wim@fluendo.com>
5369
5370         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
5371         (gst_wavparse_reset), (gst_wavparse_init),
5372         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
5373         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
5374         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
5375         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
5376         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
5377         (gst_wavparse_loop), (gst_wavparse_chain),
5378         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
5379         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
5380         (plugin_init):
5381         * gst/wavparse/gstwavparse.h:
5382         Update docs.
5383         Use boilerplate.
5384         Various code cleanups.
5385         When the bitrate is not known (bps == 0 or compressed formats) let
5386         downstream element guestimate the duration and position and don't
5387         generate timestamps or durations. Fixes #405213.
5388         Fix EOS and ERROR conditions in chain mode, we just need to forward the
5389         error flowreturn upstream.
5390
5391 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
5392
5393         * ext/gconf/Makefile.am:
5394         * ext/gconf/gconf.c: (gst_gconf_get_string),
5395         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
5396         (gst_gconf_render_bin_with_default):
5397         * ext/gconf/gconf.h:
5398         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
5399         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
5400         (gst_gconf_audio_sink_dispose), (do_change_child),
5401         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
5402         (cb_change_child), (gst_gconf_audio_sink_change_state):
5403         * ext/gconf/gstgconfaudiosink.h:
5404         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
5405         (gst_switch_sink_class_init), (gst_switch_sink_reset),
5406         (gst_switch_sink_init), (gst_switch_sink_dispose),
5407         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
5408         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
5409         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
5410         * ext/gconf/gstswitchsink.h:
5411         * gst/autodetect/gstautoaudiosink.c:
5412         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
5413         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
5414         (gst_auto_audio_sink_detect):
5415         * gst/autodetect/gstautovideosink.c:
5416         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
5417         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
5418         (gst_auto_video_sink_detect):
5419         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
5420         and a child that implements the GConf key monitoring. The end goal of
5421         this is an audio sink that can be changed on the fly, but at the 
5422         moment it still only changes on the next READY transition.
5423
5424 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5425
5426         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5427         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5428         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
5429         (gst_avi_demux_calculate_durations_from_index),
5430         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5431         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5432         (gst_avi_demux_loop):
5433           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
5434
5435 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5436
5437         * configure.ac:
5438         * docs/plugins/Makefile.am:
5439           Add crossreferences to glib/gobject/gstream docs.
5440
5441 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5442
5443         * gst/monoscope/Makefile.am:
5444         * gst/monoscope/gstmonoscope.c:
5445           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
5446           (but no LIBS, since we only use defines from the headers).
5447
5448 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5449
5450         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
5451
5452         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
5453         (gst_wavparse_stream_data):
5454           Fix massive memory leak when operating in streaming mode due to
5455           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
5456           Fixes #407057.
5457
5458 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5459
5460         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
5461         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
5462         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
5463         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
5464         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5465         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
5466         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
5467         (gst_avi_demux_calculate_durations_from_index),
5468         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5469         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
5470         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
5471         * gst/avi/gstavidemux.h:
5472           Save some memory (8%) by repacking the index entry structure (more to
5473           come). Add more FIXMEs to questionable parts.
5474
5475 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5476
5477         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
5478         (gst_v4l2src_get_caps):
5479         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5480         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5481         (gst_v4l2src_capture_init):
5482           More FIXME comments and messaging changes.
5483
5484 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5485
5486         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
5487         (gst_goom_change_state):
5488         * gst/goom/gstgoom.h:
5489           Improved docs and use GST_DEBUG_FUNCPTR.
5490
5491         * gst/level/gstlevel.c: (gst_level_class_init):
5492           Use GST_DEBUG_FUNCPTR.
5493
5494         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
5495         (gst_monoscope_chain), (gst_monoscope_change_state):
5496           Improved docs source cleanups.
5497
5498 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5499
5500         * gst/debug/Makefile.am:
5501         * gst/debug/gstdebug.c: (plugin_init):
5502         * gst/debug/gstpushfilesrc.c:
5503         * gst/debug/gstpushfilesrc.h:
5504           Add code for a pushfilesrc element that implements a pushfile:// URI
5505           handler, to make debugging push-mode operation of demuxer/decoders
5506           that support both easier in connection with seek/playbin/etc.
5507           The element isn't registered at the moment.
5508
5509 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
5510
5511         * gst/avi/gstavimux.c:
5512           Comment a #if 0 in caps template definition as VS6 seems to 
5513         do not support it.
5514         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
5515           Use gst_guint64_to_gdouble for conversion.
5516         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
5517           Move variables declaration before the first instruction.
5518         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
5519           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
5520           And don't include netdb.h for G_OS_WIN32
5521         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
5522           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
5523           by VS6 then use an other way to initialize SDPMedia structure.
5524         * gst/udp/gstdynudpsink.h:
5525         * gst/udp/gstdynudpnetutils.h:
5526           Do not include <sys/time.h> for G_OS_WIN32
5527         * gst/udp/gstudpsrc.c:
5528           Define socklen_t as int for G_OS_WIN32
5529         * win/common/config.h.in:
5530           Undef HAVE_NETINET_IN_H
5531         * win32/vs6/gst_plugins_good.dsw:
5532         * win32/vs6/libgstrtp.dsp:
5533         * win32/vs6/libgstrtsp.dsp:
5534         * win32/vs6/libgstautogen.dsp:
5535         * win32/vs6/libgstaudiofx.dsp:
5536         * win32/vs6/libgstudp.dsp:
5537           Add and update project files.
5538         * win32/common/gstudp-enumtypes.c:
5539         * win32/common/gstudp-enumtypes.h:
5540           Add a copy of udp enumtypes to win32/common as in core 
5541           and base.
5542         
5543 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
5544
5545         * configure.ac:
5546           Activate monoscope when building with --enable-experimental. Fix
5547           --enable-external configure switch description.
5548
5549         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
5550         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
5551           Help gst-indent.
5552
5553 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
5554
5555         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
5556           Explicitly cast result of pointer arithmetic to integer in order to
5557           avoid compiler warnings on some 64-bit systems. Should fix #406018.
5558
5559 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5560
5561         * gst/debug/progressreport.c:
5562           Some more docs.
5563
5564 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5565
5566         * docs/plugins/inspect/plugin-rtp.xml:
5567           Update for new elements.
5568
5569         * gst/debug/progressreport.h:
5570           Commit newly-created header file as well.
5571
5572 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5573
5574         * docs/plugins/Makefile.am:
5575         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5576         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5577         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5578         * gst/debug/Makefile.am:
5579         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
5580         (gst_progress_report_do_query), (gst_progress_report_report):
5581           Make progressreport element post messages with the current progress
5582           on the bus. Also add some basic docs for it.
5583
5584 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5585
5586         * ext/hal/hal.c: (gst_hal_get_string):
5587         * ext/hal/hal.h:
5588           Some small cleanups; deal with errors when parsing the HAL ALSA
5589           capabilities a bit better.
5590
5591 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5592
5593         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5594           Let's try this again and use the right cast this time.
5595
5596 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5597
5598         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5599           Add cast to avoid compiler warnings with older GLib versions
5600           where the nick/name members in GEnumValue are not declared as
5601           constant strings.
5602
5603 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5604
5605         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
5606         (gst_gconf_render_bin_from_key),
5607         (gst_gconf_get_default_audio_sink):
5608         * ext/gconf/gconf.h:
5609         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
5610         (do_toggle_element), (gst_gconf_audio_sink_set_property),
5611         (gst_gconf_audio_sink_get_property):
5612           In gconfaudiosink, get the right key as the old key in do_toggle
5613           (ie. one dependent on the profile selected). Log some more stuff so
5614           we can see what's actually going on.
5615
5616 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
5617
5618         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
5619         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
5620         (gst_audio_amplify_set_process_function),
5621         (gst_audio_amplify_setup):
5622         * gst/audiofx/audioamplify.h:
5623         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
5624         (gst_audio_invert_class_init), (gst_audio_invert_setup):
5625         * gst/audiofx/audioinvert.h:
5626         Some small cleanups and port both elements to the new GstAudioFilter
5627         base class to save a few lines of common code.
5628         * gst/audiofx/Makefile.am:
5629         Link against libgstaudio for the above changes
5630
5631 2007-01-29  Wim Taymans  <wim@fluendo.com>
5632
5633         * tests/check/elements/.cvsignore:
5634         Some more ignores.
5635
5636 2007-01-26  Wim Taymans  <wim@fluendo.com>
5637
5638         Patch by: charles <charlesg3 at gmail dot com>
5639
5640         * ext/shout2/gstshout2.c: (gst_shout2send_init),
5641         (set_shout_metadata), (gst_shout2send_event):
5642         * ext/shout2/gstshout2.h:
5643         Properly handle tags in shout2send. Fixes #399825.
5644
5645 2007-01-25  Wim Taymans  <wim@fluendo.com>
5646
5647         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5648         (gst_rtspsrc_activate_streams):
5649         Convert SDP fields to upper/lowercase following the rules in the SDP to
5650         caps document. 
5651
5652 2007-01-25  Wim Taymans  <wim@fluendo.com>
5653
5654         * gst/rtp/README:
5655         * gst/rtp/gstrtpilbcdepay.c:
5656         * gst/rtp/gstrtpilbcpay.c:
5657         * gst/rtp/gstrtpmp4gdepay.c:
5658         * gst/rtp/gstrtpmp4gpay.c:
5659         * gst/rtp/gstrtpspeexdepay.c:
5660         * gst/rtp/gstrtpspeexpay.c:
5661         * gst/rtp/gstrtpsv3vdepay.c:
5662         * gst/rtp/gstrtptheoradepay.c:
5663         * gst/rtp/gstrtptheorapay.c:
5664         * gst/rtp/gstrtpvorbisdepay.c:
5665         * gst/rtp/gstrtpvorbispay.c:
5666         Fix case of encoding-name and key/value pairs to match the document.
5667         This is to make interoperation with SDP case-insensitive as required by
5668         the relevant RFCs.
5669
5670 2007-01-25  Wim Taymans  <wim@fluendo.com>
5671
5672         * configure.ac:
5673         Bump required -core/-base to CVS
5674
5675 2007-01-25  Wim Taymans  <wim@fluendo.com>
5676
5677         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
5678         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
5679         * gst/rtp/gstrtpL16pay.h:
5680         Fill up to MTU using adapter.
5681         Timestamp rtp packets.
5682
5683 2007-01-25  Edward Hervey  <edward@fluendo.com>
5684
5685         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5686         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
5687         Use G_GSIZE_FORMAT in print statements for portability.
5688         Fixes build on macosx.
5689
5690 2007-01-24  Wim Taymans  <wim@fluendo.com>
5691
5692         * gst/rtp/Makefile.am:
5693         * gst/rtp/gstrtp.c: (plugin_init):
5694         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
5695         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
5696         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
5697         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
5698         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
5699         (gst_rtp_L16_depay_plugin_init):
5700         * gst/rtp/gstrtpL16depay.h:
5701         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
5702         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
5703         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
5704         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
5705         (gst_rtp_L16_pay_plugin_init):
5706         * gst/rtp/gstrtpL16pay.h:
5707         Port and enable raw audio payloader/depayloader. Needs a bit more work
5708         on the payloader side.
5709
5710 2007-01-24  Wim Taymans  <wim@fluendo.com>
5711
5712         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
5713         (gst_rtspsrc_stream_configure_transport),
5714         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
5715         * gst/rtsp/gstrtspsrc.h:
5716         Only unblock the udp pads when we linked and activated them all.
5717         Fixes #395688.
5718
5719 2007-01-24  Wim Taymans  <wim@fluendo.com>
5720
5721         * gst/rtp/Makefile.am:
5722         * gst/rtp/gstrtp.c: (plugin_init):
5723         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
5724         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
5725         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
5726         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
5727         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
5728         * gst/rtp/gstrtpac3depay.h:
5729         Added simple AC3 depayloader (RFC 4184).
5730
5731         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
5732         Fix a leak.
5733
5734 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
5735
5736         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5737
5738         * gst/audiofx/Makefile.am:
5739         * gst/audiofx/audioamplify.c:
5740         (gst_audio_amplify_clipping_method_get_type),
5741         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
5742         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
5743         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
5744         (gst_audio_amplify_set_caps),
5745         (gst_audio_amplify_transform_int_clip),
5746         (gst_audio_amplify_transform_int_wrap_negative),
5747         (gst_audio_amplify_transform_int_wrap_positive),
5748         (gst_audio_amplify_transform_float_clip),
5749         (gst_audio_amplify_transform_float_wrap_negative),
5750         (gst_audio_amplify_transform_float_wrap_positive),
5751         (gst_audio_amplify_transform_ip):
5752         * gst/audiofx/audioamplify.h:
5753         * gst/audiofx/audiofx.c: (plugin_init):
5754         Add new element "audioamplify". This allows scaling of raw audio
5755         samples, similar to the "volume" element, but provides different modes
5756         for clipping and allows unlimited amplification. It's mainly targeted
5757         for creative sound design and not as a replacement of the "volume"
5758         element. Fixes #397162
5759         * docs/plugins/Makefile.am:
5760         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5761         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5762         * docs/plugins/gst-plugins-good-plugins.args:
5763         * docs/plugins/inspect/plugin-audiofx.xml:
5764         Add docs for audioamplify and integrate them into the build system
5765         * tests/check/Makefile.am:
5766         * tests/check/elements/audioamplify.c: (setup_amplify),
5767         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
5768         Add fairly extensive unit test suite for audioamplify
5769
5770 2007-01-24  Wim Taymans  <wim@fluendo.com>
5771
5772         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
5773         Unblock pads after adding the pads to the element so that autopluggers
5774         get a change to link something. Possibly fixes #395688.
5775
5776 2007-01-24  Wim Taymans  <wim@fluendo.com>
5777
5778         * gst/rtp/gstrtpamrdepay.c:
5779         * gst/rtp/gstrtpgsmdepay.c:
5780         * gst/rtp/gstrtph263pdepay.c:
5781         * gst/rtp/gstrtph263ppay.c:
5782         * gst/rtp/gstrtph264depay.c:
5783         * gst/rtp/gstrtpilbcdepay.c:
5784         * gst/rtp/gstrtpmp2tdepay.c:
5785         * gst/rtp/gstrtpmp4gdepay.c:
5786         * gst/rtp/gstrtpmp4gpay.c:
5787         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
5788         * gst/rtp/gstrtpmp4vpay.c:
5789         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
5790         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
5791         (gst_rtp_mpa_depay_process):
5792         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
5793         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
5794         * gst/rtp/gstrtppcmadepay.c:
5795         * gst/rtp/gstrtppcmudepay.c:
5796         * gst/rtp/gstrtpspeexdepay.c:
5797         * gst/rtp/gstrtpspeexpay.c:
5798         * gst/rtp/gstrtpsv3vdepay.c:
5799         * gst/rtp/gstrtptheoradepay.c:
5800         * gst/rtp/gstrtptheorapay.c:
5801         * gst/rtp/gstrtpvorbisdepay.c:
5802         * gst/rtp/gstrtpvorbispay.c:
5803         Fix caps with payload numbers.
5804         Add some fixed payload numbers to caps when possible.
5805
5806 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
5807
5808         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5809
5810         * gst/audiofx/Makefile.am:
5811         * gst/audiofx/audiofx.c: (plugin_init):
5812         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
5813         (gst_audio_invert_class_init), (gst_audio_invert_init),
5814         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
5815         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
5816         (gst_audio_invert_transform_float),
5817         (gst_audio_invert_transform_ip):
5818         * gst/audiofx/audioinvert.h:
5819         Add new audiofx element "audioinvert". This element swaps the upper
5820         and lower half of samples and can be used for example for a
5821         wide-stereo effect. Fixes #396057
5822         * docs/plugins/Makefile.am:
5823         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5824         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5825         * docs/plugins/gst-plugins-good-plugins.args:
5826         * docs/plugins/inspect/plugin-audiofx.xml:
5827         Add docs for the audioinvert element and add them to the build system.
5828         * tests/check/Makefile.am:
5829         * tests/check/elements/audioinvert.c: (setup_invert),
5830         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
5831         Add unit test suite for the audioinvert element.
5832
5833 2007-01-23  Wim Taymans  <wim@fluendo.com>
5834
5835         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
5836         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
5837         Parse config params as string and int.
5838         Parse and use AU header length
5839
5840 2007-01-23  Wim Taymans  <wim@fluendo.com>
5841
5842         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
5843         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
5844         * gst/smpte/gstmask.c: (_gst_mask_register):
5845         * gst/smpte/gstmask.h:
5846         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
5847         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
5848         (gst_smpte_paint_triangle_clock):
5849         constify some static structs.
5850         Don't update the mask if nothing changed to the params.
5851         Make sure we never draw outside of the picture. Fixes #398325.
5852
5853 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
5854
5855         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
5856           Error out properly when pull_range fails while we're reading the
5857           headers, instead of just pausing the task silently. Fixes #399338.
5858
5859 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
5860
5861         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
5862           Some more sanity checks to make sure the input formats match and the
5863           input pads are actually negotiated, in case someone tries to feed
5864           buffers from fakesrc or filesrc. Fixes #398299.
5865           Also const-ify an array, just because we can.
5866
5867 2007-01-19  Edward Hervey  <edward@fluendo.com>
5868
5869         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
5870         Ignore previous commit, that was only valid for widths and heights
5871         that are multiples of 4.
5872         Copy over size/stride macros from jpegdec. This allows the element
5873         to work with any width,height...
5874         ... but puts in evidence that the actual transformations only work
5875         with width/height that are multiples of 4.
5876
5877 2007-01-19  Edward Hervey  <edward@fluendo.com>
5878
5879         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
5880         Allocate buffers of the right size.
5881         The proper size of a I420 buffer in bytes is:
5882         
5883             width * height * 3
5884             ------------------
5885                     2
5886
5887 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
5888
5889         * gst/smpte/gstsmpte.c: (gst_smpte_init):
5890           Proxy getcaps on sink pads too, so that we either end up with the
5891           same dimensions on all pads or error out if that's not possible
5892           (seems to work even!). Fixes #398086, I think.
5893
5894 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
5895
5896         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5897         * docs/plugins/gst-plugins-good-plugins.args:
5898         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5899           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
5900           fix integer properties with -1 as minimum value.
5901
5902         * docs/plugins/inspect/plugin-1394.xml:
5903         * docs/plugins/inspect/plugin-aasink.xml:
5904         * docs/plugins/inspect/plugin-alaw.xml:
5905         * docs/plugins/inspect/plugin-alpha.xml:
5906         * docs/plugins/inspect/plugin-alphacolor.xml:
5907         * docs/plugins/inspect/plugin-annodex.xml:
5908         * docs/plugins/inspect/plugin-apetag.xml:
5909         * docs/plugins/inspect/plugin-audiofx.xml:
5910         * docs/plugins/inspect/plugin-auparse.xml:
5911         * docs/plugins/inspect/plugin-autodetect.xml:
5912         * docs/plugins/inspect/plugin-avi.xml:
5913         * docs/plugins/inspect/plugin-cacasink.xml:
5914         * docs/plugins/inspect/plugin-cairo.xml:
5915         * docs/plugins/inspect/plugin-cdio.xml:
5916         * docs/plugins/inspect/plugin-cutter.xml:
5917         * docs/plugins/inspect/plugin-debug.xml:
5918         * docs/plugins/inspect/plugin-dv.xml:
5919         * docs/plugins/inspect/plugin-efence.xml:
5920         * docs/plugins/inspect/plugin-effectv.xml:
5921         * docs/plugins/inspect/plugin-esdsink.xml:
5922         * docs/plugins/inspect/plugin-flac.xml:
5923         * docs/plugins/inspect/plugin-flxdec.xml:
5924         * docs/plugins/inspect/plugin-gconfelements.xml:
5925         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5926         * docs/plugins/inspect/plugin-goom.xml:
5927         * docs/plugins/inspect/plugin-halelements.xml:
5928         * docs/plugins/inspect/plugin-icydemux.xml:
5929         * docs/plugins/inspect/plugin-id3demux.xml:
5930         * docs/plugins/inspect/plugin-jpeg.xml:
5931         * docs/plugins/inspect/plugin-level.xml:
5932         * docs/plugins/inspect/plugin-matroska.xml:
5933         * docs/plugins/inspect/plugin-mulaw.xml:
5934         * docs/plugins/inspect/plugin-multipart.xml:
5935         * docs/plugins/inspect/plugin-navigationtest.xml:
5936         * docs/plugins/inspect/plugin-ossaudio.xml:
5937         * docs/plugins/inspect/plugin-png.xml:
5938         * docs/plugins/inspect/plugin-rtp.xml:
5939         * docs/plugins/inspect/plugin-rtsp.xml:
5940         * docs/plugins/inspect/plugin-shout2send.xml:
5941         * docs/plugins/inspect/plugin-smpte.xml:
5942         * docs/plugins/inspect/plugin-speex.xml:
5943         * docs/plugins/inspect/plugin-taglib.xml:
5944         * docs/plugins/inspect/plugin-udp.xml:
5945         * docs/plugins/inspect/plugin-videobalance.xml:
5946         * docs/plugins/inspect/plugin-videobox.xml:
5947         * docs/plugins/inspect/plugin-videoflip.xml:
5948         * docs/plugins/inspect/plugin-videomixer.xml:
5949         * docs/plugins/inspect/plugin-wavenc.xml:
5950         * docs/plugins/inspect/plugin-wavparse.xml:
5951         * docs/plugins/inspect/plugin-ximagesrc.xml:
5952           Update to CVS.
5953
5954 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
5955
5956         Patch by: Sebastian Dröge <slomo circular-chaos org>
5957
5958         * gst/audiofx/audiopanorama.c:
5959           Fix doc section name (Fixes #397946)
5960
5961 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
5962
5963         * sys/v4l2/gstv4l2object.c:
5964         (gst_v4l2_object_install_properties_helper),
5965         (gst_v4l2_object_set_property_helper),
5966         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
5967         * sys/v4l2/gstv4l2object.h:
5968         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5969         (gst_v4l2src_init), (gst_v4l2src_set_property),
5970         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
5971         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5972         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5973         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
5974         (gst_v4l2src_capture_deinit):
5975           Fix EIO handing when capturing. Add new property to specify the number of
5976           buffers to enque (and remove the borked num-buffers usage).
5977
5978 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
5979
5980         Patch by: Sebastian Dröge <slomo circular-chaos org>
5981
5982         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
5983         (gst_audio_panorama_set_process_function):
5984           Use a function array for process methods, add more docs and define the
5985           startindex of enums.
5986
5987 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
5988
5989         Patch by: Mark Nauwelaerts <manauw at skynet be>
5990
5991         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
5992         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
5993         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
5994         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
5995         (gst_avi_mux_riff_get_avi_header),
5996         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
5997         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
5998         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
5999         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
6000         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
6001         (gst_avi_mux_change_state):
6002         * gst/avi/gstavimux.h:
6003         * tests/check/elements/avimux.c: (teardown_src_pad):
6004           Add support for more than one audio stream; write better AVIX
6005           header; refactor code a bit; don't announce vorbis caps on our audio
6006           sink pads since we don't support it anyway. Closes #379298.
6007
6008 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
6009
6010         Patch by: Sebastian Dröge <slomo circular-chaos org>
6011
6012         * gst/audiofx/audiopanorama.c:
6013         (gst_audio_panorama_method_get_type),
6014         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
6015         (gst_audio_panorama_set_process_function),
6016         (gst_audio_panorama_set_property),
6017         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
6018         (gst_audio_panorama_transform_m2s_int_simple),
6019         (gst_audio_panorama_transform_s2s_int_simple),
6020         (gst_audio_panorama_transform_m2s_float_simple),
6021         (gst_audio_panorama_transform_s2s_float_simple):
6022         * gst/audiofx/audiopanorama.h:
6023           Add 'method' property and provide a simple (non-psychoacustic)
6024           processing method (#394859).
6025
6026         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
6027         (panorama_suite):
6028           Tests for new method.
6029
6030 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6031
6032         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
6033         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
6034           Set correct caps on outgoing pulled buffers, or things blow up
6035           after recent core changes.
6036
6037 2007-01-11  Wim Taymans  <wim@fluendo.com>
6038
6039         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6040
6041         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
6042         (gst_multipart_mux_request_new_pad),
6043         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
6044         (gst_multipart_mux_change_state):
6045         Return FLOW errors ASAP. Fixes #394977.
6046         Misc cleanups.
6047
6048 2007-01-11  Wim Taymans  <wim@fluendo.com>
6049
6050         Patch by: Lutz Mueller <lutz at topfrose dot de>
6051
6052         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
6053         Check for stream pad before activating. 
6054
6055 2007-01-10  Wim Taymans  <wim@fluendo.com>
6056
6057         Patch by: Peter Kjellerstedt  <pkj at axis com>
6058
6059         * gst/rtsp/COPYING.MIT:
6060         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6061         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
6062         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
6063         (gst_rtspsrc_stream_configure_transport),
6064         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
6065         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
6066         (gst_rtspsrc_parse_methods),
6067         (gst_rtspsrc_create_transports_string),
6068         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
6069         (gst_rtspsrc_open), (gst_rtspsrc_close):
6070         * gst/rtsp/gstrtspsrc.h:
6071         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6072         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
6073         (parse_request_line), (parse_line), (rtsp_connection_read),
6074         (rtsp_connection_close):
6075         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
6076         (rtsp_method_as_text), (rtsp_header_as_text),
6077         (rtsp_status_as_text), (rtsp_find_header_field),
6078         (rtsp_find_method):
6079         * gst/rtsp/rtspdefs.h:
6080         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
6081         (rtsp_ext_wms_configure_stream):
6082         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
6083         (rtsp_message_new_request), (rtsp_message_init_request),
6084         (rtsp_message_new_response), (rtsp_message_init_response),
6085         (rtsp_message_init_data), (rtsp_message_unset),
6086         (rtsp_message_free), (rtsp_message_add_header),
6087         (rtsp_message_get_header), (rtsp_message_set_body),
6088         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
6089         * gst/rtsp/rtspmessage.h:
6090         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
6091         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
6092         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
6093         (sdp_message_dump):
6094         Allow url to be NULL to be able to use it for server connections.
6095         Can now send responses as well as requests.
6096         No longer hangs in an endless loop if EOF is received.
6097         Can now convert a status code to a text string.
6098         Return RTSP_HDR_INVALID for unknown headers.
6099         Return RTSP_INVALID for unknown methods.
6100         Copy CSeq and Session headers from the request.
6101         Only free memory corresponding to the currently set message type.
6102         Added const to function arguments as appropriate.
6103         Avoid a compiler warning when initializing nmedia.
6104         Use guint rather than gint to avoid compiler warnings.
6105         Fix crasher in wms extension.
6106         Factor out stream setup from open_connection.
6107         Delay activation of streams when actual data is received from the
6108         server, this prepares us to do proper protocol switching.
6109         Added new license.
6110         Fixes #380895.
6111
6112
6113 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
6114
6115         Patch by: Sebastian Dröge <slomo ubuntu com>
6116
6117         * docs/plugins/Makefile.am:
6118         * gst/audiofx/audiopanorama.c:
6119           Some small docs fixes (#394851).
6120
6121 2007-01-09  Wim Taymans  <wim@fluendo.com>
6122
6123         * gst/avi/gstavidemux.c:
6124         Fix docs.
6125
6126 2007-01-09  Wim Taymans  <wim@fluendo.com>
6127
6128         * gst/rtp/Makefile.am:
6129         * gst/rtp/gstrtp.c: (plugin_init):
6130         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
6131         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
6132         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
6133         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
6134         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
6135         * gst/rtp/gstrtpmpvdepay.h:
6136           Added RFC 2250 MPEG Video Depayloader.
6137
6138         * gst/rtp/gstrtpL16depay.h:
6139         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
6140         (gst_rtp_h263p_depay_process):
6141         Fix Header file. Small cleanups.
6142
6143         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
6144         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
6145         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
6146         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
6147         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
6148         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
6149         (gst_rtp_mp4v_depay_change_state):
6150         Remove usused code. Remove Adapter from state Change. Added debug.
6151
6152         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
6153         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
6154         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
6155         * gst/rtp/gstrtpmpadepay.h:
6156         Subclass base depayloader.
6157         Added debug.
6158         Support static payload type assignment as well.
6159
6160         * gst/rtp/gstrtpmpapay.c:
6161         Fix caps.
6162
6163 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6164
6165         Patch by: Vincent Torri  <vtorri at univ-evry fr>
6166
6167         * ext/jpeg/gstjpegdec.c:
6168         * ext/jpeg/gstjpegenc.c:
6169         * ext/jpeg/smokecodec.c:
6170           These libjpeg callbacks should return a 'boolean' (unsigned char
6171           apparently) and not a 'gboolean' (which maps to gint). Fixes
6172           warnings when compiling with MingW (#393427).
6173
6174         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6175           Use ioctlsocket on win32.
6176
6177         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6178           Some printf format fixes for win32.
6179
6180 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
6181
6182         * gst/cutter/gstcutter.c: (gst_cutter_chain):
6183           Use gst_guint64_to_gdouble for conversion.
6184         * win32/vs6/libgstmatroska.dsp:
6185           Add zlib to the link.
6186         * win32/vs6/libgstvideobox.dsp:
6187           Update liboil library name (project is linked to 
6188           liboil-0.3-0.lib now).
6189           
6190 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6191
6192         * gst/matroska/Makefile.am:
6193           If zlib is available and used, we must link it explicitly for
6194           things to work on MingW (fixes #392855).
6195
6196 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
6197
6198         * ext/esd/esdsink.c: (gst_esdsink_delay):
6199           Don't return bogus values when esd_get_delay() fails for some
6200           reason (#392189).
6201
6202 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6203
6204         * sys/ximage/gstximagesrc.c: (composite_pixel):
6205           Fix presumably copy'n'pasto for 16bpp depth.
6206
6207 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6208
6209         * gst/matroska/matroska-mux.c:
6210         (gst_matroska_mux_audio_pad_setcaps):
6211           The "signed" field in audio caps is of boolean type, trying to use
6212           gst_structure_get_int() to extract it will fail. Fixing this makes
6213           matroskamux accept raw audio input (#387121) (use at your own risk
6214           though, due to the matroska spec being not entirely useful in this
6215           respect).
6216           Also fix up raw audio structures in template caps so that they
6217           represent what our setcaps function will actually accept, so that
6218           converters know what to convert to.
6219           Finally, don't fail if there isn't an "endianness" field in 8-bit
6220           PCM caps.
6221
6222 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
6223
6224         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6225         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6226         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6227         (teardown_cmmldec):
6228         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6229         (teardown_cmmlenc):
6230         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6231           reapply consistent pad (de)activation
6232
6233 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
6234
6235         * configure.ac:
6236         Back to CVS
6237
6238         * gst-plugins-good.doap:
6239         Add 0.10.5 doap entry
6240
6241 === release 0.10.5 ===
6242
6243 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
6244
6245         * configure.ac:
6246           releasing 0.10.5, "The Path of Thorns"
6247
6248 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6249
6250         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6251         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6252         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6253         (teardown_cmmldec):
6254         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6255         (teardown_cmmlenc):
6256         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6257           revert my freeze breakage
6258
6259 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6260
6261         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6262         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6263         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6264         (teardown_cmmldec):
6265         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6266         (teardown_cmmlenc):
6267         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6268           consistent pad (de)activation
6269
6270 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
6271
6272         * configure.ac:
6273         * ext/Makefile.am:
6274         Disable LADPSA, as it has moved to the -bad module for the duration.
6275
6276 2006-12-18  Wim Taymans  <wim@fluendo.com>
6277
6278         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
6279         (gst_signal_processor_event):
6280         Reset flow_state back to _OK after a flush stop so that we exit our
6281         error state after the flush. Fixes #374213
6282
6283 2006-12-16  David Schleef  <ds@schleef.org>
6284
6285         * sys/osxvideo/osxvideosink.h:
6286         * sys/osxvideo/osxvideosink.m:
6287           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
6288
6289 2006-12-16  David Schleef  <ds@schleef.org>
6290
6291         Patch by: Vijay Santhanam <vijay santhanam gmail com>
6292
6293         * sys/osxvideo/Makefile.am:
6294         * sys/osxvideo/osxvideosink.h:
6295         * sys/osxvideo/osxvideosink.m:
6296           Preliminary patch for porting osxvideosink
6297
6298 2006-12-16  Wim Taymans  <wim@fluendo.com>
6299
6300         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6301
6302         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
6303         (gst_videomixer_set_master_geometry),
6304         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
6305         (gst_videomixer_reset), (gst_videomixer_init),
6306         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
6307         (gst_videomixer_release_pad), (gst_videomixer_collected),
6308         (gst_videomixer_change_state):
6309         Introduce some locking around the videomixer state so that it does not
6310         crash when adding/removing pads. Fixes #383043.
6311
6312 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6313
6314         * configure.ac:
6315           Make sure libcaca can actually be used instead of just checking for
6316           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
6317           cross-compiling (fixes #384587).
6318
6319 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6320
6321         * Makefile.am:
6322         * gst-plugins-good.doap:
6323         * gst-plugins-good.spec.in:
6324           adding doap file
6325
6326 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6327
6328         * configure.ac:
6329           libflac-1.1.3 changed API again, but we can't build against it yet,
6330           so make sure our check doesn't use libflac-1.1.3 and add a comment
6331           to this effect.
6332
6333 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6334
6335         * gst/effectv/gstquark.c: (gst_quarktv_transform),
6336         (gst_quarktv_planetable_clear):
6337           Add some NULL pointer checks (possibly related to #385623).
6338
6339 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
6340
6341         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
6342         (gst_tag_demux_chain):
6343         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
6344           In streaming mode, if the first buffer we get doesn't have an
6345           offset, fix it up to be 0, otherwise trimming won't work later on
6346           and we'll be typefinding application/x-id3, which may result in
6347           decodebin plugging an endless number of id3demux elements as a
6348           consequence. Fixes #385031.
6349           
6350 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6351
6352         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
6353           Ignore the buffer_time the sound device reports. Turns out it is 
6354           sometimes completely bogus and we're better off without it.
6355
6356 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6357
6358         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6359         (gst_matroska_demux_video_caps):
6360         * gst/matroska/matroska-ids.c:
6361         (gst_matroska_track_init_video_context):
6362         * gst/matroska/matroska-ids.h:
6363           Try harder to extract the framerate for video tracks correctly and
6364           save it directly instead of converting it back and forth a few
6365           times. Mostly makes a difference for very small framerates (<1).
6366           Fixes #380199.
6367
6368 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6369
6370         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
6371         (gst_gconf_audio_src_dispose), (do_toggle_element):
6372         * ext/gconf/gstgconfaudiosrc.h:
6373           Remove gconf notify hook when the gconfaudiosrc element is
6374           destroyed, otherwise the callback may be called on an
6375           already-destroyed instance and bad things happen. Should fix
6376           #378184.
6377           Also ignore gconf key changes when the source is already running.
6378
6379 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6380
6381         Patch by: Sebastian Dröge  <mail at slomosnail de>
6382
6383         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6384           We need to be able to read and parse any possible floating point string
6385           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
6386           will parse the former only in certain locales though, so we really need
6387           to canonicalise the separator to '.' and then use g_ascii_strtod() to
6388           make sure we can parse either version at all times.
6389           Fixes #382982 for real.
6390
6391 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6392
6393         * sys/sunaudio/gstsunaudiomixerctrl.c:
6394         * sys/sunaudio/gstsunaudiosrc.c:
6395
6396         Use the sunaudio debug category.
6397
6398         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
6399         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
6400         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
6401         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
6402         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
6403         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
6404         (gst_sunaudiosink_reset):
6405         * sys/sunaudio/gstsunaudiosink.h:
6406
6407         Uses the sunaudio debug category for all debug output
6408         Implements the _delay() callback to synchronise video playback better
6409         Change the segtotal and segsize values back to the parent class 
6410           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
6411           respectively)
6412         Measure the samples written to the device vs. played.
6413         Keep track of segments in the device by writing empty eof frames, and
6414         sleep using a GCond when we get too far ahead and risk overrunning the
6415         sink's ringbuffer.
6416
6417         Fixes: #360673
6418
6419 2006-12-08  Wim Taymans  <wim@fluendo.com>
6420
6421         Patch by: Sebastian Dröge  <mail at slomosnail de >
6422
6423         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6424         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
6425         * gst/audiofx/audiopanorama.h:
6426         Fix audiopanorame with float samples. Fixes #383726.
6427
6428 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6429
6430         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
6431         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
6432         (gst_sunaudiosrc_reset):
6433
6434         Implement reset functions to unblock the src/sink more quickly on 
6435         state change requests.
6436         Patch by: Brian Cameron <brian dot cameron at sun com>
6437
6438 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6439
6440         * sys/sunaudio/gstsunaudiomixer.c:
6441         (gst_sunaudiomixer_change_state):
6442         Construct the correct mixer device name when the AUDIODEV env var
6443         is set.
6444
6445         Patch by: Jerry Tan <jerry.tan at sun dot com>
6446         Fixes: #383596
6447
6448 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6449
6450         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
6451         Apply patch to open the mixer control and set the MULTIPLE_OPEN
6452         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
6453         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
6454         Patch by: Jerry Tan <jerry.tan at sun dot com>
6455         Fixes: #349015
6456
6457 2006-12-07  Wim Taymans  <wim@fluendo.com>
6458
6459         * gst/smpte/gstmask.h:
6460         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
6461         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
6462         (gst_smpte_collected), (gst_smpte_set_property),
6463         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
6464         * gst/smpte/gstsmpte.h:
6465         Port to 0.10 some more. 
6466         Added duration property to specify the duration of the transition.
6467         Make framerate a fraction.
6468         Deprecate fps property, we only use negotiated fps.
6469         Added docs.
6470         Fix collectpad usage.
6471         Reset state in READY.
6472         Send NEWSEGMENT event.
6473         Fix racy updates of object properties.
6474         Added debug category.
6475         Fixes #383323.
6476
6477 2006-12-06  Wim Taymans  <wim@fluendo.com>
6478
6479         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6480
6481         * gst/videomixer/videomixer.c:
6482         (gst_videomixer_set_master_geometry),
6483         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
6484         Don't reset xpos and ypos in the setcaps function because causes
6485         unexpected behaviour.
6486         Fixes #382179.
6487
6488 2006-12-06  Wim Taymans  <wim@fluendo.com>
6489
6490         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
6491         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
6492         Keep track of the buffer timestamp in the collectdata member instead
6493         of modifying the buffer without making the metadata writable first.
6494         Fixes #382277.
6495
6496 2006-12-06  Wim Taymans  <wim@fluendo.com>
6497
6498         Patch by: Rob Taylor <robtaylor at floopily dot org>
6499
6500         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6501         If using multicast in udpsrc, bind to the multicast address rather than
6502         IN_ADDR_ANY.
6503         This allows the simultanous use of multiple udpsrcs listening on
6504         different multicat addresses. Without this all udpsrcs will receive all
6505         packets from all subscribed multicast addresses.
6506         Fixes #383001.
6507
6508 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6509
6510         * ext/taglib/gstid3v2mux.cc:
6511         Don't attempt to write a NULL frame into the ID3 tag set when the 
6512         createFrame method returned NULL.
6513         Fixes: #381857
6514         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
6515
6516 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6517
6518         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6519         Use g_strtod() instead of sscanf to parse doubles, so that it will
6520         try parsing in the C locale if the current locale fails.
6521         Fixes: #382982
6522         Patch by: Sebastian Dröge  <mail at slomosnail de >
6523
6524 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
6525
6526         * win32/MANIFEST:
6527         Fix compilation on win32 under VS8
6528         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
6529         Partially fixes #381175
6530
6531 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6532
6533         * gst/avi/gstavimux.c:
6534           accept all mpegversions,fixes #380825
6535           spotted by: Jerome Alet  
6536
6537 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6538
6539         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6540         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
6541         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
6542         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
6543           cleanup the error message a bit more
6544
6545 2006-11-28  Wim Taymans  <wim@fluendo.com>
6546
6547         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
6548         Fix width and height properties.
6549
6550         * ext/libcaca/gstcacasink.h:
6551         Fix compilation on newer libcaca that require us to include a new
6552         header. Fixes #379918.
6553
6554 2006-11-28  Wim Taymans  <wim@fluendo.com>
6555
6556         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6557         * gst/rtsp/gstrtspsrc.h:
6558         * gst/rtsp/rtspext.h:
6559         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
6560         (rtsp_ext_wms_get_context):
6561         Add method so that extensions can choose to disable the setup of
6562         a stream.
6563         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
6564
6565 2006-11-27  Wim Taymans  <wim@fluendo.com>
6566
6567         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6568
6569         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6570         Push header in a separate buffer instead of memcpy:ing all data.
6571         Change LF => CRLF in headers.
6572         Move trailing LF to header. Fixes #379792.
6573
6574 2006-11-27  Wim Taymans  <wim@fluendo.com>
6575
6576         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
6577         Small buffer overflow fix and improve debugging.
6578
6579 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6580
6581         * ext/esd/esdmon.h:
6582         * ext/esd/esdsink.h:
6583           remove obsolete _factory_init protos
6584
6585 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6586
6587         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
6588         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
6589         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
6590         (gst_avi_demux_read_subindexes_push),
6591         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
6592         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6593         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
6594         (gst_avi_demux_massage_index),
6595         (gst_avi_demux_calculate_durations_from_index),
6596         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
6597         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
6598         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
6599           remove dead code, tweak debugs statements, add comments, use
6600           _uint64_scale instead _uint64_scale_int when using guint64 values,
6601           small optimizations, reflow some error handling
6602
6603 2006-11-22  Edward Hervey  <edward@fluendo.com>
6604
6605         * po/.cvsignore:
6606         We never put .pot files in cvs. Let's ignore them all.
6607
6608 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6609
6610         * po/POTFILES.in:
6611           ... but better exclude files that aren't disted.
6612
6613 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6614
6615         * po/POTFILES.in:
6616           Add v4l2 source files to list of files with translations, so the
6617           strings are actually extracted (however bad they still may be).
6618
6619 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6620
6621         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
6622           Minor clean-ups: const-ify static array, remove trailing comma from
6623           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
6624
6625 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
6626
6627         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
6628         Make sure that g_free always gets called on the same pointer that was 
6629         returned by g_malloc.  Fixes #376594.
6630         Do not leak memory if decompressed size is wrong.
6631         Remove unneeded check of return value of g_malloc.
6632         Patch by: René Stadler <mail@renestadler.de>
6633
6634 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
6635
6636         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
6637           Add missing curly brackets.
6638
6639 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
6640
6641         * sys/v4l2/v4l2src_calls.c:
6642         Fix capture_deinit.
6643
6644 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6645
6646         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
6647         (gst_matroska_mux_request_new_pad):
6648           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
6649
6650         * tests/check/elements/matroskamux.c: (setup_src_pad),
6651         (setup_sink_pad), (GST_START_TEST):
6652         Activate pads before using them.
6653
6654 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6655
6656         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
6657           Initialise variable to get rid of bogus compiler warning.
6658
6659 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
6660
6661         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
6662
6663         * gst/rtp/gstrtph263pay.c:
6664         * gst/rtp/gstrtph263pdepay.c:
6665         * gst/rtp/gstrtph263ppay.c:
6666           Specify H.263 variant and version in the caps (fixes #361637)
6667
6668 2006-11-15  Wim Taymans  <wim@fluendo.com>
6669
6670         * gst/rtsp/rtspconnection.c: (read_body):
6671         Don't set a data pointer to NULL and a size > 0 when we deal
6672         with empty packets.
6673
6674         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
6675         (rtsp_message_init_response), (rtsp_message_init_data),
6676         (rtsp_message_unset), (rtsp_message_free),
6677         (rtsp_message_take_body):
6678         Check that we can't create invalid empty packets. 
6679
6680 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6681
6682         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6683
6684         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
6685         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
6686         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
6687         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6688         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
6689         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
6690         * gst/matroska/matroska-mux.h:
6691           Add basic tag writing support; implement releasing pads (#374658).
6692
6693 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6694
6695         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6696         (gst_matroska_demux_audio_caps):
6697           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
6698
6699 2006-11-14  David Schleef  <ds@schleef.org>
6700
6701         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
6702
6703 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6704
6705         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6706
6707         * win32/vs8/gst-plugins-good.sln:
6708         * win32/vs8/libgst1394.vcproj:
6709         * win32/vs8/libgstaasink.vcproj:
6710         * win32/vs8/libgstalaw.vcproj:
6711         * win32/vs8/libgstalpha.vcproj:
6712         * win32/vs8/libgstalphacolor.vcproj:
6713         * win32/vs8/libgstannodex.vcproj:
6714         * win32/vs8/libgstapetag.vcproj:
6715         * win32/vs8/libgstaudiofx.vcproj:
6716         * win32/vs8/libgstauparse.vcproj:
6717         * win32/vs8/libgstautodetect.vcproj:
6718         * win32/vs8/libgstavi.vcproj:
6719         * win32/vs8/libgstcacasink.vcproj:
6720         * win32/vs8/libgstcdio.vcproj:
6721         * win32/vs8/libgstcutter.vcproj:
6722         * win32/vs8/libgstdv.vcproj:
6723         * win32/vs8/libgsteffectv.vcproj:
6724         * win32/vs8/libgstflac.vcproj:
6725         * win32/vs8/libgstflxdec.vcproj:
6726         * win32/vs8/libgstgoom.vcproj:
6727         * win32/vs8/libgsticydemux.vcproj:
6728         * win32/vs8/libgstid3demux.vcproj:
6729         * win32/vs8/libgstjpeg.vcproj:
6730         * win32/vs8/libgstladspa.vcproj:
6731         * win32/vs8/libgstlevel.vcproj:
6732         * win32/vs8/libgstmatroska.vcproj:
6733         * win32/vs8/libgstmikmod.vcproj:
6734         * win32/vs8/libgstmng.vcproj:
6735         * win32/vs8/libgstmonoscope.vcproj:
6736         * win32/vs8/libgstmulaw.vcproj:
6737         * win32/vs8/libgstmultipart.vcproj:
6738         * win32/vs8/libgstpng.vcproj:
6739         * win32/vs8/libgstrtp.vcproj:
6740         * win32/vs8/libgstrtsp.vcproj:
6741         * win32/vs8/libgstshout2.vcproj:
6742         * win32/vs8/libgstsmpte.vcproj:
6743         * win32/vs8/libgstspeex.vcproj:
6744         * win32/vs8/libgsttaglib.vcproj:
6745         * win32/vs8/libgstudp.vcproj:
6746         * win32/vs8/libgstvideobalance.vcproj:
6747         * win32/vs8/libgstvideobox.vcproj:
6748         * win32/vs8/libgstvideoflip.vcproj:
6749         * win32/vs8/libgstvideomixer.vcproj:
6750         * win32/vs8/libgstwavenc.vcproj:
6751         * win32/vs8/libgstwavparse.vcproj:
6752           Make end-of-line returns unixy, so that when the files are checked
6753           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
6754           Hopefully fixes #366492.
6755
6756 2006-11-14  Wim Taymans  <wim@fluendo.com>
6757
6758         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
6759         Disable init_frames delay timestamp adjustment, it does not
6760         seem to be needed at all. Fixes #369621.
6761
6762 2006-11-13  Wim Taymans  <wim@fluendo.com>
6763
6764         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6765
6766         * gst/videomixer/videomixer.c:
6767         (gst_videomixer_set_master_geometry),
6768         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
6769         (gst_videomixer_collect_free), (gst_videomixer_reset),
6770         (gst_videomixer_init), (gst_videomixer_finalize),
6771         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
6772         (gst_videomixer_collected), (gst_videomixer_change_state):
6773         Fix memleak by unref'ing collectpads instance (when finalizing)
6774         Implement releasing a request pad. Fixes #374479.
6775
6776 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
6777
6778         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6779
6780         * win32/vs8/gst-plugins-good.sln:
6781         * win32/vs8/libgst1394.vcproj:
6782         * win32/vs8/libgstaasink.vcproj:
6783         * win32/vs8/libgstalaw.vcproj:
6784         * win32/vs8/libgstalpha.vcproj:
6785         * win32/vs8/libgstalphacolor.vcproj:
6786         * win32/vs8/libgstannodex.vcproj:
6787         * win32/vs8/libgstapetag.vcproj:
6788         * win32/vs8/libgstaudiofx.vcproj:
6789         * win32/vs8/libgstauparse.vcproj:
6790         * win32/vs8/libgstautodetect.vcproj:
6791         * win32/vs8/libgstavi.vcproj:
6792         * win32/vs8/libgstcacasink.vcproj:
6793         * win32/vs8/libgstcdio.vcproj:
6794         * win32/vs8/libgstcutter.vcproj:
6795         * win32/vs8/libgstdv.vcproj:
6796         * win32/vs8/libgsteffectv.vcproj:
6797         * win32/vs8/libgstflac.vcproj:
6798         * win32/vs8/libgstflxdec.vcproj:
6799         * win32/vs8/libgstgoom.vcproj:
6800         * win32/vs8/libgsticydemux.vcproj:
6801         * win32/vs8/libgstid3demux.vcproj:
6802         * win32/vs8/libgstjpeg.vcproj:
6803         * win32/vs8/libgstladspa.vcproj:
6804         * win32/vs8/libgstlevel.vcproj:
6805         * win32/vs8/libgstmatroska.vcproj:
6806         * win32/vs8/libgstmikmod.vcproj:
6807         * win32/vs8/libgstmng.vcproj:
6808         * win32/vs8/libgstmonoscope.vcproj:
6809         * win32/vs8/libgstmulaw.vcproj:
6810         * win32/vs8/libgstmultipart.vcproj:
6811         * win32/vs8/libgstpng.vcproj:
6812         * win32/vs8/libgstrtp.vcproj:
6813         * win32/vs8/libgstrtsp.vcproj:
6814         * win32/vs8/libgstshout2.vcproj:
6815         * win32/vs8/libgstsmpte.vcproj:
6816         * win32/vs8/libgstspeex.vcproj:
6817         * win32/vs8/libgsttaglib.vcproj:
6818         * win32/vs8/libgstudp.vcproj:
6819         * win32/vs8/libgstvideobalance.vcproj:
6820         * win32/vs8/libgstvideobox.vcproj:
6821         * win32/vs8/libgstvideoflip.vcproj:
6822         * win32/vs8/libgstvideomixer.vcproj:
6823         * win32/vs8/libgstwavenc.vcproj:
6824         * win32/vs8/libgstwavparse.vcproj:
6825           Add VS8 project files (note that many of the plugins in ext are
6826           disabled by default). Fixes #366492.
6827
6828 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
6829
6830         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6831           we do not translate debug messages
6832
6833 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
6834
6835         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
6836           fix categorisation, make short desc more explicit, remove unused code
6837           Fixes #372021
6838
6839 2006-11-08  Wim Taymans  <wim@fluendo.com>
6840
6841         * gst/rtp/gstrtpL16depay.c:
6842         * gst/rtp/gstrtpamrdepay.c:
6843         * gst/rtp/gstrtpamrpay.c:
6844         * gst/rtp/gstrtpgsmdepay.c:
6845         * gst/rtp/gstrtph263pay.c:
6846         * gst/rtp/gstrtph263pdepay.c:
6847         * gst/rtp/gstrtph263ppay.c:
6848         * gst/rtp/gstrtph264depay.c:
6849         * gst/rtp/gstrtpmp2tdepay.c:
6850         * gst/rtp/gstrtpmp4gdepay.c:
6851         * gst/rtp/gstrtpmp4gpay.c:
6852         * gst/rtp/gstrtpmp4vdepay.c:
6853         * gst/rtp/gstrtpmp4vpay.c:
6854         * gst/rtp/gstrtpmpadepay.c:
6855         * gst/rtp/gstrtpmpapay.c:
6856         * gst/rtp/gstrtppcmadepay.c:
6857         * gst/rtp/gstrtppcmapay.c:
6858         * gst/rtp/gstrtppcmudepay.c:
6859         * gst/rtp/gstrtppcmupay.c:
6860         * gst/rtp/gstrtpspeexdepay.c:
6861         * gst/rtp/gstrtpspeexpay.c:
6862         * gst/rtp/gstrtpsv3vdepay.c:
6863         Fix element descriptions.
6864
6865 2006-11-08  Wim Taymans  <wim@fluendo.com>
6866
6867         * gst/rtp/gstrtpvorbisdepay.c:
6868         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
6869         Fix description.
6870         Small cleanup in the payloader.
6871
6872 2006-11-08  Wim Taymans  <wim@fluendo.com>
6873
6874         * gst/rtp/Makefile.am:
6875         * gst/rtp/gstrtp.c: (plugin_init):
6876         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
6877         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
6878         (gst_rtp_theora_depay_finalize),
6879         (gst_rtp_theora_depay_parse_configuration),
6880         (gst_rtp_theora_depay_setcaps),
6881         (gst_rtp_theora_depay_switch_codebook),
6882         (gst_rtp_theora_depay_process),
6883         (gst_rtp_theora_depay_set_property),
6884         (gst_rtp_theora_depay_get_property),
6885         (gst_rtp_theora_depay_change_state),
6886         (gst_rtp_theora_depay_plugin_init):
6887         * gst/rtp/gstrtptheoradepay.h:
6888         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
6889         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
6890         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
6891         (gst_rtp_theora_pay_init_packet),
6892         (gst_rtp_theora_pay_flush_packet),
6893         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
6894         (gst_rtp_theora_pay_handle_buffer),
6895         (gst_rtp_theora_pay_plugin_init):
6896         * gst/rtp/gstrtptheorapay.h:
6897         Add theora pay/depayloaders.
6898
6899 2006-11-06  Wim Taymans  <wim@fluendo.com>
6900
6901         * gst/rtp/Makefile.am:
6902         We depend on gsttag to generate the vorbis comments.
6903
6904         * gst/rtp/gstrtpvorbisdepay.c:
6905         (gst_rtp_vorbis_depay_parse_configuration),
6906         (gst_rtp_vorbis_depay_setcaps),
6907         (gst_rtp_vorbis_depay_switch_codebook),
6908         (gst_rtp_vorbis_depay_process):
6909         * gst/rtp/gstrtpvorbisdepay.h:
6910         Parse configuration string in the depayloader.
6911         Implement selecting and switching to a new codebook.
6912         Receiving vorbis over RTP now works.
6913
6914         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
6915         (gst_rtp_vorbis_pay_init_packet),
6916         (gst_rtp_vorbis_pay_finish_headers),
6917         (gst_rtp_vorbis_pay_handle_buffer):
6918         * gst/rtp/gstrtpvorbispay.h:
6919         Set timestamps on outgoing buffers and RTP packets.
6920         Fix configuration string, prepend number of Packet headers.
6921         Fix encoding of ident string.
6922         Add delivery-method to caps.
6923         Streaming vorbis over RTP now works.
6924
6925 2006-11-06  Wim Taymans  <wim@fluendo.com>
6926
6927         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
6928         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
6929         (gst_rtp_vorbis_pay_handle_buffer):
6930         * gst/rtp/gstrtpvorbispay.h:
6931         Generate a valid configuration string in the caps based on the
6932         vorbis headers.
6933
6934 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6935
6936         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
6937         * ext/cdio/gstcdio.h:
6938         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
6939           Move CD-TEXT utility function into common file so it can also be
6940           used by a future cdioparanoiasrc.
6941
6942 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
6943         
6944         * sys/v4l2/Makefile.am:
6945         * sys/v4l2/gstv4l2object.c:
6946         * sys/v4l2/gstv4l2src.c:
6947         * sys/v4l2/gstv4l2xoverlay.c:
6948         * sys/v4l2/v4l2_calls.c:
6949         * sys/v4l2/v4l2src_calls.c:
6950         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
6951         xoverlay code that is still not implemented.
6952
6953 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6954
6955         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6956           We require a -base more recent than 0.10.9, so it's safe to use
6957           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
6958
6959         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
6960         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
6961           Use _newsegment_full() now that we depend on a recent enough core.
6962
6963         * gst/wavparse/gstwavparse.c:
6964           Remove cruft that we don't need any longer now that we depend on
6965           a recent enough -base.
6966
6967 2006-10-31  Wim Taymans  <wim@fluendo.com>
6968
6969         * gst/rtp/Makefile.am:
6970         * gst/rtp/gstrtp.c: (plugin_init):
6971         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
6972         (gst_rtpilbcpay_setcaps):
6973         Fix and activate ILBC pay and depayloaders. Fixes #368162.
6974
6975 2006-10-31  Wim Taymans  <wim@fluendo.com>
6976
6977         * ext/speex/gstspeexdec.c: (speex_dec_convert),
6978         (speex_dec_sink_event), (speex_dec_chain_parse_header):
6979         Some small cleanups, use _scale.
6980
6981 2006-10-31  Wim Taymans  <wim@fluendo.com>
6982
6983         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
6984         Use higher precision scale function.
6985
6986 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
6987
6988         Patch by: Michal Benes  <michal dot benes at itonis tv>
6989
6990         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
6991         (gst_matroska_demux_read_track_encodings),
6992         (gst_matroska_decode_buffer):
6993           Fix several issues with encoded/compressed/encrypted/signed tracks;
6994           also, remove superfluous newline characters from some debug
6995           statements. (#366155)
6996
6997 2006-10-30  Wim Taymans  <wim@fluendo.com>
6998
6999         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
7000         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
7001         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
7002         (gst_smokedec_change_state):
7003         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
7004         (gst_smokeenc_init), (gst_smokeenc_finalize),
7005         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
7006         (gst_smokeenc_resync), (gst_smokeenc_chain),
7007         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
7008         (gst_smokeenc_change_state):
7009         Various cleanups, capsnego and leak fixes.
7010
7011 2006-10-30  Wim Taymans  <wim@fluendo.com>
7012
7013         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7014
7015         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
7016         Fix videomixer so that it can handle any combination of framerates.
7017         Fixes #367221.
7018
7019 2006-10-28  Wim Taymans  <wim@fluendo.com>
7020
7021         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7022         (gst_avi_demux_parse_file_header),
7023         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
7024         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
7025         (gst_avi_demux_chain):
7026         Fix position query for audio. also fixes timestamps in streaming
7027         mode and bug #364958.
7028         Small cleanups.
7029
7030 2006-10-27  Wim Taymans  <wim@fluendo.com>
7031
7032         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
7033         * ext/libpng/gstpngenc.h:
7034         Fix strides. Fixes #364856.
7035         Cleanup capsnego.
7036         Set caps on outgoing buffers.
7037
7038 2006-10-18  Wim Taymans  <wim@fluendo.com>
7039
7040         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
7041
7042         * gst/rtp/gstrtpgsmpay.c:
7043         * gst/rtp/gstrtph263pay.c:
7044         * gst/rtp/gstrtpmpapay.c:
7045         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
7046         (gst_rtp_pcma_pay_handle_buffer):
7047         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
7048         Add static payload numbers in addition to the dynamic ones.
7049         Fixes #361639.
7050
7051 2006-10-18  Wim Taymans  <wim@fluendo.com>
7052
7053         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7054         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
7055         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
7056         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
7057         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
7058         * gst/rtsp/rtspdefs.h:
7059         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7060         * gst/rtsp/rtspurl.h:
7061         Reuse already existing enum for lower transport.
7062         Add rtspt and rtspu protocols.
7063         Send redirect to rtspt when udp times out.
7064
7065 2006-10-18  Wim Taymans  <wim@fluendo.com>
7066
7067         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7068         (gst_wavparse_stream_data):
7069         Fix seeking some more, mostly for speed changes.
7070
7071 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7072
7073         Patch by: Fredrik Persson  <frepe at bredband net>
7074
7075         * sys/v4l2/gstv4l2tuner.c:
7076         * sys/v4l2/gstv4l2tuner.h:
7077           Fix _set_channel(): remove useless g_object_notify() for "channel"
7078           property that doesn't exist any longer and therefore now also
7079           useless redirect (#338818).
7080
7081 2006-10-17  Wim Taymans  <wim@fluendo.com>
7082
7083         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
7084         Some drivers do not support unsetting the non-blocking flag once the
7085         device is opened. In those cases, close/open the device in
7086         non-blocking mode. Fixes #362673.
7087
7088 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7089
7090         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7091         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7092         (gst_v4l2src_get_fps):
7093           dear stefan, framespersecond is not frameperiod, reverting but adding
7094           comment
7095
7096 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7097
7098         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7099         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7100         (gst_v4l2src_get_fps):
7101           Numerator is numerator and denominator is denominator. Say that aloud
7102           5 times and retry after next beer.
7103
7104 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
7105
7106         Patch by: Josep Torra Valles  <josep at fluendo com>
7107
7108         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7109         * ext/esd/esdsink.c: (gst_esdsink_write):
7110         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
7111         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
7112         (gst_flac_dec_send_newsegment):
7113         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
7114         (gst_flac_enc_tell_callback):
7115         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
7116         (smokecodec_parse_header), (smokecodec_decode):
7117         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
7118         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
7119         * gst/goom/Makefile.am:
7120         * gst/goom/gstgoom.c:
7121         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
7122         * gst/rtsp/gstrtspsrc.c:
7123         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7124         * gst/udp/gstudpsink.c:
7125         * gst/udp/gstudpsrc.c:
7126         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
7127         * sys/sunaudio/gstsunaudiomixertrack.h:
7128           Fix a bunch of problems discovered by the Forte compiler, mostly type
7129           mixups and pointer arithmetics with void pointers. Fixes #362603.
7130
7131 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7132
7133         * ext/speex/gstspeex.c: (plugin_init):
7134         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
7135         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
7136         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
7137         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
7138         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
7139         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
7140         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
7141         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
7142         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
7143         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
7144         (gst_speex_enc_chain), (gst_speex_enc_get_property),
7145         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
7146         * ext/speex/gstspeexenc.h:
7147           Miscellaneous clean-ups, among other things: speexenc => enc to
7148           enhance code readability; change speexenc => speex_enc; in chain
7149           function unref input buffer in case of error; take reference in
7150           event function; use boilerplate macro; use gst_pad_query_peer_*
7151           convenience functions.
7152
7153 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7154
7155         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
7156         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
7157         (gst_speexenc_set_header_on_caps):
7158           Fix some mem leaks.
7159
7160 2006-10-11  Wim Taymans  <wim@fluendo.com>
7161
7162         * gst/rtsp/URLS:
7163         Added some other URL.
7164
7165         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
7166         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
7167         (gst_rtspsrc_open), (gst_rtspsrc_play),
7168         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7169         * gst/rtsp/gstrtspsrc.h:
7170         Work on fallback to TCP connection when the UDP socket times out.
7171         Handler server requests, just reply with OK for now.
7172
7173         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7174         * gst/rtsp/rtspdefs.h:
7175         Added some more Real extension headers.
7176
7177         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7178         Fix parsing of urls with a ':' that is not part of the hostname:port
7179         part of the url.
7180
7181 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7182
7183         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
7184         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
7185         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
7186           Activate pad before adding it to the already-running element.
7187
7188         * tests/check/elements/icydemux.c: (icydemux_found_pad):
7189           Activate newly-created pad too.
7190
7191 2006-10-11  Wim Taymans  <wim@fluendo.com>
7192
7193         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
7194
7195         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7196         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
7197         (gst_udpsrc_start):
7198         Fix some leaks in caps and uris. Fixes #361252.
7199
7200 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
7201
7202         * gst/wavparse/Makefile.am:
7203           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
7204
7205 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
7206
7207         * sys/v4l2/gstv4l2xoverlay.c:
7208         * sys/v4l2/gstv4l2xoverlay.h:
7209         Fix build as per the patch in #338818 comment 36.
7210
7211 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
7212
7213         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
7214           Activate pads before adding them to the source.
7215
7216 2006-10-06  Wim Taymans  <wim@fluendo.com>
7217
7218         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
7219         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
7220         Activate pads before adding.
7221
7222 2006-10-06  Wim Taymans  <wim@fluendo.com>
7223
7224         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
7225         (gst_multipart_find_pad_by_mime):
7226         Activate pads before adding.
7227
7228         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
7229         BOILERPLATE sets parent_class for us.
7230
7231 2006-10-06  Wim Taymans  <wim@fluendo.com>
7232
7233         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
7234         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7235         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
7236         (gst_rtspsrc_alloc_udp_ports),
7237         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7238         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
7239         (gst_rtspsrc_create_transports_string),
7240         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
7241         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7242         * gst/rtsp/gstrtspsrc.h:
7243         Rework how the transport string is constructed, try to share channels
7244         and udp ports.
7245         Make most of the stuff less dependant on RTP as we are also going to use
7246         it for RDT.
7247         Add support for transport specific session managers.
7248
7249         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
7250         Implement _flush().
7251
7252         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7253         * gst/rtsp/rtspdefs.h:
7254         Add generic error return code.
7255
7256         * gst/rtsp/rtspext.h:
7257         Add support for pluggable tranport strings.
7258
7259         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
7260         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
7261         (rtsp_ext_wms_get_context):
7262         Detect WMServer and activate the extension.
7263
7264         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
7265         (rtsp_transport_get_manager), (rtsp_transport_parse):
7266         * gst/rtsp/rtsptransport.h:
7267         Added methods to get mime/manager for certain transports.
7268
7269 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
7270
7271         * ext/cairo/gsttimeoverlay.c:
7272         (gst_cairo_time_overlay_update_font_height):
7273         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
7274         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
7275         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7276         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7277         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
7278         * ext/libpng/gstpngdec.c: (user_endrow_callback):
7279         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
7280         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
7281         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
7282         (gst_avi_demux_stream_data):
7283         * gst/cutter/gstcutter.c: (gst_cutter_chain):
7284         * gst/debug/efence.c: (gst_efence_buffer_alloc),
7285         (gst_fenced_buffer_copy):
7286         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7287         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
7288         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
7289         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
7290         (gst_rtspsrc_handle_message):
7291         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
7292         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
7293           Printf format fixes.
7294
7295 2006-10-04  Wim Taymans  <wim@fluendo.com>
7296
7297         * gst/rtsp/Makefile.am:
7298         Dist new .h file too.
7299
7300 2006-10-04  Wim Taymans  <wim@fluendo.com>
7301
7302         * gst/rtsp/Makefile.am:
7303         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
7304         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
7305         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7306         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7307         (gst_rtspsrc_parse_rtpmap),
7308         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
7309         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7310         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
7311         * gst/rtsp/gstrtspsrc.h:
7312         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7313         * gst/rtsp/rtspdefs.h:
7314         * gst/rtsp/rtspext.h:
7315         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
7316         (rtsp_ext_wms_get_context):
7317         * gst/rtsp/rtspextwms.h:
7318         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
7319         (rtsp_transport_parse):
7320         * gst/rtsp/rtsptransport.h:
7321         Factor out extension in separate module.
7322         Fix getcaps to filter against the padtemplate.
7323         Use Content-Base if the server gives one.
7324         Rework the transport parsing a bit for future extensions.
7325         Added some Real Header field definitions.
7326
7327 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7328
7329         * docs/plugins/Makefile.am:
7330         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7331         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7332           added v4l2 stubs
7333         * gst-plugins-good.spec.in:
7334           add v4l2
7335
7336 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
7337
7338         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7339           Extract disc/album/medium number and count and try harder
7340           to extract track number/count.
7341
7342 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7343
7344         * configure.ac:
7345         * sys/Makefile.am:
7346           add build stuff for v4l2, needs --enable-experimental until
7347           the last bits are resolved
7348
7349 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7350
7351         * tests/check/Makefile.am:
7352           Disable autodetect test temporarily, so that the build bots
7353           update -bad and the ranks of unreliable video sinks in there.
7354
7355         * tests/check/elements/autodetect.c: (GST_START_TEST):
7356           Skip test if no usable videosink is found.
7357
7358 2006-09-29  Wim Taymans  <wim@fluendo.com>
7359
7360         * gst/rtsp/URLS:
7361         Add some more URLs.
7362
7363         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7364         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
7365         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7366         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
7367         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7368         (gst_rtspsrc_loop), (gst_rtspsrc_send),
7369         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7370         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
7371         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7372         * gst/rtsp/gstrtspsrc.h:
7373         Add timeout property to control UDP timeouts.
7374         Fix error messages.
7375         Also start a loop function when operating in UDP mode so that we can
7376         do some more stuff async.
7377         Handle element messages from udpsrc to detect timeouts. If a timeout
7378         happens we currently generate an error.
7379         API: rtspsrc::timeout property.
7380
7381         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7382         (gst_udpsrc_create):
7383         Really implement the timeout in microseconds and not milliseconds.
7384
7385 2006-09-29  Wim Taymans  <wim@fluendo.com>
7386
7387         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7388         (gst_udpsrc_create), (gst_udpsrc_set_property),
7389         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
7390         * gst/udp/gstudpsrc.h:
7391         Added property to post a message on timeout.
7392         Updated docs.
7393         When restarting the select, initialize the fdsets again.
7394         Init control sockets so we don't accidentally close a random socket.
7395         API: GstUDPSrc::timeout property
7396
7397 2006-09-29  Wim Taymans  <wim@fluendo.com>
7398
7399         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
7400         Fix flag registration.
7401
7402         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7403         Reading 0 also means 'no more commands'
7404
7405 2006-09-29  Wim Taymans  <wim@fluendo.com>
7406
7407         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7408
7409         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7410         Fix possible infinite loop when shutting down, a read can also return
7411         0 to indicate no more messages are available. Fixes #358156.
7412
7413 2006-09-25  Wim Taymans  <wim@fluendo.com>
7414
7415         * gst/autodetect/gstautoaudiosink.c:
7416         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
7417         (gst_auto_audio_sink_find_best):
7418         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
7419         Small cleanups.
7420         don't try to set "sync" property when it is not available.
7421
7422 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7423
7424         Patch by: Peter Kjellerstedt  <pkj at axis com>
7425
7426         * gst/alpha/gstalpha.c:
7427         * gst/rtp/gstrtpamrdepay.c:
7428         * gst/rtsp/gstrtspsrc.c:
7429         * gst/udp/gstudpsrc.c:
7430         * gst/videomixer/videomixer.c:
7431           Include stdlib.h in some more places, makes things compile
7432           with uClibc and -Werror (#357592).
7433
7434 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7435
7436         * ext/jpeg/gstjpegdec.c:
7437           Set minimum height to 8 (from 16), our code should handle
7438           that fine. Some of the buttons on the apple trailer site
7439           are apparently only 15 pixels high (see #357470).
7440
7441 2006-09-23  Wim Taymans  <wim@fluendo.com>
7442
7443         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
7444         (gst_rtspsrc_open):
7445         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7446         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7447         (rtsp_connection_receive):
7448         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7449         * gst/rtsp/rtspdefs.h:
7450         Improve error reporting.
7451
7452 2006-09-23  Wim Taymans  <wim@fluendo.com>
7453
7454         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
7455         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
7456         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
7457         * gst/rtp/gstrtpdepay.c:
7458         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
7459         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
7460         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
7461         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
7462         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
7463         (gst_rtp_mp2t_depay_plugin_init):
7464         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
7465         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
7466         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
7467         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
7468         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
7469         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
7470         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
7471         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
7472         Fix klass typos.
7473         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
7474
7475 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7476
7477         * configure.ac:
7478           Need  -base CVS for gst_base_rtp_depayload_push_ts().
7479
7480 2006-09-22  Wim Taymans  <wim@fluendo.com>
7481
7482         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
7483         Don't check for a tag that is never there and check if we read the
7484         correct tag. Fixes seeking again.
7485         We must post an error when all pads are unlinked.
7486
7487 2006-09-22  Wim Taymans  <wim@fluendo.com>
7488
7489         * gst/rtp/Makefile.am:
7490         * gst/rtp/gstrtp.c: (plugin_init):
7491         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
7492         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7493         (gst_rtp_vorbis_pay_reset_packet),
7494         (gst_rtp_vorbis_pay_init_packet),
7495         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
7496         (gst_rtp_vorbis_pay_handle_buffer):
7497         More fixage, set endoder-params correctly in the payloader.
7498
7499 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7500
7501         * gst/autodetect/gstautoaudiosink.c:
7502         (gst_auto_audio_sink_base_init):
7503         * gst/autodetect/gstautovideosink.c:
7504         (gst_auto_video_sink_base_init):
7505           Make static pad templates static to appease valgrind's leak
7506           detector.
7507
7508         * tests/check/Makefile.am:
7509         * tests/check/elements/.cvsignore:
7510         * tests/check/elements/autodetect.c: (GST_START_TEST),
7511         (autodetect_suite):
7512           Add simple test for the ghostpad lockup on shutdown fixed in core
7513           CVS (audio bit disabled because it would need dozens of alsa
7514           suppressions and I'm too lazy to add those now).
7515
7516 2006-09-22  Wim Taymans  <wim@fluendo.com>
7517
7518         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
7519         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
7520         Small cleanups.
7521
7522         * gst/rtp/Makefile.am:
7523         * gst/rtp/gstrtp.c: (plugin_init):
7524         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
7525         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
7526         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
7527         (gst_rtp_vorbis_depay_process),
7528         (gst_rtp_vorbis_depay_set_property),
7529         (gst_rtp_vorbis_depay_get_property),
7530         (gst_rtp_vorbis_depay_change_state),
7531         (gst_rtp_vorbis_depay_plugin_init):
7532         * gst/rtp/gstrtpvorbisdepay.h:
7533         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
7534         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
7535         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
7536         (gst_rtp_vorbis_pay_flush_packet),
7537         (gst_rtp_vorbis_pay_append_buffer),
7538         (gst_rtp_vorbis_pay_handle_buffer),
7539         (gst_rtp_vorbis_pay_plugin_init):
7540         * gst/rtp/gstrtpvorbispay.h:
7541         Add experimental vorbis pay and depayloaders.
7542
7543 2006-09-21  Wim Taymans  <wim@fluendo.com>
7544
7545         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
7546         Fix profile-level-id parsing and setup.
7547
7548 2006-09-21  Wim Taymans  <wim@fluendo.com>
7549
7550         * gst/udp/README:
7551         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
7552         Update README, simple cleanup.
7553
7554 2006-09-21  Wim Taymans  <wim@fluendo.com>
7555
7556         * gst/rtp/README:
7557         Update README with some examples.
7558
7559         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
7560         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
7561         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
7562         (gst_rtp_mp4g_pay_setcaps):
7563         * gst/rtp/gstrtpmp4gpay.h:
7564         Make optional RTP parameters of type STRING, as required by the
7565         application/x-rtp caps specification.
7566
7567 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
7568
7569         * gst/rtp/gstrtph263pdepay.c:
7570         * gst/rtp/gstrtph263ppay.c:
7571         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
7572         RTP header.
7573
7574 2006-09-20  Wim Taymans  <wim@fluendo.com>
7575
7576         * gst/rtp/Makefile.am:
7577         And makefile too.
7578
7579 2006-09-20  Wim Taymans  <wim@fluendo.com>
7580
7581         * gst/rtp/gstrtp.c: (plugin_init):
7582         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
7583         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
7584         (decode_base64), (gst_rtp_asf_depay_setcaps),
7585         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
7586         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
7587         (gst_rtp_asf_depay_plugin_init):
7588         * gst/rtp/gstrtpasfdepay.h:
7589         Added preliminary ASF depayloader.
7590
7591         * gst/rtp/gstrtph264depay.c: (decode_base64):
7592         Fix base64 decoding.
7593
7594 2006-09-20  Wim Taymans  <wim@fluendo.com>
7595
7596         * gst/rtsp/URLS:
7597         Added some test URLS.
7598
7599         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7600         (gst_rtspsrc_loop), (gst_rtspsrc_open):
7601         * gst/rtsp/gstrtspsrc.h:
7602         When creating streams, give access to the complete SDP.
7603         Fix some leaks.
7604         Collect and merge global stream properties in stream caps.
7605         Preliminary support for WMServer.
7606
7607         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7608         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7609         (rtsp_connection_receive):
7610         * gst/rtsp/rtspconnection.h:
7611         Make connection interruptable.
7612         Refactor to make it reconnectable.
7613         Don't fail on short reads when reading data packets.
7614
7615         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
7616         (rtsp_url_get_port):
7617         * gst/rtsp/rtspurl.h:
7618         Add methods for getting/setting the port.
7619
7620         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
7621         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
7622         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
7623         (sdp_media_get_format), (sdp_parse_line),
7624         (sdp_message_parse_buffer):
7625         Fix headers. 
7626         Add methods for getting multiple attributes with the same name.
7627         Increase buffer size when parsing.
7628         Fix parsing of a=foo fields.
7629
7630         * gst/rtsp/test.c: (main):
7631         Update to new connection API.
7632
7633         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
7634         (rtsp_message_init_response), (rtsp_message_init_data),
7635         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
7636         * gst/rtsp/rtspmessage.h:
7637         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
7638         * gst/rtsp/rtsptransport.h:
7639         * gst/rtsp/sdp.h:
7640         * gst/rtsp/sdpmessage.h:
7641         * gst/rtsp/gstrtsp.c:
7642         * gst/rtsp/gstrtsp.h:
7643         * gst/rtsp/gstrtpdec.c:
7644         * gst/rtsp/gstrtpdec.h:
7645         * gst/rtsp/rtsp.h:
7646         * gst/rtsp/rtspdefs.c:
7647         * gst/rtsp/rtspdefs.h:
7648         Dual licensed under MIT and LGPL now.
7649
7650 2006-09-19  Wim Taymans  <wim@fluendo.com>
7651
7652         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
7653         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
7654         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7655         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7656         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
7657         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7658         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
7659         * gst/rtsp/gstrtspsrc.h:
7660         Reorganize stream parsing and creation.
7661         Detect container formats in interleaved mode.
7662         Keep more state about the streams.
7663         Assume a server also supports PLAY if it does not say.
7664         Add unicast and interleaved properties to TCP transport requests to make
7665         some servers happy (WMServer).
7666
7667         * gst/rtsp/sdpmessage.h:
7668         Add some defines for the standard Bandwidth types.
7669
7670 2006-09-19  Wim Taymans  <wim@fluendo.com>
7671
7672         * gst/rtsp/test.c: (main):
7673         Fix build.
7674
7675 2006-09-19  Wim Taymans  <wim@fluendo.com>
7676
7677         * gst/wavparse/gstwavparse.c:
7678         Add ms-gsm to the src template.
7679
7680 2006-09-18  Wim Taymans  <wim@fluendo.com>
7681
7682         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
7683         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
7684         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
7685         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
7686         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7687         * gst/rtsp/gstrtspsrc.h:
7688         Small cleanups, added documentation.
7689         Try to clean up the requests and responses.
7690         Refactor parsing the supported methods.
7691
7692         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
7693         (rtsp_connection_create), (rtsp_connection_send),
7694         (parse_response_status), (parse_request_line),
7695         (rtsp_connection_receive), (rtsp_connection_close),
7696         (rtsp_connection_free):
7697         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
7698         (rtsp_transport_init), (rtsp_transport_parse),
7699         (rtsp_transport_free):
7700         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7701         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
7702         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
7703         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
7704         Use g_return_val some more.
7705
7706         * gst/rtsp/rtspdefs.h:
7707         Add more enum values to track initial states.
7708
7709         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
7710         (rtsp_message_init_request), (rtsp_message_new_response),
7711         (rtsp_message_init_response), (rtsp_message_init_data),
7712         (rtsp_message_unset), (rtsp_message_free),
7713         (rtsp_message_add_header), (rtsp_message_remove_header),
7714         (rtsp_message_get_header), (rtsp_message_set_body),
7715         (rtsp_message_take_body), (rtsp_message_get_body),
7716         (rtsp_message_steal_body), (rtsp_message_dump):
7717         * gst/rtsp/rtspmessage.h:
7718         Reorder arguments, object goes as the first one.
7719         Use g_return_val some more.
7720
7721 2006-09-18  Wim Taymans  <wim@fluendo.com>
7722
7723         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
7724         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
7725         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
7726         * gst/rtsp/gstrtspsrc.h:
7727         Export sometimes source pad with correct caps on the template, create
7728         the ghostpad from the template.
7729         Remove RTCP template as we never expose RTCP.
7730         Protect against invalid body size.
7731         Avoid memcpy when creating the output buffer.
7732         Properly post an error and send EOS when the loop function is shut down.
7733
7734 2006-09-18  Wim Taymans  <wim@fluendo.com>
7735
7736         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
7737
7738         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7739         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
7740         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7741         * gst/rtsp/gstrtspsrc.h:
7742         Make sure we can never set an invalid location.
7743
7744         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
7745         * gst/rtsp/rtspmessage.h:
7746         Added _steal_body method for future use.
7747
7748         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
7749         Make freeing of NULL url return immediatly.
7750
7751 2006-09-18  Wim Taymans  <wim@fluendo.com>
7752
7753         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
7754
7755         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
7756         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
7757         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
7758         (gst_rtspsrc_change_state):
7759         * gst/rtsp/gstrtspsrc.h:
7760         Use boilerplate.
7761         Make rtspsrc subclass GstBin to make state changes easier.
7762         Add Range header field on the PLAY request.
7763
7764 2006-09-18  Wim Taymans  <wim@fluendo.com>
7765
7766         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
7767
7768         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
7769         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7770         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
7771         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
7772         * gst/rtsp/rtspconnection.c: (inet_aton):
7773         Small cleanups.
7774         when multicast is selected as the transport, create UDP sources and
7775         connect to the multicast group.
7776         Move parsing and setting of caps to a common place.
7777         Fixes #349894.
7778
7779 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
7780
7781         * ext/flac/gstflactag.c:
7782         * gst/alpha/gstalpha.c:
7783         * gst/debug/breakmydata.c:
7784         * gst/debug/negotiation.c:
7785         * gst/debug/testplugin.c:
7786         * gst/effectv/gstaging.c:
7787         * gst/effectv/gstdice.c:
7788         * gst/effectv/gstedge.c:
7789         * gst/effectv/gstquark.c:
7790         * gst/effectv/gstrev.c:
7791         * gst/effectv/gstshagadelic.c:
7792         * gst/effectv/gstvertigo.c:
7793         * gst/effectv/gstwarp.c:
7794         * gst/multipart/multipartdemux.c:
7795         * gst/multipart/multipartmux.c:
7796         * gst/videobox/gstvideobox.c:
7797         * gst/videofilter/gstgamma.c:
7798         * gst/videofilter/gstvideotemplate.c:
7799         * gst/videomixer/videomixer.c:
7800         * sys/sunaudio/gstsunaudiosrc.h:
7801         More G_OBJECT macro fixing.
7802
7803 2006-09-16  Wim Taymans  <wim@fluendo.com>
7804
7805         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
7806
7807         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
7808         Correctly set the dwLength in strh.
7809         With this patch, the file duration is now displayed correctly in window
7810         media player and the AVI plays completely. Fixes #356147
7811
7812 2006-09-15  Wim Taymans  <wim@fluendo.com>
7813
7814         Patch by: Darren Kenny <darren dot kenny at sun dot com>
7815
7816         * sys/sunaudio/gstsunaudiomixerctrl.c:
7817         (gst_sunaudiomixer_ctrl_build_list):
7818         Set the output track as the MASTER so that the gnome-settings-daemon
7819         keybindings for changing the volume using the keyboard works.
7820         Fixes #356142.
7821
7822 2006-09-15  Wim Taymans  <wim@fluendo.com>
7823
7824         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
7825         Fix documentation, it is not possible to control the framerate of jpegdec
7826         using filtered caps yet. Fixes #355210.
7827         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
7828         stop when there is an error.
7829
7830 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
7831
7832         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
7833         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
7834           Don't interpret a first buffer with an offset of NONE as
7835           'from the middle of the stream', but only a first buffer
7836           that has a valid buffer offset that's non-zero (see #345449).
7837
7838 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
7839
7840         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
7841         (gst_icydemux_typefind_or_forward):
7842         * gst/icydemux/gsticydemux.h:
7843           When we merge/collect multiple incoming buffers for typefinding
7844           purposes, keep an initial 0 offset on the first outgoing buffer
7845           as well (otherwise id3demux won't work right). Fixes #345449.
7846           Also Make buffer metadata writable before setting buffer caps.
7847
7848         * tests/check/elements/icydemux.c: (typefind_succeed),
7849         (cleanup_icydemux), (push_data), (GST_START_TEST),
7850         (icydemux_suite):
7851           Small test case for the above.
7852
7853 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
7854
7855         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
7856         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
7857         (gst_avi_demux_stream_header_push),
7858         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
7859         (gst_avi_demux_loop):
7860           More code reuse and better logging in _peek_chunk(). Reintroduce check
7861           for chunk sizes before reading them (avoid oom). Better handling for 
7862           invalid chunksizes when streaming.
7863
7864 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
7865
7866         * gst/level/gstlevel.c: (gst_level_set_property):
7867         * gst/level/gstlevel.h:
7868           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
7869           René Stadler
7870
7871 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
7872
7873         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
7874         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
7875         (gst_avi_demux_stream_data):
7876           Revert one change to fix streaming avi (adapter size != data size).
7877
7878 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
7879
7880         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
7881
7882         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
7883         (gst_matroska_demux_reset),
7884         (gst_matroska_demux_read_track_encodings),
7885         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
7886         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7887         (gst_matroska_demux_subtitle_caps):
7888         * gst/matroska/matroska-ids.h:
7889           Add support for VOBSUB subtitle tracks and zlib-compressed
7890           tracks. Make sure we start on a keyframe after a seek. (#343348)
7891
7892 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
7893
7894         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
7895         (gst_matroska_demux_push_flac_codec_priv_data),
7896         (gst_matroska_demux_push_xiph_codec_priv_data),
7897         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7898         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
7899         * gst/matroska/matroska-ids.h:
7900           Add basic FLAC support (#311586), not perfect yet though, needs some
7901           tweaking in flacdec; also, seeking could be better.
7902           Do better bounds checking when deserialising vorbis stream headers
7903           to make sure we don't read beyond the end of the buffer on bad input.
7904
7905 2006-09-04  Wim Taymans  <wim@fluendo.com>
7906
7907         Patch by: Alessandro Decina <alessandro at nnva dot org>
7908
7909         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
7910         Seeking back in a file containing a CMML stream errors out if the seek
7911         goes back up to the CMML headers. This is because after the seek the xml
7912         processing instruction <?xml ...?> is submitted to the xml parser again, 
7913         which results in an error. The attached patch fixes the problem. 
7914         Fixes #353908.
7915
7916         * ext/annodex/gstcmmlenc.h:
7917         Fix authors name.
7918
7919
7920 2006-08-28  Andy Wingo  <wingo@pobox.com>
7921
7922         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
7923         New helper function to lessen the ifdefs.
7924         (GST_INFO_OBJECT): 
7925         (gst_dv1394src_iso_receive): Use it.
7926         (gst_dv1394src_create): Also use the control sockets in iec61883
7927         mode.
7928         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
7929         handle for AVC operations; fixes #348233.
7930
7931 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
7932
7933         * configure.ac:
7934         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7935         * docs/plugins/inspect/plugin-audiofx.xml:
7936         * docs/plugins/inspect/plugin-audiofxgood.xml:
7937         * gst/audiofx/Makefile.am:
7938         * gst/audiofx/audiofx.c:
7939         * gst/audiofxgood/.cvsignore:
7940         * gst/audiofxgood/Makefile.am:
7941         * gst/audiofxgood/audiofx.c:
7942         * gst/audiofxgood/audiopanorama.c:
7943         * gst/audiofxgood/audiopanorama.h:
7944           Rename again (audiofxgood -> audiofx).
7945
7946 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
7947
7948         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
7949         (gst_avi_demux_stream_scan):
7950           Initialze variables.
7951
7952 2006-08-25  Wim Taymans  <wim@fluendo.com>
7953
7954         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
7955         (gst_avi_demux_init), (gst_avi_demux_finalize),
7956         (gst_avi_demux_reset), (gst_avi_demux_index_last),
7957         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
7958         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
7959         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
7960         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
7961         (gst_avi_demux_massage_index),
7962         (gst_avi_demux_calculate_durations_from_index),
7963         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
7964         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
7965         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
7966         (gst_avi_demux_change_state):
7967         * gst/avi/gstavidemux.h:
7968         More attempts to turn this into readable code.
7969         Don't leak adapters.
7970         Calculate duration according to index more efficiently.
7971         Don't try to act like we drive the pipeline in chain mode.
7972
7973 2006-08-25  Wim Taymans  <wim@fluendo.com>
7974
7975         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
7976         Fix build.
7977
7978 2006-08-25  Wim Taymans  <wim@fluendo.com>
7979
7980         Patch by: Alessandro Decina <alessandro at nnva dot org>
7981
7982         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
7983         Do some extra sanity checks.
7984         Fixes #350340.
7985
7986         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
7987         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
7988         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
7989         Check if clip->start_time is valid before adding the clip to the
7990         track list.
7991         Reset enc->preamble going from PAUSED to READY.
7992         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
7993         only used for EOS.
7994         Only post an error message if we were the one that created the fatal
7995         GstFlowReturn value.
7996
7997         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
7998         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
7999         Parse the seconds field of the npt-sec time format using %llu rather than
8000         %d and check that the value scaled by GST_SECOND doesn't overflow.
8001         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
8002         Lookup a clip's track with clip->track rather than clip->id which
8003         makes no sense.
8004         Identify a clip by its track and start time and not its xml id.
8005         do some more input checking and make sure we don't do undefined shifts.
8006
8007         * tests/check/elements/cmmldec.c: (setup_cmmldec),
8008         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
8009         (cmml_tag_message_pop), (check_headers), (push_clip_full),
8010         (push_clip), (push_empty_clip), (check_output_clip),
8011         (GST_START_TEST), (cmmldec_suite):
8012         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
8013         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
8014         (check_headers), (push_clip), (check_clip_times), (check_clip),
8015         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
8016         Added some more checks.
8017
8018 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8019
8020         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
8021         (gst_audio_panorama_set_property),
8022         (gst_audio_panorama_get_property),
8023         (gst_audio_panorama_transform_m2s_int),
8024         (gst_audio_panorama_transform_s2s_int),
8025         (gst_audio_panorama_transform_m2s_float),
8026         (gst_audio_panorama_transform_s2s_float):
8027         * gst/audiofxgood/audiopanorama.h:
8028         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8029           Make also the pan-property float (saves scaling and yields better
8030           resolution)
8031
8032 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8033
8034         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8035         (gst_audio_panorama_transform_m2s_float),
8036         (gst_audio_panorama_transform_s2s_float):
8037           ChangeLog surgery to add cymax's real name
8038
8039
8040 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8041
8042         Patch by: René Stadler <mail@renestadler.de>
8043
8044         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8045         (gst_audio_panorama_transform_m2s_int),
8046         (gst_audio_panorama_transform_s2s_int),
8047         (gst_audio_panorama_transform_m2s_float),
8048         (gst_audio_panorama_transform_s2s_float),
8049         (gst_audio_panorama_transform):
8050         * gst/audiofxgood/audiopanorama.h:
8051           Added float support
8052
8053 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8054
8055         * gst/audiofxgood/audiopanorama.c:
8056         (gst_audio_panorama_transform_m2s):
8057           Fix docs & debug category. Add Fixme for volume pan levels.
8058
8059 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8060
8061         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8062         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8063         (gst_avi_demux_stream_header_pull),
8064         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8065         (gst_avi_demux_chain):
8066           unbreak AVI index handling, some more debug, remove an obsolete
8067           adapter_flush that caused streaming to wander off in the wild
8068
8069 2006-08-24  Wim Taymans  <wim@fluendo.com>
8070
8071         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8072         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
8073         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
8074         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8075         (gst_avi_demux_calculate_durations_from_index),
8076         (gst_avi_demux_stream_header_push),
8077         (gst_avi_demux_stream_header_pull):
8078         * gst/avi/gstavidemux.h:
8079         Some more cleanups. 
8080         Fix totalFrames parsing in ODML.
8081         Disable use of index for length calculation in case of ODML as this is
8082         broken now.
8083
8084 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
8085
8086         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
8087           Use libgsttag helper function here too.
8088
8089 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
8090
8091         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8092         (gst_avi_demux_init), (gst_avi_demux_dispose),
8093         (gst_avi_demux_reset), (gst_avi_demux_index_next),
8094         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
8095         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8096         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
8097         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
8098         (gst_avi_demux_parse_subindex),
8099         (gst_avi_demux_read_subindexes_push),
8100         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
8101         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8102         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
8103         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
8104         (gst_avi_demux_stream_header_pull),
8105         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8106         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
8107         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
8108         (gst_avi_demux_change_state):
8109         * gst/avi/gstavidemux.h:
8110           Initial streaming support for avidemux (fixes #336465)
8111
8112 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8113
8114         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8115           There is no taglibmux element ...
8116
8117         * gst/rtsp/gstrtspsrc.c:
8118           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
8119           was complaining about unknown entity here.
8120
8121 2006-08-22  Wim Taymans  <wim@fluendo.com>
8122
8123         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8124         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
8125         (gst_avi_demux_process_next_entry):
8126         * gst/avi/gstavidemux.h:
8127         Mark DISCONT.
8128         Remove old unused fields and reorder the struct a bit.
8129
8130 2006-08-22  Wim Taymans  <wim@fluendo.com>
8131
8132         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8133         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
8134         (gst_rtspsrc_pause):
8135         * gst/rtsp/gstrtspsrc.h:
8136         * sys/oss/gstosssink.c: (gst_oss_sink_open),
8137         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
8138         Small documentation updates.
8139
8140 2006-08-22  Wim Taymans  <wim@fluendo.com>
8141
8142         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8143         (gst_avi_demux_index_entry_for_time),
8144         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8145         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
8146         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8147         (gst_avi_demux_next_data_buffer),
8148         (gst_avi_demux_calculate_durations_from_index),
8149         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
8150         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
8151         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8152         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
8153         * gst/avi/gstavidemux.h:
8154         Precalc most of the duration query for each stream.
8155         Make seeking more correct.
8156         Use GstSegment to track position and duration.
8157         Code cleanups and leak fixes.
8158         Calculate correct total duration based on index length.
8159
8160 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
8161
8162         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
8163         (parse_insert_string_field):
8164           If strings in text fields are marked ISO8859-1, but contain
8165           valid UTF-8 already, then handle them as UTF-8 and ignore
8166           the encoding. (#351794)
8167
8168 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8169
8170         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
8171         (gst_flac_dec_write), (gst_flac_dec_loop),
8172         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
8173         (gst_flac_dec_src_query):
8174         * ext/flac/gstflacdec.h:
8175           Make flac-in-ogg work (#352100).
8176
8177 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8178
8179         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8180           Don't unref buffers of which we've already given away
8181           ownership to the adapter.
8182
8183 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8184
8185         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
8186           Make metadata extraction actually work.
8187
8188         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
8189         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
8190         (gst_speexenc_chain):
8191           Fix metadata writing: replace old code which wrote completely
8192           broken tags with libgsttag-based code. Plus miscellaneous
8193           code cleanups (use static pad templates etc.) and a bunch
8194           of leak fixes.
8195
8196 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8197
8198         * gst/audiopanorama/.cvsignore:
8199         * gst/audiopanorama/Makefile.am:
8200         * gst/audiopanorama/audiofx.c:
8201         * gst/audiopanorama/audiopanorama.c:
8202         * gst/audiopanorama/audiopanorama.h:
8203           die! die! die! you should never have been there
8204
8205 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8206
8207         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8208         Fix invalid memory access in audiopanorama test suite.
8209
8210 2006-08-21  Edward Hervey  <edward@fluendo.com>
8211
8212         * tests/check/elements/.cvsignore:
8213         ignore built file
8214
8215 2006-08-21  Wim Taymans  <wim@fluendo.com>
8216
8217         * gst/rtp/Makefile.am:
8218         Fix the build again.
8219
8220 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8221
8222         * gst/audiofxgood/.cvsignore:
8223         * gst/audiofxgood/Makefile.am:
8224         * gst/audiofxgood/audiofx.c: (plugin_init):
8225         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8226         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8227         (gst_audio_panorama_set_property),
8228         (gst_audio_panorama_get_property),
8229         (gst_audio_panorama_get_unit_size),
8230         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8231         (gst_audio_panorama_transform_m2s),
8232         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8233         * gst/audiofxgood/audiopanorama.h:
8234           resubmit with the desired name *again*
8235
8236 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8237
8238         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
8239         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
8240           use g_assert in _get_unit_size
8241
8242 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8243
8244         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8245         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8246         * docs/plugins/inspect/plugin-audiofxgood.xml:
8247           cleanup -unused.txt to make it useful, add previously missing docs
8248
8249         * ext/Makefile.am:
8250           Quietly (accidentally) enable LADSPA for building by default, 
8251           despite the fact that it doesn't meet the plugin checklist.
8252             -- Added by Jan Schmidt 18 Dec 2006
8253
8254         * ext/esd/esdmon.c:
8255         * ext/esd/esdsink.c:
8256         * ext/esd/gstesd.c: (plugin_init):
8257           reflow to get rid of two external symbols
8258
8259         * gst/audiofxgood/audiofx.c: (plugin_init):
8260           re-add
8261
8262 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8263
8264         * configure.ac:
8265         * gst/audiofxgood/.cvsignore:
8266         * gst/audiofxgood/Makefile.am:
8267         * gst/audiofxgood/audiofx.c
8268         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8269         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8270         (gst_audio_panorama_set_property),
8271         (gst_audio_panorama_get_property),
8272         (gst_audio_panorama_get_unit_size),
8273         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8274         (gst_audio_panorama_transform_m2s),
8275         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8276         * gst/audiofxgood/audiopanorama.h:
8277         * tests/check/Makefile.am:
8278         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
8279         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
8280         (panorama_suite), (main):
8281         Add audiofxgood plugin with audiopanorama element
8282
8283 2006-08-18  Wim Taymans  <wim@fluendo.com>
8284
8285         * docs/plugins/Makefile.am:
8286         More Oss docs fixage. 
8287
8288 2006-08-18  Wim Taymans  <wim@fluendo.com>
8289
8290         * gst/rtp/Makefile.am:
8291         * gst/rtp/gstrtp.c: (plugin_init):
8292         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
8293         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
8294         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
8295         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
8296         (gst_rtp_sv3v_depay_get_property),
8297         (gst_rtp_sv3v_depay_change_state),
8298         (gst_rtp_sv3v_depay_plugin_init):
8299         * gst/rtp/gstrtpsv3vdepay.h:
8300         Added experimental SVQ3 depayloader.
8301
8302 2006-08-18  Edward Hervey  <edward@fluendo.com>
8303
8304         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
8305         (gst_dvdemux_loop), (gst_dvdemux_change_state):
8306         * ext/dv/gstdvdemux.h:
8307         When handling seek requests, don't send the newsegment event from the
8308         calling thread. Instead save it so it can be sent from the streaming
8309         thread.
8310
8311 2006-08-17  Wim Taymans  <wim@fluendo.com>
8312
8313         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8314
8315         * gst/multipart/multipartdemux.c: (multipart_parse_header):
8316         Accept leading whitespace before the boundary
8317         This patch makes the demuxer allow some whitespace before the actual
8318         boundary. This makes the demuxer work with the ``old'' gstreamer
8319         multipartmuxer again (which placed an extra \n before the start
8320         of the stream) Fixes #349068.
8321
8322 2006-08-17  Wim Taymans  <wim@fluendo.com>
8323
8324         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
8325         Error out on non-implemented stuff.
8326
8327 2006-08-16  Wim Taymans  <wim@fluendo.com>
8328
8329         Patch by: Andy Wingo <wingo at pobox dot com>
8330
8331         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
8332         (gst_signal_processor_start), (gst_signal_processor_stop),
8333         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
8334         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
8335         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
8336         (gst_signal_processor_change_state):
8337         Make ladspa elements reusable. Fixes #350006.
8338
8339 2006-08-16  Wim Taymans  <wim@fluendo.com>
8340
8341         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
8342         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
8343         names as possible. Fixes #349901.
8344
8345 2006-08-16  Wim Taymans  <wim@fluendo.com>
8346
8347         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
8348         (gst_signal_processor_do_pushes):
8349         A push() gives away our refcount so we should not use the buffer on the
8350         pen anymore.
8351
8352 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8353
8354         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8355         (gst_oss_mixer_element_finalize):
8356           Don't leak device string.
8357
8358 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8359
8360         * configure.ac:
8361           Require CVS of GStreamer core and -base (for
8362           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
8363
8364         * ext/taglib/gstid3v2mux.cc:
8365           Write extended comment tags properly (#348762).
8366
8367         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8368         (parse_comment_frame):
8369           Extract COMM frames into extended comments, which makes it
8370           easier to properly retain the description bit of the tag
8371           and maintain this information when re-tagging (#348762).
8372
8373 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8374
8375         * tests/check/Makefile.am:
8376           Don't try to run annodex unit tests if the annodex
8377           plugin has not been built (Fixes #351116).
8378
8379 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8380
8381         * gst/autodetect/gstautoaudiosink.c:
8382         (gst_auto_audio_sink_find_best):
8383           When we can't find a usable audiosink, don't error out,
8384           but use a fake sink instead and post a warning message
8385           on the bus (#341278).
8386
8387 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8388
8389         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
8390         * sys/oss/gstosssink.c:
8391         * sys/oss/gstosssrc.c:
8392           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
8393           ossmixer's new device property.
8394
8395         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8396         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8397           Add docs for OSS elements.
8398
8399         * docs/plugins/inspect/plugin-aasink.xml:
8400         * docs/plugins/inspect/plugin-alaw.xml:
8401         * docs/plugins/inspect/plugin-alpha.xml:
8402         * docs/plugins/inspect/plugin-alphacolor.xml:
8403         * docs/plugins/inspect/plugin-annodex.xml:
8404         * docs/plugins/inspect/plugin-apetag.xml:
8405         * docs/plugins/inspect/plugin-auparse.xml:
8406         * docs/plugins/inspect/plugin-autodetect.xml:
8407         * docs/plugins/inspect/plugin-avi.xml:
8408         * docs/plugins/inspect/plugin-cacasink.xml:
8409         * docs/plugins/inspect/plugin-cairo.xml:
8410         * docs/plugins/inspect/plugin-cdio.xml:
8411         * docs/plugins/inspect/plugin-cutter.xml:
8412         * docs/plugins/inspect/plugin-debug.xml:
8413         * docs/plugins/inspect/plugin-dv.xml:
8414         * docs/plugins/inspect/plugin-efence.xml:
8415         * docs/plugins/inspect/plugin-effectv.xml:
8416         * docs/plugins/inspect/plugin-esdsink.xml:
8417         * docs/plugins/inspect/plugin-flac.xml:
8418         * docs/plugins/inspect/plugin-flxdec.xml:
8419         * docs/plugins/inspect/plugin-gconfelements.xml:
8420         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8421         * docs/plugins/inspect/plugin-goom.xml:
8422         * docs/plugins/inspect/plugin-halelements.xml:
8423         * docs/plugins/inspect/plugin-icydemux.xml:
8424         * docs/plugins/inspect/plugin-id3demux.xml:
8425         * docs/plugins/inspect/plugin-jpeg.xml:
8426         * docs/plugins/inspect/plugin-level.xml:
8427         * docs/plugins/inspect/plugin-matroska.xml:
8428         * docs/plugins/inspect/plugin-mulaw.xml:
8429         * docs/plugins/inspect/plugin-multipart.xml:
8430         * docs/plugins/inspect/plugin-navigationtest.xml:
8431         * docs/plugins/inspect/plugin-ossaudio.xml:
8432         * docs/plugins/inspect/plugin-png.xml:
8433         * docs/plugins/inspect/plugin-rtp.xml:
8434         * docs/plugins/inspect/plugin-rtsp.xml:
8435         * docs/plugins/inspect/plugin-shout2send.xml:
8436         * docs/plugins/inspect/plugin-smpte.xml:
8437         * docs/plugins/inspect/plugin-speex.xml:
8438         * docs/plugins/inspect/plugin-taglib.xml:
8439         * docs/plugins/inspect/plugin-udp.xml:
8440         * docs/plugins/inspect/plugin-videobalance.xml:
8441         * docs/plugins/inspect/plugin-videobox.xml:
8442         * docs/plugins/inspect/plugin-videoflip.xml:
8443         * docs/plugins/inspect/plugin-videomixer.xml:
8444         * docs/plugins/inspect/plugin-wavenc.xml:
8445         * docs/plugins/inspect/plugin-wavparse.xml:
8446         * docs/plugins/inspect/plugin-ximagesrc.xml:
8447           Update to CVS version.
8448           
8449 2006-08-16  Wim Taymans  <wim@fluendo.com>
8450
8451         * gst/rtp/gstrtpamrdepay.c:
8452         * gst/rtp/gstrtpmp4gdepay.c:
8453         Caps extra properties must be defined as strings for
8454         depayloaders because they are generated from an SDP.
8455
8456         * gst/rtp/Makefile.am:
8457         * gst/rtp/gstrtp.c: (plugin_init):
8458         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
8459         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
8460         (gst_rtp_h264_depay_finalize), (decode_base64),
8461         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
8462         (gst_rtp_h264_depay_set_property),
8463         (gst_rtp_h264_depay_get_property),
8464         (gst_rtp_h264_depay_change_state),
8465         (gst_rtp_h264_depay_plugin_init):
8466         * gst/rtp/gstrtph264depay.h:
8467         Added basic, not completely functional RFC 3984 H264 depayloader.
8468
8469 2006-08-16  Wim Taymans  <wim@fluendo.com>
8470
8471         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
8472         Add pads after setting them up.
8473
8474         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8475         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
8476         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
8477         (gst_rtspsrc_stream_setup_rtp),
8478         (gst_rtspsrc_stream_configure_transport),
8479         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
8480         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8481         (gst_rtspsrc_pause):
8482         * gst/rtsp/gstrtspsrc.h:
8483         Fix interleaved mode.
8484          - Protect streaming with lock.
8485          - Combine flows
8486          - set caps on outgoing buffers.
8487          - strip trailing \0 from data packets.
8488          - Configure RTP/RTCP in stream.
8489         Use DEBUG_OBJECT more.
8490
8491 2006-08-16  Wim Taymans  <wim@fluendo.com>
8492
8493         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
8494         Turn a g_print into a DEBUG line.
8495
8496 2006-08-13  Wim Taymans  <wim@fluendo.com>
8497
8498         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
8499         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8500         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
8501         (gst_oss_mixer_element_get_property),
8502         (gst_oss_mixer_element_change_state):
8503         * sys/oss/gstossmixerelement.h:
8504         Small cleanups. Better error reporting.
8505         Add device property for the mixer instead of the hardcoded
8506         /dev/mixer. Fixes #350785.
8507         API: GstOssMixerElement::device property
8508
8509 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
8510
8511         Patch by: Jens Granseuer <jensgr at gmx net>
8512
8513         * gconf/Makefile.am:
8514           Make --disable-schemas work right (they still need
8515           to be copied to the installation directory, just not
8516           applied). Fixes #351347 (also #344100).
8517           
8518 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8519
8520         * configure.ac: back to HEAD
8521
8522 === release 0.10.4 ===
8523
8524 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
8525
8526         * configure.ac:
8527           releasing 0.10.4, "Dear Leader"
8528
8529 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8530
8531         Patch by: Edward Hervey <edward@fluendo.com>
8532
8533         * configure.ac:
8534         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8535         (gst_wavparse_stream_data):
8536         Send the newsegment event in the streaming thread.
8537         Fixes #347529
8538
8539 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
8540
8541         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
8542         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
8543         (gst_smokeenc_resync), (gst_smokeenc_chain):
8544           Refuse sink caps in the encoder if width or height is not a
8545           multiple of 16, the encoder does not support that yet (#349939);
8546           along the same lines, check the return value of the encoder
8547           setup function; also remove some debug log clutter.
8548
8549 2006-08-04  Andy Wingo  <wingo@pobox.com>
8550
8551         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
8552         whether a processor can work in place or not, and for keeping
8553         track of its state. Change the FlowReturn instance variable from
8554         "state" to "flow_state", all callers changed.
8555
8556         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
8557         (gst_signal_processor_start, gst_signal_processor_stop)
8558         (gst_signal_processor_cleanup): New functions to manage the
8559         processor's state.
8560         (gst_signal_processor_setcaps): start() as well as setup() here.
8561         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
8562         (gst_signal_processor_change_state): Stop and cleanup the
8563         processor as we go to NULL.
8564
8565         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
8566         INPLACE_BROKEN is not set.
8567
8568         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
8569         Do the alloc_buffer in bytes, not frames.
8570         
8571 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8572
8573         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
8574         Fix rgb masks when recording in < 24bpp.
8575
8576 2006-08-04  Andy Wingo  <wingo@pobox.com>
8577
8578         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
8579         (gst_signal_processor_prepare)
8580         (gst_signal_processor_update_inputs)
8581         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
8582         (gst_signal_processor_flush)
8583         (gst_signal_processor_sink_activate_push)
8584         (gst_signal_processor_src_activate_pull)
8585         (gst_signal_processor_change_state): Remove the last of the code
8586         that assumes that we process whole buffers at a time. Fix some
8587         debugging. Seems to work now in some cases.
8588         (gst_signal_processor_src_activate_pull): BPB
8589
8590 2006-08-01  Andy Wingo  <wingo@pobox.com>
8591
8592         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
8593         Fix nframes-choosing.
8594         (gst_signal_processor_init): Init pending_in and pending_out.
8595
8596         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
8597         more default sample rate, although we never check that the sample
8598         rate actually gets set. Something for the future.
8599         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
8600         (gst_signal_processor_event): Refcount fixen.
8601         (gst_signal_processor_process): Pull the number of frames to
8602         process from the sizes of the buffers in the input pens.
8603         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
8604         (gst_signal_processor_do_pulls): Add an nframes argument, and use
8605         it instead of buffer_frames.
8606         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
8607         to do_pulls.
8608         (gst_signal_processor_chain)
8609         (gst_signal_processor_sink_activate_push)
8610         (gst_signal_processor_src_activate_pull):  Refcount fixen.
8611
8612         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
8613
8614 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
8615
8616         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
8617         (gst_signal_processor_process):
8618           don't query buffer-frames from caps, add lots of debug-log,
8619           try fix for assert (#349189)
8620
8621 2006-07-31  Wim Taymans  <wim@fluendo.com>
8622
8623         * gst/udp/gstudpsrc.c:
8624         Fix docs.
8625
8626 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
8627
8628         * ext/ladspa/gstsignalprocessor.c:
8629         (gst_signal_processor_add_pad_from_template),
8630         (gst_signal_processor_init), (gst_signal_processor_setcaps),
8631         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
8632         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
8633         (gst_signal_processor_sink_activate_push),
8634         (gst_signal_processor_src_activate_pull),
8635         (gst_signal_processor_change_state):
8636          Add debugs logs here and there, add more error handling, add some
8637          FIXME comments, filed #349189
8638
8639 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8640
8641         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
8642         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
8643         Set caps on buffer correctly.  Fixes bug #349155.
8644
8645 2006-07-28  Wim Taymans  <wim@fluendo.com>
8646
8647         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8648
8649         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
8650         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
8651         (gst_multipart_demux_finalize), (get_line_end),
8652         (multipart_parse_header), (multipart_find_boundary),
8653         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
8654         (gst_multipart_set_property), (gst_multipart_get_property):
8655         Uses GstAdapter instead of own buffering.
8656         Actually parses the mime-type correctly (In tests the mime-type was
8657         always "" with the old version).
8658         Uses the Content-length header if available to speed up things.
8659         Reliably autoscans the boundary name by default.
8660         Fixes #349068.
8661
8662         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
8663         Don't start the stream with a \n.
8664
8665 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
8666
8667         Patch by: Brian Cameron <brian dot cameron at sun com>
8668
8669         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
8670           Open source with O_NONBLOCK (#349015).
8671
8672 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
8673
8674         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8675         (gst_avi_demux_massage_index):
8676         * gst/avi/gstavidemux.h:
8677           Whitespace fixes and more debug
8678
8679 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8680
8681         * gst/autodetect/gstautoaudiosink.c:
8682         (gst_auto_audio_sink_create_element_with_pretty_name),
8683         (gst_auto_audio_sink_find_best),
8684         (gst_auto_audio_sink_change_state):
8685           Get rid of old and unused magic sound-server properties stuff.
8686           Add suffix to child sink's name that makes it easy to see from
8687           the name alone which type it actually is (alsa, oss, esd, etc.).
8688
8689 2006-07-27  Wim Taymans  <wim@fluendo.com>
8690
8691         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8692         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
8693         (gst_udpsrc_start):
8694         * gst/udp/gstudpsrc.h:
8695         Rename "buffer" to "buffer-size" to make clear it is a size we set and
8696         not some sort of feature we enable.
8697
8698 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8699
8700         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
8701           Use CLOSE_SOCKET() here instead of close() to maintain
8702           win32 workiness.
8703
8704 2006-07-27  Wim Taymans  <wim@fluendo.com>
8705
8706         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8707
8708         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8709         (gst_udpsrc_create), (gst_udpsrc_set_property),
8710         (gst_udpsrc_get_property), (gst_udpsrc_start):
8711         * gst/udp/gstudpsrc.h:
8712         Added "buffer-size" property to control the kernel receive buffer size.
8713         Update documentation.
8714         Small cleanups. Fixes #348752.
8715         API: buffer-size property
8716
8717 2006-07-26  Wim Taymans  <wim@fluendo.com>
8718
8719         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
8720
8721         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
8722         (gst_rtp_pcma_pay_handle_buffer):
8723         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
8724         (gst_rtp_pcmu_pay_handle_buffer):
8725         Fix timestamp calculation on outgoing RTP packets.
8726         Fixes #348675.
8727
8728 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8729
8730         * ext/taglib/gstid3v2mux.cc:
8731           Fix writing of comment frames (should be COMM not TCOM),
8732           is still sub-optimal though, since we don't retain or
8733           extract the comment descriptions properly (#334375,
8734           also see #334375).
8735
8736 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8737
8738         * gst/wavparse/gstwavparse.c:
8739           #define 'fact' RIFF chunk if we are not compiling against
8740           -base CVS (we don't want to depend on -base CVS for this
8741           one define only, and also not for release order reasons).
8742
8743 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8744
8745         * ext/taglib/gstid3v2mux.cc:
8746           Handle multiple tags of the same type properly. Re-inject
8747           unparsed ID3v2 frames that we get as binary blobs from
8748           id3demux into the tag again so we don't lose information
8749           when retagging (#334375).
8750
8751 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
8752
8753         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
8754           Document newly-added properties properly, so that there is a
8755           'Since: 0.10.4' in the plugin docs. Convert some property
8756           names into canonical GObject style (GObject will do that
8757           internally anyway).
8758
8759 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
8760
8761         * gst/id3demux/id3tags.c:
8762         (id3demux_add_id3v2_frame_blob_to_taglist):
8763           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
8764           well, and add the version to the blob's buffer caps, since that
8765           information will be needed for deserialisation later on (#348644).
8766
8767 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
8768
8769         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
8770         (gst_avi_demux_parse_stream):
8771          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
8772          indentation and spacing.
8773
8774 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8775
8776         * docs/plugins/Makefile.am:
8777         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8778         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8779         * docs/plugins/gst-plugins-good-plugins.args:
8780         * docs/plugins/inspect/plugin-1394.xml:
8781         * docs/plugins/inspect/plugin-aasink.xml:
8782         * docs/plugins/inspect/plugin-alaw.xml:
8783         * docs/plugins/inspect/plugin-alpha.xml:
8784         * docs/plugins/inspect/plugin-alphacolor.xml:
8785         * docs/plugins/inspect/plugin-annodex.xml:
8786         * docs/plugins/inspect/plugin-apetag.xml:
8787         * docs/plugins/inspect/plugin-auparse.xml:
8788         * docs/plugins/inspect/plugin-autodetect.xml:
8789         * docs/plugins/inspect/plugin-avi.xml:
8790         * docs/plugins/inspect/plugin-cacasink.xml:
8791         * docs/plugins/inspect/plugin-cairo.xml:
8792         * docs/plugins/inspect/plugin-cdio.xml:
8793         * docs/plugins/inspect/plugin-cutter.xml:
8794         * docs/plugins/inspect/plugin-debug.xml:
8795         * docs/plugins/inspect/plugin-dv.xml:
8796         * docs/plugins/inspect/plugin-efence.xml:
8797         * docs/plugins/inspect/plugin-effectv.xml:
8798         * docs/plugins/inspect/plugin-esdsink.xml:
8799         * docs/plugins/inspect/plugin-flac.xml:
8800         * docs/plugins/inspect/plugin-flxdec.xml:
8801         * docs/plugins/inspect/plugin-gconfelements.xml:
8802         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8803         * docs/plugins/inspect/plugin-goom.xml:
8804         * docs/plugins/inspect/plugin-halelements.xml:
8805         * docs/plugins/inspect/plugin-icydemux.xml:
8806         * docs/plugins/inspect/plugin-id3demux.xml:
8807         * docs/plugins/inspect/plugin-jpeg.xml:
8808         * docs/plugins/inspect/plugin-level.xml:
8809         * docs/plugins/inspect/plugin-matroska.xml:
8810         * docs/plugins/inspect/plugin-mulaw.xml:
8811         * docs/plugins/inspect/plugin-multipart.xml:
8812         * docs/plugins/inspect/plugin-navigationtest.xml:
8813         * docs/plugins/inspect/plugin-ossaudio.xml:
8814         * docs/plugins/inspect/plugin-png.xml:
8815         * docs/plugins/inspect/plugin-rtp.xml:
8816         * docs/plugins/inspect/plugin-rtsp.xml:
8817         * docs/plugins/inspect/plugin-shout2send.xml:
8818         * docs/plugins/inspect/plugin-smpte.xml:
8819         * docs/plugins/inspect/plugin-speex.xml:
8820         * docs/plugins/inspect/plugin-udp.xml:
8821         * docs/plugins/inspect/plugin-videobalance.xml:
8822         * docs/plugins/inspect/plugin-videobox.xml:
8823         * docs/plugins/inspect/plugin-videoflip.xml:
8824         * docs/plugins/inspect/plugin-videomixer.xml:
8825         * docs/plugins/inspect/plugin-wavenc.xml:
8826         * docs/plugins/inspect/plugin-wavparse.xml:
8827         * docs/plugins/inspect/plugin-ximagesrc.xml:
8828           Update files to CVS/Prerelease version, add esdsink docs.
8829
8830         * ext/esd/esdsink.c:
8831           Add gtk-doc blurb.
8832
8833         * gst/rtp/gstrtpmp4vpay.c:
8834           Fix typo in element description.
8835
8836 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8837
8838         * ext/esd/esdsink.c: (gst_esdsink_open),
8839         (gst_esdsink_factory_init):
8840           Prevent libesd from auto-spawning a sound daemon if it
8841           is not already running. Now that we don't do evil stuff
8842           like that any longer we can give esdsink a rank so that
8843           autoaudiosink will try it as well if all other audio
8844           sinks fail (#343051).
8845
8846 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8847
8848         * ext/esd/Makefile.am:
8849           Oops, need to remove README from EXTRA_DIST as well.
8850
8851 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8852
8853         * ext/esd/README:
8854           Remove, it contains nothing useful anyway.
8855
8856         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
8857         (gst_esdsink_delay):
8858           Some small clean-ups; use GST_BOILERPLATE etc.
8859
8860 2006-07-24  Wim Taymans  <wim@fluendo.com>
8861
8862         * gst/law/alaw-decode.c: (alawdec_getcaps):
8863         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
8864         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
8865         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
8866         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
8867
8868 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
8869
8870         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
8871         (gst_wavparse_other), (gst_wavparse_perform_seek),
8872         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
8873         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
8874         (gst_wavparse_pad_query):
8875         * gst/wavparse/gstwavparse.h:
8876           Use information from 'fact' chunk for length calculation of compressed
8877           samples. Calculate bps if bogus value is found in wav header (embeded
8878           mp2/mp3).
8879           
8880
8881 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8882
8883         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
8884
8885         * configure.ac:
8886         * gst/udp/Makefile.am:
8887         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
8888         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
8889         * gst/udp/gstdynudpsink.h:
8890         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
8891         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
8892         * gst/udp/gstmultiudpsink.h:
8893         * gst/udp/gstudp.c: (plugin_init):
8894         * gst/udp/gstudpsink.h:
8895         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
8896         (gst_udpsrc_start), (gst_udpsrc_stop):
8897         * gst/udp/gstudpsrc.h:
8898         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
8899         (gst_udp_net_utils_win32_wsa_startup):
8900         * gst/udp/gstudpnetutils.h:
8901           Port udp plugin to win32 (#345288).
8902
8903 2006-07-24  Wim Taymans  <wim@fluendo.com>
8904
8905         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
8906         Remove unwanted DEBUG line.
8907
8908 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
8909
8910         * gst/id3demux/gstid3demux.c: (plugin_init):
8911         * gst/id3demux/id3tags.c:
8912         (id3demux_add_id3v2_frame_blob_to_taglist):
8913         * gst/id3demux/id3tags.h:
8914           On second thought, it might be wiser and more efficient
8915           not to do tag registration from a streaming thread.
8916
8917 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
8918
8919         * gst/id3demux/id3tags.c:
8920         (id3demux_add_id3v2_frame_blob_to_taglist),
8921         (id3demux_id3v2_frames_to_tag_list):
8922           Put ID3v2 frames we can't parse as binary blobs into private
8923           tags, so that they are not lost when retagging, at least once
8924           id3v2mux has been taught to re-inject those frames again.
8925           See bug #334375.
8926
8927 2006-07-21  Wim Taymans  <wim@fluendo.com>
8928
8929         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8930         (gst_avi_demux_process_next_entry):
8931         Fix some leaks.
8932
8933         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
8934         Don't use \n in debug lines.
8935
8936 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
8937
8938         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8939         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8940           Add annodex and icydemux, cleanup the sections a bit
8941
8942 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
8943
8944         Patch by: Alex Lancaster <alexl at users sourceforge net>
8945
8946         * ext/taglib/gstid3v2mux.cc:
8947           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
8948           ID3v2 TSSE frames (#347898).
8949
8950 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
8951
8952         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
8953           Respect mpegversion for "video/mpeg" and give message in case of
8954           unhandled versions.
8955
8956 2006-07-17  Wim Taymans  <wim@fluendo.com>
8957
8958         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
8959         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
8960         (gst_pngdec_chain), (gst_pngdec_sink_event),
8961         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
8962         (gst_pngdec_sink_activate_push):
8963         * ext/libpng/gstpngdec.h:
8964         Use statically allocated segment instead of leaking.
8965         Various cleanups.
8966         Fix flush and seek handling.
8967
8968 2006-07-16  Wim Taymans  <wim@fluendo.com>
8969
8970         * gst/rtp/Makefile.am:
8971         * gst/rtp/gstrtp.c: (plugin_init):
8972         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
8973         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
8974         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
8975         (gst_rtp_mp4g_depay_set_property),
8976         (gst_rtp_mp4g_depay_get_property),
8977         (gst_rtp_mp4g_depay_change_state),
8978         (gst_rtp_mp4g_depay_plugin_init):
8979         * gst/rtp/gstrtpmp4gdepay.h:
8980         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
8981         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
8982         (gst_rtp_mp4g_pay_flush):
8983         Added simple generic mpeg4 depayloader.
8984         Fix generic mpeg4 payloader.
8985
8986 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
8987
8988         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
8989           Don't try doing state changes on a NULL pointer.
8990
8991 2006-07-14  Wim Taymans  <wim@fluendo.com>
8992
8993         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
8994
8995         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
8996         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
8997         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
8998         * gst/rtp/gstrtpamrdepay.h:
8999         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
9000         Fixes #321191
9001
9002 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9003
9004         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9005         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
9006         Fix segfault when moving mouse pointer to the bottom right corner.
9007
9008 2006-07-12  Wim Taymans  <wim@fluendo.com>
9009
9010         * gst/rtp/Makefile.am:
9011         * gst/rtp/gstrtp.c: (plugin_init):
9012         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
9013         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
9014         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
9015         (gst_rtp_mp2t_depay_set_property),
9016         (gst_rtp_mp2t_depay_get_property),
9017         (gst_rtp_mp2t_depay_change_state),
9018         (gst_rtp_mp2t_depay_plugin_init):
9019         * gst/rtp/gstrtpmp2tdepay.h:
9020         Added mpeg2 TS depayloader. Closing #347234.
9021
9022 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
9023
9024         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
9025           Remove g_assert that shouldn't be there and was triggered
9026           after trying to open a device that doesn't exist or can't
9027           be opened for some other reason (#347972).
9028
9029 2006-07-10  Edward Hervey  <edward@fluendo.com>
9030
9031         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9032         (gst_avi_demux_stream_header), (push_tag_lists):
9033         * gst/avi/gstavidemux.h:
9034         Don't push tag events found by gst_riff_parse_info() before outputting
9035         GST_EVENT_NEWSEGMENT.
9036
9037 2006-07-10  Wim Taymans  <wim@fluendo.com>
9038
9039         * gst/rtsp/Makefile.am:
9040         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
9041         (rtsp_connection_close):
9042         * gst/rtsp/rtspdefs.h:
9043         replaced closesocket and close in code with one CLOSE_SOCKET. 
9044         Some more cleanups. Fixes #345301.
9045
9046 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
9047
9048         * gst/autodetect/gstautoaudiosink.c:
9049           Fix example pipeline in docs.
9050
9051 2006-07-10  Wim Taymans  <wim@fluendo.com>
9052
9053         Patch by: Rob Taylor <robtaylor at floopily dot org>
9054
9055         * gst/udp/gstmultiudpsink.c: (join_multicast),
9056         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
9057         If a destination is added before the stream is set to PAUSED, the
9058         multicast group is not joined as the socket is not created yet. 
9059         Also TTL and LOOP should also be set. Fixes #346921.
9060
9061 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9062
9063         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9064         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9065         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
9066         (gst_ximage_src_init):
9067         * sys/ximage/gstximagesrc.h:
9068         Fix use-damage property to actually work :)
9069         Add startx, starty, endx, endy properties so screencasts other than full
9070         screen ones can work.
9071
9072 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9073
9074         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9075         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9076         (gst_ximage_src_class_init), (gst_ximage_src_init):
9077         * sys/ximage/gstximagesrc.h:
9078         Add use_damage property to offer ability to choose whether to use
9079         XDamage or not.
9080
9081 2006-07-07  Wim Taymans  <wim@fluendo.com>
9082
9083         * gst/goom/filters.c: (zoomFilterSetResolution):
9084         Avoid goom coredumping by clearing memory. 
9085         Fixes 345679.
9086
9087 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
9088
9089         * win32/vs6/libgstid3demux.dsp:
9090         Add a link to libgsttag-0.10.lib.
9091
9092 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9093
9094         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9095         (gst_tag_demux_read_range):
9096         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9097         (gst_id3demux_read_range):
9098           Don't return FLOW_UNEXPECTED when a buffer is before
9099           the start of the stream (which might happen with
9100           large ID3v2 tags if the tag reading was done pullrange
9101           based and we then switched to push mode later on).
9102           Fixes regression introduced by commit from June 29th.
9103
9104 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9105
9106         * ext/taglib/gstid3v2mux.cc:
9107           Make UTF-8 the default encoding when writing string
9108           tags (before, our UTF-8 strings would automatically
9109           be converted to ISO-8859-1 by taglib and written as
9110           ISO-8859-1 fields if that was possible).
9111
9112         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
9113         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
9114         (test_taglib_id3mux_with_tags):
9115           Add test case that makes sure our UTF-8 strings have
9116           actually been written into the tag as UTF-8.
9117
9118 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9119
9120         * configure.ac:
9121           Let's try that again.
9122
9123 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9124
9125         * configure.ac:
9126           Disable monoscope plugin for now until it fulfills
9127           all the requirements.
9128
9129 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9130
9131         * configure.ac:
9132         * gst/monoscope/Makefile.am:
9133         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
9134         (gst_monoscope_class_init), (gst_monoscope_init),
9135         (gst_monoscope_finalize), (gst_monoscope_reset),
9136         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
9137         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
9138         (gst_monoscope_sink_event), (gst_monoscope_src_event),
9139         (gst_monoscope_change_state), (plugin_init):
9140         * gst/monoscope/gstmonoscope.h:
9141           Port monoscope visualisation to 0.10.
9142
9143 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9144
9145         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
9146         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
9147           Return FLOW_UNEXPECTED when at the end of the file, not
9148           FLOW_ERROR. Fixes 'internal stream error' errors that
9149           would sometimes occur in totem when scrubbing to the
9150           end of an ID3v1 tagged mp3 file.
9151
9152 2006-07-03  Edward Hervey  <edward@fluendo.com>
9153
9154         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
9155         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
9156         (gst_pngdec_sink_event), (gst_pngdec_change_state):
9157         * ext/libpng/gstpngdec.h:
9158         Implement buffer clipping/dropping using GstSegment.
9159         This provides accurate seeking.
9160
9161 2006-07-03  Edward Hervey  <edward@fluendo.com>
9162
9163         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9164         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
9165         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
9166         (gst_avi_demux_process_next_entry), (push_tag_lists),
9167         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
9168         * gst/avi/gstavidemux.h:
9169         Proper aggregation of each stream's GstFlowReturn in order to figure out
9170         whether the task should stop or not.
9171         Don't send inline events before pushing out a NEW_SEGMENT, more
9172         specifically for GST_TAG_EVENT.
9173         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
9174         sub-indexes.
9175
9176 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
9177
9178         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9179
9180         * sys/sunaudio/gstsunaudiomixerctrl.c:
9181         (gst_sunaudiomixer_ctrl_build_list):
9182           Move "Monitor" slider to input tab so it works more like
9183           sdtaudiocontrol, which is what people on Solaris are used
9184           to using for their mixer program (#346259).
9185
9186 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9187
9188         * tests/check/elements/level.c: (GST_START_TEST):
9189           fix a leak, clean up at the end
9190
9191 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9192
9193         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9194         (gst_matroska_demux_send_event),
9195         (gst_matroska_demux_loop_stream_parse_id):
9196         * gst/matroska/matroska-ids.h:
9197           Send tag event after newsegment event.
9198
9199 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9200
9201         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9202         (gst_id3demux_read_range):
9203           Make sure we don't return GST_FLOW_OK with a NULL buffer in
9204           certain cases where a read beyond the end of the file is
9205           requested. Fixes #345930.
9206
9207         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9208         (gst_tag_demux_read_range):
9209           Fix same issue here as well.
9210
9211 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9212
9213         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9214         
9215         Fix hypothetical crash.
9216
9217 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9218
9219         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9220
9221         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
9222           Do not modify the ports value. If the user has turned off the
9223           built-in speakers, then we should not reset it in the prepare
9224           function, since this causes the built-in speakers to turn
9225           back on anytime the user changes a track in totem, rhythmbox,
9226           etc. (#346066).
9227
9228 2006-06-23  Wim Taymans  <wim@fluendo.com>
9229
9230         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
9231         Fix double caps unref when negotiation fails.
9232
9233 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9234
9235         * ext/annodex/gstcmmldec.c:
9236         * ext/annodex/gstcmmlenc.c:
9237         * ext/annodex/gstcmmlparser.c:
9238         * ext/dv/gstdvdec.c:
9239         * ext/dv/gstdvdemux.c:
9240         * ext/gdk_pixbuf/pixbufscale.c:
9241         * ext/jpeg/gstjpegenc.c:
9242         * ext/jpeg/gstsmokedec.c:
9243         * ext/jpeg/gstsmokeenc.c:
9244         * ext/libpng/gstpngdec.c:
9245         * ext/libpng/gstpngenc.c:
9246         * ext/speex/gstspeexenc.c:
9247         * gst/alpha/gstalphacolor.c:
9248         * gst/cutter/gstcutter.c:
9249         * gst/debug/gstnavigationtest.c:
9250         * gst/icydemux/gsticydemux.c:
9251         * gst/level/gstlevel.c:
9252         * gst/multipart/multipart.c:
9253         * gst/rtp/gstrtpamrpay.c:
9254         * gst/rtp/gstrtpdepay.c:
9255         * gst/rtp/gstrtpilbcpay.c:
9256         * gst/rtp/gstrtpmp4gpay.c:
9257         * gst/rtp/gstrtpmp4vpay.c:
9258         * gst/rtsp/gstrtpdec.c:
9259         * gst/rtsp/gstrtspsrc.c:
9260         * gst/udp/gstdynudpsink.c:
9261         * gst/udp/gstmultiudpsink.c:
9262         * gst/udp/gstudpsrc.c:
9263         * gst/videobox/gstvideobox.c:
9264         * gst/videofilter/gstvideoflip.c:
9265           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
9266           plus two minor macro fixes.
9267
9268 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9269
9270         * gst/matroska/matroska-demux.c:
9271         (gst_matroska_demux_check_subtitle_buffer),
9272         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9273         (gst_matroska_demux_subtitle_caps):
9274         * gst/matroska/matroska-ids.c:
9275         (gst_matroska_track_init_subtitle_context):
9276         * gst/matroska/matroska-ids.h:
9277           Try to fix up broken matroska files containing subtitle
9278           streams with non-UTF8 character encodings (courtesy of
9279           mkvmerge) using either the encoding specified in the
9280           GST_SUBTITLE_ENCODING environment variable or the
9281           current locale's character set if it is non-UTF8.
9282           Fixes #337076.
9283
9284 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9285
9286         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9287           Set image type from APIC frame as "image-type" field
9288           of GST_TAG_IMAGE buffer caps (#344605).
9289
9290 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
9291
9292         * ext/flac/Makefile.am:
9293         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
9294         (gst_flac_dec_reset_decoders),
9295         (gst_flac_dec_setup_seekable_decoder),
9296         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
9297         (gst_flac_dec_metadata_callback),
9298         (gst_flac_dec_metadata_callback_seekable),
9299         (gst_flac_dec_metadata_callback_stream),
9300         (gst_flac_dec_error_callback),
9301         (gst_flac_dec_error_callback_seekable),
9302         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
9303         (gst_flac_dec_read_stream), (gst_flac_dec_write),
9304         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
9305         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
9306         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
9307         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
9308         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
9309         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
9310         (gst_flac_dec_sink_activate_push),
9311         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
9312         * ext/flac/gstflacdec.h:
9313           Support chain-based operation, should make flac-over-DAAP
9314           work (#340492).
9315
9316 2006-06-20  Wim Taymans  <wim@fluendo.com>
9317
9318         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9319         Doc updates, merge some unused symbols.
9320
9321 2006-06-20  Wim Taymans  <wim@fluendo.com>
9322
9323         * docs/plugins/Makefile.am:
9324         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9325         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9326         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
9327         * gst/rtsp/gstrtspsrc.c:
9328         * gst/rtsp/gstrtspsrc.h:
9329         Added documentation for the rtsp plugin. Fixes #345393.
9330
9331 2006-06-20  Wim Taymans  <wim@fluendo.com>
9332
9333         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9334         (rtsp_connection_close), (rtsp_connection_free):
9335         Use better G_OS_* macros. Fixes #345301 some more.
9336
9337 2006-06-20  Wim Taymans  <wim@fluendo.com>
9338
9339         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9340
9341         * sys/sunaudio/Makefile.am:
9342         * sys/sunaudio/gstsunaudio.c: (plugin_init):
9343         * sys/sunaudio/gstsunaudiomixerctrl.c:
9344         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
9345         (gst_sunaudiomixer_ctrl_list_tracks),
9346         (gst_sunaudiomixer_ctrl_get_volume),
9347         (gst_sunaudiomixer_ctrl_set_volume),
9348         (gst_sunaudiomixer_ctrl_set_mute),
9349         (gst_sunaudiomixer_ctrl_set_record):
9350         * sys/sunaudio/gstsunaudiomixerctrl.h:
9351         * sys/sunaudio/gstsunaudiomixertrack.c:
9352         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
9353         * sys/sunaudio/gstsunaudiomixertrack.h:
9354         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
9355         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
9356         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
9357         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
9358         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
9359         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
9360         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
9361         (gst_sunaudiosrc_reset):
9362         * sys/sunaudio/gstsunaudiosrc.h:
9363         Add a SunAudio source plugin.
9364         Support stereo and right/left channel gain in the mixer plugin.
9365         Support the RECORD flag so that you can switch between line-input and
9366         microphone in gnome-volume-control.
9367         Code cleanups like using an enumerator for track number instead of an 
9368         integer. Fixes #344923.
9369
9370 2006-06-20  Wim Taymans  <wim@fluendo.com>
9371
9372         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
9373
9374         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9375         (rtsp_connection_close):
9376         Make RTSP plugin compile on windows. Fixes #345301.
9377         Some changes to original patch to catch errors better.
9378         use ifdef WIN32 instead of ifndef.
9379
9380 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9381
9382         * configure.ac:
9383         If we have libraw1394 >= 1.2.1, then we need libiec61883.
9384
9385 2006-06-18  Edward Hervey  <edward@fluendo.com>
9386
9387         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
9388         After a failed buffer alloc, we need to abort the jpeg decoding (it
9389         started when parsing headers to figure out how many bytes we need
9390         to request downstream).
9391
9392 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
9393
9394         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9395
9396         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
9397           Make sure we don't read beyond the end of the file (#345232).
9398
9399 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9400
9401         * configure.ac:
9402           Fix --disable-external (can't set conditionals conditionally,
9403           #343602).
9404
9405 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9406
9407         * autogen.sh:
9408         * configure.ac:
9409         * docs/Makefile.am:
9410           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
9411
9412         * docs/plugins/Makefile.am:
9413         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9414         * docs/plugins/inspect/plugin-taglib.xml:
9415           Add/fix apev2mux docs.
9416
9417 2006-06-14  Wim Taymans  <wim@fluendo.com>
9418
9419         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
9420         (gst_dvdec_finalize), (gst_dvdec_sink_event),
9421         (gst_dvdec_change_state):
9422         Reset segment info on flush.
9423         Alloc segment in _init, free in _finalize.
9424
9425         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
9426         Don't send segments twice.
9427
9428 2006-06-14  Wim Taymans  <wim@fluendo.com>
9429
9430         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
9431         Respect segment.stop. Fixes #342592.
9432
9433 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9434
9435         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
9436           No language specified means the implied language is English
9437           according to the matroska spec (partially fixes #344708);
9438           add some more debug output.
9439
9440 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9441
9442         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
9443         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
9444         (gst_wavparse_chain):
9445           When operating chain-based, don't make any assumptions about the
9446           chunking of the incoming data and make streaming work on days other
9447           than the second Thursday after a full moon. Also fix up debug
9448           messages here and there and make use of the most excellent new
9449           gst_pad_query_peer_duration() utility function.
9450           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
9451
9452         * gst/wavparse/gstwavparse.h:
9453           Remove trailing comma after last enum value, some compilers don't
9454           like that.
9455
9456 2006-06-13  Wim Taymans  <wim@fluendo.com>
9457
9458         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
9459         Handle premature EOS gracefully.
9460
9461 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
9462
9463         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
9464           Prevent out of bounds array access when scrubbing towards
9465           the end of the file between the last index entry and the
9466           end. Fixes occasional 'start <= stop' newsegment event
9467           assertions when scrubbing in MJPEG files.
9468
9469 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
9470
9471         * tests/check/elements/.cvsignore:
9472           And another one.
9473
9474 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9475
9476         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9477         (scan_encoded_string), (parse_picture_frame):
9478           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
9479
9480         * configure.ac:
9481           Require core >= 0.10.8 (for GST_TAG_IMAGE and
9482           GST_TAG_PPEVIEW_IMAGE used in the patch above).
9483
9484 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9485
9486         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
9487           gratuitous comment changes
9488         * tests/check/elements/level.c: (GST_START_TEST):
9489           fix level test leaks
9490
9491 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9492
9493         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
9494         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
9495           Use gst_pad_query_peer_duration() utility function here.
9496
9497 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9498
9499         * autogen.sh:
9500           require am17
9501         * configure.ac:
9502         * ext/annodex/Makefile.am:
9503         * ext/cdio/Makefile.am:
9504         * ext/dv/Makefile.am:
9505         * ext/esd/Makefile.am:
9506         * ext/flac/Makefile.am:
9507         * ext/gdk_pixbuf/Makefile.am:
9508         * ext/ladspa/Makefile.am:
9509         * ext/libcaca/Makefile.am:
9510         * ext/speex/Makefile.am:
9511         * ext/taglib/Makefile.am:
9512         * sys/oss/Makefile.am:
9513         * sys/sunaudio/Makefile.am:
9514         * sys/ximage/Makefile.am:
9515           clean up build further
9516
9517 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9518
9519         * gconf/Makefile.am:
9520           Honour --disable-schemas-install configure option. Fixes #344100.
9521
9522 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9523
9524         * tests/examples/level/Makefile.am:
9525           Add -lm to LIBS for pow() function, don't assume one of our
9526           dependencies (such as libxml-2.0) drags it in automatically
9527           (#343603).
9528
9529 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9530
9531         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
9532
9533         * configure.ac:
9534           We should use $SED and not $(SED) in configure.ac (#343678).
9535
9536 2006-06-09  Wim Taymans  <wim@fluendo.com>
9537
9538         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9539
9540         * sys/sunaudio/gstsunaudiomixerctrl.c:
9541         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
9542         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
9543         (gst_sunaudiomixer_ctrl_set_mute):
9544         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
9545         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
9546         (gst_sunaudiosink_write):
9547         Attached find a patch that fixes a number of bugs with the SunAudio
9548         mixer plugin and fixes #344101:
9549         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
9550            tracks onto the tracklist causing gnome-volume-control's preferences
9551            dialog to be messed up and would core dump if you checked/unchecked
9552            any item.
9553         2. We weren't previously setting the MUTE flag properly.  Fixing this
9554            makes gnome-volume-control work better.
9555         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
9556            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
9557            gnome-volume-control look better.
9558         Also some minor cleanup in gstsunaudiosink.c.
9559
9560 2006-06-09  Wim Taymans  <wim@fluendo.com>
9561
9562         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
9563         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
9564         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
9565         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
9566         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
9567         * ext/jpeg/gstjpegdec.h:
9568         API: Added IDCT method property
9569         Small cleanups.
9570         Avoid dynamic allocation of trivial fixed structure.
9571         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
9572
9573 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9574
9575         * configure.ac:
9576         We now require libraw1394 >= 1.1.0 and that version onwards all
9577         have .pc files.
9578
9579 2006-06-02  Edward Hervey  <edward@fluendo.com>
9580
9581         * gst/law/alaw-decode.c: (alawdec_getcaps): 
9582         Trying to get items from an ANY or EMPTY caps is ... stupid.
9583
9584 2006-06-02  Edward Hervey  <edward@fluendo.com>
9585
9586         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
9587         (gst_dvdec_chain), (gst_dvdec_change_state):
9588         * ext/dv/gstdvdec.h:
9589         Added GstSegment handling, now implements dropping/clipping.
9590
9591 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
9592
9593         * ext/aalib/gstaasink.h:
9594         * ext/annodex/gstcmmldec.h:
9595         * ext/cairo/gsttimeoverlay.h:
9596         * ext/dv/gstdvdec.h:
9597         * ext/dv/gstdvdemux.h:
9598         * ext/esd/esdmon.h:
9599         * ext/esd/esdsink.h:
9600         * ext/flac/gstflacenc.h:
9601         * ext/gconf/gstgconfaudiosink.h:
9602         * ext/gconf/gstgconfaudiosrc.h:
9603         * ext/gconf/gstgconfvideosink.h:
9604         * ext/gconf/gstgconfvideosrc.h:
9605         * ext/gdk_pixbuf/gstgdkanimation.h:
9606         * ext/gdk_pixbuf/pixbufscale.h:
9607         * ext/hal/gsthalaudiosink.h:
9608         * ext/hal/gsthalaudiosrc.h:
9609         * ext/jpeg/gstjpegenc.h:
9610         * ext/jpeg/gstsmokedec.h:
9611         * ext/jpeg/gstsmokeenc.h:
9612         * ext/libcaca/gstcacasink.h:
9613         * ext/libmng/gstmngdec.h:
9614         * ext/libmng/gstmngenc.h:
9615         * ext/libpng/gstpngdec.h:
9616         * ext/libpng/gstpngenc.h:
9617         * ext/raw1394/gstdv1394src.h:
9618         * ext/speex/gstspeexenc.h:
9619         * gst/autodetect/gstautoaudiosink.h:
9620         * gst/autodetect/gstautovideosink.h:
9621         * gst/avi/gstavidemux.h:
9622         * gst/cutter/gstcutter.h:
9623         * gst/debug/efence.h:
9624         * gst/debug/gstnavigationtest.h:
9625         * gst/debug/gstnavseek.h:
9626         * gst/flx/gstflxdec.h:
9627         * gst/goom/gstgoom.h:
9628         * gst/icydemux/gsticydemux.h:
9629         * gst/id3demux/gstid3demux.h:
9630         * gst/law/alaw-decode.h:
9631         * gst/law/alaw-encode.h:
9632         * gst/law/mulaw-decode.h:
9633         * gst/law/mulaw-encode.h:
9634         * gst/matroska/matroska-mux.h:
9635         * gst/median/gstmedian.h:
9636         * gst/oldcore/gstaggregator.h:
9637         * gst/oldcore/gstfdsink.h:
9638         * gst/oldcore/gstmd5sink.h:
9639         * gst/oldcore/gstmultifilesrc.h:
9640         * gst/oldcore/gstpipefilter.h:
9641         * gst/oldcore/gstshaper.h:
9642         * gst/oldcore/gststatistics.h:
9643         * gst/rtp/gstasteriskh263.h:
9644         * gst/rtp/gstrtpL16depay.h:
9645         * gst/rtp/gstrtpL16pay.h:
9646         * gst/rtp/gstrtpamrdepay.h:
9647         * gst/rtp/gstrtpamrpay.h:
9648         * gst/rtp/gstrtpdepay.h:
9649         * gst/rtp/gstrtpgsmdepay.h:
9650         * gst/rtp/gstrtpgsmpay.h:
9651         * gst/rtp/gstrtph263pay.h:
9652         * gst/rtp/gstrtph263pdepay.h:
9653         * gst/rtp/gstrtph263ppay.h:
9654         * gst/rtp/gstrtpmp4gpay.h:
9655         * gst/rtp/gstrtpmp4vdepay.h:
9656         * gst/rtp/gstrtpmp4vpay.h:
9657         * gst/rtp/gstrtpmpadepay.h:
9658         * gst/rtp/gstrtpmpapay.h:
9659         * gst/rtp/gstrtppcmadepay.h:
9660         * gst/rtp/gstrtppcmapay.h:
9661         * gst/rtp/gstrtppcmudepay.h:
9662         * gst/rtp/gstrtppcmupay.h:
9663         * gst/rtp/gstrtpspeexdepay.h:
9664         * gst/rtp/gstrtpspeexpay.h:
9665         * gst/rtsp/gstrtpdec.h:
9666         * gst/rtsp/gstrtspsrc.h:
9667         * gst/smpte/gstsmpte.h:
9668         * gst/udp/gstdynudpsink.h:
9669         * gst/udp/gstmultiudpsink.h:
9670         * gst/udp/gstudpsink.h:
9671         * gst/udp/gstudpsrc.h:
9672         * gst/videofilter/gstvideobalance.h:
9673         * gst/videofilter/gstvideoflip.h:
9674         * sys/oss/gstossdmabuffer.h:
9675         * sys/oss/gstossmixerelement.h:
9676         * sys/oss/gstosssink.h:
9677         * sys/oss/gstosssrc.h:
9678         * sys/osxvideo/osxvideosink.h:
9679         * sys/sunaudio/gstsunaudiomixer.h:
9680         * sys/sunaudio/gstsunaudiosink.h:
9681         * sys/ximage/gstximagesrc.h:
9682         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
9683
9684 2006-05-31  Wim Taymans  <wim@fluendo.com>
9685
9686         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
9687         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
9688         (gst_goom_src_setcaps), (gst_goom_src_event),
9689         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
9690         (gst_goom_change_state):
9691         * gst/goom/gstgoom.h:
9692         Handle QoS.
9693         Handle flushing, discont and events.
9694         Fix timestamps and various other cleanups.
9695
9696 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9697
9698         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
9699         Fix bus reset when using libiec61883
9700
9701 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9702
9703         * configure.ac:
9704         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
9705         * ext/raw1394/Makefile.am:
9706         Add CFLAGS.
9707         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
9708         New method, to receive using libiec61883.
9709         (gst_dv1394src_iso_receive),
9710         #ifdef'd out if libiec61883 is present.
9711         (gst_dv1394src_bus_reset),
9712         Get userdata correctly if using libiec61883. 
9713         (gst_dv1394src_create),
9714         When using libiec61883, only poll one fd and no need to read.
9715         (gst_dv1394src_discover_avc_node),
9716         Replace g_warnings.
9717         (gst_dv1394src_start),
9718         Create new handle when we know which dv port.  More reliable
9719         than setting port on an existing handle.  Initialise libiec61883.
9720         (gst_dv1394src_stop):
9721         If using libiec61883, then cleanup its handle properly.
9722         * ext/raw1394/gstdv1394src.h:
9723         Add libiec61883 handle.
9724
9725 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
9726
9727         * gst/avi/gstavidemux.c:
9728           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
9729         * win32/MANIFEST:
9730           sort file listing
9731         * win32/vs6/libgstavi.dsp:
9732           add gstavimux.c to the project
9733         * win32/vs6/libgstid3demux.dsp:
9734           add link to zlib library
9735         * win32/vs6/libgstmatroska.dsp:
9736           add matroska-ids.c to the project
9737
9738 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9739
9740         Patch by: Sebastian Dröge  <mail at slomosnail de >
9741
9742         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9743         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9744         * ext/taglib/Makefile.am:
9745         * ext/taglib/gstapev2mux.cc:
9746         * ext/taglib/gstapev2mux.h:
9747         * ext/taglib/gstid3v2mux.cc:
9748         * ext/taglib/gsttaglibmux.c: (plugin_init):
9749         * ext/taglib/gsttaglibmux.h:
9750           Add apev2mux element (#343122).
9751         
9752         * tests/check/Makefile.am:
9753         * tests/check/elements/apev2mux.c:
9754         (test_taglib_apev2mux_create_tags),
9755         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
9756         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
9757         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
9758         (apev2mux_suite), (main):
9759           Add unit test for apev2mux element.
9760
9761 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9762
9763         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
9764         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
9765         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
9766           GST_PTR_FORMAT should be used to print caps in debug statements.
9767
9768 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9769
9770         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
9771
9772         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
9773         (ape_demux_parse_tags):
9774           Some clean-ups and additions: map APE 'file' tag to
9775           GST_TAG_LOCATION (#343123); add support for extracting
9776           the track count and clean up parsing a bit (#343127).
9777
9778 2006-05-28  Edward Hervey  <edward@fluendo.com>
9779
9780         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
9781         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
9782
9783 2006-05-28  Edward Hervey  <edward@fluendo.com>
9784
9785         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
9786         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
9787         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
9788         * ext/jpeg/gstjpegdec.h:
9789         Clip outgoing buffers according to currently configured segment.
9790
9791 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9792
9793         * ext/taglib/gstid3v2mux.cc:
9794           Handle  writing of track-count or album-volume-count without
9795           track-number or albume-volume-number (in this case the number
9796           will just be set to 0).
9797
9798         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
9799           It would be nice if we actually checked the values received for
9800           track/album-volume number/count in  _check_tags(), rather than
9801           setting them again ...
9802
9803 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9804
9805         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
9806           A track/volume number or count of 0 does not make sense,
9807           just ignore it along with negative numbers (a tag might
9808           only contain a track count without a track number).
9809
9810 2006-05-27  Edward Hervey  <edward@fluendo.com>
9811
9812         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
9813         (gst_jpeg_dec_sink_event):
9814         Abort decompression when receiving FLUSH_STOP. This should avoid
9815         issues when interrupting decoding with flushes.
9816
9817 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
9818
9819         * ext/flac/gstflac.c:
9820           Don't #include file we don't dist any longer.
9821
9822 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
9823
9824         * README:
9825           Replace current README (containing the release notes from
9826           some 0.9.x version) with a proper README taken from the core.
9827
9828 2006-05-24  Wim Taymans  <wim@fluendo.com>
9829
9830         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
9831         Implement EOS correctly by either posting
9832         SEGMENT_DONE or pushing an EOS message depending
9833         on the seek type. Fixes #342592
9834
9835 2006-05-24  Wim Taymans  <wim@fluendo.com>
9836
9837         * gst/law/alaw-decode.c: (gst_alawdec_chain):
9838         * gst/law/alaw-decode.h:
9839         * gst/law/alaw-encode.c: (gst_alawenc_chain):
9840         * gst/law/alaw-encode.h:
9841         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
9842         * gst/law/mulaw-decode.h:
9843         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
9844         * gst/law/mulaw-encode.h:
9845         Some cleanups in the chain functions.
9846         Remove some GStreamer 0.0.2 bits.
9847
9848 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9849
9850         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9851
9852         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
9853           gst_collect_pads_stop() needs to be called before chaining up
9854           to the parent class (#342734).
9855
9856 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9857
9858         * ext/flac/Makefile.am:
9859         * ext/flac/flac_compat.h:
9860         * ext/flac/gstflac.c:
9861         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
9862         * ext/flac/gstflacenc.c:
9863           Remove backwards compatibility cruft for dealing with FLAC API
9864           changes in the 1.0.x series - we require 1.1.1 or newer these days.
9865
9866 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9867
9868         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9869         (gst_matroska_demux_push_xiph_codec_priv_data),
9870         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9871         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
9872         * gst/matroska/matroska-ids.h:
9873         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
9874         (gst_matroska_mux_video_pad_setcaps),
9875         (xiph3_streamheader_to_codecdata),
9876         (vorbis_streamheader_to_codecdata),
9877         (theora_streamheader_to_codecdata),
9878         (gst_matroska_mux_audio_pad_setcaps),
9879         (gst_matroska_mux_write_data):
9880           Add support for muxing/demuxing theora video (#342448; too bad
9881           none of the usual linux players can actually play this). Playback
9882           in GStreamer will require additional changes to theoradec in -base.
9883           Refactor streamheaders <=> CodecPrivateData code a bit; some small
9884           cleanups.
9885
9886 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9887
9888         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
9889         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
9890           Fix crashes when the horizontal subsampling is 1.
9891           Fixes #342097.
9892
9893 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9894
9895         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9896
9897         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
9898         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
9899         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
9900         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
9901         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
9902         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
9903         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
9904         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
9905         (gst_avi_mux_change_state):
9906         * gst/avi/gstavimux.h:
9907           Some enhancements for avimux (#342526):
9908            - add odml (large file) index support
9909            - store codec init data (e.g. huffyuv)
9910            - miscellaneous other fixes/cleanups
9911
9912 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
9913
9914         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
9915         Don't output any tag when we encounter a negative track number - the
9916         tag type is uint, so we end up outputting huge positive numbers
9917         instead. (Fixes: #342029)
9918
9919 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9920
9921         * configure.ac:
9922           update for new GSTPB_PLUGINS_DIR
9923
9924 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
9925
9926         * rtp/gst/gstrtph263pay.c:
9927         Properly set static caps for H263 at 34.
9928
9929 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
9930
9931         Patch by: James "Doc" Livingston  <doclivingston gmail com>
9932
9933         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
9934           Merge event tags and tag setter tags correctly (#339918). Also,
9935           don't leak taglist in case of an error.
9936           
9937 2006-05-17  Edward Hervey  <edward@fluendo.com>
9938
9939         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
9940         We can only do caps intersection if the othercaps are non-empty and not
9941         ANY. Else we return the pad template (base_caps).
9942
9943 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
9944
9945         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
9946           Fix crash when outputting debugging information for certain
9947           pictures (always good to use the right struct member for
9948           the number of records in an array).
9949
9950 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
9951
9952         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
9953
9954         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
9955         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
9956         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
9957         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
9958         (gst_ebml_read_float), (gst_ebml_read_ascii),
9959         (gst_ebml_read_binary):
9960           Don't create unnecessary sub-buffers all the time. Dramatically
9961           improves performance with multiple concurrently running
9962           matroskademux instances (#341818) (and avoids doing
9963           unnecessarily inefficient things in the general case).
9964
9965 2006-05-16  Edward Hervey  <edward@fluendo.com>
9966
9967         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
9968         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
9969         return value of gst_pad_push_event().
9970
9971 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
9972
9973         * gst/autodetect/gstautoaudiosink.c:
9974         (gst_auto_audio_sink_find_best):
9975         * gst/autodetect/gstautovideosink.c:
9976         (gst_auto_video_sink_find_best):
9977         Make the name of the child element be based on the name of the
9978         parent, so that debug output is more useful.
9979         
9980         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
9981         (parse_insert_string_field), (parse_split_strings):
9982         Rework string parsing to always walk over BOM markers in UTF16
9983         strings, using the endianness indicated by the innermost one,
9984         then trying the opposite endianness if that fails to convert
9985         to valid UTF-8. Fixes #341774
9986
9987 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9988
9989         Patch from: Matthieu <matthieu at fluendo dot com>
9990
9991         * ext/libpng/Makefile.am:
9992         Add LIBPNG_CFLAGS.
9993
9994 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
9995
9996         * ext/taglib/gstid3v2mux.cc:
9997           Add support for writing images (APIC frames) into ID3v2
9998           tags (picture type always set to 'other' for now though).
9999
10000 2006-05-14  Michael Smith  <msmith@fluendo.com>
10001
10002         * gst/wavparse/gstwavparse.c:
10003           Update docs; wavparse implements push and pull modes.
10004
10005 2006-05-12  Wim Taymans  <wim@fluendo.com>
10006
10007         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
10008         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
10009         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
10010         Ooops, bitten by the copy-and-paste design paradigm, fixes
10011         seek again.
10012
10013 2006-05-12  Wim Taymans  <wim@fluendo.com>
10014
10015         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10016         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
10017         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
10018         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10019         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
10020         (gst_avi_demux_massage_index),
10021         (gst_avi_demux_calculate_durations_from_index),
10022         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
10023         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10024         (gst_avi_demux_loop):
10025         * gst/avi/gstavidemux.h:
10026         Some cleanups, prepare to use GstSegment.
10027         Fix error in entry walking code.
10028         Fix VBR detection.
10029         Smarter timestamp calculation code.
10030         Uniform error/eos handling.
10031
10032 2006-05-12  Michael Smith  <msmith@fluendo.com>
10033
10034         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
10035         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
10036           Fix use of uninitialised values if we're NOT seeking in ready.
10037           Fix typos.
10038
10039 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
10040
10041         * gst/wavparse/Makefile.am:
10042           Add CFLAGS and LIBS for libgstbase, fixes build on
10043           Cygwin (#341489).
10044
10045 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10046
10047         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
10048           Some more debug info. No need to check whether the string
10049           returned by g_convert() is really UTF-8 - either it is or
10050           we get NULL returned.
10051
10052 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
10053
10054         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
10055           Fix parsing of numeric genre strings some more, by ensuring that
10056           we only try and parse strings that a) Start with '(' and b) Consist
10057           only of digits.
10058           Also, when finding an escaping '((' sequence, bust it back to '(' by
10059           swallowing the first parenthesis
10060
10061 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10062
10063         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
10064         (gst_esdsink_open), (gst_esdsink_close):
10065         * ext/esd/esdsink.h:
10066           Move the esd_get_server_info() into gst_esdsink_open() and fail
10067           with a decent error message on errors.
10068
10069 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10070
10071         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
10072         (gst_esdmon_channels_get_type):
10073         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
10074         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
10075         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
10076         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
10077         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
10078         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
10079         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
10080         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
10081         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
10082         * gst/videomixer/videomixer.c:
10083         (gst_video_mixer_background_get_type):
10084           Const-ify GEnumValue arrays.
10085
10086 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10087
10088         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
10089
10090         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
10091         (gst_avi_mux_do_video_buffer):
10092           Work around gst_buffer_make_metadata_writable() bug that
10093           results in avimux marking all frames in the index as
10094           keyframes (#340859).
10095           
10096 2006-05-08  Wim Taymans  <wim@fluendo.com>
10097
10098         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10099         Make parsing of urls suck slightly less.
10100
10101 2006-05-08  Edward Hervey  <edward@fluendo.com>
10102
10103         * autogen.sh: (CONFIGURE_DEF_OPT): 
10104         libtoolize on Darwin/MacOSX is called glibtoolize.
10105
10106 2006-05-08  Wim Taymans  <wim@fluendo.com>
10107
10108         Patch by: Jens Granseuer <jensgr at gmx dot net>
10109
10110         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
10111         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
10112         C89 compliance fixes. Fixes #340980
10113
10114 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
10115
10116         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10117         * ext/flac/gstflacdec.h:
10118           Handle segment seeks that include the end of the file as stop point
10119           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
10120           message instead of an EOS event in case we're in segment seek
10121           mode (fixes #340699).
10122           
10123 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
10124
10125         * ext/cairo/gsttextoverlay.c:
10126         * ext/flac/gstflacdec.c:
10127         * ext/gdk_pixbuf/pixbufscale.c:
10128         * gst/apetag/gstapedemux.c:
10129         * gst/debug/breakmydata.c:
10130         * gst/debug/testplugin.c:
10131         * gst/matroska/ebml-write.c:
10132         * gst/multipart/multipartdemux.c:
10133         * sys/osxaudio/gstosxaudiosink.c:
10134         * sys/osxaudio/gstosxaudiosrc.c:
10135         Add semicolons after GST_BOILERPLATE[_FULL] so that
10136         indent doesn't mess up following lines.
10137
10138 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
10139
10140         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
10141
10142         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
10143           Don't leak caps when freeing the stream context (#340623).
10144
10145 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
10146
10147         * configure.ac:
10148           Back to CVS
10149
10150 === release 0.10.3 ===
10151
10152 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
10153
10154         * configure.ac:
10155           releasing 0.10.3, "Desplazado"
10156
10157 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10158
10159         * gst/matroska/matroska-mux.c:
10160         (gst_matroska_mux_stream_is_vorbis_header),
10161         (gst_matroska_mux_write_data):
10162           Don't strcmp() NULL strings.
10163           Only start new clusters on video keyframes, not on any
10164           random audio buffer that doesn't have the DELTA_UNIT
10165           flag set (fixes 'make check' again).
10166
10167 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10168
10169         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10170
10171         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
10172         (gst_matroska_mux_stream_is_vorbis_header),
10173         (gst_matroska_mux_write_data):
10174           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
10175           value and then dead-lock when muxing vorbis audio streams
10176           (the three vorbis header buffers carry no timestamp, and it
10177           would try to mux these after all video buffers). Fixes #340346.
10178
10179           Improve clustering: start a new cluster also whenever we get
10180           a keyframe.     
10181
10182 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10183
10184         * win32/common/config.h:
10185         * win32/MANIFEST
10186           add the generated file as well
10187
10188 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10189
10190         * Makefile.am:
10191         * configure.ac:
10192         * win32/common/config.h.in:
10193           add win32 stuff
10194
10195 2006-05-03  Michael Smith  <msmith@fluendo.com>
10196
10197         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
10198           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
10199           SUCKS.
10200
10201 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10202
10203         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10204         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10205         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10206           don't leak caps-string
10207
10208 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10209
10210         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10211         (gst_id3demux_sink_activate):
10212           Let core insert default error message for TYPE_NOT_FOUND
10213           errors, it's just as good as our own and has the added
10214           bonus of being translated.
10215
10216 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10217
10218         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
10219         (gst_tag_demux_sink_event):
10220         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
10221         (gst_id3demux_sink_event):
10222           Post an error message when we get an EOS event and were not
10223           able to find out the type of stream.
10224
10225         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
10226         (test_taglib_id3mux_with_tags):
10227           Decrease num-buffers to 16 per iteration again, otherwise the
10228           many memcpy()s and reallocations in the test will hammer slow
10229           CPUs completely and make the test timeout.
10230
10231 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10232
10233         * configure.ac:
10234           figure out where plugins-base plugins are
10235         * tests/check/Makefile.am:
10236           use plugins-base plugins, so we have typefind functions
10237         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
10238           increase num-buffers, this makes sure the test errors out instead
10239           of timing out when no typefind functions are present
10240
10241 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10242
10243         * docs/plugins/Makefile.am:
10244           also check .cc files for gtk-doc markup
10245         * configure.ac:
10246         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10247         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10248         * tests/check/Makefile.am:
10249         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
10250         * ext/Makefile.am:
10251         * ext/taglib/Makefile.am:
10252         * ext/taglib/gstid3v2mux.h:
10253         * ext/taglib/gsttaglibmux.c:
10254         * ext/taglib/gsttaglibmux.h:
10255           move taglib-based id3v2muxer to -good.  Fixes #336110.
10256
10257 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10258
10259         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10260           ... and fix multichannel/WAVFORMATEX support again.
10261
10262 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
10263
10264         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10265         (gst_wavparse_class_init), (gst_wavparse_dispose),
10266         (gst_wavparse_reset), (gst_wavparse_init),
10267         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
10268         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
10269         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
10270         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
10271         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10272         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10273         (gst_wavparse_stream_data), (gst_wavparse_loop),
10274         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10275         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10276         (gst_wavparse_change_state), (plugin_init):
10277         * gst/wavparse/gstwavparse.h:
10278           Add push (streaming) mode to wavparse (fixes #337625)
10279
10280 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10281
10282         * configure.ac:
10283         * tests/Makefile.am:
10284           add ximagesrc icles test
10285
10286 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10287
10288         * configure.ac:
10289         * docs/plugins/Makefile.am:
10290         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10291         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10292         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
10293         (gst_cmml_enc_push_clip):
10294         * sys/Makefile.am:
10295         * sys/ximage/Makefile.am:
10296         * sys/ximage/gstximagesrc.c:
10297           Move ximagesrc plug-in to good after review.  Fixes #336756.
10298
10299 2006-04-28  Michael Smith  <msmith@fluendo.com>
10300
10301         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
10302         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
10303         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
10304         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
10305         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10306         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
10307         * gst/icydemux/gsticydemux.h:
10308           Fix event handling: cache events when typefinding and forward later.
10309
10310 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10311
10312         * sys/osxaudio/gstosxaudiosink.c:
10313         (plugin_init):
10314          Register osxaudiosrc to the plugin.
10315         * sys/osxaudio/gstosxaudiosrc.c:
10316         (gst_osx_audio_src_osxelement_do_init),
10317         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
10318         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
10319         (gst_osx_audio_src_get_property),
10320         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
10321         (gst_osx_audio_src_osxelement_init):
10322         * sys/osxaudio/gstosxaudiosrc.h:
10323           Port of osxaudiosrc to 0.10.
10324         * sys/osxaudio/Makefile.am:
10325           Add osxaudiosrc
10326
10327 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10328
10329         * sys/osxaudio/gstosxringbuffer.c:
10330         * sys/osxaudio/gstosxringbuffer.h:
10331           Forgot to commit earlier, part of the OSX audio plugin port
10332
10333 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10334
10335         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
10336         (parse_split_strings):
10337           Recognise and skip any byte order marker (BOM) in
10338           UTF-16 strings.
10339
10340 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10341
10342         * docs/plugins/Makefile.am:
10343         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10344         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10345         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10346         * docs/plugins/inspect/plugin-avi.xml:
10347         * gst/avi/gstavidemux.c:
10348         * gst/avi/gstavimux.c:
10349           Add docs for both avidemux and avimux.
10350
10351 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10352
10353         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10354
10355         * gst/avi/Makefile.am:
10356         * gst/avi/gstavi.c: (plugin_init):
10357         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
10358         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
10359         (gst_avi_mux_class_init), (gst_avi_mux_init),
10360         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10361         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
10362         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
10363         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10364         (gst_avi_mux_riff_get_avix_header),
10365         (gst_avi_mux_riff_get_video_header),
10366         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
10367         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
10368         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10369         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
10370         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
10371         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
10372         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10373         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
10374         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
10375         (gst_avi_mux_change_state):
10376         * gst/avi/gstavimux.h:
10377           Port AVI muxer to GStreamer-0.10 (#332031).
10378
10379         * tests/check/Makefile.am:
10380         * tests/check/elements/avimux.c:
10381         * tests/check/elements/.cvsignore:
10382           Add unit test for AVI muxer.
10383
10384 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
10385
10386         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10387         (gst_wavparse_class_init), (gst_wavparse_reset),
10388         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10389         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10390         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10391         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10392         (gst_wavparse_stream_data), (gst_wavparse_loop),
10393         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
10394         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
10395         (plugin_init):
10396         * gst/wavparse/gstwavparse.h:
10397           reverted patch #337625 for the price of 1 hour sleep
10398
10399 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10400
10401         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10402         (gst_wavparse_class_init), (gst_wavparse_reset),
10403         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10404         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
10405         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10406         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10407         (gst_wavparse_stream_data), (gst_wavparse_loop),
10408         (gst_wavparse_chain), (plugin_init):
10409         * gst/wavparse/gstwavparse.h:
10410           correct partial implementation of push mode
10411           (from my last commit)
10412
10413 2006-04-26  Wim Taymans  <wim@fluendo.com>
10414
10415         * ext/esd/esdsink.c:
10416         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
10417         it is not in esd.h
10418
10419 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
10420
10421         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
10422         (gst_au_parse_class_init), (gst_au_parse_init),
10423         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
10424         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
10425         (gst_au_parse_chain), (gst_au_parse_src_convert),
10426         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
10427         (gst_au_parse_sink_event), (gst_au_parse_src_event),
10428         (gst_au_parse_change_state):
10429         * gst/auparse/gstauparse.h:
10430           Rewrite auparse to suck a little bit less: make source pad
10431           dynamic, so decodebin/playbin work with non-raw formats
10432           like alaw/mulaw; add query function for duration/position
10433           queries; check whether we have enough data before attempting
10434           to parse the header (instead of crashing when that is not the
10435           case); work around audioconvert sucking by swapping endianness
10436           to the native endianness ourselves for float formats; send
10437           initial newsegment event. Fixes #161712.
10438
10439 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10440
10441         * sys/osxaudio/Makefile.am:
10442         * sys/osxaudio/gstosxaudioelement.c:
10443         (gst_osx_audio_element_get_type),
10444         (gst_osx_audio_element_class_init):
10445         * sys/osxaudio/gstosxaudioelement.h:
10446         * sys/osxaudio/gstosxaudiosink.c:
10447         (gst_osx_audio_sink_osxelement_do_init),
10448         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
10449         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
10450         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
10451         (gst_osx_audio_sink_create_ringbuffer),
10452         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
10453         (plugin_init):
10454         * sys/osxaudio/gstosxaudiosink.h:
10455         Port of osxaudiosink to 0.10
10456
10457 2006-04-26  Wim Taymans  <wim@fluendo.com>
10458
10459         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
10460         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
10461         the size of the ringbuffer. This should fix hangs with older 
10462         esd sound servers.
10463
10464 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10465
10466         * ext/aalib/gstaasink.c:
10467         * ext/annodex/gstcmmldec.c:
10468         * ext/annodex/gstcmmlenc.c:
10469         * ext/cairo/gsttextoverlay.c:
10470         * ext/cairo/gsttimeoverlay.c:
10471         * ext/cdio/gstcdiocddasrc.c:
10472         * ext/dv/gstdvdec.c:
10473         * ext/dv/gstdvdemux.c:
10474         * ext/esd/esdmon.c:
10475         * ext/esd/esdsink.c:
10476         * ext/flac/gstflacenc.c:
10477         * ext/flac/gstflactag.c:
10478         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
10479         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
10480         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
10481         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
10482         * ext/gdk_pixbuf/pixbufscale.c:
10483         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10484         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10485         * ext/jpeg/gstjpegdec.c:
10486         * ext/jpeg/gstjpegenc.c:
10487         * ext/jpeg/gstsmokedec.c:
10488         * ext/jpeg/gstsmokeenc.c:
10489         * ext/libcaca/gstcacasink.c:
10490         * ext/libmng/gstmngdec.c:
10491         * ext/libmng/gstmngenc.c:
10492         * ext/libpng/gstpngdec.c:
10493         * ext/libpng/gstpngenc.c:
10494         * ext/mikmod/gstmikmod.c:
10495         * ext/raw1394/gstdv1394src.c:
10496         * ext/shout2/gstshout2.c: (gst_shout2send_init):
10497         * ext/shout2/gstshout2.h:
10498         * ext/speex/gstspeexdec.c:
10499         * ext/speex/gstspeexenc.c:
10500         * gst/alpha/gstalpha.c:
10501         * gst/alpha/gstalphacolor.c:
10502         * gst/apetag/gstapedemux.c:
10503         * gst/auparse/gstauparse.c:
10504         * gst/autodetect/gstautoaudiosink.c:
10505         (gst_auto_audio_sink_base_init):
10506         * gst/autodetect/gstautovideosink.c:
10507         (gst_auto_video_sink_base_init):
10508         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
10509         * gst/avi/gstavimux.c: (gst_avimux_base_init):
10510         * gst/cutter/gstcutter.c:
10511         * gst/debug/breakmydata.c:
10512         * gst/debug/efence.c:
10513         * gst/debug/gstnavigationtest.c:
10514         * gst/debug/gstnavseek.c:
10515         * gst/debug/negotiation.c:
10516         * gst/debug/progressreport.c:
10517         * gst/debug/testplugin.c:
10518         * gst/effectv/gstaging.c:
10519         * gst/effectv/gstdice.c:
10520         * gst/effectv/gstedge.c:
10521         * gst/effectv/gstquark.c:
10522         * gst/effectv/gstrev.c:
10523         * gst/effectv/gstshagadelic.c:
10524         * gst/effectv/gstvertigo.c:
10525         * gst/effectv/gstwarp.c:
10526         * gst/flx/gstflxdec.c:
10527         * gst/goom/gstgoom.c:
10528         * gst/icydemux/gsticydemux.c:
10529         * gst/id3demux/gstid3demux.c:
10530         * gst/interleave/deinterleave.c:
10531         * gst/interleave/interleave.c:
10532         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
10533         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
10534         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
10535         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
10536         * gst/level/gstlevel.c:
10537         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
10538         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
10539         * gst/median/gstmedian.c:
10540         * gst/monoscope/gstmonoscope.c:
10541         * gst/multipart/multipartdemux.c:
10542         * gst/multipart/multipartmux.c:
10543         * gst/oldcore/gstaggregator.c:
10544         * gst/oldcore/gstfdsink.c:
10545         * gst/oldcore/gstmd5sink.c:
10546         * gst/oldcore/gstmultifilesrc.c:
10547         * gst/oldcore/gstpipefilter.c:
10548         * gst/oldcore/gstshaper.c:
10549         * gst/oldcore/gststatistics.c:
10550         * gst/rtp/gstasteriskh263.c:
10551         * gst/rtp/gstrtpL16depay.c:
10552         * gst/rtp/gstrtpL16pay.c:
10553         * gst/rtp/gstrtpamrdepay.c:
10554         * gst/rtp/gstrtpamrpay.c:
10555         * gst/rtp/gstrtpdepay.c:
10556         * gst/rtp/gstrtpgsmpay.c:
10557         * gst/rtp/gstrtph263pay.c:
10558         * gst/rtp/gstrtph263pdepay.c:
10559         * gst/rtp/gstrtph263ppay.c:
10560         * gst/rtp/gstrtpilbcdepay.c:
10561         * gst/rtp/gstrtpmp4gpay.c:
10562         * gst/rtp/gstrtpmp4vdepay.c:
10563         * gst/rtp/gstrtpmp4vpay.c:
10564         * gst/rtp/gstrtpmpadepay.c:
10565         * gst/rtp/gstrtpmpapay.c:
10566         * gst/rtp/gstrtppcmadepay.c:
10567         * gst/rtp/gstrtppcmapay.c:
10568         * gst/rtp/gstrtppcmudepay.c:
10569         * gst/rtp/gstrtppcmupay.c:
10570         * gst/rtp/gstrtpspeexdepay.c:
10571         * gst/rtp/gstrtpspeexpay.c:
10572         * gst/rtsp/gstrtpdec.c:
10573         * gst/rtsp/gstrtspsrc.c:
10574         * gst/smpte/gstsmpte.c:
10575         * gst/udp/gstdynudpsink.c:
10576         * gst/udp/gstmultiudpsink.c:
10577         * gst/udp/gstudpsink.c:
10578         * gst/udp/gstudpsrc.c:
10579         * gst/videobox/gstvideobox.c:
10580         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
10581         * gst/videofilter/gstvideobalance.c:
10582         * gst/videofilter/gstvideoflip.c:
10583         * gst/videofilter/gstvideotemplate.c:
10584         (gst_videotemplate_base_init):
10585         * gst/videomixer/videomixer.c:
10586         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10587         (gst_wavparse_class_init), (gst_wavparse_dispose),
10588         (gst_wavparse_reset), (gst_wavparse_init),
10589         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10590         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
10591         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
10592         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10593         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10594         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10595         (gst_wavparse_change_state):
10596         * gst/wavparse/gstwavparse.h:
10597         * sys/oss/gstossmixerelement.c:
10598         * sys/oss/gstosssink.c:
10599         * sys/oss/gstosssrc.c:
10600         * sys/osxaudio/gstosxaudioelement.c:
10601         * sys/osxaudio/gstosxaudiosink.c:
10602         * sys/osxaudio/gstosxaudiosrc.c:
10603         * sys/sunaudio/gstsunaudiomixer.c:
10604         * sys/sunaudio/gstsunaudiosink.c:
10605           Define GstElementDetails as const and also static (when defined as
10606           global)
10607
10608 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10609
10610         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10611           Source pad has fixed caps. If we don't set this, bad
10612           things happen when the window is resized.
10613
10614 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10615
10616         * gst/matroska/Makefile.am:
10617         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10618         (gst_matroska_demux_handle_src_event):
10619         * gst/matroska/matroska-ids.c:
10620         (gst_matroska_track_init_video_context),
10621         (gst_matroska_track_init_audio_context),
10622         (gst_matroska_track_init_subtitle_context),
10623         (gst_matroska_track_init_complex_context):
10624         * gst/matroska/matroska-ids.h:
10625           Handle case where the TrackType ebml chunk does not come before the
10626           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
10627           events.
10628
10629 2006-04-25  Wim Taymans  <wim@fluendo.com>
10630
10631         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10632         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
10633         It's codec_data, not codec_info.
10634
10635 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10636
10637         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10638
10639         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
10640           Handle codec_data for VfW compatibility codec IDs (#339451)
10641
10642         * gst/matroska/matroska-mux.c:
10643         (gst_matroska_mux_video_pad_setcaps):
10644           Same here, handle codec_data and add additional caps we can handle
10645           now to the pad template (huffyuv, dv and h263 video) (#339451)
10646
10647 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10648
10649         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
10650
10651         * gst/matroska/matroska-mux.c:
10652         (gst_matroska_mux_create_buffer_header),
10653         (gst_matroska_mux_write_data):
10654           Fix timestamping of B-frames, use signed integers, do
10655           some rounding (#339678).
10656
10657 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
10658
10659         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
10660         just make it compile with --disable-gst-debug.
10661
10662 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
10663
10664         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10665         Fix a bad conversion using gst_guint64_to_gdouble.
10666         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
10667         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
10668         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
10669     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
10670         mistake.
10671
10672 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
10673
10674         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10675         Use gst_guint64_to_gdouble for conversions
10676         * win32/vs6/gst_plugins_good.dsw:
10677         * win32/vs6/libgsticydemux.dsp:
10678         Add a project file for icydemux
10679
10680 2006-04-21  Wim Taymans  <wim@fluendo.com>
10681
10682         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
10683
10684         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10685         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
10686         When splitting audio chunks, the block alignment is not taken in
10687         consideration, so the smaller chunks could be of size which is 
10688         not a multiple of the block alignment. Fixes #336904
10689
10690 2006-04-21  Wim Taymans  <wim@fluendo.com>
10691
10692         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
10693         Use scale functions
10694
10695 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10696
10697         * ext/dv/gstdv.c: (plugin_init):
10698           Fix build.
10699
10700 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10701
10702         * gst/debug/progressreport.c: (gst_progress_report_finalize),
10703         (gst_progress_report_class_init), (gst_progress_report_init),
10704         (gst_progress_report_do_query), (gst_progress_report_report),
10705         (gst_progress_report_set_property),
10706         (gst_progress_report_get_property):
10707           Add 'format' property to force querying to a particular format.
10708
10709 2006-04-21  Andy Wingo  <wingo@pobox.com>
10710
10711         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
10712         best, on big endian systems. Drop its rank in that case. OTOH on
10713         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
10714
10715 2006-04-21  Michael Smith  <msmith@fluendo.com>
10716
10717         * configure.ac:
10718         * gst/icydemux/Makefile.am:
10719         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
10720         (gst_icydemux_base_init), (gst_icydemux_class_init),
10721         (gst_icydemux_reset), (gst_icydemux_init),
10722         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
10723         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
10724         (unicodify), (gst_icydemux_unicodify),
10725         (gst_icydemux_parse_and_send_tags),
10726         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10727         (gst_icydemux_chain), (gst_icydemux_change_state),
10728         (gst_icydemux_send_tag_event), (plugin_init):
10729         * gst/icydemux/gsticydemux.h:
10730         * tests/check/Makefile.am:
10731         * tests/check/elements/icydemux.c: (typefind_succeed),
10732         (plugin_init), (icydemux_found_pad), (create_icydemux),
10733         (cleanup_icydemux), (push_data), (GST_START_TEST),
10734         (icydemux_suite), (main):
10735           Add icydemux, and tests.
10736
10737 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10738
10739         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10740           Post SEGMENT_DONE message in TIME format.
10741
10742 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10743
10744         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
10745
10746         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
10747         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
10748           Fix index creation when we have to scan the file to create
10749           an index. There may be other types of RIFF 'LIST' chunks than
10750           'movi' and we need to skip them properly as well or we'll end up
10751           reading garbage (#336889). Some other cosmetic changes.
10752           
10753 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10754
10755         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
10756         (gst_flac_dec_handle_seek_event):
10757           Add support for segment seeks (fixes #338290). Also demote
10758           some recurring debug message from DEBUG to LOG level.
10759
10760 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10761
10762         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10763         (gst_matroskademux_do_index_seek),
10764         (gst_matroska_demux_handle_seek_event),
10765         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
10766         * gst/matroska/matroska-ids.h:
10767           Set DISCONT flag on first buffer after a discontinuity.
10768           Fix newsegment events sent when seeking and honour KEY_UNIT
10769           seek flag. Create pad with bogus caps if we don't recognise
10770           the stream codec id.
10771
10772         * gst/matroska/matroska-demux.h:
10773           Fix GObject macros.
10774
10775 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10776
10777         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10778
10779         * gst/matroska/matroska-demux.c:
10780         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
10781           Handle end of segment properly when set; don't dead-lock when
10782           posting start of segment message when doing a segment seek.
10783           Fixes #338810.
10784
10785 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10786
10787         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
10788         (gst_matroska_demux_plugin_init):
10789           Make mpeg2 aac audio work: create artificial private codec data
10790           chunk which faad2 seems to require, just as we do for mpeg4 aac.
10791           Also call gst_riff_init(). Partially fixes #338767.
10792
10793 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
10794
10795         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
10796         (gst_wavenc_class_init), (gst_wavenc_init),
10797         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
10798         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
10799         (gst_wavenc_chain), (gst_wavenc_change_state):
10800         * gst/wavenc/gstwavenc.h:
10801           Set caps on first outgoing buffer, so that it doesn't error out
10802           immediately with a non-negotiated error (#338716). Rewrite and
10803           clean up a bit; fix setcaps function to parse things properly;
10804           fix sink caps (8bit audio is unsigned and doesn't have depth);
10805           use boilerplate macros; remove unused properties stuff.
10806
10807 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10808
10809         * ext/gdk_pixbuf/gstgdkpixbuf.c:
10810           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
10811           handle MJPEG streams and might be autoplugged for those if the
10812           user doesn't have jpegdec installed (resulting in a cryptic error
10813           message about huffman tables). Better to disable JPEG decoding here
10814           and let the user figure out that she needs to install jpegdec.
10815
10816 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10817
10818         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
10819         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
10820         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
10821         * ext/gdk_pixbuf/gstgdkpixbuf.h:
10822           Make work with packetised/framed input (e.g. png-in-quicktime). Use
10823           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
10824           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
10825           debug messages. Fix boilerplate macros.
10826
10827 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10828
10829         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
10830         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
10831           No need to special-case for Gdk-2.0 any longer, we require
10832           Gdk 2.2 or newer; minor clean-ups.
10833
10834 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10835
10836         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
10837         (gst_shout2send_class_init), (gst_shout2send_init),
10838         (set_shout_metadata), (gst_shout2send_set_metadata),
10839         (gst_shout2send_event), (gst_shout2send_start),
10840         (gst_shout2send_connect), (gst_shout2send_stop),
10841         (gst_shout2send_render), (gst_shout2send_set_property),
10842         (gst_shout2send_get_property), (gst_shout2send_setcaps),
10843         (plugin_init):
10844         * ext/shout2/gstshout2.h:
10845         * po/POTFILES.in:
10846           Rewrite a bit: use GstBaseSink::start and stop instead of a state
10847           change function; use GST_ELEMENT_ERROR for error reporting, not
10848           g_error() or GST_ERROR(); don't unref caps in setcaps function,
10849           will cause crashes or assertion failures; remove (unused) "sync"
10850           property, basesink already has such a property; misc. other
10851           minor fixes and cleanups.
10852
10853 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10854
10855         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
10856         * ext/esd/gstesd.c: (plugin_init):
10857         * po/POTFILES.in:
10858           Add translatable error message for when we cannot
10859           connect to the sound server, as "Cannot open resource
10860           for writing" isn't really an acceptable message to show
10861           to the user in this case.
10862
10863 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10864
10865         * sys/oss/gst-i18n-plugin.h:
10866           Remove bogus file that doesn't belong here.
10867
10868 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10869
10870         Patch by: Philippe Valembois
10871
10872         * ext/shout2/gstshout2.c: (gst_shout2send_init),
10873         (gst_shout2send_set_metadata), (gst_shout2send_event),
10874         (gst_shout2send_render), (gst_shout2send_change_state):
10875         * ext/shout2/gstshout2.h:
10876           Handle tags being received before the connection to
10877           the server is established properly (see #338636).
10878
10879 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10880
10881         * ext/shout2/gstshout2.c: (gst_shout2send_render):
10882           Don't crash in case the connection to the server fails:
10883           don't set pointer to NULL by assigning FALSE; error out
10884           properly by using GST_ELEMENT_ERROR and returning
10885           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
10886           before resetting the pointer.
10887
10888 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
10889
10890         * gst/id3demux/id3tags.c:
10891         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
10892         (Fixes #338713)
10893
10894 2006-04-12  Wim Taymans  <wim@fluendo.com>
10895
10896         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
10897         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
10898         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
10899         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
10900         (gst_gdk_pixbuf_chain):
10901         Some cleanups.
10902         Added RGBA as a possible output format.
10903         Correctly free the supported mimetypes.
10904         deprecate silent arg, it's not used.
10905         Return result from _alloc_buffer to peer.
10906
10907 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
10908
10909         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
10910           Don't leak memory allocated by gst_buffer_new_and_alloc() by
10911           overwriting GST_BUFFER_MALLOCDATA.
10912
10913 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
10914
10915         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
10916         (user_endrow_callback), (user_end_callback),
10917         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
10918         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
10919         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
10920         * ext/libpng/gstpngdec.h:
10921           Handle more than one frame if the content is framed,
10922           like with png-in-quicktime (#331917).
10923
10924 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10925
10926         * sys/oss/Makefile.am:
10927         * sys/oss/common.h:
10928         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
10929         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
10930         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
10931         (gst_oss_src_unprepare):
10932           - the user-visible error strings were in the wrong category
10933           - and the messages were not marked for translation
10934           - which is actually a good thing, because they were exactly
10935             the kind of message you would never want anyone to see
10936           - the macros were using variables that didn't exist in the macro
10937             arguments
10938           - and they were obviously copied from each other and then modified
10939           - so a common header makes sense
10940
10941 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
10942
10943         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
10944           Don't try to modify read-only data.
10945
10946         * gst/matroska/matroska-demux.c:
10947         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
10948           Fix comment (won't crash any longer now).
10949
10950 2006-04-10  Michael Smith  <msmith@fluendo.com>
10951
10952         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
10953           Use copies of header buffers for caps to avoid circular refcounting
10954           problems (as in theoradec, vorbisdec).
10955
10956         * tests/check/elements/cmmldec.c: (GST_START_TEST):
10957           Fix a typo in test that meant it was testing the wrong thing.
10958
10959         * tests/check/elements/cmmlenc.c: (check_headers):
10960           Fix refcount checks now that we use buffer-copies for caps.
10961
10962 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
10963
10964         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
10965         (gst_matroska_demux_handle_seek_event),
10966         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
10967         (gst_matroska_demux_subtitle_caps),
10968         (gst_matroska_demux_plugin_init):
10969           Use static pad templates with ANY caps for audio and video
10970           source pads and get rid of a lot of unnecessary (and partially
10971           broken) code for the template caps. Clean up caps finding
10972           functions. Fixes playback of audio files/streams that do not
10973           contain the sample rate and/or number of channels in the audio
10974           context (happens a lot with vorbis/mp3 .mka files it seems).
10975           Fixes #337183.
10976           Also add myself to copyright holders.
10977
10978 2006-04-10  Michael Smith  <msmith@fluendo.com>
10979
10980         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
10981           Use g_list_delete_link () instead of g_list_remove_link () so that
10982           we free the link as well as the contained data.
10983
10984 2006-04-10  Wim Taymans  <wim@fluendo.com>
10985
10986         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
10987
10988         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
10989         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10990         (gst_avi_demux_stream_header):
10991         Fix some crashers with empty chunks. (Fixes #337749)
10992
10993 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
10994
10995         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
10996           use G_GINT64_CONSTANT for INT64 constants
10997         * gst/videofilter/gstvideobalance.c:
10998           define rint for WIN32 #define rint(x) (floor((x)+0.5))
10999         * win32/vs6/libgstavi.dsp:
11000          add missing libraries for the link and remove avimux.c from
11001          the project as it isn't ported to 0.10 yet
11002         
11003 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
11004
11005         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11006           Even better would be if we actually did the right thing
11007           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
11008
11009 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11010
11011         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11012           Can't just replace 1LL with 1L here just because MSVC doesn't
11013           support it, as it might lead to incorrect results when doing the
11014           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
11015           force a 64-bit constant in a way that all compilers are happy with.
11016
11017 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11018
11019         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
11020         * ext/esd/esdsink.c: (gst_esdsink_class_init):
11021         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
11022         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
11023         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
11024         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
11025         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
11026         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11027         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
11028         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
11029         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
11030         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11031         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
11032         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
11033         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
11034         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
11035         * gst/avi/gstavimux.c: (gst_avimux_class_init):
11036         * gst/debug/efence.c: (gst_efence_class_init):
11037         * gst/debug/negotiation.c: (gst_negotiation_class_init):
11038         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
11039         * gst/goom/gstgoom.c: (gst_goom_class_init):
11040         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
11041         * gst/interleave/deinterleave.c: (deinterleave_class_init):
11042         * gst/interleave/interleave.c: (interleave_class_init):
11043         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
11044         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
11045         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
11046         * gst/median/gstmedian.c: (gst_median_class_init):
11047         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
11048         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
11049         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
11050         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
11051         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
11052         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
11053         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
11054         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
11055         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
11056         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
11057         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
11058         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
11059         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
11060         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
11061         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11062         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
11063         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
11064         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
11065         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
11066         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
11067         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
11068         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
11069         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
11070         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
11071         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
11072         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
11073         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
11074         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11075         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
11076         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
11077         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
11078         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
11079         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
11080         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
11081         * sys/osxaudio/gstosxaudioelement.c:
11082         (gst_osxaudioelement_class_init):
11083         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
11084         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
11085         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
11086         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
11087
11088 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11089
11090         * ext/mikmod/gstmikmod.h:
11091         * gst/level/gstlevel.h:
11092         Fix more broken GObject macros
11093
11094 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11095
11096         * ext/annodex/gstcmmldec.h:
11097         * ext/annodex/gstcmmlenc.h:
11098         * ext/annodex/gstcmmltag.h:
11099         * ext/cairo/gsttextoverlay.h:
11100         * ext/ladspa/gstsignalprocessor.h:
11101         * gst/matroska/ebml-read.h:
11102         * gst/matroska/ebml-write.h:
11103         * sys/osxaudio/gstosxaudioelement.h:
11104         Fix broken GObject macros
11105
11106 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11107
11108         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11109           Don't try to seek beyond the end of the file (would
11110           occasionally display error dialogs in totem when seeking
11111           to the end) (#335869). Will still throw an error though
11112           if the file is truncated and the total_samples value in
11113           the stream header is wrong.
11114
11115 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
11116
11117         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
11118         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
11119         (gst_flac_dec_metadata_callback):
11120         * ext/flac/gstflacdec.h:
11121           If the stream header doesn't contain the total number of samples,
11122           search for the last flac frame at the end of the file and calculate
11123           the total duration from that frame's offset (fixes #337609).
11124
11125 2006-04-07  Edward Hervey  <edward@fluendo.com>
11126
11127         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
11128         Don't unref the GstPadTemplate returned by
11129         gst_element_class_get_pad_template().
11130
11131 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11132
11133         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
11134
11135         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
11136         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
11137         * sys/sunaudio/gstsunaudiosink.h:
11138           Use spec->segsize and spec->segtotal in the prepare function
11139           to initialise the ring buffer instead of using the buffer-time
11140           property (#337421).
11141
11142 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11143
11144         * configure.ac:
11145           Bump core requirements to CVS for gst_pad_query_peer_duration()
11146           which is used by speexdec.
11147
11148 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
11149
11150         * ext/speex/gstspeex.c: (plugin_init):
11151         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
11152         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
11153         (speex_get_sink_query_types), (speex_dec_sink_query),
11154         (speex_get_src_query_types), (speex_dec_src_query),
11155         (speex_dec_src_event), (speex_dec_sink_event),
11156         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
11157         (speex_dec_chain_parse_data), (speex_dec_chain),
11158         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
11159         (speex_dec_change_state):
11160         * ext/speex/gstspeexdec.h:
11161           Fix seeking and duration queries (#337033); clean up and
11162           refactor a bit.
11163
11164 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11165
11166         * ext/raw1394/gstdv1394src.c:
11167           distinguish between device not found and could not open for
11168           reading
11169
11170 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11171
11172         * Makefile.am:
11173         * configure.ac:
11174         * pkgconfig/.cvsignore:
11175         * pkgconfig/Makefile.am:
11176         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
11177           add a .pc file so other modules can use good plugins in tests
11178
11179 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11180
11181         * configure.ac:
11182           clean up, use AS_VERSION and AS_NANO
11183         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11184           use PACKAGE_VERSION define
11185         * po/af.po:
11186         * po/az.po:
11187         * po/cs.po:
11188         * po/en_GB.po:
11189         * po/hu.po:
11190         * po/it.po:
11191         * po/nb.po:
11192         * po/nl.po:
11193         * po/or.po:
11194         * po/sq.po:
11195         * po/sr.po:
11196         * po/sv.po:
11197         * po/uk.po:
11198         * po/vi.po:
11199           updated
11200
11201 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
11202
11203         * ext\jpeg\smokecodec.c:
11204           use of GST_DEBUG instead of DEBUG(a...) for WIN32
11205         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
11206           move first instruction after all variables declarations
11207         * gst\alpha\gstalpha.c:
11208         * gst\effectv\gstshagadelic.c:
11209         * gst\smpte\paint.c:
11210         * gst\videofilter\gstvideobalance.c:
11211           define M_PI if it's not defined (it's not defined on WIN32)
11212         * gst\cutter\gstcutter.c: (gst_cutter_chain):
11213         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
11214         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
11215         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
11216         (gst_matroska_demux_video_caps):
11217         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
11218         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
11219           use gst_guint64_to_gdouble for conversions
11220         * gst\goom\filters.c: (setPixelRGB_):
11221           fix a debug which was using undefined variable
11222         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
11223         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
11224           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
11225         * win32/vs6:
11226           add vs6 projects files for most of plugins-good
11227         
11228 2006-03-30  j^  <j@bootlab.org>
11229
11230         * ext/aalib/gstaasink.c:
11231         * ext/annodex/gstcmmldec.c:
11232         * ext/annodex/gstcmmlenc.c:
11233         * ext/cairo/gsttextoverlay.c:
11234         * ext/cairo/gsttimeoverlay.c:
11235         * ext/cdio/gstcdiocddasrc.c:
11236         * ext/dv/gstdvdec.c:
11237         * ext/esd/esdmon.c:
11238         * ext/esd/esdsink.c:
11239         * ext/flac/gstflacdec.c:
11240         * ext/flac/gstflacenc.c:
11241         * ext/flac/gstflactag.c:
11242         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11243         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11244         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11245         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11246         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11247         * ext/gdk_pixbuf/pixbufscale.c:
11248         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11249         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11250         * ext/jpeg/gstjpegdec.c:
11251         * ext/jpeg/gstjpegenc.c:
11252         * ext/jpeg/gstsmokedec.c:
11253         * ext/jpeg/gstsmokeenc.c:
11254         * ext/libcaca/gstcacasink.c:
11255         * ext/libmng/gstmngdec.c:
11256         * ext/libmng/gstmngenc.c:
11257         * ext/libpng/gstpngdec.c:
11258         * ext/libpng/gstpngenc.c:
11259         * ext/mikmod/gstmikmod.c:
11260         * ext/raw1394/gstdv1394src.c:
11261         * ext/shout2/gstshout2.c:
11262         * ext/speex/gstspeexdec.c:
11263         * ext/speex/gstspeexenc.c:
11264         * gst/alpha/gstalpha.c:
11265         * gst/alpha/gstalphacolor.c:
11266         * gst/auparse/gstauparse.c:
11267         * gst/autodetect/gstautoaudiosink.c:
11268         (gst_auto_audio_sink_base_init):
11269         * gst/autodetect/gstautovideosink.c:
11270         (gst_auto_video_sink_base_init):
11271         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11272         * gst/cutter/gstcutter.c:
11273         * gst/debug/breakmydata.c:
11274         * gst/debug/efence.c:
11275         * gst/debug/gstnavigationtest.c:
11276         * gst/debug/negotiation.c:
11277         * gst/debug/progressreport.c:
11278         * gst/debug/testplugin.c:
11279         * gst/effectv/gstaging.c:
11280         * gst/effectv/gstdice.c:
11281         * gst/effectv/gstedge.c:
11282         * gst/effectv/gstquark.c:
11283         * gst/effectv/gstrev.c:
11284         * gst/effectv/gstvertigo.c:
11285         * gst/effectv/gstwarp.c:
11286         * gst/flx/gstflxdec.c:
11287         * gst/goom/gstgoom.c:
11288         * gst/interleave/deinterleave.c:
11289         * gst/interleave/interleave.c:
11290         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11291         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11292         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11293         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11294         * gst/level/gstlevel.c:
11295         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11296         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11297         * gst/median/gstmedian.c:
11298         * gst/monoscope/gstmonoscope.c:
11299         * gst/multipart/multipartdemux.c:
11300         * gst/multipart/multipartmux.c:
11301         * gst/oldcore/gstmd5sink.c:
11302         * gst/oldcore/gstmultifilesrc.c:
11303         * gst/oldcore/gstpipefilter.c:
11304         * gst/oldcore/gstshaper.c:
11305         * gst/oldcore/gststatistics.c:
11306         * gst/rtp/gstasteriskh263.c:
11307         * gst/rtp/gstrtpL16depay.c:
11308         * gst/rtp/gstrtpL16pay.c:
11309         * gst/rtp/gstrtpamrdepay.c:
11310         * gst/rtp/gstrtpamrpay.c:
11311         * gst/rtp/gstrtpdepay.c:
11312         * gst/rtp/gstrtpgsmpay.c:
11313         * gst/rtp/gstrtph263pay.c:
11314         * gst/rtp/gstrtph263pdepay.c:
11315         * gst/rtp/gstrtph263ppay.c:
11316         * gst/rtp/gstrtpmp4gpay.c:
11317         * gst/rtp/gstrtpmp4vdepay.c:
11318         * gst/rtp/gstrtpmp4vpay.c:
11319         * gst/rtp/gstrtpmpadepay.c:
11320         * gst/rtp/gstrtpmpapay.c:
11321         * gst/rtp/gstrtppcmadepay.c:
11322         * gst/rtp/gstrtppcmapay.c:
11323         * gst/rtp/gstrtppcmudepay.c:
11324         * gst/rtp/gstrtppcmupay.c:
11325         * gst/rtp/gstrtpspeexdepay.c:
11326         * gst/rtp/gstrtpspeexpay.c:
11327         * gst/rtsp/gstrtpdec.c:
11328         * gst/smpte/gstsmpte.c:
11329         * gst/videobox/gstvideobox.c:
11330         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11331         * gst/videofilter/gstvideobalance.c:
11332         * gst/videofilter/gstvideoflip.c:
11333         * gst/videofilter/gstvideotemplate.c:
11334         (gst_videotemplate_base_init):
11335         * gst/videomixer/videomixer.c:
11336         * gst/wavenc/gstwavenc.c:
11337         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
11338          better/unified long descriptions
11339          Fixed #336602
11340          Some cleanups to auparse, don't send multiple newsegments.
11341
11342 2006-03-29  Wim Taymans  <wim@fluendo.com>
11343
11344         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
11345
11346         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
11347         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
11348         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
11349         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
11350         * ext/dv/gstdvdemux.h:
11351         Seek in READY patch. Only works for pull based mode.
11352         Fixes #323880
11353
11354 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11355
11356         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
11357         (gst_gdk_pixbuf_event):
11358           Fix two crashers: don't unref the same caps twice, and
11359           set pixbuf loader to NULL after freeing it.
11360
11361 2006-03-27  Wim Taymans  <wim@fluendo.com>
11362
11363         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
11364         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
11365         (gst_speexenc_chain):
11366         * ext/speex/gstspeexenc.h:
11367         Don't leak adapter.
11368         A push *always* takes ownership of the buffer, even on
11369         errors.
11370         Small cleanups.
11371
11372 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
11373
11374         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
11375           Create source pad without leaking.
11376
11377 2006-03-24  Wim Taymans  <wim@fluendo.com>
11378
11379         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11380         * ext/flac/gstflacdec.h:
11381         * ext/flac/gstflacenc.h:
11382         Spifify a bit.
11383         Fix deadly lock order error in seeking code, STREAM_LOCK
11384         cannot be taken within LOCK and the streaming variables are
11385         protected with the STREAM_LOCK anyway.
11386
11387 2006-03-24  Wim Taymans  <wim@fluendo.com>
11388
11389         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
11390         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
11391         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
11392         this patch combines the global init_frames with the stream
11393         init_frames. Rationale being that the global delay should 
11394         be subtracted from any stream delay.
11395         Fixes #335858.
11396
11397 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
11398
11399         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
11400         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
11401         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11402         * gst/videomixer/videomixer.c: (gst_videomixer_init):
11403         use DEBUG_FUNCPTR for collectpads
11404
11405 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
11406
11407         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
11408           Don't crash when encoding images where the number of rows isn't
11409           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
11410
11411 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11412
11413         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
11414         * gst/interleave/deinterleave.c: (deinterleave_change_state):
11415         * gst/interleave/interleave.c: (interleave_change_state):
11416         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
11417           More state change function fixes.
11418
11419 2006-03-23  Wim Taymans  <wim@fluendo.com>
11420
11421         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11422         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
11423         (gst_esdsink_prepare), (gst_esdsink_unprepare),
11424         (gst_esdsink_delay), (gst_esdsink_reset):
11425         * ext/esd/esdsink.h:
11426         Fix esd choppy playback by configuring audiosink
11427         correctly. Fixes #325191
11428
11429 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11430
11431         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
11432           Make state change function thread-safe.
11433
11434 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11435
11436         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
11437         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
11438           Don't try to read beyond the end of the file just because
11439           the header claims a bigger size (like with truncated files).
11440
11441 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11442
11443         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11444         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
11445         (gst_wavparse_stream_data), (gst_wavparse_loop):
11446         * gst/wavparse/gstwavparse.h:
11447           Delay source pad creation until we have the first chunk of
11448           media data, so the we can examine the data and adjust the
11449           caps accordingly if required. This makes playback of .wav
11450           files with DTS-declared-as-PCM content work (#313266).
11451
11452 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
11453
11454         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11455         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11456         Don't attempt typefinding on too-short buffers that have been
11457         completely trimmed away. (Fixes #330239)
11458
11459         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
11460         Improve the debug output
11461
11462 2006-03-21  Wim Taymans  <wim@fluendo.com>
11463
11464         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
11465         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
11466         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
11467         (gst_esdsink_set_property), (gst_esdsink_get_property):
11468         Some cleanups.
11469         Reset fd to -1 when we close them.
11470
11471 2006-03-21  Wim Taymans  <wim@fluendo.com>
11472
11473         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
11474         the OPTIONS request result is optional so don't
11475         fail on it.
11476
11477 2006-03-21  Edward Hervey  <edward@fluendo.com>
11478
11479         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
11480         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
11481         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
11482         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11483         (gst_wavparse_change_state):
11484         gcc 4.1 unreferenced pointer fixes.
11485
11486 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
11487
11488         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11489
11490         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
11491           Fix block alignment calculation. Alignment should be done before
11492           adding the byte offset where the data starts (#335231).
11493
11494 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11495
11496         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
11497           Ensure that we set correct caps on buffers that are transferred
11498           direct from the input.
11499
11500 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11501
11502         * gst/goom/filters.c: (zoomFilterDestroy):
11503         * gst/goom/goom_core.c: (goom_close):
11504           Free filter data when cleaning up. (Fixes: #334995)
11505
11506 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
11507
11508         * configure.ac:
11509           Don't compile udp and rtsp plugins on win32 (mingw) or other
11510           systems that don't have <sys/socket.h> for some reason (#316203).
11511
11512 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11513
11514         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
11515         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
11516         * ext/raw1394/gstdv1394src.h:
11517           Change bus reset handler so it reports useful information such as
11518           whether the device being used connected or disconnected
11519
11520 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11521
11522         * gst/id3demux/id3v2frames.c:
11523         (parse_relative_volume_adjustment_two):
11524           We only care about gain and peak data for the master volume.
11525
11526 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11527
11528         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11529         (parse_id_string), (parse_unique_file_identifier),
11530         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
11531           Read replay gain tags (#323721).
11532
11533 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11534
11535         * configure.ac:
11536           Bump requirements to gst-plugins-base CVS because
11537           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
11538
11539 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
11540
11541         * rtp/gst/gstrtppcmadepay.c:
11542         Fixed one of the caps in the code from mulaw to alaw.
11543
11544 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
11545
11546         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11547           Ensure that we set caps on the buffers we pass.
11548
11549         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
11550         (gst_id3demux_sink_activate):
11551           Ensure that we set caps on the buffers we pass.
11552
11553           Use STREAM, TYPE_NOT_FOUND as the error class when
11554           typefinding fails.
11555
11556 2006-03-15  Edward Hervey  <edward@fluendo.com>
11557
11558         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
11559         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
11560         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
11561         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
11562         (gst_jpeg_dec_setcaps):
11563         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
11564         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
11565         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
11566         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
11567         (gst_mngdec_src_getcaps):
11568         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11569         (gst_pngdec_caps_create_and_set):
11570         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
11571         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
11572         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
11573         * gst/alpha/gstalpha.c: (gst_alpha_init):
11574         * gst/auparse/gstauparse.c: (gst_au_parse_init):
11575         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
11576         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
11577         * gst/cutter/gstcutter.c: (gst_cutter_init):
11578         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
11579         (gst_efence_checkgetrange):
11580         * gst/debug/negotiation.c: (gst_negotiation_init):
11581         * gst/flx/gstflxdec.c: (gst_flxdec_init):
11582         * gst/goom/gstgoom.c: (gst_goom_init):
11583         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
11584         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
11585         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
11586         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
11587         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
11588         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
11589         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
11590         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11591         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
11592         (gst_wavparse_create_sourcepad):
11593         Fix memleak with gst_static_pad_template_get().
11594         This uses gst_pad_new_from_static_template() instead.
11595         Fixes #333512
11596
11597 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11598
11599         * configure.ac:
11600           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
11601           used by id3demux.
11602
11603         * gst/id3demux/gstid3demux.c: (plugin_init):
11604         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11605         (parse_user_text_identification_frame),
11606         (parse_unique_file_identifier):
11607           Add support for UFID and TXXX frames and extract musicbrainz tags.
11608
11609 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11610
11611         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
11612           Catch short reads, like they might happen with truncated
11613           files (see #305279); remove unnecessary indentation.
11614
11615 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11616
11617         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
11618           Fix DIB image inversion for pictures with a
11619           depth != 8 (#305279).
11620
11621 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11622
11623         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
11624         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
11625         * ext/jpeg/gstjpegdec.h:
11626           Fix durations on outgoing buffers after seeking
11627           in MJPEG files (#334083); some minor clean-ups.
11628
11629 2006-03-13  Wim Taymans  <wim@fluendo.com>
11630
11631         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
11632         (gst_wavparse_change_state):
11633         Implement seek in READY (re-fixes #327658)
11634
11635 2006-03-13  Wim Taymans  <wim@fluendo.com>
11636
11637         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
11638         * ext/esd/esdmon.c: (gst_esdmon_get):
11639         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
11640         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11641         (gst_gdk_pixbuf_sink_getcaps):
11642         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
11643         (gst_jpegenc_setcaps):
11644         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
11645         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
11646         (gst_smokeenc_setcaps):
11647         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
11648         (gst_mngdec_src_getcaps):
11649         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
11650         (gst_mngenc_chain):
11651         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
11652         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
11653         * ext/speex/gstspeexdec.c: (speex_dec_convert),
11654         (speex_dec_src_event), (speex_dec_chain):
11655         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
11656         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
11657         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
11658         (gst_negotiation_pad_link), (gst_negotiation_chain):
11659         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
11660         (gst_flxdec_chain):
11661         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
11662         (deinterleave_chain):
11663         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
11664         * gst/median/gstmedian.c: (gst_median_link):
11665         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
11666         (gst_monoscope_chain):
11667         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
11668         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
11669         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
11670         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
11671         close #333784 unref the result of gst_pad_get_parent()
11672         by: Christophe Fergeau.
11673
11674 2006-03-09  Wim Taymans  <wim@fluendo.com>
11675
11676         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
11677         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
11678         Handle events in push mode better, can now do non-flushing
11679         seeks in push mode as well.
11680
11681 2006-03-07  Wim Taymans  <wim@fluendo.com>
11682
11683         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11684         Applied patch from Kai Vehmanen, fixes #333624.
11685
11686 2006-03-06  Julien MOUTTE  <julien@moutte.net>
11687
11688         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
11689         Implement paletted and grayscale png files handling.
11690         (#150363).
11691
11692 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11693
11694         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
11695         (gst_speexenc_chain):
11696           fix a tag list assert
11697           follow gst-plugins-base/ext/ogg/README; set OFFSET
11698           and OFFSET_END.  Muxes correctly with gst-plugins-base
11699           > 0.9.3
11700
11701 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11702
11703         * gst/id3demux/Makefile.am:
11704         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
11705         (gst_id3demux_chain), (gst_id3demux_sink_activate):
11706           Use new typefind helper functions here as well, and
11707           do typefinding in pull-mode if upstream supports that.
11708
11709 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11710
11711         * sys/sunaudio/gstsunaudiomixerctrl.c:
11712         (gst_sunaudiomixer_ctrl_get_volume),
11713         (gst_sunaudiomixer_ctrl_set_volume):
11714         * sys/sunaudio/gstsunaudiomixertrack.c:
11715         (gst_sunaudiomixer_track_new):
11716           Remove unused variables, breaks build from CVS
11717           with -Werror (#333392, patch by: Benjamin Pineau)
11718
11719 2006-03-03  Wim Taymans  <wim@fluendo.com>
11720
11721         * docs/plugins/Makefile.am:
11722         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11723         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11724         Added wavparse docs.
11725
11726         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11727         (gst_wavparse_reset), (gst_wavparse_init),
11728         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
11729         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
11730         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11731         (gst_wavparse_stream_data), (gst_wavparse_loop),
11732         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
11733         (gst_wavparse_change_state):
11734         * gst/wavparse/gstwavparse.h:
11735         Implement seek in READY (fixes #327658)
11736         Added docs and did some cleanups.
11737
11738 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
11739
11740         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11741         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
11742         (gst_avi_demux_calculate_durations_from_index),
11743         (gst_avi_demux_stream_header):
11744         * gst/avi/gstavidemux.h:
11745           If we have an index, use a duration based on the index instead
11746           of blindly trusting the information in the stream headers
11747           (fixes #331817).
11748
11749 2006-03-03  Wim Taymans  <wim@fluendo.com>
11750
11751         * docs/plugins/Makefile.am:
11752         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11753         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11754         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11755         Added smoke and jpeg to the docs.
11756
11757         * ext/jpeg/Makefile.am:
11758         * ext/jpeg/gstjpeg.c: (plugin_init):
11759         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
11760         * ext/jpeg/gstjpegenc.h:
11761         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
11762         (gst_smokedec_chain):
11763         * ext/jpeg/gstsmokedec.h:
11764         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
11765         * ext/jpeg/gstsmokeenc.h:
11766         * ext/jpeg/smokecodec.h:
11767         Port smokedec (fixes #331905).
11768         Added some docs.
11769         Some cleanups.
11770
11771 2006-03-03  Wim Taymans  <wim@fluendo.com>
11772
11773         * docs/plugins/Makefile.am:
11774         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11775         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11776         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11777         Added videobalance and videoflip to the docs.
11778
11779         * gst/videofilter/Makefile.am:
11780         * gst/videofilter/gstvideobalance.c:
11781         (gst_video_balance_update_tables_planar411),
11782         (gst_video_balance_is_passthrough),
11783         (gst_video_balance_update_properties), (oil_tablelookup_u8),
11784         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
11785         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
11786         (gst_video_balance_finalize), (gst_video_balance_class_init),
11787         (gst_video_balance_init), (gst_video_balance_interface_supported),
11788         (gst_video_balance_interface_init),
11789         (gst_video_balance_colorbalance_list_channels),
11790         (gst_video_balance_colorbalance_set_value),
11791         (gst_video_balance_colorbalance_get_value),
11792         (gst_video_balance_colorbalance_init),
11793         (gst_video_balance_set_property), (gst_video_balance_get_property),
11794         (gst_video_balance_get_type), (plugin_init):
11795         * gst/videofilter/gstvideobalance.h:
11796         Ported to 0.10. (Fixes #326160)
11797         Added docs.
11798
11799         * gst/videofilter/gstvideoflip.c:
11800         * gst/videofilter/gstvideoflip.h:
11801         Added docs.
11802
11803 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
11804
11805         * configure.ac:
11806           Bump requirements to current core and -base CVS
11807           (core for new typefind helper API, and -base for the
11808           WAVFORMATEX support that was added to libgstriff and
11809           is needed by wavparse).
11810         
11811         * gst/apetag/Makefile.am:
11812         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
11813         (gst_tag_demux_sink_activate):
11814           Use new typefind helpers for typefinding instead of our
11815           home-grown stuff; also, do typefinding in pull-mode if
11816           upstream supports that.
11817
11818 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
11819
11820         Reviewed by: Christian Schaller <christian@fluendo.com>
11821
11822         This patch fixes bug: 329107
11823
11824         This Changelog entry is for a commit done on February 17
11825
11826         * ext/gconf/gconf.c
11827         * ext/gconf/gconf.h
11828         * ext/gconf/gstgconfaudiosink.c
11829         * ext/gconf/gstgconfaudiosink.h
11830         * gconf/gstreamer.schemas.in
11831
11832 2006-02-28  Wim Taymans  <wim@fluendo.com>
11833
11834         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11835         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
11836         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
11837         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
11838         Use DEBUG_OBJECT more.
11839
11840 2006-02-28  Wim Taymans  <wim@fluendo.com>
11841
11842         * docs/plugins/Makefile.am:
11843         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11844         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11845         Added dvdec and dvdemux to docs.
11846
11847         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
11848         Added docs.
11849         Check frame sizes so we don't crash when don't have enough
11850         data.
11851         Send nice error messages on error.
11852
11853         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
11854         (gst_dvdemux_class_init), (gst_dvdemux_init),
11855         (gst_dvdemux_finalize), (gst_dvdemux_reset),
11856         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
11857         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
11858         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
11859         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
11860         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
11861         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
11862         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
11863         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
11864         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
11865         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
11866         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
11867         * ext/dv/gstdvdemux.h:
11868         Added docs.
11869         Implement pull mode.
11870         Fix memleaks.
11871         Reduce memcpy for the video demuxing.
11872
11873 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
11874
11875         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
11876         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
11877         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
11878         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
11879           Add a little extra debug. Make the decoder not return NOT_LINKED,
11880           as we want to continue decoding all CMML and emitting tags.
11881
11882 2006-02-27  Michael Smith  <msmith@fluendo.com>
11883
11884         * ext/annodex/gstskeltag.c:
11885         * ext/annodex/gstskeltag.h:
11886           Deleted; these files aren't used any more either.
11887
11888 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11889
11890         * ext/Makefile.am: Fix dist-check.
11891
11892 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11893
11894         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
11895         memleak.
11896
11897 2006-02-25  Alessandro Decina <alessandro@nnva.org>
11898
11899         * ext/annodex/Makefile.am:
11900         * ext/annodex/gstannodex.c:
11901         * ext/annodex/gstcmmldec.c:
11902         * ext/annodex/gstcmmlenc.c:
11903         * ext/annodex/gstcmmlparser.c:
11904         * ext/annodex/gstcmmlparser.h:
11905         * ext/annodex/gstcmmlutils.c:
11906         * tests/check/elements/cmmldec.c:
11907         * tests/check/elements/cmmlenc.c:
11908           Fix a memleak in gst_cmml_track_list_add_clip.
11909           Handle overflows in clip's start and end times.
11910           Add the "encoded" parameter to cmmldec and cmmlenc caps.
11911           Do not parse junk at the end of a CMML preamble buffer.
11912           Register a libxml error handler to not print stuff on stderr.
11913           Check for bad clip start and end times in the testsuites.
11914
11915 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11916
11917         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
11918         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
11919         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
11920         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
11921         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
11922         possible memleaks.
11923
11924 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11925
11926         * tests/check/Makefile.am:
11927         * tests/check/elements/cmmldec.c:
11928         * tests/check/elements/cmmlenc.c: Fix tests so that they use
11929         the plugins-base tags.
11930
11931 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11932
11933         * ext/Makefile.am: Re-enable module.
11934
11935 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11936
11937         * tests/check/Makefile.am: Forgot to remove that test.
11938
11939 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11940
11941         * ext/annodex/Makefile.am:
11942         * ext/annodex/gstannodex.c: (plugin_init):
11943         * ext/annodex/gstcmmldec.c:
11944         * ext/annodex/gstskeldec.c:
11945         * ext/annodex/gstskeldec.h:
11946         * tests/check/Makefile.am:
11947         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
11948
11949 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11950
11951         * tests/check/Makefile.am: Disable those checks as well.
11952
11953 2006-02-24  Julien MOUTTE  <julien@moutte.net>
11954
11955         * ext/Makefile.am: Disable annodex for now until we figure out
11956         how to make it build.
11957         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
11958         Add a rule to your checklist : "please try to at least build 
11959         what you are going to commit into -good, or if you are too lazy
11960         to do that, please check that the buildbots are not crying because
11961         of your commit."
11962
11963 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
11964
11965         * configure.ac:
11966         * ext/Makefile.am:
11967         * ext/gdk_pixbuf/Makefile.am:
11968         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11969         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11970         * ext/gdk_pixbuf/pixbufscale.c:
11971         * ext/gdk_pixbuf/pixbufscale.h:
11972           Gdkpixbuf ported from 0.8 to 0.10 by
11973           Renato Filho <renato.filho@indt.org.br>.
11974           gst_loader and gdkpixbufanimation still need port.
11975
11976 2006-02-24  Michael Smith  <msmith@fluendo.com>
11977
11978         * configure.ac:
11979         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11980         * ext/Makefile.am:
11981         * ext/annodex/Makefile.am:
11982         * ext/annodex/gstannodex.c:
11983         * ext/annodex/gstannodex.h:
11984         * ext/annodex/gstcmmldec.c:
11985         * ext/annodex/gstcmmldec.h:
11986         * ext/annodex/gstcmmlenc.c:
11987         * ext/annodex/gstcmmlenc.h:
11988         * ext/annodex/gstcmmlparser.c:
11989         * ext/annodex/gstcmmlparser.h:
11990         * ext/annodex/gstcmmltag.c:
11991         * ext/annodex/gstcmmltag.h:
11992         * ext/annodex/gstcmmlutils.c:
11993         * ext/annodex/gstcmmlutils.h:
11994         * ext/annodex/gstskeldec.c:
11995         * ext/annodex/gstskeldec.h:
11996         * ext/annodex/gstskeltag.c:
11997         * ext/annodex/gstskeltag.h:
11998         * tests/check/Makefile.am:
11999         * tests/check/elements/cmmldec.c:
12000         * tests/check/elements/cmmlenc.c:
12001         * tests/check/elements/skeldec.c:
12002           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
12003           Includes tests & docs, oh my! Passes Thomas's -good checklist
12004           entirely. Wow.
12005
12006 2006-02-24  Michael Smith  <msmith@fluendo.com>
12007
12008         * autogen.sh:
12009           Check for automake 1.9 as well.
12010
12011 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12012
12013         * ext/flac/gstflacenc.c:
12014           Change min. sample rate to 8kHz to match flacdec's.
12015           
12016 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
12017
12018         * ext/cdio/Makefile.am:
12019           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
12020           required for Cygwin, see #317048)
12021
12022         * gst/rtp/gstasteriskh263.c:
12023           Cygwin has includes for both the unix network socket API
12024           and the windows API, but only one can be included, so fix
12025           includes to only use one or the other, prefering the unxi
12026           one (#317048).
12027
12028 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12029
12030         * rtp/gst/gstrtppcmadepay.c:
12031         * rtp/gst/gstrtppcmadepay.h:
12032         * rtp/gst/gstgstrtppcmapay.c:
12033         * rtp/gst/gstgstrtppcmapay.h:
12034         * rtp/gst/gstrtppcmudepay.c:
12035         * rtp/gst/gstrtppcmudepay.h:
12036         * rtp/gst/gstrtppcmupay.c:
12037         * rtp/gst/gstrtppcmupay.h:
12038         * rtp/gst/Makefile.am:
12039         * rtp/gst/gstrtp.c:
12040         * rtp/gst/README:
12041         Separated the G711 payloaders/depayloaders into separate elements for
12042         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
12043
12044 2006-02-22  Wim Taymans  <wim@fluendo.com>
12045
12046         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
12047         (gst_dvdec_change_state):
12048         * ext/dv/gstdvdec.h:
12049         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
12050         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12051         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12052         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
12053         (gst_dvdemux_flush), (gst_dvdemux_chain),
12054         (gst_dvdemux_change_state):
12055         * ext/dv/gstdvdemux.h:
12056         Ueber spiffify some more, added debug category.
12057         Use _scale.
12058         Use segments, respect playback rate from newsegment.
12059         Fix refcount issue.
12060
12061 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
12062
12063         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
12064         (gst_signal_processor_process):
12065         Fix compilation of LADPSA. It doesn't seem to work, and isn't
12066         enabled for the build, but it helps me win the feature-count
12067         competitions ooh yeah.
12068
12069 2006-02-19  Wim Taymans  <wim@fluendo.com>
12070
12071         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
12072         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12073         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
12074         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
12075         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12076         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
12077         Use scaling code for added precission and more correct stop
12078         position in case scale==0.
12079
12080 2006-02-19  Wim Taymans  <wim@fluendo.com>
12081
12082         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12083         (gst_flxdec_chain):
12084         * gst/flx/gstflxdec.h:
12085         Implement DURATION query.
12086
12087 2006-02-19  Wim Taymans  <wim@fluendo.com>
12088
12089         * gst/flx/flx_color.h:
12090         * gst/flx/flx_fmt.h:
12091         * gst/flx/gstflxdec.c: (gst_flxdec_init),
12092         (gst_flxdec_src_query_handler), (flx_decode_color),
12093         (gst_flxdec_chain):
12094         * gst/flx/gstflxdec.h:
12095         Set MALLOCDATA for the temp buffers so we don't leak.
12096         Some debug cleanups.
12097         Consume all data in the adapter before leaving the chain
12098         function. Fixes #330678.
12099
12100 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
12101
12102         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12103         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
12104          Handle 0 data size in otherwise valid frames.
12105          Handle numeric strings in 2.4.0 even when not in parentheses 
12106
12107 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
12108
12109         * gst/matroska/matroska-demux.c:
12110         (gst_matroska_demux_subtitle_caps),
12111         (gst_matroska_demux_plugin_init):
12112         * gst/matroska/matroska-ids.h:
12113           Recognise SSA/ASS and USF subtitle formats and
12114           set proper caps when they are found.
12115
12116 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12117
12118         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
12119         (gst_jpeg_dec_chain):
12120           Fix invalid memory access for some odd-sized images
12121           (see image contained in quicktime stream in #327083);
12122           use g_malloc() instead of g_alloca().
12123
12124 2006-02-17  Wim Taymans  <wim@fluendo.com>
12125
12126         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12127         Patch from Sebastien Cote, fixes #319884
12128
12129 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12130
12131         * ext/cdio/gstcdio.c: (plugin_init):
12132           Init debug category (#331253).
12133
12134 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12135
12136         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12137           Pass extra_data to gst_riff_create_audio_caps(), so that
12138           WAVEFORMATEX stuff works. Post audio codec name and post
12139           it as taglist on the bus. Allow up to 8 channesl for raw
12140           PCM in the source pad template caps.
12141
12142 2006-02-16  Wim Taymans  <wim@fluendo.com>
12143
12144         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12145         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12146         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
12147         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
12148         (gst_multipart_set_property), (gst_multipart_get_property):
12149         Applied #318663. Gives quite a few false positives in
12150         autoscan mode, but it's better than nothing. Not closing yet.
12151
12152 2006-02-16  Wim Taymans  <wim@fluendo.com>
12153
12154         * docs/plugins/Makefile.am:
12155         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12156         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12157         * docs/plugins/gst-plugins-good-plugins.args:
12158         * docs/plugins/inspect/plugin-udp.xml:
12159         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12160         (gst_udpsrc_start):
12161         Update documentation.
12162         Fix args.
12163
12164 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
12165
12166         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12167         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
12168         frame size. (Fixes #331368)
12169
12170 2006-02-16  Wim Taymans  <wim@fluendo.com>
12171
12172         * gst/rtsp/README:
12173         Updated README.
12174
12175         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
12176         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
12177         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
12178         * gst/rtsp/gstrtspsrc.h:
12179         Make sure the RTP port is an even port an try to allocate 
12180         another if not.
12181         Added retry property to control max retries for port allocation.
12182         Make sure RTCP port is RTP port+1.
12183         Cleanup when port allocation fails.
12184         Fixes #319183.
12185         
12186 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12187
12188         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
12189           Don't ignore return value of the parent class's state
12190           change function (#331385, patch by: Wouter Paesen).
12191
12192 2006-02-15  Wim Taymans  <wim@fluendo.com>
12193
12194         * configure.ac:
12195         * docs/plugins/Makefile.am:
12196         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12197         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12198         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12199         * ext/Makefile.am:
12200         * ext/hal/Makefile.am:
12201         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
12202         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
12203         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
12204         (do_toggle_element), (gst_hal_audio_sink_set_property),
12205         (gst_hal_audio_sink_get_property),
12206         (gst_hal_audio_sink_change_state):
12207         * ext/hal/gsthalaudiosink.h:
12208         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
12209         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
12210         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
12211         (do_toggle_element), (gst_hal_audio_src_set_property),
12212         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
12213         * ext/hal/gsthalaudiosrc.h:
12214         * ext/hal/gsthalelements.c: (plugin_init):
12215         * ext/hal/gsthalelements.h:
12216         * ext/hal/hal.c: (gst_hal_get_string),
12217         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
12218         (gst_hal_get_audio_src):
12219         * ext/hal/hal.h:
12220         Add HAL sound device wrapper plugins. Closes #329106
12221
12222 2006-02-15  Wim Taymans  <wim@fluendo.com>
12223
12224         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12225         Add comment in a fultile attempt to stop the copy-and-paste 
12226         paradigm leading to duplication of bad code.
12227
12228         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
12229         Mime parameters have to be checked case insensitive
12230
12231 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12232
12233         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
12234           Advance stream time for lagging subtitle streams by sending
12235           newsegment events with the update flag set.
12236
12237 2006-02-14  Edward Hervey  <edward@fluendo.com>
12238
12239         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
12240         There can be bogus data before the hdrl LIST tag in the RIFF header.
12241         It's hard to say if it's not respecting the AVI specifications or not,
12242         but since Google Video is producing AVIs like that and the other player
12243         don't seem to complain, I guess we should do the same.
12244
12245 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
12246
12247         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
12248         (parse_split_strings):
12249         Add more validation to ensure that a char encoding conversion
12250         produced a valid UTF-8 string.
12251
12252 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
12253
12254         Reviewed by: Edward Hervey  <edward@fluendo.com>
12255
12256         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12257         Properly handle end of segment. Closes #330885.
12258
12259 2006-02-13  Wim Taymans  <wim@fluendo.com>
12260
12261         * gst/rtp/gstrtpmp4gpay.h:
12262         For got to commit this one.
12263
12264 2006-02-12  Wim Taymans  <wim@fluendo.com>
12265
12266         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
12267         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
12268         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12269         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
12270         * gst/rtp/gstrtpmp4gpay.h:
12271         Make more things work.
12272         Handle ACC config strings.
12273
12274 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12275
12276         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
12277           set timestamps if no incoming timestamps set
12278
12279 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
12280
12281         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
12282         (gst_tag_demux_do_typefind):
12283           ... and fix the very same leaks in GstTagDemux.
12284
12285 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
12286
12287         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
12288         (gst_id3demux_do_typefind):
12289         Fix a couple of mem leaks. (Patch by Jonathan Matthew
12290         <jonathan at kaolin dot wh9 dot net>)
12291
12292 2006-02-10  Wim Taymans  <wim@fluendo.com>
12293
12294         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
12295         First set options, then set caps or else the baseclass
12296         will not know about the options, duh.
12297
12298 2006-02-10  Wim Taymans  <wim@fluendo.com>
12299
12300         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
12301         (gst_rtp_mp4v_pay_setcaps):
12302         Don't waste time looking for a config string if we have codec_info
12303         on the incomming caps.
12304
12305 2006-02-10  Wim Taymans  <wim@fluendo.com>
12306
12307         * gst/rtp/README:
12308         Say something about case-sensitivity of caps vs mime-attributes.
12309
12310         * gst/rtp/Makefile.am:
12311         * gst/rtp/gstrtp.c: (plugin_init):
12312         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12313         (gst_rtp_amr_pay_handle_buffer):
12314         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
12315         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
12316         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
12317         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
12318         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
12319         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
12320         (gst_rtp_mp4g_pay_plugin_init):
12321         * gst/rtp/gstrtpmp4gpay.h:
12322         Added beginnings of mpeg4-generic payloader (RFC 3640)
12323
12324 2006-02-09  Wim Taymans  <wim@fluendo.com>
12325
12326         * gst/rtsp/Makefile.am:
12327         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
12328         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
12329         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
12330         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
12331         (gst_rtpdec_change_state):
12332         * gst/rtsp/gstrtpdec.h:
12333         * gst/rtsp/gstrtsp.c: (plugin_init):
12334         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12335         * gst/rtsp/rtspconnection.c: (read_body),
12336         (rtsp_connection_receive):
12337         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
12338         Resurected rtpdec to make rtspsrc happy again.
12339         Skip attributes from the session id.
12340         Don't crash when dumping a message with an empty body.
12341
12342
12343 2006-02-09  Wim Taymans  <wim@fluendo.com>
12344
12345         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12346         Added more meaningfull warnings when something goes wrong.
12347         Clear F bit on outgoing AMR packets.
12348
12349         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12350         (gst_rtp_amr_pay_handle_buffer):
12351         Added debugging category
12352         Support payloading of multiple AMR frames.
12353
12354         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
12355         Added some debugging.
12356
12357 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
12358
12359         * configure.ac:
12360           Back to CVS
12361
12362 === release 0.10.2 ===
12363
12364 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
12365
12366         * configure.ac:
12367           releasing 0.10.2, "Papa was a rolling stone"
12368
12369 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12370
12371         * configure.ac:
12372           Bump core and plugins-base requirement to 0.10.2.2
12373           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
12374
12375 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12376
12377         * ext/flac/gstflac.c: (plugin_init):
12378         * ext/speex/gstspeex.c: (plugin_init):
12379           Register musicbrainz tags.
12380
12381 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12382
12383         * ext/gconf/gconf.h:
12384           Remove declaration of function that no longer exists.
12385
12386 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12387
12388         * ext/shout2/gstshout2.c: (gst_shout2send_render),
12389         (gst_shout2send_setcaps), (gst_shout2send_change_state):
12390         Make shout2 work for non ogg streams
12391
12392 2006-02-06  Wim Taymans  <wim@fluendo.com>
12393
12394         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12395         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
12396         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
12397         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
12398         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
12399         * gst/udp/gstmultiudpsink.h:
12400         Updated docs.
12401         Added properties bytes-served, bytes_to_serve.
12402         Post proper error messages,
12403         Emit client added signal too.
12404
12405 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12406
12407         * docs/plugins/Makefile.am:
12408         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12409         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12410         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12411         (gst_multiudpsink_get_stats):
12412           adding docs for multiudpsink
12413
12414 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12415
12416         * gst/level/gstlevel.c: (gst_level_transform_ip):
12417           peak below decay is not necessarily an error, so don't ERROR log
12418
12419 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12420
12421         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
12422         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
12423         (gst_ebml_write_seek):
12424         * gst/matroska/ebml-write.h:
12425           Make sure we send a newsegment event in BYTES format
12426           before sending buffers (#328531).
12427
12428 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12429
12430         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
12431         (gst_dvdemux_sink_query):
12432         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
12433         * ext/speex/gstspeexdec.c: (speex_get_query_types),
12434         (speex_dec_src_query):
12435         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
12436         (gst_speexenc_sink_query):
12437         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12438         * gst/matroska/matroska-demux.c:
12439         (gst_matroska_demux_get_src_query_types),
12440         (gst_matroska_demux_handle_src_query):
12441         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
12442         (gst_wavparse_pad_query):
12443           Pass unhandled queries upstream instead of just dropping
12444           them (#326446). Update query type arrays here and there.
12445
12446 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12447
12448         * tests/check/elements/matroskamux.c: (setup_src_pad):
12449           Collectpads in core got changed and now also holds a
12450           reference to any pad that is part of it. Fix refcount
12451           checks in test case accordingly.
12452
12453 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12454
12455         * gst/apetag/gstapedemux.h:
12456           Fix include, for now GstTagDemux is in the apetag dir.
12457
12458 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12459
12460         * docs/plugins/Makefile.am:
12461         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12462         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12463         * docs/plugins/inspect/plugin-cdio.xml:
12464           Add cdio plugin to docs.
12465
12466         * ext/cdio/gstcdiocddasrc.c:
12467           Add gtk-doc blurb.
12468
12469         * ext/cdio/gstcdio.c:
12470           The plugin is called 'cdio' not 'cddio'.
12471
12472 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12473
12474         * configure.ac:
12475         * docs/plugins/Makefile.am:
12476         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12477         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12478         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12479         * docs/plugins/inspect/plugin-apetag.xml:
12480         * gst/apetag/Makefile.am:
12481         * gst/apetag/gstapedemux.c:
12482         * gst/apetag/gstapedemux.h:
12483         * gst/apetag/gsttagdemux.c:
12484         * gst/apetag/gsttagdemux.h:
12485           Add APE tag demuxer (#325649).
12486
12487 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12488
12489         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
12490         (gst_gconf_get_default_video_sink),
12491         (gst_gconf_get_default_audio_src),
12492         (gst_gconf_get_default_video_src):
12493         * ext/gconf/gconf.h:
12494         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
12495         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
12496         (do_toggle_element):
12497         * ext/gconf/gstgconfaudiosink.h:
12498         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
12499         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
12500         (do_toggle_element):
12501         * ext/gconf/gstgconfaudiosrc.h:
12502         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
12503         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
12504         (do_toggle_element):
12505         * ext/gconf/gstgconfvideosink.h:
12506         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
12507         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
12508         (do_toggle_element):
12509         * ext/gconf/gstgconfvideosrc.h:
12510           Ignore changing the GConf key to "". Ignore GConf key updates
12511           that don't actually change the string.
12512           For now, ignore the GConf key when the state is > READY, as
12513           it breaks streaming. Sometime it will be nice to bring the
12514           new sink online even mid-stream, by sending NEWSEGMENT info
12515           and possibly prerolling.
12516           (Fixes #326736)
12517
12518 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12519
12520         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
12521         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
12522         (zoomFilterSetResolution), (zoomFilterDestroy),
12523         (zoomFilterFastRGB), (pointFilter):
12524         * gst/goom/filters.h:
12525         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
12526         (goom_update), (goom_close):
12527         * gst/goom/goom_core.h:
12528         * gst/goom/goom_tools.h:
12529         * gst/goom/graphic.c:
12530         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
12531         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
12532         * gst/goom/gstgoom.h:
12533         * gst/goom/lines.c: (goom_lines):
12534         * gst/goom/lines.h:
12535           Make goom reentrant by moving all important static variables
12536           into instance structures.
12537           (Fixes #329181)
12538
12539 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
12540
12541         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
12542         (gst_avi_demux_all_source_pads_unlinked),
12543         (gst_avi_demux_process_next_entry):
12544         * gst/avi/gstavidemux.h:
12545           Third attempt, use gst_pad_is_linked() this time.
12546
12547 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
12548
12549         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12550         (parse_split_strings):
12551         Adjust for data length indicators when parsing (Fixes #329810)
12552         Fix stupid bug parsing UTF-8 tag text.
12553         Output tag strings with multiple fields as multiple tags, so the
12554         app gets all the data.
12555
12556 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12557
12558         * ext/flac/gstflacenc.c:
12559         Fixed a bug add in last commit, where no event is send. Thanks Tim to
12560         show me.
12561         
12562 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12563
12564         * ext/flac/gstflacenc.c:
12565         * gst/matroska/ebml-read.c:
12566         Just make it compile with --disable-gst-debug.
12567
12568 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
12569
12570         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
12571         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
12572         (id3v2_genre_fields_to_taglist):
12573           Never output a tag with a null contents string.
12574
12575 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12576
12577         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
12578           Only pause if all pads are unlinked AND we've tried to send data
12579           on all of them at least once.
12580
12581 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12582
12583         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
12584         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
12585           Make loop function/task pause itself when all source pads are
12586           unlinked.
12587
12588 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12589
12590         * configure.ac:
12591         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
12592           Use new functions from core to render a bin from a
12593           string. Fixes build. Up requirements to core CVS.
12594
12595 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12596
12597         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
12598           Don't push buffers into the adapter that we are going to
12599           push downstream again without framing anyway. Also, the
12600           adaptor takes ownership of buffers put into it (fixes
12601           auparse pushing invalid buffers for .au files with
12602           ADPCM contents). Finally, set caps on all outgoing buffers.
12603
12604 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
12605
12606         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
12607         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
12608         (gst_id3demux_send_tag_event):
12609         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
12610         Someone should kick my butt. Remove ID3v1 tags from the end of the
12611         file.
12612
12613         Improve error messages. Send the TAG message as soon as we complete
12614         typefinding, instead of waiting until we send the first buffer.
12615         Downstream tag event is still sent before the first buffer.
12616
12617 2006-01-27  Jan Gerber  <j@bootlab.org>
12618
12619         Reviewed by: Andy Wingo <wingo@pobox.com>
12620
12621         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
12622         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
12623         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
12624         to not have warings flooding stderr. this is the suggested way
12625         also used in dvgrab and kino. (#328336)
12626
12627 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
12628
12629         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
12630         (gst_oss_sink_init), (gst_oss_sink_finalise):
12631           Free the device name string when finalised.
12632
12633 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
12634
12635         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
12636           Don't put function calls in g_return_if_fail() statements,
12637           or they'll be replaced with NOOPs if someone compiles with
12638           G_DISABLE_CHECKS defined.
12639           
12640 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
12641
12642         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12643         Never trust ANY information encoded in a media file, especially
12644         when it's giving you sizes. (Fixes #328452)
12645
12646 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
12647
12648         * gst/rtp/gstrtpg711pay.c:
12649         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
12650         bug #325148.
12651
12652 2006-01-23  Edward Hervey  <edward@fluendo.com>
12653
12654         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
12655         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
12656         * gst/matroska/matroska-ids.h:
12657         Added recognition of Real Audio and Video streams in matroska demuxer.
12658
12659 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12660
12661         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
12662           Remove errant break statement, and fix compilation with
12663           older GCC.
12664
12665 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
12666
12667         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12668
12669         * sys/sunaudio/gstsunaudiomixerctrl.c:
12670         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
12671           Export functions that are needed in other parts of the code,
12672           makes the mixer actually work; adjust magic minimum buffer-time
12673           value from 3ms to 5ms to work around stuttering during mp3
12674           playback (#327765).
12675
12676 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
12677
12678         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12679
12680         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
12681         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
12682           Fix possible deadlock in matroska muxer (#327825).
12683
12684 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
12685
12686         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
12687         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
12688         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
12689         * gst/rtsp/sdpmessage.h:
12690         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
12691         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
12692           C89 fixes: declare variables at the beginning of a block and
12693           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
12694           <jensgr at gmx dot net>).
12695
12696 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12697
12698         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12699         * gst/id3demux/id3tags.h:
12700         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12701         (parse_comment_frame), (parse_text_identification_frame),
12702         (id3v2_tag_to_taglist), (id3v2_are_digits),
12703         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
12704         (parse_split_strings), (free_tag_strings):
12705           Rewrite parsing of text tags to handle multiple NULL terminated
12706           strings. Parse numeric genre strings and ID3v2 type
12707           "(3)(6)Alternative" style genre strings.
12708           Parse dates that are only YYYY or YYYY-mm format.
12709           (Fixes #328241 and #322154)
12710
12711 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
12712
12713         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12714           Don't forget to initialize liboil, otherwise our oil functions
12715           will crash (fixes #327871; patch by: Christoph Burghardt
12716           <hawkes at web dot de>).
12717
12718 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12719
12720         * configure.ac:
12721           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
12722           like in the core and gst-plugins-base. Fixes #324367 and #326683;
12723           patch by: Brian Cameron <brian dot cameron at sun dot com>
12724
12725 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12726
12727         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
12728         * ext/cdio/gstcdio.h:
12729         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
12730           Fix build for libcdio versions >= 76; give slightly lower rank
12731           than cdparanoia.
12732
12733 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12734
12735         * configure.ac:
12736         * ext/Makefile.am:
12737         * ext/cdio/Makefile.am:
12738         * ext/cdio/gstcdio.c:
12739         * ext/cdio/gstcdio.h:
12740         * ext/cdio/gstcdiocddasrc.c:
12741         * ext/cdio/gstcdiocddasrc.h:
12742           Port libcdio cdda source, formerly known as cddasrc, now known as
12743           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
12744           but that's not tested (fixes #317658).
12745
12746 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12747
12748         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
12749           Fix conversion from TIME to BYTES format (fixes #326864;
12750           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
12751
12752 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
12753
12754         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12755           Fix compilation of id3demux when zlib is not present.
12756           (Fixes #326602; patch by: Sergey Scobich)
12757
12758 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
12759
12760         * ext/esd/Makefile.am:
12761           Add $(ESD_CFLAGS), otherwise build will fail for folks
12762           with libesd in a non-standard prefix (#327009).
12763
12764 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12765
12766         * configure.ac:
12767           back to HEAD
12768
12769 === release 0.10.1 ===
12770
12771 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
12772
12773         * configure.ac:
12774           releasing 0.10.1, "Li"
12775
12776 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12777
12778           patch by: Wim Taymans
12779
12780         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12781           fix memleak.  Fixes #326618
12782
12783 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12784
12785           patch by: Mike Smith
12786
12787         * gst/level/gstlevel.c: (gst_level_message_new),
12788         (gst_level_message_append_channel):
12789           Fix memleak.  Fixes #326612
12790
12791 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12792
12793         * configure.ac:
12794           prereleasing
12795         * po/af.po:
12796         * po/az.po:
12797         * po/cs.po:
12798         * po/en_GB.po:
12799         * po/hu.po:
12800         * po/it.po:
12801         * po/nb.po:
12802         * po/nl.po:
12803         * po/or.po:
12804         * po/sq.po:
12805         * po/sr.po:
12806         * po/sv.po:
12807         * po/uk.po:
12808         * po/vi.po:
12809           update translations
12810
12811 2006-01-10  Michael Smith  <msmith@fluendo.com>
12812
12813         * gst/level/gstlevel.c: (gst_level_class_init),
12814         (gst_level_dispose):
12815           Don't leak filter arrays.
12816
12817 2006-01-09 Brian Cameron <brian.cameron@sun.com>
12818
12819         reviewed by: Christian Schaller <uraeus@gnome.org>
12820         
12821         * configure.ac:
12822         * gst-plugins-good.spec.in:
12823         * sys/Makefile.am:
12824         * sys/sunaudio/Makefile.am:
12825         * sys/sunaudio/gstsunaudio.c: (plugin_init):
12826         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
12827         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
12828         (gst_sunaudiomixer_change_state):
12829         * sys/sunaudio/gstsunaudiomixer.h:
12830         * sys/sunaudio/gstsunaudiomixerctrl.c:
12831         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
12832         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
12833         (gst_sunaudiomixer_ctrl_list_tracks),
12834         (gst_sunaudiomixer_ctrl_get_volume),
12835         (gst_sunaudiomixer_ctrl_set_volume),
12836         (gst_sunaudiomixer_ctrl_set_mute),
12837         (gst_sunaudiomixer_ctrl_set_record):
12838         * sys/sunaudio/gstsunaudiomixerctrl.h:
12839         * sys/sunaudio/gstsunaudiomixertrack.c:
12840         (gst_sunaudiomixer_track_class_init),
12841         (gst_sunaudiomixer_track_init), (fill_labels),
12842         (gst_sunaudiomixer_track_new):
12843         * sys/sunaudio/gstsunaudiomixertrack.h:
12844         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
12845         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
12846         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12847         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
12848         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
12849         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
12850         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
12851         * sys/sunaudio/gstsunaudiosink.h:
12852
12853         Add SunAudio plugin - tested to make sure it doesn't break
12854         the build under GNU/Linux.      
12855
12856 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
12857
12858         * gst-plugins-good/gst/udp/gstdynudpsink.c:
12859         * gst-plugins-good/gst/udp/gstudpsrc.c:
12860         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
12861         overrides the port or multicast parameters. Fixes bugs #323021.
12862         API addition: adds GstUDPSrc::sockfd property   
12863
12864 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
12865
12866         * ext/gconf/Makefile.am:
12867         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
12868         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
12869         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
12870         (do_toggle_element), (cb_toggle_element),
12871         (gst_gconf_audio_src_change_state):
12872         * ext/gconf/gstgconfaudiosrc.h:
12873         * ext/gconf/gstgconfelements.c: (plugin_init):
12874         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
12875         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
12876         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
12877         (do_toggle_element), (cb_toggle_element),
12878         (gst_gconf_video_src_change_state):
12879         * ext/gconf/gstgconfvideosrc.h:
12880           Add new gconfaudiosrc and gconfvideosrc elements
12881           (needed for gnome-sound-recorder).
12882
12883 2006-01-06  Edward Hervey  <edward@fluendo.com>
12884
12885         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
12886         Add gst_element_no_more_pads() for proper decodebin behaviour.
12887         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
12888         (parse_text_identification_frame), (parse_split_strings):
12889         Failure to decode some tags is not a GST_ERROR() but a
12890         GST_WARNING()
12891         When iterating over a chunk of text, check that we haven't gone too
12892         far.
12893
12894 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
12895
12896         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
12897         (plugin_init):
12898           call oil_init() when using liboil
12899
12900 2006-01-04  Wim Taymans  <wim@fluendo.com>
12901
12902         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12903         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12904         Fix leaks.
12905
12906 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
12907
12908         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12909
12910         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
12911         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
12912         (gst_flac_dec_change_state):
12913           Don't g_assert() where we should just return FALSE; remove
12914           unnecessary g_assert(); initialize some fields properly in
12915           state change function (fixes #325504). Also, use
12916           GST_DEBUG_OBJECT in two more places.
12917
12918 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
12919
12920         * configure.ac:
12921           also remove smoothwave's Makefile.am
12922         * docs/plugins/Makefile.am:
12923           fix plugin docs
12924
12925 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
12926
12927         * tests/examples/Makefile.am:
12928           added missing Makefile.am
12929
12930 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
12931
12932         * configure.ac:
12933         * gst/level/Makefile.am:
12934         * gst/level/level-example.c:
12935         * tests/Makefile.am:
12936         * tests/examples/level/Makefile.am:
12937         * tests/examples/level/level-example.c: (message_handler), (main):
12938           moved level-example to tests/examples/level-example
12939         * tests/old/examples/level/demo.c: (main):
12940         * tests/old/examples/level/plot.c: (main):
12941           some initial fixes
12942
12943 2005-12-29  Michael Smith  <msmith@fluendo.com>
12944
12945         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
12946         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
12947         * gst/udp/gstmultiudpsink.h:
12948           Track packets sent per client in addition to bytes sent; provide
12949           this info through get-stats signal
12950
12951 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
12952
12953         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
12954           Can't use gst_object_unref() on a GstAdapter (#325191).
12955
12956 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
12957
12958         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12959         If a broken tag has 0 bytes payload, at least still skip
12960         the 10 byte header
12961
12962 2005-12-22  Philippe Khalaf  <burger@speedy.org>
12963
12964         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
12965         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
12966         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
12967         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
12968           Making these depayloaders (H263+ and mpeg4 video) inherit from
12969           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
12970
12971 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12972
12973         * docs/plugins/gst-plugins-good-plugins.args:
12974         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12975         Regenerate the plugin hiearchy.
12976
12977 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12978
12979         * docs/plugins/Makefile.am:
12980         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12981         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12982         * docs/plugins/gst-plugins-good-plugins.args:
12983         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
12984         (gst_id3demux_base_init), (gst_id3demux_class_init),
12985         (gst_id3demux_chain):
12986         * gst/id3demux/gstid3demux.h:
12987           Add documentation for id3demux.
12988           Don't fail if the first buffer is not at offset 0, just
12989           attempt to typefind and do pass through
12990           Rename the gst_type function from gst_gst_id3demux..
12991
12992 2005-12-20  Michael Smith  <msmith@fluendo.com>
12993
12994         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
12995         (gst_multiudpsink_add), (gst_multiudpsink_remove),
12996         (gst_multiudpsink_get_stats):
12997         * gst/udp/gstmultiudpsink.h:
12998           Collect statistics; return them from get_stats.
12999
13000 2005-12-19  Edward Hervey  <edward@fluendo.com>
13001
13002         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
13003         Stupid signedness issue...
13004
13005 2005-12-19  Edward Hervey  <edward@fluendo.com>
13006
13007         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13008         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
13009         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
13010         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13011         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
13012         Construct index for indexless files.
13013         Make sure pad/buffers are correctly reset to NULL once we don't need
13014         them anymore, else we get lovely segfaults/assertions.
13015         * gst/wavparse/gstwavparse.c:
13016         Yes, you can have 96KHz audio and wma in wav :(
13017
13018 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
13019
13020         * configure.ac:
13021           Check for optional dependency on zlib for id3demux
13022
13023         * gst/id3demux/Makefile.am:
13024         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
13025         (gst_id3demux_base_init), (gst_id3demux_class_init),
13026         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
13027         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
13028         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
13029         (gst_id3demux_set_property), (gst_id3demux_get_property),
13030         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
13031         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
13032         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
13033         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
13034         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
13035         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
13036         (simple_find_peek), (simple_find_suggest),
13037         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
13038         (plugin_init):
13039         * gst/id3demux/gstid3demux.h:
13040         * gst/id3demux/id3tags.c: (read_synch_uint),
13041         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
13042         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
13043         (id3demux_id3v2_frames_to_tag_list):
13044         * gst/id3demux/id3tags.h:
13045         * gst/id3demux/id3v2.4.0-frames.txt:
13046         * gst/id3demux/id3v2.4.0-structure.txt:
13047         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13048         (parse_comment_frame), (parse_text_identification_frame),
13049         (id3v2_tag_to_taglist), (parse_split_strings):
13050           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
13051           otherwise it discards them. Works on my test files. 
13052
13053         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
13054           Don't send EOS to a non-existing srcpad
13055           The debug category can be static
13056
13057 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
13058
13059         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
13060         * ext/esd/esdsink.c: (gst_esdsink_prepare):
13061         * gst/multipart/multipartdemux.c:
13062           change some char* into char[]
13063
13064 2005-12-16  Wim Taymans  <wim@fluendo.com>
13065
13066         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13067         (gst_wavparse_other), (gst_wavparse_perform_seek),
13068         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
13069         (gst_wavparse_loop), (gst_wavparse_pad_convert),
13070         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
13071         * gst/wavparse/gstwavparse.h:
13072         Use GstSegment to implement more seeking features.
13073
13074 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13075
13076         * gst/rtsp/rtspconnection.c:
13077           Add <netinet/in.h> include and move <arpa/inet.h> include
13078           to make things work on OpenBSD as well (fixes #323717;
13079           patch by: Benjamin Pineau)
13080
13081 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
13082
13083         * gst/rtp/gstrtpspeexdepay.c:
13084         * gst/rtp/gstrtpspeexpay.c:
13085         Set clock rate to be fixed in 8000. It fixes bug #324012.
13086
13087 2005-12-14  Philippe Khalaf  <burger@speedy.org>
13088
13089         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
13090         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
13091         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
13092         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13093         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13094         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
13095         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
13096         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13097         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
13098         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13099         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
13100         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
13101         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
13102         * gst-plugins-good/gst/rtp/README:
13103         Fixed payload range in payloder caps. Removed payload range completely
13104         from depayloaders as they don't require payload type in their caps.
13105         In effect, there isn't any specific payload type for any given codec,
13106         only suggestions.
13107         Fixes bug #324011.
13108
13109 2005-12-13  Julien MOUTTE  <julien@moutte.net>
13110
13111         * gst/videomixer/videomixer.c: (gst_videomixer_init),
13112         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13113         (gst_videomixer_collected): Code cleanup and re-enabling 
13114         queued time validity check for correct EOS handling.
13115
13116 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
13117
13118         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13119         (gst_oss_mixer_element_get_property),
13120         (gst_oss_mixer_element_change_state):
13121         Add 'device-name' property and fix state change function.
13122
13123 2005-12-13  Edward Hervey  <edward@fluendo.com>
13124
13125         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
13126         If the speed of the file is null in the header, set the frame_time to
13127         the default setting of GST_SECOND / 70. Which is the default
13128         frame_delay for .fli files as stated in this document :
13129         http://www.compuphase.com/flic.htm
13130         Would be nice to have the time conversion done properly too (duration =
13131         flxh->frames * flxdec->frame_time)
13132
13133 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13134
13135         * docs/plugins/Makefile.am:
13136         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13137         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13138         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13139         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13140         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13141         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
13142         documentation for videomixer on my way with a funny sample
13143         pipeline.
13144
13145 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13146
13147         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13148         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13149         (gst_videomixer_update_queues), (gst_videomixer_collected):
13150         Fix caps negotiation. (#323896)
13151
13152 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
13153
13154         * gst/matroska/matroska-demux.c:
13155         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
13156           Set correct timestamps on audio laces, fixes playback of mp3 from
13157                 matroska.
13158
13159 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13160
13161         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
13162         (gst_au_parse_class_init), (gst_au_parse_init),
13163         (gst_au_parse_dispose), (gst_au_parse_chain),
13164         (gst_au_parse_change_state), (plugin_init):
13165         * gst/auparse/gstauparse.h:
13166           Use gst_object_unref() for GstObjects instead of
13167           g_object_unref() and fix a mem leak in a debug
13168           statement; while we're at it, also borgify, use
13169           boilerplate macros and clean up a little bit.
13170
13171 2005-12-11  Edward Hervey  <edward@fluendo.com>
13172
13173         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
13174         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
13175         Added pull mode.
13176
13177 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13178
13179         * gst/goom/gstgoom.c:
13180         * gst/level/level-example.c: (main):
13181         * gst/smoothwave/demo-osssrc.c: (main):
13182           Use audiotestsrc instead of sinesrc (#323798).
13183
13184 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
13185
13186         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
13187           more debug-func-ptr usage
13188
13189 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
13190
13191         * gst/flx/flx_color.c: (flx_colorspace_convert):
13192         * gst/flx/flx_color.h:
13193         * gst/flx/flx_fmt.h:
13194         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
13195         * gst/flx/gstflxdec.h:
13196           Now flxdec works on big-endian machines as well.
13197
13198 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13199
13200         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
13201         (gst_fenced_buffer_copy):
13202           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
13203           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
13204           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
13205           and use GST_DEBUG_FUNCPTR for pad functions.
13206
13207 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13208
13209         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
13210         (gst_flac_dec_class_init), (gst_flac_dec_init),
13211         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
13212         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
13213         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
13214         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
13215         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
13216         (gst_flac_dec_change_state):
13217         * ext/flac/gstflacdec.h:
13218           Rewrite flacdec a bit, so that even seeking might work now. Most
13219           importantly, don't act upon any flow return values we get, just tell
13220           the decoder everything's dandy and act on the flow return values
13221           later on in the loop function. We don't want to mess up the internal
13222           decoder state for non-fatal things like flushing pads etc. Other
13223           than that, use GstSegment (segment seeks don't work yet though, but
13224           should be easy to add), use boilerplate macros, drop the superfluous
13225           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
13226           lots of other things.
13227
13228 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13229
13230         * configure.ac:
13231           Update comment in OSS includes check.
13232
13233         * sys/oss/gstossdmabuffer.c:
13234         * sys/oss/gstosshelper.c:
13235         * sys/oss/gstossmixer.c:
13236         * sys/oss/gstossmixertrack.c:
13237         * sys/oss/gstosssink.c:
13238         * sys/oss/gstosssrc.c:
13239         * sys/oss/oss_probe.c:
13240           Don't assume the OSS soundcard.h include is always in
13241           the sys/ directory. Instead, use the existing defines
13242           from config.h to include the right file. Fixes
13243           compilation on OpenBSD 3.8 (#323718).
13244
13245 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13246
13247         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13248         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13249         * docs/plugins/inspect/plugin-1394.xml:
13250         * docs/plugins/inspect/plugin-aasink.xml:
13251         * docs/plugins/inspect/plugin-alaw.xml:
13252         * docs/plugins/inspect/plugin-alpha.xml:
13253         * docs/plugins/inspect/plugin-alphacolor.xml:
13254         * docs/plugins/inspect/plugin-auparse.xml:
13255         * docs/plugins/inspect/plugin-autodetect.xml:
13256         * docs/plugins/inspect/plugin-avi.xml:
13257         * docs/plugins/inspect/plugin-cacasink.xml:
13258         * docs/plugins/inspect/plugin-cairo.xml:
13259         * docs/plugins/inspect/plugin-cutter.xml:
13260         * docs/plugins/inspect/plugin-debug.xml:
13261         * docs/plugins/inspect/plugin-dv.xml:
13262         * docs/plugins/inspect/plugin-efence.xml:
13263         * docs/plugins/inspect/plugin-effectv.xml:
13264         * docs/plugins/inspect/plugin-esdsink.xml:
13265         * docs/plugins/inspect/plugin-flac.xml:
13266         * docs/plugins/inspect/plugin-flxdec.xml:
13267         * docs/plugins/inspect/plugin-gconfelements.xml:
13268         * docs/plugins/inspect/plugin-goom.xml:
13269         * docs/plugins/inspect/plugin-jpeg.xml:
13270         * docs/plugins/inspect/plugin-level.xml:
13271         * docs/plugins/inspect/plugin-matroska.xml:
13272         * docs/plugins/inspect/plugin-mulaw.xml:
13273         * docs/plugins/inspect/plugin-multipart.xml:
13274         * docs/plugins/inspect/plugin-navigationtest.xml:
13275         * docs/plugins/inspect/plugin-ossaudio.xml:
13276         * docs/plugins/inspect/plugin-png.xml:
13277         * docs/plugins/inspect/plugin-rtp.xml:
13278         * docs/plugins/inspect/plugin-rtsp.xml:
13279         * docs/plugins/inspect/plugin-shout2send.xml:
13280         * docs/plugins/inspect/plugin-smpte.xml:
13281         * docs/plugins/inspect/plugin-speex.xml:
13282         * docs/plugins/inspect/plugin-udp.xml:
13283         * docs/plugins/inspect/plugin-videobox.xml:
13284         * docs/plugins/inspect/plugin-videoflip.xml:
13285         * docs/plugins/inspect/plugin-videomixer.xml:
13286         * docs/plugins/inspect/plugin-wavenc.xml:
13287         * docs/plugins/inspect/plugin-wavparse.xml:
13288         * ext/flac/gstflac.c: (plugin_init):
13289         * ext/flac/gstflacdec.c: (flacdec_get_type),
13290         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
13291         (gst_flac_dec_init), (gst_flac_dec_finalize),
13292         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
13293         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
13294         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
13295         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
13296         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
13297         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
13298         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
13299         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
13300         * ext/flac/gstflacdec.h:
13301         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
13302         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
13303         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
13304         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
13305         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
13306         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
13307         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
13308         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
13309         (gst_flac_enc_change_state):
13310         * ext/flac/gstflacenc.h:
13311           borgify and fix up documentation
13312
13313 2005-12-09  Michael Smith  <msmith@fluendo.com>
13314
13315         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
13316           Accept a wider range of flac files, more closely matching flac spec.
13317
13318 2005-12-08  Julien MOUTTE  <julien@moutte.net>
13319
13320         * docs/plugins/Makefile.am: Add multipart elements.
13321         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13322         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
13323         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13324         * gst/multipart/multipartdemux.c:
13325         * gst/multipart/multipartmux.c: Add docs.
13326
13327 2005-12-07  Edward Hervey  <edward@fluendo.com>
13328
13329         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
13330         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
13331         (gst_avi_demux_invert):
13332         Memleak and crasher fixes.
13333         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
13334         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
13335         Memleak fixes
13336
13337 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13338
13339         * ext/aalib/gstaasink.h:
13340         * ext/cairo/gsttextoverlay.h:
13341         * ext/dv/gstdvdec.h:
13342         * ext/dv/gstdvdemux.c:
13343         * ext/dv/gstdvdemux.h:
13344         * ext/esd/esdsink.h:
13345         * ext/flac/flac_compat.h:
13346         * ext/flac/gstflacdec.h:
13347         * ext/flac/gstflacenc.h:
13348         * ext/gconf/gconf.h:
13349         * ext/gconf/gstgconfaudiosink.h:
13350         * ext/gconf/gstgconfvideosink.h:
13351         * ext/gdk_pixbuf/gstgdkanimation.h:
13352         * ext/jpeg/gstjpegdec.h:
13353         * ext/jpeg/smokecodec.h:
13354         * ext/jpeg/smokeformat.h:
13355         * ext/ladspa/gstsignalprocessor.h:
13356         * ext/ladspa/search.c: (LADSPAPluginSearch):
13357         * ext/ladspa/utils.h:
13358         * ext/libmng/gstmng.c:
13359         * ext/libmng/gstmngdec.h:
13360         * ext/libmng/gstmngenc.c:
13361         * ext/libmng/gstmngenc.h:
13362         * ext/libpng/gstpng.c:
13363         * ext/libpng/gstpngenc.c:
13364         * ext/libpng/gstpngenc.h:
13365         * ext/shout2/gstshout2.h:
13366         * ext/speex/gstspeexdec.h:
13367         * ext/speex/gstspeexenc.c:
13368         * ext/speex/gstspeexenc.h:
13369         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13370         * gst/autodetect/gstautoaudiosink.h:
13371         * gst/autodetect/gstautovideosink.h:
13372         * gst/avi/gstavidemux.h:
13373         * gst/cutter/gstcutter.c: (gst_cutter_chain),
13374         (gst_cutter_set_property), (gst_cutter_get_caps):
13375         * gst/cutter/gstcutter.h:
13376         * gst/debug/tests.c: (md5_process_block):
13377         * gst/debug/tests.h:
13378         * gst/effectv/gstwarp.c:
13379         * gst/flx/flx_fmt.h:
13380         * gst/flx/gstflxdec.h:
13381         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
13382         (zoomFilterFastRGB):
13383         * gst/goom/filters.h:
13384         * gst/goom/goom_tools.h:
13385         * gst/law/alaw-encode.c:
13386         * gst/level/gstlevel.c:
13387         * gst/level/gstlevel.h:
13388         * gst/matroska/ebml-write.h:
13389         * gst/matroska/matroska-demux.h:
13390         * gst/matroska/matroska-ids.h:
13391         * gst/matroska/matroska-mux.h:
13392         * gst/monoscope/convolve.c: (convolve_match):
13393         * gst/monoscope/convolve.h:
13394         * gst/multipart/multipartmux.c:
13395         * gst/oldcore/gstaggregator.c:
13396         * gst/oldcore/gstaggregator.h:
13397         * gst/oldcore/gstmd5sink.c: (md5_process_block):
13398         * gst/oldcore/gstmd5sink.h:
13399         * gst/oldcore/gstmultifilesrc.c:
13400         * gst/oldcore/gstmultifilesrc.h:
13401         * gst/oldcore/gstpipefilter.h:
13402         * gst/oldcore/gstshaper.h:
13403         * gst/rtp/gstrtpL16depay.h:
13404         * gst/rtp/gstrtpL16pay.h:
13405         * gst/rtp/gstrtpdepay.h:
13406         * gst/rtp/gstrtpmp4vpay.c:
13407         * gst/rtp/gstrtpmp4vpay.h:
13408         * gst/rtsp/gstrtspsrc.c:
13409         * gst/rtsp/gstrtspsrc.h:
13410         * gst/rtsp/rtspconnection.h:
13411         * gst/rtsp/rtspdefs.h:
13412         * gst/rtsp/rtspmessage.h:
13413         * gst/rtsp/rtsptransport.h:
13414         * gst/rtsp/rtspurl.c:
13415         * gst/rtsp/rtspurl.h:
13416         * gst/rtsp/sdpmessage.c:
13417         * gst/rtsp/sdpmessage.h:
13418         * gst/smpte/barboxwipes.c:
13419         * gst/smpte/gstmask.h:
13420         * gst/smpte/gstsmpte.h:
13421         * gst/smpte/paint.c:
13422         * gst/smpte/paint.h:
13423         * gst/udp/gstdynudpsink.h:
13424         * gst/udp/gstmultiudpsink.h:
13425         * gst/udp/gstudpsink.c:
13426         * gst/udp/gstudpsink.h:
13427         * gst/udp/gstudpsrc.c:
13428         * gst/videomixer/videomixer.c:
13429         * gst/wavenc/riff.h:
13430         * gst/wavparse/gstwavparse.h:
13431         * sys/oss/gstossdmabuffer.h:
13432         * sys/oss/gstossmixer.h:
13433         * sys/oss/gstossmixerelement.h:
13434         * sys/oss/gstossmixertrack.h:
13435         * sys/oss/gstosssink.c:
13436         * sys/oss/gstosssink.h:
13437         * sys/oss/gstosssrc.c:
13438         * sys/oss/gstosssrc.h:
13439         * sys/osxaudio/gstosxaudioelement.h:
13440         * sys/osxaudio/gstosxaudiosink.h:
13441         * sys/osxaudio/gstosxaudiosrc.h:
13442           expand tabs
13443
13444 === release 0.10.0 ===
13445
13446 2005-12-05   <thomas (at) apestaart (dot) org>
13447
13448         * configure.ac:
13449           releasing 0.10.0, "Abondance"
13450
13451 2005-12-05  Andy Wingo  <wingo@pobox.com>
13452
13453         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13454         * ext/flac/gstflacdec.c: (gst_flacdec_write):
13455         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
13456         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
13457         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
13458         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
13459         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13460         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
13461         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
13462         * ext/speex/gstspeexdec.c: (speex_dec_chain):
13463         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
13464         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13465         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
13466         * gst/goom/gstgoom.c: (gst_goom_chain):
13467         * gst/matroska/matroska-demux.c:
13468         (gst_matroska_demux_push_vorbis_codec_priv_data),
13469         (gst_matroska_demux_add_wvpk_header):
13470         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13471         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
13472         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
13473         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
13474         alloc_buffer changes.
13475
13476 2005-12-05  Michael Smith  <msmith@fluendo.com>
13477
13478         * docs/plugins/gst-plugins-good-plugins.args:
13479           Remove args for plugins that aren't in -good.
13480
13481 === release 0.9.7 ===
13482
13483 2005-12-01   <thomas (at) apestaart (dot) org>
13484
13485         * configure.ac:
13486           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
13487
13488 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13489
13490         * docs/plugins/.cvsignore:
13491         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13492         * docs/plugins/inspect/plugin-multipart.xml:
13493         * docs/plugins/inspect/plugin-rtp.xml:
13494           add multipart plugin to docs
13495
13496 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13497
13498         * configure.ac:
13499         * ext/Makefile.am:
13500         * ext/pango/Makefile.am:
13501         * ext/pango/gstclockoverlay.c:
13502         * ext/pango/gstclockoverlay.h:
13503         * ext/pango/gsttextoverlay.c:
13504         * ext/pango/gsttextoverlay.h:
13505         * ext/pango/gsttextrender.c:
13506         * ext/pango/gsttextrender.h:
13507         * ext/pango/gsttimeoverlay.c:
13508         * ext/pango/gsttimeoverlay.h:
13509           move pango to base
13510
13511 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13512
13513         * gst/rtp/Makefile.am:
13514         * gst/rtp/gstrtpL16depay.c:
13515         * gst/rtp/gstrtpL16depay.h:
13516         * gst/rtp/gstrtpL16parse.c:
13517         * gst/rtp/gstrtpL16parse.h:
13518         * gst/rtp/gstrtpgsmdepay.c:
13519         * gst/rtp/gstrtpgsmdepay.h:
13520         * gst/rtp/gstrtpgsmparse.c:
13521         * gst/rtp/gstrtpgsmparse.h:
13522           parsers are depayers
13523
13524 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13525
13526         * gst/rtp/Makefile.am:
13527         * gst/rtp/gstasteriskh263.c:
13528         * gst/rtp/gstrtp.c:
13529         * gst/rtp/gstrtpL16enc.c:
13530         * gst/rtp/gstrtpL16enc.h:
13531         * gst/rtp/gstrtpL16parse.c:
13532         * gst/rtp/gstrtpL16parse.h:
13533         * gst/rtp/gstrtpL16pay.c:
13534         * gst/rtp/gstrtpL16pay.h:
13535         * gst/rtp/gstrtpamrdec.c:
13536         * gst/rtp/gstrtpamrdec.h:
13537         * gst/rtp/gstrtpamrdepay.c:
13538         * gst/rtp/gstrtpamrdepay.h:
13539         * gst/rtp/gstrtpamrenc.c:
13540         * gst/rtp/gstrtpamrenc.h:
13541         * gst/rtp/gstrtpamrpay.c:
13542         * gst/rtp/gstrtpamrpay.h:
13543         * gst/rtp/gstrtpdec.c:
13544         * gst/rtp/gstrtpdec.h:
13545         * gst/rtp/gstrtpdepay.c:
13546         * gst/rtp/gstrtpdepay.h:
13547         * gst/rtp/gstrtpg711dec.c:
13548         * gst/rtp/gstrtpg711dec.h:
13549         * gst/rtp/gstrtpg711depay.c:
13550         * gst/rtp/gstrtpg711depay.h:
13551         * gst/rtp/gstrtpg711enc.c:
13552         * gst/rtp/gstrtpg711enc.h:
13553         * gst/rtp/gstrtpg711pay.c:
13554         * gst/rtp/gstrtpg711pay.h:
13555         * gst/rtp/gstrtpgsmenc.c:
13556         * gst/rtp/gstrtpgsmenc.h:
13557         * gst/rtp/gstrtpgsmparse.c:
13558         * gst/rtp/gstrtpgsmparse.h:
13559         * gst/rtp/gstrtpgsmpay.c:
13560         * gst/rtp/gstrtpgsmpay.h:
13561         * gst/rtp/gstrtph263enc.c:
13562         * gst/rtp/gstrtph263enc.h:
13563         * gst/rtp/gstrtph263pay.c:
13564         * gst/rtp/gstrtph263pay.h:
13565         * gst/rtp/gstrtph263pdec.c:
13566         * gst/rtp/gstrtph263pdec.h:
13567         * gst/rtp/gstrtph263pdepay.c:
13568         * gst/rtp/gstrtph263pdepay.h:
13569         * gst/rtp/gstrtph263penc.c:
13570         * gst/rtp/gstrtph263penc.h:
13571         * gst/rtp/gstrtph263ppay.c:
13572         * gst/rtp/gstrtph263ppay.h:
13573         * gst/rtp/gstrtpmp4vdec.c:
13574         * gst/rtp/gstrtpmp4vdec.h:
13575         * gst/rtp/gstrtpmp4vdepay.c:
13576         * gst/rtp/gstrtpmp4vdepay.h:
13577         * gst/rtp/gstrtpmp4venc.c:
13578         * gst/rtp/gstrtpmp4venc.h:
13579         * gst/rtp/gstrtpmp4vpay.c:
13580         * gst/rtp/gstrtpmp4vpay.h:
13581         * gst/rtp/gstrtpmpadec.c:
13582         * gst/rtp/gstrtpmpadec.h:
13583         * gst/rtp/gstrtpmpadepay.c:
13584         * gst/rtp/gstrtpmpadepay.h:
13585         * gst/rtp/gstrtpmpaenc.c:
13586         * gst/rtp/gstrtpmpaenc.h:
13587         * gst/rtp/gstrtpmpapay.c:
13588         * gst/rtp/gstrtpmpapay.h:
13589         * gst/rtp/gstrtpspeexdec.c:
13590         * gst/rtp/gstrtpspeexdec.h:
13591         * gst/rtp/gstrtpspeexdepay.c:
13592         * gst/rtp/gstrtpspeexdepay.h:
13593         * gst/rtp/gstrtpspeexenc.c:
13594         * gst/rtp/gstrtpspeexenc.h:
13595         * gst/rtp/gstrtpspeexpay.c:
13596         * gst/rtp/gstrtpspeexpay.h:
13597           Do burger's rename for rtp payloaders and depayloaders
13598
13599 2005-11-30  Wim Taymans  <wim@fluendo.com>
13600
13601         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13602         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
13603         * ext/dv/gstdvdemux.h:
13604         Fix seeking in dvdemux again, add some more debug info.
13605
13606 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13607
13608         * configure.ac:
13609           fix tests
13610
13611 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13612
13613         * PORTED_09:
13614         * docs/random/PORTED_09:
13615           move
13616         * tests/Makefile.am:
13617           add
13618         * win32/gst.sln:
13619           remove
13620
13621 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13622
13623         * Makefile.am:
13624         * check/.cvsignore:
13625         * check/Makefile.am:
13626         * check/elements/.cvsignore:
13627         * check/elements/level.c:
13628         * check/elements/matroskamux.c:
13629         * configure.ac:
13630         * examples/Makefile.am:
13631         * examples/capsfilter/Makefile.am:
13632         * examples/capsfilter/capsfilter1.c:
13633         * examples/gob/Makefile.am:
13634         * examples/gob/gst-identity2.gob:
13635         * examples/gstplay/.cvsignore:
13636         * examples/gstplay/Makefile.am:
13637         * examples/gstplay/player.c:
13638         * examples/indexing/.cvsignore:
13639         * examples/indexing/Makefile.am:
13640         * examples/indexing/indexmpeg.c:
13641         * examples/level/Makefile.am:
13642         * examples/level/README:
13643         * examples/level/demo.c:
13644         * examples/level/plot.c:
13645         * examples/stats/Makefile.am:
13646         * examples/stats/mp2ogg.c:
13647         * examples/switch/.cvsignore:
13648         * examples/switch/Makefile.am:
13649         * examples/switch/switcher.c:
13650           move under tests/
13651
13652 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13653
13654         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
13655         (gst_text_render_class_init), (resize_bitmap),
13656         (gst_text_render_render_text), (gst_text_render_setcaps),
13657         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
13658         (gst_text_render_chain), (gst_text_render_finalize),
13659         (gst_text_render_init), (gst_text_render_set_property):
13660         * ext/pango/gsttextrender.h:
13661           Add missing files.
13662
13663 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13664
13665         * configure.ac:
13666         * ext/Makefile.am:
13667         * ext/pango/Makefile.am:
13668         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
13669         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
13670         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
13671         * ext/pango/gstclockoverlay.h:
13672         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
13673         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
13674         (gst_text_overlay_finalize), (gst_text_overlay_init),
13675         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
13676         (gst_text_overlay_text_pad_linked),
13677         (gst_text_overlay_text_pad_unlinked),
13678         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
13679         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
13680         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
13681         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13682         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13683         (gst_text_overlay_change_state), (plugin_init):
13684         * ext/pango/gsttextoverlay.h:
13685         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
13686         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
13687         (gst_time_overlay_class_init), (gst_time_overlay_init):
13688         * ext/pango/gsttimeoverlay.h:
13689           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
13690           and add background shading and text wrapping modes. Make 
13691           timoverlay derive from textoverlay. Also add new clockoverlay
13692           element.
13693
13694 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13695
13696         * gst/udp/Makefile.am: Moved to netbuffer.
13697
13698 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13699
13700         * configure.ac:
13701         * PORTED_O9:
13702         * gst/multipart/Makefile.am:
13703         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
13704         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
13705         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
13706         (gst_multipart_demux_change_state),
13707         (gst_multipart_demux_plugin_init):
13708         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
13709         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
13710         (gst_multipart_mux_sinkconnect),
13711         (gst_multipart_mux_request_new_pad),
13712         (gst_multipart_mux_handle_src_event),
13713         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
13714         (gst_multipart_mux_change_state): Ported multipart mux/demux to
13715         0.9.
13716
13717 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13718
13719         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
13720         * gst/debug/gstnavigationtest.h:
13721         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
13722         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
13723         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
13724         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
13725         * gst/effectv/gstrev.c: (gst_revtv_get_type):
13726         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
13727         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
13728         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
13729         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
13730         (gst_video_flip_get_type):
13731         * gst/videofilter/gstvideoflip.h:
13732           update for symbols change
13733
13734 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13735
13736         * gst/udp/gstdynudpsink.c:
13737         * gst/udp/gstudpsrc.c:
13738           the old gstnet lib was renamed gstnetbuffer (#322257)
13739
13740 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
13741
13742         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
13743         (gst_text_overlay_collected):
13744           Actually render the text from the text pad.
13745
13746 2005-11-29  Edward Hervey  <edward@fluendo.com>
13747
13748         * gst/debug/gstnavseek.c: (gst_navseek_event):
13749         * gst/debug/progressreport.c: (gst_progress_report_event):
13750         Update for GstBaseTransform event virtual method
13751
13752 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13753
13754         * ext/cairo/Makefile.am:
13755           no need to link to videofilter
13756
13757 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13758
13759         * gst/debug/Makefile.am:
13760         * gst/debug/gstnavigationtest.h:
13761         * gst/effectv/Makefile.am:
13762         * gst/effectv/gstaging.c:
13763         * gst/effectv/gstdice.c:
13764         * gst/effectv/gstedge.c:
13765         * gst/effectv/gstquark.c:
13766         * gst/effectv/gstrev.c:
13767         * gst/effectv/gstshagadelic.c:
13768         * gst/effectv/gstvertigo.c:
13769         * gst/effectv/gstwarp.c:
13770         * gst/videofilter/Makefile.am:
13771         * gst/videofilter/gstvideofilter.c:
13772         * gst/videofilter/gstvideofilter.h:
13773         * gst/videofilter/gstvideoflip.h:
13774           remove the videofilter library and link to the one in base
13775
13776 2005-11-28  Edward Hervey  <edward@fluendo.com>
13777
13778         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
13779         Useless check now we're setting the current entry correctly.
13780
13781 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
13782
13783         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
13784         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
13785         (gst_jpegenc_change_state):
13786           Don't leak input buffer in chain function (fixes #322667); make 
13787           state change function thread-safe; don't repeat the current function
13788           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
13789           gst_pad_alloc_buffer(); misc. minor cleanups.
13790
13791 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
13792
13793         * gst/matroska/matroska-mux.c:
13794         (gst_matroska_mux_video_pad_setcaps):
13795         Look for pixel-aspect-ratio in caps, not pixel_width and
13796         pixel_height (Fixes: #322645)
13797
13798 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
13799
13800         * gst/matroska/matroska-mux.c:
13801         (gst_matroska_mux_video_pad_setcaps):
13802         From Michal Benes:
13803         frame duration should be GST_SECOND / framerate, not
13804         GST_SECOND * framerate. (Fixes: #322643)
13805
13806 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13807
13808         * configure.ac:
13809           fix up GST_PLUGIN_LDFLAGS
13810         * gst/rtsp/rtspconnection.c:
13811           fix includes (see #317043)
13812         * gst/videofilter/Makefile.am:
13813           stop installing this library
13814
13815 2005-11-26  Edward Hervey  <edward@fluendo.com>
13816
13817         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
13818         Handle the case where the incoming Video dv stream doesn't have
13819         a pixel aspect ratio set.
13820
13821 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13822
13823         * docs/plugins/Makefile.am:
13824         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13825         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13826         * ext/flac/gstflacdec.c:
13827           document flacdec
13828
13829 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13830
13831         * docs/plugins/Makefile.am:
13832         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13833         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13834         * docs/plugins/inspect/plugin-autodetect.xml:
13835         * ext/cairo/gstcairo.c: (plugin_init):
13836         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
13837         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
13838         (gst_text_overlay_init), (gst_text_overlay_font_init),
13839         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
13840         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
13841         (gst_text_overlay_text_pad_linked),
13842         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
13843         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
13844         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13845         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13846         (gst_text_overlay_change_state):
13847         * ext/cairo/gsttextoverlay.h:
13848         * ext/cairo/gsttimeoverlay.c:
13849         (gst_cairo_time_overlay_update_font_height),
13850         (gst_cairo_time_overlay_set_caps),
13851         (gst_cairo_time_overlay_get_unit_size),
13852         (gst_cairo_time_overlay_print_smpte_time),
13853         (gst_cairo_time_overlay_transform),
13854         (gst_cairo_time_overlay_base_init),
13855         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
13856         (gst_cairo_time_overlay_get_type):
13857         * ext/cairo/gsttimeoverlay.h:
13858           do some name borgifying
13859           document
13860
13861 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13862
13863         * docs/plugins/Makefile.am:
13864         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13865         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13866         * gst/autodetect/gstautoaudiosink.c:
13867         (gst_auto_audio_sink_base_init):
13868         * gst/autodetect/gstautovideosink.c:
13869         (gst_auto_video_sink_base_init),
13870         (gst_auto_video_sink_factory_filter):
13871           documenting auto*sink
13872           using strstr for the video sink lookup, class field is not ordered
13873         * docs/plugins/inspect/plugin-1394.xml:
13874         * docs/plugins/inspect/plugin-aasink.xml:
13875         * docs/plugins/inspect/plugin-alaw.xml:
13876         * docs/plugins/inspect/plugin-alpha.xml:
13877         * docs/plugins/inspect/plugin-alphacolor.xml:
13878         * docs/plugins/inspect/plugin-auparse.xml:
13879         * docs/plugins/inspect/plugin-autodetect.xml:
13880         * docs/plugins/inspect/plugin-avi.xml:
13881         * docs/plugins/inspect/plugin-cacasink.xml:
13882         * docs/plugins/inspect/plugin-cairo.xml:
13883         * docs/plugins/inspect/plugin-cutter.xml:
13884         * docs/plugins/inspect/plugin-debug.xml:
13885         * docs/plugins/inspect/plugin-dv.xml:
13886         * docs/plugins/inspect/plugin-efence.xml:
13887         * docs/plugins/inspect/plugin-effectv.xml:
13888         * docs/plugins/inspect/plugin-esdsink.xml:
13889         * docs/plugins/inspect/plugin-flac.xml:
13890         * docs/plugins/inspect/plugin-flxdec.xml:
13891         * docs/plugins/inspect/plugin-gconfelements.xml:
13892         * docs/plugins/inspect/plugin-goom.xml:
13893         * docs/plugins/inspect/plugin-jpeg.xml:
13894         * docs/plugins/inspect/plugin-level.xml:
13895         * docs/plugins/inspect/plugin-matroska.xml:
13896         * docs/plugins/inspect/plugin-mulaw.xml:
13897         * docs/plugins/inspect/plugin-navigationtest.xml:
13898         * docs/plugins/inspect/plugin-ossaudio.xml:
13899         * docs/plugins/inspect/plugin-png.xml:
13900         * docs/plugins/inspect/plugin-rtp.xml:
13901         * docs/plugins/inspect/plugin-rtsp.xml:
13902         * docs/plugins/inspect/plugin-shout2send.xml:
13903         * docs/plugins/inspect/plugin-smpte.xml:
13904         * docs/plugins/inspect/plugin-speex.xml:
13905         * docs/plugins/inspect/plugin-udp.xml:
13906         * docs/plugins/inspect/plugin-videobox.xml:
13907         * docs/plugins/inspect/plugin-videoflip.xml:
13908         * docs/plugins/inspect/plugin-videomixer.xml:
13909         * docs/plugins/inspect/plugin-wavenc.xml:
13910         * docs/plugins/inspect/plugin-wavparse.xml:
13911           update for HEAD version
13912
13913 2005-11-25  Michael Smith  <msmith@fluendo.com>
13914
13915         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
13916           Patch from Sebastien Cote to close control sockets in udpsrc.
13917
13918 2005-11-24  Julien MOUTTE  <julien@moutte.net>
13919
13920         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
13921         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
13922         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
13923         (gst_quarktv_base_init), (gst_quarktv_class_init),
13924         (gst_quarktv_init): Flush the planes list on reverse caps
13925         negotiation. This was crashing because of differently sized
13926         buffers.
13927
13928 2005-11-24  Julien MOUTTE  <julien@moutte.net>
13929
13930         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
13931         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
13932         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
13933         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
13934         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
13935         (gst_videoflip_set_property), (gst_videoflip_base_init),
13936         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
13937         correctly, fix identity flipping, convert navigation event 
13938         correctly again.
13939
13940 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13941
13942         * configure.ac: back to HEAD
13943
13944 === release 0.9.6 ===
13945
13946 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
13947
13948         * configure.ac:
13949           releasing 0.9.6, "Everything's Not Lost"
13950
13951 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13952
13953         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
13954         Oops, initialise the framerate GValue
13955
13956 2005-11-23  Julien MOUTTE  <julien@moutte.net>
13957
13958         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
13959         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
13960         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
13961         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
13962         (gst_timeoverlay_get_type):
13963         * ext/cairo/gsttimeoverlay.h:
13964         * gst/debug/Makefile.am:
13965         * gst/debug/gstnavigationtest.c:
13966         (gst_navigationtest_handle_src_event),
13967         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
13968         (gst_navigationtest_transform), (gst_navigationtest_change_state),
13969         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
13970         (gst_navigationtest_init), (gst_navigationtest_get_type),
13971         (plugin_init):
13972         * gst/debug/gstnavigationtest.h:
13973         * gst/effectv/Makefile.am:
13974         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
13975         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
13976         (gst_agingtv_base_init), (gst_agingtv_class_init),
13977         (gst_agingtv_init), (gst_agingtv_get_type):
13978         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
13979         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
13980         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
13981         (gst_dicetv_get_type):
13982         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
13983         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
13984         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
13985         (gst_edgetv_get_type):
13986         * gst/effectv/gsteffectv.c:
13987         * gst/effectv/gsteffectv.h:
13988         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
13989         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
13990         (gst_quarktv_change_state), (gst_quarktv_base_init),
13991         (gst_quarktv_class_init), (gst_quarktv_init),
13992         (gst_quarktv_get_type):
13993         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
13994         (gst_revtv_get_unit_size), (gst_revtv_transform),
13995         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
13996         (gst_revtv_get_type):
13997         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
13998         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
13999         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
14000         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
14001         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
14002         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
14003         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
14004         (gst_vertigotv_init), (gst_vertigotv_get_type):
14005         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
14006         (gst_warptv_get_unit_size), (gst_warptv_transform),
14007         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
14008         (gst_warptv_get_type):
14009         * gst/videofilter/Makefile.am:
14010         * gst/videofilter/gstvideobalance.c:
14011         * gst/videofilter/gstvideobalance.h:
14012         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
14013         (gst_videofilter_class_init), (gst_videofilter_init):
14014         * gst/videofilter/gstvideofilter.h:
14015         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
14016         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
14017         (gst_videoflip_flip), (gst_videoflip_transform),
14018         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
14019         (gst_videoflip_base_init), (gst_videoflip_class_init),
14020         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
14021         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
14022         BaseTransform, it's just a place holder for now and every video
14023         effect plugin has been ported to use BaseTransform features 
14024         directly. QuarkTV was fixed too (was broken), navigationtest works
14025         and best for the end, videoflip converts navigation events depending
14026         on flip method ! Fixes #320953
14027
14028 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14029
14030         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14031         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
14032         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14033         (gst_goom_src_negotiate), (gst_goom_chain):
14034         * gst/matroska/matroska-mux.c:
14035         (gst_matroska_mux_video_pad_setcaps):
14036         * sys/osxvideo/osxvideosink.m:
14037           Fixes for API changes
14038
14039 2005-11-23  Michael Smith <msmith@fluendo.com>
14040
14041         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
14042         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
14043         * ext/jpeg/gstjpegdec.h:
14044         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
14045         * ext/jpeg/gstjpegenc.h:
14046         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14047         (gst_smokeenc_resync):
14048         * ext/jpeg/gstsmokeenc.h:
14049           JPEG fractiony goodness.
14050
14051 2005-11-22  Michael Smith <msmith@fluendo.com>
14052
14053         * gst/goom/filters.c:
14054         * gst/goom/graphic.h:
14055           Fix compilation by making some functions static inline instead of
14056           extern inline, matching the way they're used.
14057
14058 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14059
14060         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
14061         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
14062         * ext/cairo/gsttextoverlay.h:
14063         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
14064         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14065         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
14066         (gst_pngdec_caps_create_and_set):
14067         * ext/libpng/gstpngdec.h:
14068         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
14069         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
14070         * gst/avi/gstavimux.c: (gst_avimux_init),
14071         (gst_avimux_vidsinkconnect):
14072         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14073         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14074         (gst_goom_src_negotiate), (gst_goom_chain):
14075         * gst/goom/gstgoom.h:
14076         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14077         * gst/matroska/matroska-mux.c:
14078         (gst_matroska_mux_video_pad_setcaps):
14079         * sys/osxvideo/osxvideosink.h:
14080         * sys/osxvideo/osxvideosink.m:
14081           More fractional framerate conversions 
14082
14083 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14084
14085         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14086         * gst/debug/gstnavigationtest.c:
14087         (gst_navigationtest_handle_src_event):
14088         * gst/videofilter/gstvideofilter.c:
14089         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
14090         (gst_videofilter_init):
14091         * gst/videofilter/gstvideofilter.h:
14092           Convert to fractional framerates.
14093
14094 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14095
14096         * ext/aalib/gstaasink.c:
14097         * ext/dv/gstdvdec.c:
14098         * ext/esd/esdmon.c:
14099         * ext/flac/gstflacenc.c:
14100         * ext/gdk_pixbuf/pixbufscale.c:
14101         * ext/libcaca/gstcacasink.c:
14102         * ext/shout2/gstshout2.c:
14103         * gst/alpha/gstalpha.c:
14104         * gst/oldcore/gstaggregator.c:
14105         * gst/oldcore/gstshaper.c:
14106         * gst/smpte/barboxwipes.c:
14107         * gst/smpte/gstsmpte.c:
14108         * gst/videobox/gstvideobox.c:
14109         * gst/videofilter/gstvideoflip.c:
14110         * gst/videomixer/videomixer.c:
14111           fix up more enums
14112
14113 2005-11-22  Michael Smith <msmith@fluendo.com>
14114
14115         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
14116         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
14117         (gst_videomixer_update_queues):
14118           Fractional framerates, videomixer.
14119
14120 2005-11-22  Michael Smith <msmith@fluendo.com>
14121
14122         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
14123         * ext/dv/gstdvdec.h:
14124         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
14125         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
14126         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
14127         (gst_dvdemux_flush):
14128         * ext/dv/gstdvdemux.h:
14129           Fractional framerates for DV. 
14130
14131 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14132
14133         * gst/autodetect/gstautoaudiosink.c:
14134         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14135         * gst/autodetect/gstautovideosink.c:
14136         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
14137           Use gst_plugin_feature_list_free() to free feature list and
14138           in the case of autovideosink free the list at all. Also
14139           miscellaneous cosmetic fixes.
14140
14141 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14142
14143         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14144         (gst_cutter_set_property), (gst_cutter_get_caps):
14145           copy calculation code from level; remove use of some audio
14146           functions
14147
14148 2005-11-22  Andy Wingo  <wingo@pobox.com>
14149
14150         * Update for gst_tag_setter API changes.
14151
14152 2005-11-22  Andy Wingo  <wingo@pobox.com>
14153
14154         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
14155         (gst_dvdemux_demux_frame)
14156         * ext/flac/gstflacdec.c (gst_flacdec_write)
14157         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
14158         (gst_flacenc_sink_event)
14159         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
14160         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
14161         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
14162         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
14163         * gst/auparse/gstauparse.c (gst_auparse_chain)
14164         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
14165         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
14166         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
14167         (gst_avi_demux_handle_seek)
14168         * gst/goom/gstgoom.c (gst_goom_event)
14169         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
14170         * gst/matroska/matroska-demux.c
14171         (gst_matroska_demux_handle_seek_event)
14172         (gst_matroska_demux_loop_stream_parse_id)
14173         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
14174         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
14175         (gst_wavparse_stream_headers): Run update-funcnames.
14176
14177 2005-11-22  Edward Hervey  <edward@fluendo.com>
14178
14179         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
14180         (gst_dv1394src_init), (gst_dv1394src_dispose),
14181         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
14182         (gst_dv1394src_uri_set_uri):
14183         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14184         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
14185         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
14186         URIHandler interface and element properties are now properly
14187         synchronized for DV1394src and UDPSrc
14188
14189 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14190
14191         * ext/flac/Makefile.am:
14192         * ext/speex/Makefile.am:
14193           libgsttagedit has been renamed to libgsttag.
14194
14195 2005-11-21  Wim Taymans  <wim@fluendo.com>
14196
14197         * gst/rtsp/rtspconnection.c: (read_body):
14198         Apply patch from Sebastien Cote to fix #319184.
14199
14200 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14201
14202         * configure.ac:
14203         * gst/cutter/Makefile.am:
14204         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
14205         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
14206         (gst_cutter_set_property), (gst_cutter_get_property),
14207         (plugin_init), (gst_cutter_get_caps):
14208           port cutter
14209         * gst/level/gstlevel.c:
14210           fix up plugin details
14211
14212 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14213
14214         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
14215         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
14216         (gst_flacdec_src_event):
14217         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
14218         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
14219         (gst_signal_processor_getrange), (gst_signal_processor_chain):
14220         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14221         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
14222         (gst_flxdec_sink_event_handler):
14223         * gst/matroska/matroska-demux.c:
14224         (gst_matroska_demux_handle_seek_event):
14225         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
14226           Update for stream lock API changes: don't take stream log
14227           in sink event handlers any longer and change GST_STREAM_LOCK
14228           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
14229           functions.
14230
14231 2005-11-21  Michael Smith <msmith@fluendo.com>
14232
14233         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
14234           gst_object_unref, not g_object_unref
14235
14236 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14237
14238         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
14239         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
14240           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
14241
14242 2005-11-21  Michael Smith <msmith@fluendo.com>
14243
14244         * gst/auparse/Makefile.am:
14245         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
14246         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
14247         (gst_auparse_change_state):
14248         * gst/auparse/gstauparse.h:
14249           Partially fix #161712. playbin still doesn't work on these files,
14250           (on the bug report, Andy says we aren't typefinding it for some
14251           reason?) but at least auparse isn't totally busted like it was before.
14252
14253 2005-11-21  Andy Wingo  <wingo@pobox.com>
14254
14255         * *.h:
14256         * *.c: Ran scripts/update-macros. Oh yes.
14257
14258 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14259
14260         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
14261           Filler events are gone for now, comment out section generating
14262           them.
14263
14264 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
14265
14266         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14267         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
14268         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14269         * sys/osxvideo/osxvideosink.m:
14270           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
14271           (#322027)
14272
14273 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14274
14275         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
14276         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
14277         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14278         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
14279         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
14280         (gst_avi_demux_stream_data):
14281         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14282         * gst/wavenc/gstwavenc.c: (write_metadata):
14283         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
14284         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
14285         Fixes for GST_FOURCC_FORMAT API change.
14286
14287 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14288
14289         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
14290         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
14291         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
14292         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14293         (gst_text_overlay_change_state):
14294         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14295         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
14296         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
14297         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
14298         * gst/videomixer/videomixer.c: (gst_videomixer_init),
14299         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14300         (gst_videomixer_change_state):
14301           Fix for collect pads API change. Also fix textoverlay state
14302           change function.
14303
14304 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14305
14306         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
14307         GST_PAD_IS_USABLE by something approaching it.
14308
14309 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14310
14311         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
14312         API changes.
14313         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
14314         but also fix the code that was not checking return values from
14315         pad_push neither using pad_alloc_buffer.
14316
14317 2005-11-18  Edward Hervey  <edward@fluendo.com>
14318
14319         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14320         (gst_pngenc_chain):
14321         Added debug category
14322         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
14323         goes to EOS.
14324
14325 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
14326
14327         * gst/rtp/Makefile.am
14328         * gst/rtp/gstrtp.c
14329         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
14330         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
14331         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
14332         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
14333         * gst/rtp/gstrtpg711enc.h:
14334         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
14335         * gst/rtp/gstrtpspeexenc.c:
14336         * gst/rtp/gstrtpspeexenc.h:
14337         * gst/rtp/gstrtpspeexdec.c:
14338         * gst/rtp/gstrtpspeexdec.h:
14339         Created Speex payloader and depayloader; Optimize G711 payloader to
14340         use adapter and send packets until MTU size.
14341
14342 2005-11-16  Wim Taymans  <wim@fluendo.com>
14343
14344         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
14345         Fix leak in check.
14346
14347 2005-11-16  Wim Taymans  <wim@fluendo.com>
14348
14349         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
14350         Fix state change.
14351
14352 2005-11-16  Andy Wingo  <wingo@pobox.com>
14353
14354         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
14355         (gst_udpsrc_create): Move comment.
14356
14357 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
14358
14359         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14360
14361         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
14362           When seeking, seek to closest index entry at or before the requested
14363           seek position, not just the closest one (#321001).
14364
14365 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14366
14367         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
14368         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
14369           Invert DIB images again (see #132341).
14370
14371 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14372
14373         * configure.ac:
14374           rework configure.ac file
14375         * ext/aalib/gstaasink.c:
14376         * ext/cairo/gstcairo.c:
14377         * ext/dv/gstdv.c:
14378         * ext/esd/gstesd.c:
14379         * ext/flac/gstflac.c:
14380         * ext/gconf/gstgconfelements.c:
14381         * ext/gdk_pixbuf/gstgdkpixbuf.c:
14382         * ext/jpeg/gstjpeg.c:
14383         * ext/ladspa/gstladspa.c:
14384         * ext/libcaca/gstcacasink.c:
14385         * ext/libmng/gstmng.c:
14386         * ext/libpng/gstpng.c:
14387         * ext/mikmod/gstmikmod.c:
14388         * ext/pango/gsttextoverlay.c:
14389         * ext/pango/gsttimeoverlay.c:
14390         * ext/raw1394/gst1394.c:
14391         * ext/speex/gstspeex.c:
14392         * gst/alpha/Makefile.am:
14393         * gst/alpha/gstalpha.c:
14394         * gst/alpha/gstalphacolor.c:
14395         * gst/auparse/gstauparse.c:
14396         * gst/autodetect/gstautoaudiosink.c:
14397         (gst_auto_audio_sink_factory_filter),
14398         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14399         * gst/autodetect/gstautodetect.c:
14400         * gst/avi/gstavi.c:
14401         * gst/cutter/gstcutter.c:
14402         * gst/debug/efence.c:
14403         * gst/debug/gstdebug.c:
14404         * gst/debug/gstnavigationtest.c:
14405         * gst/effectv/gsteffectv.c:
14406         * gst/flx/gstflxdec.c:
14407         * gst/goom/gstgoom.c:
14408         * gst/interleave/plugin.c:
14409         * gst/law/alaw.c:
14410         * gst/law/mulaw.c:
14411         * gst/level/gstlevel.c:
14412         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14413         * gst/matroska/matroska.c:
14414         * gst/median/gstmedian.c:
14415         * gst/monoscope/gstmonoscope.c:
14416         * gst/multipart/multipart.c:
14417         * gst/oldcore/gstelements.c:
14418         * gst/rtp/gstrtp.c:
14419         * gst/rtsp/gstrtsp.c:
14420         * gst/smoothwave/gstsmoothwave.c:
14421         * gst/smpte/gstsmpte.c:
14422         * gst/udp/gstudp.c:
14423         * gst/videobox/gstvideobox.c:
14424         * gst/videofilter/gstgamma.c:
14425         * gst/videofilter/gstvideobalance.c:
14426         * gst/videofilter/gstvideoflip.c:
14427         * gst/videofilter/gstvideotemplate.c:
14428         * gst/videomixer/videomixer.c:
14429         * gst/wavenc/gstwavenc.c:
14430         * gst/wavparse/gstwavparse.c:
14431         * sys/oss/gstossaudio.c:
14432         * sys/osxaudio/gstosxaudio.c:
14433           update GST_PLUGIN_DEFINE
14434         * gst/rtp/Makefile.am:
14435         * gst/rtp/gstasteriskh263.c:
14436           check for htons/htonl headers and possibly link to winsock2 lib
14437
14438 2005-11-12  Edward Hervey  <edward@fluendo.com>
14439
14440         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14441         Only GST_DEBUG() information on the valid components.
14442
14443 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14444
14445         * configure.ac: back to HEAD
14446
14447 === release 0.9.5 ===
14448
14449 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
14450
14451         * configure.ac:
14452           releasing 0.9.5, "Phone Alarm"
14453
14454 2005-11-11  Edward Hervey  <edward@fluendo.com>
14455
14456         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14457         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
14458         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
14459         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14460         (gst_avi_demux_loop):
14461         * gst/avi/gstavidemux.h:
14462         Yeah, implement proper seeking. Exact seeking and segment seeking.
14463         Still need to do some checks for segment_stop.
14464
14465 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14466
14467         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14468
14469         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14470           Don't try to ready buffer duration from buffer that we don't
14471           own any  longer and that might already have been unreffed.
14472           (#321136)
14473
14474 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
14475
14476         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
14477         (flx_decode_delta_flc), (gst_flxdec_chain):
14478         Attempting to optimize the code for embedded systems.
14479
14480 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
14481
14482         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14483
14484         * sys/oss/gstosssink.c: (gst_oss_sink_close):
14485           Don't re-use already closed file descriptor. (#320920)
14486
14487 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14488
14489         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
14490         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
14491         (gst_oss_sink_prepare):
14492         * sys/oss/gstosssink.h:
14493           Cache probed caps; fix debug output for SET_PARAM macros.
14494
14495 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14496
14497         * ext/cairo/Makefile.am:
14498         * ext/cairo/gstcairo.c: (plugin_init):
14499         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14500         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14501         (gst_text_overlay_init), (gst_text_overlay_font_init),
14502         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14503         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14504         (gst_text_overlay_text_pad_linked),
14505         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14506         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14507         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14508         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14509         (gst_text_overlay_change_state):
14510         * ext/cairo/gsttextoverlay.h:
14511           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
14512           property and redo positioning. Doesn't handle upstream renegotiation
14513           yet though.
14514
14515 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14516
14517         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14518         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14519         (gst_avi_demux_loop):
14520           No need to take the STREAM_LOCK in the loop function. Improve
14521           some debug messages. Don't leak pad names in debug messages.
14522
14523 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14524
14525         * gst/matroska/matroska-demux.c:
14526         (gst_matroska_demux_push_vorbis_codec_priv_data),
14527         (gst_matroska_demux_add_wvpk_header):
14528           Don't error out when the source pad isn't linked.
14529
14530 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
14531
14532         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
14533         (gst_gconf_audio_sink_change_state):
14534         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
14535         (gst_gconf_video_sink_change_state):
14536           Fix state change functions here as well and set kid
14537           to NULL state before removing it.
14538
14539 2005-11-01  Edward Hervey  <edward@fluendo.com>
14540
14541         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
14542         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
14543         Added proper event handlind, 
14544         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
14545         ignored),
14546         and don't set a duration of 0 for buffers otherwise they are discarded
14547         by GstBaseSink.
14548
14549         GstWavEnc needs some serious loving, after going through the code I'm
14550         really wondering how this can stay in -good ...
14551
14552 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14553
14554         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
14555         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
14556         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
14557         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
14558         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
14559         (gst_matroska_mux_collected):
14560           Fix leaks and invalid memory access as reported by valgrind
14561
14562 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14563
14564         Patch by: Michal Benes <michal.benes@xeris.cz>
14565
14566         * check/Makefile.am:
14567         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14568         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
14569         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
14570           add a unit test for matroskamux
14571           fix the bugs that the unit test exposed
14572
14573 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
14574
14575         * gst/autodetect/gstautoaudiosink.c:
14576         (gst_auto_audio_sink_class_init),
14577         (gst_auto_audio_sink_change_state):
14578         * gst/autodetect/gstautovideosink.c:
14579         (gst_auto_video_sink_class_init),
14580         (gst_auto_video_sink_change_state):
14581           Fix state change function and use GST_DEBUG_FUNCPTR in
14582           class_init.
14583
14584 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14585
14586         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14587
14588         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
14589         (gst_ebml_write_reset), (gst_ebml_write_element_new):
14590         * gst/matroska/ebml-write.h:
14591         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14592           Set timestamps on outgoing ebml headers as well, so that the
14593           element after matroskamux can get the timestamp already when
14594           reading the first ebml element and doesn't have to wait for
14595           the actual data buffer for that (#320308).
14596           
14597 2005-10-31  Andy Wingo  <wingo@pobox.com>
14598
14599         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
14600         (gst_videomixer_pad_link): Kill some memleaks.
14601         (gst_videomixer_pad_get_property): Style fix.
14602         (gst_videomixer_pad_set_property): Style fix.
14603         (gst_videomixer_pad_init): Style fix.
14604         (gst_videomixer_update_queues): Kill memleak.
14605         (gst_videomixer_loop): Kill memleak.
14606         (gst_videomixer_collected): Kill memleak.
14607
14608 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14609
14610         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
14611         gst_auparse_change_state:
14612         Just some cleanup.
14613
14614 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14615
14616         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
14617         Add checks to GST_FLOW_NOT_LINKED for values returned
14618         from gst_pad_push.
14619         
14620 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14621
14622         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
14623         (gst_rtpg711dec_process):
14624         * gst/rtp/gstrtpgsmenc.c:
14625         Payloader now sets some default caps on the srcpad if caps on the sinkpad
14626         are never set. This is important for the g711 to work with burger's rtpbin
14627         element.
14628
14629 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
14630
14631         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
14632         (gst_speexenc_push_buffer):
14633         Add checks for return values from gst_pad_push and
14634         gst_pad_alloc_buffer.
14635
14636 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
14637
14638         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14639
14640         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
14641         (gst_matroska_demux_parse_info),
14642         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14643         (gst_matroska_demux_parse_cluster):
14644         * gst/matroska/matroska-ids.h:
14645         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
14646         (gst_matroska_mux_init), (gst_matroska_mux_start),
14647         (gst_matroska_mux_create_buffer_header),
14648         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
14649         (gst_matroska_mux_get_property):
14650         * gst/matroska/matroska-mux.h:
14651           Add SimpleBlock support to matroska demuxer and muxer (part of
14652           Matroska v2). (#319731)
14653
14654 2005-10-28  Wim Taymans  <wim@fluendo.com>
14655
14656         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
14657         (gst_jpeg_dec_change_state):
14658         * ext/jpeg/gstjpegdec.h:
14659         Cleanups. Don't create caps for every chain.
14660
14661 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
14662
14663         * gst/law/alaw-encode.c: (gst_alawenc_init),
14664         (alawenc_setcaps), (gst_alawenc_chain)
14665         * gst/law/alaw-encode.h:
14666         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
14667         (mulawenc_setcaps), (gst_mulawenc_chain)
14668         * gst/law/mulaw-encode.h:
14669         Set timestamp on buffer and it allows RTP G711 elements
14670         work properly.
14671
14672 2005-10-27  Wim Taymans  <wim@fluendo.com>
14673
14674         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
14675         Set correct format on oss instead of a silly value. 
14676
14677 2005-10-27  Julien MOUTTE  <julien@moutte.net>
14678
14679         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14680         (gst_video_box_transform_caps), (gst_video_box_set_caps),
14681         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
14682         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
14683         I420 rendering as well, doesn't bring much for my platform.
14684         Might help on some other platforms.
14685
14686 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
14687
14688         * gst/rtp/gstrtpgsmenc.c:
14689         * gst/rtp/gstrtpgsmparse.c:
14690         Declaring the padtemplate correctly.
14691
14692 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14693
14694         * gst/rtp/gstrtpg711dec.c:
14695         * gst/rtp/gstrtpg711enc.c:
14696         * gst/rtp/gstrtpgsmenc.c:
14697         * gst/rtp/gstrtpgsmparse.c:
14698         Setting the proper copyright notice.
14699
14700 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14701
14702         * gst/videobox/Makefile.am: Use liboil.
14703         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14704         (gst_video_box_set_property), (gst_video_box_transform_caps),
14705         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
14706         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
14707         using liboil. Will dot the same to I420 border generation
14708         tomorrow.
14709
14710 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14711
14712         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
14713         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
14714         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
14715         * gst/rtp/gstrtpg711dec.h:
14716         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
14717         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
14718         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
14719         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
14720         (gst_rtpgsmenc_handle_buffer):
14721         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
14722         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
14723         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
14724         * gst/rtp/gstrtpgsmparse.h:
14725         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
14726         inherits from the basertpdepayloader.
14727
14728 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14729
14730         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14731         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
14732         (gst_video_box_ayuv): Removing this forgotten debug.
14733
14734 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14735
14736         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14737         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
14738         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
14739
14740 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
14741
14742         * sys/oss/gstossaudio.c:
14743         * sys/oss/gstossdmabuffer.c:
14744         * sys/oss/gstosshelper.c:
14745         * sys/oss/gstossmixer.c:
14746         * sys/oss/gstossmixerelement.c:
14747         * sys/oss/gstossmixertrack.c:
14748         * sys/oss/gstosssink.c:
14749         * sys/oss/gstosssrc.c:
14750           Actually use the 'oss' debug category we register.
14751
14752 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14753
14754         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
14755         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
14756         Use gst_pad_get_parent and drop the ref that was added through
14757         that call.
14758
14759 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14760
14761         * gst/rtp/gstrtpgsmenc.c:
14762           Fix compilation
14763
14764 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
14765
14766         * gst/rtp/gstrtpg711dec.c
14767         Just removed a couple of lines of weird code used during
14768         development/test time.
14769
14770 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
14771
14772         * gst/rtp/Makefile.am
14773         * gst/rtp/gstrtp.c
14774         * gst/rtp/gstrtpg711enc.c
14775         * gst/rtp/gstrtpg711enc.h
14776         * gst/rtp/gstrtpg711dec.c
14777         * gst/rtp/gstrtpg711dec.h
14778         Created G711 payloader and depayloader (it supports mulaw and alaw
14779         (dec)encoders)
14780
14781 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14782
14783         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14784         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
14785         Doh ! I introduced wingo's bug again ! Sorry...
14786
14787 2005-10-25  Christian Schaller <christian@fluendo.com> 
14788
14789         * gst/rtp/Makefile.am: add missing header files for disting
14790
14791 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
14792
14793         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
14794         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
14795         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
14796         (gst_rtpgsmenc_handle_buffer):
14797         * gst/rtp/gstrtpgsmenc.h:
14798         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
14799         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
14800         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
14801         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
14802         * gst/rtp/gstrtpgsmparse.h:
14803         Getting the GSM (de)payloader working and compatible with our plans for RTP.
14804
14805 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14806
14807         * ext/libpng/gstpngdec.c: (user_info_callback),
14808         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
14809         a newsegment event, move some redundant code in a single place.
14810
14811 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14812
14813         * ext/libpng/gstpngdec.c: (user_info_callback),
14814         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
14815         hack to get correct colors order when we have a png image with
14816         alpha channel.
14817
14818 2005-10-24  Edward Hervey  <edward@fluendo.com>
14819
14820         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
14821         Call gst_element_no_more_pads when there will be no more pads.
14822
14823 2005-10-24  Wim Taymans  <wim@fluendo.com>
14824
14825         * gst/rtp/Makefile.am:
14826         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
14827         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
14828         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
14829         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
14830         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
14831         (gst_asteriskh263_plugin_init):
14832         * gst/rtp/gstasteriskh263.h:
14833         * gst/rtp/gstrtp.c: (plugin_init):
14834         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
14835         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
14836         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
14837         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
14838         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
14839         (gst_rtph263enc_plugin_init):
14840         * gst/rtp/gstrtph263enc.h:
14841         Added two new payloaders, an RFC 2190 payloader for h263 and
14842         a payload convertor for an asterisk server.
14843
14844 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
14845
14846         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
14847           Set bytes_per_sample correctly (is not always 4, but 
14848           depends on width and number of channels).
14849
14850 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
14851
14852         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
14853         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
14854         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
14855         (gst_flacenc_sink_event), (gst_flacenc_chain),
14856         (gst_flacenc_set_property), (gst_flacenc_get_property),
14857         (gst_flacenc_change_state):
14858         * ext/flac/gstflacenc.h:
14859           Fix seeking, so that flacenc can rewrite the header with the
14860           correct duration and amount of samples and all that at EOS;
14861           also set timestamps and granulepos on outgoing buffers; add
14862           debug category; fix state change function.
14863           
14864 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14865
14866         * gst/videomixer/videomixer.c: Don't restrict video geometry
14867         from 16 to 4096.
14868
14869 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14870
14871         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14872         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
14873         Fix caps negotiation correctly, add debugging category.
14874
14875 2005-10-24  Christian Schaller  <christian@fluendo.com>
14876
14877         * configure.ac: Port over Thomas's change from base listing all plugins
14878
14879 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14880
14881         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
14882         a sink pad.
14883
14884 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14885
14886         * configure.ac:
14887         * docs/upload.mak:
14888           back to HEAD
14889
14890 === release 0.9.4 ===
14891
14892 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14893
14894         * configure.ac:
14895           Releasing 0.9.4, "Dromiceiomimus"
14896
14897 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
14898
14899         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
14900         (gst_speexenc_src_query):
14901           Add position and duration query, fix query type function.
14902           
14903         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14904         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
14905           Let's not set non-fixed caps on source pads.
14906
14907 2005-10-21  Wim Taymans  <wim@fluendo.com>
14908
14909         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14910         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
14911         (gst_avi_demux_handle_seek):
14912         Set correct stream_time in newsegment event.
14913         avi can also handle a duration query now.
14914
14915 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14916
14917         * gst/matroska/matroska-demux.c:
14918         (gst_matroska_demux_handle_src_query),
14919         (gst_matroska_demux_handle_seek_event),
14920         (gst_matroska_demux_loop_stream_parse_id):
14921           Fix duration query; fix basetime in newsegment event after
14922           seek; fix duration in initial newsegment event.
14923
14924         * gst/matroska/matroska-mux.c:
14925         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
14926           Extract number of channels and samplerate from vorbis headers;
14927           add some debug messages when querying the durations of the
14928           input streams.
14929
14930 2005-10-20  Wim Taymans  <wim@fluendo.com>
14931
14932         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
14933         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14934         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
14935         Set stream time correctly in newsegment.
14936
14937 2005-10-20  Wim Taymans  <wim@fluendo.com>
14938
14939         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14940         Correctly fill in the stream time.
14941
14942 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14943
14944         * check/elements/level.c: (GST_START_TEST):
14945         * gst/level/gstlevel.c: (gst_level_message_new):
14946         * gst/level/level-example.c: (message_handler):
14947           use ELEMENT messages instead
14948
14949 2005-10-19  Wim Taymans  <wim@fluendo.com>
14950
14951         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
14952         (gst_dvdemux_src_query):
14953         * ext/flac/gstflacdec.c: (gst_flacdec_length),
14954         (gst_flacdec_src_query):
14955         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
14956         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
14957         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
14958         * gst/debug/gstnavseek.c: (gst_navseek_seek):
14959         * gst/debug/progressreport.c: (gst_progress_report_report):
14960         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
14961         * gst/matroska/matroska-demux.c:
14962         (gst_matroska_demux_handle_src_query):
14963         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
14964         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
14965         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14966         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
14967         (gst_wavparse_srcpad_event):
14968         API change fix.
14969
14970 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
14971
14972         * gst/goom/filters.c:
14973         * gst/goom/graphic.h:
14974         * gst/goom/lines.c:
14975           Make inline functions either 'static inline' or 'extern inline',
14976           otherwise the Forte compiler apparently won't inline them (#317300).
14977
14978 2005-10-19  Julien MOUTTE  <julien@moutte.net>
14979
14980         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
14981         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
14982         (user_info_callback), (user_endrow_callback), (user_end_callback),
14983         (user_read_data), (gst_pngdec_caps_create_and_set),
14984         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
14985         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
14986         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
14987         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
14988         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
14989         very nice and handle push/pull based model. if you have filesrc
14990         connected to it, it will do random access to load the png file.
14991         If you have a network source that can't do _getrange, it does 
14992         progressive loading through the chain function.
14993         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
14994         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
14995         thanks to Master Wim Taymans ;-)
14996
14997 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
14998
14999         * gst/matroska/Makefile.am:
15000         * gst/matroska/ebml-read.c:
15001         * gst/matroska/ebml-read.h:
15002         * gst/matroska/matroska-demux.c:
15003         * gst/matroska/matroska-demux.h:
15004         * gst/matroska/matroska.c: (plugin_init):
15005           Ported matroska demuxer to 0.9.
15006
15007 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
15008
15009         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15010
15011         * gst/matroska/matroska-mux.c:
15012         (gst_matroska_mux_video_pad_setcaps),
15013         (gst_matroska_mux_audio_pad_setcaps):
15014           Fix mpeg4 input handling (#318847); also, while we're at it,
15015           fix media type for Motion-JPEG: should be image/jpeg.
15016
15017 2005-10-18  Wim Taymans  <wim@fluendo.com>
15018
15019         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15020         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15021         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15022         Fix for segment-start/stop API change.
15023
15024 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15025
15026         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15027         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
15028         way.
15029
15030 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15031
15032         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15033         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
15034         output declared in transform_caps.
15035
15036 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15037
15038         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
15039
15040 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15041
15042         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15043         (gst_video_box_get_unit_size): Fix wrong size calculations and
15044         implement get_unit_size correctly.
15045
15046 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15047
15048         * configure.ac:
15049           Enable flx plugin.
15050
15051         * gst/flx/gstflxdec.c: (flx_decode_chunks):
15052           Fix gcc4 signedness issue.
15053
15054 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15055
15056         * configure.ac: Adding videomixer.
15057         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15058         (user_read_data), (gst_pngdec_chain): More debugging.
15059         * gst/alpha/Makefile.am: Adding alphacolor
15060         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
15061         (gst_alpha_color_class_init), (gst_alpha_color_init),
15062         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
15063         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
15064         (plugin_init): Ported to 0.9 using in place base tranform.
15065         * gst/videomixer/Makefile.am:
15066         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15067         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
15068         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
15069         (gst_videomixer_pad_init), (gst_videomixer_class_init),
15070         (gst_videomixer_init), (gst_videomixer_getcaps),
15071         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
15072         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15073         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
15074         to 0.9 using collectpads.
15075
15076 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
15077
15078         * configure.ac:
15079         * gst/flx/Makefile.am:
15080         * gst/flx/gstflxdec.c: (gst_flxdec_init),
15081         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
15082         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
15083         * gst/flx/gstflxdec.h:
15084         flx plugin ported to 0.9
15085
15086 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15087
15088         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
15089           use new gst_version_string()
15090
15091 2005-10-16  Andy Wingo  <wingo@pobox.com>
15092
15093         * configure.ac: GLIB_CHECK.
15094
15095 2005-10-15  Julien MOUTTE  <julien@moutte.net>
15096
15097         * ext/libpng/Makefile.am:
15098         * ext/libpng/gstpng.c: (plugin_init):
15099         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15100         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
15101         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
15102
15103 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
15104
15105         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15106
15107         * configure.ac:
15108         * gst/matroska/Makefile.am:
15109         * gst/matroska/ebml-ids.h:
15110         * gst/matroska/ebml-write.c:
15111         * gst/matroska/ebml-write.h:
15112         * gst/matroska/matroska-ids.h:
15113         * gst/matroska/matroska-mux.c:
15114         * gst/matroska/matroska-mux.h:
15115         * gst/matroska/matroska.c: (plugin_init):
15116           Port matroska muxer to 0.9 (#318847).
15117
15118 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
15119
15120         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
15121         (comment_init), (comment_add):
15122           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
15123           use GST_READ_UINT32_LE() and friends rather than the private
15124           implementation of those same macros.
15125
15126 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
15127
15128         * examples/stats/mp2ogg.c:
15129           more typo fixes
15130
15131 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
15132
15133         * examples/indexing/indexmpeg.c: (main):
15134         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
15135         (gst_esdmon_close_audio), (gst_esdmon_change_state):
15136         * ext/esd/esdmon.h:
15137         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
15138         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
15139         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15140         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15141         * gst/avi/gstavimux.c: (gst_avimux_init):
15142         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
15143         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
15144         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
15145         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
15146         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
15147         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
15148         * gst/oldcore/gstmultifilesrc.h:
15149         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
15150         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
15151         (gst_pipefilter_change_state):
15152         * gst/oldcore/gstpipefilter.h:
15153         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
15154         * gst/videomixer/videomixer.c: (gst_videomixer_init):
15155         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
15156         * sys/osxaudio/gstosxaudiosink.h:
15157         * sys/osxaudio/gstosxaudiosrc.h:
15158           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
15159           moved bitshift from macro to enum definition
15160
15161 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15162
15163         * ext/Makefile.am:
15164         * ext/cairo/Makefile.am:
15165         * ext/cairo/gstcairo.c: (plugin_init):
15166         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
15167         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
15168         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
15169         * ext/cairo/gsttimeoverlay.h:
15170           update of cairo-based timeoverlay to 1.0 Cairo API
15171           doesn't work yet for resizing of output sink
15172
15173 2005-10-11  Wim Taymans  <wim@fluendo.com>
15174
15175         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
15176         newsegment API fix.
15177
15178 2005-10-11  Wim Taymans  <wim@fluendo.com>
15179
15180         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
15181         (gst_dvdemux_demux_frame):
15182         * ext/flac/gstflacdec.c: (gst_flacdec_write):
15183         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15184         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
15185         (gst_avi_demux_handle_seek):
15186         * gst/goom/gstgoom.c: (gst_goom_event):
15187         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15188         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15189         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15190         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15191         (gst_wavparse_srcpad_event):
15192         newsegment API update.
15193
15194 2005-10-11  Andy Wingo  <wingo@pobox.com>
15195
15196         * ext/speex/gstspeexenc.c: Signedness cleanups.
15197
15198 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
15199
15200         * PORTED_09:
15201         * ext/speex/Makefile.am:
15202         * ext/speex/gstspeex.c:
15203         * ext/speex/gstspeexenc.c:
15204         Speexenc ported to 0.9
15205
15206 2005-10-10  Wim Taymans  <wim@fluendo.com>
15207
15208         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
15209         (gst_oss_sink_init), (gst_oss_sink_set_property),
15210         (gst_oss_sink_get_property), (gst_oss_sink_open),
15211         (gst_oss_sink_prepare), (gst_oss_sink_reset):
15212         * sys/oss/gstosssink.h:
15213         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
15214         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
15215         (gst_oss_src_prepare):
15216         Cleanups, make device configurable in the sink, handle and report
15217         errors.
15218
15219 2005-10-10  Wim Taymans  <wim@fluendo.com>
15220
15221         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
15222         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
15223         Make sure element is NULL before removing from the bin.
15224
15225 2005-10-07  Andy Wingo  <wingo@pobox.com>
15226
15227         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
15228         block forever in a read().
15229         (gst_dv1394src_bus_reset): Post a message when the cable is
15230         unplugged.
15231         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
15232         (gst_dv1394src_bus_reset): Don't unref the message.
15233
15234         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
15235         hacking. The only change should be that the state change stuff was
15236         put into basesrc's start() and stop() routines, which coalesces
15237         some steps.
15238
15239 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15240
15241         * configure.ac:
15242           Add check for mmap
15243           
15244         * gst/debug/Makefile.am:
15245           Only compile efence plugin on systems that have mmap.
15246
15247 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15248
15249         * gst/debug/Makefile.am:
15250         * gst/debug/breakmydata.c:
15251         * gst/debug/gstdebug.c:
15252         * gst/debug/gstnavigationtest.c:
15253         * gst/debug/gstnavseek.c: 
15254         * gst/debug/gstnavseek.h:
15255         * gst/debug/progressreport.c: 
15256         * gst/debug/testplugin.c:
15257           Port progressreport, navseek, navigationtest, testsink and
15258           breakmydata.
15259
15260 2005-10-05  Edward Hervey  <edward@fluendo.com>
15261
15262         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
15263         (gst_dvdemux_src_query):
15264         Fixes for better conversion
15265
15266 2005-10-04  Michael Smith <msmith@fluendo.com>
15267
15268         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
15269         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15270         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
15271         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
15272           Set state of elements to NULL before removing from bins.
15273           Set state of test element to NULL if we failed to move it to READY
15274
15275 2005-10-04  Edward Hervey  <edward@fluendo.com>
15276
15277         * ext/dv/Makefile.am:
15278         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
15279         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
15280         Corrected the query function for position so it doesn't forget what
15281         format was asked, and calls the conversion functions on the correct pad.
15282
15283 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15284
15285         * configure.ac:
15286           back to development
15287
15288 === release 0.9.3 ===
15289
15290 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15291
15292         * configure.ac:
15293           Releasing 0.9.3, "Aramis"
15294
15295 2005-10-03  Andy Wingo  <wingo@pobox.com>
15296
15297         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
15298         error returns.
15299
15300 2005-10-02  Andy Wingo  <wingo@pobox.com>
15301
15302         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
15303
15304         * ext/flac/gstflacenc.c: Ported to 0.9.
15305
15306         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
15307
15308         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
15309         and link to gsttagedit. Enable flacenc.
15310
15311         * ext/flac/gstflacdec.c: Re-enable tag reading.
15312
15313 2005-09-30  Wim Taymans  <wim@fluendo.com>
15314
15315         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15316         * gst/rtp/gstrtpgsmparse.c:
15317         * gst/rtp/gstrtph263penc.c:
15318         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15319         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15320         (gst_rtpmp4venc_set_property):
15321         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15322         Various class and caps fixes from Andre Magalhaes (andrunko)
15323
15324 2005-09-29  Wim Taymans  <wim@fluendo.com>
15325
15326         * gst/level/level-example.c: (main):
15327         Update for new bus API.
15328
15329 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15330
15331         * configure.ac:
15332           Fix unexpanded autoconf macro GST_DOC, which has been renamed
15333           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
15334
15335 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
15336
15337         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
15338           Fix playback of mono streams (bytes_per_sample should be set
15339           from the sample width and the number of channels negotiated,
15340           and not just be set to 4) (#317338)
15341
15342 2005-09-26  Wim Taymans  <wim@fluendo.com>
15343
15344         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
15345         (gst_rtpmpaenc_handle_buffer):
15346         Set buffer duration correctly.
15347
15348 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
15349
15350         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
15351         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
15352         (gst_avi_demux_change_state):
15353           Don't crash when encountering a stream with an unknown fourcc or
15354           codec id. Instead, create a pad of type video/x-avi-unknown or
15355           audio/x-avi-unknown, which as a side-effect also results in less
15356           confusing error messages in players ('no decoder' vs. 'no streams');
15357           minor fixes to state change function and class_init function.
15358
15359 2005-09-24  Wim Taymans  <wim@fluendo.com>
15360
15361         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15362         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15363         These are sinks.
15364
15365 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15366
15367         * check/elements/level.c: (GST_START_TEST):
15368           fix test for new GstClockTime use
15369         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
15370         (gst_level_transform_ip):
15371         * gst/level/gstlevel.h:
15372           fix up the decay peak, ensuring the decay peak is never lower
15373           than the peak for that interval
15374
15375 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15376
15377         * docs/plugins/gst-plugins-good-plugins.args:
15378         * docs/plugins/inspect/plugin-alpha.xml:
15379         * docs/plugins/inspect/plugin-rtp.xml:
15380         * gst/level/gstlevel.c: (gst_level_set_caps),
15381         (gst_level_transform_ip):
15382           updating docs
15383
15384 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15385
15386         * Makefile.am:
15387         * check/elements/level.c: (GST_START_TEST):
15388         * gst/level/Makefile.am:
15389         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
15390         (gst_level_set_property), (gst_level_get_property),
15391         (gst_level_set_caps), (gst_level_message_new),
15392         (gst_level_transform_ip):
15393         * gst/level/gstlevel.h:
15394         * gst/level/level-example.c: (message_handler), (main):
15395           convert to using GstClockTime for all time values, finally.
15396
15397 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15398
15399         * gst/auparse/Makefile.am:
15400         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15401           fix up build
15402         * configure.ac:
15403         * ext/cairo/Makefile.am:
15404         * ext/dv/Makefile.am:
15405         * ext/esd/Makefile.am:
15406         * ext/flac/Makefile.am:
15407         * ext/gconf/Makefile.am:
15408         * ext/gdk_pixbuf/Makefile.am:
15409         * ext/jpeg/Makefile.am:
15410         * ext/ladspa/Makefile.am:
15411         * ext/libcaca/Makefile.am:
15412         * ext/libmng/Makefile.am:
15413         * ext/libpng/Makefile.am:
15414         * ext/mikmod/Makefile.am:
15415         * ext/pango/Makefile.am:
15416         * ext/raw1394/Makefile.am:
15417         * ext/shout2/Makefile.am:
15418         * ext/speex/Makefile.am:
15419         * gst/alpha/Makefile.am:
15420         * gst/autodetect/Makefile.am:
15421         * gst/avi/Makefile.am:
15422         * gst/cutter/Makefile.am:
15423         * gst/debug/Makefile.am:
15424         * gst/effectv/Makefile.am:
15425         * gst/flx/Makefile.am:
15426         * gst/goom/Makefile.am:
15427         * gst/interleave/Makefile.am:
15428         * gst/law/Makefile.am:
15429         * gst/matroska/Makefile.am:
15430         * gst/median/Makefile.am:
15431         * gst/monoscope/Makefile.am:
15432         * gst/multipart/Makefile.am:
15433         * gst/oldcore/Makefile.am:
15434         * gst/rtp/Makefile.am:
15435         * gst/rtsp/Makefile.am:
15436         * gst/smoothwave/Makefile.am:
15437         * gst/smpte/Makefile.am:
15438         * gst/videobox/Makefile.am:
15439         * gst/videofilter/Makefile.am:
15440         * gst/videomixer/Makefile.am:
15441         * gst/wavenc/Makefile.am:
15442         * gst/wavparse/Makefile.am:
15443         * sys/oss/Makefile.am:
15444         * sys/osxaudio/Makefile.am:
15445         * sys/osxvideo/Makefile.am:
15446           fix up GST_LIBS use
15447
15448 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15449
15450         * gst/auparse/Makefile.am:
15451         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15452           fix build of auparse
15453
15454 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
15455
15456         * configure.ac:
15457         * PORTED_09:
15458         * gst/auparse/gstauparse.c:
15459         * gst/auparse/gstauparse.h:
15460         Auparse ported to 0.9.
15461
15462 2005-09-22  Wim Taymans  <wim@fluendo.com>
15463
15464         * gst/rtp/TODO:
15465         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
15466         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15467         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15468         (gst_rtpmp4venc_set_property):
15469         * gst/rtp/gstrtpmp4venc.h:
15470         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15471         * gst/rtp/gstrtpmpaenc.h:
15472         Use is_filled to both check MTU and max-ptime of base class.
15473
15474 2005-09-22  Wim Taymans  <wim@fluendo.com>
15475
15476         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15477         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15478         (gst_rtpmp4venc_set_property):
15479         Don't fragment packets with multiple frames.
15480
15481 2005-09-22  Wim Taymans  <wim@fluendo.com>
15482
15483         * gst/rtp/TODO:
15484         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15485         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15486         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
15487         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
15488         (gst_rtpmp4venc_get_property):
15489         * gst/rtp/gstrtpmp4venc.h:
15490         Remove g_print.
15491         Update TODO
15492         Make payload encoder a bit smarter and more correct with
15493         timestamps.
15494         Added option in payloader to include config string in-band.
15495
15496 2005-09-21  Wim Taymans  <wim@fluendo.com>
15497
15498         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15499         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15500         (gst_rtspsrc_send):
15501         Strip spaces for key/value pairs.
15502
15503 2005-09-21  Wim Taymans  <wim@fluendo.com>
15504
15505         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15506         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15507         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
15508         (gst_rtspsrc_change_state):
15509         More SDP parsing and caps setting.
15510         Do NO_PREROLL differently.
15511         add pads only after negotiated.
15512
15513         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
15514         (gst_udpsrc_getcaps):
15515         Implement the getcaps function.
15516
15517 2005-09-21  Wim Taymans  <wim@fluendo.com>
15518
15519         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
15520         (gst_rtpamrdec_chain):
15521         Handle multiple AMr packets per payload. Handle CRC and
15522         parse ILL/ILP.
15523
15524         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15525         Make caps params strings for easy SDP mapping.
15526         
15527         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
15528         Handle capsnego better.
15529
15530         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15531         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
15532         Generate and parse config string in the caps.
15533
15534 2005-09-21  Wim Taymans  <wim@fluendo.com>
15535
15536         * gst/rtp/README:
15537         Update README
15538
15539         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
15540         Make extra params as strings.
15541
15542         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
15543         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15544         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
15545         Make state change return NO_PREROLL as this is a live
15546         source.
15547
15548         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15549         Don't unref old caps when NULL.
15550
15551 2005-09-20  Wim Taymans  <wim@fluendo.com>
15552
15553         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
15554         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15555         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
15556         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
15557         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
15558         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
15559         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
15560         * gst/rtsp/sdpmessage.h:
15561         Add URI handler.
15562         Parse SDP and create caps.
15563
15564 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
15565
15566         * gst/alpha/gstalpha.c:
15567           fix element description
15568
15569 2005-09-19  Wim Taymans  <wim@fluendo.com>
15570
15571         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
15572         Don't check payload for now.
15573
15574 2005-09-19  Wim Taymans  <wim@fluendo.com>
15575
15576         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
15577         (gst_wavparse_init), (gst_wavparse_parse_file_header),
15578         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
15579         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15580         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15581         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
15582         (gst_wavparse_change_state):
15583         * gst/wavparse/gstwavparse.h:
15584         Fix wavparse some more.
15585
15586 2005-09-19  Wim Taymans  <wim@fluendo.com>
15587
15588         * check/elements/level.c: (GST_START_TEST):
15589         Fix for bus API change.
15590
15591 2005-09-19  Wim Taymans  <wim@fluendo.com>
15592
15593         * gst/level/level-example.c: (main):
15594         Fix for new bus API.
15595
15596         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15597         Set caps on pads.
15598
15599 2005-09-15  Wim Taymans  <wim@fluendo.com>
15600
15601         * gst/rtp/Makefile.am:
15602         * gst/rtp/README:
15603         * gst/rtp/gstrtp.c: (plugin_init):
15604         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
15605         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
15606         (gst_rtpamrdec_change_state):
15607         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
15608         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
15609         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
15610         * gst/rtp/gstrtpamrenc.h:
15611         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15612         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
15613         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
15614         * gst/rtp/gstrtpgsmenc.h:
15615         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
15616         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
15617         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
15618         (gst_rtpgsmparse_change_state):
15619         * gst/rtp/gstrtpgsmparse.h:
15620         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
15621         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
15622         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
15623         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
15624         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
15625         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
15626         * gst/rtp/gstrtph263penc.h:
15627         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
15628         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
15629         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15630         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
15631         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
15632         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
15633         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
15634         * gst/rtp/gstrtpmp4venc.h:
15635         * gst/rtp/gstrtpmpadec.c:
15636         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
15637         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
15638         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
15639         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
15640         * gst/rtp/gstrtpmpaenc.h:
15641         Updates to payloader/depayloaders, make payloaders use
15642         the base classes.
15643         Updated README with suggested RTP caps and how to convert
15644         to/from SDP.
15645         Added config descriptor in mp4v payloader.
15646
15647 2005-09-15  Andy Wingo  <wingo@pobox.com>
15648
15649         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
15650         * gst/autodetect/gstautovideosink.c
15651         (gst_auto_video_sink_find_best): Update for new registry API.
15652
15653 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15654
15655         * common/c-to-xml.py:
15656         * common/gtk-doc-plugins.mak:
15657           a simple py script to generate valid xml from a C example
15658           probably also need to strip an MIT license when we decide
15659         * docs/plugins/Makefile.am:
15660         * gst/level/Makefile.am:
15661         * gst/level/gstlevel.c: (gst_level_init):
15662         * gst/level/level-example.c: (message_handler), (main):
15663           add an example to level that will show up in the docs
15664         * gst/rtp/TODO:
15665           add a note for the future
15666
15667 2005-09-14  Michael Smith <msmith@fluendo.com>
15668
15669         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
15670           Actually define the debug object being used in wavenc. Fixes #316205
15671
15672 2005-09-14  Michael Smith <msmith@fluendo.com>
15673
15674         * gst/smpte/Makefile.am:
15675           Link against GST_BASE_LIBS, to get it linked against libgstbase;
15676           needed to build on windows (bug 316204)
15677
15678 2005-09-12  Andy Wingo  <wingo@pobox.com>
15679
15680         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
15681
15682 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
15683
15684         * configure.ac:
15685         * gst/fdsrc/Makefile.am:
15686         * gst/fdsrc/gstfdsrc.c:
15687         * gst/fdsrc/gstfdsrc.h:
15688           Move fdsrc back into gstreamer core elements.
15689
15690         * gst/level/gstlevel.c: (gst_level_class_init),
15691         (gst_level_transform_ip):
15692         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
15693           Basetransform changes.
15694
15695 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15696
15697         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
15698         * ext/jpeg/smokecodec.c: (find_best_size):
15699           fix compiler warnings
15700
15701 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15702
15703         * gst-plugins-good.spec.in:
15704           spec file fixes
15705         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
15706         (gst_multiudpsink_render), (gst_multiudpsink_add),
15707         (gst_multiudpsink_clear):
15708           it actually helps to actually stream if we hook up the
15709           "add" signal to an actual implementation
15710         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
15711           some debugging
15712
15713 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
15714
15715         * ext/jpeg/Makefile.am:
15716         * ext/jpeg/gstjpeg.c
15717         * ext/jpeg/gstjpegenc.c:
15718         * ext/jpeg/gstsmokeenc.c:
15719
15720 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15721
15722         * ext/flac/gstflacdec.c:
15723         * ext/flac/gstflacenc.c:
15724         * ext/flac/gstflactag.c:
15725         * ext/speex/gstspeexenc.c:
15726           gsttaginterface.h -> gsttagsetter.h
15727
15728 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15729
15730         * configure.ac:
15731         * gst/debug/Makefile.am:
15732         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
15733         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
15734         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
15735         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
15736         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
15737           Port to 0.9 and re-enable efence plugin.
15738
15739 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
15740
15741         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
15742         (gst_flacdec_write), (gst_flacdec_convert_src):
15743         * ext/flac/gstflacdec.h:
15744           Add support for flac files with 24/32 bits per sample; and misc.
15745           minor clean-ups. Seeking is still partly broken (for me at least).
15746
15747 2005-09-06  Wim Taymans  <wim@fluendo.com>
15748
15749         * gst/rtp/Makefile.am:
15750         * gst/rtp/gstrtp.c: (plugin_init):
15751         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
15752         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
15753         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
15754         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
15755         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
15756         (gst_rtpmp4vdec_plugin_init):
15757         * gst/rtp/gstrtpmp4vdec.h:
15758         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15759         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
15760         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
15761         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
15762         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
15763         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
15764         * gst/rtp/gstrtpmp4venc.h:
15765         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
15766         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
15767         Added mpeg4 video payload encoder/decoder.
15768         Added some docs in mpa payloader.
15769
15770 === release 0.9.1 ===
15771
15772 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15773
15774         * NEWS:
15775         * README:
15776         * RELEASE:
15777         * autogen.sh:
15778         * configure.ac:
15779           releasing 0.9.1, "Blondie"
15780
15781 2005-09-05  Andy Wingo  <wingo@pobox.com>
15782
15783         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
15784         here from the state change handler, so we fire signals without
15785         holding the state lock.
15786
15787 2005-09-02  Andy Wingo  <wingo@pobox.com>
15788
15789         * All plugins updated for element state changes.
15790
15791 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15792
15793         * Makefile.am:
15794         * check/.cvsignore:
15795         * check/Makefile.am:
15796         * check/elements/.cvsignore:
15797         * check/elements/level.c: (setup_level), (cleanup_level),
15798         (GST_START_TEST), (level_suite), (main):
15799           add a test for level
15800         * common/release.mak:
15801           move the enum checking to release.mak
15802         * configure.ac:
15803           add valgrind and check checking
15804         * gst/level/gstlevel.c: (gst_level_transform):
15805         * gst/level/gstlevel.h:
15806           fix Andy's cast bug
15807           convert a field to int
15808           fix the arithmetic to int when checking for emit so that a
15809           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
15810
15811 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15812
15813         * Makefile.am:
15814         * configure.ac:
15815           add docs to build
15816         * common/plugins.xsl:
15817           wrap Description into a refsect2
15818         * docs/Makefile.am:
15819         * docs/plugins/Makefile.am:
15820         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15821         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15822         * gst/goom/Makefile.am:
15823         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
15824         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
15825         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
15826         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
15827         (gst_goom_change_state):
15828         * gst/goom/gstgoom.h:
15829           GstGOOM -> GstGoom
15830           add an example launch line
15831         * gst/level/gstlevel.h:
15832         * gst/monoscope/gstmonoscope.c:
15833           cleanups
15834
15835 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15836
15837         * configure.ac:
15838         * docs/plugins/Makefile.am:
15839         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15840         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15841         * docs/plugins/gst-plugins-good-plugins.types:
15842           document elements and plugins.  Shazam !
15843
15844 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15845
15846         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
15847           be found under doc/random/ChangeLog-0.8