Move the equalizer plugin across from -bad
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
2
3         * configure.ac:
4         * docs/plugins/Makefile.am:
5         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7         * docs/plugins/gst-plugins-good-plugins.args:
8         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9         * docs/plugins/gst-plugins-good-plugins.interfaces:
10         * docs/plugins/inspect/plugin-equalizer.xml:
11         * gst/equalizer/Makefile.am:
12         * tests/check/Makefile.am:
13         * tests/examples/Makefile.am:
14         Move the equalizer plugin across from -bad
15
16         * tests/check/elements/.cvsignore:
17         Add equalizer, audiosincwband and audiosincwlimit
18
19         * tests/check/elements/equalizer.c:
20         Fix compiler warnings
21
22 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
23
24         * configure.ac:
25         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
26         are treated like releases and build without it.
27
28 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
29
30         * docs/plugins/Makefile.am:
31         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
32         * docs/plugins/gst-plugins-good-plugins-sections.txt:
33         * docs/plugins/gst-plugins-good-plugins.args:
34         * docs/plugins/inspect/plugin-audiofx.xml:
35         * gst/audiofx/Makefile.am:
36         * gst/audiofx/audiofx.c:
37         * gst/audiofx/audiowsincband.c:
38         * gst/audiofx/audiowsincband.h:
39         * gst/audiofx/audiowsinclimit.c:
40         * gst/audiofx/audiowsinclimit.h:
41         * tests/check/Makefile.am:
42         * tests/check/elements/audiowsincband.c:
43         * tests/check/elements/audiowsinclimit.c:
44
45         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
46         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
47         respectively.
48
49         Fixes: #467666
50
51 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
52
53         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
54         * tests/check/elements/icydemux.c:
55           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
56           caps, and add a somewhat useful debug message. Plus test.
57
58 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
59
60         * gst/rtsp/gstrtspsrc.c:
61         Include unistd.h only if HAVE_UNISTD_H is defined
62         * win32/common/config.h.in:
63         * win32/common/config.h:
64         Define socklen_t as it seems it's not defined in default 
65         Visual Studio headers.
66         * win32/vs6/libgstalpha.dsp:
67         * win32/vs6/libgstapetag.dsp:
68         * win32/vs6/libgstavi.dsp:
69         * win32/vs6/libgstrtp.dsp:
70         * win32/vs6/libgstrtsp.dsp:
71         * win32/vs6/libgstvideomixer.dsp:
72         Update project file dependencies and add new source files       
73
74 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
75
76         Patch by: Bjarne Rosengren <bjarne at axis dot com>
77
78         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
79         Don't leak buffers when we don't push them downstream.
80         Fixes bug #514965.
81
82 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
83
84         * configure.ac:
85           Bump requirements to (good) released versions to avoid
86           confusion and make implicit core requirement explicit.
87
88 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
89
90         * docs/plugins/Makefile.am:
91         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
92         * docs/plugins/gst-plugins-good-plugins-sections.txt:
93         * docs/plugins/gst-plugins-good-plugins.args:
94         * docs/plugins/inspect/plugin-audiofx.xml:
95         * gst/audiofx/Makefile.am:
96         * gst/audiofx/audiochebband.c:
97         * gst/audiofx/audiochebband.h:
98         * gst/audiofx/audiocheblimit.c:
99         * gst/audiofx/audiocheblimit.h:
100         * gst/audiofx/audiochebyshevfreqband.c:
101         * gst/audiofx/audiochebyshevfreqband.h:
102         * gst/audiofx/audiochebyshevfreqlimit.c:
103         * gst/audiofx/audiochebyshevfreqlimit.h:
104         * gst/audiofx/audiofx.c:
105         * tests/check/Makefile.am:
106         * tests/check/elements/.cvsignore:
107         * tests/check/elements/audiochebband.c:
108         * tests/check/elements/audiocheblimit.c:
109         * tests/check/elements/audiochebyshevfreqband.c:
110         * tests/check/elements/audiochebyshevfreqlimit.c:
111
112         Rename audiochebyshevfreqband -> audiochebband and
113         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
114         surgery.
115
116         Closes: #491811
117
118 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
119
120         Patch by: orjan <orjanf at axis dot com>
121
122         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
123         Fix caps memory leak. Fixes #514573.
124
125 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
126
127         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
128         If there's no entries in the subindex, don't try to do anything stupid,
129         just return.
130
131 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
132
133         Patch by: John Millikin <jmillikin at gmail dot com>
134
135         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
136           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
137           Fix extraction of picture blocks with newer libflac versions again:
138           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
139
140 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
141
142         * tests/check/Makefile.am:
143           Add rtp-payloading test to VALGRIND_TO_FIX.
144
145         * tests/check/elements/rtp-payloading.c:
146           Add semicolons after GST_TEST_END so gst-indent gets the
147           formatting right; make test less verbose in general, but
148           more verbose in the error case (which should probably
149           make the test fail anyway).
150
151 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
152
153         * docs/plugins/Makefile.am:
154         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
155         * docs/plugins/gst-plugins-good-plugins-sections.txt:
156         * gst/avi/gstavisubtitle.c:
157         Add documentation for avisubtitle and change class to
158         Codec/Parser/Subtitle
159
160 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
161
162         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
163         Treat ENOTTY (driver does not implement ioctl) the same as
164         EINVAL since it implies there are no available standards.
165
166         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
167         (gst_v4l2src_get_nearest_size):
168         Replace gst_v4l2src_get_size_limits with 2 calls to new function
169         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
170         probe if the driver does not support VIDIOC_TRY_FMT for whatever
171         reason, and if we aren't yet actively capturing.
172
173         * sys/v4l2/v4l2src_calls.h:
174         Remove replaced function declaration.
175
176 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
177
178         * configure.ac:
179         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
180         API.
181
182 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
183
184         * configure.ac:
185         Fix typo.
186
187 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
188
189         * gst/alpha/Makefile.am:
190         * gst/alpha/gstalpha.c:
191
192         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
193         some stuff, and making buffer-alloc and resizing work automatically.
194         No longer crashes on odd frame widths and heights, although there
195         seems to be a disagreement with ffmpegcolorspace about what size
196         an AYUV frame with odd height should be.
197
198 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
199
200         Patch by: Alessandro Decina <alessandro at nnva dot org>
201
202         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
203         * ext/libpng/gstpngenc.h:
204         Preallocate the output buffer so that g_memdup() and
205         gst_buffer_merge() aren't needed anymore. This greatly improves
206         performances and fixes #512544.
207
208 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
209
210         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
211         (gst_avi_demux_stream_data):
212         GStreamer timestamps are PTS values while AVI only knows about DTS
213         timestamps. Make sure we only copy the DTS as the buffer timestamp when
214         we are dealing with a key frame.
215
216 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
217
218         * tests/check/Makefile.am:
219         * tests/check/elements/.cvsignore:
220         * tests/check/elements/rtp-payloading.c:
221           Add add testsuite for the rtp-payloader that tries simulating
222           dataflow. Needs more test data.
223
224 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
225
226         * tests/check/elements/alphacolor.c:
227           Remove two unused variables.
228
229 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
230
231         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
232           Use g_ascii_strtoll() instead of atoll, which is only
233           available in C99.
234
235 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
236
237         * gst/rtp/Makefile.am:
238         * gst/rtp/gstrtp.c:
239         * gst/rtp/gstrtpmpvpay.c:
240         * gst/rtp/gstrtpmpvpay.h:
241         Add MPEG2 video payloader
242
243 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
244
245         * gst/level/gstlevel.c:
246         Use #include <math.h> instead of #include "math.h".
247
248 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
249
250         * tests/check/Makefile.am:
251         Fix up some CFLAGS sets.
252         Don't include gconfvideosrc in the states test.
253
254         * tests/check/elements/autodetect.c: (GST_START_TEST):
255         Add some error strings to fail_unless arguments to fix some weird
256         compiler errors on Solaris.
257
258 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
259
260         * configure.ac:
261         Detect video4linux headers on Solaris too.
262         * sys/v4l2/gstv4l2colorbalance.h:
263         * sys/v4l2/gstv4l2object.h:
264         * sys/v4l2/v4l2_calls.c:
265         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
266         (gst_v4l2_buffer_new):
267
268         Make v4l2 build on Solaris.
269         Patch by: Brian Cameron  <brian.cameron at sun dot com>
270         Fixes: #510505
271
272 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
273
274         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
275           Update list from (still local) scanning script.
276
277 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
278
279         Based on a patch by:
280             Victor STINNER <victor dot stinner at haypocalc dot com>
281
282         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
283         Set variable to NULL after freeing it to prevent double frees
284         or make failures by another use of it afterwards more obvious
285         and fix use of it after the freeing. Fixes bug #510592.
286
287 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
288
289         * gst/udp/gstmultiudpsink.c:
290         use GST_WARNING for logging
291
292 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
293
294         * gst/udp/gstmultiudpsink.c:
295         Don't try to leave a multicast group with an invalid socket
296
297 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
298
299         * ext/flac/gstflacdec.c:
300           Fix compilation against flac 1.1.2 (as on debian stable), where
301           the picture metadata defines and structs don't exist yet.
302           Fixes #509301.
303
304 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
305
306         Patch by: Olivier Crete <tester at tester dot ca>
307
308         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
309         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
310         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
311         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
312         * gst/udp/gstmultiudpsink.h:
313         Add property to automatically join a multicast group or not. This can be
314         useful when sharing a socket between multiple elements.
315         Fixes #509531.
316
317 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
318
319         * gst/videomixer/Makefile.am:
320           Add controller flags.
321
322 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
323
324         * gst/videomixer/videomixer.c:
325           Also commit the missing gst_object_sync_values().
326
327 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
328
329         * docs/plugins/Makefile.am:
330           Remove duplicate entry.
331
332 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
333
334         * docs/plugins/Makefile.am:
335         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
336         * docs/plugins/gst-plugins-good-plugins-sections.txt:
337         * docs/plugins/inspect/plugin-gamma.xml:
338         * docs/plugins/inspect/plugin-monoscope.xml:
339         * docs/plugins/inspect/plugin-video4linux2.xml:
340           Add 3 more plugins to docs.
341
342 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
343
344         * docs/plugins/gst-plugins-good-plugins-sections.txt:
345         * sys/osxvideo/osxvideosink.h:
346           Revert previous change caused by a file that got stuck on an old
347           revision.
348
349 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
350
351         * docs/plugins/gst-plugins-good-plugins-sections.txt:
352         * gst/multipart/Makefile.am:
353         * gst/multipart/multipartdemux.c:
354         * gst/multipart/multipartdemux.h:
355         * gst/multipart/multipartmux.c:
356         * gst/multipart/multipartmux.h:
357           Re-add multipartdemux to the docs. Last round of section cleanup.
358
359 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
360
361         * docs/plugins/Makefile.am:
362         * docs/plugins/gst-plugins-good-plugins-sections.txt:
363         * sys/osxaudio/gstosxaudiosink.h:
364         * sys/osxvideo/osxvideosink.h:
365           Managed to resolve most unused declarations. Filed a bug for one left.          
366
367 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
368
369         * docs/plugins/gst-plugins-good-plugins-sections.txt:
370           Cleanup section file.
371
372 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
373
374         * docs/plugins/Makefile.am:
375         * docs/plugins/gst-plugins-good-plugins.args:
376         * docs/plugins/gst-plugins-good-plugins.signals:
377         * docs/plugins/inspect/plugin-alaw.xml:
378         * docs/plugins/inspect/plugin-alpha.xml:
379         * docs/plugins/inspect/plugin-alphacolor.xml:
380         * docs/plugins/inspect/plugin-annodex.xml:
381         * docs/plugins/inspect/plugin-apetag.xml:
382         * docs/plugins/inspect/plugin-audiofx.xml:
383         * docs/plugins/inspect/plugin-auparse.xml:
384         * docs/plugins/inspect/plugin-autodetect.xml:
385         * docs/plugins/inspect/plugin-avi.xml:
386         * docs/plugins/inspect/plugin-cairo.xml:
387         * docs/plugins/inspect/plugin-cdio.xml:
388         * docs/plugins/inspect/plugin-cutter.xml:
389         * docs/plugins/inspect/plugin-debug.xml:
390         * docs/plugins/inspect/plugin-dv.xml:
391         * docs/plugins/inspect/plugin-efence.xml:
392         * docs/plugins/inspect/plugin-effectv.xml:
393         * docs/plugins/inspect/plugin-flac.xml:
394         * docs/plugins/inspect/plugin-flxdec.xml:
395         * docs/plugins/inspect/plugin-gconfelements.xml:
396         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
397         * docs/plugins/inspect/plugin-goom.xml:
398         * docs/plugins/inspect/plugin-halelements.xml:
399         * docs/plugins/inspect/plugin-icydemux.xml:
400         * docs/plugins/inspect/plugin-id3demux.xml:
401         * docs/plugins/inspect/plugin-jpeg.xml:
402         * docs/plugins/inspect/plugin-ladspa.xml:
403         * docs/plugins/inspect/plugin-level.xml:
404         * docs/plugins/inspect/plugin-matroska.xml:
405         * docs/plugins/inspect/plugin-mulaw.xml:
406         * docs/plugins/inspect/plugin-multipart.xml:
407         * docs/plugins/inspect/plugin-navigationtest.xml:
408         * docs/plugins/inspect/plugin-png.xml:
409         * docs/plugins/inspect/plugin-quicktime.xml:
410         * docs/plugins/inspect/plugin-rtp.xml:
411         * docs/plugins/inspect/plugin-rtsp.xml:
412         * docs/plugins/inspect/plugin-shout2send.xml:
413         * docs/plugins/inspect/plugin-smpte.xml:
414         * docs/plugins/inspect/plugin-speex.xml:
415         * docs/plugins/inspect/plugin-taglib.xml:
416         * docs/plugins/inspect/plugin-udp.xml:
417         * docs/plugins/inspect/plugin-videobalance.xml:
418         * docs/plugins/inspect/plugin-videobox.xml:
419         * docs/plugins/inspect/plugin-videocrop.xml:
420         * docs/plugins/inspect/plugin-videoflip.xml:
421         * docs/plugins/inspect/plugin-videomixer.xml:
422         * docs/plugins/inspect/plugin-wavenc.xml:
423         * docs/plugins/inspect/plugin-wavpack.xml:
424         * docs/plugins/inspect/plugin-wavparse.xml:
425           Update plugin docs.
426
427         * gst/videomixer/Makefile.am:
428         * gst/videomixer/videomixer.c:
429         * gst/videomixer/videomixer.h:
430         * gst/videomixer/videomixerpad.h:
431           Split out header to fix warnings from the doc-build.
432
433 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
434
435         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
436
437         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
438         Use atoll to parse the rtptime with enough precision. Fixes #509329.
439
440 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
441
442         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
443         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
444           Initialise variables to work around (false) 'foo might be used
445           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
446
447 2008-01-11  David Schleef  <ds@schleef.org>
448
449         * docs/plugins/.cvsignore:
450         * tests/check/pipelines/.cvsignore:
451           Ignore more files for the buildbot.
452
453 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
454
455         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
456         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
457         Generate the image-type values correctly. Leave them out of the caps
458         when outputting a "preview image" tag, since it only makes sense
459         to have one of those - the type is irrelevant.
460
461         * sys/sunaudio/gstsunaudiomixerctrl.c:
462         (gst_sunaudiomixer_ctrl_open):
463         If we can, mark the mixer multiple open when we use it, in case
464         (for some reason) the process wants to open it again elsewhere.
465
466 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
467
468         Patch by: Olivier Crete <tester at tester dot ca>
469
470         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
471         * gst/rtp/gstrtptheorapay.c:
472         Fix the clock rate to 90000 as required by the RFC.
473         Fixes #508644.
474
475 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
476
477         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
478           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
479
480 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
481
482         * autogen.sh:
483           Add -Wno-portability to the automake parameters to stop warnings
484           about GNU make extensions being used. We require GNU make in almost
485           every Makefile anyway.
486           
487         * configure.ac:
488           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
489           at the same time is required for per target flags.
490
491 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
492
493         * gst/videomixer/videomixer.c: (gst_videomixer_init):
494         Fix error from my last commit.
495
496 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
497
498         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
499
500         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
501           Make sure the ISO 639-X language code in ID3v2 COMM frames
502           is actually valid UTF-8 (or rather: ASCII), so we don't end
503           up with non-UTF8 strings in tags if there's garbage in the
504           language field. Also make sure the language code is always
505           lower case. Fixes: #508291.
506
507 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
508
509         * ChangeLog:
510           Fix ChangeLog typo.
511
512 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
513
514         * Makefile.am:
515           Include lcov.mak to allow building coverage reports. Guard
516           check-torture target like in the other packages.
517
518 2008-01-09  Sameer Naik  <sameer@damagehead.com>
519
520         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
521
522         * gst/videomixer/videomixer.c:
523         (gst_videomixer_set_master_geometry), (_do_init),
524         (gst_videomixer_child_proxy_get_child_by_index),
525         (gst_videomixer_child_proxy_get_children_count),
526         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
527         (gst_videomixer_init), (gst_videomixer_request_new_pad),
528         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
529         Implement GstChildProxy interface.
530         Send newsegment at the right moment
531         Fixes #488879
532
533 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
534
535         * gst/alpha/Makefile.am:
536         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
537         (gst_alpha_sink_event), (gst_alpha_chain),
538         (gst_alpha_change_state), (plugin_init):
539         Make the various properties of 'alpha' controllable. This allows doing
540         niceties like fade-in/fade-out.
541
542 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
543
544         * gst/rtp/gstasteriskh263.c:
545         * gst/rtp/gstrtpL16depay.c:
546         * gst/rtp/gstrtpac3depay.c:
547         * gst/rtp/gstrtpamrpay.c:
548         * gst/rtp/gstrtpdepay.c:
549         * gst/rtp/gstrtpgsmdepay.c:
550         * gst/rtp/gstrtph263depay.c:
551         * gst/rtp/gstrtph263pdepay.c:
552         * gst/rtp/gstrtph263ppay.c:
553         * gst/rtp/gstrtph264depay.c:
554         * gst/rtp/gstrtph264pay.c:
555         * gst/rtp/gstrtpmp2tdepay.c:
556         * gst/rtp/gstrtpmp4adepay.c:
557         * gst/rtp/gstrtpmp4gdepay.c:
558         * gst/rtp/gstrtpmp4gpay.c:
559         * gst/rtp/gstrtpmp4vdepay.c:
560         * gst/rtp/gstrtpmpadepay.c:
561         * gst/rtp/gstrtpmpvdepay.c:
562         * gst/rtp/gstrtpsv3vdepay.c:
563         * gst/rtp/gstrtptheoradepay.c:
564         * gst/rtp/gstrtptheorapay.c:
565         * gst/rtp/gstrtpvorbisdepay.c:
566         * gst/rtp/gstrtpvorbispay.c:
567           Remove copy/paste unused code (property setters and getter) found by
568           the coverage suite (yay, saves ~20k on disk).
569
570 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
571
572         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
573           (videosink_templ):
574           Also fix up pad templates to indicate that image/jpeg doesn't
575           absolutely require the framerate property to be set (#504081).
576
577 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
578
579         Based on patch by: Wouter Cloetens  <wouter at mind be>
580
581         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
582           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
583           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
584         * gst/matroska/matroska-mux.h:
585           Keep track of first and last timestamps for each incoming stream,
586           so we can calculate the total duration for live sources and other
587           input where we can't query the duration from the start or where
588           there's no constant framerate from which we can deduce the
589           duration; also use calculated/observed duration if it is bigger
590           than the previously queried duration. Furthermore, use
591           gst_pad_query_peer_duration() and take into account that it may
592           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
593           screws up comparisons when using unsigned integers. Fixes #504081.
594
595 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
596
597         * configure.ac:
598         * gst/audiofx/audioamplify.c:
599         (gst_audio_amplify_clipping_method_get_type),
600         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
601         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
602         (gst_audio_dynamic_transform_ip):
603         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
604         (gst_audio_invert_transform_ip):
605         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
606         (gst_audio_panorama_transform):
607         * gst/level/gstlevel.c: (gst_level_init):
608         Make elements GST_BUFFER_FLAG_GAP aware and call
609         gst_base_transform_set_gap_aware for this.
610         Bump core requirement to CVS.
611         
612         * gst/audiofx/audiochebyshevfreqband.c:
613         (gst_audio_chebyshev_freq_band_transform_ip):
614         * gst/audiofx/audiochebyshevfreqlimit.c:
615         (gst_audio_chebyshev_freq_limit_transform_ip):
616         Also sync GObject properties to the controller if operating
617         in passthrough mode.
618
619 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
620
621         * sys/directdraw/gstdirectdrawsink.c:
622           (gst_directdraw_sink_window_thread):
623           FALSE is not a gpointer.
624
625 2008-01-05  Julien Moutte  <julien@fluendo.com>
626
627         * sys/directdraw/gstdirectdrawsink.c:
628         (gst_directdraw_sink_set_window_id),
629         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
630         (gst_directdraw_sink_buffer_alloc),
631         (gst_directdraw_sink_draw_borders),
632         (gst_directdraw_sink_show_frame),
633         (gst_directdraw_sink_setup_ddraw),
634         (gst_directdraw_sink_window_thread),
635         (gst_directdraw_sink_get_ddrawcaps),
636         (gst_directdraw_sink_surface_create): Make sure we create our
637         internal window only when we need it. That will give a chance to
638         the application to get the prepare-xwindow-id bus message. Draw
639         black borders when keeping aspect ratio. Handle the case where our
640         rendering window disappears (closed or errors) like other sinks
641         do. Various 80 columns fixes, improve state change order. That
642         element could need some more love.
643
644 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
645
646         * ext/taglib/gstapev2mux.h:
647         * ext/taglib/gstid3v2mux.h:
648         Remove useless typedefs without new type name. Fixes a warning with
649         gcc 4.3.
650
651 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
652
653         Patch by: John Millikin <jmillikin at gmail dot com>
654
655         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
656         (gst_flac_dec_setup_stream_decoder),
657         (gst_flac_normalize_picture_mime_type),
658         (gst_flac_extract_picture_buffer),
659         (gst_flac_dec_metadata_callback):
660         Emit metadata messages when a PICTURE block is encountered.
661         Fixes #506715.
662
663 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
664
665         * gst/avi/gstavi.c:
666         increase rank because no known issues anymore ...
667         * gst/avi/gstavisubtitle.c:
668         send subtitle name to the srcpad
669
670 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
671
672         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
673         * gst/rtsp/gstrtspsrc.h:
674         Implement redirect for the DESCRIBE reply. Fixes #506025.
675
676 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
677
678         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
679         Fix 'xyz may be used uninitialized' compiler warnings caused
680         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
681         abort() in any case but properly report the error.
682
683 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
684
685         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
686         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
687         * sys/ximage/gstximagesrc.c: (composite_pixel):
688           Fix 'xyz may be used uninitialized' compiler warnings caused
689           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
690           not really nice to abort in any case). Fixes #505745.
691
692 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
693
694         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
695           Small unit test fix (has no practical impact at the moment,
696           since we're only feeding utf8 and hence just create a sub-
697           buffer for the output).
698
699 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
700
701         * gst/avi/gstavisubtitle.c:
702         * tests/check/elements/avisubtitle.c:
703         Add seeking support for avi subtitle
704
705 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
706
707         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
708         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
709         (gst_flac_dec_write):
710         * ext/flac/gstflacdec.h:
711         Remove some unused vars.
712         Do more cleanup of leftover events and tags.
713         Output tags after the segment event. Fixes #504018.
714
715 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
716
717         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
718           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
719           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
720           Detect other UTF byte order markers and convert to UTF-8 as
721           appropriate.
722
723 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
724
725         * gst/avi/gstavisubtitle.c: (src_template),
726           (gst_avi_subtitle_extract_utf8_file),
727           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
728           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
729           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
730         * gst/avi/gstavisubtitle.h:
731           Refactor a bit; fix name extraction; don't assume all the data
732           in the chunk is actually subtitle data, there may be padding at
733           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
734           file so it's there to send again after a seek (for future use).
735
736 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
737
738         * gst/avi/Makefile.am:
739         * gst/avi/gstavi.c:
740         * gst/avi/gstavisubtitle.c:
741         * gst/avi/gstavisubtitle.h:
742         * tests/check/Makefile.am:
743         * tests/check/elements/avisubtitle.c:
744         * win32/common/config.h:
745                 Add avi subtitle element for bug #442034. Need seeking support
746                 and more support for character conversion.
747
748 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
749
750         * Makefile.am:
751           Include common/win32.mak for CRLF check of win32 project
752           files (see #393626).
753
754         * win32/vs6/libgstpng.dsp:
755           Fix line endings and do cvs admin -kb.
756
757 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
758
759         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
760         Actually drop the buffers which are outside the currently configured
761         segment instead of just emitting a WARNING.
762
763 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
764
765         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
766         (gst_flac_dec_write):
767         * ext/flac/gstflacdec.h:
768         Send segments from the streaming thread. Fixes #502187.
769         Fix segment seeking and a bunch of other seeking cases.
770
771 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
772
773         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
774           Parse WOAF frames and put the result into GST_TAG_CONTACT,
775           which is where it would end up if the same information was
776           put in a vorbis comment (don't think it's worth adding a
777           new URI tag for this). Fixes #488112.
778
779 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
780
781         * configure.ac:
782           We need core/base 0.10.15 or later.
783
784 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
785
786         Patch by: Mark Nauwelaerts <manauw skynet be>
787
788         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
789         Fix regression in stream numbering. Fixes #502655.
790
791 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
792
793         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
794
795         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
796         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
797         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
798         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
799         (gst_rtp_h264_pay_handle_buffer):
800         * gst/rtp/gstrtph264pay.h:
801         Use higher performance start-code searching.
802         Parse NALs and store SPS, PPS and profile in the caps so that they can
803         be used in the SDP. Fixes #502814.
804
805 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
806
807         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
808         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
809           Init some structs to zero before we pass them to ioctl, which
810           avoids valgrind warnings.  Also fix a small memory leak.
811
812 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
813
814         Patch by: Wouter Cloetens <wouter at mind dot be>
815
816         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
817         Copy timestamp from input to output. Not very perfect yet but better
818         than nothing. Fixes #503023.
819
820 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
821
822         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
823           Also print a useful error message with the old Wavpack API
824           if possible.
825
826 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
827
828         * ext/wavpack/gstwavpackdec.c:
829           More build fixes for old libwavpack versions: include config.h so
830           that WAVPACK_OLD_API is actually defined as detected; only use
831           WavpackGetErrorMessage if it is available. This fixes the build
832           on debian stable for me.
833
834 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
835
836         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
837         * ext/wavpack/gstwavpackparse.c:
838           (gst_wavpack_parse_create_src_pad):
839           Workaround the non-existance of WavpackGetChannelMask in Wavpack
840           versions below 4.40.0.
841
842 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
843
844         * configure.ac:
845           And now do it right for real...
846
847 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
848
849         * configure.ac:
850           Correctly reset $LIBS to not contain -lm.
851
852 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
853
854         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
855
856         * configure.ac:
857         * ext/cairo/gsttimeoverlay.c:
858           (gst_cairo_time_overlay_print_smpte_time):
859           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
860           and checking for rint() and implementing it ourself if it doesn't
861           exist. Fixes #497293.
862
863 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
864
865         * configure.ac:
866           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
867
868 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
869
870         * sys/oss/gstosshelper.c:
871         Verify that the format returned after the ioctl is the one
872         we requested. It is valid for the ioctl to succeed while
873         substituting an alternate 'supported' sample format.
874
875 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
876
877         * sys/oss/gstossaudio.c: (plugin_init):
878         * sys/oss/gstosssink.c: (gst_oss_sink_open):
879         * sys/oss/gstosssrc.c: (gst_oss_src_open):
880           Post decent (and translated) error message when we can't
881           open the audio device for some reason.
882
883 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
884
885         * sys/oss/gstosssink.c:
886         * sys/oss/gstosssrc.c:
887         Allow the AUDIODEV environment variable to redirect us
888         to a different default OSS device, like sunaudiosink does
889         on Solaris (makes audio play automatically on SunRays).
890
891 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
892
893         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
894         * gst/audiofx/audiochebyshevfreqband.c:
895         (gst_audio_chebyshev_freq_band_transform_ip):
896         * gst/audiofx/audiochebyshevfreqlimit.c:
897         (gst_audio_chebyshev_freq_limit_transform_ip):
898         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
899         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
900         The transform_ip() methods should do nothing if in passthrough mode.
901         It might get non-writable buffers in that case but the buffer might
902         as well be writable.
903
904         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
905         The transform() methods won't be called in passthrough mode and
906         otherwise the buffer is always writable so don't check here.
907
908 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
909
910         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
911           Fix seeking in .wav files again (#501775).  Some people seem to think
912           they don't need to test their changes when they're just 'reflowing'
913           some code.
914
915 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
916
917         * gst/autodetect/gstautovideosink.c:
918         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
919         (gst_auto_video_sink_init),
920         (gst_auto_video_sink_create_element_with_pretty_name),
921         (gst_auto_video_sink_find_best),
922         (gst_auto_video_sink_set_property),
923         (gst_auto_video_sink_get_property):
924         * gst/autodetect/gstautovideosink.h:
925         Fix docs.
926         Use same error reporting code as autoaudiosink.
927         Add property to filter sinks based on caps. Only select raw video sinks
928         by default for backwards compat.
929         API: GstAutoVideoSink::filter-caps
930
931 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
932
933         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
934
935         * gst/autodetect/gstautoaudiosink.c:
936         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
937         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
938         (gst_auto_audio_sink_set_property),
939         (gst_auto_audio_sink_get_property):
940         * gst/autodetect/gstautoaudiosink.h:
941         Add property to filter sinks based on caps. Only select raw audio sinks
942         by default for backwards compat.  Fixes #417420.
943         API: GstAutoAudioSink::filter-caps
944
945 2007-11-29  Michael Smith <msmith@fluendo.com>
946
947         Patch by: Arek Korbik <arkadini@gmail.com>
948
949         * gst/videobox/gstvideobox.c: (plugin_init):
950           Initialise liboil in plugin_init()
951
952 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
953
954         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
955         Post error before sending EOS. Fixes #499178.
956
957 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
958
959         * win32/vs6/gst_plugins_good.dsw:
960         * win32/vs6/libgstpng.dsp:
961         Add a project file for libgstpng
962
963 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
964
965         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
966         (gst_rtp_h263_depay_process):
967         Code beautification.
968         Added debug statements.
969         Don't bit-shift everything, just do operations on last/first byte
970         instead.
971
972 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
973
974         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
975
976         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
977         Fix wrong comparison in overrun check. Fixes #499239 some more.
978
979 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
980
981         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
982         (gst_rtp_h263_depay_process):
983         * gst/rtp/gstrtph263depay.h:
984         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
985         stream.
986
987 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
988
989         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
990
991         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
992         (gst_rtp_mp4a_depay_process):
993         * gst/rtp/gstrtpmp4adepay.h:
994         Fix depayloading when multiple frames are inside one RTP packet.
995         Fixes #499239.
996
997 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
998
999         * gst/level/gstlevel.c:
1000           Add GAP-flag support.
1001
1002 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
1003
1004         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
1005         Read the I flag for Mode A h263 rtp stream and set the
1006         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
1007         Fixes #499383
1008
1009 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1010
1011         * gst/level/gstlevel.c:
1012           Remove some dead code and do cleanups.
1013
1014 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1015
1016         * tests/check/pipelines/simple-launch-lines.c:
1017           Improve the tests by allowing to set a target state.
1018
1019 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
1020
1021         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
1022         Don't check the caps of the output buffer if they're equal some
1023         other caps. The caps can change in a backward compatible way
1024         and did at this point.
1025
1026 2007-11-24  Julien MOUTTE  <julien@moutte.net>
1027
1028         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
1029         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
1030         (gst_qtdemux_seek_to_previous_keyframe),
1031         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
1032         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
1033         reverse playback support.
1034
1035 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1036
1037         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
1038         Also set the channel layout on the Wavpack caps if we're having
1039         a mono layout. Of course only do it for "audio/x-wavpack".
1040
1041 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1042
1043         * ext/wavpack/gstwavpackcommon.c:
1044         (gst_wavpack_get_default_channel_mask),
1045         (gst_wavpack_set_channel_layout),
1046         (gst_wavpack_get_default_channel_positions),
1047         (gst_wavpack_get_channel_mask_from_positions),
1048         (gst_wavpack_set_channel_mapping):
1049         * ext/wavpack/gstwavpackcommon.h:
1050         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
1051         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
1052         * ext/wavpack/gstwavpackdec.h:
1053         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1054         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
1055         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
1056         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
1057         (gst_wavpack_enc_rewrite_first_block),
1058         (gst_wavpack_enc_sink_event):
1059         * ext/wavpack/gstwavpackenc.h:
1060         * ext/wavpack/gstwavpackparse.c:
1061         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
1062         (gst_wavpack_parse_scan_to_find_sample),
1063         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
1064         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
1065         * ext/wavpack/gstwavpackparse.h:
1066         Add support for encoding, parsing and decoding multichannel
1067         files with up to 8 channels. This also improves the robustness
1068         of parsing quite a bit.
1069
1070         * ext/wavpack/gstwavpackstreamreader.c:
1071         (gst_wavpack_stream_reader_read_bytes),
1072         (gst_wavpack_stream_reader_get_pos),
1073         (gst_wavpack_stream_reader_set_pos_abs),
1074         (gst_wavpack_stream_reader_set_pos_rel),
1075         (gst_wavpack_stream_reader_push_back_byte),
1076         (gst_wavpack_stream_reader_get_length),
1077         (gst_wavpack_stream_reader_can_seek),
1078         (gst_wavpack_stream_reader_write_bytes):
1079         Improve debugging.
1080
1081 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1082
1083         * ext/libpng/gstpngdec.c:
1084         * ext/libpng/gstpngdec.h:
1085           Don't release the png-memory from within the callback.
1086
1087 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1088
1089         Patch by: René Stadler <mail at renestadler dot de>
1090
1091         * ext/libpng/gstpngenc.c:
1092           Don't leak buffer data memory. Fixes #498395.
1093
1094 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1095
1096         Patch by: René Stadler <mail at renestadler dot de>
1097
1098         * tests/check/pipelines/simple-launch-lines.c:
1099           Tests for #498395.
1100
1101 2007-11-20  Julien MOUTTE  <julien@moutte.net>
1102
1103         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
1104         (gst_tag_lib_mux_adjust_event_offsets):
1105         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
1106         * sys/osxaudio/Makefile.am:
1107         * sys/osxvideo/cocoawindow.h:
1108         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
1109
1110 2007-11-15  David Schleef  <ds@schleef.org>
1111
1112         * ext/cairo/gsttextoverlay.c:
1113           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
1114
1115 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1116
1117         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
1118
1119         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
1120         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
1121         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
1122         * gst/rtp/gstrtpmp2tpay.h:
1123         Fill the MTU with as many packets as possible. Fixes #491323.
1124
1125 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1126
1127         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1128
1129         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1130         Fix some more leaks. Fixes #497007.
1131
1132 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1133
1134         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1135
1136         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
1137         (gst_rtspsrc_stream_configure_tcp):
1138         Fix 3 pad leaks. Fixes #496983.
1139
1140 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1141
1142         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1143
1144         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
1145         Fix small leak. Fixes #497017.
1146
1147 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1148
1149         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1150         (gst_qtdemux_prepare_current_sample),
1151         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
1152         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
1153         * gst/qtdemux/qtdemux_fourcc.h:
1154         * gst/qtdemux/qtdemux_types.c:
1155         Add suppport for theora in quicktime according to XiphQT.
1156
1157 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
1158
1159         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
1160         (gst_v4l2src_init), (gst_v4l2src_set_property),
1161         (gst_v4l2src_get_property):
1162         * sys/v4l2/gstv4l2src.h:
1163         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1164           Always copy buffers by default (handle safer with bugged drivers)
1165           and added a property to make it possible to use mmap effectively (no
1166           copy if possible) when application wants to. Fixes: #480557.
1167
1168 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1169
1170         * gst/id3demux/id3tags.c:
1171         * gst/id3demux/id3tags.h:
1172         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
1173           We don't want the same string multiple times in a tag list for the
1174           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
1175           this doesn't happen and remove special-case code for GST_TAG_GENRE.
1176
1177 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1178
1179         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
1180           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
1181           into ID3v2 TXXX frames (fixes #347848).
1182
1183 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1184
1185         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1186           Don't leak sdp message contents (fixes #496773).
1187
1188         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
1189           Don't leak URI string.
1190
1191 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1192
1193         Patch by: Julien Puydt <julien dot puydt at laposte net>
1194
1195         * ext/raw1394/Makefile.am:
1196         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
1197           (gst_1394_property_probe_get_properties),
1198           (gst_1394_property_probe_probe_property),
1199           (gst_1394_property_probe_needs_probe),
1200           (gst_1394_property_probe_get_values),
1201           (gst_1394_property_probe_interface_init),
1202           (gst_1394_type_add_property_probe_interface):
1203         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
1204         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
1205           (gst_dv1394src_init), (gst_dv1394src_dispose),
1206           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
1207           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
1208           (gst_dv1394src_update_device_name):
1209         * ext/raw1394/gstdv1394src.h:
1210           Implement GstPropertyProbe interface and add "device-name" property,
1211           so applications can use this to probe for available devices in the
1212           same way they can already with v4lsrc and v4l2src (however horrible
1213           this property probe interface may be). Fixes #358841.
1214
1215 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1216
1217         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1218
1219         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
1220           (gst_rtspsrc_parse_range):
1221           Don't leak event, don't leak range (fixes #496752).
1222
1223 2007-11-14  Michael Smith <msmith@fluendo.com>
1224
1225         Patch by: Arek Korbik <arkadini@gmail.com>
1226
1227         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
1228           Detect RGBA/BGRA correctly on little endian systems.
1229
1230 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1231
1232         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1233           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
1234           corresponding ioctl() call fails even though the driver claims to
1235           support this format, just fall back to the pre-2.6.19 kernel
1236           routine that creates caps with suitable height and width ranges
1237           (see #448278).
1238
1239 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1240
1241         Patch by: Mark Nauwelaerts <manauw skynet be>
1242
1243         * gst/matroska/matroska-demux.c:
1244           (gst_matroska_demux_push_dvd_clut_change_event),
1245           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1246           (gst_matroska_demux_subtitle_caps):
1247         * gst/matroska/matroska-ids.h:
1248           Extract palette data for dvd subpicture streams and send it
1249           downstream as custom gstreamer dvd event (fixes #453417).
1250
1251 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1252
1253         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
1254           Implement minimal parsing of the passed pango font description
1255           string, so passing a font size works the same as with the
1256           pango textoverlay plugin; fixes #455086.
1257           (Maybe we could just use pangocairo here at some point).
1258
1259 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1260
1261         * gst/avi/gstavidemux.c:
1262         * gst/wavparse/gstwavparse.c:
1263           Return the result in _activate_pull(). Don't ref element there.
1264
1265 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1266
1267         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
1268         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1269         (gst_wavparse_srcpad_event):
1270           Ref the element when we should, but not when we its not needed. Reflow
1271           the event_handling to not leak the event.       
1272
1273 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
1274
1275         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1276         (qtdemux_parse_samples):
1277         Properly free QTDemuxSamples array.
1278         Protect table write with a sensible check, some files apparently DO contain
1279         stts values starting with 0 :(
1280
1281 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1282
1283         * gst/avi/gstavidemux.c:
1284         * gst/qtdemux/qtdemux.c:
1285           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
1286           previous commit messed up.
1287
1288 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1289
1290         * gst/avi/gstavidemux.c:
1291         * gst/qtdemux/qtdemux.c:
1292           Sync _handle_src_event() with oggdemux. In avidemux also ref the
1293           element when we should, but not when we its not needed.
1294
1295 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
1296
1297         * gst/wavparse/gstwavparse.c:
1298           Return FALSE if we can't handle a query instead of changing the
1299           format. Ignore fact when dealing with mpeg audio.
1300
1301 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1302
1303         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1304
1305         * configure.ac:
1306         * gst/udp/gstdynudpsink.c:
1307         * gst/udp/gstdynudpsink.h:
1308         * gst/udp/gstmultiudpsink.c:
1309         * gst/udp/gstmultiudpsink.h:
1310         * gst/udp/gstudpsink.c:
1311         * gst/udp/gstudpsink.h:
1312           Fix includes for MSVC and GLib-2.14.0 (#492388).
1313
1314         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1315           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
1316
1317 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
1318
1319         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
1320         (gst_mulawdec_chain):
1321         * gst/law/mulaw-decode.h:
1322         Calculate outgoing buffer duration if incoming buffer didn't have a
1323         valid duration.
1324
1325 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1326
1327         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
1328         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
1329         Smarter combine_flow code that also deals with downstream elements
1330         returning UNEXPECTED when they receive data out of the segment
1331         boundaries. Fixes #491305.
1332
1333 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1334
1335         * sys/v4l2/v4l2src_calls.c:
1336           Fix 'unused variable' compiler warning when compiling against
1337           older kernel headers.
1338
1339 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
1340
1341         * ext/taglib/gstid3v2mux.cc (add_funcs):
1342           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
1343
1344 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
1345
1346         * tests/check/pipelines/simple-launch-lines.c:
1347            Improve the tests a little more.
1348
1349 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
1350
1351         patch by: Yun Zheng Hu
1352
1353         * sys/osxaudio/gstosxaudiosrc.c:
1354         Use default input device instead of default output device and
1355         only memcpy actual available bytes.
1356
1357 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
1358
1359         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1360           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
1361           early. It is temporary until we find something better.
1362
1363 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1364
1365         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1366
1367         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
1368         Fix race when pausing a RTSP stream in interleaved.
1369         Fixes #475784.
1370
1371 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1372
1373         Patch by: Peter Kjellerstedt <pkj at axis com>
1374
1375         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
1376         Use correct unref function for buffers. #488844.
1377
1378 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
1379
1380         * gst/avi/gstavimux.c:
1381         * tests/check/elements/avimux.c:
1382           Add some debug and sync tests with the fix.     
1383
1384 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1385
1386         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1387
1388         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1389         When the socket is used by the app for other purposes, don't generate an
1390         error if there is activaty on the socket that is not data related.
1391         Fixes #487488.
1392
1393 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1394
1395         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1396         (gst_v4l2src_grab_frame):
1397         Add some more debug info. Generate an error when we run out of buffers
1398         for some reason. See #480557.
1399
1400 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1401
1402         Patch by: Anders Skargren <anders dot skargren at axis dot com>
1403
1404         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
1405         Set marker bit correctly.
1406
1407 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
1408
1409         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1410         Use allowed name for the GstStructure.
1411
1412 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
1413
1414         * ext/gconf/gstswitchsink.c:
1415         * gst/autodetect/gstautoaudiosink.c:
1416           Use new gst_bus_pop_filtered().
1417
1418 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1419
1420         * sys/v4l2/gstv4l2src.c:
1421         * sys/v4l2/v4l2src_calls.c:
1422           When probing the formats and sizes a camera supports, make
1423           sure the best ones (highest resolution, prefered format)
1424           end up at the beginning of the probed caps and the less
1425           desirable ones at the end.  This is important because the
1426           order within the caps matters for things like fixation and
1427           negotiation, ie. what format is chosen in the end.
1428           With recent kernels, the current probing code will end up
1429           querying the supported sizes from lowest resolution to
1430           highest resolution, adding them to the probed caps in that
1431           order, resulting to v4l2src fixating to the lowest possible
1432           resolution if downstream does not express a size preference.
1433           Also make up a somewhat random ranking of prefered output
1434           formats for the same reason. Fixes #485828.
1435         
1436 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1437
1438         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
1439
1440         * gst/id3demux/id3v2frames.c:
1441           Extract license/copyright URIs from ID3v2 WCOP frames
1442           (Fixes #447000).
1443
1444         * tests/check/elements/id3demux.c:
1445         * tests/files/Makefile.am:
1446         * tests/files/id3-447000-wcop.tag:
1447           Add simple unit test.
1448
1449 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1450
1451         * ext/taglib/gstid3v2mux.cc:
1452           Add support for license/copyright URI tags (ID3v2 WCOP frame).
1453           Prerequisite for #447000.
1454
1455 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
1456
1457         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
1458         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
1459         a GstClockTime.
1460
1461 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1462
1463         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1464         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
1465         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
1466         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
1467         (gst_rtspsrc_change_state):
1468         More seeking fixes, mostly passing around the new playback segment in
1469         order to configure it properly.
1470         Also reset base_time of udp sources when setting them back to PLAYING as
1471         a temporary hack until core supports seek in live sources properly.
1472
1473 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1474
1475         * gst/rtp/gstrtpmp4adepay.c:
1476         Fix caps as to not confuse autopluggers.
1477
1478 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1479
1480         * gst/id3demux/gstid3demux.c:
1481         * gst/id3demux/gstid3demux.h:
1482         * gst/id3demux/id3tags.c:
1483         * gst/id3demux/id3tags.h:
1484         * gst/id3demux/id3v2frames.c:
1485           Port ID3 tag demuxer over to the new GstTagDemux in -base
1486           (now would be a good time to test re-importing your music
1487           collection).
1488
1489 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1490
1491         * gst/apetag/Makefile.am:
1492         * gst/apetag/gstapedemux.c:
1493         * gst/apetag/gstapedemux.h:
1494         * gst/apetag/gsttagdemux.c:
1495         * gst/apetag/gsttagdemux.h:
1496           Port APE tag demuxer over to the new GstTagDemux in -base.
1497
1498 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
1499
1500         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1501         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
1502         (gst_rtspsrc_handle_internal_src_query),
1503         (gst_rtspsrc_handle_src_query), (new_session_pad),
1504         (gst_rtspsrc_stream_configure_tcp),
1505         (gst_rtspsrc_stream_configure_transport),
1506         (gst_rtspsrc_loop_send_cmd):
1507         Improve flushing behaviour.
1508         Set state of the udp sources to PAUSE/PLAYING correctly.
1509         Handle events and queries for UDP and TCP transport now.
1510
1511 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1512
1513         * gst/rtp/gstrtpgsmdepay.c:
1514         * gst/rtp/gstrtpgsmpay.c:
1515           Add log category.
1516
1517 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1518
1519         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
1520
1521         * tests/check/Makefile.am:
1522         * tests/check/pipelines/simple-launch-lines.c:
1523           Add unit tests for payloaders/depayloaders.
1524
1525 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1526
1527         * gst/avi/gstavimux.c:
1528         * gst/avi/gstavimux.h:
1529           Also save codec data for audio streams. Fixes #482495.
1530
1531 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1532
1533         * gst/avi/gstavimux.c:
1534           Fix "Index entry has invalid stream nr 1".
1535           Add support for muxing aac - work in progress (see #482495).
1536
1537 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1538
1539         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
1540         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
1541         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1542         * gst/rtsp/gstrtspsrc.h:
1543         Parse bandwidth modifiers, they are not yet configured in the session
1544         manager because we don't have an API for that yet.
1545
1546 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1547
1548         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
1549         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1550         Use shiny new function in -base to get the default clock-rate.
1551         Update some docs.
1552
1553 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
1554
1555         * win32/MANIFEST:
1556         Add files to win32 manifest.
1557         * win32/vs6/libgstaudiofx.dsp:
1558         * win32/vs6/libgstqtdemux.dsp:
1559         * win32/vs6/libgstrtp.dsp:
1560         * win32/vs6/libgstrtsp.dsp:
1561         Update project files.
1562
1563 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
1564
1565         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
1566         (gst_rtspsrc_play):
1567         * gst/rtsp/gstrtspsrc.h:
1568         In TCP mode, only timestamp the first buffer. TCP is not real time and
1569         it does not make sense to try to skew compensate, also some servers send
1570         the first batch of data in a burst.
1571
1572 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
1573
1574         * gst/matroska/matroska-demux.c:
1575           Fix setting the discont flag on the first buffer
1576           pushed downstream for formats with private codec
1577           data that needs to be deserialised into buffers
1578           (such as vorbis and FLAC when in a matroska container).
1579
1580 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
1581
1582         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1583
1584         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
1585         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
1586         (gst_rtp_mp4v_pay_handle_buffer):
1587         * gst/rtp/gstrtpmp4vpay.h:
1588         Free the config string. Fixes #480707.
1589         Clean up the timestamp code a little.
1590
1591 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1592
1593         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1594         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
1595         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
1596         * gst/rtsp/gstrtspsrc.h:
1597         Set timestamps on RTP buffers in interleaved mode.
1598         Mark first buffers with a DISCONT.
1599         Remove flush hack now that sync for live sources has been figured out.
1600
1601 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1602
1603         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1604         Update documentation.
1605
1606 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1607
1608         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
1609         (gst_rtp_xqt_depay_change_state):
1610         * gst/qtdemux/gstrtpxqtdepay.h:
1611         Fail if we don't know the quicktime format.
1612
1613 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
1614
1615         * ext/flac/gstflacenc.c:
1616         * ext/flac/gstflacenc.h:
1617           Save the flow return from the last gst_pad_push() and
1618           make sure we pass the right flow return value upstream
1619           in the case of failure; minor clean-ups.
1620
1621 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1622
1623         * ext/taglib/gstapev2mux.cc:
1624         * ext/taglib/gstid3v2mux.cc:
1625         * gst/apetag/gstapedemux.c:
1626           Add support for the new GST_TAG_COMPOSER (#459809).
1627
1628 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1629
1630         * gst/law/alaw-decode.c:
1631         * gst/law/alaw-decode.h:
1632         * gst/law/alaw-encode.c:
1633         * gst/law/alaw-encode.h:
1634         * gst/law/alaw.c:
1635         * gst/law/mulaw-conversion.h:
1636           Compulsive clean-ups: use boilerplate macros, add debug
1637           categories, fix up things to conform to symbol nomenklatura,
1638           etc.
1639
1640 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1641
1642         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1643
1644         * gst/law/alaw-decode.c:
1645         * gst/law/alaw-encode.c:
1646           Use static tables for A-Law decoding and encoding; this makes
1647           A-Law decoding and encoding less CPU-intensive, but increases
1648           the binary size a bit. Leaving old code around for now,
1649           selectable by a define in the code. Fixes #435435.
1650
1651 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1652
1653         * configure.ac:
1654         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
1655         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
1656         in configure.ac.
1657
1658 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1659
1660         Patch by: <j at bootlab dot org>
1661
1662         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1663         Add fourccs for MPEG2 HDV streams. Fixes #479960.
1664
1665 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
1666
1667         * sys/oss/gstosshelper.c:
1668           Use GST_WARNING instead of a g_critical. This situation is not caused
1669           by the application.
1670
1671 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1672
1673         * po/LINGUAS:
1674         * po/nl.po:
1675           Updated translations.
1676
1677 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1678
1679         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
1680
1681         * po/eu.po:
1682           Added Basque translation.
1683
1684 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1685
1686         translated by: Abel Cheung <abelcheung@gmail.com>
1687
1688         * po/zh_HK.po:
1689         * po/zh_TW.po:
1690           Added Chinese (traditional and Hong Kong) translation.
1691
1692 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1693
1694         translated by: Jakub Bogusz <qboosh@pld-linux.org>
1695
1696         * po/pl.po:
1697           Added Polish translation.
1698
1699 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1700
1701         translated by: Ilkka Tuohela <hile@iki.fi>
1702
1703         * po/fi.po:
1704           Added Finnish translation.
1705
1706 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1707
1708         translated by: Jorge González González <aloriel@gmail.com>
1709
1710         * po/es.po:
1711           Added Spanish translation.
1712
1713 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1714
1715         translated by: Mogens Jaeger <mogens@jaeger.tf>
1716
1717         * po/da.po:
1718           Added Danish translation.
1719
1720 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1721
1722         translated by: Funda Wang <fundawang@linux.net.cn>
1723
1724         * po/zh_CN.po:
1725           Added Chinese (simplified) translation.
1726
1727 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1728
1729         translated by: Alexander Shopov <ash@contact.bg>
1730
1731         * po/bg.po:
1732           Added Bulgarian translation.
1733
1734 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
1735
1736         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
1737         Set outgoing packet duration because we can. Fixes #478244 some more.
1738
1739 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
1740
1741         * ext/cairo/gsttextoverlay.c:
1742           Add info about static leak.
1743         
1744         * tests/check/Makefile.am:
1745         * tests/check/generic/states.c:
1746           Improved state change unit test.
1747
1748 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
1749
1750         * docs/plugins/.cvsignore:
1751         * tests/check/.cvsignore:
1752           Ignore registries in any format.
1753
1754 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
1755
1756         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
1757         Removed some unused code.
1758
1759         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1760         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
1761         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
1762         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
1763         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
1764         (gst_rtp_theora_pay_flush_packet):
1765         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
1766         Try to preserve the incomming buffer duration on the outgoing
1767         packets. Fixes #478244.
1768
1769 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
1770
1771         * ext/taglib/gstapev2mux.cc:
1772         * ext/taglib/gstid3v2mux.cc:
1773           Work around compiler warnings with g++-4.2 when assigning a
1774           string constant to a gchar * (partially fixes #478092).
1775
1776 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
1777
1778         * configure.ac:
1779           We require core CVS now for gst_base_src_set_do_timestamp().
1780
1781 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1782
1783         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
1784         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1785         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
1786         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
1787         (gst_rtspsrc_handle_message):
1788         Fix compiler warnings shown with Forte.
1789
1790 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1791
1792         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
1793         (gst_rtspsrc_dup_printf):
1794         Give meaningfull error when all streams failed to configure for some
1795         reason.
1796
1797 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1798
1799         * gst/rtp/README:
1800         Update README with the design for synchronisation rules of RTP on
1801         sender and receiver.
1802
1803 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
1804
1805         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
1806         (gst_wavparse_chain):
1807         Don't push EOS from the chain function, the element
1808         driving the pipeline is responsible for this. The bug
1809         this was meant to fix seems to be queue not forwarding
1810         EOS in all cases (see #476514).
1811
1812 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
1813
1814         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
1815         (gst_level_transform_ip):
1816         * gst/level/gstlevel.h:
1817         Use basetransform segment so that it is correctly managed on flushes and
1818         start/stop.
1819         Report message timestamp as stream time, which is what an application
1820         can understand.
1821
1822 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
1823
1824         * ext/taglib/gstapev2mux.cc:
1825         * ext/taglib/gstapev2mux.h:
1826         * ext/taglib/gsttaglibmux.c:
1827         * tests/check/elements/apev2mux.c:
1828         Update my mail address.
1829
1830 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
1831
1832         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
1833         (gst_wavparse_loop), (gst_wavparse_chain):
1834         Add EOS logic for the push-based mode too. Fixes #476514.
1835
1836 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
1837
1838         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
1839         * gst/law/alaw-encode.h:
1840         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1841         (gst_mulawenc_chain):
1842         * gst/law/mulaw-encode.h:
1843         Fix law encoder timestamps.
1844
1845 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
1846
1847         * ext/gconf/gstgconfaudiosink.c:
1848           Fix warning when building without debug.
1849
1850         * sys/oss/gstossmixertrack.c:
1851           Use const like in alsamixertrack.c (fixes warnings).
1852
1853 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
1854
1855         * sys/v4l2/v4l2src_calls.c:
1856         (gst_v4l2src_probe_caps_for_format_and_size):
1857         Fix framerate detection code some more.
1858         Handle the case where there is a weird step in the stepwise framerates.
1859         Don't overwrite the min interval with the framerate, use a temp variable
1860         instead.
1861         Use max in the Continuous framerate intervals instead of step, which is
1862         1 according to the docs. Fixes #475424.
1863
1864 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
1865
1866         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
1867         Make udpsrc timestamp outgoing buffers based on when they were received.
1868         Also make it output a segment in time.
1869
1870 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
1871
1872         * gst/avi/gstavidemux.c:
1873           Plug a little leak. Little code cleanups.
1874
1875 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
1876
1877         * configure.ac:
1878           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
1879           flac versions, 's good for cross-compilation karma.
1880
1881 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
1882
1883         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
1884
1885         * gst/rtp/gstrtph263pay.c:
1886           Fix up header structure so that compilers don't add padding
1887           between the structure fields, since that would lead to us
1888           sending RTP packets with broken headers (as is currently the
1889           case when compiling with MSVC). Also see similar fixes in
1890           libgstrtp in gst-plugins-base. (#474616; #471194)
1891
1892 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
1893
1894         * sys/v4l2/v4l2src_calls.c:
1895         (gst_v4l2src_probe_caps_for_format_and_size):
1896         Don't overwrite our GValue with 0 but instead use the previously
1897         computed value. Fixes #471823 some more.
1898
1899 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
1900
1901         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1902           No tabs in this file please, or gtk-doc will end up documenting
1903           rather absurd class hierarchies.
1904
1905 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
1906
1907         * ext/gconf/gstswitchsink.c:
1908           If the new kid element fails to change state for some reason
1909           (e.g. esdsink not being able to connect to the sound server),
1910           forward the error message it posted on the bus instead of just
1911           posting a generic 'Internal state change error: please file a
1912           bug' error message. Fixes #471364.
1913
1914 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1915
1916         * gst/qtdemux/Makefile.am:
1917         * gst/qtdemux/qtdemux.c:
1918           Don't assume tags are encoded as UTF-8 (#473670).
1919
1920 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1921
1922         * sys/v4l2/gstv4l2src.c:
1923         * sys/v4l2/gstv4l2src.h:
1924         * sys/v4l2/v4l2src_calls.c:
1925           Implement LATENCY queries in the crudest way possible so I don't
1926           have to use sync=false any longer when testing with videosinks.
1927
1928 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1929
1930         * configure.ac:
1931           Fix build.
1932
1933 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1934
1935         * sys/v4l2/v4l2src_calls.c:
1936         (gst_v4l2src_probe_caps_for_format_and_size):
1937         Add some more debugging in the framerate function.
1938         Iterate stepwise framerate up to and _including_ the max and if nothing
1939         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
1940         don't end up with an empty list. Fixes #471823
1941
1942 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1943
1944         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
1945         (gst_multiudpsink_set_clients_string),
1946         (gst_multiudpsink_get_clients_string),
1947         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
1948         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
1949         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
1950         (gst_multiudpsink_clear):
1951         Add property do configure destination address/port pairs
1952         API:GstMultiUDPSink::clients
1953
1954 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1955
1956         * tests/examples/Makefile.am:
1957         * tests/examples/rtp/Makefile.am:
1958         * tests/examples/rtp/client-H263p-AMR.sh:
1959         * tests/examples/rtp/client-H263p-PCMA.sdp:
1960         * tests/examples/rtp/client-H263p-PCMA.sh:
1961         * tests/examples/rtp/client-H264-PCMA.sdp:
1962         * tests/examples/rtp/client-H264-PCMA.sh:
1963         * tests/examples/rtp/client-PCMA.sh:
1964         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
1965         * tests/examples/rtp/server-alsasrc-PCMA.sh:
1966         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
1967         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
1968         Added some RTP example scripts for sending and receiving RTP streams.
1969
1970 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1971
1972         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
1973         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
1974         Restructure the setcaps function so that we can also compute the
1975         expected GStreamer output size of the video frames.
1976         Set frame_byte_size correctly so that read-based devices have a chance
1977         of working correctly.
1978         When grabbing a frame, discard frames that are not of the expected size.
1979         Some cameras don't output the right framesize for the first buffer.
1980         Try only a couple of times to get a valid frame, else error out.
1981
1982         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
1983         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
1984         Add some more debug info when scanning the device.
1985
1986         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
1987         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
1988         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
1989         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
1990         Add some more debug info when dequeing a frame.
1991
1992 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
1993
1994         * gst/wavparse/gstwavparse.c:
1995           More code cleanups. Add some more comment and improve debugs logs.
1996
1997 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
1998
1999         * gst/wavparse/gstwavparse.c:
2000         * gst/wavparse/gstwavparse.h:
2001           Implement seek-query. Refactor duration calculations. Appropriate use
2002           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
2003           out of loops.
2004
2005 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
2006
2007         * gst/avi/gstavidemux.c:
2008           Implement seek-query.
2009
2010 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
2011
2012         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
2013         (gst_rtspsrc_dup_printf):
2014         Use new basesink async property to make sparse RTCP packet not wait for
2015         preroll.
2016
2017 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
2018
2019         * gst/audiofx/Makefile.am:
2020         Dist the right file.
2021
2022 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
2023
2024         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
2025         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
2026         Make sure we generate and parse floating point values in the POSIX
2027         locale instead of the current locale. 
2028
2029 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
2030
2031         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
2032         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
2033         (gst_rtspsrc_play):
2034         * gst/rtsp/gstrtspsrc.h:
2035         Fix method detection again.
2036         Keep track of when we must send a Range header.
2037         Use segment values for Range, Speed and Scale headers.
2038         Parse Speed and Scale headers to update the segment values.
2039
2040 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
2041
2042         patch by: Mark Nauwelaerts <manauw@skynet.be>
2043
2044         * sys/v4l2/v4l2src_calls.c:
2045           Handle optional v4l2 ioctls gracefully.
2046
2047 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
2048
2049         * gst/rtp/Makefile.am:
2050         * gst/rtp/gstrtp.c: (plugin_init):
2051         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
2052         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
2053         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
2054         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
2055         (gst_rtp_h263_depay_get_property),
2056         (gst_rtp_h263_depay_change_state),
2057         (gst_rtp_h263_depay_plugin_init):
2058         * gst/rtp/gstrtph263depay.h:
2059         Added an H263 depayloader. Fixes #369392.
2060
2061         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
2062         (gst_rtp_h263p_depay_process):
2063         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2064         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
2065         Make the H263+ pay/depayloader support H263-1998 and H263-2000
2066         payloads.
2067         Also alow plain H263 on the h263p payloaders. Fixes #465040.
2068
2069 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2070
2071         * gst/audiofx/audiochebyshevfreqband.c:
2072         * gst/audiofx/audiochebyshevfreqlimit.c:
2073         Add small comparision with the windowed sinc filters in the docs.
2074
2075 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2076
2077         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
2078         (audiochebyshevfreqband_suite):
2079         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
2080         (audiochebyshevfreqlimit_suite):
2081         Also test 32 bit float mode and the type 2 variants of the filters.
2082
2083 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
2084
2085         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2086         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2087         (gst_rtspsrc_loop):
2088         Refactor the udp and interleaved loop function a bit.
2089
2090 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2091
2092         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2093         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
2094         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
2095         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2096         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2097         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
2098         * gst/rtsp/gstrtspsrc.h:
2099         Protect connection activity with a new lock, avoids deadlocks when going
2100         to PAUSED. Fixes #455808.
2101
2102 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2103
2104         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
2105         Fix debug statement.
2106
2107 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2108
2109         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
2110         Fix stray %u in debug line as spotted by Saur on IRC.
2111
2112 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
2113
2114         * gst/audiofx/audiochebyshevfreqband.c:
2115         (gst_audio_chebyshev_freq_band_class_init):
2116         * gst/audiofx/audiochebyshevfreqlimit.c:
2117         (gst_audio_chebyshev_freq_limit_class_init):
2118         Use generator macros for the process functions for the different
2119         sample types, add lower upper boundaries for the GObject properties
2120         so automatically generated UIs can use sliders and add a note about
2121         the number of poles as a too high number of poles combined with
2122         very low or very high frequencies will produce only noise.
2123         * docs/plugins/gst-plugins-good-plugins.args:
2124         Regenerated for the property changes.
2125
2126 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2127
2128         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
2129         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
2130         (gst_rtspsrc_stream_configure_udp_sink),
2131         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
2132         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2133         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2134         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
2135         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
2136         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2137         * gst/rtsp/gstrtspsrc.h:
2138         Improve timeout handling.
2139         Use the same socket for sending and receiving RTCP packets so that some
2140         servers can track clients better.
2141         Improve connection closed handling. Try to reconnect.
2142         Don't overwrite our content base with NULL.
2143         Improve debugging.
2144         Improve range parsing and handling.
2145         Remove flushing hack now that core does the right thing.
2146
2147 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2148
2149         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2150         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
2151         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
2152         (gst_multiudpsink_close), (gst_multiudpsink_add):
2153         * gst/udp/gstmultiudpsink.h:
2154         Add support for getting and setting the socket to use.
2155
2156         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2157         (gst_udpsrc_create), (gst_udpsrc_get_property):
2158         Add support for getting the currently used socket.
2159
2160 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
2161
2162         reviewed by: Stefan Kost  <ensonic@users.sf.net>
2163
2164         * gst/audiofx/Makefile.am:
2165         * gst/audiofx/audiochebyshevfreqband.c:
2166         (gst_audio_chebyshev_freq_band_mode_get_type),
2167         (gst_audio_chebyshev_freq_band_base_init),
2168         (gst_audio_chebyshev_freq_band_dispose),
2169         (gst_audio_chebyshev_freq_band_class_init),
2170         (gst_audio_chebyshev_freq_band_init),
2171         (generate_biquad_coefficients), (calculate_gain),
2172         (generate_coefficients),
2173         (gst_audio_chebyshev_freq_band_set_property),
2174         (gst_audio_chebyshev_freq_band_get_property),
2175         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
2176         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
2177         (gst_audio_chebyshev_freq_band_start):
2178         * gst/audiofx/audiochebyshevfreqband.h:
2179         * gst/audiofx/audiochebyshevfreqlimit.c:
2180         (gst_audio_chebyshev_freq_limit_mode_get_type),
2181         (gst_audio_chebyshev_freq_limit_base_init),
2182         (gst_audio_chebyshev_freq_limit_dispose),
2183         (gst_audio_chebyshev_freq_limit_class_init),
2184         (gst_audio_chebyshev_freq_limit_init),
2185         (generate_biquad_coefficients), (calculate_gain),
2186         (generate_coefficients),
2187         (gst_audio_chebyshev_freq_limit_set_property),
2188         (gst_audio_chebyshev_freq_limit_get_property),
2189         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
2190         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
2191         (gst_audio_chebyshev_freq_limit_start):
2192         * gst/audiofx/audiochebyshevfreqlimit.h:
2193         * gst/audiofx/audiofx.c: (plugin_init):
2194         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
2195         Fixes #464800.
2196
2197         * tests/check/Makefile.am:
2198         * tests/check/elements/.cvsignore:
2199         * tests/check/elements/audiochebyshevfreqband.c:
2200         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
2201         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
2202         * tests/check/elements/audiochebyshevfreqlimit.c:
2203         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
2204         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
2205         Add unit tests for the chebyshev filters.
2206
2207         * docs/plugins/Makefile.am:
2208         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2209         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2210         * docs/plugins/gst-plugins-good-plugins.args:
2211         * docs/plugins/inspect/plugin-1394.xml:
2212         * docs/plugins/inspect/plugin-audiofx.xml:
2213         * docs/plugins/inspect/plugin-dv.xml:
2214         * docs/plugins/inspect/plugin-flac.xml:
2215         * docs/plugins/inspect/plugin-jpeg.xml:
2216         * docs/plugins/inspect/plugin-png.xml:
2217         * docs/plugins/inspect/plugin-rtp.xml:
2218         * docs/plugins/inspect/plugin-shout2send.xml:
2219         * docs/plugins/inspect/plugin-wavpack.xml:
2220         And add docs for the chebyshev filters. While doing
2221         that also run make update in docs/plugins.
2222
2223 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2224
2225         * ext/annodex/gstcmmltag.c:
2226         * gst/rtp/gstrtpvorbispay.c:
2227           Make ro memory to share.
2228
2229 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2230
2231         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2232         Improve UDP performance by avoiding a select() when we have data
2233         available immediatly.
2234
2235 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2236
2237         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
2238         (gst_rtp_dec_class_init):
2239         * gst/rtsp/gstrtpdec.h:
2240         Add (dummy) SSRC management signals.
2241
2242         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2243         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2244         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
2245         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
2246         (on_timeout), (gst_rtspsrc_stream_configure_manager),
2247         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
2248         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2249         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2250         * gst/rtsp/gstrtspsrc.h:
2251         Add connection-speed property.
2252         Add find_stream helper functions.
2253         Handle stream EOS based on BYE messages or SSRC timeout.
2254         Returns SUCCESS from the state change function as we hide our async
2255         elements from the parent.
2256
2257 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2258
2259         * gst/debug/rndbuffersize.c:
2260           Fix da leak.
2261
2262 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
2263
2264         * gst/debug/Makefile.am:
2265         * gst/debug/breakmydata.c:
2266         * gst/debug/gstdebug.c:
2267         * gst/debug/negotiation.c:
2268         * gst/debug/progressreport.c:
2269         * gst/debug/rndbuffersize.c:
2270         * gst/debug/testplugin.c:
2271           Add new test element and clean-up the others a little.
2272
2273 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2274
2275         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2276         Fix parsing of mp4a version 0 atoms. Fixes #465774.
2277
2278 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2279
2280         * gst/rtp/gstrtpilbcdepay.c:
2281           Include stdlib.
2282
2283 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
2284
2285         * gst/rtp/gstrtpmpvdepay.c:
2286         Set the mpegversion in the caps so that autoplugging does not get
2287         confused.
2288
2289 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2290
2291         * po/hu.po:
2292         * po/uk.po:
2293         * po/vi.po:
2294           Updated translations.
2295
2296 2007-08-08  Michael Smith <msmith@fluendo.com>
2297
2298         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2299           Render right border in the correct location.
2300
2301 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
2302
2303         Patch by: Olivier Crete <tester at tester dot ca>
2304
2305         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
2306         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2307         Make mode property a string. Fixes #464475.
2308
2309 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2310
2311         * ext/flac/gstflacenc.c:
2312           Widen caps to match decoder a bit and add more FIXMEs.
2313
2314 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2315
2316         patch by: Mark Nauwelaerts <manauw@skynet.be>
2317
2318         * gst/avi/gstavimux.c:
2319           Fix ODML index tag numbering. Fixes #463624.
2320
2321 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2322
2323         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
2324         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2325         (gst_rtspsrc_stream_configure_tcp),
2326         (gst_rtspsrc_stream_configure_udp_sink):
2327         Fix default clock-rate for realmedia.
2328         Fix parsing of transport.
2329         Don't try to link NULL pads.
2330
2331 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
2332
2333         * po/POTFILES.skip:
2334           Add POTFILES.skip with list of source files that aren't disted at the
2335           moment but contain translatable strings. Should hopefully pacify
2336           broken tools and make it clearer that these files are left out
2337           intentionally (#461600).
2338
2339 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
2340
2341         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
2342         If the buffer was entirely clipped ... don't try sending it :)
2343
2344 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2345
2346         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
2347         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
2348         (gst_rtspsrc_create_transports_string),
2349         (gst_rtspsrc_prepare_transports):
2350         If we don't hav a session manager, set the caps on outgoing buffers
2351         ourselves.
2352         Force PAUSE/PLAY methods for now until the extensions can overwrite.
2353         Append final bit of the transport string even when it does not contain a
2354         placeholder.
2355
2356 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2357
2358         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
2359         (gst_rtsp_ext_list_connect):
2360         * gst/rtsp/gstrtspext.h:
2361         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2362         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
2363         Clean up the interface list.
2364         Allow connecting to interface signals for the extensions.
2365         Remove old extension code.
2366         Free list on cleanup.
2367         Allow extensions to send additional RTSP messages.
2368
2369 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2370
2371         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
2372         Handle a NULL gconf key gracefully by rendering the default element.
2373
2374 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2375
2376         * gst/rtsp/gstrtspext.h:
2377         Fix include path for extension interface.
2378
2379 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2380
2381         * gst/audiofx/audioamplify.h:
2382         Also remove a now unecessary variable here.
2383
2384 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2385
2386         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
2387         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
2388         * gst/audiofx/audiodynamic.c:
2389         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
2390         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
2391         * gst/audiofx/audiodynamic.h:
2392         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
2393         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
2394         * gst/audiofx/audioinvert.h:
2395         Don't save format information ourselves, this is already saved in
2396         GstAudioFilter.
2397
2398 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2399
2400         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2401         (gst_rtsp_ext_list_stream_select):
2402         * gst/rtsp/gstrtspext.h:
2403         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
2404         Use rank to filter out extensions.
2405         Add url to stream_select interface call.
2406
2407 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2408
2409         * gst/rtsp/Makefile.am:
2410         * gst/rtsp/base64.c:
2411         * gst/rtsp/base64.h:
2412         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2413         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
2414         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
2415         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
2416         (gst_rtsp_ext_list_setup_media),
2417         (gst_rtsp_ext_list_configure_stream),
2418         (gst_rtsp_ext_list_get_transports),
2419         (gst_rtsp_ext_list_stream_select):
2420         * gst/rtsp/gstrtspext.h:
2421         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
2422         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
2423         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
2424         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2425         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
2426         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
2427         (gst_rtspsrc_stream_configure_tcp),
2428         (gst_rtspsrc_stream_configure_mcast),
2429         (gst_rtspsrc_stream_configure_udp),
2430         (gst_rtspsrc_stream_configure_udp_sink),
2431         (gst_rtspsrc_stream_configure_transport),
2432         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2433         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2434         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
2435         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
2436         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2437         (gst_rtspsrc_parse_methods),
2438         (gst_rtspsrc_create_transports_string),
2439         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
2440         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
2441         (gst_rtspsrc_play), (gst_rtspsrc_pause),
2442         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
2443         * gst/rtsp/gstrtspsrc.h:
2444         * gst/rtsp/rtsp.h:
2445         * gst/rtsp/rtspconnection.c:
2446         * gst/rtsp/rtspconnection.h:
2447         * gst/rtsp/rtspdefs.c:
2448         * gst/rtsp/rtspdefs.h:
2449         * gst/rtsp/rtspext.h:
2450         * gst/rtsp/rtspextwms.c:
2451         * gst/rtsp/rtspextwms.h:
2452         * gst/rtsp/rtspmessage.c:
2453         * gst/rtsp/rtspmessage.h:
2454         * gst/rtsp/rtsprange.c:
2455         * gst/rtsp/rtsprange.h:
2456         * gst/rtsp/rtsptransport.c:
2457         * gst/rtsp/rtsptransport.h:
2458         * gst/rtsp/rtspurl.c:
2459         * gst/rtsp/rtspurl.h:
2460         * gst/rtsp/sdp.h:
2461         * gst/rtsp/sdpmessage.c:
2462         * gst/rtsp/sdpmessage.h:
2463         * gst/rtsp/test.c:
2464         Use shiny new RTSP and SDP library.
2465         Implement RTSP extensions using the new interface.
2466         Remove a lot of old code.
2467
2468 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
2469
2470         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2471         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
2472
2473 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2474
2475         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2476         Don't unref the outgoing buffer twice when dropping it because it's
2477         outside of the segment.
2478
2479 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2480
2481         * configure.ac:
2482         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
2483         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
2484         Use the new buffer clipping function from gstaudio here and
2485         require gst-plugins-base CVS.
2486         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2487         For framed Wavpack buffers we require a valid timestamp.
2488
2489 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
2490
2491         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
2492         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
2493         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
2494         Clip raw audio and video when we can, keep track of current output
2495         segment.
2496         Don't leak buffers and events when there is no output pad.
2497         Improve debugging here and there.
2498
2499 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
2500
2501         * configure.ac:
2502           Sync liboil check with plugins-base.
2503
2504 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
2505
2506         * ext/annodex/Makefile.am:
2507           Fix CFLAGS/LIBS.
2508
2509         * ext/cdio/gstcdiocddasrc.c:
2510         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
2511           Include stdlib
2512
2513         * ext/cairo/Makefile.am:
2514         * gst/videofilter/Makefile.am:
2515         * tests/examples/level/Makefile.am:
2516           Use $(LIBM) instead of -lm
2517
2518 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2519
2520         * sys/v4l2/gstv4l2src.c:
2521           Add another example pipeline.
2522
2523 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2524
2525         Patch by: Alexander Eichner <alexeichi@yahoo.de>
2526
2527         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2528           Use define here.
2529
2530         * sys/v4l2/gstv4l2tuner.c:
2531         (gst_v4l2_tuner_set_frequency_and_notify):
2532           Don't touch the property - its still disabled.
2533
2534         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
2535         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
2536         * sys/v4l2/v4l2src_calls.h:
2537           Improve fallback format negotionation. Fixes #451388
2538
2539 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2540
2541         * tests/check/elements/videocrop.c: (GST_START_TEST):
2542           Fix the test.
2543
2544 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2545
2546         * docs/plugins/Makefile.am:
2547         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2548         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2549         * docs/plugins/inspect/plugin-jpeg.xml:
2550         * docs/plugins/inspect/plugin-png.xml:
2551         * ext/jpeg/gstjpegdec.c:
2552         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
2553         (gst_pngdec_sink_setcaps):
2554           More docs. More logs in pngdec.
2555
2556 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
2557
2558         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2559           Initialize num_buffers with minimum value.
2560
2561         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
2562         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
2563           Handle frame-size query failure gracefully.
2564
2565 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
2566
2567         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2568         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
2569         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
2570         of qt/aac files.
2571
2572 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
2573
2574         * ext/wavpack/gstwavpackdec.c:
2575         (gst_wavpack_dec_clip_outgoing_buffer):
2576         Fix buffer clipping to correctly clip to the segment stop.
2577
2578 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
2579
2580         * configure.ac:
2581         * tests/Makefile.am:
2582         Remove bogus check for libcheck, since we check for
2583         gstreamer-check and it pulls in the required info from there,
2584         and we weren't actually _using_ the information for libcheck
2585         ourselves anyway.
2586
2587 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
2588
2589         * configure.ac:
2590           Use pkg-config to locate check.
2591
2592 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
2593
2594         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
2595         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
2596         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
2597         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2598         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
2599         * gst/effectv/gstaging.c: (gst_agingtv_transform):
2600         * gst/effectv/gstdice.c: (gst_dicetv_transform):
2601         * gst/effectv/gstedge.c: (gst_edgetv_transform):
2602         * gst/effectv/gstquark.c: (gst_quarktv_transform):
2603         * gst/effectv/gstrev.c: (gst_revtv_transform):
2604         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
2605         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
2606         * gst/effectv/gstwarp.c: (gst_warptv_transform):
2607         * gst/matroska/matroska-demux.c:
2608         (gst_matroska_demux_add_wvpk_header),
2609         (gst_matroska_demux_check_subtitle_buffer),
2610         (gst_matroska_decode_buffer):
2611         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
2612           Fix build against core CVS.
2613
2614 2007-07-10  Edward Hervey  <bilboed@gmail.com>
2615
2616         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
2617         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
2618         don't have enough granularity to convert that boolean into a
2619         GstFlowReturn.
2620
2621 2007-07-06  Michael Smith <msmith@fluendo.com>
2622
2623         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
2624         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
2625         (gst_alawdec_change_state):
2626         * gst/law/alaw-decode.h:
2627         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
2628         (gst_mulawdec_class_init), (gst_mulawdec_init),
2629         (gst_mulawdec_chain), (gst_mulawdec_change_state):
2630         * gst/law/mulaw-decode.h:
2631           Fix capsnego bogosity in *law decoders. 
2632
2633 2007-07-06  Michael Smith <msmith@fluendo.com>
2634
2635         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
2636         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
2637         (gst_smokeenc_change_state):
2638         * ext/jpeg/gstsmokeenc.h:
2639           Remove stupidity in get/set caps functions.
2640           Fix some refcounting problems.
2641
2642 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
2643
2644         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
2645         Remove endianness-flipping hack that seems to have been required
2646         only because of a bug in ffmpegcolorspace.
2647         Partially Fixes: #451908
2648
2649 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
2650
2651         * docs/plugins/Makefile.am:
2652           Simplify --extra-dir as gtkdoc scans recursively.
2653
2654 2007-07-03  Wim Taymans,,,  <set EMAIL_ADDRESS environment variable>
2655
2656         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2657
2658         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2659         Set the encoding-name in the rtp caps to all uppercase, as required by
2660         the caps spec.
2661         Some small cleanups in the error paths. Fixes #453037.
2662
2663 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
2664
2665         * ext/wavpack/gstwavpackparse.c:
2666         (gst_wavpack_parse_index_get_last_entry),
2667         (gst_wavpack_parse_index_get_entry_from_sample),
2668         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
2669         (gst_wavpack_parse_scan_to_find_sample):
2670         * ext/wavpack/gstwavpackparse.h:
2671         Use a GSList for the GArray that is used like a list anyway.
2672
2673 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
2674
2675         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
2676         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
2677         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
2678           Add state change function where we set 0/1 as default framerate in
2679           case our setcaps function isn't called, like it might not in a
2680           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
2681           gdkpixbufdec trying to create caps with a 0/0 framerate.
2682           Also post an error message on the bus if gst_pad_push() fails when
2683           called from our sink event handler (+1 for flow returns for event
2684           functions in 0.11) instead of failing silently.
2685
2686 2007-06-27  Wim Taymans  <wim@fluendo.com>
2687
2688         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
2689         Cast stack args to the proper types. Fixes #451249.
2690
2691 2007-06-27  Wim Taymans  <wim@fluendo.com>
2692
2693         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2694         (new_session_pad), (gst_rtspsrc_setup_streams):
2695         * gst/rtsp/gstrtspsrc.h:
2696         For container formats we only need to activate one of the streams so
2697         that we correctly signal no-more-pads. Fixes #451015.
2698
2699 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
2700
2701         * docs/plugins/gst-plugins-good-plugins.args:
2702         * docs/plugins/inspect/plugin-aasink.xml:
2703         * docs/plugins/inspect/plugin-alaw.xml:
2704         * docs/plugins/inspect/plugin-alpha.xml:
2705         * docs/plugins/inspect/plugin-alphacolor.xml:
2706         * docs/plugins/inspect/plugin-annodex.xml:
2707         * docs/plugins/inspect/plugin-apetag.xml:
2708         * docs/plugins/inspect/plugin-audiofx.xml:
2709         * docs/plugins/inspect/plugin-auparse.xml:
2710         * docs/plugins/inspect/plugin-autodetect.xml:
2711         * docs/plugins/inspect/plugin-avi.xml:
2712         * docs/plugins/inspect/plugin-cacasink.xml:
2713         * docs/plugins/inspect/plugin-cairo.xml:
2714         * docs/plugins/inspect/plugin-cdio.xml:
2715         * docs/plugins/inspect/plugin-cutter.xml:
2716         * docs/plugins/inspect/plugin-debug.xml:
2717         * docs/plugins/inspect/plugin-efence.xml:
2718         * docs/plugins/inspect/plugin-effectv.xml:
2719         * docs/plugins/inspect/plugin-esdsink.xml:
2720         * docs/plugins/inspect/plugin-flac.xml:
2721         * docs/plugins/inspect/plugin-flxdec.xml:
2722         * docs/plugins/inspect/plugin-gconfelements.xml:
2723         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2724         * docs/plugins/inspect/plugin-goom.xml:
2725         * docs/plugins/inspect/plugin-halelements.xml:
2726         * docs/plugins/inspect/plugin-icydemux.xml:
2727         * docs/plugins/inspect/plugin-id3demux.xml:
2728         * docs/plugins/inspect/plugin-jpeg.xml:
2729         * docs/plugins/inspect/plugin-ladspa.xml:
2730         * docs/plugins/inspect/plugin-level.xml:
2731         * docs/plugins/inspect/plugin-matroska.xml:
2732         * docs/plugins/inspect/plugin-mulaw.xml:
2733         * docs/plugins/inspect/plugin-multipart.xml:
2734         * docs/plugins/inspect/plugin-navigationtest.xml:
2735         * docs/plugins/inspect/plugin-ossaudio.xml:
2736         * docs/plugins/inspect/plugin-png.xml:
2737         * docs/plugins/inspect/plugin-quicktime.xml:
2738         * docs/plugins/inspect/plugin-rtp.xml:
2739         * docs/plugins/inspect/plugin-rtsp.xml:
2740         * docs/plugins/inspect/plugin-smpte.xml:
2741         * docs/plugins/inspect/plugin-speex.xml:
2742         * docs/plugins/inspect/plugin-taglib.xml:
2743         * docs/plugins/inspect/plugin-udp.xml:
2744         * docs/plugins/inspect/plugin-videobalance.xml:
2745         * docs/plugins/inspect/plugin-videobox.xml:
2746         * docs/plugins/inspect/plugin-videocrop.xml:
2747         * docs/plugins/inspect/plugin-videoflip.xml:
2748         * docs/plugins/inspect/plugin-videomixer.xml:
2749         * docs/plugins/inspect/plugin-wavenc.xml:
2750         * docs/plugins/inspect/plugin-wavparse.xml:
2751         * docs/plugins/inspect/plugin-ximagesrc.xml:
2752           Update docs with caps info.
2753
2754 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
2755
2756         * po/POTFILES.in:
2757           Add more files with translatable strings (#450878).
2758
2759 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
2760
2761         * MAINTAINERS:
2762         Updating all the maintainers files
2763
2764 2007-06-22  Edward Hervey  <edward@fluendo.com>
2765
2766         * ext/flac/gstflactag.c: (gst_flac_tag_init):
2767         * gst/interleave/deinterleave.c: (deinterleave_init),
2768         (deinterleave_sink_link):
2769         * gst/interleave/interleave.c: (interleave_init):
2770         * gst/median/gstmedian.c: (gst_median_init):
2771         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
2772         Fix memory leaks.
2773         * tests/check/elements/id3demux.c: (pad_added_cb):
2774         Remove unused variable.
2775
2776 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
2777
2778         * ext/gconf/gconf.h:
2779         Make the prototype of gst_gconf_get_key_for_sink_profile
2780         match the implementation.
2781         Patch by: Damien Carbery <damien dot carbery at sun dot com>
2782         Fixes: #449747
2783
2784 2007-06-20  Michael Smith <msmith@fluendo.com>
2785
2786         * gst/rtp/gstrtpdepay.c:
2787           Fix description - rtpdepay is not a payloader.
2788
2789 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
2790
2791         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
2792         (qtdemux_video_caps):
2793         * gst/qtdemux/qtdemux_fourcc.h:
2794           Add MJPG to the variants of motion jpeg.
2795
2796 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
2797
2798         * tests/check/Makefile.am:
2799         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
2800         * tests/check/elements/videocrop.c: (GST_START_TEST):
2801         * tests/check/elements/videofilter.c:
2802         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2803         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
2804           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
2805           error flags are included and it errors out on compiler warnings
2806           for CVS builds; remove unused variables in various unit tests.
2807
2808 2007-06-19  Wim Taymans  <wim@fluendo.com>
2809
2810         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2811         (rtsp_connection_close), (rtsp_connection_free):
2812         Use threadsafe inet_ntop to convert an ip number to a string. 
2813         Fixes #447961.
2814         Don't leak fd (and ip) when freeing a connection without first closing
2815         it.
2816
2817 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
2818
2819         * configure.ac:
2820         Back to CVS
2821
2822         * gst-plugins-good.doap:
2823         Add 0.10.6 to the doap file.
2824
2825 === release 0.10.6 ===
2826
2827 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
2828
2829         * configure.ac:
2830           releasing 0.10.6, "Wobble Board"
2831
2832 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
2833
2834         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2835         (rtsp_connection_free):
2836           Revert previous commit again, since we are frozen (sorry).
2837
2838 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
2839
2840         Patch by: Peter Kjellerstedt <pkj at axis com>
2841
2842         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2843         (rtsp_connection_free):
2844           inet_ntoa() uses a static buffer internally, so we need to copy the
2845           returned string if we want to store it for later (#447961).
2846
2847 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
2848
2849         * win32/vs6/autogen.dsp:
2850         * win32/vs6/gst_plugins_good.dsw:
2851         * win32/vs6/libgstalaw.dsp:
2852         * win32/vs6/libgstalpha.dsp:
2853         * win32/vs6/libgstalphacolor.dsp:
2854         * win32/vs6/libgstapetag.dsp:
2855         * win32/vs6/libgstaudiofx.dsp:
2856         * win32/vs6/libgstauparse.dsp:
2857         * win32/vs6/libgstautodetect.dsp:
2858         * win32/vs6/libgstavi.dsp:
2859         * win32/vs6/libgstcutter.dsp:
2860         * win32/vs6/libgstdirectdraw.dsp:
2861         * win32/vs6/libgstdirectsound.dsp:
2862         * win32/vs6/libgsteffectv.dsp:
2863         * win32/vs6/libgstflx.dsp:
2864         * win32/vs6/libgstgoom.dsp:
2865         * win32/vs6/libgsticydemux.dsp:
2866         * win32/vs6/libgstid3demux.dsp:
2867         * win32/vs6/libgstinterleave.dsp:
2868         * win32/vs6/libgstjpeg.dsp:
2869         * win32/vs6/libgstlevel.dsp:
2870         * win32/vs6/libgstmatroska.dsp:
2871         * win32/vs6/libgstmedian.dsp:
2872         * win32/vs6/libgstmonoscope.dsp:
2873         * win32/vs6/libgstmulaw.dsp:
2874         * win32/vs6/libgstmultipart.dsp:
2875         * win32/vs6/libgstqtdemux.dsp:
2876         * win32/vs6/libgstrtp.dsp:
2877         * win32/vs6/libgstrtsp.dsp:
2878         * win32/vs6/libgstsmpte.dsp:
2879         * win32/vs6/libgstspeex.dsp:
2880         * win32/vs6/libgstudp.dsp:
2881         * win32/vs6/libgstvideobalance.dsp:
2882         * win32/vs6/libgstvideobox.dsp:
2883         * win32/vs6/libgstvideocrop.dsp:
2884         * win32/vs6/libgstvideoflip.dsp:
2885         * win32/vs6/libgstvideomixer.dsp:
2886         * win32/vs6/libgstwaveform.dsp:
2887         * win32/vs6/libgstwavenc.dsp:
2888         * win32/vs6/libgstwavparse.dsp:
2889         Mark *.dsp & *.dsw as binary files and convert to DOS line
2890         endings, as they don't load into VS6 correctly otherwise.
2891
2892 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
2893
2894         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
2895         (rtsp_connection_connect):
2896         Fix the MingW build. 
2897         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
2898         Fixes: #446981
2899
2900 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
2901
2902         * tests/check/elements/.cvsignore:
2903         * tests/icles/.cvsignore:
2904         Hush the buildbots up
2905
2906 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
2907
2908         * configure.ac:
2909         * sys/Makefile.am:
2910         * sys/directdraw/Makefile.am:
2911         * sys/directsound/Makefile.am:
2912         * sys/waveform/Makefile.am:
2913         Make sure to dist everything needed for win32 builds.
2914
2915 2007-06-14  Edward Hervey  <edward@fluendo.com>
2916
2917         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
2918         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
2919         caps.
2920         Fixes #447458
2921
2922 2007-06-13  Wim Taymans  <wim@fluendo.com>
2923
2924         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
2925         Make sure we allocate enough memory for the codec_data.
2926         Fixes #447210.
2927
2928 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
2929
2930         * win32/MANIFEST:
2931         Add videocrop project file to the win32 manifest.
2932         * win32/vs6/gst_plugins_good.dsw:
2933         Add qtdemux,videocrop and waveform projects to the workspace.
2934         * win32/vs6/libgstqtdemux.dsp:
2935         Add zlib to the link list of qtdemux.
2936         * win32/vs6/libgstvideocrop.dsp:
2937         Add a project file for videocrop.
2938
2939 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2940
2941         * po/POTFILES.in:
2942         Add qtdemux for translation
2943
2944 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2945
2946         * configure.ac:
2947         * docs/plugins/Makefile.am:
2948         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2949         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2950         * docs/plugins/inspect/plugin-videocrop.xml:
2951         * gst-plugins-good.spec.in:
2952         * sys/Makefile.am:
2953         * tests/check/Makefile.am:
2954         * tests/icles/Makefile.am:
2955         * tests/icles/videocrop-test.c:
2956         Move videocrop and osxvideo from -bad.
2957
2958 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2959
2960         * configure.ac:
2961         * docs/plugins/Makefile.am:
2962         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2963         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2964         * docs/plugins/gst-plugins-good-plugins.args:
2965         * docs/plugins/inspect/plugin-qtdemux.xml:
2966         * docs/plugins/inspect/plugin-quicktime.xml:
2967         * win32/MANIFEST:
2968         Move qtdemux from -bad.
2969
2970         * gst-plugins-good.spec.in:
2971         Update spec file to reflect moving of qtdemux and wavpack
2972
2973 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2974         
2975         * win32/MANIFEST:
2976         * docs/plugins/Makefile.am:
2977         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2978         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2979         * docs/plugins/inspect/plugin-directdraw.xml:
2980         * docs/plugins/inspect/plugin-directsound.xml:
2981         * docs/plugins/inspect/plugin-waveform.xml:
2982         Move the waveform plugin from -bad too. Update the inspect xml
2983         files to mention Plugins Good instead of Plugins Bad.
2984
2985 2007-06-12  Andy Wingo  <wingo@pobox.com>
2986
2987         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
2988         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
2989         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
2990         finalization and resuscitation. No longer public.
2991         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
2992         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
2993         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
2994         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
2995         miniobject semantics, and be threadsafe.
2996         (gst_v4l2src_queue_frame): Remove this function, as we just call
2997         the ioctls directly in the two places where we queue buffers.
2998         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
2999         directly.
3000         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
3001         to allocate the pool, which also preallocates the GstBuffers.
3002         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
3003         queueing the frames directly.
3004         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
3005         mmap buffers have been dequeued.
3006
3007         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
3008         real MiniObject instead of rolling our own refcounting and
3009         finalizing. Give it a lock.
3010         (struct _GstV4l2Buffer): Remove one intermediary object, having
3011         the buffers hold the struct v4l2_buffer directly.
3012
3013         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
3014         capture_init so that it can set them on the buffers that it will
3015         create.
3016         (gst_v4l2src_get_read): For better or for worse, include the
3017         timestamping and offsetting code here; really we should be using
3018         bufferalloc though.
3019         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
3020         preallocated, mmap'd buffers.
3021
3022 2007-06-11  Wim Taymans  <wim@fluendo.com>
3023
3024         Patch by: daniel fischer <dan at f3c dot com>
3025
3026         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
3027         (gst_ximage_src_get_caps):
3028         Actually use the display_name property so that we can dump any
3029         available X display. Fixes #445905.
3030
3031 2007-06-11  Wim Taymans  <wim@fluendo.com>
3032
3033         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3034
3035         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
3036         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
3037         Add missing rate fields to caps. Fixes #441118.
3038
3039 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
3040
3041         * win32/vs6/gst_plugins_good.dsw:
3042         * win32/vs8/gst-plugins-good.sln:
3043         Add DirectSound and DirectDraw sinks project files to
3044         workspace and solution files.
3045
3046 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3047
3048         Patch by: Josh Coalson <xflac at yahoo dot com>,
3049         updated by Alexis Ballier <aballier at gentoo dot org>:
3050
3051         * configure.ac:
3052         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
3053         (gst_flac_dec_setup_seekable_decoder),
3054         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
3055         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
3056         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
3057         * ext/flac/gstflacdec.h:
3058         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3059         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
3060         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
3061         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
3062         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
3063         (gst_flac_enc_chain), (gst_flac_enc_set_property),
3064         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
3065         * ext/flac/gstflacenc.h:
3066         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
3067         
3068 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3069
3070         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
3071         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
3072         not necessary anymore as we need at least that core version. 
3073
3074 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3075
3076         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3077         (gst_wavpack_dec_chain):
3078         * ext/wavpack/gstwavpackdec.h:
3079         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3080         (gst_wavpack_parse_push_buffer):
3081         * ext/wavpack/gstwavpackparse.h:
3082         Improve discont handling by checking if the next Wavpack block has
3083         the expected, following block index.
3084
3085 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3086
3087         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
3088           Fix element description.
3089
3090 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3091
3092         * configure.ac:
3093         * docs/plugins/Makefile.am:
3094         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3095         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3096         * docs/plugins/gst-plugins-good-plugins.args:
3097         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3098         * docs/plugins/gst-plugins-good-plugins.signals:
3099         * docs/plugins/inspect/plugin-autodetect.xml:
3100         * docs/plugins/inspect/plugin-gconfelements.xml:
3101         * docs/plugins/inspect/plugin-ladspa.xml:
3102         * docs/plugins/inspect/plugin-rtp.xml:
3103         * docs/plugins/inspect/plugin-wavpack.xml:
3104         * ext/Makefile.am:
3105         * tests/check/Makefile.am:
3106           move wavpack plugin.  See #352605.
3107
3108 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
3109
3110         * configure.ac:
3111         * docs/plugins/Makefile.am:
3112         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3113         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3114         * docs/plugins/gst-plugins-good-plugins.args:
3115         * sys/Makefile.am:
3116         * win32/MANIFEST:
3117         Add DirectDraw & DirectSound plugins to the build and docs.
3118
3119 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
3120
3121         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
3122         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
3123           When operating in pull mode, error out correct on not-linked.
3124
3125 2007-06-06  Andy Wingo  <wingo@pobox.com>
3126
3127         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
3128         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
3129         format and size if the ioctls are defined; should fix compilation
3130         on Linux < 2.16.19.
3131
3132 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
3133
3134         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
3135           Printf fixes in debug statements; use LOG level for debug statements
3136           that are printed for each and every frame; convert c++ comments to
3137           C-style comments; not much point using g_try_malloc() if we then not
3138           even check the return value.
3139
3140 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
3141
3142         * configure.ac:
3143           Bump requirements to released versions (core and base 0.10.13).
3144
3145         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
3146           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
3147           own implementation.
3148
3149 2007-06-05  Andy Wingo  <wingo@pobox.com>
3150
3151         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
3152         some useless comments.
3153
3154         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
3155         frames before calling STREAMON, that might leave them in a state
3156         where they can't be dequeued if we go back to NULL without calling
3157         STREAMON, according to the docs.
3158         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
3159         before we call STREAMON.
3160         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
3161         failures. (For me this code hung.) The pool refcounting is still
3162         crack; added a note to that effect.
3163
3164 2007-06-05  Wim Taymans  <wim@fluendo.com>
3165
3166         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
3167         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
3168         Add support for mapping gst structure names to the MIME type equivalent.
3169         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
3170
3171 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3172
3173         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3174         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
3175         (gst_wavenc_chain), (gst_wavenc_change_state):
3176         * gst/wavenc/gstwavenc.h:
3177         Properly write wav files with width!=depth by having the depth most
3178         significant bytes set and all others zero. Fixes #442535.
3179
3180 2007-06-01  Wim Taymans  <wim@fluendo.com>
3181
3182         * gst/rtsp/rtspconnection.c:
3183         Add include to make buildbot happy.
3184
3185 2007-06-01  Wim Taymans  <wim@fluendo.com>
3186
3187         Patch by: Peter Kjellerstedt  <pkj at axis com>
3188
3189         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3190         (rtsp_connection_connect), (add_date_header),
3191         (rtsp_connection_send), (parse_response_status),
3192         (parse_request_line), (parse_line), (rtsp_connection_receive):
3193         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
3194         * gst/rtsp/rtspdefs.h:
3195         * gst/rtsp/rtspmessage.c: (key_value_foreach),
3196         (rtsp_message_init_request), (rtsp_message_init_response),
3197         (rtsp_message_remove_header), (rtsp_message_append_headers),
3198         (rtsp_message_dump):
3199         * gst/rtsp/rtspmessage.h:
3200         Improves version checking, allowing an RTSP server to reply with "505
3201         RTSP Version not supported.
3202         Adds a Date header to all messages.
3203         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
3204         want to be able to send a response even if something in the request was
3205         invalid. EINVAL is only used when passing wrong arguments to functions.
3206         Do not handle an invalid method in parse_request_line(). Defer this to
3207         the caller so it can respond with "405 Method Not Allowed".
3208         Improves parsing of the timeout parameter to the Session header,
3209         allowing whitespace after the semicolon. 
3210         Avoids a compiler warning due to variables shadowing a function argument.
3211
3212 2007-06-01  Wim Taymans  <wim@fluendo.com>
3213
3214         Based on Patch by: Daniel Charles <dcharles at ti dot com>
3215
3216         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3217         (gst_rtp_amr_depay_process):
3218         * gst/rtp/gstrtpamrdepay.h:
3219         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
3220         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
3221         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
3222         * gst/rtp/gstrtpamrpay.h:
3223         Add support for AMR-WB.
3224         Small cleanups such as using BOILERPLATE.
3225
3226 2007-05-31  Wim Taymans  <wim@fluendo.com>
3227
3228         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
3229         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
3230
3231 2007-05-30  Andy Wingo  <wingo@pobox.com>
3232
3233         * sys/v4l2/gstv4l2object.h: 
3234         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
3235         unintended changes.
3236
3237         * sys/v4l2/v4l2src_calls.h: 
3238         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
3239         the format list in the order that the driver gives it to us.
3240         (gst_v4l2src_probe_caps_for_format_and_size)
3241         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
3242         based on the capabilities of the device.
3243         (gst_v4l2src_grab_frame): Update for object variable renaming.
3244         (gst_v4l2src_set_capture): Update to be strict in its parameters,
3245         as in the set_caps below.
3246         (gst_v4l2src_capture_init): Update for object variable renaming,
3247         and reflow.
3248         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
3249         (gst_v4l2src_capture_deinit): Update for object variable renaming.
3250         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
3251         (gst_v4l2src_get_fps): Remove; these functions don't have much
3252         meaning outside of an atomic set_caps method.
3253         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
3254         known.
3255
3256         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
3257         call to update_fps; not sure about this change.
3258         (gst_v4l2_tuner_set_norm): Work around the fact that for the
3259         moment we don't have an update_fps_func.
3260
3261         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
3262         structures in the object, just store what we need. Do store the
3263         probed caps of the device. Don't store the current frame rate.
3264
3265         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
3266         update_fps_function, for now. Update for new object variable
3267         naming.
3268         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
3269         new object variable naming.
3270         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
3271         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
3272         (gst_v4l2src_get_caps): Rework to probe the device for supported
3273         frame sizes and frame rates.
3274         (gst_v4l2src_set_caps): Rework to be strict in the given
3275         parameters: if someone asks us to have a certain size and rate,
3276         that is what we configure.
3277         (gst_v4l2src_get_read): Update for object variable naming. Don't
3278         leak buffers on short reads.
3279         (gst_v4l2src_get_mmap): Update for object variable naming, and add
3280         comments.
3281         (gst_v4l2src_create): Update for object variable naming.
3282
3283 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3284
3285         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
3286         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
3287         * gst/avi/gstavidemux.h:
3288           Parse subtitle text streams instead of erroring out (#442034). Still
3289           needs a parser for the subtitles to actually show up.
3290
3291 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3292
3293         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
3294         (gst_avi_demux_loop):
3295           Make _push_event() return TRUE if the event could be pushed on at
3296           least one pad and not only if it could be pushed on all pads,
3297           otherwise we'll end up posting an error message on EOS if one or
3298           more source pads are not connected.
3299
3300 2007-05-28  Wim Taymans  <wim@fluendo.com>
3301
3302         * gst/rtsp/rtsptransport.c:
3303         Use renamed RTP bin.
3304
3305 2007-05-28  Wim Taymans  <wim@fluendo.com>
3306
3307         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
3308
3309         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
3310         (gst_video_box_set_property), (gst_video_box_transform_caps),
3311         (video_box_recalc_transform), (gst_video_box_set_caps),
3312         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
3313         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
3314         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
3315         (gst_video_box_i420_i420), (gst_video_box_transform),
3316         (plugin_init):
3317         Add AYUV->AYUV and AYUV->I420 formats. 
3318         Fix negotiation and I420->AYUV conversion.
3319         Fixes #429329.
3320
3321 2007-05-26  Wim Taymans  <wim@fluendo.com>
3322
3323         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
3324         Use different variables for nested for loops so that the outer loop
3325         functions properly and speex files with multiple frames per buffer work
3326         properly.
3327         Fixes #441408.
3328
3329 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3330
3331         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
3332           Don't leak newsegment events.
3333
3334 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3335
3336         * gst/wavparse/Makefile.am:
3337           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
3338           drags it in.
3339
3340 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3341
3342         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3343         (notgst_value_array_append_buffer),
3344         (gst_flac_enc_process_stream_headers),
3345         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
3346         (gst_flac_enc_change_state):
3347         * ext/flac/gstflacenc.h:
3348           Collect headers, add "streamheader" field to output caps and set
3349           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
3350           produces output according to the official FLAC-to-Ogg mapping
3351           instead of completely broken files. Fixes #426044.
3352
3353 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3354
3355         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
3356         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
3357         (gst_id3demux_sink_event):
3358         * gst/id3demux/gstid3demux.h:
3359         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
3360         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
3361         (gst_tag_demux_send_new_segment):
3362         Handle and adjust new-segment events so that downstream really
3363         sees a stream with the tag pieces stripped off the front and back.
3364         Fixes strangeness in seeking when mp3 decoders use the new-segment
3365         byte position to estimate their current playback position timestamp
3366         and then the arriving buffers don't match up.
3367
3368 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3369
3370         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
3371           Don't unnecessarily perform a READY->NULL->READY transition on the
3372           detected audio sink when starting up. Fixes: #440127
3373
3374 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
3375
3376         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
3377         (gst_flac_enc_chain):
3378           Don't crash in chain function if setcaps hasn't been called.
3379
3380 2007-05-24  Wim Taymans  <wim@fluendo.com>
3381
3382         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
3383         Init value to avoid infinte loops.
3384
3385 2007-05-24  Wim Taymans  <wim@fluendo.com>
3386
3387         Patch by: Peter Kjellerstedt  <pkj at axis com>
3388
3389         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
3390         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
3391         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3392         (gst_rtspsrc_play):
3393         (rtsp_connection_send), (rtsp_connection_receive):
3394         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
3395         Fix for new API.
3396
3397         * gst/rtsp/rtspconnection.c: (add_auth_header),
3398         Only add authorisation and session headers when sending messages.
3399
3400         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
3401         (rtsp_message_init_request), (rtsp_message_init_response),
3402         (rtsp_message_unset), (rtsp_message_add_header),
3403         (rtsp_message_remove_header), (rtsp_message_get_header),
3404         (rtsp_message_append_headers), (dump_key_value),
3405         (rtsp_message_dump):
3406         * gst/rtsp/rtspmessage.h:
3407         Add support for multiple headers of the same type by storing the parsed
3408         headers in a GArray instaed of a hashtable.
3409
3410 2007-05-21  Wim Taymans  <wim@fluendo.com>
3411
3412         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
3413         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
3414         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
3415         safer shutdown.
3416
3417 2007-05-21  Wim Taymans  <wim@fluendo.com>
3418
3419         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
3420         * gst/rtsp/gstrtpdec.h:
3421         Added signal for backwards compat.
3422
3423 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3424         
3425         Patch by: René Stadler <mail at renestadler dot de>
3426
3427         * configure.ac:
3428         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
3429         (gst_au_parse_parse_header), (gst_au_parse_chain):
3430         * gst/auparse/gstauparse.h:
3431         Use audioconvert for converting from non-native endianness floats
3432         in auparse instead of doing it ourself. Fixes #424527.
3433         This needs the audioconvert from plugins-base CVS.
3434         
3435 2007-05-21  Wim Taymans  <wim@fluendo.com>
3436
3437         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3438         (gst_rtp_h263p_pay_flush):
3439         Fix enum registration.
3440
3441 2007-05-21  Wim Taymans  <wim@fluendo.com>
3442
3443         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
3444
3445         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3446         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
3447         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
3448         (gst_rtp_h263p_pay_flush):
3449         * gst/rtp/gstrtph263ppay.h:
3450         Add new fragmentation mode base on GOB headers. Fixes #438940.
3451
3452 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
3453
3454         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
3455           Printf format fix.
3456
3457 2007-05-18  Wim Taymans  <wim@fluendo.com>
3458
3459         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
3460         Don't crash when an unsupported transport error was returned by the
3461         server, just try to configure the next stream. Fixes #439255.
3462
3463 2007-05-18  Wim Taymans  <wim@fluendo.com>
3464
3465         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3466         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
3467         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
3468         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3469         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
3470         * gst/rtsp/gstrtspsrc.h:
3471         Add TCP timeout property and use it for all TCP connection.
3472
3473         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3474         (rtsp_connection_write), (rtsp_connection_next_timeout),
3475         (rtsp_connection_reset_timeout):
3476         Make connect and writes cancelable and make them use the timeout.
3477
3478 2007-05-18  Wim Taymans  <wim@fluendo.com>
3479
3480         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3481         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
3482         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3483         (gst_rtspsrc_setup_streams):
3484         Refactor timeout handling.
3485         Also send keep-alive when dealing with TCP transport.
3486
3487         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3488         (rtsp_connection_free), (rtsp_connection_next_timeout),
3489         (rtsp_connection_reset_timeout):
3490         * gst/rtsp/rtspconnection.h:
3491         Use a timer to handle the session timeouts, add some methods to deal
3492         with timeouts.
3493
3494 2007-05-17  Wim Taymans  <wim@fluendo.com>
3495
3496         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
3497         (gst_rtspsrc_setup_streams):
3498         Ignore streams that fail the setup command, we will retry with a
3499         different transport later on.
3500
3501         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
3502         (rtsp_ext_wms_configure_stream):
3503         Fix encoding name case.
3504
3505 2007-05-16  Edward Hervey  <edward@fluendo.com>
3506
3507         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
3508         Fix build on macosx.
3509
3510 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3511
3512         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
3513         Replace direct comparison of a string with the string literal "" with
3514         a comparison of the first character with '\0'. Fixes #438926.
3515
3516 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3517
3518         * gst/debug/breakmydata.c (gst_break_my_data_init):
3519           One more try. This should be the proper fix now.
3520
3521 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3522
3523         * gst/debug/breakmydata.c:
3524           Ooops, no // comments please.
3525
3526 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3527
3528         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
3529         (gst_break_my_data_init):
3530           Fix gst_buffer_is_writable() assertion.
3531
3532 2007-05-14  David Schleef  <ds@schleef.org>
3533
3534         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
3535           video/x-raw-bayer.  Fixes #314160.
3536
3537 2007-05-14  Wim Taymans  <wim@fluendo.com>
3538
3539         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
3540         (gst_rtp_theora_depay_parse_configuration):
3541         * gst/rtp/gstrtptheorapay.c: (encode_base64),
3542         (gst_rtp_theora_pay_finish_headers),
3543         (gst_rtp_theora_pay_handle_buffer):
3544         Update theora pay/depayloader in a similar to vorbis.
3545
3546         * gst/rtp/gstrtpvorbisdepay.c:
3547         (gst_rtp_vorbis_depay_parse_configuration):
3548         Update docs.
3549
3550 2007-05-14  Wim Taymans  <wim@fluendo.com>
3551
3552         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
3553         When we try to execute a method that is not supported by the server,
3554         don't error out but remove the method from the accepted methods so that
3555         we never try to perform this method again.
3556
3557 2007-05-14  Wim Taymans  <wim@fluendo.com>
3558
3559         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
3560         Remove annoying _dump_mem.
3561
3562 2007-05-14  Wim Taymans  <wim@fluendo.com>
3563
3564         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
3565         Parse range correctly.
3566
3567         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
3568         The baseurl now always has a '/' at the start.
3569
3570 2007-05-14  Wim Taymans  <wim@fluendo.com>
3571
3572         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
3573         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
3574         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3575         Factor out caps configuration and configure more stuff such as the time
3576         ranges and speed/scale values.
3577
3578         * gst/rtsp/rtsptransport.c:
3579         Add Copyright after non-trival fixes.
3580
3581 2007-05-12  Wim Taymans  <wim@fluendo.com>
3582
3583         Patch by: Peter Kjellerstedt  <pkj at axis com>
3584
3585         * gst/rtsp/gstrtspsrc.h:
3586         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
3587         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
3588         (rtsp_message_get_header):
3589         * gst/rtsp/rtspmessage.h:
3590         Make channel guint8 where possible.
3591         Make rtsp_message_init_data() take the channel as a guint8.
3592
3593         * gst/rtsp/rtspdefs.c:
3594         Fixed a typo: Timout -> Timeout
3595
3596         * gst/rtsp/rtspdefs.h:
3597         Make RTSP_CHECK() behave as a statement.
3598
3599         * gst/rtsp/sdpmessage.c:
3600         Avoid a compiler warning in INIT_ARRAY().
3601         Fixes #437692.
3602
3603 2007-05-12  Wim Taymans  <wim@fluendo.com>
3604
3605         Patch by: Peter Kjellerstedt  <pkj at axis com>
3606
3607         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
3608         (rtsp_url_get_request_uri):
3609         * gst/rtsp/rtspurl.h:
3610         Add support for query parameters to RTSP URLs.
3611
3612 2007-05-12  Wim Taymans  <wim@fluendo.com>
3613
3614         Patch by: Peter Kjellerstedt  <pkj at axis com>
3615
3616         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
3617         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
3618         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
3619         (rtsp_transport_parse), (rtsp_transport_as_text):
3620         * gst/rtsp/rtsptransport.h:
3621         Add validation to rtsp_transport_parse().
3622         Add rtsp_transport_as_text() to generate an RTSP header from an
3623         RTSPTransport.
3624         Change ssrc to guint (was a string) since that is what it is, even
3625         though it is sent as a hex string.
3626         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
3627         incorrect, which can be seen when looking at the examples in the RFC).
3628         Fixes #437670.
3629
3630 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3631
3632         Patch by: Eric Anholt
3633
3634         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
3635           gst_ximage_src_ximage_get):
3636         Use union of all damage between frames to make it faster.
3637         Fixes bug #342463.
3638         Also fix crasher when cursor is at bottom right of window.
3639
3640 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
3641
3642         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3643           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
3644           streaming mode regression for file from #343837 with 'bext' chunk
3645           before the 'fmt' chunk.
3646
3647 2007-05-11  Wim Taymans  <wim@fluendo.com>
3648
3649         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
3650         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
3651         (gst_rtspsrc_handle_src_event),
3652         (gst_rtspsrc_stream_configure_manager),
3653         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
3654         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
3655         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3656         * gst/rtsp/gstrtspsrc.h:
3657         * gst/rtsp/rtspdefs.h:
3658         Preliminary seek support.
3659         Activate internal pads so that we can receive events on them.
3660         Don't try to parse a range string when it's NULL.
3661
3662 2007-05-11  Wim Taymans  <wim@fluendo.com>
3663
3664         * gst/rtp/README:
3665         Update README with new RTP variables that will be used for
3666         synchronisation.
3667
3668         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
3669         (gst_rtp_vorbis_depay_parse_configuration),
3670         (gst_rtp_vorbis_depay_process):
3671         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
3672         (gst_rtp_vorbis_pay_finish_headers),
3673         (gst_rtp_vorbis_pay_handle_buffer):
3674         Update vorbis pay and depayloader to draft-04.
3675
3676 2007-05-11  Wim Taymans  <wim@fluendo.com>
3677
3678         * gst/rtsp/rtsptransport.c:
3679         UDP MCAST is actually the default for RTP/AVP.
3680 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
3681
3682         * gst/level/gstlevel.c: (gst_level_transform_ip):
3683         Use guint8 * instead of gpointer then vs6 can build 
3684         in_data += (filter->width / 8).
3685
3686 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3687
3688         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
3689           gst_ximage_src_ximage_get):
3690         * sys/ximage/gstximagesrc.h (last_ximage):
3691         When using Damage actually keep the last frame, and not assume
3692         that the buffer we get already has the last frame on it.
3693         Copy the cursor over if we specify a non-zero start x and
3694         start y.
3695
3696 2007-05-11  Wim Taymans  <wim@fluendo.com>
3697
3698         * gst/rtsp/rtsptransport.c:
3699         Make UDP the default transport when not specified.
3700
3701 2007-05-09  David Schleef  <ds@schleef.org>
3702
3703         * gst/level/gstlevel.c:
3704           Revert last change.
3705
3706 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
3707
3708         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
3709         (gst_level_transform_ip):
3710         Use guint8 * instead of gpointer then vs6 know the size of data
3711         pointed when moving the pointer.
3712         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
3713         Move instructions after variables declaration.
3714         * win32/vs6/autogen.dsp:
3715         * win32/vs6/libgstrtp.dsp:
3716         * win32/vs6/libgstrtsp.dsp:
3717         Update vs6 project files.
3718
3719 2007-05-09  Wim Taymans  <wim@fluendo.com>
3720
3721         * gst/rtsp/Makefile.am:
3722         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
3723         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
3724         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
3725         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
3726         (rtsp_range_free):
3727         * gst/rtsp/rtsprange.h:
3728         Add code to parse time ranges.
3729         Report DURATION on the stream when possible.
3730
3731 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
3732
3733         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
3734         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
3735         (gst_videomixer_collected):
3736           Fix strides calculation for AYUV (it's just width*4) (#436910).
3737
3738 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3739
3740         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
3741         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
3742         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
3743         Sync the GObject properties before each processing step to properly
3744         work with the controller.
3745
3746 2007-05-04  Wim Taymans  <wim@fluendo.com>
3747
3748         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3749         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3750         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3751         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
3752         (gst_rtspsrc_change_state):
3753         Let more error state trickle down so that we can catch more error
3754         cases.
3755         Handle keep-alive a little smarter by selecting a method the server
3756         actually supports.
3757         Fix a race in UDP streaming shutdown.
3758
3759 2007-05-04  Wim Taymans  <wim@fluendo.com>
3760
3761         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
3762         Ignore errors when trying to use the keep-alive messages.
3763
3764 2007-05-04  Wim Taymans  <wim@fluendo.com>
3765
3766         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
3767         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
3768         (gst_rtspsrc_stream_configure_manager),
3769         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
3770         (gst_rtspsrc_stream_configure_mcast),
3771         (gst_rtspsrc_stream_configure_udp),
3772         (gst_rtspsrc_stream_configure_udp_sink),
3773         (gst_rtspsrc_stream_configure_transport):
3774         Send RTCP messages back to the server over the TCP connection.
3775
3776         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
3777         (rtsp_connection_send), (rtsp_connection_read), (read_body),
3778         (rtsp_connection_receive):
3779         * gst/rtsp/rtspconnection.h:
3780         Factor out and expose lowlevel _write and _read methods.
3781         Implement sending data messages to the server.
3782
3783 2007-05-03  Wim Taymans  <wim@fluendo.com>
3784
3785         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
3786         (gst_multipart_mux_collected):
3787         Fix timestamps on outgoing buffers.
3788
3789 2007-05-03  Wim Taymans  <wim@fluendo.com>
3790
3791         * gst/multipart/multipartmux.c:
3792         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
3793         (gst_multipart_mux_change_state):
3794         Emit NEWSEGMENT events before pushing the first buffer.
3795
3796 2007-05-03  Wim Taymans  <wim@fluendo.com>
3797
3798         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
3799         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
3800         (gst_rtspsrc_handle_src_query),
3801         (gst_rtspsrc_stream_configure_manager),
3802         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
3803         (gst_rtspsrc_stream_configure_mcast),
3804         (gst_rtspsrc_stream_configure_udp),
3805         (gst_rtspsrc_stream_configure_udp_sink),
3806         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
3807         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
3808         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3809         (gst_rtspsrc_pause):
3810         Refactor transport configuration code.
3811         Create internal pads for TCP transport so that we can implement events
3812         and queries.
3813         Handle events and queries.
3814         Parse range from the SDP.
3815         Fix race in pause handler where the connection could still be flushing.
3816
3817 2007-05-02  Wim Taymans  <wim@fluendo.com>
3818
3819         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3820         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
3821         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
3822         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
3823         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
3824         (gst_rtspsrc_change_state):
3825         * gst/rtsp/gstrtspsrc.h:
3826         Fix race when multiple udp sources post timeouts, just act on the first
3827         received timeout.
3828         Protect stream list with a recursive lock to fix some races.
3829         Flush connection when we need to do a reconnect or stop.
3830         Make state lock recursive.
3831
3832         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3833         (rtsp_connection_close):
3834         Some small cleanups.
3835
3836 2007-05-02  Wim Taymans  <wim@fluendo.com>
3837
3838         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3839         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
3840         Only set DISCONT when there actually is a discont or when we just
3841         started.
3842
3843 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3844
3845         * ext/flac/gstflac.c: (plugin_init):
3846         Call bindtextdomain() to get localized strings.
3847
3848 2007-05-02  Wim Taymans  <wim@fluendo.com>
3849
3850         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3851         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
3852         (gst_wavparse_stream_data):
3853         * gst/wavparse/gstwavparse.h:
3854         Be a bit more clever when dealing with VBR files with FACT tags, we
3855         don't want to timestamp buffers in that case but the estimated BPS can
3856         be used for seeking.
3857         Only send close segment in the streaming thread.
3858
3859 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3860
3861         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
3862         Correctly post an error on the bus if something went wrong in the loop
3863         function. This fixes a few cases where the task was paused and nothing
3864         happened anymore.
3865
3866 2007-05-02  Wim Taymans  <wim@fluendo.com>
3867
3868         * gst/rtsp/test.c: (main):
3869         Fix compilation of deprecated test just because I'm too lazy to delete
3870         it.
3871
3872 2007-05-02  Wim Taymans  <wim@fluendo.com>
3873
3874         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3875         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
3876         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
3877         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
3878         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
3879         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
3880         * gst/rtsp/gstrtspsrc.h:
3881         Fix sending RTCP to the right place.
3882         Fix bug in reffing the wrong UDP element.
3883         Use new pad names for the session manager.
3884         Implement handling server requests in interleaved and UDP modes.
3885         Handle session keep-alive in UDP modes.
3886         Remove GCond for handling UDP timeouts.
3887
3888         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3889         (rtsp_connection_send), (rtsp_connection_read), (read_body),
3890         (rtsp_connection_receive), (rtsp_connection_close):
3891         * gst/rtsp/rtspconnection.h:
3892         Store connection IP address for later.
3893         Add timeout args to all operations that might block forever.
3894         Parse session timeout.
3895         Only close sockets when not already closed.
3896
3897         * gst/rtsp/rtspdefs.c:
3898         * gst/rtsp/rtspdefs.h:
3899         Add timeout return value and error string.
3900
3901         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
3902         Add small comment.
3903
3904 2007-05-01  Wim Taymans  <wim@fluendo.com>
3905
3906         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3907
3908         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
3909         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
3910         * gst/rtp/gstrtpmp4vpay.h:
3911         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
3912
3913 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
3914
3915         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3916           Remove v4l2src from docs, since it breaks the docs build, and the
3917           plugin is only built if --enable-experimental is used anyway.
3918
3919         * docs/plugins/Makefile.am:
3920           Spaces => tab.
3921
3922 2007-04-29  Wim Taymans  <wim@fluendo.com>
3923
3924         * gst/udp/gstmultiudpsink.c: (leave_multicast),
3925         (gst_multiudpsink_add), (gst_multiudpsink_remove):
3926         Add code to drop membership of a multicast group.
3927
3928         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
3929         (gst_udpsink_set_uri):
3930         Implement URI handler.
3931
3932         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
3933         (gst_rtspsrc_parse_rtpinfo):
3934         Use URI handler to make udpsink instace.
3935         Improve code to configure port and destination.
3936
3937 2007-04-29  Wim Taymans  <wim@fluendo.com>
3938
3939         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
3940         Fix multicast detection.
3941         Don't try to join a multicast group if the address is not multicast.
3942
3943         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
3944         Small debug improvement.
3945
3946 2007-04-27  Wim Taymans  <wim@fluendo.com>
3947
3948         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
3949         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3950         (gst_rtspsrc_handle_message):
3951         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
3952         parent.
3953
3954 2007-04-27  Wim Taymans  <wim@fluendo.com>
3955
3956         * gst/rtp/gstrtpilbcdepay.h:
3957         Fix mode property when specified as an arg.
3958
3959 2007-04-26  Edward Hervey  <edward@fluendo.com>
3960
3961         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3962         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3963         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3964         * docs/plugins/inspect/plugin-osxaudio.xml:
3965         Add documentation for osxaudio plugin.
3966
3967 2007-04-26  Wim Taymans  <wim@fluendo.com>
3968
3969         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3970         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
3971         (gst_rtspsrc_open), (gst_rtspsrc_close),
3972         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3973         (gst_rtspsrc_pause):
3974         * gst/rtsp/gstrtspsrc.h:
3975         Protect state changes with a lock.
3976
3977         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3978         (parse_line):
3979         * gst/rtsp/rtspconnection.h:
3980         Remove some unused stuff.
3981
3982 2007-04-26  Wim Taymans  <wim@fluendo.com>
3983
3984         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
3985         Handle the case where there are exactly 0 bytes to read and the ioctl
3986         did not report an error. Fixes #433530.
3987
3988 2007-04-26  Wim Taymans  <wim@fluendo.com>
3989
3990         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3991         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
3992         * gst/wavparse/gstwavparse.h:
3993         Apply DISCONT to buffers.
3994         Only apply timestamp to the first sample after a DISCONT, too many VBR
3995         files cause random jitter in the timestamps. Fixes #433119.
3996
3997 2007-04-25  Wim Taymans  <wim@fluendo.com>
3998
3999         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
4000         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
4001         (gst_rtp_dec_get_property):
4002         * gst/rtsp/gstrtpdec.h:
4003         Add dummy latency property to be backwards compat with rtpbin.
4004
4005         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4006         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4007         (gst_rtspsrc_stream_configure_transport),
4008         (gst_rtspsrc_parse_rtpinfo):
4009         * gst/rtsp/gstrtspsrc.h:
4010         Add latency property and configure in the session manager.
4011         Don't set invalid clock-base and seqnum-base on caps, some servers
4012         sometimes don't send them.
4013
4014 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4015
4016         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
4017         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
4018           Double-check that RGB input caps are really RGBA caps (apparently
4019           the core doesn't always catch it if those caps aren't a subset of
4020           our template caps, also see #421543). Fixes #429319 in a way.
4021           Also, don't leak the pad template in the transform_caps function.
4022
4023         * tests/check/Makefile.am:
4024         * tests/check/elements/.cvsignore:
4025         * tests/check/elements/alphacolor.c: (setup_alphacolor),
4026         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
4027         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
4028         (GST_START_TEST), (alphacolor_suite):
4029           Add some basic unit tests for alphacolor.
4030
4031 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4032
4033         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
4034           If we get a fatal flow return in the loop function, first post the
4035           error message and only then send the EOS event downstream, otherwise
4036           applications might get an eos message before the error message and
4037           think everything was ok (related to #429319).
4038
4039 2007-04-25  Wim Taymans  <wim@fluendo.com>
4040
4041         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4042         Read the channel byte as an unsigned byte.
4043
4044 2007-04-25  Wim Taymans  <wim@fluendo.com>
4045
4046         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
4047         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
4048         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
4049         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
4050         (gst_rtp_gsm_depay_setcaps):
4051         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4052         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
4053         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
4054         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
4055         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
4056         (gst_ilbc_depay_get_property):
4057         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
4058         * gst/rtp/gstrtpmp4adepay.c:
4059         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
4060         (gst_rtp_pcma_depay_setcaps):
4061         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
4062         (gst_rtp_pcmu_depay_setcaps):
4063         Make sure we configure the clock_rate in the baseclass in the setcaps
4064         function. Fixes #431282.
4065
4066 2007-04-25  Wim Taymans  <wim@fluendo.com>
4067
4068         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4069         (gst_rtspsrc_stream_free), (request_pt_map),
4070         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
4071         * gst/rtsp/gstrtspsrc.h:
4072         Parse server address from SDP.
4073         Hook up a udpsink to send RTCP back to the server.
4074
4075         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4076         * gst/rtsp/rtsptransport.h:
4077         Add some docs.
4078
4079 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
4080
4081         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4082           Make header field check conditional. Fixes #433135
4083
4084 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
4085
4086         * docs/plugins/Makefile.am:
4087         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4088         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4089         * docs/plugins/inspect/plugin-alphacolor.xml:
4090         * gst/alpha/Makefile.am:
4091         * gst/alpha/gstalphacolor.c:
4092         * gst/alpha/gstalphacolor.h:
4093           Add minimal docs blurb to alphacolor; split out headers into
4094           separate header file for gtk-doc.
4095
4096 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
4097
4098         * gst/debug/progressreport.c: (gst_progress_report_report):
4099           Don't try to post NULL message (in case we can't query upstream
4100           position or duration).
4101
4102 2007-04-18  Michael Smith  <msmith@fluendo.com>
4103
4104         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
4105         (gst_cutter_get_caps):
4106         * gst/cutter/gstcutter.h:
4107           Fix some of the most obvious bugs in cutter. Now doesn't leak
4108           everything if input is silent.
4109
4110 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
4111
4112         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4113         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
4114         * gst/wavenc/gstwavenc.h:
4115         Wav apparently only supports width==GST_ROUND_UP(depth), everything
4116         else results in a invalid block align and invalid files.
4117
4118 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
4119
4120         Patch by: Snaik <snaik32 gmail com>
4121
4122         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
4123           Add missing break statement for BOX_HORIZONTAL case.
4124
4125 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4126
4127         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
4128
4129         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4130         Use correct format strings for integer types.
4131
4132 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4133
4134         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
4135         (gst_wavparse_create_sourcepad):
4136         Use gst_riff_create_audio_template_caps () instead of the local caps.
4137         This makes updates of the local caps unecessary whenever libgstriff
4138         gets support for new formats.
4139
4140 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4141
4142         Patch by: Brian Cameron  <brian.cameron at sun dot com>
4143
4144         * sys/sunaudio/gstsunaudio.c:
4145         * sys/sunaudio/gstsunaudiomixer.c:
4146         * sys/sunaudio/gstsunaudiomixer.h:
4147         * sys/sunaudio/gstsunaudiomixerctrl.c:
4148         * sys/sunaudio/gstsunaudiomixerctrl.h:
4149         * sys/sunaudio/gstsunaudiomixertrack.h:
4150         * sys/sunaudio/gstsunaudiosink.c:
4151         * sys/sunaudio/gstsunaudiosink.h:
4152         * sys/sunaudio/gstsunaudiosrc.c:
4153         * sys/sunaudio/gstsunaudiosrc.h:
4154           Fix and/or update copyright attributions (#430228).
4155
4156 2007-04-13  Wim Taymans  <wim@fluendo.com>
4157
4158         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4159         Fix docs.
4160
4161         * gst/rtsp/URLS:
4162         Add some more example urls.
4163
4164         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4165         (gst_rtp_dec_chain_rtp):
4166         Better debugging.
4167
4168         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
4169         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4170         (gst_rtspsrc_parse_rtpinfo):
4171         Remove unused code.
4172
4173 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4174
4175         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4176         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4177         (gst_wavparse_stream_data):
4178           Relax the audio/mpeg caps again and add FIXME: comment.
4179
4180 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4181
4182         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4183         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4184         (gst_wavparse_stream_data):
4185         * gst/wavparse/gstwavparse.h:
4186           More sanity check for the header fields. Fix type for 'rate' header
4187           field.
4188
4189 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4190
4191         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
4192         (gst_icydemux_unicodify):
4193           If the metadata strings we get in the stream are not UTF-8, try to
4194           interpret them according to the character encodings specified in the
4195           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
4196           only fall back to locale/ISO-8859-1 if those aren't set or don't
4197           work. Should fix #428901.
4198
4199 2007-04-12  Wim Taymans  <wim@fluendo.com>
4200
4201         * gst/rtp/gstrtph264depay.c:
4202         Use the proper sync word for SPS and PPS.
4203
4204 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4205
4206         * gst/rtp/Makefile.am:
4207         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
4208           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
4209         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
4210           Add a simple hashing implementation that we can use to generate
4211           a 24-bit ident value based on the codebooks for vorbis and theora.
4212         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
4213           gst_rtp_theora_pay_handle_buffer):
4214         * gst/rtp/gstrtpvorbisdepay.c
4215           (gst_rtp_vorbis_depay_parse_configuration,
4216           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
4217         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
4218           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
4219           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
4220           Use the hashing function, ensuring that the same codebooks result
4221           in the same ident and thus the same SDP description.
4222           Various log fixes/changes.
4223
4224 2007-04-12  Wim Taymans  <wim@fluendo.com>
4225
4226         Patch by: jerry tan <jerry dot tan at sun dot com>
4227
4228         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
4229         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
4230         application's responsibility to make sure it open the device once.
4231         Remove a careless error if AUDIODEV is set. Fixes #392620.
4232
4233 2007-04-12  Wim Taymans  <wim@fluendo.com>
4234
4235         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4236         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
4237         * gst/rtsp/gstrtpdec.h:
4238         Make backward compat with rtpbin by adding the request-pt-map signals.
4239
4240         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
4241         (new_session_pad), (request_pt_map),
4242         (gst_rtspsrc_stream_configure_transport),
4243         (gst_rtspsrc_stream_configure_caps),
4244         (gst_rtspsrc_activate_streams):
4245         * gst/rtsp/gstrtspsrc.h:
4246         Implement request-pt-map signals instead of setting caps on the buffers
4247         for the session manager.
4248
4249 2007-04-11  Wim Taymans  <wim@fluendo.com>
4250
4251         * gst/udp/gstudp.c: (plugin_init):
4252         Register GstNetBuffer in plugin_init so that the type can be used from
4253         multiple threads without races.
4254
4255 2007-04-10  Wim Taymans  <wim@fluendo.com>
4256
4257         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
4258         (gst_rtp_amr_depay_process):
4259         Fix depayloader clock_rate and some cleanups.
4260
4261         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
4262         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4263         * gst/rtp/gstrtph264depay.h:
4264         Don't push codec_data in the adapter because it might get flushed when
4265         we get a discont.
4266
4267         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4268         Handle multiple AU per packet.
4269
4270         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
4271         (gst_rtp_sv3v_depay_plugin_init):
4272         Disable rank, this one does not work.
4273         Remove timestamping, base class does that.
4274
4275 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
4276
4277         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
4278           limit caps to the formats we announce in the template
4279
4280         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4281         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4282         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
4283           fix some crashers/asserts when dealing with broken files
4284
4285 2007-04-10  Wim Taymans  <wim@fluendo.com>
4286
4287         Patch by: Peter Kjellerstedt  <pkj at axis com>
4288
4289         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4290         * gst/rtp/gstrtpL16depay.c:
4291         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4292         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
4293         (gst_rtp_speex_depay_setcaps):
4294         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4295         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
4296         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
4297         Fix some compiler warnings. Fixes #428182.
4298
4299 2007-04-06  Wim Taymans  <wim@fluendo.com>
4300
4301         * gst/rtsp/Makefile.am:
4302         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
4303         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
4304         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
4305         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
4306         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
4307         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
4308         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
4309         (create_rtcp), (gst_rtp_dec_request_new_pad),
4310         (gst_rtp_dec_release_pad):
4311         * gst/rtsp/gstrtpdec.h:
4312         * gst/rtsp/gstrtsp.c: (plugin_init):
4313         Morph RTPDec into something compatible with RTPBin as a fallback.
4314         Various other style fixes.
4315
4316         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
4317         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
4318         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
4319         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
4320         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4321         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
4322         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4323         * gst/rtsp/gstrtspsrc.h:
4324         Implement RTPBin session manager handling.
4325         Don't try to add empty properties to caps.
4326         Implement fallback session manager, handling.
4327         Don't combine errors from RTCP streams, just ignore them.
4328
4329         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
4330         * gst/rtsp/rtsptransport.h:
4331         Implement fallback session manager.
4332         Make RTPBin the default one when available.
4333
4334 2007-04-05  Wim Taymans  <wim@fluendo.com>
4335
4336         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4337         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
4338         This element is ready to be autoplugged.
4339
4340 2007-04-05  Julien MOUTTE  <julien@moutte.net>
4341
4342         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
4343         Don't leave the offsets defined by upstream element on the
4344         compressed data buffer we are pushing downstream. Make them
4345         GST_BUFFER_OFFSET_NONE.
4346
4347 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
4348
4349         * gst/avi/README:
4350         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4351         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
4352         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
4353         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
4354         (gst_avi_demux_calculate_durations_from_index),
4355         (gst_avi_demux_stream_header_push),
4356         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
4357         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
4358           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
4359
4360 2007-04-03  Wim Taymans  <wim@fluendo.com>
4361
4362         * gst/smpte/barboxwipes.c:
4363         Fix error as spotted by Snaik <snaik32 at gmail dot com>
4364
4365 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4366
4367         * gst/wavparse/gstwavparse.c:
4368         Support audio/x-raw-float in wav files. This only works with
4369         plugins-base CVS, using an older version doesn't have any
4370         disadvantages though.
4371
4372 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4373
4374         * configure.ac:
4375         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4376         (gst_au_parse_parse_header), (gst_au_parse_chain):
4377         * gst/auparse/gstauparse.h:
4378         Revert last change as we don't want plugins-good to depend on
4379         plugins-base CVS now.
4380
4381 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4382
4383         * configure.ac:
4384         Require gst-plugins-base CVS for audioconvert with non-native
4385         float support and width/depth fix in libgstriff.
4386
4387         Patch by: René Stadler <mail at renestadler dot de>
4388
4389         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4390         (gst_au_parse_parse_header), (gst_au_parse_chain):
4391         * gst/auparse/gstauparse.h:
4392         Don't swap the floats ourself if they're not in native endianness.
4393         Instead let audioconvert handle this. Fixes #339838.
4394
4395 2007-03-29  Wim Taymans  <wim@fluendo.com>
4396
4397         * gst/rtp/gstasteriskh263.h:
4398         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
4399         (gst_rtp_h263p_depay_change_state):
4400         * gst/rtp/gstrtph263pdepay.h:
4401         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4402         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
4403         (gst_rtp_h264_depay_change_state):
4404         * gst/rtp/gstrtph264depay.h:
4405         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4406         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
4407         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4408         Flush adapter on disconts.
4409
4410 2007-03-29  Wim Taymans  <wim@fluendo.com>
4411
4412         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
4413         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
4414         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
4415         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
4416         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4417         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
4418         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4419         (gst_rtp_mp4v_depay_process):
4420         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
4421         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
4422         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
4423         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
4424         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
4425         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4426         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
4427         Use more efficient adapter and rtpbuffer methods when possible.
4428
4429 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4430
4431         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4432         (gst_wavenc_sink_setcaps):
4433         Correctly handle width!=depth input.
4434         * gst/wavparse/gstwavparse.c:
4435         Already export in the caps that width==8 uses unsigned samples and
4436         everything else uses signed samples.
4437
4438 2007-03-29  Wim Taymans  <wim@fluendo.com>
4439
4440         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4441
4442         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
4443         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
4444         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
4445         (gst_dynudpsink_close):
4446         * gst/udp/gstdynudpsink.h:
4447         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
4448         (gst_udpsrc_create), (gst_udpsrc_set_property),
4449         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
4450         * gst/udp/gstudpsrc.h:
4451         Rework the socket allocation a bit based on the sockfd argument so that
4452         it becomes usable.
4453         Add a closefd property to instruct the udp elements to close the custom
4454         file descriptors when going to READY. Fixes #423304.
4455         API:GstUDPSrc::closefd property
4456         API:GstDynUDPSink::closefd property
4457
4458 2007-03-29  Wim Taymans  <wim@fluendo.com>
4459
4460         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4461
4462         * gst/rtp/Makefile.am:
4463         * gst/rtp/gstrtp.c: (plugin_init):
4464         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
4465         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4466         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
4467         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4468         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
4469         (gst_rtp_h264_pay_plugin_init):
4470         * gst/rtp/gstrtph264pay.h:
4471         Added H264 payloader. Fixes #423782.
4472
4473         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4474         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4475         Small fixes.
4476
4477 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4478
4479         * gst/wavparse/gstwavparse.c:
4480         Actually support depths from 1 to 32, not only 8 to 32.
4481
4482 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4483
4484         * gst/wavparse/gstwavparse.c:
4485         Add support for wav files containing audio/x-raw-int with random
4486         depths between 1 and 32 bits.
4487
4488 2007-03-28  Wim Taymans  <wim@fluendo.com>
4489
4490         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
4491
4492         * gst/rtp/Makefile.am:
4493         * gst/rtp/gstrtp.c: (plugin_init):
4494         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
4495         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
4496         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
4497         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
4498         (gst_rtp_mp4a_depay_get_property),
4499         (gst_rtp_mp4a_depay_change_state),
4500         (gst_rtp_mp4a_depay_plugin_init):
4501         * gst/rtp/gstrtpmp4adepay.h:
4502         Added MP4A-LATM depayloader. Fixes #417792.
4503
4504         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4505         (gst_rtp_mp4v_depay_process):
4506         Fixup depayloader, setting codec_data, using more efficient adaptor and
4507         rtpbuffer handling.
4508
4509         * gst/rtsp/URLS:
4510         Add url to test above.
4511
4512 2007-03-25  Wim Taymans  <wim@fluendo.com>
4513
4514         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
4515         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
4516         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
4517         (gst_rtspsrc_media_to_caps),
4518         (gst_rtspsrc_stream_configure_transport),
4519         (gst_rtspsrc_stream_configure_caps),
4520         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
4521         * gst/rtsp/gstrtspsrc.h:
4522         Handle default clock-rates for static payload types, rearrange stuff so
4523         that the rtpmap field in the sdp can override the defaults.
4524         Parse RTP-Info field to get the seqnum and timebase fields that should
4525         go in the caps.
4526         Delay configuring caps after we got the RTP-Info from the PLAY reply from
4527         the server. 
4528
4529 2007-03-22  Wim Taymans  <wim@fluendo.com>
4530
4531         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
4532
4533         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
4534         Accept complex pipeline descriptions as an audio profile instead of just
4535         a single element. Fixes #420658.
4536
4537 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
4538
4539         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
4540           Rename registered type in preparation of GstTagDemux moving to
4541           -base at some point in the future.
4542
4543 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
4544
4545         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4546           Streaming mode fixes: don't unref buffer we don't own any longer;
4547           remove bogus adapter flush. Fixes #419338.
4548
4549 2007-03-17  David Schleef  <ds@schleef.org>
4550
4551         * REQUIREMENTS: Change the format to key/value, add a bunch of
4552           information, remove a bunch of requirements that are for
4553           other GStreamer packages.
4554
4555 2007-03-17  David Schleef  <ds@schleef.org>
4556
4557         * REQUIREMENTS: Fix a few things.  This file really needs a
4558         good once-over.
4559
4560 2007-03-15  Edward Hervey  <edward@fluendo.com>
4561
4562         * sys/Makefile.am:
4563         Don't forget to distribute the sys/osxaudio/ directory.
4564
4565 2007-03-15  Edward Hervey  <edward@fluendo.com>
4566
4567         * configure.ac:
4568         * sys/Makefile.am:
4569         * sys/osxaudio/Makefile.am:
4570         * sys/osxaudio/gstosxaudio.c:
4571         * sys/osxaudio/gstosxaudiosink.c:
4572         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
4573         (gst_osx_audio_sink_getcaps),
4574         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
4575         * sys/osxaudio/gstosxaudiosrc.c:
4576         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
4577         (gst_osx_audio_src_create_ringbuffer):
4578         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
4579         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
4580         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
4581         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
4582         * sys/osxaudio/gstosxringbuffer.h:
4583         Activate osxaudio in gst-plugins-good with proper build setup.
4584         Add inlined documentation.
4585         Fix debug statements
4586         Fix ringbuffer when pausing.
4587         Fixes #323471
4588
4589 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4590         * gst/rtp/gstrtppcmapay.c:
4591         * gst/rtp/gstrtppcmapay.h:
4592         * gst/rtp/gstrtppcmupay.c:
4593         * gst/rtp/gstrtppcmupay.h:
4594         Ported mulaw and alaw payloaders to use new base class
4595
4596 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4597
4598         * po/af.po:
4599         * po/az.po:
4600         * po/cs.po:
4601         * po/en_GB.po:
4602         * po/it.po:
4603         * po/nl.po:
4604         * po/or.po:
4605         * po/sq.po:
4606         * po/sr.po:
4607         * po/sv.po:
4608         * po/uk.po:
4609         * po/vi.po:
4610           Update translations.
4611
4612 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
4613
4614         * configure.ac:
4615           Fix string replace error (AG_AG_GST_* => AG_GST_*).
4616
4617 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4618
4619         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
4620           Fix handling of -1 values for start and stop values when seeking,
4621           and SEEK_CUR+SEEK_END here as well.
4622
4623 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
4624
4625         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
4626           Fix handling of -1 values for start and stop values when seeking, 
4627           and SEEK_CUR+SEEK_END.
4628
4629 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4630
4631         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
4632           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
4633           the image format a variable-length NUL-terminated string; in
4634           versions before that the image format is a fixed-length string of
4635           3 characters (see #348644 for a sample tag).
4636           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
4637
4638 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
4639
4640         * win32/MANIFEST:
4641         Add new project files to MANIFEST.
4642         * win32/vs6/libgstaudiofx.dsp:
4643         * win32/vs6/libgstrtp.dsp:
4644         * win32/vs6/libgstrtsp.dsp:
4645         Update project files.
4646         
4647 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
4648
4649         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
4650         (gst_avi_demux_parse_index):
4651         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4652         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
4653           Printf format fixes; also add some missing quotes in translated
4654           strings. Fixes #416728 and #416727.
4655
4656 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4657
4658         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
4659           Tim and I can't think of any reason the child audio sink needs to 
4660           be set back to NULL after successfully determining that it can 
4661           reach READY - it gets immediately set back to READY by the caller
4662           anyway, causing an unnecessary close/open of any audio devices
4663           involved.
4664
4665 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4666
4667         * po/LINGUAS:
4668         * po/ja.po:
4669           Add ja.po file from #377306.
4670
4671 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4672
4673         * sys/sunaudio/gstsunaudio.c: (plugin_init):
4674         * sys/sunaudio/gstsunaudiomixertrack.c:
4675         (gst_sunaudiomixer_track_new):
4676           Actually translate sunaudio mixer track labels instead of just
4677           marking the strings as translatable (#377306); clean up weird
4678           label string mapping code that serves no apparent purpose. Also
4679           set the 'untranslated-label' property when creating mixer tracks
4680           if the GstMixerTrack base class supports this.
4681
4682         * tests/check/Makefile.am:
4683         * tests/check/elements/.cvsignore:
4684         * tests/check/elements/sunaudio.c: (GST_START_TEST),
4685         (sunaudio_suite):
4686           Very minimalistic unit test for sunaudiomixer element (compiles, but not
4687           actually tested on a system where sunaudiomixer is available).
4688
4689 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4690
4691         * tests/check/Makefile.am:
4692         Re-enable the states test and see if it works on the buildbots.
4693
4694 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4695
4696         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
4697         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
4698         (gst_dvdec_change_state):
4699         * ext/dv/gstdvdec.h:
4700         Infer pixel-aspect-ratio from the video frame format if it isn't
4701         provided by the container, as happens when playing DV from AVI
4702         or Quicktime containers.
4703
4704         Patch by: Wim Taymans <wim@fluendo.com>
4705         Fixes #380944
4706
4707 2007-03-09  Wim Taymans  <wim@fluendo.com>
4708
4709         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
4710         When activated, remove the udpsrc timeout, we have dataflow and timeouts
4711         will later be handled by the jitterbuffer.
4712
4713 2007-03-09  Wim Taymans  <wim@fluendo.com>
4714
4715         * ext/taglib/gstid3v2mux.cc:
4716         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
4717         Fixes #414496.
4718         
4719         Patch by: Alex Lancaster <alexl at users sourceforge net>
4720
4721 2007-03-09  Wim Taymans  <wim@fluendo.com>
4722
4723         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4724         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
4725         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
4726         (gst_avi_demux_chain):
4727         Fix stream position reporting after a seek. Fixes #416445.
4728
4729 2007-03-08  Wim Taymans  <wim@fluendo.com>
4730
4731         Patch by: René Stadler <mail at renestadler dot de>
4732
4733         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4734         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
4735         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
4736         Make avidemux accept optional header chunks in any order.
4737         Fixes #415446.
4738
4739 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
4740
4741         * tests/check/Makefile.am:
4742         Disable the states check until the remaining Valgrind errors
4743         are fixed or suppressed.
4744
4745 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4746
4747         * tests/check/elements/.cvsignore:
4748           Add audiodynamic check to .cvsignore
4749
4750 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4751
4752         reviewed by: Stefan Kost  <ensonic@users.sf.net>
4753
4754         * gst/audiofx/Makefile.am:
4755         * gst/audiofx/audiodynamic.c:
4756         (gst_audio_dynamic_characteristics_get_type),
4757         (gst_audio_dynamic_mode_get_type),
4758         (gst_audio_dynamic_set_process_function),
4759         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
4760         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
4761         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
4762         (gst_audio_dynamic_transform_hard_knee_compressor_int),
4763         (gst_audio_dynamic_transform_hard_knee_compressor_float),
4764         (gst_audio_dynamic_transform_soft_knee_compressor_int),
4765         (gst_audio_dynamic_transform_soft_knee_compressor_float),
4766         (gst_audio_dynamic_transform_hard_knee_expander_int),
4767         (gst_audio_dynamic_transform_hard_knee_expander_float),
4768         (gst_audio_dynamic_transform_soft_knee_expander_int),
4769         (gst_audio_dynamic_transform_soft_knee_expander_float),
4770         (gst_audio_dynamic_transform_ip):
4771         * gst/audiofx/audiodynamic.h:
4772         * gst/audiofx/audiofx.c: (plugin_init):
4773         Add new audiodynamic element which can act as a compressor or
4774         expander. Supported are hard-knee and soft-knee operation modes with
4775         user-specified ratio and threshold.
4776         Attack and release parameters are not yet implemented but will follow.
4777         * docs/plugins/Makefile.am:
4778         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4779         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4780         * docs/plugins/gst-plugins-good-plugins.args:
4781         * docs/plugins/inspect/plugin-audiofx.xml:
4782         Integrate audiodynamic into the docs.
4783         * tests/check/Makefile.am:
4784         * tests/check/elements/audiodynamic.c: (setup_dynamic),
4785         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
4786         Add unit test for audiodynamic.
4787
4788 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
4789
4790         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
4791         Free handles that we allocated when exiting via the error paths.
4792
4793 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
4794
4795         * gst/level/gstlevel.c: (gst_level_class_init),
4796         (gst_level_set_caps), (gst_level_start), (gst_level_event),
4797         (gst_level_transform_ip):
4798         * gst/level/gstlevel.h:
4799           Resolve message timestamps against the playback segment.
4800
4801 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4802
4803         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
4804         (gst_id3demux_sink_activate):
4805           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
4806           caps passed to it (previously one code path assumed it took ownership
4807           while another one assumed it didn't, while in fact it sometimes did and
4808           sometimes didn't ...).
4809
4810         * configure.ac:
4811         * tests/files/Makefile.am:
4812         * tests/files/id3-407349-1.tag:
4813         * tests/files/id3-407349-2.tag:
4814           Add directory where data for unit tests can be stored.
4815
4816         * tests/Makefile.am:
4817         * tests/check/Makefile.am:
4818         * tests/check/elements/.cvsignore:
4819         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
4820         (read_tags_from_file), (run_check_for_file),
4821         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
4822           Add unit test for id3demux, and in particular for bug #407349. Only
4823           testing pull-mode for now; push mode doesn't work yet because the test
4824           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
4825
4826 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4827
4828         * tests/check/Makefile.am:
4829           Add missing backslash at end of line.
4830
4831 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
4832
4833         Trigger rebuild.
4834
4835 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4836
4837         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
4838         * gst/id3demux/id3tags.h:
4839         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
4840         (parse_obsolete_tdat_frame):
4841           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
4842           the four-digit number will be interpreted as a year, whereas it is
4843           month and day in DDMM format. Instead, parse TDAT frames and fix up
4844           the date in the GST_TAG_DATE tag later if we also extracted a year.
4845           Fixes #407349.
4846
4847 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
4848
4849         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
4850         (gst_switch_commit_new_kid):
4851         Fix up the dispose logic so it doesn't leak, and fix setting of 
4852         the child state so that we don't set a child to our current state 
4853         just as we are changing it to something else.
4854
4855 2007-03-06  Wim Taymans  <wim@fluendo.com>
4856
4857         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
4858         (gst_goom_chain):
4859         * gst/goom/gstgoom.h:
4860         Document, fix and improve goom adapter behaviour.
4861         Fixes #407006.
4862
4863 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4864
4865         * ext/esd/esdsink.c: (gst_esdsink_open):
4866         Unref static pad template after using it.
4867
4868 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4869
4870         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
4871         (gst_switch_commit_new_kid):
4872         Fix up the reference counting of the child elements.
4873
4874 2007-03-05  Wim Taymans  <wim@fluendo.com>
4875
4876         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
4877         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
4878         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
4879         Fix encoding-name case.
4880
4881 2007-03-05  Wim Taymans  <wim@fluendo.com>
4882
4883         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
4884         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
4885         (gst_rtp_speex_depay_process):
4886         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
4887         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
4888         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
4889         (gst_rtp_speex_pay_change_state):
4890         * gst/rtp/gstrtpspeexpay.h:
4891         Fix speex (de)payloader. Fixes #358040.
4892
4893 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4894
4895         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4896         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
4897         Install fakesink in NULL by fixing some broken logic. This obviates
4898         the need to manually set _IS_SINK.
4899         Add some comments and remove a little cruft while I'm at it.
4900
4901 2007-03-05  Wim Taymans  <wim@fluendo.com>
4902
4903         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
4904         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
4905
4906 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
4907
4908         * po/POTFILES.in:
4909           Update.
4910
4911 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4912
4913         * tests/check/Makefile.am:
4914         Gah! Also disable gconfvideosink from the tests, otherwise
4915         it will instantiate autovideosink, and dfbvideosink and
4916         leak on the buildbots.
4917
4918 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4919
4920         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
4921         (gst_cdio_cdda_src_finalize):
4922         Make sure we always destroy our libcdio handle.
4923
4924 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4925
4926         * tests/check/Makefile.am:
4927         Disable autovideosink so the buildbots don't barf over memory
4928         leaked in the directfb sink.
4929
4930 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4931
4932         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
4933         Chain up in dispose
4934
4935 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4936
4937         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
4938         (gst_multipart_find_pad_by_mime):
4939         Use gst_pad_new_from_static_template instead of
4940         static_pad_template_get+pad_new.
4941
4942 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4943
4944         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
4945         Catch the case where no clock has been set.
4946
4947 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4948
4949         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
4950         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
4951         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
4952         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
4953         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
4954         (gst_gconf_audio_src_finalize), (do_toggle_element):
4955         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
4956         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
4957         (do_toggle_element):
4958         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
4959         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
4960         (gst_gconf_video_src_finalize), (do_toggle_element):
4961         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
4962         (gst_switch_sink_reset), (gst_switch_sink_set_child):
4963         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
4964         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
4965         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
4966         (gst_shout2send_init), (gst_shout2send_finalize):
4967         * gst/debug/testplugin.c: (gst_test_class_init),
4968         (gst_test_finalize):
4969         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
4970         (gst_flxdec_dispose):
4971         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
4972         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
4973         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4974         (gst_rtspsrc_finalize):
4975         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
4976         * gst/rtsp/rtspextwms.h:
4977         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
4978         (gst_smpte_finalize):
4979         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
4980         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
4981         (gst_udpsink_finalize):
4982         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
4983         (gst_wavparse_sink_activate):
4984         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
4985         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
4986         (gst_oss_src_finalize):
4987         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
4988         * sys/v4l2/gstv4l2object.h:
4989         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
4990         (gst_v4l2src_finalize):
4991         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
4992
4993         Fix a bunch of leaks shown by the newly-added states test.
4994
4995 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4996
4997         * ext/dv/gstdvdec.c: (gst_dvdec_init):
4998         Use gst_pad_new_from_static_template instead of 
4999         static_pad_template_get+pad_new.
5000
5001 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
5002
5003         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5004
5005         * ext/libcaca/Makefile.am:
5006         * gst/debug/Makefile.am:
5007           Don't mix tabs and spaces (#414168).
5008
5009 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5010
5011         * tests/check/generic/.cvsignore:
5012           Ignore files to please buildbot.
5013
5014 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5015
5016         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
5017         (gst_wavparse_stream_data):
5018           Unbreak my previous commit (swapped nominator & denominator). Tim,
5019           thanks for spotting.
5020
5021 2007-03-02  Wim Taymans  <wim@fluendo.com>
5022
5023         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
5024         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
5025         (gst_cdio_cdda_src_finalize):
5026         Small code cleanups.
5027         Don't use pad_alloc as the base class cannot deal with the error codes.
5028
5029 2007-03-02  Wim Taymans  <wim@fluendo.com>
5030
5031         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
5032         (gst_udpsrc_create):
5033         Fix doc.
5034
5035 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5036
5037         Patch by: René Stadler <mail@renestadler.de>
5038
5039         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
5040         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
5041         (gst_wavparse_stream_data):
5042           Handle rounding better to not drop last sample frame. Fixes #356692
5043
5044 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
5045
5046         * tests/check/Makefile.am:
5047         Disable cacasink from the states check too - it also calls exit(1)
5048         on us when it can't find a terminal to talk to.
5049
5050 2007-03-02  Wim Taymans  <wim@fluendo.com>
5051
5052         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5053
5054         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5055         (gst_udpsrc_create), (gst_udpsrc_set_property),
5056         (gst_udpsrc_get_property):
5057         * gst/udp/gstudpsrc.h:
5058         Add support to strip proprietary headers. Fixes #350296.
5059
5060 2007-03-02  Wim Taymans  <wim@fluendo.com>
5061
5062         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5063         Fix compilation.
5064
5065 2007-03-02  Wim Taymans  <wim@fluendo.com>
5066
5067         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5068
5069         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
5070         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
5071         (gst_rtp_mp2t_depay_set_property),
5072         (gst_rtp_mp2t_depay_get_property):
5073         * gst/rtp/gstrtpmp2tdepay.h:
5074         Add support to strip off proprietary headers. Fixes #350278.
5075
5076 2007-03-02  Wim Taymans  <wim@fluendo.com>
5077
5078         * ext/hal/hal.c:
5079         Fix compilation.
5080
5081 2007-03-02  Wim Taymans  <wim@fluendo.com>
5082
5083         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
5084         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
5085         (gst_sunaudiosrc_open):
5086         * sys/sunaudio/gstsunaudiosrc.h:
5087         Remove device-name from GstSunAudioSrc. Fixes #412597.
5088
5089 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5090
5091         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5092         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5093         Having NULL as UDI previously selected the default sink/src. Change
5094         this back but mention it in the debug output.
5095         * ext/hal/hal.c: (gst_hal_get_alsa_element),
5096         (gst_hal_get_oss_element), (gst_hal_get_string),
5097         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
5098         (gst_hal_get_audio_src):
5099         * ext/hal/hal.h:
5100         Refactor a bit, check all error conditions, greatly improve debugging
5101         and fix some possible memory leaks. Also implement OSS support
5102         and allow specifying an UDI that points to a real device. For this the
5103         child device which supports ALSA (preferred) or OSS is used.
5104         As a side effect this makes it impossible now to get a alsasink in
5105         halaudiosrc and a alsasrc in halaudiosink.
5106
5107 2007-03-01  Wim Taymans  <wim@fluendo.com>
5108
5109         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
5110         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
5111         Errors from the udp sources are not fatal unless all of them are in
5112         error.
5113
5114 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5115
5116         * tests/check/Makefile.am:
5117         Disable aasink in the states test. I suspect this is the element that
5118         is calling exit(1) when it can't proceed.
5119
5120 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5121
5122         * tests/check/Makefile.am:
5123         Draw plugins in from the build tree sys/ dir, rather than picking
5124         up the already installed versions.
5125
5126 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5127
5128         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
5129         Error out correctly when getting xcontext fails.
5130
5131 2007-03-01  Wim Taymans  <wim@fluendo.com>
5132
5133         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
5134         Make state change to PAUSED NO_PREROLL because that's what it will be in
5135         the future and rtspsrc relies on it.
5136
5137         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
5138         (gst_rtspsrc_change_state):
5139         Don't error out when we don't get an error from the state change
5140         function.
5141
5142 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5143
5144         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5145         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5146           Check if the device UDI is set before trying to query HAL
5147           about it and give a useful error message if it wasn't set.
5148         * ext/hal/hal.c: (gst_hal_get_string):
5149           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
5150           gives an assertion failure in D-Bus when running with
5151           DBUS_FATAL_WARNINGS=1.
5152
5153 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5154
5155         * configure.ac:
5156           Convert to new AG_GST style.
5157
5158 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5159
5160         * tests/check/Makefile.am:
5161         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
5162           add test for states
5163
5164 2007-02-28  Wim Taymans  <wim@fluendo.com>
5165
5166         * tests/check/elements/.cvsignore:
5167         Add new videofilter check to .cvsignore.
5168
5169 2007-02-28  Wim Taymans  <wim@fluendo.com>
5170
5171         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
5172         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5173         (gst_avi_demux_loop), (gst_avi_demux_chain):
5174         Fix combined flow return. Fixes #412608.
5175
5176 2007-02-28  Wim Taymans  <wim@fluendo.com>
5177
5178         * gst/videofilter/Makefile.am:
5179         Dist header..
5180
5181 2007-02-28  Wim Taymans  <wim@fluendo.com>
5182
5183         * gst/videofilter/gstgamma.h:
5184         Add header too.
5185
5186 2007-02-28  Wim Taymans  <wim@fluendo.com>
5187
5188         Patch by: Mark Nauwelaerts <manauw at skynet be>
5189
5190         * gst/videofilter/Makefile.am:
5191         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
5192         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
5193         (gst_gamma_get_property), (gst_gamma_calculate_tables),
5194         (oil_tablelookup_u8), (gst_gamma_set_caps),
5195         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
5196         Port gamma filter to 0.10. Fixes #412704.
5197
5198         * tests/check/Makefile.am:
5199         * tests/check/elements/videofilter.c: (setup_filter),
5200         (cleanup_filter), (check_filter), (GST_START_TEST),
5201         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
5202         Add unit tests for videofilters.
5203
5204 2007-02-28  Wim Taymans  <wim@fluendo.com>
5205
5206         * gst/rtsp/URLS:
5207         Add another interesting test url.
5208
5209         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
5210         Don't allow getting header fields from data packets.
5211
5212 2007-02-28  Michael Smith  <msmith@fluendo.com>
5213
5214         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5215         (gst_shout2send_init), (gst_shout2send_start),
5216         (gst_shout2send_set_property), (gst_shout2send_get_property):
5217         * ext/shout2/gstshout2.h:
5218           Add a property for username.
5219
5220 2007-02-27  Christian Schallerr <christian@fluendo.com>
5221
5222         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
5223
5224 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5225
5226         * gst/rtsp/Makefile.am:
5227         Fix make check too.
5228
5229 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5230
5231         * gst/rtsp/base64.c: (util_base64_encode):
5232         * gst/rtsp/base64.h:
5233         Commit missing files for base64 encoding.
5234
5235 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5236
5237         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5238
5239         * configure.ac:
5240         * ext/annodex/Makefile.am:
5241         * ext/jpeg/Makefile.am:
5242         * ext/speex/Makefile.am:
5243         * gst/alpha/Makefile.am:
5244         * gst/cutter/Makefile.am:
5245         * gst/debug/Makefile.am:
5246         * gst/effectv/Makefile.am:
5247         * gst/goom/Makefile.am:
5248         * gst/level/Makefile.am:
5249         * gst/smpte/Makefile.am:
5250         * gst/videofilter/Makefile.am:
5251           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
5252
5253 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5254
5255         * gst/rtsp/Makefile.am:
5256         * gst/rtsp/rtspconnection.c: (append_auth_header),
5257         (rtsp_connection_send), (rtsp_connection_set_auth):
5258         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
5259         from icecast to replace it. Relicensed from GPL courtesy of Mike
5260         Smith.
5261
5262 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5263
5264         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
5265         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
5266         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
5267         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
5268         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
5269         (gst_rtspsrc_uri_set_uri):
5270         * gst/rtsp/gstrtspsrc.h:
5271         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5272         (append_auth_header), (rtsp_connection_send),
5273         (rtsp_connection_free), (rtsp_connection_set_auth):
5274         * gst/rtsp/rtspconnection.h:
5275         * gst/rtsp/rtspdefs.h:
5276         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
5277         * gst/rtsp/rtspurl.h:
5278
5279         Implement simple Basic Authentication support so that urls like
5280         rtsp://user:pass@hostname/rtspstream work on hosts that require
5281         authentication.
5282
5283 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
5284
5285         * sys/v4l2/gstv4l2object.c:
5286         * sys/v4l2/gstv4l2tuner.c:
5287         * sys/v4l2/v4l2_calls.c:
5288         Fix segfault when oppening a radio device.
5289         
5290 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
5291
5292         * gst/level/gstlevel.c: (gst_level_set_caps),
5293         (gst_level_transform_ip):
5294         * sys/v4l2/README:
5295         * tests/check/elements/level.c: (GST_START_TEST):
5296           Fix level for multi-channel case.
5297
5298 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5299
5300         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
5301         (gst_level_transform_ip):
5302         * gst/level/gstlevel.h:
5303           Use function pointer for process function and add process functions
5304           for float audio.
5305
5306 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
5307
5308         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5309         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5310         (gst_v4l2src_capture_init):
5311           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
5312           fixes #407369
5313
5314 2007-02-18  Wim Taymans  <wim@fluendo.com>
5315
5316         * gst/rtp/Makefile.am:
5317         * gst/rtp/gstrtp.c: (plugin_init):
5318         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
5319         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
5320         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
5321         (gst_rtp_mp2t_pay_plugin_init):
5322         * gst/rtp/gstrtpmp2tpay.h:
5323         Added simple mpeg transport stream payloader.
5324
5325 2007-02-16  Wim Taymans  <wim@fluendo.com>
5326
5327         * gst/rtsp/URLS:
5328         Add example H264 rtsp url.
5329
5330         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5331         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5332         Don't convert values to lowercase or we might mess up base64 encoded
5333         properties.
5334
5335 2007-02-16  Wim Taymans  <wim@fluendo.com>
5336
5337         * gst/rtp/README:
5338         Fix case of string params.
5339
5340         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5341         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5342         Fix depayloader, support more packet types.
5343         Add sync codes to make sure the packetizer can do its job.
5344
5345         * gst/rtp/gstrtpmp4gdepay.c:
5346         * gst/rtp/gstrtpmp4gpay.c:
5347         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5348         Fix caps case again.
5349
5350 2007-02-15  Wim Taymans  <wim@fluendo.com>
5351
5352         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
5353         Set right caps on output buffers.
5354
5355 2007-02-14  Wim Taymans  <wim@fluendo.com>
5356
5357         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
5358         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
5359         Clear stack allocated SDPMedia struct before calling _init() on it.
5360         Clarify this in the docs as well.
5361
5362 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
5363
5364         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
5365         (do_change_child):
5366         Don't reset the profile when going switching states, as it makes
5367         the element non-reusable.
5368
5369 2007-02-14  Wim Taymans  <wim@fluendo.com>
5370
5371         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
5372         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
5373         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
5374         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
5375         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
5376         (sdp_parse_line):
5377         * gst/rtsp/sdpmessage.h:
5378         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
5379         Fix memory management of SDP messages. Fixes #407793.
5380
5381 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
5382
5383         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
5384
5385         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
5386         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
5387
5388 2007-02-14  Wim Taymans  <wim@fluendo.com>
5389
5390         Patch by: jp.liu <jp_liu at astrocom dot cn>
5391
5392         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
5393         Fix parsing of password field in url. Fixes #407797.
5394
5395 2007-02-14  Wim Taymans  <wim@fluendo.com>
5396
5397         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
5398         (gst_wavparse_reset), (gst_wavparse_init),
5399         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
5400         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
5401         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
5402         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
5403         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
5404         (gst_wavparse_loop), (gst_wavparse_chain),
5405         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
5406         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
5407         (plugin_init):
5408         * gst/wavparse/gstwavparse.h:
5409         Update docs.
5410         Use boilerplate.
5411         Various code cleanups.
5412         When the bitrate is not known (bps == 0 or compressed formats) let
5413         downstream element guestimate the duration and position and don't
5414         generate timestamps or durations. Fixes #405213.
5415         Fix EOS and ERROR conditions in chain mode, we just need to forward the
5416         error flowreturn upstream.
5417
5418 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
5419
5420         * ext/gconf/Makefile.am:
5421         * ext/gconf/gconf.c: (gst_gconf_get_string),
5422         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
5423         (gst_gconf_render_bin_with_default):
5424         * ext/gconf/gconf.h:
5425         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
5426         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
5427         (gst_gconf_audio_sink_dispose), (do_change_child),
5428         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
5429         (cb_change_child), (gst_gconf_audio_sink_change_state):
5430         * ext/gconf/gstgconfaudiosink.h:
5431         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
5432         (gst_switch_sink_class_init), (gst_switch_sink_reset),
5433         (gst_switch_sink_init), (gst_switch_sink_dispose),
5434         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
5435         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
5436         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
5437         * ext/gconf/gstswitchsink.h:
5438         * gst/autodetect/gstautoaudiosink.c:
5439         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
5440         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
5441         (gst_auto_audio_sink_detect):
5442         * gst/autodetect/gstautovideosink.c:
5443         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
5444         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
5445         (gst_auto_video_sink_detect):
5446         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
5447         and a child that implements the GConf key monitoring. The end goal of
5448         this is an audio sink that can be changed on the fly, but at the 
5449         moment it still only changes on the next READY transition.
5450
5451 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5452
5453         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5454         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5455         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
5456         (gst_avi_demux_calculate_durations_from_index),
5457         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5458         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5459         (gst_avi_demux_loop):
5460           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
5461
5462 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5463
5464         * configure.ac:
5465         * docs/plugins/Makefile.am:
5466           Add crossreferences to glib/gobject/gstream docs.
5467
5468 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5469
5470         * gst/monoscope/Makefile.am:
5471         * gst/monoscope/gstmonoscope.c:
5472           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
5473           (but no LIBS, since we only use defines from the headers).
5474
5475 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5476
5477         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
5478
5479         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
5480         (gst_wavparse_stream_data):
5481           Fix massive memory leak when operating in streaming mode due to
5482           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
5483           Fixes #407057.
5484
5485 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5486
5487         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
5488         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
5489         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
5490         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
5491         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5492         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
5493         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
5494         (gst_avi_demux_calculate_durations_from_index),
5495         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5496         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
5497         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
5498         * gst/avi/gstavidemux.h:
5499           Save some memory (8%) by repacking the index entry structure (more to
5500           come). Add more FIXMEs to questionable parts.
5501
5502 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5503
5504         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
5505         (gst_v4l2src_get_caps):
5506         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5507         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5508         (gst_v4l2src_capture_init):
5509           More FIXME comments and messaging changes.
5510
5511 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5512
5513         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
5514         (gst_goom_change_state):
5515         * gst/goom/gstgoom.h:
5516           Improved docs and use GST_DEBUG_FUNCPTR.
5517
5518         * gst/level/gstlevel.c: (gst_level_class_init):
5519           Use GST_DEBUG_FUNCPTR.
5520
5521         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
5522         (gst_monoscope_chain), (gst_monoscope_change_state):
5523           Improved docs source cleanups.
5524
5525 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5526
5527         * gst/debug/Makefile.am:
5528         * gst/debug/gstdebug.c: (plugin_init):
5529         * gst/debug/gstpushfilesrc.c:
5530         * gst/debug/gstpushfilesrc.h:
5531           Add code for a pushfilesrc element that implements a pushfile:// URI
5532           handler, to make debugging push-mode operation of demuxer/decoders
5533           that support both easier in connection with seek/playbin/etc.
5534           The element isn't registered at the moment.
5535
5536 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
5537
5538         * gst/avi/gstavimux.c:
5539           Comment a #if 0 in caps template definition as VS6 seems to 
5540         do not support it.
5541         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
5542           Use gst_guint64_to_gdouble for conversion.
5543         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
5544           Move variables declaration before the first instruction.
5545         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
5546           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
5547           And don't include netdb.h for G_OS_WIN32
5548         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
5549           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
5550           by VS6 then use an other way to initialize SDPMedia structure.
5551         * gst/udp/gstdynudpsink.h:
5552         * gst/udp/gstdynudpnetutils.h:
5553           Do not include <sys/time.h> for G_OS_WIN32
5554         * gst/udp/gstudpsrc.c:
5555           Define socklen_t as int for G_OS_WIN32
5556         * win/common/config.h.in:
5557           Undef HAVE_NETINET_IN_H
5558         * win32/vs6/gst_plugins_good.dsw:
5559         * win32/vs6/libgstrtp.dsp:
5560         * win32/vs6/libgstrtsp.dsp:
5561         * win32/vs6/libgstautogen.dsp:
5562         * win32/vs6/libgstaudiofx.dsp:
5563         * win32/vs6/libgstudp.dsp:
5564           Add and update project files.
5565         * win32/common/gstudp-enumtypes.c:
5566         * win32/common/gstudp-enumtypes.h:
5567           Add a copy of udp enumtypes to win32/common as in core 
5568           and base.
5569         
5570 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
5571
5572         * configure.ac:
5573           Activate monoscope when building with --enable-experimental. Fix
5574           --enable-external configure switch description.
5575
5576         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
5577         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
5578           Help gst-indent.
5579
5580 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
5581
5582         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
5583           Explicitly cast result of pointer arithmetic to integer in order to
5584           avoid compiler warnings on some 64-bit systems. Should fix #406018.
5585
5586 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5587
5588         * gst/debug/progressreport.c:
5589           Some more docs.
5590
5591 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5592
5593         * docs/plugins/inspect/plugin-rtp.xml:
5594           Update for new elements.
5595
5596         * gst/debug/progressreport.h:
5597           Commit newly-created header file as well.
5598
5599 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5600
5601         * docs/plugins/Makefile.am:
5602         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5603         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5604         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5605         * gst/debug/Makefile.am:
5606         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
5607         (gst_progress_report_do_query), (gst_progress_report_report):
5608           Make progressreport element post messages with the current progress
5609           on the bus. Also add some basic docs for it.
5610
5611 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5612
5613         * ext/hal/hal.c: (gst_hal_get_string):
5614         * ext/hal/hal.h:
5615           Some small cleanups; deal with errors when parsing the HAL ALSA
5616           capabilities a bit better.
5617
5618 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5619
5620         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5621           Let's try this again and use the right cast this time.
5622
5623 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5624
5625         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5626           Add cast to avoid compiler warnings with older GLib versions
5627           where the nick/name members in GEnumValue are not declared as
5628           constant strings.
5629
5630 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5631
5632         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
5633         (gst_gconf_render_bin_from_key),
5634         (gst_gconf_get_default_audio_sink):
5635         * ext/gconf/gconf.h:
5636         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
5637         (do_toggle_element), (gst_gconf_audio_sink_set_property),
5638         (gst_gconf_audio_sink_get_property):
5639           In gconfaudiosink, get the right key as the old key in do_toggle
5640           (ie. one dependent on the profile selected). Log some more stuff so
5641           we can see what's actually going on.
5642
5643 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
5644
5645         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
5646         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
5647         (gst_audio_amplify_set_process_function),
5648         (gst_audio_amplify_setup):
5649         * gst/audiofx/audioamplify.h:
5650         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
5651         (gst_audio_invert_class_init), (gst_audio_invert_setup):
5652         * gst/audiofx/audioinvert.h:
5653         Some small cleanups and port both elements to the new GstAudioFilter
5654         base class to save a few lines of common code.
5655         * gst/audiofx/Makefile.am:
5656         Link against libgstaudio for the above changes
5657
5658 2007-01-29  Wim Taymans  <wim@fluendo.com>
5659
5660         * tests/check/elements/.cvsignore:
5661         Some more ignores.
5662
5663 2007-01-26  Wim Taymans  <wim@fluendo.com>
5664
5665         Patch by: charles <charlesg3 at gmail dot com>
5666
5667         * ext/shout2/gstshout2.c: (gst_shout2send_init),
5668         (set_shout_metadata), (gst_shout2send_event):
5669         * ext/shout2/gstshout2.h:
5670         Properly handle tags in shout2send. Fixes #399825.
5671
5672 2007-01-25  Wim Taymans  <wim@fluendo.com>
5673
5674         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5675         (gst_rtspsrc_activate_streams):
5676         Convert SDP fields to upper/lowercase following the rules in the SDP to
5677         caps document. 
5678
5679 2007-01-25  Wim Taymans  <wim@fluendo.com>
5680
5681         * gst/rtp/README:
5682         * gst/rtp/gstrtpilbcdepay.c:
5683         * gst/rtp/gstrtpilbcpay.c:
5684         * gst/rtp/gstrtpmp4gdepay.c:
5685         * gst/rtp/gstrtpmp4gpay.c:
5686         * gst/rtp/gstrtpspeexdepay.c:
5687         * gst/rtp/gstrtpspeexpay.c:
5688         * gst/rtp/gstrtpsv3vdepay.c:
5689         * gst/rtp/gstrtptheoradepay.c:
5690         * gst/rtp/gstrtptheorapay.c:
5691         * gst/rtp/gstrtpvorbisdepay.c:
5692         * gst/rtp/gstrtpvorbispay.c:
5693         Fix case of encoding-name and key/value pairs to match the document.
5694         This is to make interoperation with SDP case-insensitive as required by
5695         the relevant RFCs.
5696
5697 2007-01-25  Wim Taymans  <wim@fluendo.com>
5698
5699         * configure.ac:
5700         Bump required -core/-base to CVS
5701
5702 2007-01-25  Wim Taymans  <wim@fluendo.com>
5703
5704         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
5705         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
5706         * gst/rtp/gstrtpL16pay.h:
5707         Fill up to MTU using adapter.
5708         Timestamp rtp packets.
5709
5710 2007-01-25  Edward Hervey  <edward@fluendo.com>
5711
5712         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5713         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
5714         Use G_GSIZE_FORMAT in print statements for portability.
5715         Fixes build on macosx.
5716
5717 2007-01-24  Wim Taymans  <wim@fluendo.com>
5718
5719         * gst/rtp/Makefile.am:
5720         * gst/rtp/gstrtp.c: (plugin_init):
5721         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
5722         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
5723         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
5724         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
5725         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
5726         (gst_rtp_L16_depay_plugin_init):
5727         * gst/rtp/gstrtpL16depay.h:
5728         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
5729         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
5730         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
5731         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
5732         (gst_rtp_L16_pay_plugin_init):
5733         * gst/rtp/gstrtpL16pay.h:
5734         Port and enable raw audio payloader/depayloader. Needs a bit more work
5735         on the payloader side.
5736
5737 2007-01-24  Wim Taymans  <wim@fluendo.com>
5738
5739         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
5740         (gst_rtspsrc_stream_configure_transport),
5741         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
5742         * gst/rtsp/gstrtspsrc.h:
5743         Only unblock the udp pads when we linked and activated them all.
5744         Fixes #395688.
5745
5746 2007-01-24  Wim Taymans  <wim@fluendo.com>
5747
5748         * gst/rtp/Makefile.am:
5749         * gst/rtp/gstrtp.c: (plugin_init):
5750         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
5751         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
5752         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
5753         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
5754         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
5755         * gst/rtp/gstrtpac3depay.h:
5756         Added simple AC3 depayloader (RFC 4184).
5757
5758         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
5759         Fix a leak.
5760
5761 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
5762
5763         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5764
5765         * gst/audiofx/Makefile.am:
5766         * gst/audiofx/audioamplify.c:
5767         (gst_audio_amplify_clipping_method_get_type),
5768         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
5769         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
5770         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
5771         (gst_audio_amplify_set_caps),
5772         (gst_audio_amplify_transform_int_clip),
5773         (gst_audio_amplify_transform_int_wrap_negative),
5774         (gst_audio_amplify_transform_int_wrap_positive),
5775         (gst_audio_amplify_transform_float_clip),
5776         (gst_audio_amplify_transform_float_wrap_negative),
5777         (gst_audio_amplify_transform_float_wrap_positive),
5778         (gst_audio_amplify_transform_ip):
5779         * gst/audiofx/audioamplify.h:
5780         * gst/audiofx/audiofx.c: (plugin_init):
5781         Add new element "audioamplify". This allows scaling of raw audio
5782         samples, similar to the "volume" element, but provides different modes
5783         for clipping and allows unlimited amplification. It's mainly targeted
5784         for creative sound design and not as a replacement of the "volume"
5785         element. Fixes #397162
5786         * docs/plugins/Makefile.am:
5787         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5788         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5789         * docs/plugins/gst-plugins-good-plugins.args:
5790         * docs/plugins/inspect/plugin-audiofx.xml:
5791         Add docs for audioamplify and integrate them into the build system
5792         * tests/check/Makefile.am:
5793         * tests/check/elements/audioamplify.c: (setup_amplify),
5794         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
5795         Add fairly extensive unit test suite for audioamplify
5796
5797 2007-01-24  Wim Taymans  <wim@fluendo.com>
5798
5799         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
5800         Unblock pads after adding the pads to the element so that autopluggers
5801         get a change to link something. Possibly fixes #395688.
5802
5803 2007-01-24  Wim Taymans  <wim@fluendo.com>
5804
5805         * gst/rtp/gstrtpamrdepay.c:
5806         * gst/rtp/gstrtpgsmdepay.c:
5807         * gst/rtp/gstrtph263pdepay.c:
5808         * gst/rtp/gstrtph263ppay.c:
5809         * gst/rtp/gstrtph264depay.c:
5810         * gst/rtp/gstrtpilbcdepay.c:
5811         * gst/rtp/gstrtpmp2tdepay.c:
5812         * gst/rtp/gstrtpmp4gdepay.c:
5813         * gst/rtp/gstrtpmp4gpay.c:
5814         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
5815         * gst/rtp/gstrtpmp4vpay.c:
5816         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
5817         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
5818         (gst_rtp_mpa_depay_process):
5819         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
5820         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
5821         * gst/rtp/gstrtppcmadepay.c:
5822         * gst/rtp/gstrtppcmudepay.c:
5823         * gst/rtp/gstrtpspeexdepay.c:
5824         * gst/rtp/gstrtpspeexpay.c:
5825         * gst/rtp/gstrtpsv3vdepay.c:
5826         * gst/rtp/gstrtptheoradepay.c:
5827         * gst/rtp/gstrtptheorapay.c:
5828         * gst/rtp/gstrtpvorbisdepay.c:
5829         * gst/rtp/gstrtpvorbispay.c:
5830         Fix caps with payload numbers.
5831         Add some fixed payload numbers to caps when possible.
5832
5833 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
5834
5835         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5836
5837         * gst/audiofx/Makefile.am:
5838         * gst/audiofx/audiofx.c: (plugin_init):
5839         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
5840         (gst_audio_invert_class_init), (gst_audio_invert_init),
5841         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
5842         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
5843         (gst_audio_invert_transform_float),
5844         (gst_audio_invert_transform_ip):
5845         * gst/audiofx/audioinvert.h:
5846         Add new audiofx element "audioinvert". This element swaps the upper
5847         and lower half of samples and can be used for example for a
5848         wide-stereo effect. Fixes #396057
5849         * docs/plugins/Makefile.am:
5850         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5851         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5852         * docs/plugins/gst-plugins-good-plugins.args:
5853         * docs/plugins/inspect/plugin-audiofx.xml:
5854         Add docs for the audioinvert element and add them to the build system.
5855         * tests/check/Makefile.am:
5856         * tests/check/elements/audioinvert.c: (setup_invert),
5857         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
5858         Add unit test suite for the audioinvert element.
5859
5860 2007-01-23  Wim Taymans  <wim@fluendo.com>
5861
5862         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
5863         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
5864         Parse config params as string and int.
5865         Parse and use AU header length
5866
5867 2007-01-23  Wim Taymans  <wim@fluendo.com>
5868
5869         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
5870         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
5871         * gst/smpte/gstmask.c: (_gst_mask_register):
5872         * gst/smpte/gstmask.h:
5873         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
5874         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
5875         (gst_smpte_paint_triangle_clock):
5876         constify some static structs.
5877         Don't update the mask if nothing changed to the params.
5878         Make sure we never draw outside of the picture. Fixes #398325.
5879
5880 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
5881
5882         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
5883           Error out properly when pull_range fails while we're reading the
5884           headers, instead of just pausing the task silently. Fixes #399338.
5885
5886 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
5887
5888         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
5889           Some more sanity checks to make sure the input formats match and the
5890           input pads are actually negotiated, in case someone tries to feed
5891           buffers from fakesrc or filesrc. Fixes #398299.
5892           Also const-ify an array, just because we can.
5893
5894 2007-01-19  Edward Hervey  <edward@fluendo.com>
5895
5896         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
5897         Ignore previous commit, that was only valid for widths and heights
5898         that are multiples of 4.
5899         Copy over size/stride macros from jpegdec. This allows the element
5900         to work with any width,height...
5901         ... but puts in evidence that the actual transformations only work
5902         with width/height that are multiples of 4.
5903
5904 2007-01-19  Edward Hervey  <edward@fluendo.com>
5905
5906         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
5907         Allocate buffers of the right size.
5908         The proper size of a I420 buffer in bytes is:
5909         
5910             width * height * 3
5911             ------------------
5912                     2
5913
5914 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
5915
5916         * gst/smpte/gstsmpte.c: (gst_smpte_init):
5917           Proxy getcaps on sink pads too, so that we either end up with the
5918           same dimensions on all pads or error out if that's not possible
5919           (seems to work even!). Fixes #398086, I think.
5920
5921 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
5922
5923         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5924         * docs/plugins/gst-plugins-good-plugins.args:
5925         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5926           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
5927           fix integer properties with -1 as minimum value.
5928
5929         * docs/plugins/inspect/plugin-1394.xml:
5930         * docs/plugins/inspect/plugin-aasink.xml:
5931         * docs/plugins/inspect/plugin-alaw.xml:
5932         * docs/plugins/inspect/plugin-alpha.xml:
5933         * docs/plugins/inspect/plugin-alphacolor.xml:
5934         * docs/plugins/inspect/plugin-annodex.xml:
5935         * docs/plugins/inspect/plugin-apetag.xml:
5936         * docs/plugins/inspect/plugin-audiofx.xml:
5937         * docs/plugins/inspect/plugin-auparse.xml:
5938         * docs/plugins/inspect/plugin-autodetect.xml:
5939         * docs/plugins/inspect/plugin-avi.xml:
5940         * docs/plugins/inspect/plugin-cacasink.xml:
5941         * docs/plugins/inspect/plugin-cairo.xml:
5942         * docs/plugins/inspect/plugin-cdio.xml:
5943         * docs/plugins/inspect/plugin-cutter.xml:
5944         * docs/plugins/inspect/plugin-debug.xml:
5945         * docs/plugins/inspect/plugin-dv.xml:
5946         * docs/plugins/inspect/plugin-efence.xml:
5947         * docs/plugins/inspect/plugin-effectv.xml:
5948         * docs/plugins/inspect/plugin-esdsink.xml:
5949         * docs/plugins/inspect/plugin-flac.xml:
5950         * docs/plugins/inspect/plugin-flxdec.xml:
5951         * docs/plugins/inspect/plugin-gconfelements.xml:
5952         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5953         * docs/plugins/inspect/plugin-goom.xml:
5954         * docs/plugins/inspect/plugin-halelements.xml:
5955         * docs/plugins/inspect/plugin-icydemux.xml:
5956         * docs/plugins/inspect/plugin-id3demux.xml:
5957         * docs/plugins/inspect/plugin-jpeg.xml:
5958         * docs/plugins/inspect/plugin-level.xml:
5959         * docs/plugins/inspect/plugin-matroska.xml:
5960         * docs/plugins/inspect/plugin-mulaw.xml:
5961         * docs/plugins/inspect/plugin-multipart.xml:
5962         * docs/plugins/inspect/plugin-navigationtest.xml:
5963         * docs/plugins/inspect/plugin-ossaudio.xml:
5964         * docs/plugins/inspect/plugin-png.xml:
5965         * docs/plugins/inspect/plugin-rtp.xml:
5966         * docs/plugins/inspect/plugin-rtsp.xml:
5967         * docs/plugins/inspect/plugin-shout2send.xml:
5968         * docs/plugins/inspect/plugin-smpte.xml:
5969         * docs/plugins/inspect/plugin-speex.xml:
5970         * docs/plugins/inspect/plugin-taglib.xml:
5971         * docs/plugins/inspect/plugin-udp.xml:
5972         * docs/plugins/inspect/plugin-videobalance.xml:
5973         * docs/plugins/inspect/plugin-videobox.xml:
5974         * docs/plugins/inspect/plugin-videoflip.xml:
5975         * docs/plugins/inspect/plugin-videomixer.xml:
5976         * docs/plugins/inspect/plugin-wavenc.xml:
5977         * docs/plugins/inspect/plugin-wavparse.xml:
5978         * docs/plugins/inspect/plugin-ximagesrc.xml:
5979           Update to CVS.
5980
5981 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
5982
5983         Patch by: Sebastian Dröge <slomo circular-chaos org>
5984
5985         * gst/audiofx/audiopanorama.c:
5986           Fix doc section name (Fixes #397946)
5987
5988 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
5989
5990         * sys/v4l2/gstv4l2object.c:
5991         (gst_v4l2_object_install_properties_helper),
5992         (gst_v4l2_object_set_property_helper),
5993         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
5994         * sys/v4l2/gstv4l2object.h:
5995         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5996         (gst_v4l2src_init), (gst_v4l2src_set_property),
5997         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
5998         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5999         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6000         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
6001         (gst_v4l2src_capture_deinit):
6002           Fix EIO handing when capturing. Add new property to specify the number of
6003           buffers to enque (and remove the borked num-buffers usage).
6004
6005 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
6006
6007         Patch by: Sebastian Dröge <slomo circular-chaos org>
6008
6009         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
6010         (gst_audio_panorama_set_process_function):
6011           Use a function array for process methods, add more docs and define the
6012           startindex of enums.
6013
6014 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6015
6016         Patch by: Mark Nauwelaerts <manauw at skynet be>
6017
6018         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
6019         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
6020         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
6021         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
6022         (gst_avi_mux_riff_get_avi_header),
6023         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
6024         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
6025         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
6026         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
6027         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
6028         (gst_avi_mux_change_state):
6029         * gst/avi/gstavimux.h:
6030         * tests/check/elements/avimux.c: (teardown_src_pad):
6031           Add support for more than one audio stream; write better AVIX
6032           header; refactor code a bit; don't announce vorbis caps on our audio
6033           sink pads since we don't support it anyway. Closes #379298.
6034
6035 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
6036
6037         Patch by: Sebastian Dröge <slomo circular-chaos org>
6038
6039         * gst/audiofx/audiopanorama.c:
6040         (gst_audio_panorama_method_get_type),
6041         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
6042         (gst_audio_panorama_set_process_function),
6043         (gst_audio_panorama_set_property),
6044         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
6045         (gst_audio_panorama_transform_m2s_int_simple),
6046         (gst_audio_panorama_transform_s2s_int_simple),
6047         (gst_audio_panorama_transform_m2s_float_simple),
6048         (gst_audio_panorama_transform_s2s_float_simple):
6049         * gst/audiofx/audiopanorama.h:
6050           Add 'method' property and provide a simple (non-psychoacustic)
6051           processing method (#394859).
6052
6053         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
6054         (panorama_suite):
6055           Tests for new method.
6056
6057 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6058
6059         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
6060         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
6061           Set correct caps on outgoing pulled buffers, or things blow up
6062           after recent core changes.
6063
6064 2007-01-11  Wim Taymans  <wim@fluendo.com>
6065
6066         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6067
6068         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
6069         (gst_multipart_mux_request_new_pad),
6070         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
6071         (gst_multipart_mux_change_state):
6072         Return FLOW errors ASAP. Fixes #394977.
6073         Misc cleanups.
6074
6075 2007-01-11  Wim Taymans  <wim@fluendo.com>
6076
6077         Patch by: Lutz Mueller <lutz at topfrose dot de>
6078
6079         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
6080         Check for stream pad before activating. 
6081
6082 2007-01-10  Wim Taymans  <wim@fluendo.com>
6083
6084         Patch by: Peter Kjellerstedt  <pkj at axis com>
6085
6086         * gst/rtsp/COPYING.MIT:
6087         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6088         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
6089         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
6090         (gst_rtspsrc_stream_configure_transport),
6091         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
6092         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
6093         (gst_rtspsrc_parse_methods),
6094         (gst_rtspsrc_create_transports_string),
6095         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
6096         (gst_rtspsrc_open), (gst_rtspsrc_close):
6097         * gst/rtsp/gstrtspsrc.h:
6098         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6099         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
6100         (parse_request_line), (parse_line), (rtsp_connection_read),
6101         (rtsp_connection_close):
6102         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
6103         (rtsp_method_as_text), (rtsp_header_as_text),
6104         (rtsp_status_as_text), (rtsp_find_header_field),
6105         (rtsp_find_method):
6106         * gst/rtsp/rtspdefs.h:
6107         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
6108         (rtsp_ext_wms_configure_stream):
6109         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
6110         (rtsp_message_new_request), (rtsp_message_init_request),
6111         (rtsp_message_new_response), (rtsp_message_init_response),
6112         (rtsp_message_init_data), (rtsp_message_unset),
6113         (rtsp_message_free), (rtsp_message_add_header),
6114         (rtsp_message_get_header), (rtsp_message_set_body),
6115         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
6116         * gst/rtsp/rtspmessage.h:
6117         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
6118         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
6119         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
6120         (sdp_message_dump):
6121         Allow url to be NULL to be able to use it for server connections.
6122         Can now send responses as well as requests.
6123         No longer hangs in an endless loop if EOF is received.
6124         Can now convert a status code to a text string.
6125         Return RTSP_HDR_INVALID for unknown headers.
6126         Return RTSP_INVALID for unknown methods.
6127         Copy CSeq and Session headers from the request.
6128         Only free memory corresponding to the currently set message type.
6129         Added const to function arguments as appropriate.
6130         Avoid a compiler warning when initializing nmedia.
6131         Use guint rather than gint to avoid compiler warnings.
6132         Fix crasher in wms extension.
6133         Factor out stream setup from open_connection.
6134         Delay activation of streams when actual data is received from the
6135         server, this prepares us to do proper protocol switching.
6136         Added new license.
6137         Fixes #380895.
6138
6139
6140 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
6141
6142         Patch by: Sebastian Dröge <slomo ubuntu com>
6143
6144         * docs/plugins/Makefile.am:
6145         * gst/audiofx/audiopanorama.c:
6146           Some small docs fixes (#394851).
6147
6148 2007-01-09  Wim Taymans  <wim@fluendo.com>
6149
6150         * gst/avi/gstavidemux.c:
6151         Fix docs.
6152
6153 2007-01-09  Wim Taymans  <wim@fluendo.com>
6154
6155         * gst/rtp/Makefile.am:
6156         * gst/rtp/gstrtp.c: (plugin_init):
6157         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
6158         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
6159         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
6160         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
6161         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
6162         * gst/rtp/gstrtpmpvdepay.h:
6163           Added RFC 2250 MPEG Video Depayloader.
6164
6165         * gst/rtp/gstrtpL16depay.h:
6166         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
6167         (gst_rtp_h263p_depay_process):
6168         Fix Header file. Small cleanups.
6169
6170         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
6171         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
6172         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
6173         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
6174         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
6175         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
6176         (gst_rtp_mp4v_depay_change_state):
6177         Remove usused code. Remove Adapter from state Change. Added debug.
6178
6179         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
6180         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
6181         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
6182         * gst/rtp/gstrtpmpadepay.h:
6183         Subclass base depayloader.
6184         Added debug.
6185         Support static payload type assignment as well.
6186
6187         * gst/rtp/gstrtpmpapay.c:
6188         Fix caps.
6189
6190 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6191
6192         Patch by: Vincent Torri  <vtorri at univ-evry fr>
6193
6194         * ext/jpeg/gstjpegdec.c:
6195         * ext/jpeg/gstjpegenc.c:
6196         * ext/jpeg/smokecodec.c:
6197           These libjpeg callbacks should return a 'boolean' (unsigned char
6198           apparently) and not a 'gboolean' (which maps to gint). Fixes
6199           warnings when compiling with MingW (#393427).
6200
6201         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6202           Use ioctlsocket on win32.
6203
6204         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6205           Some printf format fixes for win32.
6206
6207 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
6208
6209         * gst/cutter/gstcutter.c: (gst_cutter_chain):
6210           Use gst_guint64_to_gdouble for conversion.
6211         * win32/vs6/libgstmatroska.dsp:
6212           Add zlib to the link.
6213         * win32/vs6/libgstvideobox.dsp:
6214           Update liboil library name (project is linked to 
6215           liboil-0.3-0.lib now).
6216           
6217 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6218
6219         * gst/matroska/Makefile.am:
6220           If zlib is available and used, we must link it explicitly for
6221           things to work on MingW (fixes #392855).
6222
6223 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
6224
6225         * ext/esd/esdsink.c: (gst_esdsink_delay):
6226           Don't return bogus values when esd_get_delay() fails for some
6227           reason (#392189).
6228
6229 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6230
6231         * sys/ximage/gstximagesrc.c: (composite_pixel):
6232           Fix presumably copy'n'pasto for 16bpp depth.
6233
6234 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6235
6236         * gst/matroska/matroska-mux.c:
6237         (gst_matroska_mux_audio_pad_setcaps):
6238           The "signed" field in audio caps is of boolean type, trying to use
6239           gst_structure_get_int() to extract it will fail. Fixing this makes
6240           matroskamux accept raw audio input (#387121) (use at your own risk
6241           though, due to the matroska spec being not entirely useful in this
6242           respect).
6243           Also fix up raw audio structures in template caps so that they
6244           represent what our setcaps function will actually accept, so that
6245           converters know what to convert to.
6246           Finally, don't fail if there isn't an "endianness" field in 8-bit
6247           PCM caps.
6248
6249 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
6250
6251         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6252         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6253         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6254         (teardown_cmmldec):
6255         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6256         (teardown_cmmlenc):
6257         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6258           reapply consistent pad (de)activation
6259
6260 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
6261
6262         * configure.ac:
6263         Back to CVS
6264
6265         * gst-plugins-good.doap:
6266         Add 0.10.5 doap entry
6267
6268 === release 0.10.5 ===
6269
6270 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
6271
6272         * configure.ac:
6273           releasing 0.10.5, "The Path of Thorns"
6274
6275 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6276
6277         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6278         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6279         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6280         (teardown_cmmldec):
6281         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6282         (teardown_cmmlenc):
6283         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6284           revert my freeze breakage
6285
6286 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6287
6288         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6289         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6290         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6291         (teardown_cmmldec):
6292         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6293         (teardown_cmmlenc):
6294         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6295           consistent pad (de)activation
6296
6297 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
6298
6299         * configure.ac:
6300         * ext/Makefile.am:
6301         Disable LADPSA, as it has moved to the -bad module for the duration.
6302
6303 2006-12-18  Wim Taymans  <wim@fluendo.com>
6304
6305         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
6306         (gst_signal_processor_event):
6307         Reset flow_state back to _OK after a flush stop so that we exit our
6308         error state after the flush. Fixes #374213
6309
6310 2006-12-16  David Schleef  <ds@schleef.org>
6311
6312         * sys/osxvideo/osxvideosink.h:
6313         * sys/osxvideo/osxvideosink.m:
6314           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
6315
6316 2006-12-16  David Schleef  <ds@schleef.org>
6317
6318         Patch by: Vijay Santhanam <vijay santhanam gmail com>
6319
6320         * sys/osxvideo/Makefile.am:
6321         * sys/osxvideo/osxvideosink.h:
6322         * sys/osxvideo/osxvideosink.m:
6323           Preliminary patch for porting osxvideosink
6324
6325 2006-12-16  Wim Taymans  <wim@fluendo.com>
6326
6327         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6328
6329         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
6330         (gst_videomixer_set_master_geometry),
6331         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
6332         (gst_videomixer_reset), (gst_videomixer_init),
6333         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
6334         (gst_videomixer_release_pad), (gst_videomixer_collected),
6335         (gst_videomixer_change_state):
6336         Introduce some locking around the videomixer state so that it does not
6337         crash when adding/removing pads. Fixes #383043.
6338
6339 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6340
6341         * configure.ac:
6342           Make sure libcaca can actually be used instead of just checking for
6343           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
6344           cross-compiling (fixes #384587).
6345
6346 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6347
6348         * Makefile.am:
6349         * gst-plugins-good.doap:
6350         * gst-plugins-good.spec.in:
6351           adding doap file
6352
6353 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6354
6355         * configure.ac:
6356           libflac-1.1.3 changed API again, but we can't build against it yet,
6357           so make sure our check doesn't use libflac-1.1.3 and add a comment
6358           to this effect.
6359
6360 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6361
6362         * gst/effectv/gstquark.c: (gst_quarktv_transform),
6363         (gst_quarktv_planetable_clear):
6364           Add some NULL pointer checks (possibly related to #385623).
6365
6366 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
6367
6368         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
6369         (gst_tag_demux_chain):
6370         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
6371           In streaming mode, if the first buffer we get doesn't have an
6372           offset, fix it up to be 0, otherwise trimming won't work later on
6373           and we'll be typefinding application/x-id3, which may result in
6374           decodebin plugging an endless number of id3demux elements as a
6375           consequence. Fixes #385031.
6376           
6377 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6378
6379         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
6380           Ignore the buffer_time the sound device reports. Turns out it is 
6381           sometimes completely bogus and we're better off without it.
6382
6383 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6384
6385         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6386         (gst_matroska_demux_video_caps):
6387         * gst/matroska/matroska-ids.c:
6388         (gst_matroska_track_init_video_context):
6389         * gst/matroska/matroska-ids.h:
6390           Try harder to extract the framerate for video tracks correctly and
6391           save it directly instead of converting it back and forth a few
6392           times. Mostly makes a difference for very small framerates (<1).
6393           Fixes #380199.
6394
6395 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6396
6397         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
6398         (gst_gconf_audio_src_dispose), (do_toggle_element):
6399         * ext/gconf/gstgconfaudiosrc.h:
6400           Remove gconf notify hook when the gconfaudiosrc element is
6401           destroyed, otherwise the callback may be called on an
6402           already-destroyed instance and bad things happen. Should fix
6403           #378184.
6404           Also ignore gconf key changes when the source is already running.
6405
6406 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6407
6408         Patch by: Sebastian Dröge  <mail at slomosnail de>
6409
6410         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6411           We need to be able to read and parse any possible floating point string
6412           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
6413           will parse the former only in certain locales though, so we really need
6414           to canonicalise the separator to '.' and then use g_ascii_strtod() to
6415           make sure we can parse either version at all times.
6416           Fixes #382982 for real.
6417
6418 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6419
6420         * sys/sunaudio/gstsunaudiomixerctrl.c:
6421         * sys/sunaudio/gstsunaudiosrc.c:
6422
6423         Use the sunaudio debug category.
6424
6425         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
6426         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
6427         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
6428         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
6429         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
6430         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
6431         (gst_sunaudiosink_reset):
6432         * sys/sunaudio/gstsunaudiosink.h:
6433
6434         Uses the sunaudio debug category for all debug output
6435         Implements the _delay() callback to synchronise video playback better
6436         Change the segtotal and segsize values back to the parent class 
6437           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
6438           respectively)
6439         Measure the samples written to the device vs. played.
6440         Keep track of segments in the device by writing empty eof frames, and
6441         sleep using a GCond when we get too far ahead and risk overrunning the
6442         sink's ringbuffer.
6443
6444         Fixes: #360673
6445
6446 2006-12-08  Wim Taymans  <wim@fluendo.com>
6447
6448         Patch by: Sebastian Dröge  <mail at slomosnail de >
6449
6450         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6451         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
6452         * gst/audiofx/audiopanorama.h:
6453         Fix audiopanorame with float samples. Fixes #383726.
6454
6455 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6456
6457         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
6458         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
6459         (gst_sunaudiosrc_reset):
6460
6461         Implement reset functions to unblock the src/sink more quickly on 
6462         state change requests.
6463         Patch by: Brian Cameron <brian dot cameron at sun com>
6464
6465 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6466
6467         * sys/sunaudio/gstsunaudiomixer.c:
6468         (gst_sunaudiomixer_change_state):
6469         Construct the correct mixer device name when the AUDIODEV env var
6470         is set.
6471
6472         Patch by: Jerry Tan <jerry.tan at sun dot com>
6473         Fixes: #383596
6474
6475 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6476
6477         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
6478         Apply patch to open the mixer control and set the MULTIPLE_OPEN
6479         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
6480         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
6481         Patch by: Jerry Tan <jerry.tan at sun dot com>
6482         Fixes: #349015
6483
6484 2006-12-07  Wim Taymans  <wim@fluendo.com>
6485
6486         * gst/smpte/gstmask.h:
6487         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
6488         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
6489         (gst_smpte_collected), (gst_smpte_set_property),
6490         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
6491         * gst/smpte/gstsmpte.h:
6492         Port to 0.10 some more. 
6493         Added duration property to specify the duration of the transition.
6494         Make framerate a fraction.
6495         Deprecate fps property, we only use negotiated fps.
6496         Added docs.
6497         Fix collectpad usage.
6498         Reset state in READY.
6499         Send NEWSEGMENT event.
6500         Fix racy updates of object properties.
6501         Added debug category.
6502         Fixes #383323.
6503
6504 2006-12-06  Wim Taymans  <wim@fluendo.com>
6505
6506         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6507
6508         * gst/videomixer/videomixer.c:
6509         (gst_videomixer_set_master_geometry),
6510         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
6511         Don't reset xpos and ypos in the setcaps function because causes
6512         unexpected behaviour.
6513         Fixes #382179.
6514
6515 2006-12-06  Wim Taymans  <wim@fluendo.com>
6516
6517         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
6518         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
6519         Keep track of the buffer timestamp in the collectdata member instead
6520         of modifying the buffer without making the metadata writable first.
6521         Fixes #382277.
6522
6523 2006-12-06  Wim Taymans  <wim@fluendo.com>
6524
6525         Patch by: Rob Taylor <robtaylor at floopily dot org>
6526
6527         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6528         If using multicast in udpsrc, bind to the multicast address rather than
6529         IN_ADDR_ANY.
6530         This allows the simultanous use of multiple udpsrcs listening on
6531         different multicat addresses. Without this all udpsrcs will receive all
6532         packets from all subscribed multicast addresses.
6533         Fixes #383001.
6534
6535 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6536
6537         * ext/taglib/gstid3v2mux.cc:
6538         Don't attempt to write a NULL frame into the ID3 tag set when the 
6539         createFrame method returned NULL.
6540         Fixes: #381857
6541         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
6542
6543 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6544
6545         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6546         Use g_strtod() instead of sscanf to parse doubles, so that it will
6547         try parsing in the C locale if the current locale fails.
6548         Fixes: #382982
6549         Patch by: Sebastian Dröge  <mail at slomosnail de >
6550
6551 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
6552
6553         * win32/MANIFEST:
6554         Fix compilation on win32 under VS8
6555         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
6556         Partially fixes #381175
6557
6558 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6559
6560         * gst/avi/gstavimux.c:
6561           accept all mpegversions,fixes #380825
6562           spotted by: Jerome Alet  
6563
6564 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6565
6566         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6567         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
6568         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
6569         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
6570           cleanup the error message a bit more
6571
6572 2006-11-28  Wim Taymans  <wim@fluendo.com>
6573
6574         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
6575         Fix width and height properties.
6576
6577         * ext/libcaca/gstcacasink.h:
6578         Fix compilation on newer libcaca that require us to include a new
6579         header. Fixes #379918.
6580
6581 2006-11-28  Wim Taymans  <wim@fluendo.com>
6582
6583         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6584         * gst/rtsp/gstrtspsrc.h:
6585         * gst/rtsp/rtspext.h:
6586         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
6587         (rtsp_ext_wms_get_context):
6588         Add method so that extensions can choose to disable the setup of
6589         a stream.
6590         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
6591
6592 2006-11-27  Wim Taymans  <wim@fluendo.com>
6593
6594         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6595
6596         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6597         Push header in a separate buffer instead of memcpy:ing all data.
6598         Change LF => CRLF in headers.
6599         Move trailing LF to header. Fixes #379792.
6600
6601 2006-11-27  Wim Taymans  <wim@fluendo.com>
6602
6603         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
6604         Small buffer overflow fix and improve debugging.
6605
6606 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6607
6608         * ext/esd/esdmon.h:
6609         * ext/esd/esdsink.h:
6610           remove obsolete _factory_init protos
6611
6612 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6613
6614         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
6615         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
6616         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
6617         (gst_avi_demux_read_subindexes_push),
6618         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
6619         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6620         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
6621         (gst_avi_demux_massage_index),
6622         (gst_avi_demux_calculate_durations_from_index),
6623         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
6624         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
6625         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
6626           remove dead code, tweak debugs statements, add comments, use
6627           _uint64_scale instead _uint64_scale_int when using guint64 values,
6628           small optimizations, reflow some error handling
6629
6630 2006-11-22  Edward Hervey  <edward@fluendo.com>
6631
6632         * po/.cvsignore:
6633         We never put .pot files in cvs. Let's ignore them all.
6634
6635 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6636
6637         * po/POTFILES.in:
6638           ... but better exclude files that aren't disted.
6639
6640 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6641
6642         * po/POTFILES.in:
6643           Add v4l2 source files to list of files with translations, so the
6644           strings are actually extracted (however bad they still may be).
6645
6646 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6647
6648         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
6649           Minor clean-ups: const-ify static array, remove trailing comma from
6650           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
6651
6652 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
6653
6654         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
6655         Make sure that g_free always gets called on the same pointer that was 
6656         returned by g_malloc.  Fixes #376594.
6657         Do not leak memory if decompressed size is wrong.
6658         Remove unneeded check of return value of g_malloc.
6659         Patch by: René Stadler <mail@renestadler.de>
6660
6661 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
6662
6663         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
6664           Add missing curly brackets.
6665
6666 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
6667
6668         * sys/v4l2/v4l2src_calls.c:
6669         Fix capture_deinit.
6670
6671 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6672
6673         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
6674         (gst_matroska_mux_request_new_pad):
6675           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
6676
6677         * tests/check/elements/matroskamux.c: (setup_src_pad),
6678         (setup_sink_pad), (GST_START_TEST):
6679         Activate pads before using them.
6680
6681 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6682
6683         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
6684           Initialise variable to get rid of bogus compiler warning.
6685
6686 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
6687
6688         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
6689
6690         * gst/rtp/gstrtph263pay.c:
6691         * gst/rtp/gstrtph263pdepay.c:
6692         * gst/rtp/gstrtph263ppay.c:
6693           Specify H.263 variant and version in the caps (fixes #361637)
6694
6695 2006-11-15  Wim Taymans  <wim@fluendo.com>
6696
6697         * gst/rtsp/rtspconnection.c: (read_body):
6698         Don't set a data pointer to NULL and a size > 0 when we deal
6699         with empty packets.
6700
6701         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
6702         (rtsp_message_init_response), (rtsp_message_init_data),
6703         (rtsp_message_unset), (rtsp_message_free),
6704         (rtsp_message_take_body):
6705         Check that we can't create invalid empty packets. 
6706
6707 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6708
6709         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6710
6711         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
6712         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
6713         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
6714         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6715         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
6716         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
6717         * gst/matroska/matroska-mux.h:
6718           Add basic tag writing support; implement releasing pads (#374658).
6719
6720 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6721
6722         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6723         (gst_matroska_demux_audio_caps):
6724           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
6725
6726 2006-11-14  David Schleef  <ds@schleef.org>
6727
6728         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
6729
6730 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6731
6732         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6733
6734         * win32/vs8/gst-plugins-good.sln:
6735         * win32/vs8/libgst1394.vcproj:
6736         * win32/vs8/libgstaasink.vcproj:
6737         * win32/vs8/libgstalaw.vcproj:
6738         * win32/vs8/libgstalpha.vcproj:
6739         * win32/vs8/libgstalphacolor.vcproj:
6740         * win32/vs8/libgstannodex.vcproj:
6741         * win32/vs8/libgstapetag.vcproj:
6742         * win32/vs8/libgstaudiofx.vcproj:
6743         * win32/vs8/libgstauparse.vcproj:
6744         * win32/vs8/libgstautodetect.vcproj:
6745         * win32/vs8/libgstavi.vcproj:
6746         * win32/vs8/libgstcacasink.vcproj:
6747         * win32/vs8/libgstcdio.vcproj:
6748         * win32/vs8/libgstcutter.vcproj:
6749         * win32/vs8/libgstdv.vcproj:
6750         * win32/vs8/libgsteffectv.vcproj:
6751         * win32/vs8/libgstflac.vcproj:
6752         * win32/vs8/libgstflxdec.vcproj:
6753         * win32/vs8/libgstgoom.vcproj:
6754         * win32/vs8/libgsticydemux.vcproj:
6755         * win32/vs8/libgstid3demux.vcproj:
6756         * win32/vs8/libgstjpeg.vcproj:
6757         * win32/vs8/libgstladspa.vcproj:
6758         * win32/vs8/libgstlevel.vcproj:
6759         * win32/vs8/libgstmatroska.vcproj:
6760         * win32/vs8/libgstmikmod.vcproj:
6761         * win32/vs8/libgstmng.vcproj:
6762         * win32/vs8/libgstmonoscope.vcproj:
6763         * win32/vs8/libgstmulaw.vcproj:
6764         * win32/vs8/libgstmultipart.vcproj:
6765         * win32/vs8/libgstpng.vcproj:
6766         * win32/vs8/libgstrtp.vcproj:
6767         * win32/vs8/libgstrtsp.vcproj:
6768         * win32/vs8/libgstshout2.vcproj:
6769         * win32/vs8/libgstsmpte.vcproj:
6770         * win32/vs8/libgstspeex.vcproj:
6771         * win32/vs8/libgsttaglib.vcproj:
6772         * win32/vs8/libgstudp.vcproj:
6773         * win32/vs8/libgstvideobalance.vcproj:
6774         * win32/vs8/libgstvideobox.vcproj:
6775         * win32/vs8/libgstvideoflip.vcproj:
6776         * win32/vs8/libgstvideomixer.vcproj:
6777         * win32/vs8/libgstwavenc.vcproj:
6778         * win32/vs8/libgstwavparse.vcproj:
6779           Make end-of-line returns unixy, so that when the files are checked
6780           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
6781           Hopefully fixes #366492.
6782
6783 2006-11-14  Wim Taymans  <wim@fluendo.com>
6784
6785         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
6786         Disable init_frames delay timestamp adjustment, it does not
6787         seem to be needed at all. Fixes #369621.
6788
6789 2006-11-13  Wim Taymans  <wim@fluendo.com>
6790
6791         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6792
6793         * gst/videomixer/videomixer.c:
6794         (gst_videomixer_set_master_geometry),
6795         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
6796         (gst_videomixer_collect_free), (gst_videomixer_reset),
6797         (gst_videomixer_init), (gst_videomixer_finalize),
6798         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
6799         (gst_videomixer_collected), (gst_videomixer_change_state):
6800         Fix memleak by unref'ing collectpads instance (when finalizing)
6801         Implement releasing a request pad. Fixes #374479.
6802
6803 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
6804
6805         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6806
6807         * win32/vs8/gst-plugins-good.sln:
6808         * win32/vs8/libgst1394.vcproj:
6809         * win32/vs8/libgstaasink.vcproj:
6810         * win32/vs8/libgstalaw.vcproj:
6811         * win32/vs8/libgstalpha.vcproj:
6812         * win32/vs8/libgstalphacolor.vcproj:
6813         * win32/vs8/libgstannodex.vcproj:
6814         * win32/vs8/libgstapetag.vcproj:
6815         * win32/vs8/libgstaudiofx.vcproj:
6816         * win32/vs8/libgstauparse.vcproj:
6817         * win32/vs8/libgstautodetect.vcproj:
6818         * win32/vs8/libgstavi.vcproj:
6819         * win32/vs8/libgstcacasink.vcproj:
6820         * win32/vs8/libgstcdio.vcproj:
6821         * win32/vs8/libgstcutter.vcproj:
6822         * win32/vs8/libgstdv.vcproj:
6823         * win32/vs8/libgsteffectv.vcproj:
6824         * win32/vs8/libgstflac.vcproj:
6825         * win32/vs8/libgstflxdec.vcproj:
6826         * win32/vs8/libgstgoom.vcproj:
6827         * win32/vs8/libgsticydemux.vcproj:
6828         * win32/vs8/libgstid3demux.vcproj:
6829         * win32/vs8/libgstjpeg.vcproj:
6830         * win32/vs8/libgstladspa.vcproj:
6831         * win32/vs8/libgstlevel.vcproj:
6832         * win32/vs8/libgstmatroska.vcproj:
6833         * win32/vs8/libgstmikmod.vcproj:
6834         * win32/vs8/libgstmng.vcproj:
6835         * win32/vs8/libgstmonoscope.vcproj:
6836         * win32/vs8/libgstmulaw.vcproj:
6837         * win32/vs8/libgstmultipart.vcproj:
6838         * win32/vs8/libgstpng.vcproj:
6839         * win32/vs8/libgstrtp.vcproj:
6840         * win32/vs8/libgstrtsp.vcproj:
6841         * win32/vs8/libgstshout2.vcproj:
6842         * win32/vs8/libgstsmpte.vcproj:
6843         * win32/vs8/libgstspeex.vcproj:
6844         * win32/vs8/libgsttaglib.vcproj:
6845         * win32/vs8/libgstudp.vcproj:
6846         * win32/vs8/libgstvideobalance.vcproj:
6847         * win32/vs8/libgstvideobox.vcproj:
6848         * win32/vs8/libgstvideoflip.vcproj:
6849         * win32/vs8/libgstvideomixer.vcproj:
6850         * win32/vs8/libgstwavenc.vcproj:
6851         * win32/vs8/libgstwavparse.vcproj:
6852           Add VS8 project files (note that many of the plugins in ext are
6853           disabled by default). Fixes #366492.
6854
6855 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
6856
6857         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6858           we do not translate debug messages
6859
6860 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
6861
6862         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
6863           fix categorisation, make short desc more explicit, remove unused code
6864           Fixes #372021
6865
6866 2006-11-08  Wim Taymans  <wim@fluendo.com>
6867
6868         * gst/rtp/gstrtpL16depay.c:
6869         * gst/rtp/gstrtpamrdepay.c:
6870         * gst/rtp/gstrtpamrpay.c:
6871         * gst/rtp/gstrtpgsmdepay.c:
6872         * gst/rtp/gstrtph263pay.c:
6873         * gst/rtp/gstrtph263pdepay.c:
6874         * gst/rtp/gstrtph263ppay.c:
6875         * gst/rtp/gstrtph264depay.c:
6876         * gst/rtp/gstrtpmp2tdepay.c:
6877         * gst/rtp/gstrtpmp4gdepay.c:
6878         * gst/rtp/gstrtpmp4gpay.c:
6879         * gst/rtp/gstrtpmp4vdepay.c:
6880         * gst/rtp/gstrtpmp4vpay.c:
6881         * gst/rtp/gstrtpmpadepay.c:
6882         * gst/rtp/gstrtpmpapay.c:
6883         * gst/rtp/gstrtppcmadepay.c:
6884         * gst/rtp/gstrtppcmapay.c:
6885         * gst/rtp/gstrtppcmudepay.c:
6886         * gst/rtp/gstrtppcmupay.c:
6887         * gst/rtp/gstrtpspeexdepay.c:
6888         * gst/rtp/gstrtpspeexpay.c:
6889         * gst/rtp/gstrtpsv3vdepay.c:
6890         Fix element descriptions.
6891
6892 2006-11-08  Wim Taymans  <wim@fluendo.com>
6893
6894         * gst/rtp/gstrtpvorbisdepay.c:
6895         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
6896         Fix description.
6897         Small cleanup in the payloader.
6898
6899 2006-11-08  Wim Taymans  <wim@fluendo.com>
6900
6901         * gst/rtp/Makefile.am:
6902         * gst/rtp/gstrtp.c: (plugin_init):
6903         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
6904         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
6905         (gst_rtp_theora_depay_finalize),
6906         (gst_rtp_theora_depay_parse_configuration),
6907         (gst_rtp_theora_depay_setcaps),
6908         (gst_rtp_theora_depay_switch_codebook),
6909         (gst_rtp_theora_depay_process),
6910         (gst_rtp_theora_depay_set_property),
6911         (gst_rtp_theora_depay_get_property),
6912         (gst_rtp_theora_depay_change_state),
6913         (gst_rtp_theora_depay_plugin_init):
6914         * gst/rtp/gstrtptheoradepay.h:
6915         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
6916         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
6917         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
6918         (gst_rtp_theora_pay_init_packet),
6919         (gst_rtp_theora_pay_flush_packet),
6920         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
6921         (gst_rtp_theora_pay_handle_buffer),
6922         (gst_rtp_theora_pay_plugin_init):
6923         * gst/rtp/gstrtptheorapay.h:
6924         Add theora pay/depayloaders.
6925
6926 2006-11-06  Wim Taymans  <wim@fluendo.com>
6927
6928         * gst/rtp/Makefile.am:
6929         We depend on gsttag to generate the vorbis comments.
6930
6931         * gst/rtp/gstrtpvorbisdepay.c:
6932         (gst_rtp_vorbis_depay_parse_configuration),
6933         (gst_rtp_vorbis_depay_setcaps),
6934         (gst_rtp_vorbis_depay_switch_codebook),
6935         (gst_rtp_vorbis_depay_process):
6936         * gst/rtp/gstrtpvorbisdepay.h:
6937         Parse configuration string in the depayloader.
6938         Implement selecting and switching to a new codebook.
6939         Receiving vorbis over RTP now works.
6940
6941         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
6942         (gst_rtp_vorbis_pay_init_packet),
6943         (gst_rtp_vorbis_pay_finish_headers),
6944         (gst_rtp_vorbis_pay_handle_buffer):
6945         * gst/rtp/gstrtpvorbispay.h:
6946         Set timestamps on outgoing buffers and RTP packets.
6947         Fix configuration string, prepend number of Packet headers.
6948         Fix encoding of ident string.
6949         Add delivery-method to caps.
6950         Streaming vorbis over RTP now works.
6951
6952 2006-11-06  Wim Taymans  <wim@fluendo.com>
6953
6954         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
6955         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
6956         (gst_rtp_vorbis_pay_handle_buffer):
6957         * gst/rtp/gstrtpvorbispay.h:
6958         Generate a valid configuration string in the caps based on the
6959         vorbis headers.
6960
6961 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6962
6963         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
6964         * ext/cdio/gstcdio.h:
6965         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
6966           Move CD-TEXT utility function into common file so it can also be
6967           used by a future cdioparanoiasrc.
6968
6969 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
6970         
6971         * sys/v4l2/Makefile.am:
6972         * sys/v4l2/gstv4l2object.c:
6973         * sys/v4l2/gstv4l2src.c:
6974         * sys/v4l2/gstv4l2xoverlay.c:
6975         * sys/v4l2/v4l2_calls.c:
6976         * sys/v4l2/v4l2src_calls.c:
6977         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
6978         xoverlay code that is still not implemented.
6979
6980 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6981
6982         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6983           We require a -base more recent than 0.10.9, so it's safe to use
6984           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
6985
6986         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
6987         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
6988           Use _newsegment_full() now that we depend on a recent enough core.
6989
6990         * gst/wavparse/gstwavparse.c:
6991           Remove cruft that we don't need any longer now that we depend on
6992           a recent enough -base.
6993
6994 2006-10-31  Wim Taymans  <wim@fluendo.com>
6995
6996         * gst/rtp/Makefile.am:
6997         * gst/rtp/gstrtp.c: (plugin_init):
6998         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
6999         (gst_rtpilbcpay_setcaps):
7000         Fix and activate ILBC pay and depayloaders. Fixes #368162.
7001
7002 2006-10-31  Wim Taymans  <wim@fluendo.com>
7003
7004         * ext/speex/gstspeexdec.c: (speex_dec_convert),
7005         (speex_dec_sink_event), (speex_dec_chain_parse_header):
7006         Some small cleanups, use _scale.
7007
7008 2006-10-31  Wim Taymans  <wim@fluendo.com>
7009
7010         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
7011         Use higher precision scale function.
7012
7013 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
7014
7015         Patch by: Michal Benes  <michal dot benes at itonis tv>
7016
7017         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
7018         (gst_matroska_demux_read_track_encodings),
7019         (gst_matroska_decode_buffer):
7020           Fix several issues with encoded/compressed/encrypted/signed tracks;
7021           also, remove superfluous newline characters from some debug
7022           statements. (#366155)
7023
7024 2006-10-30  Wim Taymans  <wim@fluendo.com>
7025
7026         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
7027         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
7028         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
7029         (gst_smokedec_change_state):
7030         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
7031         (gst_smokeenc_init), (gst_smokeenc_finalize),
7032         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
7033         (gst_smokeenc_resync), (gst_smokeenc_chain),
7034         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
7035         (gst_smokeenc_change_state):
7036         Various cleanups, capsnego and leak fixes.
7037
7038 2006-10-30  Wim Taymans  <wim@fluendo.com>
7039
7040         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7041
7042         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
7043         Fix videomixer so that it can handle any combination of framerates.
7044         Fixes #367221.
7045
7046 2006-10-28  Wim Taymans  <wim@fluendo.com>
7047
7048         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7049         (gst_avi_demux_parse_file_header),
7050         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
7051         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
7052         (gst_avi_demux_chain):
7053         Fix position query for audio. also fixes timestamps in streaming
7054         mode and bug #364958.
7055         Small cleanups.
7056
7057 2006-10-27  Wim Taymans  <wim@fluendo.com>
7058
7059         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
7060         * ext/libpng/gstpngenc.h:
7061         Fix strides. Fixes #364856.
7062         Cleanup capsnego.
7063         Set caps on outgoing buffers.
7064
7065 2006-10-18  Wim Taymans  <wim@fluendo.com>
7066
7067         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
7068
7069         * gst/rtp/gstrtpgsmpay.c:
7070         * gst/rtp/gstrtph263pay.c:
7071         * gst/rtp/gstrtpmpapay.c:
7072         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
7073         (gst_rtp_pcma_pay_handle_buffer):
7074         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
7075         Add static payload numbers in addition to the dynamic ones.
7076         Fixes #361639.
7077
7078 2006-10-18  Wim Taymans  <wim@fluendo.com>
7079
7080         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7081         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
7082         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
7083         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
7084         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
7085         * gst/rtsp/rtspdefs.h:
7086         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7087         * gst/rtsp/rtspurl.h:
7088         Reuse already existing enum for lower transport.
7089         Add rtspt and rtspu protocols.
7090         Send redirect to rtspt when udp times out.
7091
7092 2006-10-18  Wim Taymans  <wim@fluendo.com>
7093
7094         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7095         (gst_wavparse_stream_data):
7096         Fix seeking some more, mostly for speed changes.
7097
7098 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7099
7100         Patch by: Fredrik Persson  <frepe at bredband net>
7101
7102         * sys/v4l2/gstv4l2tuner.c:
7103         * sys/v4l2/gstv4l2tuner.h:
7104           Fix _set_channel(): remove useless g_object_notify() for "channel"
7105           property that doesn't exist any longer and therefore now also
7106           useless redirect (#338818).
7107
7108 2006-10-17  Wim Taymans  <wim@fluendo.com>
7109
7110         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
7111         Some drivers do not support unsetting the non-blocking flag once the
7112         device is opened. In those cases, close/open the device in
7113         non-blocking mode. Fixes #362673.
7114
7115 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7116
7117         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7118         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7119         (gst_v4l2src_get_fps):
7120           dear stefan, framespersecond is not frameperiod, reverting but adding
7121           comment
7122
7123 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7124
7125         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7126         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7127         (gst_v4l2src_get_fps):
7128           Numerator is numerator and denominator is denominator. Say that aloud
7129           5 times and retry after next beer.
7130
7131 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
7132
7133         Patch by: Josep Torra Valles  <josep at fluendo com>
7134
7135         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7136         * ext/esd/esdsink.c: (gst_esdsink_write):
7137         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
7138         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
7139         (gst_flac_dec_send_newsegment):
7140         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
7141         (gst_flac_enc_tell_callback):
7142         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
7143         (smokecodec_parse_header), (smokecodec_decode):
7144         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
7145         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
7146         * gst/goom/Makefile.am:
7147         * gst/goom/gstgoom.c:
7148         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
7149         * gst/rtsp/gstrtspsrc.c:
7150         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7151         * gst/udp/gstudpsink.c:
7152         * gst/udp/gstudpsrc.c:
7153         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
7154         * sys/sunaudio/gstsunaudiomixertrack.h:
7155           Fix a bunch of problems discovered by the Forte compiler, mostly type
7156           mixups and pointer arithmetics with void pointers. Fixes #362603.
7157
7158 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7159
7160         * ext/speex/gstspeex.c: (plugin_init):
7161         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
7162         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
7163         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
7164         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
7165         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
7166         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
7167         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
7168         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
7169         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
7170         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
7171         (gst_speex_enc_chain), (gst_speex_enc_get_property),
7172         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
7173         * ext/speex/gstspeexenc.h:
7174           Miscellaneous clean-ups, among other things: speexenc => enc to
7175           enhance code readability; change speexenc => speex_enc; in chain
7176           function unref input buffer in case of error; take reference in
7177           event function; use boilerplate macro; use gst_pad_query_peer_*
7178           convenience functions.
7179
7180 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7181
7182         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
7183         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
7184         (gst_speexenc_set_header_on_caps):
7185           Fix some mem leaks.
7186
7187 2006-10-11  Wim Taymans  <wim@fluendo.com>
7188
7189         * gst/rtsp/URLS:
7190         Added some other URL.
7191
7192         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
7193         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
7194         (gst_rtspsrc_open), (gst_rtspsrc_play),
7195         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7196         * gst/rtsp/gstrtspsrc.h:
7197         Work on fallback to TCP connection when the UDP socket times out.
7198         Handler server requests, just reply with OK for now.
7199
7200         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7201         * gst/rtsp/rtspdefs.h:
7202         Added some more Real extension headers.
7203
7204         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7205         Fix parsing of urls with a ':' that is not part of the hostname:port
7206         part of the url.
7207
7208 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7209
7210         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
7211         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
7212         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
7213           Activate pad before adding it to the already-running element.
7214
7215         * tests/check/elements/icydemux.c: (icydemux_found_pad):
7216           Activate newly-created pad too.
7217
7218 2006-10-11  Wim Taymans  <wim@fluendo.com>
7219
7220         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
7221
7222         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7223         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
7224         (gst_udpsrc_start):
7225         Fix some leaks in caps and uris. Fixes #361252.
7226
7227 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
7228
7229         * gst/wavparse/Makefile.am:
7230           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
7231
7232 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
7233
7234         * sys/v4l2/gstv4l2xoverlay.c:
7235         * sys/v4l2/gstv4l2xoverlay.h:
7236         Fix build as per the patch in #338818 comment 36.
7237
7238 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
7239
7240         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
7241           Activate pads before adding them to the source.
7242
7243 2006-10-06  Wim Taymans  <wim@fluendo.com>
7244
7245         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
7246         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
7247         Activate pads before adding.
7248
7249 2006-10-06  Wim Taymans  <wim@fluendo.com>
7250
7251         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
7252         (gst_multipart_find_pad_by_mime):
7253         Activate pads before adding.
7254
7255         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
7256         BOILERPLATE sets parent_class for us.
7257
7258 2006-10-06  Wim Taymans  <wim@fluendo.com>
7259
7260         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
7261         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7262         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
7263         (gst_rtspsrc_alloc_udp_ports),
7264         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7265         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
7266         (gst_rtspsrc_create_transports_string),
7267         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
7268         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7269         * gst/rtsp/gstrtspsrc.h:
7270         Rework how the transport string is constructed, try to share channels
7271         and udp ports.
7272         Make most of the stuff less dependant on RTP as we are also going to use
7273         it for RDT.
7274         Add support for transport specific session managers.
7275
7276         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
7277         Implement _flush().
7278
7279         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7280         * gst/rtsp/rtspdefs.h:
7281         Add generic error return code.
7282
7283         * gst/rtsp/rtspext.h:
7284         Add support for pluggable tranport strings.
7285
7286         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
7287         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
7288         (rtsp_ext_wms_get_context):
7289         Detect WMServer and activate the extension.
7290
7291         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
7292         (rtsp_transport_get_manager), (rtsp_transport_parse):
7293         * gst/rtsp/rtsptransport.h:
7294         Added methods to get mime/manager for certain transports.
7295
7296 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
7297
7298         * ext/cairo/gsttimeoverlay.c:
7299         (gst_cairo_time_overlay_update_font_height):
7300         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
7301         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
7302         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7303         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7304         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
7305         * ext/libpng/gstpngdec.c: (user_endrow_callback):
7306         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
7307         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
7308         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
7309         (gst_avi_demux_stream_data):
7310         * gst/cutter/gstcutter.c: (gst_cutter_chain):
7311         * gst/debug/efence.c: (gst_efence_buffer_alloc),
7312         (gst_fenced_buffer_copy):
7313         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7314         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
7315         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
7316         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
7317         (gst_rtspsrc_handle_message):
7318         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
7319         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
7320           Printf format fixes.
7321
7322 2006-10-04  Wim Taymans  <wim@fluendo.com>
7323
7324         * gst/rtsp/Makefile.am:
7325         Dist new .h file too.
7326
7327 2006-10-04  Wim Taymans  <wim@fluendo.com>
7328
7329         * gst/rtsp/Makefile.am:
7330         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
7331         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
7332         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7333         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7334         (gst_rtspsrc_parse_rtpmap),
7335         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
7336         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7337         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
7338         * gst/rtsp/gstrtspsrc.h:
7339         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7340         * gst/rtsp/rtspdefs.h:
7341         * gst/rtsp/rtspext.h:
7342         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
7343         (rtsp_ext_wms_get_context):
7344         * gst/rtsp/rtspextwms.h:
7345         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
7346         (rtsp_transport_parse):
7347         * gst/rtsp/rtsptransport.h:
7348         Factor out extension in separate module.
7349         Fix getcaps to filter against the padtemplate.
7350         Use Content-Base if the server gives one.
7351         Rework the transport parsing a bit for future extensions.
7352         Added some Real Header field definitions.
7353
7354 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7355
7356         * docs/plugins/Makefile.am:
7357         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7358         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7359           added v4l2 stubs
7360         * gst-plugins-good.spec.in:
7361           add v4l2
7362
7363 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
7364
7365         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7366           Extract disc/album/medium number and count and try harder
7367           to extract track number/count.
7368
7369 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7370
7371         * configure.ac:
7372         * sys/Makefile.am:
7373           add build stuff for v4l2, needs --enable-experimental until
7374           the last bits are resolved
7375
7376 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7377
7378         * tests/check/Makefile.am:
7379           Disable autodetect test temporarily, so that the build bots
7380           update -bad and the ranks of unreliable video sinks in there.
7381
7382         * tests/check/elements/autodetect.c: (GST_START_TEST):
7383           Skip test if no usable videosink is found.
7384
7385 2006-09-29  Wim Taymans  <wim@fluendo.com>
7386
7387         * gst/rtsp/URLS:
7388         Add some more URLs.
7389
7390         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7391         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
7392         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7393         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
7394         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7395         (gst_rtspsrc_loop), (gst_rtspsrc_send),
7396         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7397         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
7398         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7399         * gst/rtsp/gstrtspsrc.h:
7400         Add timeout property to control UDP timeouts.
7401         Fix error messages.
7402         Also start a loop function when operating in UDP mode so that we can
7403         do some more stuff async.
7404         Handle element messages from udpsrc to detect timeouts. If a timeout
7405         happens we currently generate an error.
7406         API: rtspsrc::timeout property.
7407
7408         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7409         (gst_udpsrc_create):
7410         Really implement the timeout in microseconds and not milliseconds.
7411
7412 2006-09-29  Wim Taymans  <wim@fluendo.com>
7413
7414         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7415         (gst_udpsrc_create), (gst_udpsrc_set_property),
7416         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
7417         * gst/udp/gstudpsrc.h:
7418         Added property to post a message on timeout.
7419         Updated docs.
7420         When restarting the select, initialize the fdsets again.
7421         Init control sockets so we don't accidentally close a random socket.
7422         API: GstUDPSrc::timeout property
7423
7424 2006-09-29  Wim Taymans  <wim@fluendo.com>
7425
7426         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
7427         Fix flag registration.
7428
7429         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7430         Reading 0 also means 'no more commands'
7431
7432 2006-09-29  Wim Taymans  <wim@fluendo.com>
7433
7434         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7435
7436         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7437         Fix possible infinite loop when shutting down, a read can also return
7438         0 to indicate no more messages are available. Fixes #358156.
7439
7440 2006-09-25  Wim Taymans  <wim@fluendo.com>
7441
7442         * gst/autodetect/gstautoaudiosink.c:
7443         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
7444         (gst_auto_audio_sink_find_best):
7445         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
7446         Small cleanups.
7447         don't try to set "sync" property when it is not available.
7448
7449 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7450
7451         Patch by: Peter Kjellerstedt  <pkj at axis com>
7452
7453         * gst/alpha/gstalpha.c:
7454         * gst/rtp/gstrtpamrdepay.c:
7455         * gst/rtsp/gstrtspsrc.c:
7456         * gst/udp/gstudpsrc.c:
7457         * gst/videomixer/videomixer.c:
7458           Include stdlib.h in some more places, makes things compile
7459           with uClibc and -Werror (#357592).
7460
7461 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7462
7463         * ext/jpeg/gstjpegdec.c:
7464           Set minimum height to 8 (from 16), our code should handle
7465           that fine. Some of the buttons on the apple trailer site
7466           are apparently only 15 pixels high (see #357470).
7467
7468 2006-09-23  Wim Taymans  <wim@fluendo.com>
7469
7470         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
7471         (gst_rtspsrc_open):
7472         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7473         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7474         (rtsp_connection_receive):
7475         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7476         * gst/rtsp/rtspdefs.h:
7477         Improve error reporting.
7478
7479 2006-09-23  Wim Taymans  <wim@fluendo.com>
7480
7481         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
7482         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
7483         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
7484         * gst/rtp/gstrtpdepay.c:
7485         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
7486         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
7487         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
7488         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
7489         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
7490         (gst_rtp_mp2t_depay_plugin_init):
7491         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
7492         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
7493         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
7494         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
7495         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
7496         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
7497         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
7498         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
7499         Fix klass typos.
7500         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
7501
7502 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7503
7504         * configure.ac:
7505           Need  -base CVS for gst_base_rtp_depayload_push_ts().
7506
7507 2006-09-22  Wim Taymans  <wim@fluendo.com>
7508
7509         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
7510         Don't check for a tag that is never there and check if we read the
7511         correct tag. Fixes seeking again.
7512         We must post an error when all pads are unlinked.
7513
7514 2006-09-22  Wim Taymans  <wim@fluendo.com>
7515
7516         * gst/rtp/Makefile.am:
7517         * gst/rtp/gstrtp.c: (plugin_init):
7518         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
7519         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7520         (gst_rtp_vorbis_pay_reset_packet),
7521         (gst_rtp_vorbis_pay_init_packet),
7522         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
7523         (gst_rtp_vorbis_pay_handle_buffer):
7524         More fixage, set endoder-params correctly in the payloader.
7525
7526 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7527
7528         * gst/autodetect/gstautoaudiosink.c:
7529         (gst_auto_audio_sink_base_init):
7530         * gst/autodetect/gstautovideosink.c:
7531         (gst_auto_video_sink_base_init):
7532           Make static pad templates static to appease valgrind's leak
7533           detector.
7534
7535         * tests/check/Makefile.am:
7536         * tests/check/elements/.cvsignore:
7537         * tests/check/elements/autodetect.c: (GST_START_TEST),
7538         (autodetect_suite):
7539           Add simple test for the ghostpad lockup on shutdown fixed in core
7540           CVS (audio bit disabled because it would need dozens of alsa
7541           suppressions and I'm too lazy to add those now).
7542
7543 2006-09-22  Wim Taymans  <wim@fluendo.com>
7544
7545         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
7546         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
7547         Small cleanups.
7548
7549         * gst/rtp/Makefile.am:
7550         * gst/rtp/gstrtp.c: (plugin_init):
7551         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
7552         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
7553         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
7554         (gst_rtp_vorbis_depay_process),
7555         (gst_rtp_vorbis_depay_set_property),
7556         (gst_rtp_vorbis_depay_get_property),
7557         (gst_rtp_vorbis_depay_change_state),
7558         (gst_rtp_vorbis_depay_plugin_init):
7559         * gst/rtp/gstrtpvorbisdepay.h:
7560         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
7561         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
7562         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
7563         (gst_rtp_vorbis_pay_flush_packet),
7564         (gst_rtp_vorbis_pay_append_buffer),
7565         (gst_rtp_vorbis_pay_handle_buffer),
7566         (gst_rtp_vorbis_pay_plugin_init):
7567         * gst/rtp/gstrtpvorbispay.h:
7568         Add experimental vorbis pay and depayloaders.
7569
7570 2006-09-21  Wim Taymans  <wim@fluendo.com>
7571
7572         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
7573         Fix profile-level-id parsing and setup.
7574
7575 2006-09-21  Wim Taymans  <wim@fluendo.com>
7576
7577         * gst/udp/README:
7578         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
7579         Update README, simple cleanup.
7580
7581 2006-09-21  Wim Taymans  <wim@fluendo.com>
7582
7583         * gst/rtp/README:
7584         Update README with some examples.
7585
7586         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
7587         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
7588         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
7589         (gst_rtp_mp4g_pay_setcaps):
7590         * gst/rtp/gstrtpmp4gpay.h:
7591         Make optional RTP parameters of type STRING, as required by the
7592         application/x-rtp caps specification.
7593
7594 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
7595
7596         * gst/rtp/gstrtph263pdepay.c:
7597         * gst/rtp/gstrtph263ppay.c:
7598         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
7599         RTP header.
7600
7601 2006-09-20  Wim Taymans  <wim@fluendo.com>
7602
7603         * gst/rtp/Makefile.am:
7604         And makefile too.
7605
7606 2006-09-20  Wim Taymans  <wim@fluendo.com>
7607
7608         * gst/rtp/gstrtp.c: (plugin_init):
7609         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
7610         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
7611         (decode_base64), (gst_rtp_asf_depay_setcaps),
7612         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
7613         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
7614         (gst_rtp_asf_depay_plugin_init):
7615         * gst/rtp/gstrtpasfdepay.h:
7616         Added preliminary ASF depayloader.
7617
7618         * gst/rtp/gstrtph264depay.c: (decode_base64):
7619         Fix base64 decoding.
7620
7621 2006-09-20  Wim Taymans  <wim@fluendo.com>
7622
7623         * gst/rtsp/URLS:
7624         Added some test URLS.
7625
7626         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7627         (gst_rtspsrc_loop), (gst_rtspsrc_open):
7628         * gst/rtsp/gstrtspsrc.h:
7629         When creating streams, give access to the complete SDP.
7630         Fix some leaks.
7631         Collect and merge global stream properties in stream caps.
7632         Preliminary support for WMServer.
7633
7634         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7635         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7636         (rtsp_connection_receive):
7637         * gst/rtsp/rtspconnection.h:
7638         Make connection interruptable.
7639         Refactor to make it reconnectable.
7640         Don't fail on short reads when reading data packets.
7641
7642         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
7643         (rtsp_url_get_port):
7644         * gst/rtsp/rtspurl.h:
7645         Add methods for getting/setting the port.
7646
7647         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
7648         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
7649         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
7650         (sdp_media_get_format), (sdp_parse_line),
7651         (sdp_message_parse_buffer):
7652         Fix headers. 
7653         Add methods for getting multiple attributes with the same name.
7654         Increase buffer size when parsing.
7655         Fix parsing of a=foo fields.
7656
7657         * gst/rtsp/test.c: (main):
7658         Update to new connection API.
7659
7660         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
7661         (rtsp_message_init_response), (rtsp_message_init_data),
7662         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
7663         * gst/rtsp/rtspmessage.h:
7664         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
7665         * gst/rtsp/rtsptransport.h:
7666         * gst/rtsp/sdp.h:
7667         * gst/rtsp/sdpmessage.h:
7668         * gst/rtsp/gstrtsp.c:
7669         * gst/rtsp/gstrtsp.h:
7670         * gst/rtsp/gstrtpdec.c:
7671         * gst/rtsp/gstrtpdec.h:
7672         * gst/rtsp/rtsp.h:
7673         * gst/rtsp/rtspdefs.c:
7674         * gst/rtsp/rtspdefs.h:
7675         Dual licensed under MIT and LGPL now.
7676
7677 2006-09-19  Wim Taymans  <wim@fluendo.com>
7678
7679         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
7680         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
7681         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7682         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7683         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
7684         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7685         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
7686         * gst/rtsp/gstrtspsrc.h:
7687         Reorganize stream parsing and creation.
7688         Detect container formats in interleaved mode.
7689         Keep more state about the streams.
7690         Assume a server also supports PLAY if it does not say.
7691         Add unicast and interleaved properties to TCP transport requests to make
7692         some servers happy (WMServer).
7693
7694         * gst/rtsp/sdpmessage.h:
7695         Add some defines for the standard Bandwidth types.
7696
7697 2006-09-19  Wim Taymans  <wim@fluendo.com>
7698
7699         * gst/rtsp/test.c: (main):
7700         Fix build.
7701
7702 2006-09-19  Wim Taymans  <wim@fluendo.com>
7703
7704         * gst/wavparse/gstwavparse.c:
7705         Add ms-gsm to the src template.
7706
7707 2006-09-18  Wim Taymans  <wim@fluendo.com>
7708
7709         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
7710         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
7711         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
7712         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
7713         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7714         * gst/rtsp/gstrtspsrc.h:
7715         Small cleanups, added documentation.
7716         Try to clean up the requests and responses.
7717         Refactor parsing the supported methods.
7718
7719         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
7720         (rtsp_connection_create), (rtsp_connection_send),
7721         (parse_response_status), (parse_request_line),
7722         (rtsp_connection_receive), (rtsp_connection_close),
7723         (rtsp_connection_free):
7724         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
7725         (rtsp_transport_init), (rtsp_transport_parse),
7726         (rtsp_transport_free):
7727         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7728         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
7729         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
7730         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
7731         Use g_return_val some more.
7732
7733         * gst/rtsp/rtspdefs.h:
7734         Add more enum values to track initial states.
7735
7736         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
7737         (rtsp_message_init_request), (rtsp_message_new_response),
7738         (rtsp_message_init_response), (rtsp_message_init_data),
7739         (rtsp_message_unset), (rtsp_message_free),
7740         (rtsp_message_add_header), (rtsp_message_remove_header),
7741         (rtsp_message_get_header), (rtsp_message_set_body),
7742         (rtsp_message_take_body), (rtsp_message_get_body),
7743         (rtsp_message_steal_body), (rtsp_message_dump):
7744         * gst/rtsp/rtspmessage.h:
7745         Reorder arguments, object goes as the first one.
7746         Use g_return_val some more.
7747
7748 2006-09-18  Wim Taymans  <wim@fluendo.com>
7749
7750         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
7751         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
7752         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
7753         * gst/rtsp/gstrtspsrc.h:
7754         Export sometimes source pad with correct caps on the template, create
7755         the ghostpad from the template.
7756         Remove RTCP template as we never expose RTCP.
7757         Protect against invalid body size.
7758         Avoid memcpy when creating the output buffer.
7759         Properly post an error and send EOS when the loop function is shut down.
7760
7761 2006-09-18  Wim Taymans  <wim@fluendo.com>
7762
7763         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
7764
7765         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7766         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
7767         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7768         * gst/rtsp/gstrtspsrc.h:
7769         Make sure we can never set an invalid location.
7770
7771         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
7772         * gst/rtsp/rtspmessage.h:
7773         Added _steal_body method for future use.
7774
7775         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
7776         Make freeing of NULL url return immediatly.
7777
7778 2006-09-18  Wim Taymans  <wim@fluendo.com>
7779
7780         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
7781
7782         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
7783         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
7784         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
7785         (gst_rtspsrc_change_state):
7786         * gst/rtsp/gstrtspsrc.h:
7787         Use boilerplate.
7788         Make rtspsrc subclass GstBin to make state changes easier.
7789         Add Range header field on the PLAY request.
7790
7791 2006-09-18  Wim Taymans  <wim@fluendo.com>
7792
7793         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
7794
7795         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
7796         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7797         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
7798         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
7799         * gst/rtsp/rtspconnection.c: (inet_aton):
7800         Small cleanups.
7801         when multicast is selected as the transport, create UDP sources and
7802         connect to the multicast group.
7803         Move parsing and setting of caps to a common place.
7804         Fixes #349894.
7805
7806 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
7807
7808         * ext/flac/gstflactag.c:
7809         * gst/alpha/gstalpha.c:
7810         * gst/debug/breakmydata.c:
7811         * gst/debug/negotiation.c:
7812         * gst/debug/testplugin.c:
7813         * gst/effectv/gstaging.c:
7814         * gst/effectv/gstdice.c:
7815         * gst/effectv/gstedge.c:
7816         * gst/effectv/gstquark.c:
7817         * gst/effectv/gstrev.c:
7818         * gst/effectv/gstshagadelic.c:
7819         * gst/effectv/gstvertigo.c:
7820         * gst/effectv/gstwarp.c:
7821         * gst/multipart/multipartdemux.c:
7822         * gst/multipart/multipartmux.c:
7823         * gst/videobox/gstvideobox.c:
7824         * gst/videofilter/gstgamma.c:
7825         * gst/videofilter/gstvideotemplate.c:
7826         * gst/videomixer/videomixer.c:
7827         * sys/sunaudio/gstsunaudiosrc.h:
7828         More G_OBJECT macro fixing.
7829
7830 2006-09-16  Wim Taymans  <wim@fluendo.com>
7831
7832         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
7833
7834         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
7835         Correctly set the dwLength in strh.
7836         With this patch, the file duration is now displayed correctly in window
7837         media player and the AVI plays completely. Fixes #356147
7838
7839 2006-09-15  Wim Taymans  <wim@fluendo.com>
7840
7841         Patch by: Darren Kenny <darren dot kenny at sun dot com>
7842
7843         * sys/sunaudio/gstsunaudiomixerctrl.c:
7844         (gst_sunaudiomixer_ctrl_build_list):
7845         Set the output track as the MASTER so that the gnome-settings-daemon
7846         keybindings for changing the volume using the keyboard works.
7847         Fixes #356142.
7848
7849 2006-09-15  Wim Taymans  <wim@fluendo.com>
7850
7851         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
7852         Fix documentation, it is not possible to control the framerate of jpegdec
7853         using filtered caps yet. Fixes #355210.
7854         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
7855         stop when there is an error.
7856
7857 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
7858
7859         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
7860         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
7861           Don't interpret a first buffer with an offset of NONE as
7862           'from the middle of the stream', but only a first buffer
7863           that has a valid buffer offset that's non-zero (see #345449).
7864
7865 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
7866
7867         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
7868         (gst_icydemux_typefind_or_forward):
7869         * gst/icydemux/gsticydemux.h:
7870           When we merge/collect multiple incoming buffers for typefinding
7871           purposes, keep an initial 0 offset on the first outgoing buffer
7872           as well (otherwise id3demux won't work right). Fixes #345449.
7873           Also Make buffer metadata writable before setting buffer caps.
7874
7875         * tests/check/elements/icydemux.c: (typefind_succeed),
7876         (cleanup_icydemux), (push_data), (GST_START_TEST),
7877         (icydemux_suite):
7878           Small test case for the above.
7879
7880 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
7881
7882         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
7883         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
7884         (gst_avi_demux_stream_header_push),
7885         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
7886         (gst_avi_demux_loop):
7887           More code reuse and better logging in _peek_chunk(). Reintroduce check
7888           for chunk sizes before reading them (avoid oom). Better handling for 
7889           invalid chunksizes when streaming.
7890
7891 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
7892
7893         * gst/level/gstlevel.c: (gst_level_set_property):
7894         * gst/level/gstlevel.h:
7895           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
7896           René Stadler
7897
7898 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
7899
7900         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
7901         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
7902         (gst_avi_demux_stream_data):
7903           Revert one change to fix streaming avi (adapter size != data size).
7904
7905 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
7906
7907         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
7908
7909         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
7910         (gst_matroska_demux_reset),
7911         (gst_matroska_demux_read_track_encodings),
7912         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
7913         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7914         (gst_matroska_demux_subtitle_caps):
7915         * gst/matroska/matroska-ids.h:
7916           Add support for VOBSUB subtitle tracks and zlib-compressed
7917           tracks. Make sure we start on a keyframe after a seek. (#343348)
7918
7919 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
7920
7921         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
7922         (gst_matroska_demux_push_flac_codec_priv_data),
7923         (gst_matroska_demux_push_xiph_codec_priv_data),
7924         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7925         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
7926         * gst/matroska/matroska-ids.h:
7927           Add basic FLAC support (#311586), not perfect yet though, needs some
7928           tweaking in flacdec; also, seeking could be better.
7929           Do better bounds checking when deserialising vorbis stream headers
7930           to make sure we don't read beyond the end of the buffer on bad input.
7931
7932 2006-09-04  Wim Taymans  <wim@fluendo.com>
7933
7934         Patch by: Alessandro Decina <alessandro at nnva dot org>
7935
7936         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
7937         Seeking back in a file containing a CMML stream errors out if the seek
7938         goes back up to the CMML headers. This is because after the seek the xml
7939         processing instruction <?xml ...?> is submitted to the xml parser again, 
7940         which results in an error. The attached patch fixes the problem. 
7941         Fixes #353908.
7942
7943         * ext/annodex/gstcmmlenc.h:
7944         Fix authors name.
7945
7946
7947 2006-08-28  Andy Wingo  <wingo@pobox.com>
7948
7949         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
7950         New helper function to lessen the ifdefs.
7951         (GST_INFO_OBJECT): 
7952         (gst_dv1394src_iso_receive): Use it.
7953         (gst_dv1394src_create): Also use the control sockets in iec61883
7954         mode.
7955         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
7956         handle for AVC operations; fixes #348233.
7957
7958 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
7959
7960         * configure.ac:
7961         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7962         * docs/plugins/inspect/plugin-audiofx.xml:
7963         * docs/plugins/inspect/plugin-audiofxgood.xml:
7964         * gst/audiofx/Makefile.am:
7965         * gst/audiofx/audiofx.c:
7966         * gst/audiofxgood/.cvsignore:
7967         * gst/audiofxgood/Makefile.am:
7968         * gst/audiofxgood/audiofx.c:
7969         * gst/audiofxgood/audiopanorama.c:
7970         * gst/audiofxgood/audiopanorama.h:
7971           Rename again (audiofxgood -> audiofx).
7972
7973 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
7974
7975         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
7976         (gst_avi_demux_stream_scan):
7977           Initialze variables.
7978
7979 2006-08-25  Wim Taymans  <wim@fluendo.com>
7980
7981         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
7982         (gst_avi_demux_init), (gst_avi_demux_finalize),
7983         (gst_avi_demux_reset), (gst_avi_demux_index_last),
7984         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
7985         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
7986         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
7987         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
7988         (gst_avi_demux_massage_index),
7989         (gst_avi_demux_calculate_durations_from_index),
7990         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
7991         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
7992         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
7993         (gst_avi_demux_change_state):
7994         * gst/avi/gstavidemux.h:
7995         More attempts to turn this into readable code.
7996         Don't leak adapters.
7997         Calculate duration according to index more efficiently.
7998         Don't try to act like we drive the pipeline in chain mode.
7999
8000 2006-08-25  Wim Taymans  <wim@fluendo.com>
8001
8002         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
8003         Fix build.
8004
8005 2006-08-25  Wim Taymans  <wim@fluendo.com>
8006
8007         Patch by: Alessandro Decina <alessandro at nnva dot org>
8008
8009         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
8010         Do some extra sanity checks.
8011         Fixes #350340.
8012
8013         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
8014         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
8015         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
8016         Check if clip->start_time is valid before adding the clip to the
8017         track list.
8018         Reset enc->preamble going from PAUSED to READY.
8019         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
8020         only used for EOS.
8021         Only post an error message if we were the one that created the fatal
8022         GstFlowReturn value.
8023
8024         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
8025         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
8026         Parse the seconds field of the npt-sec time format using %llu rather than
8027         %d and check that the value scaled by GST_SECOND doesn't overflow.
8028         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
8029         Lookup a clip's track with clip->track rather than clip->id which
8030         makes no sense.
8031         Identify a clip by its track and start time and not its xml id.
8032         do some more input checking and make sure we don't do undefined shifts.
8033
8034         * tests/check/elements/cmmldec.c: (setup_cmmldec),
8035         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
8036         (cmml_tag_message_pop), (check_headers), (push_clip_full),
8037         (push_clip), (push_empty_clip), (check_output_clip),
8038         (GST_START_TEST), (cmmldec_suite):
8039         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
8040         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
8041         (check_headers), (push_clip), (check_clip_times), (check_clip),
8042         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
8043         Added some more checks.
8044
8045 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8046
8047         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
8048         (gst_audio_panorama_set_property),
8049         (gst_audio_panorama_get_property),
8050         (gst_audio_panorama_transform_m2s_int),
8051         (gst_audio_panorama_transform_s2s_int),
8052         (gst_audio_panorama_transform_m2s_float),
8053         (gst_audio_panorama_transform_s2s_float):
8054         * gst/audiofxgood/audiopanorama.h:
8055         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8056           Make also the pan-property float (saves scaling and yields better
8057           resolution)
8058
8059 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8060
8061         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8062         (gst_audio_panorama_transform_m2s_float),
8063         (gst_audio_panorama_transform_s2s_float):
8064           ChangeLog surgery to add cymax's real name
8065
8066
8067 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8068
8069         Patch by: René Stadler <mail@renestadler.de>
8070
8071         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8072         (gst_audio_panorama_transform_m2s_int),
8073         (gst_audio_panorama_transform_s2s_int),
8074         (gst_audio_panorama_transform_m2s_float),
8075         (gst_audio_panorama_transform_s2s_float),
8076         (gst_audio_panorama_transform):
8077         * gst/audiofxgood/audiopanorama.h:
8078           Added float support
8079
8080 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8081
8082         * gst/audiofxgood/audiopanorama.c:
8083         (gst_audio_panorama_transform_m2s):
8084           Fix docs & debug category. Add Fixme for volume pan levels.
8085
8086 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8087
8088         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8089         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8090         (gst_avi_demux_stream_header_pull),
8091         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8092         (gst_avi_demux_chain):
8093           unbreak AVI index handling, some more debug, remove an obsolete
8094           adapter_flush that caused streaming to wander off in the wild
8095
8096 2006-08-24  Wim Taymans  <wim@fluendo.com>
8097
8098         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8099         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
8100         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
8101         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8102         (gst_avi_demux_calculate_durations_from_index),
8103         (gst_avi_demux_stream_header_push),
8104         (gst_avi_demux_stream_header_pull):
8105         * gst/avi/gstavidemux.h:
8106         Some more cleanups. 
8107         Fix totalFrames parsing in ODML.
8108         Disable use of index for length calculation in case of ODML as this is
8109         broken now.
8110
8111 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
8112
8113         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
8114           Use libgsttag helper function here too.
8115
8116 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
8117
8118         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8119         (gst_avi_demux_init), (gst_avi_demux_dispose),
8120         (gst_avi_demux_reset), (gst_avi_demux_index_next),
8121         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
8122         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8123         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
8124         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
8125         (gst_avi_demux_parse_subindex),
8126         (gst_avi_demux_read_subindexes_push),
8127         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
8128         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8129         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
8130         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
8131         (gst_avi_demux_stream_header_pull),
8132         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8133         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
8134         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
8135         (gst_avi_demux_change_state):
8136         * gst/avi/gstavidemux.h:
8137           Initial streaming support for avidemux (fixes #336465)
8138
8139 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8140
8141         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8142           There is no taglibmux element ...
8143
8144         * gst/rtsp/gstrtspsrc.c:
8145           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
8146           was complaining about unknown entity here.
8147
8148 2006-08-22  Wim Taymans  <wim@fluendo.com>
8149
8150         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8151         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
8152         (gst_avi_demux_process_next_entry):
8153         * gst/avi/gstavidemux.h:
8154         Mark DISCONT.
8155         Remove old unused fields and reorder the struct a bit.
8156
8157 2006-08-22  Wim Taymans  <wim@fluendo.com>
8158
8159         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8160         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
8161         (gst_rtspsrc_pause):
8162         * gst/rtsp/gstrtspsrc.h:
8163         * sys/oss/gstosssink.c: (gst_oss_sink_open),
8164         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
8165         Small documentation updates.
8166
8167 2006-08-22  Wim Taymans  <wim@fluendo.com>
8168
8169         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8170         (gst_avi_demux_index_entry_for_time),
8171         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8172         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
8173         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8174         (gst_avi_demux_next_data_buffer),
8175         (gst_avi_demux_calculate_durations_from_index),
8176         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
8177         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
8178         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8179         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
8180         * gst/avi/gstavidemux.h:
8181         Precalc most of the duration query for each stream.
8182         Make seeking more correct.
8183         Use GstSegment to track position and duration.
8184         Code cleanups and leak fixes.
8185         Calculate correct total duration based on index length.
8186
8187 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
8188
8189         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
8190         (parse_insert_string_field):
8191           If strings in text fields are marked ISO8859-1, but contain
8192           valid UTF-8 already, then handle them as UTF-8 and ignore
8193           the encoding. (#351794)
8194
8195 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8196
8197         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
8198         (gst_flac_dec_write), (gst_flac_dec_loop),
8199         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
8200         (gst_flac_dec_src_query):
8201         * ext/flac/gstflacdec.h:
8202           Make flac-in-ogg work (#352100).
8203
8204 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8205
8206         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8207           Don't unref buffers of which we've already given away
8208           ownership to the adapter.
8209
8210 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8211
8212         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
8213           Make metadata extraction actually work.
8214
8215         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
8216         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
8217         (gst_speexenc_chain):
8218           Fix metadata writing: replace old code which wrote completely
8219           broken tags with libgsttag-based code. Plus miscellaneous
8220           code cleanups (use static pad templates etc.) and a bunch
8221           of leak fixes.
8222
8223 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8224
8225         * gst/audiopanorama/.cvsignore:
8226         * gst/audiopanorama/Makefile.am:
8227         * gst/audiopanorama/audiofx.c:
8228         * gst/audiopanorama/audiopanorama.c:
8229         * gst/audiopanorama/audiopanorama.h:
8230           die! die! die! you should never have been there
8231
8232 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8233
8234         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8235         Fix invalid memory access in audiopanorama test suite.
8236
8237 2006-08-21  Edward Hervey  <edward@fluendo.com>
8238
8239         * tests/check/elements/.cvsignore:
8240         ignore built file
8241
8242 2006-08-21  Wim Taymans  <wim@fluendo.com>
8243
8244         * gst/rtp/Makefile.am:
8245         Fix the build again.
8246
8247 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8248
8249         * gst/audiofxgood/.cvsignore:
8250         * gst/audiofxgood/Makefile.am:
8251         * gst/audiofxgood/audiofx.c: (plugin_init):
8252         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8253         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8254         (gst_audio_panorama_set_property),
8255         (gst_audio_panorama_get_property),
8256         (gst_audio_panorama_get_unit_size),
8257         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8258         (gst_audio_panorama_transform_m2s),
8259         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8260         * gst/audiofxgood/audiopanorama.h:
8261           resubmit with the desired name *again*
8262
8263 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8264
8265         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
8266         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
8267           use g_assert in _get_unit_size
8268
8269 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8270
8271         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8272         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8273         * docs/plugins/inspect/plugin-audiofxgood.xml:
8274           cleanup -unused.txt to make it useful, add previously missing docs
8275
8276         * ext/Makefile.am:
8277           Quietly (accidentally) enable LADSPA for building by default, 
8278           despite the fact that it doesn't meet the plugin checklist.
8279             -- Added by Jan Schmidt 18 Dec 2006
8280
8281         * ext/esd/esdmon.c:
8282         * ext/esd/esdsink.c:
8283         * ext/esd/gstesd.c: (plugin_init):
8284           reflow to get rid of two external symbols
8285
8286         * gst/audiofxgood/audiofx.c: (plugin_init):
8287           re-add
8288
8289 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8290
8291         * configure.ac:
8292         * gst/audiofxgood/.cvsignore:
8293         * gst/audiofxgood/Makefile.am:
8294         * gst/audiofxgood/audiofx.c
8295         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8296         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8297         (gst_audio_panorama_set_property),
8298         (gst_audio_panorama_get_property),
8299         (gst_audio_panorama_get_unit_size),
8300         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8301         (gst_audio_panorama_transform_m2s),
8302         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8303         * gst/audiofxgood/audiopanorama.h:
8304         * tests/check/Makefile.am:
8305         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
8306         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
8307         (panorama_suite), (main):
8308         Add audiofxgood plugin with audiopanorama element
8309
8310 2006-08-18  Wim Taymans  <wim@fluendo.com>
8311
8312         * docs/plugins/Makefile.am:
8313         More Oss docs fixage. 
8314
8315 2006-08-18  Wim Taymans  <wim@fluendo.com>
8316
8317         * gst/rtp/Makefile.am:
8318         * gst/rtp/gstrtp.c: (plugin_init):
8319         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
8320         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
8321         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
8322         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
8323         (gst_rtp_sv3v_depay_get_property),
8324         (gst_rtp_sv3v_depay_change_state),
8325         (gst_rtp_sv3v_depay_plugin_init):
8326         * gst/rtp/gstrtpsv3vdepay.h:
8327         Added experimental SVQ3 depayloader.
8328
8329 2006-08-18  Edward Hervey  <edward@fluendo.com>
8330
8331         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
8332         (gst_dvdemux_loop), (gst_dvdemux_change_state):
8333         * ext/dv/gstdvdemux.h:
8334         When handling seek requests, don't send the newsegment event from the
8335         calling thread. Instead save it so it can be sent from the streaming
8336         thread.
8337
8338 2006-08-17  Wim Taymans  <wim@fluendo.com>
8339
8340         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8341
8342         * gst/multipart/multipartdemux.c: (multipart_parse_header):
8343         Accept leading whitespace before the boundary
8344         This patch makes the demuxer allow some whitespace before the actual
8345         boundary. This makes the demuxer work with the ``old'' gstreamer
8346         multipartmuxer again (which placed an extra \n before the start
8347         of the stream) Fixes #349068.
8348
8349 2006-08-17  Wim Taymans  <wim@fluendo.com>
8350
8351         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
8352         Error out on non-implemented stuff.
8353
8354 2006-08-16  Wim Taymans  <wim@fluendo.com>
8355
8356         Patch by: Andy Wingo <wingo at pobox dot com>
8357
8358         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
8359         (gst_signal_processor_start), (gst_signal_processor_stop),
8360         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
8361         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
8362         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
8363         (gst_signal_processor_change_state):
8364         Make ladspa elements reusable. Fixes #350006.
8365
8366 2006-08-16  Wim Taymans  <wim@fluendo.com>
8367
8368         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
8369         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
8370         names as possible. Fixes #349901.
8371
8372 2006-08-16  Wim Taymans  <wim@fluendo.com>
8373
8374         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
8375         (gst_signal_processor_do_pushes):
8376         A push() gives away our refcount so we should not use the buffer on the
8377         pen anymore.
8378
8379 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8380
8381         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8382         (gst_oss_mixer_element_finalize):
8383           Don't leak device string.
8384
8385 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8386
8387         * configure.ac:
8388           Require CVS of GStreamer core and -base (for
8389           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
8390
8391         * ext/taglib/gstid3v2mux.cc:
8392           Write extended comment tags properly (#348762).
8393
8394         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8395         (parse_comment_frame):
8396           Extract COMM frames into extended comments, which makes it
8397           easier to properly retain the description bit of the tag
8398           and maintain this information when re-tagging (#348762).
8399
8400 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8401
8402         * tests/check/Makefile.am:
8403           Don't try to run annodex unit tests if the annodex
8404           plugin has not been built (Fixes #351116).
8405
8406 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8407
8408         * gst/autodetect/gstautoaudiosink.c:
8409         (gst_auto_audio_sink_find_best):
8410           When we can't find a usable audiosink, don't error out,
8411           but use a fake sink instead and post a warning message
8412           on the bus (#341278).
8413
8414 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8415
8416         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
8417         * sys/oss/gstosssink.c:
8418         * sys/oss/gstosssrc.c:
8419           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
8420           ossmixer's new device property.
8421
8422         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8423         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8424           Add docs for OSS elements.
8425
8426         * docs/plugins/inspect/plugin-aasink.xml:
8427         * docs/plugins/inspect/plugin-alaw.xml:
8428         * docs/plugins/inspect/plugin-alpha.xml:
8429         * docs/plugins/inspect/plugin-alphacolor.xml:
8430         * docs/plugins/inspect/plugin-annodex.xml:
8431         * docs/plugins/inspect/plugin-apetag.xml:
8432         * docs/plugins/inspect/plugin-auparse.xml:
8433         * docs/plugins/inspect/plugin-autodetect.xml:
8434         * docs/plugins/inspect/plugin-avi.xml:
8435         * docs/plugins/inspect/plugin-cacasink.xml:
8436         * docs/plugins/inspect/plugin-cairo.xml:
8437         * docs/plugins/inspect/plugin-cdio.xml:
8438         * docs/plugins/inspect/plugin-cutter.xml:
8439         * docs/plugins/inspect/plugin-debug.xml:
8440         * docs/plugins/inspect/plugin-dv.xml:
8441         * docs/plugins/inspect/plugin-efence.xml:
8442         * docs/plugins/inspect/plugin-effectv.xml:
8443         * docs/plugins/inspect/plugin-esdsink.xml:
8444         * docs/plugins/inspect/plugin-flac.xml:
8445         * docs/plugins/inspect/plugin-flxdec.xml:
8446         * docs/plugins/inspect/plugin-gconfelements.xml:
8447         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8448         * docs/plugins/inspect/plugin-goom.xml:
8449         * docs/plugins/inspect/plugin-halelements.xml:
8450         * docs/plugins/inspect/plugin-icydemux.xml:
8451         * docs/plugins/inspect/plugin-id3demux.xml:
8452         * docs/plugins/inspect/plugin-jpeg.xml:
8453         * docs/plugins/inspect/plugin-level.xml:
8454         * docs/plugins/inspect/plugin-matroska.xml:
8455         * docs/plugins/inspect/plugin-mulaw.xml:
8456         * docs/plugins/inspect/plugin-multipart.xml:
8457         * docs/plugins/inspect/plugin-navigationtest.xml:
8458         * docs/plugins/inspect/plugin-ossaudio.xml:
8459         * docs/plugins/inspect/plugin-png.xml:
8460         * docs/plugins/inspect/plugin-rtp.xml:
8461         * docs/plugins/inspect/plugin-rtsp.xml:
8462         * docs/plugins/inspect/plugin-shout2send.xml:
8463         * docs/plugins/inspect/plugin-smpte.xml:
8464         * docs/plugins/inspect/plugin-speex.xml:
8465         * docs/plugins/inspect/plugin-taglib.xml:
8466         * docs/plugins/inspect/plugin-udp.xml:
8467         * docs/plugins/inspect/plugin-videobalance.xml:
8468         * docs/plugins/inspect/plugin-videobox.xml:
8469         * docs/plugins/inspect/plugin-videoflip.xml:
8470         * docs/plugins/inspect/plugin-videomixer.xml:
8471         * docs/plugins/inspect/plugin-wavenc.xml:
8472         * docs/plugins/inspect/plugin-wavparse.xml:
8473         * docs/plugins/inspect/plugin-ximagesrc.xml:
8474           Update to CVS version.
8475           
8476 2006-08-16  Wim Taymans  <wim@fluendo.com>
8477
8478         * gst/rtp/gstrtpamrdepay.c:
8479         * gst/rtp/gstrtpmp4gdepay.c:
8480         Caps extra properties must be defined as strings for
8481         depayloaders because they are generated from an SDP.
8482
8483         * gst/rtp/Makefile.am:
8484         * gst/rtp/gstrtp.c: (plugin_init):
8485         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
8486         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
8487         (gst_rtp_h264_depay_finalize), (decode_base64),
8488         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
8489         (gst_rtp_h264_depay_set_property),
8490         (gst_rtp_h264_depay_get_property),
8491         (gst_rtp_h264_depay_change_state),
8492         (gst_rtp_h264_depay_plugin_init):
8493         * gst/rtp/gstrtph264depay.h:
8494         Added basic, not completely functional RFC 3984 H264 depayloader.
8495
8496 2006-08-16  Wim Taymans  <wim@fluendo.com>
8497
8498         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
8499         Add pads after setting them up.
8500
8501         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8502         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
8503         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
8504         (gst_rtspsrc_stream_setup_rtp),
8505         (gst_rtspsrc_stream_configure_transport),
8506         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
8507         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8508         (gst_rtspsrc_pause):
8509         * gst/rtsp/gstrtspsrc.h:
8510         Fix interleaved mode.
8511          - Protect streaming with lock.
8512          - Combine flows
8513          - set caps on outgoing buffers.
8514          - strip trailing \0 from data packets.
8515          - Configure RTP/RTCP in stream.
8516         Use DEBUG_OBJECT more.
8517
8518 2006-08-16  Wim Taymans  <wim@fluendo.com>
8519
8520         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
8521         Turn a g_print into a DEBUG line.
8522
8523 2006-08-13  Wim Taymans  <wim@fluendo.com>
8524
8525         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
8526         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8527         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
8528         (gst_oss_mixer_element_get_property),
8529         (gst_oss_mixer_element_change_state):
8530         * sys/oss/gstossmixerelement.h:
8531         Small cleanups. Better error reporting.
8532         Add device property for the mixer instead of the hardcoded
8533         /dev/mixer. Fixes #350785.
8534         API: GstOssMixerElement::device property
8535
8536 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
8537
8538         Patch by: Jens Granseuer <jensgr at gmx net>
8539
8540         * gconf/Makefile.am:
8541           Make --disable-schemas work right (they still need
8542           to be copied to the installation directory, just not
8543           applied). Fixes #351347 (also #344100).
8544           
8545 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8546
8547         * configure.ac: back to HEAD
8548
8549 === release 0.10.4 ===
8550
8551 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
8552
8553         * configure.ac:
8554           releasing 0.10.4, "Dear Leader"
8555
8556 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8557
8558         Patch by: Edward Hervey <edward@fluendo.com>
8559
8560         * configure.ac:
8561         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8562         (gst_wavparse_stream_data):
8563         Send the newsegment event in the streaming thread.
8564         Fixes #347529
8565
8566 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
8567
8568         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
8569         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
8570         (gst_smokeenc_resync), (gst_smokeenc_chain):
8571           Refuse sink caps in the encoder if width or height is not a
8572           multiple of 16, the encoder does not support that yet (#349939);
8573           along the same lines, check the return value of the encoder
8574           setup function; also remove some debug log clutter.
8575
8576 2006-08-04  Andy Wingo  <wingo@pobox.com>
8577
8578         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
8579         whether a processor can work in place or not, and for keeping
8580         track of its state. Change the FlowReturn instance variable from
8581         "state" to "flow_state", all callers changed.
8582
8583         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
8584         (gst_signal_processor_start, gst_signal_processor_stop)
8585         (gst_signal_processor_cleanup): New functions to manage the
8586         processor's state.
8587         (gst_signal_processor_setcaps): start() as well as setup() here.
8588         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
8589         (gst_signal_processor_change_state): Stop and cleanup the
8590         processor as we go to NULL.
8591
8592         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
8593         INPLACE_BROKEN is not set.
8594
8595         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
8596         Do the alloc_buffer in bytes, not frames.
8597         
8598 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8599
8600         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
8601         Fix rgb masks when recording in < 24bpp.
8602
8603 2006-08-04  Andy Wingo  <wingo@pobox.com>
8604
8605         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
8606         (gst_signal_processor_prepare)
8607         (gst_signal_processor_update_inputs)
8608         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
8609         (gst_signal_processor_flush)
8610         (gst_signal_processor_sink_activate_push)
8611         (gst_signal_processor_src_activate_pull)
8612         (gst_signal_processor_change_state): Remove the last of the code
8613         that assumes that we process whole buffers at a time. Fix some
8614         debugging. Seems to work now in some cases.
8615         (gst_signal_processor_src_activate_pull): BPB
8616
8617 2006-08-01  Andy Wingo  <wingo@pobox.com>
8618
8619         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
8620         Fix nframes-choosing.
8621         (gst_signal_processor_init): Init pending_in and pending_out.
8622
8623         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
8624         more default sample rate, although we never check that the sample
8625         rate actually gets set. Something for the future.
8626         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
8627         (gst_signal_processor_event): Refcount fixen.
8628         (gst_signal_processor_process): Pull the number of frames to
8629         process from the sizes of the buffers in the input pens.
8630         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
8631         (gst_signal_processor_do_pulls): Add an nframes argument, and use
8632         it instead of buffer_frames.
8633         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
8634         to do_pulls.
8635         (gst_signal_processor_chain)
8636         (gst_signal_processor_sink_activate_push)
8637         (gst_signal_processor_src_activate_pull):  Refcount fixen.
8638
8639         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
8640
8641 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
8642
8643         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
8644         (gst_signal_processor_process):
8645           don't query buffer-frames from caps, add lots of debug-log,
8646           try fix for assert (#349189)
8647
8648 2006-07-31  Wim Taymans  <wim@fluendo.com>
8649
8650         * gst/udp/gstudpsrc.c:
8651         Fix docs.
8652
8653 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
8654
8655         * ext/ladspa/gstsignalprocessor.c:
8656         (gst_signal_processor_add_pad_from_template),
8657         (gst_signal_processor_init), (gst_signal_processor_setcaps),
8658         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
8659         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
8660         (gst_signal_processor_sink_activate_push),
8661         (gst_signal_processor_src_activate_pull),
8662         (gst_signal_processor_change_state):
8663          Add debugs logs here and there, add more error handling, add some
8664          FIXME comments, filed #349189
8665
8666 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8667
8668         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
8669         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
8670         Set caps on buffer correctly.  Fixes bug #349155.
8671
8672 2006-07-28  Wim Taymans  <wim@fluendo.com>
8673
8674         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8675
8676         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
8677         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
8678         (gst_multipart_demux_finalize), (get_line_end),
8679         (multipart_parse_header), (multipart_find_boundary),
8680         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
8681         (gst_multipart_set_property), (gst_multipart_get_property):
8682         Uses GstAdapter instead of own buffering.
8683         Actually parses the mime-type correctly (In tests the mime-type was
8684         always "" with the old version).
8685         Uses the Content-length header if available to speed up things.
8686         Reliably autoscans the boundary name by default.
8687         Fixes #349068.
8688
8689         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
8690         Don't start the stream with a \n.
8691
8692 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
8693
8694         Patch by: Brian Cameron <brian dot cameron at sun com>
8695
8696         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
8697           Open source with O_NONBLOCK (#349015).
8698
8699 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
8700
8701         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8702         (gst_avi_demux_massage_index):
8703         * gst/avi/gstavidemux.h:
8704           Whitespace fixes and more debug
8705
8706 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8707
8708         * gst/autodetect/gstautoaudiosink.c:
8709         (gst_auto_audio_sink_create_element_with_pretty_name),
8710         (gst_auto_audio_sink_find_best),
8711         (gst_auto_audio_sink_change_state):
8712           Get rid of old and unused magic sound-server properties stuff.
8713           Add suffix to child sink's name that makes it easy to see from
8714           the name alone which type it actually is (alsa, oss, esd, etc.).
8715
8716 2006-07-27  Wim Taymans  <wim@fluendo.com>
8717
8718         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8719         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
8720         (gst_udpsrc_start):
8721         * gst/udp/gstudpsrc.h:
8722         Rename "buffer" to "buffer-size" to make clear it is a size we set and
8723         not some sort of feature we enable.
8724
8725 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8726
8727         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
8728           Use CLOSE_SOCKET() here instead of close() to maintain
8729           win32 workiness.
8730
8731 2006-07-27  Wim Taymans  <wim@fluendo.com>
8732
8733         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8734
8735         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8736         (gst_udpsrc_create), (gst_udpsrc_set_property),
8737         (gst_udpsrc_get_property), (gst_udpsrc_start):
8738         * gst/udp/gstudpsrc.h:
8739         Added "buffer-size" property to control the kernel receive buffer size.
8740         Update documentation.
8741         Small cleanups. Fixes #348752.
8742         API: buffer-size property
8743
8744 2006-07-26  Wim Taymans  <wim@fluendo.com>
8745
8746         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
8747
8748         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
8749         (gst_rtp_pcma_pay_handle_buffer):
8750         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
8751         (gst_rtp_pcmu_pay_handle_buffer):
8752         Fix timestamp calculation on outgoing RTP packets.
8753         Fixes #348675.
8754
8755 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8756
8757         * ext/taglib/gstid3v2mux.cc:
8758           Fix writing of comment frames (should be COMM not TCOM),
8759           is still sub-optimal though, since we don't retain or
8760           extract the comment descriptions properly (#334375,
8761           also see #334375).
8762
8763 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8764
8765         * gst/wavparse/gstwavparse.c:
8766           #define 'fact' RIFF chunk if we are not compiling against
8767           -base CVS (we don't want to depend on -base CVS for this
8768           one define only, and also not for release order reasons).
8769
8770 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8771
8772         * ext/taglib/gstid3v2mux.cc:
8773           Handle multiple tags of the same type properly. Re-inject
8774           unparsed ID3v2 frames that we get as binary blobs from
8775           id3demux into the tag again so we don't lose information
8776           when retagging (#334375).
8777
8778 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
8779
8780         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
8781           Document newly-added properties properly, so that there is a
8782           'Since: 0.10.4' in the plugin docs. Convert some property
8783           names into canonical GObject style (GObject will do that
8784           internally anyway).
8785
8786 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
8787
8788         * gst/id3demux/id3tags.c:
8789         (id3demux_add_id3v2_frame_blob_to_taglist):
8790           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
8791           well, and add the version to the blob's buffer caps, since that
8792           information will be needed for deserialisation later on (#348644).
8793
8794 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
8795
8796         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
8797         (gst_avi_demux_parse_stream):
8798          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
8799          indentation and spacing.
8800
8801 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8802
8803         * docs/plugins/Makefile.am:
8804         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8805         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8806         * docs/plugins/gst-plugins-good-plugins.args:
8807         * docs/plugins/inspect/plugin-1394.xml:
8808         * docs/plugins/inspect/plugin-aasink.xml:
8809         * docs/plugins/inspect/plugin-alaw.xml:
8810         * docs/plugins/inspect/plugin-alpha.xml:
8811         * docs/plugins/inspect/plugin-alphacolor.xml:
8812         * docs/plugins/inspect/plugin-annodex.xml:
8813         * docs/plugins/inspect/plugin-apetag.xml:
8814         * docs/plugins/inspect/plugin-auparse.xml:
8815         * docs/plugins/inspect/plugin-autodetect.xml:
8816         * docs/plugins/inspect/plugin-avi.xml:
8817         * docs/plugins/inspect/plugin-cacasink.xml:
8818         * docs/plugins/inspect/plugin-cairo.xml:
8819         * docs/plugins/inspect/plugin-cdio.xml:
8820         * docs/plugins/inspect/plugin-cutter.xml:
8821         * docs/plugins/inspect/plugin-debug.xml:
8822         * docs/plugins/inspect/plugin-dv.xml:
8823         * docs/plugins/inspect/plugin-efence.xml:
8824         * docs/plugins/inspect/plugin-effectv.xml:
8825         * docs/plugins/inspect/plugin-esdsink.xml:
8826         * docs/plugins/inspect/plugin-flac.xml:
8827         * docs/plugins/inspect/plugin-flxdec.xml:
8828         * docs/plugins/inspect/plugin-gconfelements.xml:
8829         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8830         * docs/plugins/inspect/plugin-goom.xml:
8831         * docs/plugins/inspect/plugin-halelements.xml:
8832         * docs/plugins/inspect/plugin-icydemux.xml:
8833         * docs/plugins/inspect/plugin-id3demux.xml:
8834         * docs/plugins/inspect/plugin-jpeg.xml:
8835         * docs/plugins/inspect/plugin-level.xml:
8836         * docs/plugins/inspect/plugin-matroska.xml:
8837         * docs/plugins/inspect/plugin-mulaw.xml:
8838         * docs/plugins/inspect/plugin-multipart.xml:
8839         * docs/plugins/inspect/plugin-navigationtest.xml:
8840         * docs/plugins/inspect/plugin-ossaudio.xml:
8841         * docs/plugins/inspect/plugin-png.xml:
8842         * docs/plugins/inspect/plugin-rtp.xml:
8843         * docs/plugins/inspect/plugin-rtsp.xml:
8844         * docs/plugins/inspect/plugin-shout2send.xml:
8845         * docs/plugins/inspect/plugin-smpte.xml:
8846         * docs/plugins/inspect/plugin-speex.xml:
8847         * docs/plugins/inspect/plugin-udp.xml:
8848         * docs/plugins/inspect/plugin-videobalance.xml:
8849         * docs/plugins/inspect/plugin-videobox.xml:
8850         * docs/plugins/inspect/plugin-videoflip.xml:
8851         * docs/plugins/inspect/plugin-videomixer.xml:
8852         * docs/plugins/inspect/plugin-wavenc.xml:
8853         * docs/plugins/inspect/plugin-wavparse.xml:
8854         * docs/plugins/inspect/plugin-ximagesrc.xml:
8855           Update files to CVS/Prerelease version, add esdsink docs.
8856
8857         * ext/esd/esdsink.c:
8858           Add gtk-doc blurb.
8859
8860         * gst/rtp/gstrtpmp4vpay.c:
8861           Fix typo in element description.
8862
8863 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8864
8865         * ext/esd/esdsink.c: (gst_esdsink_open),
8866         (gst_esdsink_factory_init):
8867           Prevent libesd from auto-spawning a sound daemon if it
8868           is not already running. Now that we don't do evil stuff
8869           like that any longer we can give esdsink a rank so that
8870           autoaudiosink will try it as well if all other audio
8871           sinks fail (#343051).
8872
8873 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8874
8875         * ext/esd/Makefile.am:
8876           Oops, need to remove README from EXTRA_DIST as well.
8877
8878 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8879
8880         * ext/esd/README:
8881           Remove, it contains nothing useful anyway.
8882
8883         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
8884         (gst_esdsink_delay):
8885           Some small clean-ups; use GST_BOILERPLATE etc.
8886
8887 2006-07-24  Wim Taymans  <wim@fluendo.com>
8888
8889         * gst/law/alaw-decode.c: (alawdec_getcaps):
8890         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
8891         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
8892         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
8893         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
8894
8895 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
8896
8897         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
8898         (gst_wavparse_other), (gst_wavparse_perform_seek),
8899         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
8900         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
8901         (gst_wavparse_pad_query):
8902         * gst/wavparse/gstwavparse.h:
8903           Use information from 'fact' chunk for length calculation of compressed
8904           samples. Calculate bps if bogus value is found in wav header (embeded
8905           mp2/mp3).
8906           
8907
8908 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8909
8910         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
8911
8912         * configure.ac:
8913         * gst/udp/Makefile.am:
8914         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
8915         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
8916         * gst/udp/gstdynudpsink.h:
8917         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
8918         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
8919         * gst/udp/gstmultiudpsink.h:
8920         * gst/udp/gstudp.c: (plugin_init):
8921         * gst/udp/gstudpsink.h:
8922         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
8923         (gst_udpsrc_start), (gst_udpsrc_stop):
8924         * gst/udp/gstudpsrc.h:
8925         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
8926         (gst_udp_net_utils_win32_wsa_startup):
8927         * gst/udp/gstudpnetutils.h:
8928           Port udp plugin to win32 (#345288).
8929
8930 2006-07-24  Wim Taymans  <wim@fluendo.com>
8931
8932         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
8933         Remove unwanted DEBUG line.
8934
8935 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
8936
8937         * gst/id3demux/gstid3demux.c: (plugin_init):
8938         * gst/id3demux/id3tags.c:
8939         (id3demux_add_id3v2_frame_blob_to_taglist):
8940         * gst/id3demux/id3tags.h:
8941           On second thought, it might be wiser and more efficient
8942           not to do tag registration from a streaming thread.
8943
8944 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
8945
8946         * gst/id3demux/id3tags.c:
8947         (id3demux_add_id3v2_frame_blob_to_taglist),
8948         (id3demux_id3v2_frames_to_tag_list):
8949           Put ID3v2 frames we can't parse as binary blobs into private
8950           tags, so that they are not lost when retagging, at least once
8951           id3v2mux has been taught to re-inject those frames again.
8952           See bug #334375.
8953
8954 2006-07-21  Wim Taymans  <wim@fluendo.com>
8955
8956         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8957         (gst_avi_demux_process_next_entry):
8958         Fix some leaks.
8959
8960         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
8961         Don't use \n in debug lines.
8962
8963 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
8964
8965         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8966         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8967           Add annodex and icydemux, cleanup the sections a bit
8968
8969 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
8970
8971         Patch by: Alex Lancaster <alexl at users sourceforge net>
8972
8973         * ext/taglib/gstid3v2mux.cc:
8974           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
8975           ID3v2 TSSE frames (#347898).
8976
8977 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
8978
8979         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
8980           Respect mpegversion for "video/mpeg" and give message in case of
8981           unhandled versions.
8982
8983 2006-07-17  Wim Taymans  <wim@fluendo.com>
8984
8985         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
8986         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
8987         (gst_pngdec_chain), (gst_pngdec_sink_event),
8988         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
8989         (gst_pngdec_sink_activate_push):
8990         * ext/libpng/gstpngdec.h:
8991         Use statically allocated segment instead of leaking.
8992         Various cleanups.
8993         Fix flush and seek handling.
8994
8995 2006-07-16  Wim Taymans  <wim@fluendo.com>
8996
8997         * gst/rtp/Makefile.am:
8998         * gst/rtp/gstrtp.c: (plugin_init):
8999         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
9000         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
9001         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
9002         (gst_rtp_mp4g_depay_set_property),
9003         (gst_rtp_mp4g_depay_get_property),
9004         (gst_rtp_mp4g_depay_change_state),
9005         (gst_rtp_mp4g_depay_plugin_init):
9006         * gst/rtp/gstrtpmp4gdepay.h:
9007         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
9008         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
9009         (gst_rtp_mp4g_pay_flush):
9010         Added simple generic mpeg4 depayloader.
9011         Fix generic mpeg4 payloader.
9012
9013 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
9014
9015         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
9016           Don't try doing state changes on a NULL pointer.
9017
9018 2006-07-14  Wim Taymans  <wim@fluendo.com>
9019
9020         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
9021
9022         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
9023         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
9024         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9025         * gst/rtp/gstrtpamrdepay.h:
9026         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
9027         Fixes #321191
9028
9029 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9030
9031         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9032         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
9033         Fix segfault when moving mouse pointer to the bottom right corner.
9034
9035 2006-07-12  Wim Taymans  <wim@fluendo.com>
9036
9037         * gst/rtp/Makefile.am:
9038         * gst/rtp/gstrtp.c: (plugin_init):
9039         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
9040         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
9041         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
9042         (gst_rtp_mp2t_depay_set_property),
9043         (gst_rtp_mp2t_depay_get_property),
9044         (gst_rtp_mp2t_depay_change_state),
9045         (gst_rtp_mp2t_depay_plugin_init):
9046         * gst/rtp/gstrtpmp2tdepay.h:
9047         Added mpeg2 TS depayloader. Closing #347234.
9048
9049 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
9050
9051         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
9052           Remove g_assert that shouldn't be there and was triggered
9053           after trying to open a device that doesn't exist or can't
9054           be opened for some other reason (#347972).
9055
9056 2006-07-10  Edward Hervey  <edward@fluendo.com>
9057
9058         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9059         (gst_avi_demux_stream_header), (push_tag_lists):
9060         * gst/avi/gstavidemux.h:
9061         Don't push tag events found by gst_riff_parse_info() before outputting
9062         GST_EVENT_NEWSEGMENT.
9063
9064 2006-07-10  Wim Taymans  <wim@fluendo.com>
9065
9066         * gst/rtsp/Makefile.am:
9067         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
9068         (rtsp_connection_close):
9069         * gst/rtsp/rtspdefs.h:
9070         replaced closesocket and close in code with one CLOSE_SOCKET. 
9071         Some more cleanups. Fixes #345301.
9072
9073 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
9074
9075         * gst/autodetect/gstautoaudiosink.c:
9076           Fix example pipeline in docs.
9077
9078 2006-07-10  Wim Taymans  <wim@fluendo.com>
9079
9080         Patch by: Rob Taylor <robtaylor at floopily dot org>
9081
9082         * gst/udp/gstmultiudpsink.c: (join_multicast),
9083         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
9084         If a destination is added before the stream is set to PAUSED, the
9085         multicast group is not joined as the socket is not created yet. 
9086         Also TTL and LOOP should also be set. Fixes #346921.
9087
9088 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9089
9090         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9091         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9092         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
9093         (gst_ximage_src_init):
9094         * sys/ximage/gstximagesrc.h:
9095         Fix use-damage property to actually work :)
9096         Add startx, starty, endx, endy properties so screencasts other than full
9097         screen ones can work.
9098
9099 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9100
9101         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9102         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9103         (gst_ximage_src_class_init), (gst_ximage_src_init):
9104         * sys/ximage/gstximagesrc.h:
9105         Add use_damage property to offer ability to choose whether to use
9106         XDamage or not.
9107
9108 2006-07-07  Wim Taymans  <wim@fluendo.com>
9109
9110         * gst/goom/filters.c: (zoomFilterSetResolution):
9111         Avoid goom coredumping by clearing memory. 
9112         Fixes 345679.
9113
9114 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
9115
9116         * win32/vs6/libgstid3demux.dsp:
9117         Add a link to libgsttag-0.10.lib.
9118
9119 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9120
9121         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9122         (gst_tag_demux_read_range):
9123         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9124         (gst_id3demux_read_range):
9125           Don't return FLOW_UNEXPECTED when a buffer is before
9126           the start of the stream (which might happen with
9127           large ID3v2 tags if the tag reading was done pullrange
9128           based and we then switched to push mode later on).
9129           Fixes regression introduced by commit from June 29th.
9130
9131 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9132
9133         * ext/taglib/gstid3v2mux.cc:
9134           Make UTF-8 the default encoding when writing string
9135           tags (before, our UTF-8 strings would automatically
9136           be converted to ISO-8859-1 by taglib and written as
9137           ISO-8859-1 fields if that was possible).
9138
9139         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
9140         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
9141         (test_taglib_id3mux_with_tags):
9142           Add test case that makes sure our UTF-8 strings have
9143           actually been written into the tag as UTF-8.
9144
9145 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9146
9147         * configure.ac:
9148           Let's try that again.
9149
9150 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9151
9152         * configure.ac:
9153           Disable monoscope plugin for now until it fulfills
9154           all the requirements.
9155
9156 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9157
9158         * configure.ac:
9159         * gst/monoscope/Makefile.am:
9160         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
9161         (gst_monoscope_class_init), (gst_monoscope_init),
9162         (gst_monoscope_finalize), (gst_monoscope_reset),
9163         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
9164         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
9165         (gst_monoscope_sink_event), (gst_monoscope_src_event),
9166         (gst_monoscope_change_state), (plugin_init):
9167         * gst/monoscope/gstmonoscope.h:
9168           Port monoscope visualisation to 0.10.
9169
9170 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9171
9172         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
9173         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
9174           Return FLOW_UNEXPECTED when at the end of the file, not
9175           FLOW_ERROR. Fixes 'internal stream error' errors that
9176           would sometimes occur in totem when scrubbing to the
9177           end of an ID3v1 tagged mp3 file.
9178
9179 2006-07-03  Edward Hervey  <edward@fluendo.com>
9180
9181         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
9182         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
9183         (gst_pngdec_sink_event), (gst_pngdec_change_state):
9184         * ext/libpng/gstpngdec.h:
9185         Implement buffer clipping/dropping using GstSegment.
9186         This provides accurate seeking.
9187
9188 2006-07-03  Edward Hervey  <edward@fluendo.com>
9189
9190         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9191         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
9192         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
9193         (gst_avi_demux_process_next_entry), (push_tag_lists),
9194         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
9195         * gst/avi/gstavidemux.h:
9196         Proper aggregation of each stream's GstFlowReturn in order to figure out
9197         whether the task should stop or not.
9198         Don't send inline events before pushing out a NEW_SEGMENT, more
9199         specifically for GST_TAG_EVENT.
9200         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
9201         sub-indexes.
9202
9203 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
9204
9205         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9206
9207         * sys/sunaudio/gstsunaudiomixerctrl.c:
9208         (gst_sunaudiomixer_ctrl_build_list):
9209           Move "Monitor" slider to input tab so it works more like
9210           sdtaudiocontrol, which is what people on Solaris are used
9211           to using for their mixer program (#346259).
9212
9213 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9214
9215         * tests/check/elements/level.c: (GST_START_TEST):
9216           fix a leak, clean up at the end
9217
9218 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9219
9220         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9221         (gst_matroska_demux_send_event),
9222         (gst_matroska_demux_loop_stream_parse_id):
9223         * gst/matroska/matroska-ids.h:
9224           Send tag event after newsegment event.
9225
9226 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9227
9228         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9229         (gst_id3demux_read_range):
9230           Make sure we don't return GST_FLOW_OK with a NULL buffer in
9231           certain cases where a read beyond the end of the file is
9232           requested. Fixes #345930.
9233
9234         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9235         (gst_tag_demux_read_range):
9236           Fix same issue here as well.
9237
9238 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9239
9240         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9241         
9242         Fix hypothetical crash.
9243
9244 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9245
9246         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9247
9248         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
9249           Do not modify the ports value. If the user has turned off the
9250           built-in speakers, then we should not reset it in the prepare
9251           function, since this causes the built-in speakers to turn
9252           back on anytime the user changes a track in totem, rhythmbox,
9253           etc. (#346066).
9254
9255 2006-06-23  Wim Taymans  <wim@fluendo.com>
9256
9257         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
9258         Fix double caps unref when negotiation fails.
9259
9260 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9261
9262         * ext/annodex/gstcmmldec.c:
9263         * ext/annodex/gstcmmlenc.c:
9264         * ext/annodex/gstcmmlparser.c:
9265         * ext/dv/gstdvdec.c:
9266         * ext/dv/gstdvdemux.c:
9267         * ext/gdk_pixbuf/pixbufscale.c:
9268         * ext/jpeg/gstjpegenc.c:
9269         * ext/jpeg/gstsmokedec.c:
9270         * ext/jpeg/gstsmokeenc.c:
9271         * ext/libpng/gstpngdec.c:
9272         * ext/libpng/gstpngenc.c:
9273         * ext/speex/gstspeexenc.c:
9274         * gst/alpha/gstalphacolor.c:
9275         * gst/cutter/gstcutter.c:
9276         * gst/debug/gstnavigationtest.c:
9277         * gst/icydemux/gsticydemux.c:
9278         * gst/level/gstlevel.c:
9279         * gst/multipart/multipart.c:
9280         * gst/rtp/gstrtpamrpay.c:
9281         * gst/rtp/gstrtpdepay.c:
9282         * gst/rtp/gstrtpilbcpay.c:
9283         * gst/rtp/gstrtpmp4gpay.c:
9284         * gst/rtp/gstrtpmp4vpay.c:
9285         * gst/rtsp/gstrtpdec.c:
9286         * gst/rtsp/gstrtspsrc.c:
9287         * gst/udp/gstdynudpsink.c:
9288         * gst/udp/gstmultiudpsink.c:
9289         * gst/udp/gstudpsrc.c:
9290         * gst/videobox/gstvideobox.c:
9291         * gst/videofilter/gstvideoflip.c:
9292           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
9293           plus two minor macro fixes.
9294
9295 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9296
9297         * gst/matroska/matroska-demux.c:
9298         (gst_matroska_demux_check_subtitle_buffer),
9299         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9300         (gst_matroska_demux_subtitle_caps):
9301         * gst/matroska/matroska-ids.c:
9302         (gst_matroska_track_init_subtitle_context):
9303         * gst/matroska/matroska-ids.h:
9304           Try to fix up broken matroska files containing subtitle
9305           streams with non-UTF8 character encodings (courtesy of
9306           mkvmerge) using either the encoding specified in the
9307           GST_SUBTITLE_ENCODING environment variable or the
9308           current locale's character set if it is non-UTF8.
9309           Fixes #337076.
9310
9311 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9312
9313         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9314           Set image type from APIC frame as "image-type" field
9315           of GST_TAG_IMAGE buffer caps (#344605).
9316
9317 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
9318
9319         * ext/flac/Makefile.am:
9320         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
9321         (gst_flac_dec_reset_decoders),
9322         (gst_flac_dec_setup_seekable_decoder),
9323         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
9324         (gst_flac_dec_metadata_callback),
9325         (gst_flac_dec_metadata_callback_seekable),
9326         (gst_flac_dec_metadata_callback_stream),
9327         (gst_flac_dec_error_callback),
9328         (gst_flac_dec_error_callback_seekable),
9329         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
9330         (gst_flac_dec_read_stream), (gst_flac_dec_write),
9331         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
9332         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
9333         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
9334         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
9335         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
9336         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
9337         (gst_flac_dec_sink_activate_push),
9338         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
9339         * ext/flac/gstflacdec.h:
9340           Support chain-based operation, should make flac-over-DAAP
9341           work (#340492).
9342
9343 2006-06-20  Wim Taymans  <wim@fluendo.com>
9344
9345         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9346         Doc updates, merge some unused symbols.
9347
9348 2006-06-20  Wim Taymans  <wim@fluendo.com>
9349
9350         * docs/plugins/Makefile.am:
9351         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9352         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9353         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
9354         * gst/rtsp/gstrtspsrc.c:
9355         * gst/rtsp/gstrtspsrc.h:
9356         Added documentation for the rtsp plugin. Fixes #345393.
9357
9358 2006-06-20  Wim Taymans  <wim@fluendo.com>
9359
9360         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9361         (rtsp_connection_close), (rtsp_connection_free):
9362         Use better G_OS_* macros. Fixes #345301 some more.
9363
9364 2006-06-20  Wim Taymans  <wim@fluendo.com>
9365
9366         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9367
9368         * sys/sunaudio/Makefile.am:
9369         * sys/sunaudio/gstsunaudio.c: (plugin_init):
9370         * sys/sunaudio/gstsunaudiomixerctrl.c:
9371         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
9372         (gst_sunaudiomixer_ctrl_list_tracks),
9373         (gst_sunaudiomixer_ctrl_get_volume),
9374         (gst_sunaudiomixer_ctrl_set_volume),
9375         (gst_sunaudiomixer_ctrl_set_mute),
9376         (gst_sunaudiomixer_ctrl_set_record):
9377         * sys/sunaudio/gstsunaudiomixerctrl.h:
9378         * sys/sunaudio/gstsunaudiomixertrack.c:
9379         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
9380         * sys/sunaudio/gstsunaudiomixertrack.h:
9381         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
9382         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
9383         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
9384         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
9385         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
9386         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
9387         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
9388         (gst_sunaudiosrc_reset):
9389         * sys/sunaudio/gstsunaudiosrc.h:
9390         Add a SunAudio source plugin.
9391         Support stereo and right/left channel gain in the mixer plugin.
9392         Support the RECORD flag so that you can switch between line-input and
9393         microphone in gnome-volume-control.
9394         Code cleanups like using an enumerator for track number instead of an 
9395         integer. Fixes #344923.
9396
9397 2006-06-20  Wim Taymans  <wim@fluendo.com>
9398
9399         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
9400
9401         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9402         (rtsp_connection_close):
9403         Make RTSP plugin compile on windows. Fixes #345301.
9404         Some changes to original patch to catch errors better.
9405         use ifdef WIN32 instead of ifndef.
9406
9407 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9408
9409         * configure.ac:
9410         If we have libraw1394 >= 1.2.1, then we need libiec61883.
9411
9412 2006-06-18  Edward Hervey  <edward@fluendo.com>
9413
9414         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
9415         After a failed buffer alloc, we need to abort the jpeg decoding (it
9416         started when parsing headers to figure out how many bytes we need
9417         to request downstream).
9418
9419 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
9420
9421         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9422
9423         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
9424           Make sure we don't read beyond the end of the file (#345232).
9425
9426 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9427
9428         * configure.ac:
9429           Fix --disable-external (can't set conditionals conditionally,
9430           #343602).
9431
9432 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9433
9434         * autogen.sh:
9435         * configure.ac:
9436         * docs/Makefile.am:
9437           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
9438
9439         * docs/plugins/Makefile.am:
9440         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9441         * docs/plugins/inspect/plugin-taglib.xml:
9442           Add/fix apev2mux docs.
9443
9444 2006-06-14  Wim Taymans  <wim@fluendo.com>
9445
9446         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
9447         (gst_dvdec_finalize), (gst_dvdec_sink_event),
9448         (gst_dvdec_change_state):
9449         Reset segment info on flush.
9450         Alloc segment in _init, free in _finalize.
9451
9452         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
9453         Don't send segments twice.
9454
9455 2006-06-14  Wim Taymans  <wim@fluendo.com>
9456
9457         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
9458         Respect segment.stop. Fixes #342592.
9459
9460 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9461
9462         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
9463           No language specified means the implied language is English
9464           according to the matroska spec (partially fixes #344708);
9465           add some more debug output.
9466
9467 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9468
9469         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
9470         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
9471         (gst_wavparse_chain):
9472           When operating chain-based, don't make any assumptions about the
9473           chunking of the incoming data and make streaming work on days other
9474           than the second Thursday after a full moon. Also fix up debug
9475           messages here and there and make use of the most excellent new
9476           gst_pad_query_peer_duration() utility function.
9477           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
9478
9479         * gst/wavparse/gstwavparse.h:
9480           Remove trailing comma after last enum value, some compilers don't
9481           like that.
9482
9483 2006-06-13  Wim Taymans  <wim@fluendo.com>
9484
9485         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
9486         Handle premature EOS gracefully.
9487
9488 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
9489
9490         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
9491           Prevent out of bounds array access when scrubbing towards
9492           the end of the file between the last index entry and the
9493           end. Fixes occasional 'start <= stop' newsegment event
9494           assertions when scrubbing in MJPEG files.
9495
9496 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
9497
9498         * tests/check/elements/.cvsignore:
9499           And another one.
9500
9501 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9502
9503         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9504         (scan_encoded_string), (parse_picture_frame):
9505           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
9506
9507         * configure.ac:
9508           Require core >= 0.10.8 (for GST_TAG_IMAGE and
9509           GST_TAG_PPEVIEW_IMAGE used in the patch above).
9510
9511 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9512
9513         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
9514           gratuitous comment changes
9515         * tests/check/elements/level.c: (GST_START_TEST):
9516           fix level test leaks
9517
9518 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9519
9520         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
9521         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
9522           Use gst_pad_query_peer_duration() utility function here.
9523
9524 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9525
9526         * autogen.sh:
9527           require am17
9528         * configure.ac:
9529         * ext/annodex/Makefile.am:
9530         * ext/cdio/Makefile.am:
9531         * ext/dv/Makefile.am:
9532         * ext/esd/Makefile.am:
9533         * ext/flac/Makefile.am:
9534         * ext/gdk_pixbuf/Makefile.am:
9535         * ext/ladspa/Makefile.am:
9536         * ext/libcaca/Makefile.am:
9537         * ext/speex/Makefile.am:
9538         * ext/taglib/Makefile.am:
9539         * sys/oss/Makefile.am:
9540         * sys/sunaudio/Makefile.am:
9541         * sys/ximage/Makefile.am:
9542           clean up build further
9543
9544 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9545
9546         * gconf/Makefile.am:
9547           Honour --disable-schemas-install configure option. Fixes #344100.
9548
9549 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9550
9551         * tests/examples/level/Makefile.am:
9552           Add -lm to LIBS for pow() function, don't assume one of our
9553           dependencies (such as libxml-2.0) drags it in automatically
9554           (#343603).
9555
9556 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9557
9558         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
9559
9560         * configure.ac:
9561           We should use $SED and not $(SED) in configure.ac (#343678).
9562
9563 2006-06-09  Wim Taymans  <wim@fluendo.com>
9564
9565         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9566
9567         * sys/sunaudio/gstsunaudiomixerctrl.c:
9568         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
9569         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
9570         (gst_sunaudiomixer_ctrl_set_mute):
9571         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
9572         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
9573         (gst_sunaudiosink_write):
9574         Attached find a patch that fixes a number of bugs with the SunAudio
9575         mixer plugin and fixes #344101:
9576         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
9577            tracks onto the tracklist causing gnome-volume-control's preferences
9578            dialog to be messed up and would core dump if you checked/unchecked
9579            any item.
9580         2. We weren't previously setting the MUTE flag properly.  Fixing this
9581            makes gnome-volume-control work better.
9582         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
9583            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
9584            gnome-volume-control look better.
9585         Also some minor cleanup in gstsunaudiosink.c.
9586
9587 2006-06-09  Wim Taymans  <wim@fluendo.com>
9588
9589         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
9590         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
9591         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
9592         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
9593         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
9594         * ext/jpeg/gstjpegdec.h:
9595         API: Added IDCT method property
9596         Small cleanups.
9597         Avoid dynamic allocation of trivial fixed structure.
9598         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
9599
9600 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9601
9602         * configure.ac:
9603         We now require libraw1394 >= 1.1.0 and that version onwards all
9604         have .pc files.
9605
9606 2006-06-02  Edward Hervey  <edward@fluendo.com>
9607
9608         * gst/law/alaw-decode.c: (alawdec_getcaps): 
9609         Trying to get items from an ANY or EMPTY caps is ... stupid.
9610
9611 2006-06-02  Edward Hervey  <edward@fluendo.com>
9612
9613         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
9614         (gst_dvdec_chain), (gst_dvdec_change_state):
9615         * ext/dv/gstdvdec.h:
9616         Added GstSegment handling, now implements dropping/clipping.
9617
9618 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
9619
9620         * ext/aalib/gstaasink.h:
9621         * ext/annodex/gstcmmldec.h:
9622         * ext/cairo/gsttimeoverlay.h:
9623         * ext/dv/gstdvdec.h:
9624         * ext/dv/gstdvdemux.h:
9625         * ext/esd/esdmon.h:
9626         * ext/esd/esdsink.h:
9627         * ext/flac/gstflacenc.h:
9628         * ext/gconf/gstgconfaudiosink.h:
9629         * ext/gconf/gstgconfaudiosrc.h:
9630         * ext/gconf/gstgconfvideosink.h:
9631         * ext/gconf/gstgconfvideosrc.h:
9632         * ext/gdk_pixbuf/gstgdkanimation.h:
9633         * ext/gdk_pixbuf/pixbufscale.h:
9634         * ext/hal/gsthalaudiosink.h:
9635         * ext/hal/gsthalaudiosrc.h:
9636         * ext/jpeg/gstjpegenc.h:
9637         * ext/jpeg/gstsmokedec.h:
9638         * ext/jpeg/gstsmokeenc.h:
9639         * ext/libcaca/gstcacasink.h:
9640         * ext/libmng/gstmngdec.h:
9641         * ext/libmng/gstmngenc.h:
9642         * ext/libpng/gstpngdec.h:
9643         * ext/libpng/gstpngenc.h:
9644         * ext/raw1394/gstdv1394src.h:
9645         * ext/speex/gstspeexenc.h:
9646         * gst/autodetect/gstautoaudiosink.h:
9647         * gst/autodetect/gstautovideosink.h:
9648         * gst/avi/gstavidemux.h:
9649         * gst/cutter/gstcutter.h:
9650         * gst/debug/efence.h:
9651         * gst/debug/gstnavigationtest.h:
9652         * gst/debug/gstnavseek.h:
9653         * gst/flx/gstflxdec.h:
9654         * gst/goom/gstgoom.h:
9655         * gst/icydemux/gsticydemux.h:
9656         * gst/id3demux/gstid3demux.h:
9657         * gst/law/alaw-decode.h:
9658         * gst/law/alaw-encode.h:
9659         * gst/law/mulaw-decode.h:
9660         * gst/law/mulaw-encode.h:
9661         * gst/matroska/matroska-mux.h:
9662         * gst/median/gstmedian.h:
9663         * gst/oldcore/gstaggregator.h:
9664         * gst/oldcore/gstfdsink.h:
9665         * gst/oldcore/gstmd5sink.h:
9666         * gst/oldcore/gstmultifilesrc.h:
9667         * gst/oldcore/gstpipefilter.h:
9668         * gst/oldcore/gstshaper.h:
9669         * gst/oldcore/gststatistics.h:
9670         * gst/rtp/gstasteriskh263.h:
9671         * gst/rtp/gstrtpL16depay.h:
9672         * gst/rtp/gstrtpL16pay.h:
9673         * gst/rtp/gstrtpamrdepay.h:
9674         * gst/rtp/gstrtpamrpay.h:
9675         * gst/rtp/gstrtpdepay.h:
9676         * gst/rtp/gstrtpgsmdepay.h:
9677         * gst/rtp/gstrtpgsmpay.h:
9678         * gst/rtp/gstrtph263pay.h:
9679         * gst/rtp/gstrtph263pdepay.h:
9680         * gst/rtp/gstrtph263ppay.h:
9681         * gst/rtp/gstrtpmp4gpay.h:
9682         * gst/rtp/gstrtpmp4vdepay.h:
9683         * gst/rtp/gstrtpmp4vpay.h:
9684         * gst/rtp/gstrtpmpadepay.h:
9685         * gst/rtp/gstrtpmpapay.h:
9686         * gst/rtp/gstrtppcmadepay.h:
9687         * gst/rtp/gstrtppcmapay.h:
9688         * gst/rtp/gstrtppcmudepay.h:
9689         * gst/rtp/gstrtppcmupay.h:
9690         * gst/rtp/gstrtpspeexdepay.h:
9691         * gst/rtp/gstrtpspeexpay.h:
9692         * gst/rtsp/gstrtpdec.h:
9693         * gst/rtsp/gstrtspsrc.h:
9694         * gst/smpte/gstsmpte.h:
9695         * gst/udp/gstdynudpsink.h:
9696         * gst/udp/gstmultiudpsink.h:
9697         * gst/udp/gstudpsink.h:
9698         * gst/udp/gstudpsrc.h:
9699         * gst/videofilter/gstvideobalance.h:
9700         * gst/videofilter/gstvideoflip.h:
9701         * sys/oss/gstossdmabuffer.h:
9702         * sys/oss/gstossmixerelement.h:
9703         * sys/oss/gstosssink.h:
9704         * sys/oss/gstosssrc.h:
9705         * sys/osxvideo/osxvideosink.h:
9706         * sys/sunaudio/gstsunaudiomixer.h:
9707         * sys/sunaudio/gstsunaudiosink.h:
9708         * sys/ximage/gstximagesrc.h:
9709         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
9710
9711 2006-05-31  Wim Taymans  <wim@fluendo.com>
9712
9713         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
9714         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
9715         (gst_goom_src_setcaps), (gst_goom_src_event),
9716         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
9717         (gst_goom_change_state):
9718         * gst/goom/gstgoom.h:
9719         Handle QoS.
9720         Handle flushing, discont and events.
9721         Fix timestamps and various other cleanups.
9722
9723 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9724
9725         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
9726         Fix bus reset when using libiec61883
9727
9728 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9729
9730         * configure.ac:
9731         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
9732         * ext/raw1394/Makefile.am:
9733         Add CFLAGS.
9734         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
9735         New method, to receive using libiec61883.
9736         (gst_dv1394src_iso_receive),
9737         #ifdef'd out if libiec61883 is present.
9738         (gst_dv1394src_bus_reset),
9739         Get userdata correctly if using libiec61883. 
9740         (gst_dv1394src_create),
9741         When using libiec61883, only poll one fd and no need to read.
9742         (gst_dv1394src_discover_avc_node),
9743         Replace g_warnings.
9744         (gst_dv1394src_start),
9745         Create new handle when we know which dv port.  More reliable
9746         than setting port on an existing handle.  Initialise libiec61883.
9747         (gst_dv1394src_stop):
9748         If using libiec61883, then cleanup its handle properly.
9749         * ext/raw1394/gstdv1394src.h:
9750         Add libiec61883 handle.
9751
9752 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
9753
9754         * gst/avi/gstavidemux.c:
9755           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
9756         * win32/MANIFEST:
9757           sort file listing
9758         * win32/vs6/libgstavi.dsp:
9759           add gstavimux.c to the project
9760         * win32/vs6/libgstid3demux.dsp:
9761           add link to zlib library
9762         * win32/vs6/libgstmatroska.dsp:
9763           add matroska-ids.c to the project
9764
9765 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9766
9767         Patch by: Sebastian Dröge  <mail at slomosnail de >
9768
9769         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9770         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9771         * ext/taglib/Makefile.am:
9772         * ext/taglib/gstapev2mux.cc:
9773         * ext/taglib/gstapev2mux.h:
9774         * ext/taglib/gstid3v2mux.cc:
9775         * ext/taglib/gsttaglibmux.c: (plugin_init):
9776         * ext/taglib/gsttaglibmux.h:
9777           Add apev2mux element (#343122).
9778         
9779         * tests/check/Makefile.am:
9780         * tests/check/elements/apev2mux.c:
9781         (test_taglib_apev2mux_create_tags),
9782         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
9783         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
9784         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
9785         (apev2mux_suite), (main):
9786           Add unit test for apev2mux element.
9787
9788 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9789
9790         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
9791         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
9792         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
9793           GST_PTR_FORMAT should be used to print caps in debug statements.
9794
9795 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9796
9797         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
9798
9799         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
9800         (ape_demux_parse_tags):
9801           Some clean-ups and additions: map APE 'file' tag to
9802           GST_TAG_LOCATION (#343123); add support for extracting
9803           the track count and clean up parsing a bit (#343127).
9804
9805 2006-05-28  Edward Hervey  <edward@fluendo.com>
9806
9807         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
9808         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
9809
9810 2006-05-28  Edward Hervey  <edward@fluendo.com>
9811
9812         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
9813         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
9814         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
9815         * ext/jpeg/gstjpegdec.h:
9816         Clip outgoing buffers according to currently configured segment.
9817
9818 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9819
9820         * ext/taglib/gstid3v2mux.cc:
9821           Handle  writing of track-count or album-volume-count without
9822           track-number or albume-volume-number (in this case the number
9823           will just be set to 0).
9824
9825         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
9826           It would be nice if we actually checked the values received for
9827           track/album-volume number/count in  _check_tags(), rather than
9828           setting them again ...
9829
9830 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9831
9832         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
9833           A track/volume number or count of 0 does not make sense,
9834           just ignore it along with negative numbers (a tag might
9835           only contain a track count without a track number).
9836
9837 2006-05-27  Edward Hervey  <edward@fluendo.com>
9838
9839         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
9840         (gst_jpeg_dec_sink_event):
9841         Abort decompression when receiving FLUSH_STOP. This should avoid
9842         issues when interrupting decoding with flushes.
9843
9844 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
9845
9846         * ext/flac/gstflac.c:
9847           Don't #include file we don't dist any longer.
9848
9849 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
9850
9851         * README:
9852           Replace current README (containing the release notes from
9853           some 0.9.x version) with a proper README taken from the core.
9854
9855 2006-05-24  Wim Taymans  <wim@fluendo.com>
9856
9857         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
9858         Implement EOS correctly by either posting
9859         SEGMENT_DONE or pushing an EOS message depending
9860         on the seek type. Fixes #342592
9861
9862 2006-05-24  Wim Taymans  <wim@fluendo.com>
9863
9864         * gst/law/alaw-decode.c: (gst_alawdec_chain):
9865         * gst/law/alaw-decode.h:
9866         * gst/law/alaw-encode.c: (gst_alawenc_chain):
9867         * gst/law/alaw-encode.h:
9868         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
9869         * gst/law/mulaw-decode.h:
9870         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
9871         * gst/law/mulaw-encode.h:
9872         Some cleanups in the chain functions.
9873         Remove some GStreamer 0.0.2 bits.
9874
9875 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9876
9877         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9878
9879         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
9880           gst_collect_pads_stop() needs to be called before chaining up
9881           to the parent class (#342734).
9882
9883 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9884
9885         * ext/flac/Makefile.am:
9886         * ext/flac/flac_compat.h:
9887         * ext/flac/gstflac.c:
9888         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
9889         * ext/flac/gstflacenc.c:
9890           Remove backwards compatibility cruft for dealing with FLAC API
9891           changes in the 1.0.x series - we require 1.1.1 or newer these days.
9892
9893 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9894
9895         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9896         (gst_matroska_demux_push_xiph_codec_priv_data),
9897         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9898         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
9899         * gst/matroska/matroska-ids.h:
9900         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
9901         (gst_matroska_mux_video_pad_setcaps),
9902         (xiph3_streamheader_to_codecdata),
9903         (vorbis_streamheader_to_codecdata),
9904         (theora_streamheader_to_codecdata),
9905         (gst_matroska_mux_audio_pad_setcaps),
9906         (gst_matroska_mux_write_data):
9907           Add support for muxing/demuxing theora video (#342448; too bad
9908           none of the usual linux players can actually play this). Playback
9909           in GStreamer will require additional changes to theoradec in -base.
9910           Refactor streamheaders <=> CodecPrivateData code a bit; some small
9911           cleanups.
9912
9913 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9914
9915         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
9916         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
9917           Fix crashes when the horizontal subsampling is 1.
9918           Fixes #342097.
9919
9920 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9921
9922         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9923
9924         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
9925         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
9926         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
9927         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
9928         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
9929         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
9930         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
9931         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
9932         (gst_avi_mux_change_state):
9933         * gst/avi/gstavimux.h:
9934           Some enhancements for avimux (#342526):
9935            - add odml (large file) index support
9936            - store codec init data (e.g. huffyuv)
9937            - miscellaneous other fixes/cleanups
9938
9939 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
9940
9941         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
9942         Don't output any tag when we encounter a negative track number - the
9943         tag type is uint, so we end up outputting huge positive numbers
9944         instead. (Fixes: #342029)
9945
9946 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9947
9948         * configure.ac:
9949           update for new GSTPB_PLUGINS_DIR
9950
9951 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
9952
9953         * rtp/gst/gstrtph263pay.c:
9954         Properly set static caps for H263 at 34.
9955
9956 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
9957
9958         Patch by: James "Doc" Livingston  <doclivingston gmail com>
9959
9960         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
9961           Merge event tags and tag setter tags correctly (#339918). Also,
9962           don't leak taglist in case of an error.
9963           
9964 2006-05-17  Edward Hervey  <edward@fluendo.com>
9965
9966         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
9967         We can only do caps intersection if the othercaps are non-empty and not
9968         ANY. Else we return the pad template (base_caps).
9969
9970 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
9971
9972         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
9973           Fix crash when outputting debugging information for certain
9974           pictures (always good to use the right struct member for
9975           the number of records in an array).
9976
9977 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
9978
9979         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
9980
9981         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
9982         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
9983         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
9984         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
9985         (gst_ebml_read_float), (gst_ebml_read_ascii),
9986         (gst_ebml_read_binary):
9987           Don't create unnecessary sub-buffers all the time. Dramatically
9988           improves performance with multiple concurrently running
9989           matroskademux instances (#341818) (and avoids doing
9990           unnecessarily inefficient things in the general case).
9991
9992 2006-05-16  Edward Hervey  <edward@fluendo.com>
9993
9994         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
9995         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
9996         return value of gst_pad_push_event().
9997
9998 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
9999
10000         * gst/autodetect/gstautoaudiosink.c:
10001         (gst_auto_audio_sink_find_best):
10002         * gst/autodetect/gstautovideosink.c:
10003         (gst_auto_video_sink_find_best):
10004         Make the name of the child element be based on the name of the
10005         parent, so that debug output is more useful.
10006         
10007         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
10008         (parse_insert_string_field), (parse_split_strings):
10009         Rework string parsing to always walk over BOM markers in UTF16
10010         strings, using the endianness indicated by the innermost one,
10011         then trying the opposite endianness if that fails to convert
10012         to valid UTF-8. Fixes #341774
10013
10014 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10015
10016         Patch from: Matthieu <matthieu at fluendo dot com>
10017
10018         * ext/libpng/Makefile.am:
10019         Add LIBPNG_CFLAGS.
10020
10021 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10022
10023         * ext/taglib/gstid3v2mux.cc:
10024           Add support for writing images (APIC frames) into ID3v2
10025           tags (picture type always set to 'other' for now though).
10026
10027 2006-05-14  Michael Smith  <msmith@fluendo.com>
10028
10029         * gst/wavparse/gstwavparse.c:
10030           Update docs; wavparse implements push and pull modes.
10031
10032 2006-05-12  Wim Taymans  <wim@fluendo.com>
10033
10034         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
10035         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
10036         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
10037         Ooops, bitten by the copy-and-paste design paradigm, fixes
10038         seek again.
10039
10040 2006-05-12  Wim Taymans  <wim@fluendo.com>
10041
10042         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10043         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
10044         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
10045         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10046         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
10047         (gst_avi_demux_massage_index),
10048         (gst_avi_demux_calculate_durations_from_index),
10049         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
10050         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10051         (gst_avi_demux_loop):
10052         * gst/avi/gstavidemux.h:
10053         Some cleanups, prepare to use GstSegment.
10054         Fix error in entry walking code.
10055         Fix VBR detection.
10056         Smarter timestamp calculation code.
10057         Uniform error/eos handling.
10058
10059 2006-05-12  Michael Smith  <msmith@fluendo.com>
10060
10061         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
10062         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
10063           Fix use of uninitialised values if we're NOT seeking in ready.
10064           Fix typos.
10065
10066 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
10067
10068         * gst/wavparse/Makefile.am:
10069           Add CFLAGS and LIBS for libgstbase, fixes build on
10070           Cygwin (#341489).
10071
10072 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10073
10074         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
10075           Some more debug info. No need to check whether the string
10076           returned by g_convert() is really UTF-8 - either it is or
10077           we get NULL returned.
10078
10079 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
10080
10081         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
10082           Fix parsing of numeric genre strings some more, by ensuring that
10083           we only try and parse strings that a) Start with '(' and b) Consist
10084           only of digits.
10085           Also, when finding an escaping '((' sequence, bust it back to '(' by
10086           swallowing the first parenthesis
10087
10088 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10089
10090         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
10091         (gst_esdsink_open), (gst_esdsink_close):
10092         * ext/esd/esdsink.h:
10093           Move the esd_get_server_info() into gst_esdsink_open() and fail
10094           with a decent error message on errors.
10095
10096 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10097
10098         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
10099         (gst_esdmon_channels_get_type):
10100         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
10101         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
10102         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
10103         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
10104         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
10105         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
10106         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
10107         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
10108         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
10109         * gst/videomixer/videomixer.c:
10110         (gst_video_mixer_background_get_type):
10111           Const-ify GEnumValue arrays.
10112
10113 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10114
10115         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
10116
10117         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
10118         (gst_avi_mux_do_video_buffer):
10119           Work around gst_buffer_make_metadata_writable() bug that
10120           results in avimux marking all frames in the index as
10121           keyframes (#340859).
10122           
10123 2006-05-08  Wim Taymans  <wim@fluendo.com>
10124
10125         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10126         Make parsing of urls suck slightly less.
10127
10128 2006-05-08  Edward Hervey  <edward@fluendo.com>
10129
10130         * autogen.sh: (CONFIGURE_DEF_OPT): 
10131         libtoolize on Darwin/MacOSX is called glibtoolize.
10132
10133 2006-05-08  Wim Taymans  <wim@fluendo.com>
10134
10135         Patch by: Jens Granseuer <jensgr at gmx dot net>
10136
10137         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
10138         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
10139         C89 compliance fixes. Fixes #340980
10140
10141 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
10142
10143         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10144         * ext/flac/gstflacdec.h:
10145           Handle segment seeks that include the end of the file as stop point
10146           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
10147           message instead of an EOS event in case we're in segment seek
10148           mode (fixes #340699).
10149           
10150 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
10151
10152         * ext/cairo/gsttextoverlay.c:
10153         * ext/flac/gstflacdec.c:
10154         * ext/gdk_pixbuf/pixbufscale.c:
10155         * gst/apetag/gstapedemux.c:
10156         * gst/debug/breakmydata.c:
10157         * gst/debug/testplugin.c:
10158         * gst/matroska/ebml-write.c:
10159         * gst/multipart/multipartdemux.c:
10160         * sys/osxaudio/gstosxaudiosink.c:
10161         * sys/osxaudio/gstosxaudiosrc.c:
10162         Add semicolons after GST_BOILERPLATE[_FULL] so that
10163         indent doesn't mess up following lines.
10164
10165 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
10166
10167         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
10168
10169         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
10170           Don't leak caps when freeing the stream context (#340623).
10171
10172 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
10173
10174         * configure.ac:
10175           Back to CVS
10176
10177 === release 0.10.3 ===
10178
10179 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
10180
10181         * configure.ac:
10182           releasing 0.10.3, "Desplazado"
10183
10184 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10185
10186         * gst/matroska/matroska-mux.c:
10187         (gst_matroska_mux_stream_is_vorbis_header),
10188         (gst_matroska_mux_write_data):
10189           Don't strcmp() NULL strings.
10190           Only start new clusters on video keyframes, not on any
10191           random audio buffer that doesn't have the DELTA_UNIT
10192           flag set (fixes 'make check' again).
10193
10194 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10195
10196         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10197
10198         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
10199         (gst_matroska_mux_stream_is_vorbis_header),
10200         (gst_matroska_mux_write_data):
10201           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
10202           value and then dead-lock when muxing vorbis audio streams
10203           (the three vorbis header buffers carry no timestamp, and it
10204           would try to mux these after all video buffers). Fixes #340346.
10205
10206           Improve clustering: start a new cluster also whenever we get
10207           a keyframe.     
10208
10209 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10210
10211         * win32/common/config.h:
10212         * win32/MANIFEST
10213           add the generated file as well
10214
10215 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10216
10217         * Makefile.am:
10218         * configure.ac:
10219         * win32/common/config.h.in:
10220           add win32 stuff
10221
10222 2006-05-03  Michael Smith  <msmith@fluendo.com>
10223
10224         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
10225           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
10226           SUCKS.
10227
10228 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10229
10230         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10231         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10232         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10233           don't leak caps-string
10234
10235 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10236
10237         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10238         (gst_id3demux_sink_activate):
10239           Let core insert default error message for TYPE_NOT_FOUND
10240           errors, it's just as good as our own and has the added
10241           bonus of being translated.
10242
10243 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10244
10245         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
10246         (gst_tag_demux_sink_event):
10247         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
10248         (gst_id3demux_sink_event):
10249           Post an error message when we get an EOS event and were not
10250           able to find out the type of stream.
10251
10252         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
10253         (test_taglib_id3mux_with_tags):
10254           Decrease num-buffers to 16 per iteration again, otherwise the
10255           many memcpy()s and reallocations in the test will hammer slow
10256           CPUs completely and make the test timeout.
10257
10258 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10259
10260         * configure.ac:
10261           figure out where plugins-base plugins are
10262         * tests/check/Makefile.am:
10263           use plugins-base plugins, so we have typefind functions
10264         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
10265           increase num-buffers, this makes sure the test errors out instead
10266           of timing out when no typefind functions are present
10267
10268 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10269
10270         * docs/plugins/Makefile.am:
10271           also check .cc files for gtk-doc markup
10272         * configure.ac:
10273         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10274         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10275         * tests/check/Makefile.am:
10276         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
10277         * ext/Makefile.am:
10278         * ext/taglib/Makefile.am:
10279         * ext/taglib/gstid3v2mux.h:
10280         * ext/taglib/gsttaglibmux.c:
10281         * ext/taglib/gsttaglibmux.h:
10282           move taglib-based id3v2muxer to -good.  Fixes #336110.
10283
10284 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10285
10286         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10287           ... and fix multichannel/WAVFORMATEX support again.
10288
10289 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
10290
10291         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10292         (gst_wavparse_class_init), (gst_wavparse_dispose),
10293         (gst_wavparse_reset), (gst_wavparse_init),
10294         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
10295         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
10296         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
10297         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
10298         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10299         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10300         (gst_wavparse_stream_data), (gst_wavparse_loop),
10301         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10302         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10303         (gst_wavparse_change_state), (plugin_init):
10304         * gst/wavparse/gstwavparse.h:
10305           Add push (streaming) mode to wavparse (fixes #337625)
10306
10307 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10308
10309         * configure.ac:
10310         * tests/Makefile.am:
10311           add ximagesrc icles test
10312
10313 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10314
10315         * configure.ac:
10316         * docs/plugins/Makefile.am:
10317         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10318         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10319         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
10320         (gst_cmml_enc_push_clip):
10321         * sys/Makefile.am:
10322         * sys/ximage/Makefile.am:
10323         * sys/ximage/gstximagesrc.c:
10324           Move ximagesrc plug-in to good after review.  Fixes #336756.
10325
10326 2006-04-28  Michael Smith  <msmith@fluendo.com>
10327
10328         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
10329         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
10330         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
10331         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
10332         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10333         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
10334         * gst/icydemux/gsticydemux.h:
10335           Fix event handling: cache events when typefinding and forward later.
10336
10337 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10338
10339         * sys/osxaudio/gstosxaudiosink.c:
10340         (plugin_init):
10341          Register osxaudiosrc to the plugin.
10342         * sys/osxaudio/gstosxaudiosrc.c:
10343         (gst_osx_audio_src_osxelement_do_init),
10344         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
10345         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
10346         (gst_osx_audio_src_get_property),
10347         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
10348         (gst_osx_audio_src_osxelement_init):
10349         * sys/osxaudio/gstosxaudiosrc.h:
10350           Port of osxaudiosrc to 0.10.
10351         * sys/osxaudio/Makefile.am:
10352           Add osxaudiosrc
10353
10354 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10355
10356         * sys/osxaudio/gstosxringbuffer.c:
10357         * sys/osxaudio/gstosxringbuffer.h:
10358           Forgot to commit earlier, part of the OSX audio plugin port
10359
10360 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10361
10362         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
10363         (parse_split_strings):
10364           Recognise and skip any byte order marker (BOM) in
10365           UTF-16 strings.
10366
10367 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10368
10369         * docs/plugins/Makefile.am:
10370         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10371         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10372         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10373         * docs/plugins/inspect/plugin-avi.xml:
10374         * gst/avi/gstavidemux.c:
10375         * gst/avi/gstavimux.c:
10376           Add docs for both avidemux and avimux.
10377
10378 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10379
10380         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10381
10382         * gst/avi/Makefile.am:
10383         * gst/avi/gstavi.c: (plugin_init):
10384         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
10385         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
10386         (gst_avi_mux_class_init), (gst_avi_mux_init),
10387         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10388         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
10389         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
10390         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10391         (gst_avi_mux_riff_get_avix_header),
10392         (gst_avi_mux_riff_get_video_header),
10393         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
10394         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
10395         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10396         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
10397         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
10398         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
10399         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10400         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
10401         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
10402         (gst_avi_mux_change_state):
10403         * gst/avi/gstavimux.h:
10404           Port AVI muxer to GStreamer-0.10 (#332031).
10405
10406         * tests/check/Makefile.am:
10407         * tests/check/elements/avimux.c:
10408         * tests/check/elements/.cvsignore:
10409           Add unit test for AVI muxer.
10410
10411 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
10412
10413         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10414         (gst_wavparse_class_init), (gst_wavparse_reset),
10415         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10416         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10417         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10418         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10419         (gst_wavparse_stream_data), (gst_wavparse_loop),
10420         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
10421         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
10422         (plugin_init):
10423         * gst/wavparse/gstwavparse.h:
10424           reverted patch #337625 for the price of 1 hour sleep
10425
10426 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10427
10428         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10429         (gst_wavparse_class_init), (gst_wavparse_reset),
10430         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10431         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
10432         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10433         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10434         (gst_wavparse_stream_data), (gst_wavparse_loop),
10435         (gst_wavparse_chain), (plugin_init):
10436         * gst/wavparse/gstwavparse.h:
10437           correct partial implementation of push mode
10438           (from my last commit)
10439
10440 2006-04-26  Wim Taymans  <wim@fluendo.com>
10441
10442         * ext/esd/esdsink.c:
10443         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
10444         it is not in esd.h
10445
10446 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
10447
10448         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
10449         (gst_au_parse_class_init), (gst_au_parse_init),
10450         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
10451         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
10452         (gst_au_parse_chain), (gst_au_parse_src_convert),
10453         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
10454         (gst_au_parse_sink_event), (gst_au_parse_src_event),
10455         (gst_au_parse_change_state):
10456         * gst/auparse/gstauparse.h:
10457           Rewrite auparse to suck a little bit less: make source pad
10458           dynamic, so decodebin/playbin work with non-raw formats
10459           like alaw/mulaw; add query function for duration/position
10460           queries; check whether we have enough data before attempting
10461           to parse the header (instead of crashing when that is not the
10462           case); work around audioconvert sucking by swapping endianness
10463           to the native endianness ourselves for float formats; send
10464           initial newsegment event. Fixes #161712.
10465
10466 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10467
10468         * sys/osxaudio/Makefile.am:
10469         * sys/osxaudio/gstosxaudioelement.c:
10470         (gst_osx_audio_element_get_type),
10471         (gst_osx_audio_element_class_init):
10472         * sys/osxaudio/gstosxaudioelement.h:
10473         * sys/osxaudio/gstosxaudiosink.c:
10474         (gst_osx_audio_sink_osxelement_do_init),
10475         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
10476         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
10477         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
10478         (gst_osx_audio_sink_create_ringbuffer),
10479         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
10480         (plugin_init):
10481         * sys/osxaudio/gstosxaudiosink.h:
10482         Port of osxaudiosink to 0.10
10483
10484 2006-04-26  Wim Taymans  <wim@fluendo.com>
10485
10486         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
10487         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
10488         the size of the ringbuffer. This should fix hangs with older 
10489         esd sound servers.
10490
10491 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10492
10493         * ext/aalib/gstaasink.c:
10494         * ext/annodex/gstcmmldec.c:
10495         * ext/annodex/gstcmmlenc.c:
10496         * ext/cairo/gsttextoverlay.c:
10497         * ext/cairo/gsttimeoverlay.c:
10498         * ext/cdio/gstcdiocddasrc.c:
10499         * ext/dv/gstdvdec.c:
10500         * ext/dv/gstdvdemux.c:
10501         * ext/esd/esdmon.c:
10502         * ext/esd/esdsink.c:
10503         * ext/flac/gstflacenc.c:
10504         * ext/flac/gstflactag.c:
10505         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
10506         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
10507         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
10508         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
10509         * ext/gdk_pixbuf/pixbufscale.c:
10510         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10511         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10512         * ext/jpeg/gstjpegdec.c:
10513         * ext/jpeg/gstjpegenc.c:
10514         * ext/jpeg/gstsmokedec.c:
10515         * ext/jpeg/gstsmokeenc.c:
10516         * ext/libcaca/gstcacasink.c:
10517         * ext/libmng/gstmngdec.c:
10518         * ext/libmng/gstmngenc.c:
10519         * ext/libpng/gstpngdec.c:
10520         * ext/libpng/gstpngenc.c:
10521         * ext/mikmod/gstmikmod.c:
10522         * ext/raw1394/gstdv1394src.c:
10523         * ext/shout2/gstshout2.c: (gst_shout2send_init):
10524         * ext/shout2/gstshout2.h:
10525         * ext/speex/gstspeexdec.c:
10526         * ext/speex/gstspeexenc.c:
10527         * gst/alpha/gstalpha.c:
10528         * gst/alpha/gstalphacolor.c:
10529         * gst/apetag/gstapedemux.c:
10530         * gst/auparse/gstauparse.c:
10531         * gst/autodetect/gstautoaudiosink.c:
10532         (gst_auto_audio_sink_base_init):
10533         * gst/autodetect/gstautovideosink.c:
10534         (gst_auto_video_sink_base_init):
10535         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
10536         * gst/avi/gstavimux.c: (gst_avimux_base_init):
10537         * gst/cutter/gstcutter.c:
10538         * gst/debug/breakmydata.c:
10539         * gst/debug/efence.c:
10540         * gst/debug/gstnavigationtest.c:
10541         * gst/debug/gstnavseek.c:
10542         * gst/debug/negotiation.c:
10543         * gst/debug/progressreport.c:
10544         * gst/debug/testplugin.c:
10545         * gst/effectv/gstaging.c:
10546         * gst/effectv/gstdice.c:
10547         * gst/effectv/gstedge.c:
10548         * gst/effectv/gstquark.c:
10549         * gst/effectv/gstrev.c:
10550         * gst/effectv/gstshagadelic.c:
10551         * gst/effectv/gstvertigo.c:
10552         * gst/effectv/gstwarp.c:
10553         * gst/flx/gstflxdec.c:
10554         * gst/goom/gstgoom.c:
10555         * gst/icydemux/gsticydemux.c:
10556         * gst/id3demux/gstid3demux.c:
10557         * gst/interleave/deinterleave.c:
10558         * gst/interleave/interleave.c:
10559         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
10560         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
10561         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
10562         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
10563         * gst/level/gstlevel.c:
10564         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
10565         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
10566         * gst/median/gstmedian.c:
10567         * gst/monoscope/gstmonoscope.c:
10568         * gst/multipart/multipartdemux.c:
10569         * gst/multipart/multipartmux.c:
10570         * gst/oldcore/gstaggregator.c:
10571         * gst/oldcore/gstfdsink.c:
10572         * gst/oldcore/gstmd5sink.c:
10573         * gst/oldcore/gstmultifilesrc.c:
10574         * gst/oldcore/gstpipefilter.c:
10575         * gst/oldcore/gstshaper.c:
10576         * gst/oldcore/gststatistics.c:
10577         * gst/rtp/gstasteriskh263.c:
10578         * gst/rtp/gstrtpL16depay.c:
10579         * gst/rtp/gstrtpL16pay.c:
10580         * gst/rtp/gstrtpamrdepay.c:
10581         * gst/rtp/gstrtpamrpay.c:
10582         * gst/rtp/gstrtpdepay.c:
10583         * gst/rtp/gstrtpgsmpay.c:
10584         * gst/rtp/gstrtph263pay.c:
10585         * gst/rtp/gstrtph263pdepay.c:
10586         * gst/rtp/gstrtph263ppay.c:
10587         * gst/rtp/gstrtpilbcdepay.c:
10588         * gst/rtp/gstrtpmp4gpay.c:
10589         * gst/rtp/gstrtpmp4vdepay.c:
10590         * gst/rtp/gstrtpmp4vpay.c:
10591         * gst/rtp/gstrtpmpadepay.c:
10592         * gst/rtp/gstrtpmpapay.c:
10593         * gst/rtp/gstrtppcmadepay.c:
10594         * gst/rtp/gstrtppcmapay.c:
10595         * gst/rtp/gstrtppcmudepay.c:
10596         * gst/rtp/gstrtppcmupay.c:
10597         * gst/rtp/gstrtpspeexdepay.c:
10598         * gst/rtp/gstrtpspeexpay.c:
10599         * gst/rtsp/gstrtpdec.c:
10600         * gst/rtsp/gstrtspsrc.c:
10601         * gst/smpte/gstsmpte.c:
10602         * gst/udp/gstdynudpsink.c:
10603         * gst/udp/gstmultiudpsink.c:
10604         * gst/udp/gstudpsink.c:
10605         * gst/udp/gstudpsrc.c:
10606         * gst/videobox/gstvideobox.c:
10607         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
10608         * gst/videofilter/gstvideobalance.c:
10609         * gst/videofilter/gstvideoflip.c:
10610         * gst/videofilter/gstvideotemplate.c:
10611         (gst_videotemplate_base_init):
10612         * gst/videomixer/videomixer.c:
10613         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10614         (gst_wavparse_class_init), (gst_wavparse_dispose),
10615         (gst_wavparse_reset), (gst_wavparse_init),
10616         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10617         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
10618         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
10619         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10620         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10621         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10622         (gst_wavparse_change_state):
10623         * gst/wavparse/gstwavparse.h:
10624         * sys/oss/gstossmixerelement.c:
10625         * sys/oss/gstosssink.c:
10626         * sys/oss/gstosssrc.c:
10627         * sys/osxaudio/gstosxaudioelement.c:
10628         * sys/osxaudio/gstosxaudiosink.c:
10629         * sys/osxaudio/gstosxaudiosrc.c:
10630         * sys/sunaudio/gstsunaudiomixer.c:
10631         * sys/sunaudio/gstsunaudiosink.c:
10632           Define GstElementDetails as const and also static (when defined as
10633           global)
10634
10635 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10636
10637         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10638           Source pad has fixed caps. If we don't set this, bad
10639           things happen when the window is resized.
10640
10641 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10642
10643         * gst/matroska/Makefile.am:
10644         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10645         (gst_matroska_demux_handle_src_event):
10646         * gst/matroska/matroska-ids.c:
10647         (gst_matroska_track_init_video_context),
10648         (gst_matroska_track_init_audio_context),
10649         (gst_matroska_track_init_subtitle_context),
10650         (gst_matroska_track_init_complex_context):
10651         * gst/matroska/matroska-ids.h:
10652           Handle case where the TrackType ebml chunk does not come before the
10653           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
10654           events.
10655
10656 2006-04-25  Wim Taymans  <wim@fluendo.com>
10657
10658         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10659         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
10660         It's codec_data, not codec_info.
10661
10662 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10663
10664         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10665
10666         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
10667           Handle codec_data for VfW compatibility codec IDs (#339451)
10668
10669         * gst/matroska/matroska-mux.c:
10670         (gst_matroska_mux_video_pad_setcaps):
10671           Same here, handle codec_data and add additional caps we can handle
10672           now to the pad template (huffyuv, dv and h263 video) (#339451)
10673
10674 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10675
10676         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
10677
10678         * gst/matroska/matroska-mux.c:
10679         (gst_matroska_mux_create_buffer_header),
10680         (gst_matroska_mux_write_data):
10681           Fix timestamping of B-frames, use signed integers, do
10682           some rounding (#339678).
10683
10684 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
10685
10686         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
10687         just make it compile with --disable-gst-debug.
10688
10689 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
10690
10691         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10692         Fix a bad conversion using gst_guint64_to_gdouble.
10693         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
10694         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
10695         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
10696     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
10697         mistake.
10698
10699 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
10700
10701         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10702         Use gst_guint64_to_gdouble for conversions
10703         * win32/vs6/gst_plugins_good.dsw:
10704         * win32/vs6/libgsticydemux.dsp:
10705         Add a project file for icydemux
10706
10707 2006-04-21  Wim Taymans  <wim@fluendo.com>
10708
10709         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
10710
10711         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10712         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
10713         When splitting audio chunks, the block alignment is not taken in
10714         consideration, so the smaller chunks could be of size which is 
10715         not a multiple of the block alignment. Fixes #336904
10716
10717 2006-04-21  Wim Taymans  <wim@fluendo.com>
10718
10719         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
10720         Use scale functions
10721
10722 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10723
10724         * ext/dv/gstdv.c: (plugin_init):
10725           Fix build.
10726
10727 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10728
10729         * gst/debug/progressreport.c: (gst_progress_report_finalize),
10730         (gst_progress_report_class_init), (gst_progress_report_init),
10731         (gst_progress_report_do_query), (gst_progress_report_report),
10732         (gst_progress_report_set_property),
10733         (gst_progress_report_get_property):
10734           Add 'format' property to force querying to a particular format.
10735
10736 2006-04-21  Andy Wingo  <wingo@pobox.com>
10737
10738         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
10739         best, on big endian systems. Drop its rank in that case. OTOH on
10740         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
10741
10742 2006-04-21  Michael Smith  <msmith@fluendo.com>
10743
10744         * configure.ac:
10745         * gst/icydemux/Makefile.am:
10746         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
10747         (gst_icydemux_base_init), (gst_icydemux_class_init),
10748         (gst_icydemux_reset), (gst_icydemux_init),
10749         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
10750         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
10751         (unicodify), (gst_icydemux_unicodify),
10752         (gst_icydemux_parse_and_send_tags),
10753         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10754         (gst_icydemux_chain), (gst_icydemux_change_state),
10755         (gst_icydemux_send_tag_event), (plugin_init):
10756         * gst/icydemux/gsticydemux.h:
10757         * tests/check/Makefile.am:
10758         * tests/check/elements/icydemux.c: (typefind_succeed),
10759         (plugin_init), (icydemux_found_pad), (create_icydemux),
10760         (cleanup_icydemux), (push_data), (GST_START_TEST),
10761         (icydemux_suite), (main):
10762           Add icydemux, and tests.
10763
10764 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10765
10766         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10767           Post SEGMENT_DONE message in TIME format.
10768
10769 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10770
10771         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
10772
10773         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
10774         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
10775           Fix index creation when we have to scan the file to create
10776           an index. There may be other types of RIFF 'LIST' chunks than
10777           'movi' and we need to skip them properly as well or we'll end up
10778           reading garbage (#336889). Some other cosmetic changes.
10779           
10780 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10781
10782         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
10783         (gst_flac_dec_handle_seek_event):
10784           Add support for segment seeks (fixes #338290). Also demote
10785           some recurring debug message from DEBUG to LOG level.
10786
10787 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10788
10789         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10790         (gst_matroskademux_do_index_seek),
10791         (gst_matroska_demux_handle_seek_event),
10792         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
10793         * gst/matroska/matroska-ids.h:
10794           Set DISCONT flag on first buffer after a discontinuity.
10795           Fix newsegment events sent when seeking and honour KEY_UNIT
10796           seek flag. Create pad with bogus caps if we don't recognise
10797           the stream codec id.
10798
10799         * gst/matroska/matroska-demux.h:
10800           Fix GObject macros.
10801
10802 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10803
10804         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10805
10806         * gst/matroska/matroska-demux.c:
10807         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
10808           Handle end of segment properly when set; don't dead-lock when
10809           posting start of segment message when doing a segment seek.
10810           Fixes #338810.
10811
10812 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10813
10814         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
10815         (gst_matroska_demux_plugin_init):
10816           Make mpeg2 aac audio work: create artificial private codec data
10817           chunk which faad2 seems to require, just as we do for mpeg4 aac.
10818           Also call gst_riff_init(). Partially fixes #338767.
10819
10820 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
10821
10822         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
10823         (gst_wavenc_class_init), (gst_wavenc_init),
10824         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
10825         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
10826         (gst_wavenc_chain), (gst_wavenc_change_state):
10827         * gst/wavenc/gstwavenc.h:
10828           Set caps on first outgoing buffer, so that it doesn't error out
10829           immediately with a non-negotiated error (#338716). Rewrite and
10830           clean up a bit; fix setcaps function to parse things properly;
10831           fix sink caps (8bit audio is unsigned and doesn't have depth);
10832           use boilerplate macros; remove unused properties stuff.
10833
10834 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10835
10836         * ext/gdk_pixbuf/gstgdkpixbuf.c:
10837           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
10838           handle MJPEG streams and might be autoplugged for those if the
10839           user doesn't have jpegdec installed (resulting in a cryptic error
10840           message about huffman tables). Better to disable JPEG decoding here
10841           and let the user figure out that she needs to install jpegdec.
10842
10843 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10844
10845         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
10846         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
10847         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
10848         * ext/gdk_pixbuf/gstgdkpixbuf.h:
10849           Make work with packetised/framed input (e.g. png-in-quicktime). Use
10850           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
10851           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
10852           debug messages. Fix boilerplate macros.
10853
10854 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10855
10856         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
10857         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
10858           No need to special-case for Gdk-2.0 any longer, we require
10859           Gdk 2.2 or newer; minor clean-ups.
10860
10861 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10862
10863         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
10864         (gst_shout2send_class_init), (gst_shout2send_init),
10865         (set_shout_metadata), (gst_shout2send_set_metadata),
10866         (gst_shout2send_event), (gst_shout2send_start),
10867         (gst_shout2send_connect), (gst_shout2send_stop),
10868         (gst_shout2send_render), (gst_shout2send_set_property),
10869         (gst_shout2send_get_property), (gst_shout2send_setcaps),
10870         (plugin_init):
10871         * ext/shout2/gstshout2.h:
10872         * po/POTFILES.in:
10873           Rewrite a bit: use GstBaseSink::start and stop instead of a state
10874           change function; use GST_ELEMENT_ERROR for error reporting, not
10875           g_error() or GST_ERROR(); don't unref caps in setcaps function,
10876           will cause crashes or assertion failures; remove (unused) "sync"
10877           property, basesink already has such a property; misc. other
10878           minor fixes and cleanups.
10879
10880 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10881
10882         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
10883         * ext/esd/gstesd.c: (plugin_init):
10884         * po/POTFILES.in:
10885           Add translatable error message for when we cannot
10886           connect to the sound server, as "Cannot open resource
10887           for writing" isn't really an acceptable message to show
10888           to the user in this case.
10889
10890 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10891
10892         * sys/oss/gst-i18n-plugin.h:
10893           Remove bogus file that doesn't belong here.
10894
10895 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10896
10897         Patch by: Philippe Valembois
10898
10899         * ext/shout2/gstshout2.c: (gst_shout2send_init),
10900         (gst_shout2send_set_metadata), (gst_shout2send_event),
10901         (gst_shout2send_render), (gst_shout2send_change_state):
10902         * ext/shout2/gstshout2.h:
10903           Handle tags being received before the connection to
10904           the server is established properly (see #338636).
10905
10906 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10907
10908         * ext/shout2/gstshout2.c: (gst_shout2send_render):
10909           Don't crash in case the connection to the server fails:
10910           don't set pointer to NULL by assigning FALSE; error out
10911           properly by using GST_ELEMENT_ERROR and returning
10912           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
10913           before resetting the pointer.
10914
10915 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
10916
10917         * gst/id3demux/id3tags.c:
10918         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
10919         (Fixes #338713)
10920
10921 2006-04-12  Wim Taymans  <wim@fluendo.com>
10922
10923         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
10924         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
10925         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
10926         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
10927         (gst_gdk_pixbuf_chain):
10928         Some cleanups.
10929         Added RGBA as a possible output format.
10930         Correctly free the supported mimetypes.
10931         deprecate silent arg, it's not used.
10932         Return result from _alloc_buffer to peer.
10933
10934 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
10935
10936         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
10937           Don't leak memory allocated by gst_buffer_new_and_alloc() by
10938           overwriting GST_BUFFER_MALLOCDATA.
10939
10940 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
10941
10942         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
10943         (user_endrow_callback), (user_end_callback),
10944         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
10945         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
10946         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
10947         * ext/libpng/gstpngdec.h:
10948           Handle more than one frame if the content is framed,
10949           like with png-in-quicktime (#331917).
10950
10951 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10952
10953         * sys/oss/Makefile.am:
10954         * sys/oss/common.h:
10955         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
10956         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
10957         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
10958         (gst_oss_src_unprepare):
10959           - the user-visible error strings were in the wrong category
10960           - and the messages were not marked for translation
10961           - which is actually a good thing, because they were exactly
10962             the kind of message you would never want anyone to see
10963           - the macros were using variables that didn't exist in the macro
10964             arguments
10965           - and they were obviously copied from each other and then modified
10966           - so a common header makes sense
10967
10968 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
10969
10970         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
10971           Don't try to modify read-only data.
10972
10973         * gst/matroska/matroska-demux.c:
10974         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
10975           Fix comment (won't crash any longer now).
10976
10977 2006-04-10  Michael Smith  <msmith@fluendo.com>
10978
10979         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
10980           Use copies of header buffers for caps to avoid circular refcounting
10981           problems (as in theoradec, vorbisdec).
10982
10983         * tests/check/elements/cmmldec.c: (GST_START_TEST):
10984           Fix a typo in test that meant it was testing the wrong thing.
10985
10986         * tests/check/elements/cmmlenc.c: (check_headers):
10987           Fix refcount checks now that we use buffer-copies for caps.
10988
10989 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
10990
10991         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
10992         (gst_matroska_demux_handle_seek_event),
10993         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
10994         (gst_matroska_demux_subtitle_caps),
10995         (gst_matroska_demux_plugin_init):
10996           Use static pad templates with ANY caps for audio and video
10997           source pads and get rid of a lot of unnecessary (and partially
10998           broken) code for the template caps. Clean up caps finding
10999           functions. Fixes playback of audio files/streams that do not
11000           contain the sample rate and/or number of channels in the audio
11001           context (happens a lot with vorbis/mp3 .mka files it seems).
11002           Fixes #337183.
11003           Also add myself to copyright holders.
11004
11005 2006-04-10  Michael Smith  <msmith@fluendo.com>
11006
11007         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
11008           Use g_list_delete_link () instead of g_list_remove_link () so that
11009           we free the link as well as the contained data.
11010
11011 2006-04-10  Wim Taymans  <wim@fluendo.com>
11012
11013         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
11014
11015         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
11016         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
11017         (gst_avi_demux_stream_header):
11018         Fix some crashers with empty chunks. (Fixes #337749)
11019
11020 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
11021
11022         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
11023           use G_GINT64_CONSTANT for INT64 constants
11024         * gst/videofilter/gstvideobalance.c:
11025           define rint for WIN32 #define rint(x) (floor((x)+0.5))
11026         * win32/vs6/libgstavi.dsp:
11027          add missing libraries for the link and remove avimux.c from
11028          the project as it isn't ported to 0.10 yet
11029         
11030 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
11031
11032         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11033           Even better would be if we actually did the right thing
11034           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
11035
11036 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11037
11038         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11039           Can't just replace 1LL with 1L here just because MSVC doesn't
11040           support it, as it might lead to incorrect results when doing the
11041           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
11042           force a 64-bit constant in a way that all compilers are happy with.
11043
11044 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11045
11046         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
11047         * ext/esd/esdsink.c: (gst_esdsink_class_init):
11048         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
11049         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
11050         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
11051         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
11052         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
11053         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11054         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
11055         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
11056         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
11057         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11058         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
11059         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
11060         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
11061         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
11062         * gst/avi/gstavimux.c: (gst_avimux_class_init):
11063         * gst/debug/efence.c: (gst_efence_class_init):
11064         * gst/debug/negotiation.c: (gst_negotiation_class_init):
11065         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
11066         * gst/goom/gstgoom.c: (gst_goom_class_init):
11067         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
11068         * gst/interleave/deinterleave.c: (deinterleave_class_init):
11069         * gst/interleave/interleave.c: (interleave_class_init):
11070         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
11071         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
11072         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
11073         * gst/median/gstmedian.c: (gst_median_class_init):
11074         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
11075         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
11076         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
11077         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
11078         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
11079         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
11080         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
11081         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
11082         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
11083         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
11084         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
11085         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
11086         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
11087         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
11088         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11089         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
11090         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
11091         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
11092         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
11093         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
11094         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
11095         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
11096         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
11097         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
11098         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
11099         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
11100         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
11101         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11102         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
11103         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
11104         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
11105         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
11106         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
11107         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
11108         * sys/osxaudio/gstosxaudioelement.c:
11109         (gst_osxaudioelement_class_init):
11110         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
11111         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
11112         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
11113         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
11114
11115 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11116
11117         * ext/mikmod/gstmikmod.h:
11118         * gst/level/gstlevel.h:
11119         Fix more broken GObject macros
11120
11121 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11122
11123         * ext/annodex/gstcmmldec.h:
11124         * ext/annodex/gstcmmlenc.h:
11125         * ext/annodex/gstcmmltag.h:
11126         * ext/cairo/gsttextoverlay.h:
11127         * ext/ladspa/gstsignalprocessor.h:
11128         * gst/matroska/ebml-read.h:
11129         * gst/matroska/ebml-write.h:
11130         * sys/osxaudio/gstosxaudioelement.h:
11131         Fix broken GObject macros
11132
11133 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11134
11135         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11136           Don't try to seek beyond the end of the file (would
11137           occasionally display error dialogs in totem when seeking
11138           to the end) (#335869). Will still throw an error though
11139           if the file is truncated and the total_samples value in
11140           the stream header is wrong.
11141
11142 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
11143
11144         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
11145         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
11146         (gst_flac_dec_metadata_callback):
11147         * ext/flac/gstflacdec.h:
11148           If the stream header doesn't contain the total number of samples,
11149           search for the last flac frame at the end of the file and calculate
11150           the total duration from that frame's offset (fixes #337609).
11151
11152 2006-04-07  Edward Hervey  <edward@fluendo.com>
11153
11154         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
11155         Don't unref the GstPadTemplate returned by
11156         gst_element_class_get_pad_template().
11157
11158 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11159
11160         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
11161
11162         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
11163         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
11164         * sys/sunaudio/gstsunaudiosink.h:
11165           Use spec->segsize and spec->segtotal in the prepare function
11166           to initialise the ring buffer instead of using the buffer-time
11167           property (#337421).
11168
11169 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11170
11171         * configure.ac:
11172           Bump core requirements to CVS for gst_pad_query_peer_duration()
11173           which is used by speexdec.
11174
11175 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
11176
11177         * ext/speex/gstspeex.c: (plugin_init):
11178         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
11179         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
11180         (speex_get_sink_query_types), (speex_dec_sink_query),
11181         (speex_get_src_query_types), (speex_dec_src_query),
11182         (speex_dec_src_event), (speex_dec_sink_event),
11183         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
11184         (speex_dec_chain_parse_data), (speex_dec_chain),
11185         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
11186         (speex_dec_change_state):
11187         * ext/speex/gstspeexdec.h:
11188           Fix seeking and duration queries (#337033); clean up and
11189           refactor a bit.
11190
11191 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11192
11193         * ext/raw1394/gstdv1394src.c:
11194           distinguish between device not found and could not open for
11195           reading
11196
11197 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11198
11199         * Makefile.am:
11200         * configure.ac:
11201         * pkgconfig/.cvsignore:
11202         * pkgconfig/Makefile.am:
11203         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
11204           add a .pc file so other modules can use good plugins in tests
11205
11206 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11207
11208         * configure.ac:
11209           clean up, use AS_VERSION and AS_NANO
11210         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11211           use PACKAGE_VERSION define
11212         * po/af.po:
11213         * po/az.po:
11214         * po/cs.po:
11215         * po/en_GB.po:
11216         * po/hu.po:
11217         * po/it.po:
11218         * po/nb.po:
11219         * po/nl.po:
11220         * po/or.po:
11221         * po/sq.po:
11222         * po/sr.po:
11223         * po/sv.po:
11224         * po/uk.po:
11225         * po/vi.po:
11226           updated
11227
11228 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
11229
11230         * ext\jpeg\smokecodec.c:
11231           use of GST_DEBUG instead of DEBUG(a...) for WIN32
11232         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
11233           move first instruction after all variables declarations
11234         * gst\alpha\gstalpha.c:
11235         * gst\effectv\gstshagadelic.c:
11236         * gst\smpte\paint.c:
11237         * gst\videofilter\gstvideobalance.c:
11238           define M_PI if it's not defined (it's not defined on WIN32)
11239         * gst\cutter\gstcutter.c: (gst_cutter_chain):
11240         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
11241         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
11242         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
11243         (gst_matroska_demux_video_caps):
11244         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
11245         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
11246           use gst_guint64_to_gdouble for conversions
11247         * gst\goom\filters.c: (setPixelRGB_):
11248           fix a debug which was using undefined variable
11249         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
11250         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
11251           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
11252         * win32/vs6:
11253           add vs6 projects files for most of plugins-good
11254         
11255 2006-03-30  j^  <j@bootlab.org>
11256
11257         * ext/aalib/gstaasink.c:
11258         * ext/annodex/gstcmmldec.c:
11259         * ext/annodex/gstcmmlenc.c:
11260         * ext/cairo/gsttextoverlay.c:
11261         * ext/cairo/gsttimeoverlay.c:
11262         * ext/cdio/gstcdiocddasrc.c:
11263         * ext/dv/gstdvdec.c:
11264         * ext/esd/esdmon.c:
11265         * ext/esd/esdsink.c:
11266         * ext/flac/gstflacdec.c:
11267         * ext/flac/gstflacenc.c:
11268         * ext/flac/gstflactag.c:
11269         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11270         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11271         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11272         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11273         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11274         * ext/gdk_pixbuf/pixbufscale.c:
11275         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11276         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11277         * ext/jpeg/gstjpegdec.c:
11278         * ext/jpeg/gstjpegenc.c:
11279         * ext/jpeg/gstsmokedec.c:
11280         * ext/jpeg/gstsmokeenc.c:
11281         * ext/libcaca/gstcacasink.c:
11282         * ext/libmng/gstmngdec.c:
11283         * ext/libmng/gstmngenc.c:
11284         * ext/libpng/gstpngdec.c:
11285         * ext/libpng/gstpngenc.c:
11286         * ext/mikmod/gstmikmod.c:
11287         * ext/raw1394/gstdv1394src.c:
11288         * ext/shout2/gstshout2.c:
11289         * ext/speex/gstspeexdec.c:
11290         * ext/speex/gstspeexenc.c:
11291         * gst/alpha/gstalpha.c:
11292         * gst/alpha/gstalphacolor.c:
11293         * gst/auparse/gstauparse.c:
11294         * gst/autodetect/gstautoaudiosink.c:
11295         (gst_auto_audio_sink_base_init):
11296         * gst/autodetect/gstautovideosink.c:
11297         (gst_auto_video_sink_base_init):
11298         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11299         * gst/cutter/gstcutter.c:
11300         * gst/debug/breakmydata.c:
11301         * gst/debug/efence.c:
11302         * gst/debug/gstnavigationtest.c:
11303         * gst/debug/negotiation.c:
11304         * gst/debug/progressreport.c:
11305         * gst/debug/testplugin.c:
11306         * gst/effectv/gstaging.c:
11307         * gst/effectv/gstdice.c:
11308         * gst/effectv/gstedge.c:
11309         * gst/effectv/gstquark.c:
11310         * gst/effectv/gstrev.c:
11311         * gst/effectv/gstvertigo.c:
11312         * gst/effectv/gstwarp.c:
11313         * gst/flx/gstflxdec.c:
11314         * gst/goom/gstgoom.c:
11315         * gst/interleave/deinterleave.c:
11316         * gst/interleave/interleave.c:
11317         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11318         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11319         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11320         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11321         * gst/level/gstlevel.c:
11322         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11323         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11324         * gst/median/gstmedian.c:
11325         * gst/monoscope/gstmonoscope.c:
11326         * gst/multipart/multipartdemux.c:
11327         * gst/multipart/multipartmux.c:
11328         * gst/oldcore/gstmd5sink.c:
11329         * gst/oldcore/gstmultifilesrc.c:
11330         * gst/oldcore/gstpipefilter.c:
11331         * gst/oldcore/gstshaper.c:
11332         * gst/oldcore/gststatistics.c:
11333         * gst/rtp/gstasteriskh263.c:
11334         * gst/rtp/gstrtpL16depay.c:
11335         * gst/rtp/gstrtpL16pay.c:
11336         * gst/rtp/gstrtpamrdepay.c:
11337         * gst/rtp/gstrtpamrpay.c:
11338         * gst/rtp/gstrtpdepay.c:
11339         * gst/rtp/gstrtpgsmpay.c:
11340         * gst/rtp/gstrtph263pay.c:
11341         * gst/rtp/gstrtph263pdepay.c:
11342         * gst/rtp/gstrtph263ppay.c:
11343         * gst/rtp/gstrtpmp4gpay.c:
11344         * gst/rtp/gstrtpmp4vdepay.c:
11345         * gst/rtp/gstrtpmp4vpay.c:
11346         * gst/rtp/gstrtpmpadepay.c:
11347         * gst/rtp/gstrtpmpapay.c:
11348         * gst/rtp/gstrtppcmadepay.c:
11349         * gst/rtp/gstrtppcmapay.c:
11350         * gst/rtp/gstrtppcmudepay.c:
11351         * gst/rtp/gstrtppcmupay.c:
11352         * gst/rtp/gstrtpspeexdepay.c:
11353         * gst/rtp/gstrtpspeexpay.c:
11354         * gst/rtsp/gstrtpdec.c:
11355         * gst/smpte/gstsmpte.c:
11356         * gst/videobox/gstvideobox.c:
11357         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11358         * gst/videofilter/gstvideobalance.c:
11359         * gst/videofilter/gstvideoflip.c:
11360         * gst/videofilter/gstvideotemplate.c:
11361         (gst_videotemplate_base_init):
11362         * gst/videomixer/videomixer.c:
11363         * gst/wavenc/gstwavenc.c:
11364         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
11365          better/unified long descriptions
11366          Fixed #336602
11367          Some cleanups to auparse, don't send multiple newsegments.
11368
11369 2006-03-29  Wim Taymans  <wim@fluendo.com>
11370
11371         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
11372
11373         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
11374         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
11375         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
11376         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
11377         * ext/dv/gstdvdemux.h:
11378         Seek in READY patch. Only works for pull based mode.
11379         Fixes #323880
11380
11381 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11382
11383         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
11384         (gst_gdk_pixbuf_event):
11385           Fix two crashers: don't unref the same caps twice, and
11386           set pixbuf loader to NULL after freeing it.
11387
11388 2006-03-27  Wim Taymans  <wim@fluendo.com>
11389
11390         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
11391         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
11392         (gst_speexenc_chain):
11393         * ext/speex/gstspeexenc.h:
11394         Don't leak adapter.
11395         A push *always* takes ownership of the buffer, even on
11396         errors.
11397         Small cleanups.
11398
11399 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
11400
11401         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
11402           Create source pad without leaking.
11403
11404 2006-03-24  Wim Taymans  <wim@fluendo.com>
11405
11406         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11407         * ext/flac/gstflacdec.h:
11408         * ext/flac/gstflacenc.h:
11409         Spifify a bit.
11410         Fix deadly lock order error in seeking code, STREAM_LOCK
11411         cannot be taken within LOCK and the streaming variables are
11412         protected with the STREAM_LOCK anyway.
11413
11414 2006-03-24  Wim Taymans  <wim@fluendo.com>
11415
11416         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
11417         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
11418         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
11419         this patch combines the global init_frames with the stream
11420         init_frames. Rationale being that the global delay should 
11421         be subtracted from any stream delay.
11422         Fixes #335858.
11423
11424 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
11425
11426         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
11427         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
11428         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11429         * gst/videomixer/videomixer.c: (gst_videomixer_init):
11430         use DEBUG_FUNCPTR for collectpads
11431
11432 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
11433
11434         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
11435           Don't crash when encoding images where the number of rows isn't
11436           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
11437
11438 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11439
11440         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
11441         * gst/interleave/deinterleave.c: (deinterleave_change_state):
11442         * gst/interleave/interleave.c: (interleave_change_state):
11443         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
11444           More state change function fixes.
11445
11446 2006-03-23  Wim Taymans  <wim@fluendo.com>
11447
11448         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11449         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
11450         (gst_esdsink_prepare), (gst_esdsink_unprepare),
11451         (gst_esdsink_delay), (gst_esdsink_reset):
11452         * ext/esd/esdsink.h:
11453         Fix esd choppy playback by configuring audiosink
11454         correctly. Fixes #325191
11455
11456 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11457
11458         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
11459           Make state change function thread-safe.
11460
11461 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11462
11463         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
11464         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
11465           Don't try to read beyond the end of the file just because
11466           the header claims a bigger size (like with truncated files).
11467
11468 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11469
11470         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11471         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
11472         (gst_wavparse_stream_data), (gst_wavparse_loop):
11473         * gst/wavparse/gstwavparse.h:
11474           Delay source pad creation until we have the first chunk of
11475           media data, so the we can examine the data and adjust the
11476           caps accordingly if required. This makes playback of .wav
11477           files with DTS-declared-as-PCM content work (#313266).
11478
11479 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
11480
11481         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11482         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11483         Don't attempt typefinding on too-short buffers that have been
11484         completely trimmed away. (Fixes #330239)
11485
11486         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
11487         Improve the debug output
11488
11489 2006-03-21  Wim Taymans  <wim@fluendo.com>
11490
11491         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
11492         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
11493         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
11494         (gst_esdsink_set_property), (gst_esdsink_get_property):
11495         Some cleanups.
11496         Reset fd to -1 when we close them.
11497
11498 2006-03-21  Wim Taymans  <wim@fluendo.com>
11499
11500         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
11501         the OPTIONS request result is optional so don't
11502         fail on it.
11503
11504 2006-03-21  Edward Hervey  <edward@fluendo.com>
11505
11506         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
11507         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
11508         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
11509         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11510         (gst_wavparse_change_state):
11511         gcc 4.1 unreferenced pointer fixes.
11512
11513 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
11514
11515         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11516
11517         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
11518           Fix block alignment calculation. Alignment should be done before
11519           adding the byte offset where the data starts (#335231).
11520
11521 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11522
11523         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
11524           Ensure that we set correct caps on buffers that are transferred
11525           direct from the input.
11526
11527 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11528
11529         * gst/goom/filters.c: (zoomFilterDestroy):
11530         * gst/goom/goom_core.c: (goom_close):
11531           Free filter data when cleaning up. (Fixes: #334995)
11532
11533 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
11534
11535         * configure.ac:
11536           Don't compile udp and rtsp plugins on win32 (mingw) or other
11537           systems that don't have <sys/socket.h> for some reason (#316203).
11538
11539 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11540
11541         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
11542         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
11543         * ext/raw1394/gstdv1394src.h:
11544           Change bus reset handler so it reports useful information such as
11545           whether the device being used connected or disconnected
11546
11547 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11548
11549         * gst/id3demux/id3v2frames.c:
11550         (parse_relative_volume_adjustment_two):
11551           We only care about gain and peak data for the master volume.
11552
11553 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11554
11555         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11556         (parse_id_string), (parse_unique_file_identifier),
11557         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
11558           Read replay gain tags (#323721).
11559
11560 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11561
11562         * configure.ac:
11563           Bump requirements to gst-plugins-base CVS because
11564           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
11565
11566 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
11567
11568         * rtp/gst/gstrtppcmadepay.c:
11569         Fixed one of the caps in the code from mulaw to alaw.
11570
11571 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
11572
11573         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11574           Ensure that we set caps on the buffers we pass.
11575
11576         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
11577         (gst_id3demux_sink_activate):
11578           Ensure that we set caps on the buffers we pass.
11579
11580           Use STREAM, TYPE_NOT_FOUND as the error class when
11581           typefinding fails.
11582
11583 2006-03-15  Edward Hervey  <edward@fluendo.com>
11584
11585         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
11586         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
11587         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
11588         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
11589         (gst_jpeg_dec_setcaps):
11590         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
11591         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
11592         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
11593         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
11594         (gst_mngdec_src_getcaps):
11595         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11596         (gst_pngdec_caps_create_and_set):
11597         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
11598         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
11599         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
11600         * gst/alpha/gstalpha.c: (gst_alpha_init):
11601         * gst/auparse/gstauparse.c: (gst_au_parse_init):
11602         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
11603         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
11604         * gst/cutter/gstcutter.c: (gst_cutter_init):
11605         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
11606         (gst_efence_checkgetrange):
11607         * gst/debug/negotiation.c: (gst_negotiation_init):
11608         * gst/flx/gstflxdec.c: (gst_flxdec_init):
11609         * gst/goom/gstgoom.c: (gst_goom_init):
11610         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
11611         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
11612         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
11613         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
11614         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
11615         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
11616         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
11617         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11618         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
11619         (gst_wavparse_create_sourcepad):
11620         Fix memleak with gst_static_pad_template_get().
11621         This uses gst_pad_new_from_static_template() instead.
11622         Fixes #333512
11623
11624 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11625
11626         * configure.ac:
11627           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
11628           used by id3demux.
11629
11630         * gst/id3demux/gstid3demux.c: (plugin_init):
11631         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11632         (parse_user_text_identification_frame),
11633         (parse_unique_file_identifier):
11634           Add support for UFID and TXXX frames and extract musicbrainz tags.
11635
11636 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11637
11638         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
11639           Catch short reads, like they might happen with truncated
11640           files (see #305279); remove unnecessary indentation.
11641
11642 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11643
11644         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
11645           Fix DIB image inversion for pictures with a
11646           depth != 8 (#305279).
11647
11648 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11649
11650         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
11651         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
11652         * ext/jpeg/gstjpegdec.h:
11653           Fix durations on outgoing buffers after seeking
11654           in MJPEG files (#334083); some minor clean-ups.
11655
11656 2006-03-13  Wim Taymans  <wim@fluendo.com>
11657
11658         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
11659         (gst_wavparse_change_state):
11660         Implement seek in READY (re-fixes #327658)
11661
11662 2006-03-13  Wim Taymans  <wim@fluendo.com>
11663
11664         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
11665         * ext/esd/esdmon.c: (gst_esdmon_get):
11666         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
11667         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11668         (gst_gdk_pixbuf_sink_getcaps):
11669         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
11670         (gst_jpegenc_setcaps):
11671         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
11672         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
11673         (gst_smokeenc_setcaps):
11674         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
11675         (gst_mngdec_src_getcaps):
11676         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
11677         (gst_mngenc_chain):
11678         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
11679         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
11680         * ext/speex/gstspeexdec.c: (speex_dec_convert),
11681         (speex_dec_src_event), (speex_dec_chain):
11682         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
11683         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
11684         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
11685         (gst_negotiation_pad_link), (gst_negotiation_chain):
11686         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
11687         (gst_flxdec_chain):
11688         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
11689         (deinterleave_chain):
11690         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
11691         * gst/median/gstmedian.c: (gst_median_link):
11692         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
11693         (gst_monoscope_chain):
11694         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
11695         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
11696         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
11697         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
11698         close #333784 unref the result of gst_pad_get_parent()
11699         by: Christophe Fergeau.
11700
11701 2006-03-09  Wim Taymans  <wim@fluendo.com>
11702
11703         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
11704         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
11705         Handle events in push mode better, can now do non-flushing
11706         seeks in push mode as well.
11707
11708 2006-03-07  Wim Taymans  <wim@fluendo.com>
11709
11710         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11711         Applied patch from Kai Vehmanen, fixes #333624.
11712
11713 2006-03-06  Julien MOUTTE  <julien@moutte.net>
11714
11715         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
11716         Implement paletted and grayscale png files handling.
11717         (#150363).
11718
11719 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11720
11721         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
11722         (gst_speexenc_chain):
11723           fix a tag list assert
11724           follow gst-plugins-base/ext/ogg/README; set OFFSET
11725           and OFFSET_END.  Muxes correctly with gst-plugins-base
11726           > 0.9.3
11727
11728 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11729
11730         * gst/id3demux/Makefile.am:
11731         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
11732         (gst_id3demux_chain), (gst_id3demux_sink_activate):
11733           Use new typefind helper functions here as well, and
11734           do typefinding in pull-mode if upstream supports that.
11735
11736 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11737
11738         * sys/sunaudio/gstsunaudiomixerctrl.c:
11739         (gst_sunaudiomixer_ctrl_get_volume),
11740         (gst_sunaudiomixer_ctrl_set_volume):
11741         * sys/sunaudio/gstsunaudiomixertrack.c:
11742         (gst_sunaudiomixer_track_new):
11743           Remove unused variables, breaks build from CVS
11744           with -Werror (#333392, patch by: Benjamin Pineau)
11745
11746 2006-03-03  Wim Taymans  <wim@fluendo.com>
11747
11748         * docs/plugins/Makefile.am:
11749         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11750         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11751         Added wavparse docs.
11752
11753         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11754         (gst_wavparse_reset), (gst_wavparse_init),
11755         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
11756         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
11757         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11758         (gst_wavparse_stream_data), (gst_wavparse_loop),
11759         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
11760         (gst_wavparse_change_state):
11761         * gst/wavparse/gstwavparse.h:
11762         Implement seek in READY (fixes #327658)
11763         Added docs and did some cleanups.
11764
11765 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
11766
11767         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11768         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
11769         (gst_avi_demux_calculate_durations_from_index),
11770         (gst_avi_demux_stream_header):
11771         * gst/avi/gstavidemux.h:
11772           If we have an index, use a duration based on the index instead
11773           of blindly trusting the information in the stream headers
11774           (fixes #331817).
11775
11776 2006-03-03  Wim Taymans  <wim@fluendo.com>
11777
11778         * docs/plugins/Makefile.am:
11779         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11780         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11781         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11782         Added smoke and jpeg to the docs.
11783
11784         * ext/jpeg/Makefile.am:
11785         * ext/jpeg/gstjpeg.c: (plugin_init):
11786         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
11787         * ext/jpeg/gstjpegenc.h:
11788         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
11789         (gst_smokedec_chain):
11790         * ext/jpeg/gstsmokedec.h:
11791         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
11792         * ext/jpeg/gstsmokeenc.h:
11793         * ext/jpeg/smokecodec.h:
11794         Port smokedec (fixes #331905).
11795         Added some docs.
11796         Some cleanups.
11797
11798 2006-03-03  Wim Taymans  <wim@fluendo.com>
11799
11800         * docs/plugins/Makefile.am:
11801         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11802         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11803         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11804         Added videobalance and videoflip to the docs.
11805
11806         * gst/videofilter/Makefile.am:
11807         * gst/videofilter/gstvideobalance.c:
11808         (gst_video_balance_update_tables_planar411),
11809         (gst_video_balance_is_passthrough),
11810         (gst_video_balance_update_properties), (oil_tablelookup_u8),
11811         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
11812         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
11813         (gst_video_balance_finalize), (gst_video_balance_class_init),
11814         (gst_video_balance_init), (gst_video_balance_interface_supported),
11815         (gst_video_balance_interface_init),
11816         (gst_video_balance_colorbalance_list_channels),
11817         (gst_video_balance_colorbalance_set_value),
11818         (gst_video_balance_colorbalance_get_value),
11819         (gst_video_balance_colorbalance_init),
11820         (gst_video_balance_set_property), (gst_video_balance_get_property),
11821         (gst_video_balance_get_type), (plugin_init):
11822         * gst/videofilter/gstvideobalance.h:
11823         Ported to 0.10. (Fixes #326160)
11824         Added docs.
11825
11826         * gst/videofilter/gstvideoflip.c:
11827         * gst/videofilter/gstvideoflip.h:
11828         Added docs.
11829
11830 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
11831
11832         * configure.ac:
11833           Bump requirements to current core and -base CVS
11834           (core for new typefind helper API, and -base for the
11835           WAVFORMATEX support that was added to libgstriff and
11836           is needed by wavparse).
11837         
11838         * gst/apetag/Makefile.am:
11839         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
11840         (gst_tag_demux_sink_activate):
11841           Use new typefind helpers for typefinding instead of our
11842           home-grown stuff; also, do typefinding in pull-mode if
11843           upstream supports that.
11844
11845 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
11846
11847         Reviewed by: Christian Schaller <christian@fluendo.com>
11848
11849         This patch fixes bug: 329107
11850
11851         This Changelog entry is for a commit done on February 17
11852
11853         * ext/gconf/gconf.c
11854         * ext/gconf/gconf.h
11855         * ext/gconf/gstgconfaudiosink.c
11856         * ext/gconf/gstgconfaudiosink.h
11857         * gconf/gstreamer.schemas.in
11858
11859 2006-02-28  Wim Taymans  <wim@fluendo.com>
11860
11861         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11862         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
11863         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
11864         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
11865         Use DEBUG_OBJECT more.
11866
11867 2006-02-28  Wim Taymans  <wim@fluendo.com>
11868
11869         * docs/plugins/Makefile.am:
11870         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11871         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11872         Added dvdec and dvdemux to docs.
11873
11874         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
11875         Added docs.
11876         Check frame sizes so we don't crash when don't have enough
11877         data.
11878         Send nice error messages on error.
11879
11880         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
11881         (gst_dvdemux_class_init), (gst_dvdemux_init),
11882         (gst_dvdemux_finalize), (gst_dvdemux_reset),
11883         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
11884         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
11885         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
11886         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
11887         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
11888         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
11889         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
11890         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
11891         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
11892         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
11893         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
11894         * ext/dv/gstdvdemux.h:
11895         Added docs.
11896         Implement pull mode.
11897         Fix memleaks.
11898         Reduce memcpy for the video demuxing.
11899
11900 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
11901
11902         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
11903         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
11904         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
11905         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
11906           Add a little extra debug. Make the decoder not return NOT_LINKED,
11907           as we want to continue decoding all CMML and emitting tags.
11908
11909 2006-02-27  Michael Smith  <msmith@fluendo.com>
11910
11911         * ext/annodex/gstskeltag.c:
11912         * ext/annodex/gstskeltag.h:
11913           Deleted; these files aren't used any more either.
11914
11915 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11916
11917         * ext/Makefile.am: Fix dist-check.
11918
11919 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11920
11921         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
11922         memleak.
11923
11924 2006-02-25  Alessandro Decina <alessandro@nnva.org>
11925
11926         * ext/annodex/Makefile.am:
11927         * ext/annodex/gstannodex.c:
11928         * ext/annodex/gstcmmldec.c:
11929         * ext/annodex/gstcmmlenc.c:
11930         * ext/annodex/gstcmmlparser.c:
11931         * ext/annodex/gstcmmlparser.h:
11932         * ext/annodex/gstcmmlutils.c:
11933         * tests/check/elements/cmmldec.c:
11934         * tests/check/elements/cmmlenc.c:
11935           Fix a memleak in gst_cmml_track_list_add_clip.
11936           Handle overflows in clip's start and end times.
11937           Add the "encoded" parameter to cmmldec and cmmlenc caps.
11938           Do not parse junk at the end of a CMML preamble buffer.
11939           Register a libxml error handler to not print stuff on stderr.
11940           Check for bad clip start and end times in the testsuites.
11941
11942 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11943
11944         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
11945         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
11946         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
11947         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
11948         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
11949         possible memleaks.
11950
11951 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11952
11953         * tests/check/Makefile.am:
11954         * tests/check/elements/cmmldec.c:
11955         * tests/check/elements/cmmlenc.c: Fix tests so that they use
11956         the plugins-base tags.
11957
11958 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11959
11960         * ext/Makefile.am: Re-enable module.
11961
11962 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11963
11964         * tests/check/Makefile.am: Forgot to remove that test.
11965
11966 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11967
11968         * ext/annodex/Makefile.am:
11969         * ext/annodex/gstannodex.c: (plugin_init):
11970         * ext/annodex/gstcmmldec.c:
11971         * ext/annodex/gstskeldec.c:
11972         * ext/annodex/gstskeldec.h:
11973         * tests/check/Makefile.am:
11974         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
11975
11976 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11977
11978         * tests/check/Makefile.am: Disable those checks as well.
11979
11980 2006-02-24  Julien MOUTTE  <julien@moutte.net>
11981
11982         * ext/Makefile.am: Disable annodex for now until we figure out
11983         how to make it build.
11984         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
11985         Add a rule to your checklist : "please try to at least build 
11986         what you are going to commit into -good, or if you are too lazy
11987         to do that, please check that the buildbots are not crying because
11988         of your commit."
11989
11990 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
11991
11992         * configure.ac:
11993         * ext/Makefile.am:
11994         * ext/gdk_pixbuf/Makefile.am:
11995         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11996         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11997         * ext/gdk_pixbuf/pixbufscale.c:
11998         * ext/gdk_pixbuf/pixbufscale.h:
11999           Gdkpixbuf ported from 0.8 to 0.10 by
12000           Renato Filho <renato.filho@indt.org.br>.
12001           gst_loader and gdkpixbufanimation still need port.
12002
12003 2006-02-24  Michael Smith  <msmith@fluendo.com>
12004
12005         * configure.ac:
12006         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12007         * ext/Makefile.am:
12008         * ext/annodex/Makefile.am:
12009         * ext/annodex/gstannodex.c:
12010         * ext/annodex/gstannodex.h:
12011         * ext/annodex/gstcmmldec.c:
12012         * ext/annodex/gstcmmldec.h:
12013         * ext/annodex/gstcmmlenc.c:
12014         * ext/annodex/gstcmmlenc.h:
12015         * ext/annodex/gstcmmlparser.c:
12016         * ext/annodex/gstcmmlparser.h:
12017         * ext/annodex/gstcmmltag.c:
12018         * ext/annodex/gstcmmltag.h:
12019         * ext/annodex/gstcmmlutils.c:
12020         * ext/annodex/gstcmmlutils.h:
12021         * ext/annodex/gstskeldec.c:
12022         * ext/annodex/gstskeldec.h:
12023         * ext/annodex/gstskeltag.c:
12024         * ext/annodex/gstskeltag.h:
12025         * tests/check/Makefile.am:
12026         * tests/check/elements/cmmldec.c:
12027         * tests/check/elements/cmmlenc.c:
12028         * tests/check/elements/skeldec.c:
12029           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
12030           Includes tests & docs, oh my! Passes Thomas's -good checklist
12031           entirely. Wow.
12032
12033 2006-02-24  Michael Smith  <msmith@fluendo.com>
12034
12035         * autogen.sh:
12036           Check for automake 1.9 as well.
12037
12038 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12039
12040         * ext/flac/gstflacenc.c:
12041           Change min. sample rate to 8kHz to match flacdec's.
12042           
12043 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
12044
12045         * ext/cdio/Makefile.am:
12046           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
12047           required for Cygwin, see #317048)
12048
12049         * gst/rtp/gstasteriskh263.c:
12050           Cygwin has includes for both the unix network socket API
12051           and the windows API, but only one can be included, so fix
12052           includes to only use one or the other, prefering the unxi
12053           one (#317048).
12054
12055 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12056
12057         * rtp/gst/gstrtppcmadepay.c:
12058         * rtp/gst/gstrtppcmadepay.h:
12059         * rtp/gst/gstgstrtppcmapay.c:
12060         * rtp/gst/gstgstrtppcmapay.h:
12061         * rtp/gst/gstrtppcmudepay.c:
12062         * rtp/gst/gstrtppcmudepay.h:
12063         * rtp/gst/gstrtppcmupay.c:
12064         * rtp/gst/gstrtppcmupay.h:
12065         * rtp/gst/Makefile.am:
12066         * rtp/gst/gstrtp.c:
12067         * rtp/gst/README:
12068         Separated the G711 payloaders/depayloaders into separate elements for
12069         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
12070
12071 2006-02-22  Wim Taymans  <wim@fluendo.com>
12072
12073         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
12074         (gst_dvdec_change_state):
12075         * ext/dv/gstdvdec.h:
12076         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
12077         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12078         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12079         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
12080         (gst_dvdemux_flush), (gst_dvdemux_chain),
12081         (gst_dvdemux_change_state):
12082         * ext/dv/gstdvdemux.h:
12083         Ueber spiffify some more, added debug category.
12084         Use _scale.
12085         Use segments, respect playback rate from newsegment.
12086         Fix refcount issue.
12087
12088 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
12089
12090         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
12091         (gst_signal_processor_process):
12092         Fix compilation of LADPSA. It doesn't seem to work, and isn't
12093         enabled for the build, but it helps me win the feature-count
12094         competitions ooh yeah.
12095
12096 2006-02-19  Wim Taymans  <wim@fluendo.com>
12097
12098         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
12099         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12100         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
12101         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
12102         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12103         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
12104         Use scaling code for added precission and more correct stop
12105         position in case scale==0.
12106
12107 2006-02-19  Wim Taymans  <wim@fluendo.com>
12108
12109         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12110         (gst_flxdec_chain):
12111         * gst/flx/gstflxdec.h:
12112         Implement DURATION query.
12113
12114 2006-02-19  Wim Taymans  <wim@fluendo.com>
12115
12116         * gst/flx/flx_color.h:
12117         * gst/flx/flx_fmt.h:
12118         * gst/flx/gstflxdec.c: (gst_flxdec_init),
12119         (gst_flxdec_src_query_handler), (flx_decode_color),
12120         (gst_flxdec_chain):
12121         * gst/flx/gstflxdec.h:
12122         Set MALLOCDATA for the temp buffers so we don't leak.
12123         Some debug cleanups.
12124         Consume all data in the adapter before leaving the chain
12125         function. Fixes #330678.
12126
12127 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
12128
12129         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12130         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
12131          Handle 0 data size in otherwise valid frames.
12132          Handle numeric strings in 2.4.0 even when not in parentheses 
12133
12134 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
12135
12136         * gst/matroska/matroska-demux.c:
12137         (gst_matroska_demux_subtitle_caps),
12138         (gst_matroska_demux_plugin_init):
12139         * gst/matroska/matroska-ids.h:
12140           Recognise SSA/ASS and USF subtitle formats and
12141           set proper caps when they are found.
12142
12143 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12144
12145         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
12146         (gst_jpeg_dec_chain):
12147           Fix invalid memory access for some odd-sized images
12148           (see image contained in quicktime stream in #327083);
12149           use g_malloc() instead of g_alloca().
12150
12151 2006-02-17  Wim Taymans  <wim@fluendo.com>
12152
12153         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12154         Patch from Sebastien Cote, fixes #319884
12155
12156 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12157
12158         * ext/cdio/gstcdio.c: (plugin_init):
12159           Init debug category (#331253).
12160
12161 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12162
12163         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12164           Pass extra_data to gst_riff_create_audio_caps(), so that
12165           WAVEFORMATEX stuff works. Post audio codec name and post
12166           it as taglist on the bus. Allow up to 8 channesl for raw
12167           PCM in the source pad template caps.
12168
12169 2006-02-16  Wim Taymans  <wim@fluendo.com>
12170
12171         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12172         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12173         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
12174         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
12175         (gst_multipart_set_property), (gst_multipart_get_property):
12176         Applied #318663. Gives quite a few false positives in
12177         autoscan mode, but it's better than nothing. Not closing yet.
12178
12179 2006-02-16  Wim Taymans  <wim@fluendo.com>
12180
12181         * docs/plugins/Makefile.am:
12182         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12183         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12184         * docs/plugins/gst-plugins-good-plugins.args:
12185         * docs/plugins/inspect/plugin-udp.xml:
12186         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12187         (gst_udpsrc_start):
12188         Update documentation.
12189         Fix args.
12190
12191 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
12192
12193         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12194         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
12195         frame size. (Fixes #331368)
12196
12197 2006-02-16  Wim Taymans  <wim@fluendo.com>
12198
12199         * gst/rtsp/README:
12200         Updated README.
12201
12202         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
12203         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
12204         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
12205         * gst/rtsp/gstrtspsrc.h:
12206         Make sure the RTP port is an even port an try to allocate 
12207         another if not.
12208         Added retry property to control max retries for port allocation.
12209         Make sure RTCP port is RTP port+1.
12210         Cleanup when port allocation fails.
12211         Fixes #319183.
12212         
12213 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12214
12215         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
12216           Don't ignore return value of the parent class's state
12217           change function (#331385, patch by: Wouter Paesen).
12218
12219 2006-02-15  Wim Taymans  <wim@fluendo.com>
12220
12221         * configure.ac:
12222         * docs/plugins/Makefile.am:
12223         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12224         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12225         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12226         * ext/Makefile.am:
12227         * ext/hal/Makefile.am:
12228         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
12229         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
12230         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
12231         (do_toggle_element), (gst_hal_audio_sink_set_property),
12232         (gst_hal_audio_sink_get_property),
12233         (gst_hal_audio_sink_change_state):
12234         * ext/hal/gsthalaudiosink.h:
12235         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
12236         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
12237         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
12238         (do_toggle_element), (gst_hal_audio_src_set_property),
12239         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
12240         * ext/hal/gsthalaudiosrc.h:
12241         * ext/hal/gsthalelements.c: (plugin_init):
12242         * ext/hal/gsthalelements.h:
12243         * ext/hal/hal.c: (gst_hal_get_string),
12244         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
12245         (gst_hal_get_audio_src):
12246         * ext/hal/hal.h:
12247         Add HAL sound device wrapper plugins. Closes #329106
12248
12249 2006-02-15  Wim Taymans  <wim@fluendo.com>
12250
12251         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12252         Add comment in a fultile attempt to stop the copy-and-paste 
12253         paradigm leading to duplication of bad code.
12254
12255         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
12256         Mime parameters have to be checked case insensitive
12257
12258 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12259
12260         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
12261           Advance stream time for lagging subtitle streams by sending
12262           newsegment events with the update flag set.
12263
12264 2006-02-14  Edward Hervey  <edward@fluendo.com>
12265
12266         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
12267         There can be bogus data before the hdrl LIST tag in the RIFF header.
12268         It's hard to say if it's not respecting the AVI specifications or not,
12269         but since Google Video is producing AVIs like that and the other player
12270         don't seem to complain, I guess we should do the same.
12271
12272 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
12273
12274         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
12275         (parse_split_strings):
12276         Add more validation to ensure that a char encoding conversion
12277         produced a valid UTF-8 string.
12278
12279 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
12280
12281         Reviewed by: Edward Hervey  <edward@fluendo.com>
12282
12283         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12284         Properly handle end of segment. Closes #330885.
12285
12286 2006-02-13  Wim Taymans  <wim@fluendo.com>
12287
12288         * gst/rtp/gstrtpmp4gpay.h:
12289         For got to commit this one.
12290
12291 2006-02-12  Wim Taymans  <wim@fluendo.com>
12292
12293         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
12294         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
12295         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12296         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
12297         * gst/rtp/gstrtpmp4gpay.h:
12298         Make more things work.
12299         Handle ACC config strings.
12300
12301 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12302
12303         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
12304           set timestamps if no incoming timestamps set
12305
12306 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
12307
12308         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
12309         (gst_tag_demux_do_typefind):
12310           ... and fix the very same leaks in GstTagDemux.
12311
12312 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
12313
12314         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
12315         (gst_id3demux_do_typefind):
12316         Fix a couple of mem leaks. (Patch by Jonathan Matthew
12317         <jonathan at kaolin dot wh9 dot net>)
12318
12319 2006-02-10  Wim Taymans  <wim@fluendo.com>
12320
12321         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
12322         First set options, then set caps or else the baseclass
12323         will not know about the options, duh.
12324
12325 2006-02-10  Wim Taymans  <wim@fluendo.com>
12326
12327         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
12328         (gst_rtp_mp4v_pay_setcaps):
12329         Don't waste time looking for a config string if we have codec_info
12330         on the incomming caps.
12331
12332 2006-02-10  Wim Taymans  <wim@fluendo.com>
12333
12334         * gst/rtp/README:
12335         Say something about case-sensitivity of caps vs mime-attributes.
12336
12337         * gst/rtp/Makefile.am:
12338         * gst/rtp/gstrtp.c: (plugin_init):
12339         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12340         (gst_rtp_amr_pay_handle_buffer):
12341         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
12342         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
12343         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
12344         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
12345         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
12346         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
12347         (gst_rtp_mp4g_pay_plugin_init):
12348         * gst/rtp/gstrtpmp4gpay.h:
12349         Added beginnings of mpeg4-generic payloader (RFC 3640)
12350
12351 2006-02-09  Wim Taymans  <wim@fluendo.com>
12352
12353         * gst/rtsp/Makefile.am:
12354         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
12355         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
12356         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
12357         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
12358         (gst_rtpdec_change_state):
12359         * gst/rtsp/gstrtpdec.h:
12360         * gst/rtsp/gstrtsp.c: (plugin_init):
12361         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12362         * gst/rtsp/rtspconnection.c: (read_body),
12363         (rtsp_connection_receive):
12364         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
12365         Resurected rtpdec to make rtspsrc happy again.
12366         Skip attributes from the session id.
12367         Don't crash when dumping a message with an empty body.
12368
12369
12370 2006-02-09  Wim Taymans  <wim@fluendo.com>
12371
12372         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12373         Added more meaningfull warnings when something goes wrong.
12374         Clear F bit on outgoing AMR packets.
12375
12376         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12377         (gst_rtp_amr_pay_handle_buffer):
12378         Added debugging category
12379         Support payloading of multiple AMR frames.
12380
12381         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
12382         Added some debugging.
12383
12384 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
12385
12386         * configure.ac:
12387           Back to CVS
12388
12389 === release 0.10.2 ===
12390
12391 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
12392
12393         * configure.ac:
12394           releasing 0.10.2, "Papa was a rolling stone"
12395
12396 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12397
12398         * configure.ac:
12399           Bump core and plugins-base requirement to 0.10.2.2
12400           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
12401
12402 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12403
12404         * ext/flac/gstflac.c: (plugin_init):
12405         * ext/speex/gstspeex.c: (plugin_init):
12406           Register musicbrainz tags.
12407
12408 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12409
12410         * ext/gconf/gconf.h:
12411           Remove declaration of function that no longer exists.
12412
12413 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12414
12415         * ext/shout2/gstshout2.c: (gst_shout2send_render),
12416         (gst_shout2send_setcaps), (gst_shout2send_change_state):
12417         Make shout2 work for non ogg streams
12418
12419 2006-02-06  Wim Taymans  <wim@fluendo.com>
12420
12421         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12422         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
12423         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
12424         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
12425         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
12426         * gst/udp/gstmultiudpsink.h:
12427         Updated docs.
12428         Added properties bytes-served, bytes_to_serve.
12429         Post proper error messages,
12430         Emit client added signal too.
12431
12432 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12433
12434         * docs/plugins/Makefile.am:
12435         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12436         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12437         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12438         (gst_multiudpsink_get_stats):
12439           adding docs for multiudpsink
12440
12441 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12442
12443         * gst/level/gstlevel.c: (gst_level_transform_ip):
12444           peak below decay is not necessarily an error, so don't ERROR log
12445
12446 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12447
12448         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
12449         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
12450         (gst_ebml_write_seek):
12451         * gst/matroska/ebml-write.h:
12452           Make sure we send a newsegment event in BYTES format
12453           before sending buffers (#328531).
12454
12455 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12456
12457         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
12458         (gst_dvdemux_sink_query):
12459         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
12460         * ext/speex/gstspeexdec.c: (speex_get_query_types),
12461         (speex_dec_src_query):
12462         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
12463         (gst_speexenc_sink_query):
12464         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12465         * gst/matroska/matroska-demux.c:
12466         (gst_matroska_demux_get_src_query_types),
12467         (gst_matroska_demux_handle_src_query):
12468         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
12469         (gst_wavparse_pad_query):
12470           Pass unhandled queries upstream instead of just dropping
12471           them (#326446). Update query type arrays here and there.
12472
12473 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12474
12475         * tests/check/elements/matroskamux.c: (setup_src_pad):
12476           Collectpads in core got changed and now also holds a
12477           reference to any pad that is part of it. Fix refcount
12478           checks in test case accordingly.
12479
12480 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12481
12482         * gst/apetag/gstapedemux.h:
12483           Fix include, for now GstTagDemux is in the apetag dir.
12484
12485 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12486
12487         * docs/plugins/Makefile.am:
12488         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12489         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12490         * docs/plugins/inspect/plugin-cdio.xml:
12491           Add cdio plugin to docs.
12492
12493         * ext/cdio/gstcdiocddasrc.c:
12494           Add gtk-doc blurb.
12495
12496         * ext/cdio/gstcdio.c:
12497           The plugin is called 'cdio' not 'cddio'.
12498
12499 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12500
12501         * configure.ac:
12502         * docs/plugins/Makefile.am:
12503         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12504         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12505         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12506         * docs/plugins/inspect/plugin-apetag.xml:
12507         * gst/apetag/Makefile.am:
12508         * gst/apetag/gstapedemux.c:
12509         * gst/apetag/gstapedemux.h:
12510         * gst/apetag/gsttagdemux.c:
12511         * gst/apetag/gsttagdemux.h:
12512           Add APE tag demuxer (#325649).
12513
12514 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12515
12516         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
12517         (gst_gconf_get_default_video_sink),
12518         (gst_gconf_get_default_audio_src),
12519         (gst_gconf_get_default_video_src):
12520         * ext/gconf/gconf.h:
12521         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
12522         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
12523         (do_toggle_element):
12524         * ext/gconf/gstgconfaudiosink.h:
12525         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
12526         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
12527         (do_toggle_element):
12528         * ext/gconf/gstgconfaudiosrc.h:
12529         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
12530         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
12531         (do_toggle_element):
12532         * ext/gconf/gstgconfvideosink.h:
12533         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
12534         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
12535         (do_toggle_element):
12536         * ext/gconf/gstgconfvideosrc.h:
12537           Ignore changing the GConf key to "". Ignore GConf key updates
12538           that don't actually change the string.
12539           For now, ignore the GConf key when the state is > READY, as
12540           it breaks streaming. Sometime it will be nice to bring the
12541           new sink online even mid-stream, by sending NEWSEGMENT info
12542           and possibly prerolling.
12543           (Fixes #326736)
12544
12545 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12546
12547         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
12548         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
12549         (zoomFilterSetResolution), (zoomFilterDestroy),
12550         (zoomFilterFastRGB), (pointFilter):
12551         * gst/goom/filters.h:
12552         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
12553         (goom_update), (goom_close):
12554         * gst/goom/goom_core.h:
12555         * gst/goom/goom_tools.h:
12556         * gst/goom/graphic.c:
12557         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
12558         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
12559         * gst/goom/gstgoom.h:
12560         * gst/goom/lines.c: (goom_lines):
12561         * gst/goom/lines.h:
12562           Make goom reentrant by moving all important static variables
12563           into instance structures.
12564           (Fixes #329181)
12565
12566 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
12567
12568         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
12569         (gst_avi_demux_all_source_pads_unlinked),
12570         (gst_avi_demux_process_next_entry):
12571         * gst/avi/gstavidemux.h:
12572           Third attempt, use gst_pad_is_linked() this time.
12573
12574 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
12575
12576         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12577         (parse_split_strings):
12578         Adjust for data length indicators when parsing (Fixes #329810)
12579         Fix stupid bug parsing UTF-8 tag text.
12580         Output tag strings with multiple fields as multiple tags, so the
12581         app gets all the data.
12582
12583 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12584
12585         * ext/flac/gstflacenc.c:
12586         Fixed a bug add in last commit, where no event is send. Thanks Tim to
12587         show me.
12588         
12589 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12590
12591         * ext/flac/gstflacenc.c:
12592         * gst/matroska/ebml-read.c:
12593         Just make it compile with --disable-gst-debug.
12594
12595 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
12596
12597         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
12598         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
12599         (id3v2_genre_fields_to_taglist):
12600           Never output a tag with a null contents string.
12601
12602 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12603
12604         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
12605           Only pause if all pads are unlinked AND we've tried to send data
12606           on all of them at least once.
12607
12608 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12609
12610         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
12611         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
12612           Make loop function/task pause itself when all source pads are
12613           unlinked.
12614
12615 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12616
12617         * configure.ac:
12618         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
12619           Use new functions from core to render a bin from a
12620           string. Fixes build. Up requirements to core CVS.
12621
12622 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12623
12624         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
12625           Don't push buffers into the adapter that we are going to
12626           push downstream again without framing anyway. Also, the
12627           adaptor takes ownership of buffers put into it (fixes
12628           auparse pushing invalid buffers for .au files with
12629           ADPCM contents). Finally, set caps on all outgoing buffers.
12630
12631 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
12632
12633         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
12634         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
12635         (gst_id3demux_send_tag_event):
12636         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
12637         Someone should kick my butt. Remove ID3v1 tags from the end of the
12638         file.
12639
12640         Improve error messages. Send the TAG message as soon as we complete
12641         typefinding, instead of waiting until we send the first buffer.
12642         Downstream tag event is still sent before the first buffer.
12643
12644 2006-01-27  Jan Gerber  <j@bootlab.org>
12645
12646         Reviewed by: Andy Wingo <wingo@pobox.com>
12647
12648         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
12649         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
12650         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
12651         to not have warings flooding stderr. this is the suggested way
12652         also used in dvgrab and kino. (#328336)
12653
12654 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
12655
12656         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
12657         (gst_oss_sink_init), (gst_oss_sink_finalise):
12658           Free the device name string when finalised.
12659
12660 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
12661
12662         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
12663           Don't put function calls in g_return_if_fail() statements,
12664           or they'll be replaced with NOOPs if someone compiles with
12665           G_DISABLE_CHECKS defined.
12666           
12667 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
12668
12669         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12670         Never trust ANY information encoded in a media file, especially
12671         when it's giving you sizes. (Fixes #328452)
12672
12673 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
12674
12675         * gst/rtp/gstrtpg711pay.c:
12676         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
12677         bug #325148.
12678
12679 2006-01-23  Edward Hervey  <edward@fluendo.com>
12680
12681         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
12682         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
12683         * gst/matroska/matroska-ids.h:
12684         Added recognition of Real Audio and Video streams in matroska demuxer.
12685
12686 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12687
12688         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
12689           Remove errant break statement, and fix compilation with
12690           older GCC.
12691
12692 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
12693
12694         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12695
12696         * sys/sunaudio/gstsunaudiomixerctrl.c:
12697         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
12698           Export functions that are needed in other parts of the code,
12699           makes the mixer actually work; adjust magic minimum buffer-time
12700           value from 3ms to 5ms to work around stuttering during mp3
12701           playback (#327765).
12702
12703 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
12704
12705         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12706
12707         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
12708         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
12709           Fix possible deadlock in matroska muxer (#327825).
12710
12711 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
12712
12713         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
12714         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
12715         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
12716         * gst/rtsp/sdpmessage.h:
12717         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
12718         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
12719           C89 fixes: declare variables at the beginning of a block and
12720           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
12721           <jensgr at gmx dot net>).
12722
12723 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12724
12725         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12726         * gst/id3demux/id3tags.h:
12727         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12728         (parse_comment_frame), (parse_text_identification_frame),
12729         (id3v2_tag_to_taglist), (id3v2_are_digits),
12730         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
12731         (parse_split_strings), (free_tag_strings):
12732           Rewrite parsing of text tags to handle multiple NULL terminated
12733           strings. Parse numeric genre strings and ID3v2 type
12734           "(3)(6)Alternative" style genre strings.
12735           Parse dates that are only YYYY or YYYY-mm format.
12736           (Fixes #328241 and #322154)
12737
12738 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
12739
12740         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12741           Don't forget to initialize liboil, otherwise our oil functions
12742           will crash (fixes #327871; patch by: Christoph Burghardt
12743           <hawkes at web dot de>).
12744
12745 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12746
12747         * configure.ac:
12748           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
12749           like in the core and gst-plugins-base. Fixes #324367 and #326683;
12750           patch by: Brian Cameron <brian dot cameron at sun dot com>
12751
12752 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12753
12754         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
12755         * ext/cdio/gstcdio.h:
12756         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
12757           Fix build for libcdio versions >= 76; give slightly lower rank
12758           than cdparanoia.
12759
12760 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12761
12762         * configure.ac:
12763         * ext/Makefile.am:
12764         * ext/cdio/Makefile.am:
12765         * ext/cdio/gstcdio.c:
12766         * ext/cdio/gstcdio.h:
12767         * ext/cdio/gstcdiocddasrc.c:
12768         * ext/cdio/gstcdiocddasrc.h:
12769           Port libcdio cdda source, formerly known as cddasrc, now known as
12770           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
12771           but that's not tested (fixes #317658).
12772
12773 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12774
12775         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
12776           Fix conversion from TIME to BYTES format (fixes #326864;
12777           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
12778
12779 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
12780
12781         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12782           Fix compilation of id3demux when zlib is not present.
12783           (Fixes #326602; patch by: Sergey Scobich)
12784
12785 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
12786
12787         * ext/esd/Makefile.am:
12788           Add $(ESD_CFLAGS), otherwise build will fail for folks
12789           with libesd in a non-standard prefix (#327009).
12790
12791 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12792
12793         * configure.ac:
12794           back to HEAD
12795
12796 === release 0.10.1 ===
12797
12798 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
12799
12800         * configure.ac:
12801           releasing 0.10.1, "Li"
12802
12803 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12804
12805           patch by: Wim Taymans
12806
12807         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12808           fix memleak.  Fixes #326618
12809
12810 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12811
12812           patch by: Mike Smith
12813
12814         * gst/level/gstlevel.c: (gst_level_message_new),
12815         (gst_level_message_append_channel):
12816           Fix memleak.  Fixes #326612
12817
12818 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12819
12820         * configure.ac:
12821           prereleasing
12822         * po/af.po:
12823         * po/az.po:
12824         * po/cs.po:
12825         * po/en_GB.po:
12826         * po/hu.po:
12827         * po/it.po:
12828         * po/nb.po:
12829         * po/nl.po:
12830         * po/or.po:
12831         * po/sq.po:
12832         * po/sr.po:
12833         * po/sv.po:
12834         * po/uk.po:
12835         * po/vi.po:
12836           update translations
12837
12838 2006-01-10  Michael Smith  <msmith@fluendo.com>
12839
12840         * gst/level/gstlevel.c: (gst_level_class_init),
12841         (gst_level_dispose):
12842           Don't leak filter arrays.
12843
12844 2006-01-09 Brian Cameron <brian.cameron@sun.com>
12845
12846         reviewed by: Christian Schaller <uraeus@gnome.org>
12847         
12848         * configure.ac:
12849         * gst-plugins-good.spec.in:
12850         * sys/Makefile.am:
12851         * sys/sunaudio/Makefile.am:
12852         * sys/sunaudio/gstsunaudio.c: (plugin_init):
12853         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
12854         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
12855         (gst_sunaudiomixer_change_state):
12856         * sys/sunaudio/gstsunaudiomixer.h:
12857         * sys/sunaudio/gstsunaudiomixerctrl.c:
12858         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
12859         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
12860         (gst_sunaudiomixer_ctrl_list_tracks),
12861         (gst_sunaudiomixer_ctrl_get_volume),
12862         (gst_sunaudiomixer_ctrl_set_volume),
12863         (gst_sunaudiomixer_ctrl_set_mute),
12864         (gst_sunaudiomixer_ctrl_set_record):
12865         * sys/sunaudio/gstsunaudiomixerctrl.h:
12866         * sys/sunaudio/gstsunaudiomixertrack.c:
12867         (gst_sunaudiomixer_track_class_init),
12868         (gst_sunaudiomixer_track_init), (fill_labels),
12869         (gst_sunaudiomixer_track_new):
12870         * sys/sunaudio/gstsunaudiomixertrack.h:
12871         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
12872         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
12873         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12874         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
12875         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
12876         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
12877         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
12878         * sys/sunaudio/gstsunaudiosink.h:
12879
12880         Add SunAudio plugin - tested to make sure it doesn't break
12881         the build under GNU/Linux.      
12882
12883 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
12884
12885         * gst-plugins-good/gst/udp/gstdynudpsink.c:
12886         * gst-plugins-good/gst/udp/gstudpsrc.c:
12887         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
12888         overrides the port or multicast parameters. Fixes bugs #323021.
12889         API addition: adds GstUDPSrc::sockfd property   
12890
12891 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
12892
12893         * ext/gconf/Makefile.am:
12894         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
12895         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
12896         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
12897         (do_toggle_element), (cb_toggle_element),
12898         (gst_gconf_audio_src_change_state):
12899         * ext/gconf/gstgconfaudiosrc.h:
12900         * ext/gconf/gstgconfelements.c: (plugin_init):
12901         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
12902         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
12903         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
12904         (do_toggle_element), (cb_toggle_element),
12905         (gst_gconf_video_src_change_state):
12906         * ext/gconf/gstgconfvideosrc.h:
12907           Add new gconfaudiosrc and gconfvideosrc elements
12908           (needed for gnome-sound-recorder).
12909
12910 2006-01-06  Edward Hervey  <edward@fluendo.com>
12911
12912         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
12913         Add gst_element_no_more_pads() for proper decodebin behaviour.
12914         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
12915         (parse_text_identification_frame), (parse_split_strings):
12916         Failure to decode some tags is not a GST_ERROR() but a
12917         GST_WARNING()
12918         When iterating over a chunk of text, check that we haven't gone too
12919         far.
12920
12921 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
12922
12923         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
12924         (plugin_init):
12925           call oil_init() when using liboil
12926
12927 2006-01-04  Wim Taymans  <wim@fluendo.com>
12928
12929         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12930         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12931         Fix leaks.
12932
12933 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
12934
12935         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12936
12937         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
12938         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
12939         (gst_flac_dec_change_state):
12940           Don't g_assert() where we should just return FALSE; remove
12941           unnecessary g_assert(); initialize some fields properly in
12942           state change function (fixes #325504). Also, use
12943           GST_DEBUG_OBJECT in two more places.
12944
12945 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
12946
12947         * configure.ac:
12948           also remove smoothwave's Makefile.am
12949         * docs/plugins/Makefile.am:
12950           fix plugin docs
12951
12952 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
12953
12954         * tests/examples/Makefile.am:
12955           added missing Makefile.am
12956
12957 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
12958
12959         * configure.ac:
12960         * gst/level/Makefile.am:
12961         * gst/level/level-example.c:
12962         * tests/Makefile.am:
12963         * tests/examples/level/Makefile.am:
12964         * tests/examples/level/level-example.c: (message_handler), (main):
12965           moved level-example to tests/examples/level-example
12966         * tests/old/examples/level/demo.c: (main):
12967         * tests/old/examples/level/plot.c: (main):
12968           some initial fixes
12969
12970 2005-12-29  Michael Smith  <msmith@fluendo.com>
12971
12972         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
12973         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
12974         * gst/udp/gstmultiudpsink.h:
12975           Track packets sent per client in addition to bytes sent; provide
12976           this info through get-stats signal
12977
12978 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
12979
12980         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
12981           Can't use gst_object_unref() on a GstAdapter (#325191).
12982
12983 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
12984
12985         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12986         If a broken tag has 0 bytes payload, at least still skip
12987         the 10 byte header
12988
12989 2005-12-22  Philippe Khalaf  <burger@speedy.org>
12990
12991         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
12992         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
12993         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
12994         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
12995           Making these depayloaders (H263+ and mpeg4 video) inherit from
12996           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
12997
12998 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12999
13000         * docs/plugins/gst-plugins-good-plugins.args:
13001         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13002         Regenerate the plugin hiearchy.
13003
13004 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13005
13006         * docs/plugins/Makefile.am:
13007         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13008         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13009         * docs/plugins/gst-plugins-good-plugins.args:
13010         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
13011         (gst_id3demux_base_init), (gst_id3demux_class_init),
13012         (gst_id3demux_chain):
13013         * gst/id3demux/gstid3demux.h:
13014           Add documentation for id3demux.
13015           Don't fail if the first buffer is not at offset 0, just
13016           attempt to typefind and do pass through
13017           Rename the gst_type function from gst_gst_id3demux..
13018
13019 2005-12-20  Michael Smith  <msmith@fluendo.com>
13020
13021         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13022         (gst_multiudpsink_add), (gst_multiudpsink_remove),
13023         (gst_multiudpsink_get_stats):
13024         * gst/udp/gstmultiudpsink.h:
13025           Collect statistics; return them from get_stats.
13026
13027 2005-12-19  Edward Hervey  <edward@fluendo.com>
13028
13029         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
13030         Stupid signedness issue...
13031
13032 2005-12-19  Edward Hervey  <edward@fluendo.com>
13033
13034         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13035         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
13036         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
13037         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13038         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
13039         Construct index for indexless files.
13040         Make sure pad/buffers are correctly reset to NULL once we don't need
13041         them anymore, else we get lovely segfaults/assertions.
13042         * gst/wavparse/gstwavparse.c:
13043         Yes, you can have 96KHz audio and wma in wav :(
13044
13045 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
13046
13047         * configure.ac:
13048           Check for optional dependency on zlib for id3demux
13049
13050         * gst/id3demux/Makefile.am:
13051         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
13052         (gst_id3demux_base_init), (gst_id3demux_class_init),
13053         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
13054         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
13055         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
13056         (gst_id3demux_set_property), (gst_id3demux_get_property),
13057         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
13058         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
13059         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
13060         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
13061         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
13062         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
13063         (simple_find_peek), (simple_find_suggest),
13064         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
13065         (plugin_init):
13066         * gst/id3demux/gstid3demux.h:
13067         * gst/id3demux/id3tags.c: (read_synch_uint),
13068         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
13069         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
13070         (id3demux_id3v2_frames_to_tag_list):
13071         * gst/id3demux/id3tags.h:
13072         * gst/id3demux/id3v2.4.0-frames.txt:
13073         * gst/id3demux/id3v2.4.0-structure.txt:
13074         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13075         (parse_comment_frame), (parse_text_identification_frame),
13076         (id3v2_tag_to_taglist), (parse_split_strings):
13077           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
13078           otherwise it discards them. Works on my test files. 
13079
13080         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
13081           Don't send EOS to a non-existing srcpad
13082           The debug category can be static
13083
13084 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
13085
13086         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
13087         * ext/esd/esdsink.c: (gst_esdsink_prepare):
13088         * gst/multipart/multipartdemux.c:
13089           change some char* into char[]
13090
13091 2005-12-16  Wim Taymans  <wim@fluendo.com>
13092
13093         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13094         (gst_wavparse_other), (gst_wavparse_perform_seek),
13095         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
13096         (gst_wavparse_loop), (gst_wavparse_pad_convert),
13097         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
13098         * gst/wavparse/gstwavparse.h:
13099         Use GstSegment to implement more seeking features.
13100
13101 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13102
13103         * gst/rtsp/rtspconnection.c:
13104           Add <netinet/in.h> include and move <arpa/inet.h> include
13105           to make things work on OpenBSD as well (fixes #323717;
13106           patch by: Benjamin Pineau)
13107
13108 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
13109
13110         * gst/rtp/gstrtpspeexdepay.c:
13111         * gst/rtp/gstrtpspeexpay.c:
13112         Set clock rate to be fixed in 8000. It fixes bug #324012.
13113
13114 2005-12-14  Philippe Khalaf  <burger@speedy.org>
13115
13116         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
13117         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
13118         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
13119         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13120         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13121         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
13122         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
13123         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13124         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
13125         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13126         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
13127         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
13128         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
13129         * gst-plugins-good/gst/rtp/README:
13130         Fixed payload range in payloder caps. Removed payload range completely
13131         from depayloaders as they don't require payload type in their caps.
13132         In effect, there isn't any specific payload type for any given codec,
13133         only suggestions.
13134         Fixes bug #324011.
13135
13136 2005-12-13  Julien MOUTTE  <julien@moutte.net>
13137
13138         * gst/videomixer/videomixer.c: (gst_videomixer_init),
13139         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13140         (gst_videomixer_collected): Code cleanup and re-enabling 
13141         queued time validity check for correct EOS handling.
13142
13143 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
13144
13145         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13146         (gst_oss_mixer_element_get_property),
13147         (gst_oss_mixer_element_change_state):
13148         Add 'device-name' property and fix state change function.
13149
13150 2005-12-13  Edward Hervey  <edward@fluendo.com>
13151
13152         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
13153         If the speed of the file is null in the header, set the frame_time to
13154         the default setting of GST_SECOND / 70. Which is the default
13155         frame_delay for .fli files as stated in this document :
13156         http://www.compuphase.com/flic.htm
13157         Would be nice to have the time conversion done properly too (duration =
13158         flxh->frames * flxdec->frame_time)
13159
13160 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13161
13162         * docs/plugins/Makefile.am:
13163         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13164         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13165         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13166         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13167         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13168         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
13169         documentation for videomixer on my way with a funny sample
13170         pipeline.
13171
13172 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13173
13174         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13175         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13176         (gst_videomixer_update_queues), (gst_videomixer_collected):
13177         Fix caps negotiation. (#323896)
13178
13179 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
13180
13181         * gst/matroska/matroska-demux.c:
13182         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
13183           Set correct timestamps on audio laces, fixes playback of mp3 from
13184                 matroska.
13185
13186 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13187
13188         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
13189         (gst_au_parse_class_init), (gst_au_parse_init),
13190         (gst_au_parse_dispose), (gst_au_parse_chain),
13191         (gst_au_parse_change_state), (plugin_init):
13192         * gst/auparse/gstauparse.h:
13193           Use gst_object_unref() for GstObjects instead of
13194           g_object_unref() and fix a mem leak in a debug
13195           statement; while we're at it, also borgify, use
13196           boilerplate macros and clean up a little bit.
13197
13198 2005-12-11  Edward Hervey  <edward@fluendo.com>
13199
13200         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
13201         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
13202         Added pull mode.
13203
13204 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13205
13206         * gst/goom/gstgoom.c:
13207         * gst/level/level-example.c: (main):
13208         * gst/smoothwave/demo-osssrc.c: (main):
13209           Use audiotestsrc instead of sinesrc (#323798).
13210
13211 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
13212
13213         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
13214           more debug-func-ptr usage
13215
13216 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
13217
13218         * gst/flx/flx_color.c: (flx_colorspace_convert):
13219         * gst/flx/flx_color.h:
13220         * gst/flx/flx_fmt.h:
13221         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
13222         * gst/flx/gstflxdec.h:
13223           Now flxdec works on big-endian machines as well.
13224
13225 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13226
13227         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
13228         (gst_fenced_buffer_copy):
13229           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
13230           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
13231           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
13232           and use GST_DEBUG_FUNCPTR for pad functions.
13233
13234 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13235
13236         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
13237         (gst_flac_dec_class_init), (gst_flac_dec_init),
13238         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
13239         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
13240         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
13241         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
13242         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
13243         (gst_flac_dec_change_state):
13244         * ext/flac/gstflacdec.h:
13245           Rewrite flacdec a bit, so that even seeking might work now. Most
13246           importantly, don't act upon any flow return values we get, just tell
13247           the decoder everything's dandy and act on the flow return values
13248           later on in the loop function. We don't want to mess up the internal
13249           decoder state for non-fatal things like flushing pads etc. Other
13250           than that, use GstSegment (segment seeks don't work yet though, but
13251           should be easy to add), use boilerplate macros, drop the superfluous
13252           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
13253           lots of other things.
13254
13255 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13256
13257         * configure.ac:
13258           Update comment in OSS includes check.
13259
13260         * sys/oss/gstossdmabuffer.c:
13261         * sys/oss/gstosshelper.c:
13262         * sys/oss/gstossmixer.c:
13263         * sys/oss/gstossmixertrack.c:
13264         * sys/oss/gstosssink.c:
13265         * sys/oss/gstosssrc.c:
13266         * sys/oss/oss_probe.c:
13267           Don't assume the OSS soundcard.h include is always in
13268           the sys/ directory. Instead, use the existing defines
13269           from config.h to include the right file. Fixes
13270           compilation on OpenBSD 3.8 (#323718).
13271
13272 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13273
13274         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13275         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13276         * docs/plugins/inspect/plugin-1394.xml:
13277         * docs/plugins/inspect/plugin-aasink.xml:
13278         * docs/plugins/inspect/plugin-alaw.xml:
13279         * docs/plugins/inspect/plugin-alpha.xml:
13280         * docs/plugins/inspect/plugin-alphacolor.xml:
13281         * docs/plugins/inspect/plugin-auparse.xml:
13282         * docs/plugins/inspect/plugin-autodetect.xml:
13283         * docs/plugins/inspect/plugin-avi.xml:
13284         * docs/plugins/inspect/plugin-cacasink.xml:
13285         * docs/plugins/inspect/plugin-cairo.xml:
13286         * docs/plugins/inspect/plugin-cutter.xml:
13287         * docs/plugins/inspect/plugin-debug.xml:
13288         * docs/plugins/inspect/plugin-dv.xml:
13289         * docs/plugins/inspect/plugin-efence.xml:
13290         * docs/plugins/inspect/plugin-effectv.xml:
13291         * docs/plugins/inspect/plugin-esdsink.xml:
13292         * docs/plugins/inspect/plugin-flac.xml:
13293         * docs/plugins/inspect/plugin-flxdec.xml:
13294         * docs/plugins/inspect/plugin-gconfelements.xml:
13295         * docs/plugins/inspect/plugin-goom.xml:
13296         * docs/plugins/inspect/plugin-jpeg.xml:
13297         * docs/plugins/inspect/plugin-level.xml:
13298         * docs/plugins/inspect/plugin-matroska.xml:
13299         * docs/plugins/inspect/plugin-mulaw.xml:
13300         * docs/plugins/inspect/plugin-multipart.xml:
13301         * docs/plugins/inspect/plugin-navigationtest.xml:
13302         * docs/plugins/inspect/plugin-ossaudio.xml:
13303         * docs/plugins/inspect/plugin-png.xml:
13304         * docs/plugins/inspect/plugin-rtp.xml:
13305         * docs/plugins/inspect/plugin-rtsp.xml:
13306         * docs/plugins/inspect/plugin-shout2send.xml:
13307         * docs/plugins/inspect/plugin-smpte.xml:
13308         * docs/plugins/inspect/plugin-speex.xml:
13309         * docs/plugins/inspect/plugin-udp.xml:
13310         * docs/plugins/inspect/plugin-videobox.xml:
13311         * docs/plugins/inspect/plugin-videoflip.xml:
13312         * docs/plugins/inspect/plugin-videomixer.xml:
13313         * docs/plugins/inspect/plugin-wavenc.xml:
13314         * docs/plugins/inspect/plugin-wavparse.xml:
13315         * ext/flac/gstflac.c: (plugin_init):
13316         * ext/flac/gstflacdec.c: (flacdec_get_type),
13317         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
13318         (gst_flac_dec_init), (gst_flac_dec_finalize),
13319         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
13320         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
13321         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
13322         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
13323         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
13324         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
13325         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
13326         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
13327         * ext/flac/gstflacdec.h:
13328         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
13329         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
13330         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
13331         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
13332         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
13333         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
13334         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
13335         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
13336         (gst_flac_enc_change_state):
13337         * ext/flac/gstflacenc.h:
13338           borgify and fix up documentation
13339
13340 2005-12-09  Michael Smith  <msmith@fluendo.com>
13341
13342         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
13343           Accept a wider range of flac files, more closely matching flac spec.
13344
13345 2005-12-08  Julien MOUTTE  <julien@moutte.net>
13346
13347         * docs/plugins/Makefile.am: Add multipart elements.
13348         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13349         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
13350         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13351         * gst/multipart/multipartdemux.c:
13352         * gst/multipart/multipartmux.c: Add docs.
13353
13354 2005-12-07  Edward Hervey  <edward@fluendo.com>
13355
13356         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
13357         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
13358         (gst_avi_demux_invert):
13359         Memleak and crasher fixes.
13360         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
13361         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
13362         Memleak fixes
13363
13364 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13365
13366         * ext/aalib/gstaasink.h:
13367         * ext/cairo/gsttextoverlay.h:
13368         * ext/dv/gstdvdec.h:
13369         * ext/dv/gstdvdemux.c:
13370         * ext/dv/gstdvdemux.h:
13371         * ext/esd/esdsink.h:
13372         * ext/flac/flac_compat.h:
13373         * ext/flac/gstflacdec.h:
13374         * ext/flac/gstflacenc.h:
13375         * ext/gconf/gconf.h:
13376         * ext/gconf/gstgconfaudiosink.h:
13377         * ext/gconf/gstgconfvideosink.h:
13378         * ext/gdk_pixbuf/gstgdkanimation.h:
13379         * ext/jpeg/gstjpegdec.h:
13380         * ext/jpeg/smokecodec.h:
13381         * ext/jpeg/smokeformat.h:
13382         * ext/ladspa/gstsignalprocessor.h:
13383         * ext/ladspa/search.c: (LADSPAPluginSearch):
13384         * ext/ladspa/utils.h:
13385         * ext/libmng/gstmng.c:
13386         * ext/libmng/gstmngdec.h:
13387         * ext/libmng/gstmngenc.c:
13388         * ext/libmng/gstmngenc.h:
13389         * ext/libpng/gstpng.c:
13390         * ext/libpng/gstpngenc.c:
13391         * ext/libpng/gstpngenc.h:
13392         * ext/shout2/gstshout2.h:
13393         * ext/speex/gstspeexdec.h:
13394         * ext/speex/gstspeexenc.c:
13395         * ext/speex/gstspeexenc.h:
13396         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13397         * gst/autodetect/gstautoaudiosink.h:
13398         * gst/autodetect/gstautovideosink.h:
13399         * gst/avi/gstavidemux.h:
13400         * gst/cutter/gstcutter.c: (gst_cutter_chain),
13401         (gst_cutter_set_property), (gst_cutter_get_caps):
13402         * gst/cutter/gstcutter.h:
13403         * gst/debug/tests.c: (md5_process_block):
13404         * gst/debug/tests.h:
13405         * gst/effectv/gstwarp.c:
13406         * gst/flx/flx_fmt.h:
13407         * gst/flx/gstflxdec.h:
13408         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
13409         (zoomFilterFastRGB):
13410         * gst/goom/filters.h:
13411         * gst/goom/goom_tools.h:
13412         * gst/law/alaw-encode.c:
13413         * gst/level/gstlevel.c:
13414         * gst/level/gstlevel.h:
13415         * gst/matroska/ebml-write.h:
13416         * gst/matroska/matroska-demux.h:
13417         * gst/matroska/matroska-ids.h:
13418         * gst/matroska/matroska-mux.h:
13419         * gst/monoscope/convolve.c: (convolve_match):
13420         * gst/monoscope/convolve.h:
13421         * gst/multipart/multipartmux.c:
13422         * gst/oldcore/gstaggregator.c:
13423         * gst/oldcore/gstaggregator.h:
13424         * gst/oldcore/gstmd5sink.c: (md5_process_block):
13425         * gst/oldcore/gstmd5sink.h:
13426         * gst/oldcore/gstmultifilesrc.c:
13427         * gst/oldcore/gstmultifilesrc.h:
13428         * gst/oldcore/gstpipefilter.h:
13429         * gst/oldcore/gstshaper.h:
13430         * gst/rtp/gstrtpL16depay.h:
13431         * gst/rtp/gstrtpL16pay.h:
13432         * gst/rtp/gstrtpdepay.h:
13433         * gst/rtp/gstrtpmp4vpay.c:
13434         * gst/rtp/gstrtpmp4vpay.h:
13435         * gst/rtsp/gstrtspsrc.c:
13436         * gst/rtsp/gstrtspsrc.h:
13437         * gst/rtsp/rtspconnection.h:
13438         * gst/rtsp/rtspdefs.h:
13439         * gst/rtsp/rtspmessage.h:
13440         * gst/rtsp/rtsptransport.h:
13441         * gst/rtsp/rtspurl.c:
13442         * gst/rtsp/rtspurl.h:
13443         * gst/rtsp/sdpmessage.c:
13444         * gst/rtsp/sdpmessage.h:
13445         * gst/smpte/barboxwipes.c:
13446         * gst/smpte/gstmask.h:
13447         * gst/smpte/gstsmpte.h:
13448         * gst/smpte/paint.c:
13449         * gst/smpte/paint.h:
13450         * gst/udp/gstdynudpsink.h:
13451         * gst/udp/gstmultiudpsink.h:
13452         * gst/udp/gstudpsink.c:
13453         * gst/udp/gstudpsink.h:
13454         * gst/udp/gstudpsrc.c:
13455         * gst/videomixer/videomixer.c:
13456         * gst/wavenc/riff.h:
13457         * gst/wavparse/gstwavparse.h:
13458         * sys/oss/gstossdmabuffer.h:
13459         * sys/oss/gstossmixer.h:
13460         * sys/oss/gstossmixerelement.h:
13461         * sys/oss/gstossmixertrack.h:
13462         * sys/oss/gstosssink.c:
13463         * sys/oss/gstosssink.h:
13464         * sys/oss/gstosssrc.c:
13465         * sys/oss/gstosssrc.h:
13466         * sys/osxaudio/gstosxaudioelement.h:
13467         * sys/osxaudio/gstosxaudiosink.h:
13468         * sys/osxaudio/gstosxaudiosrc.h:
13469           expand tabs
13470
13471 === release 0.10.0 ===
13472
13473 2005-12-05   <thomas (at) apestaart (dot) org>
13474
13475         * configure.ac:
13476           releasing 0.10.0, "Abondance"
13477
13478 2005-12-05  Andy Wingo  <wingo@pobox.com>
13479
13480         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13481         * ext/flac/gstflacdec.c: (gst_flacdec_write):
13482         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
13483         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
13484         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
13485         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
13486         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13487         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
13488         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
13489         * ext/speex/gstspeexdec.c: (speex_dec_chain):
13490         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
13491         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13492         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
13493         * gst/goom/gstgoom.c: (gst_goom_chain):
13494         * gst/matroska/matroska-demux.c:
13495         (gst_matroska_demux_push_vorbis_codec_priv_data),
13496         (gst_matroska_demux_add_wvpk_header):
13497         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13498         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
13499         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
13500         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
13501         alloc_buffer changes.
13502
13503 2005-12-05  Michael Smith  <msmith@fluendo.com>
13504
13505         * docs/plugins/gst-plugins-good-plugins.args:
13506           Remove args for plugins that aren't in -good.
13507
13508 === release 0.9.7 ===
13509
13510 2005-12-01   <thomas (at) apestaart (dot) org>
13511
13512         * configure.ac:
13513           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
13514
13515 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13516
13517         * docs/plugins/.cvsignore:
13518         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13519         * docs/plugins/inspect/plugin-multipart.xml:
13520         * docs/plugins/inspect/plugin-rtp.xml:
13521           add multipart plugin to docs
13522
13523 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13524
13525         * configure.ac:
13526         * ext/Makefile.am:
13527         * ext/pango/Makefile.am:
13528         * ext/pango/gstclockoverlay.c:
13529         * ext/pango/gstclockoverlay.h:
13530         * ext/pango/gsttextoverlay.c:
13531         * ext/pango/gsttextoverlay.h:
13532         * ext/pango/gsttextrender.c:
13533         * ext/pango/gsttextrender.h:
13534         * ext/pango/gsttimeoverlay.c:
13535         * ext/pango/gsttimeoverlay.h:
13536           move pango to base
13537
13538 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13539
13540         * gst/rtp/Makefile.am:
13541         * gst/rtp/gstrtpL16depay.c:
13542         * gst/rtp/gstrtpL16depay.h:
13543         * gst/rtp/gstrtpL16parse.c:
13544         * gst/rtp/gstrtpL16parse.h:
13545         * gst/rtp/gstrtpgsmdepay.c:
13546         * gst/rtp/gstrtpgsmdepay.h:
13547         * gst/rtp/gstrtpgsmparse.c:
13548         * gst/rtp/gstrtpgsmparse.h:
13549           parsers are depayers
13550
13551 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13552
13553         * gst/rtp/Makefile.am:
13554         * gst/rtp/gstasteriskh263.c:
13555         * gst/rtp/gstrtp.c:
13556         * gst/rtp/gstrtpL16enc.c:
13557         * gst/rtp/gstrtpL16enc.h:
13558         * gst/rtp/gstrtpL16parse.c:
13559         * gst/rtp/gstrtpL16parse.h:
13560         * gst/rtp/gstrtpL16pay.c:
13561         * gst/rtp/gstrtpL16pay.h:
13562         * gst/rtp/gstrtpamrdec.c:
13563         * gst/rtp/gstrtpamrdec.h:
13564         * gst/rtp/gstrtpamrdepay.c:
13565         * gst/rtp/gstrtpamrdepay.h:
13566         * gst/rtp/gstrtpamrenc.c:
13567         * gst/rtp/gstrtpamrenc.h:
13568         * gst/rtp/gstrtpamrpay.c:
13569         * gst/rtp/gstrtpamrpay.h:
13570         * gst/rtp/gstrtpdec.c:
13571         * gst/rtp/gstrtpdec.h:
13572         * gst/rtp/gstrtpdepay.c:
13573         * gst/rtp/gstrtpdepay.h:
13574         * gst/rtp/gstrtpg711dec.c:
13575         * gst/rtp/gstrtpg711dec.h:
13576         * gst/rtp/gstrtpg711depay.c:
13577         * gst/rtp/gstrtpg711depay.h:
13578         * gst/rtp/gstrtpg711enc.c:
13579         * gst/rtp/gstrtpg711enc.h:
13580         * gst/rtp/gstrtpg711pay.c:
13581         * gst/rtp/gstrtpg711pay.h:
13582         * gst/rtp/gstrtpgsmenc.c:
13583         * gst/rtp/gstrtpgsmenc.h:
13584         * gst/rtp/gstrtpgsmparse.c:
13585         * gst/rtp/gstrtpgsmparse.h:
13586         * gst/rtp/gstrtpgsmpay.c:
13587         * gst/rtp/gstrtpgsmpay.h:
13588         * gst/rtp/gstrtph263enc.c:
13589         * gst/rtp/gstrtph263enc.h:
13590         * gst/rtp/gstrtph263pay.c:
13591         * gst/rtp/gstrtph263pay.h:
13592         * gst/rtp/gstrtph263pdec.c:
13593         * gst/rtp/gstrtph263pdec.h:
13594         * gst/rtp/gstrtph263pdepay.c:
13595         * gst/rtp/gstrtph263pdepay.h:
13596         * gst/rtp/gstrtph263penc.c:
13597         * gst/rtp/gstrtph263penc.h:
13598         * gst/rtp/gstrtph263ppay.c:
13599         * gst/rtp/gstrtph263ppay.h:
13600         * gst/rtp/gstrtpmp4vdec.c:
13601         * gst/rtp/gstrtpmp4vdec.h:
13602         * gst/rtp/gstrtpmp4vdepay.c:
13603         * gst/rtp/gstrtpmp4vdepay.h:
13604         * gst/rtp/gstrtpmp4venc.c:
13605         * gst/rtp/gstrtpmp4venc.h:
13606         * gst/rtp/gstrtpmp4vpay.c:
13607         * gst/rtp/gstrtpmp4vpay.h:
13608         * gst/rtp/gstrtpmpadec.c:
13609         * gst/rtp/gstrtpmpadec.h:
13610         * gst/rtp/gstrtpmpadepay.c:
13611         * gst/rtp/gstrtpmpadepay.h:
13612         * gst/rtp/gstrtpmpaenc.c:
13613         * gst/rtp/gstrtpmpaenc.h:
13614         * gst/rtp/gstrtpmpapay.c:
13615         * gst/rtp/gstrtpmpapay.h:
13616         * gst/rtp/gstrtpspeexdec.c:
13617         * gst/rtp/gstrtpspeexdec.h:
13618         * gst/rtp/gstrtpspeexdepay.c:
13619         * gst/rtp/gstrtpspeexdepay.h:
13620         * gst/rtp/gstrtpspeexenc.c:
13621         * gst/rtp/gstrtpspeexenc.h:
13622         * gst/rtp/gstrtpspeexpay.c:
13623         * gst/rtp/gstrtpspeexpay.h:
13624           Do burger's rename for rtp payloaders and depayloaders
13625
13626 2005-11-30  Wim Taymans  <wim@fluendo.com>
13627
13628         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13629         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
13630         * ext/dv/gstdvdemux.h:
13631         Fix seeking in dvdemux again, add some more debug info.
13632
13633 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13634
13635         * configure.ac:
13636           fix tests
13637
13638 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13639
13640         * PORTED_09:
13641         * docs/random/PORTED_09:
13642           move
13643         * tests/Makefile.am:
13644           add
13645         * win32/gst.sln:
13646           remove
13647
13648 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13649
13650         * Makefile.am:
13651         * check/.cvsignore:
13652         * check/Makefile.am:
13653         * check/elements/.cvsignore:
13654         * check/elements/level.c:
13655         * check/elements/matroskamux.c:
13656         * configure.ac:
13657         * examples/Makefile.am:
13658         * examples/capsfilter/Makefile.am:
13659         * examples/capsfilter/capsfilter1.c:
13660         * examples/gob/Makefile.am:
13661         * examples/gob/gst-identity2.gob:
13662         * examples/gstplay/.cvsignore:
13663         * examples/gstplay/Makefile.am:
13664         * examples/gstplay/player.c:
13665         * examples/indexing/.cvsignore:
13666         * examples/indexing/Makefile.am:
13667         * examples/indexing/indexmpeg.c:
13668         * examples/level/Makefile.am:
13669         * examples/level/README:
13670         * examples/level/demo.c:
13671         * examples/level/plot.c:
13672         * examples/stats/Makefile.am:
13673         * examples/stats/mp2ogg.c:
13674         * examples/switch/.cvsignore:
13675         * examples/switch/Makefile.am:
13676         * examples/switch/switcher.c:
13677           move under tests/
13678
13679 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13680
13681         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
13682         (gst_text_render_class_init), (resize_bitmap),
13683         (gst_text_render_render_text), (gst_text_render_setcaps),
13684         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
13685         (gst_text_render_chain), (gst_text_render_finalize),
13686         (gst_text_render_init), (gst_text_render_set_property):
13687         * ext/pango/gsttextrender.h:
13688           Add missing files.
13689
13690 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13691
13692         * configure.ac:
13693         * ext/Makefile.am:
13694         * ext/pango/Makefile.am:
13695         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
13696         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
13697         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
13698         * ext/pango/gstclockoverlay.h:
13699         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
13700         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
13701         (gst_text_overlay_finalize), (gst_text_overlay_init),
13702         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
13703         (gst_text_overlay_text_pad_linked),
13704         (gst_text_overlay_text_pad_unlinked),
13705         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
13706         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
13707         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
13708         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13709         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13710         (gst_text_overlay_change_state), (plugin_init):
13711         * ext/pango/gsttextoverlay.h:
13712         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
13713         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
13714         (gst_time_overlay_class_init), (gst_time_overlay_init):
13715         * ext/pango/gsttimeoverlay.h:
13716           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
13717           and add background shading and text wrapping modes. Make 
13718           timoverlay derive from textoverlay. Also add new clockoverlay
13719           element.
13720
13721 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13722
13723         * gst/udp/Makefile.am: Moved to netbuffer.
13724
13725 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13726
13727         * configure.ac:
13728         * PORTED_O9:
13729         * gst/multipart/Makefile.am:
13730         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
13731         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
13732         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
13733         (gst_multipart_demux_change_state),
13734         (gst_multipart_demux_plugin_init):
13735         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
13736         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
13737         (gst_multipart_mux_sinkconnect),
13738         (gst_multipart_mux_request_new_pad),
13739         (gst_multipart_mux_handle_src_event),
13740         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
13741         (gst_multipart_mux_change_state): Ported multipart mux/demux to
13742         0.9.
13743
13744 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13745
13746         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
13747         * gst/debug/gstnavigationtest.h:
13748         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
13749         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
13750         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
13751         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
13752         * gst/effectv/gstrev.c: (gst_revtv_get_type):
13753         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
13754         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
13755         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
13756         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
13757         (gst_video_flip_get_type):
13758         * gst/videofilter/gstvideoflip.h:
13759           update for symbols change
13760
13761 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13762
13763         * gst/udp/gstdynudpsink.c:
13764         * gst/udp/gstudpsrc.c:
13765           the old gstnet lib was renamed gstnetbuffer (#322257)
13766
13767 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
13768
13769         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
13770         (gst_text_overlay_collected):
13771           Actually render the text from the text pad.
13772
13773 2005-11-29  Edward Hervey  <edward@fluendo.com>
13774
13775         * gst/debug/gstnavseek.c: (gst_navseek_event):
13776         * gst/debug/progressreport.c: (gst_progress_report_event):
13777         Update for GstBaseTransform event virtual method
13778
13779 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13780
13781         * ext/cairo/Makefile.am:
13782           no need to link to videofilter
13783
13784 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13785
13786         * gst/debug/Makefile.am:
13787         * gst/debug/gstnavigationtest.h:
13788         * gst/effectv/Makefile.am:
13789         * gst/effectv/gstaging.c:
13790         * gst/effectv/gstdice.c:
13791         * gst/effectv/gstedge.c:
13792         * gst/effectv/gstquark.c:
13793         * gst/effectv/gstrev.c:
13794         * gst/effectv/gstshagadelic.c:
13795         * gst/effectv/gstvertigo.c:
13796         * gst/effectv/gstwarp.c:
13797         * gst/videofilter/Makefile.am:
13798         * gst/videofilter/gstvideofilter.c:
13799         * gst/videofilter/gstvideofilter.h:
13800         * gst/videofilter/gstvideoflip.h:
13801           remove the videofilter library and link to the one in base
13802
13803 2005-11-28  Edward Hervey  <edward@fluendo.com>
13804
13805         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
13806         Useless check now we're setting the current entry correctly.
13807
13808 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
13809
13810         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
13811         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
13812         (gst_jpegenc_change_state):
13813           Don't leak input buffer in chain function (fixes #322667); make 
13814           state change function thread-safe; don't repeat the current function
13815           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
13816           gst_pad_alloc_buffer(); misc. minor cleanups.
13817
13818 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
13819
13820         * gst/matroska/matroska-mux.c:
13821         (gst_matroska_mux_video_pad_setcaps):
13822         Look for pixel-aspect-ratio in caps, not pixel_width and
13823         pixel_height (Fixes: #322645)
13824
13825 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
13826
13827         * gst/matroska/matroska-mux.c:
13828         (gst_matroska_mux_video_pad_setcaps):
13829         From Michal Benes:
13830         frame duration should be GST_SECOND / framerate, not
13831         GST_SECOND * framerate. (Fixes: #322643)
13832
13833 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13834
13835         * configure.ac:
13836           fix up GST_PLUGIN_LDFLAGS
13837         * gst/rtsp/rtspconnection.c:
13838           fix includes (see #317043)
13839         * gst/videofilter/Makefile.am:
13840           stop installing this library
13841
13842 2005-11-26  Edward Hervey  <edward@fluendo.com>
13843
13844         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
13845         Handle the case where the incoming Video dv stream doesn't have
13846         a pixel aspect ratio set.
13847
13848 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13849
13850         * docs/plugins/Makefile.am:
13851         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13852         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13853         * ext/flac/gstflacdec.c:
13854           document flacdec
13855
13856 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13857
13858         * docs/plugins/Makefile.am:
13859         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13860         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13861         * docs/plugins/inspect/plugin-autodetect.xml:
13862         * ext/cairo/gstcairo.c: (plugin_init):
13863         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
13864         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
13865         (gst_text_overlay_init), (gst_text_overlay_font_init),
13866         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
13867         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
13868         (gst_text_overlay_text_pad_linked),
13869         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
13870         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
13871         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13872         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13873         (gst_text_overlay_change_state):
13874         * ext/cairo/gsttextoverlay.h:
13875         * ext/cairo/gsttimeoverlay.c:
13876         (gst_cairo_time_overlay_update_font_height),
13877         (gst_cairo_time_overlay_set_caps),
13878         (gst_cairo_time_overlay_get_unit_size),
13879         (gst_cairo_time_overlay_print_smpte_time),
13880         (gst_cairo_time_overlay_transform),
13881         (gst_cairo_time_overlay_base_init),
13882         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
13883         (gst_cairo_time_overlay_get_type):
13884         * ext/cairo/gsttimeoverlay.h:
13885           do some name borgifying
13886           document
13887
13888 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13889
13890         * docs/plugins/Makefile.am:
13891         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13892         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13893         * gst/autodetect/gstautoaudiosink.c:
13894         (gst_auto_audio_sink_base_init):
13895         * gst/autodetect/gstautovideosink.c:
13896         (gst_auto_video_sink_base_init),
13897         (gst_auto_video_sink_factory_filter):
13898           documenting auto*sink
13899           using strstr for the video sink lookup, class field is not ordered
13900         * docs/plugins/inspect/plugin-1394.xml:
13901         * docs/plugins/inspect/plugin-aasink.xml:
13902         * docs/plugins/inspect/plugin-alaw.xml:
13903         * docs/plugins/inspect/plugin-alpha.xml:
13904         * docs/plugins/inspect/plugin-alphacolor.xml:
13905         * docs/plugins/inspect/plugin-auparse.xml:
13906         * docs/plugins/inspect/plugin-autodetect.xml:
13907         * docs/plugins/inspect/plugin-avi.xml:
13908         * docs/plugins/inspect/plugin-cacasink.xml:
13909         * docs/plugins/inspect/plugin-cairo.xml:
13910         * docs/plugins/inspect/plugin-cutter.xml:
13911         * docs/plugins/inspect/plugin-debug.xml:
13912         * docs/plugins/inspect/plugin-dv.xml:
13913         * docs/plugins/inspect/plugin-efence.xml:
13914         * docs/plugins/inspect/plugin-effectv.xml:
13915         * docs/plugins/inspect/plugin-esdsink.xml:
13916         * docs/plugins/inspect/plugin-flac.xml:
13917         * docs/plugins/inspect/plugin-flxdec.xml:
13918         * docs/plugins/inspect/plugin-gconfelements.xml:
13919         * docs/plugins/inspect/plugin-goom.xml:
13920         * docs/plugins/inspect/plugin-jpeg.xml:
13921         * docs/plugins/inspect/plugin-level.xml:
13922         * docs/plugins/inspect/plugin-matroska.xml:
13923         * docs/plugins/inspect/plugin-mulaw.xml:
13924         * docs/plugins/inspect/plugin-navigationtest.xml:
13925         * docs/plugins/inspect/plugin-ossaudio.xml:
13926         * docs/plugins/inspect/plugin-png.xml:
13927         * docs/plugins/inspect/plugin-rtp.xml:
13928         * docs/plugins/inspect/plugin-rtsp.xml:
13929         * docs/plugins/inspect/plugin-shout2send.xml:
13930         * docs/plugins/inspect/plugin-smpte.xml:
13931         * docs/plugins/inspect/plugin-speex.xml:
13932         * docs/plugins/inspect/plugin-udp.xml:
13933         * docs/plugins/inspect/plugin-videobox.xml:
13934         * docs/plugins/inspect/plugin-videoflip.xml:
13935         * docs/plugins/inspect/plugin-videomixer.xml:
13936         * docs/plugins/inspect/plugin-wavenc.xml:
13937         * docs/plugins/inspect/plugin-wavparse.xml:
13938           update for HEAD version
13939
13940 2005-11-25  Michael Smith  <msmith@fluendo.com>
13941
13942         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
13943           Patch from Sebastien Cote to close control sockets in udpsrc.
13944
13945 2005-11-24  Julien MOUTTE  <julien@moutte.net>
13946
13947         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
13948         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
13949         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
13950         (gst_quarktv_base_init), (gst_quarktv_class_init),
13951         (gst_quarktv_init): Flush the planes list on reverse caps
13952         negotiation. This was crashing because of differently sized
13953         buffers.
13954
13955 2005-11-24  Julien MOUTTE  <julien@moutte.net>
13956
13957         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
13958         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
13959         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
13960         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
13961         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
13962         (gst_videoflip_set_property), (gst_videoflip_base_init),
13963         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
13964         correctly, fix identity flipping, convert navigation event 
13965         correctly again.
13966
13967 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13968
13969         * configure.ac: back to HEAD
13970
13971 === release 0.9.6 ===
13972
13973 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
13974
13975         * configure.ac:
13976           releasing 0.9.6, "Everything's Not Lost"
13977
13978 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13979
13980         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
13981         Oops, initialise the framerate GValue
13982
13983 2005-11-23  Julien MOUTTE  <julien@moutte.net>
13984
13985         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
13986         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
13987         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
13988         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
13989         (gst_timeoverlay_get_type):
13990         * ext/cairo/gsttimeoverlay.h:
13991         * gst/debug/Makefile.am:
13992         * gst/debug/gstnavigationtest.c:
13993         (gst_navigationtest_handle_src_event),
13994         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
13995         (gst_navigationtest_transform), (gst_navigationtest_change_state),
13996         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
13997         (gst_navigationtest_init), (gst_navigationtest_get_type),
13998         (plugin_init):
13999         * gst/debug/gstnavigationtest.h:
14000         * gst/effectv/Makefile.am:
14001         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
14002         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
14003         (gst_agingtv_base_init), (gst_agingtv_class_init),
14004         (gst_agingtv_init), (gst_agingtv_get_type):
14005         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
14006         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
14007         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
14008         (gst_dicetv_get_type):
14009         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
14010         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
14011         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
14012         (gst_edgetv_get_type):
14013         * gst/effectv/gsteffectv.c:
14014         * gst/effectv/gsteffectv.h:
14015         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14016         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
14017         (gst_quarktv_change_state), (gst_quarktv_base_init),
14018         (gst_quarktv_class_init), (gst_quarktv_init),
14019         (gst_quarktv_get_type):
14020         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
14021         (gst_revtv_get_unit_size), (gst_revtv_transform),
14022         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
14023         (gst_revtv_get_type):
14024         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
14025         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
14026         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
14027         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
14028         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
14029         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
14030         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
14031         (gst_vertigotv_init), (gst_vertigotv_get_type):
14032         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
14033         (gst_warptv_get_unit_size), (gst_warptv_transform),
14034         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
14035         (gst_warptv_get_type):
14036         * gst/videofilter/Makefile.am:
14037         * gst/videofilter/gstvideobalance.c:
14038         * gst/videofilter/gstvideobalance.h:
14039         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
14040         (gst_videofilter_class_init), (gst_videofilter_init):
14041         * gst/videofilter/gstvideofilter.h:
14042         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
14043         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
14044         (gst_videoflip_flip), (gst_videoflip_transform),
14045         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
14046         (gst_videoflip_base_init), (gst_videoflip_class_init),
14047         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
14048         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
14049         BaseTransform, it's just a place holder for now and every video
14050         effect plugin has been ported to use BaseTransform features 
14051         directly. QuarkTV was fixed too (was broken), navigationtest works
14052         and best for the end, videoflip converts navigation events depending
14053         on flip method ! Fixes #320953
14054
14055 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14056
14057         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14058         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
14059         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14060         (gst_goom_src_negotiate), (gst_goom_chain):
14061         * gst/matroska/matroska-mux.c:
14062         (gst_matroska_mux_video_pad_setcaps):
14063         * sys/osxvideo/osxvideosink.m:
14064           Fixes for API changes
14065
14066 2005-11-23  Michael Smith <msmith@fluendo.com>
14067
14068         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
14069         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
14070         * ext/jpeg/gstjpegdec.h:
14071         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
14072         * ext/jpeg/gstjpegenc.h:
14073         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14074         (gst_smokeenc_resync):
14075         * ext/jpeg/gstsmokeenc.h:
14076           JPEG fractiony goodness.
14077
14078 2005-11-22  Michael Smith <msmith@fluendo.com>
14079
14080         * gst/goom/filters.c:
14081         * gst/goom/graphic.h:
14082           Fix compilation by making some functions static inline instead of
14083           extern inline, matching the way they're used.
14084
14085 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14086
14087         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
14088         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
14089         * ext/cairo/gsttextoverlay.h:
14090         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
14091         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14092         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
14093         (gst_pngdec_caps_create_and_set):
14094         * ext/libpng/gstpngdec.h:
14095         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
14096         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
14097         * gst/avi/gstavimux.c: (gst_avimux_init),
14098         (gst_avimux_vidsinkconnect):
14099         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14100         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14101         (gst_goom_src_negotiate), (gst_goom_chain):
14102         * gst/goom/gstgoom.h:
14103         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14104         * gst/matroska/matroska-mux.c:
14105         (gst_matroska_mux_video_pad_setcaps):
14106         * sys/osxvideo/osxvideosink.h:
14107         * sys/osxvideo/osxvideosink.m:
14108           More fractional framerate conversions 
14109
14110 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14111
14112         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14113         * gst/debug/gstnavigationtest.c:
14114         (gst_navigationtest_handle_src_event):
14115         * gst/videofilter/gstvideofilter.c:
14116         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
14117         (gst_videofilter_init):
14118         * gst/videofilter/gstvideofilter.h:
14119           Convert to fractional framerates.
14120
14121 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14122
14123         * ext/aalib/gstaasink.c:
14124         * ext/dv/gstdvdec.c:
14125         * ext/esd/esdmon.c:
14126         * ext/flac/gstflacenc.c:
14127         * ext/gdk_pixbuf/pixbufscale.c:
14128         * ext/libcaca/gstcacasink.c:
14129         * ext/shout2/gstshout2.c:
14130         * gst/alpha/gstalpha.c:
14131         * gst/oldcore/gstaggregator.c:
14132         * gst/oldcore/gstshaper.c:
14133         * gst/smpte/barboxwipes.c:
14134         * gst/smpte/gstsmpte.c:
14135         * gst/videobox/gstvideobox.c:
14136         * gst/videofilter/gstvideoflip.c:
14137         * gst/videomixer/videomixer.c:
14138           fix up more enums
14139
14140 2005-11-22  Michael Smith <msmith@fluendo.com>
14141
14142         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
14143         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
14144         (gst_videomixer_update_queues):
14145           Fractional framerates, videomixer.
14146
14147 2005-11-22  Michael Smith <msmith@fluendo.com>
14148
14149         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
14150         * ext/dv/gstdvdec.h:
14151         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
14152         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
14153         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
14154         (gst_dvdemux_flush):
14155         * ext/dv/gstdvdemux.h:
14156           Fractional framerates for DV. 
14157
14158 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14159
14160         * gst/autodetect/gstautoaudiosink.c:
14161         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14162         * gst/autodetect/gstautovideosink.c:
14163         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
14164           Use gst_plugin_feature_list_free() to free feature list and
14165           in the case of autovideosink free the list at all. Also
14166           miscellaneous cosmetic fixes.
14167
14168 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14169
14170         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14171         (gst_cutter_set_property), (gst_cutter_get_caps):
14172           copy calculation code from level; remove use of some audio
14173           functions
14174
14175 2005-11-22  Andy Wingo  <wingo@pobox.com>
14176
14177         * Update for gst_tag_setter API changes.
14178
14179 2005-11-22  Andy Wingo  <wingo@pobox.com>
14180
14181         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
14182         (gst_dvdemux_demux_frame)
14183         * ext/flac/gstflacdec.c (gst_flacdec_write)
14184         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
14185         (gst_flacenc_sink_event)
14186         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
14187         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
14188         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
14189         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
14190         * gst/auparse/gstauparse.c (gst_auparse_chain)
14191         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
14192         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
14193         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
14194         (gst_avi_demux_handle_seek)
14195         * gst/goom/gstgoom.c (gst_goom_event)
14196         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
14197         * gst/matroska/matroska-demux.c
14198         (gst_matroska_demux_handle_seek_event)
14199         (gst_matroska_demux_loop_stream_parse_id)
14200         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
14201         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
14202         (gst_wavparse_stream_headers): Run update-funcnames.
14203
14204 2005-11-22  Edward Hervey  <edward@fluendo.com>
14205
14206         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
14207         (gst_dv1394src_init), (gst_dv1394src_dispose),
14208         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
14209         (gst_dv1394src_uri_set_uri):
14210         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14211         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
14212         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
14213         URIHandler interface and element properties are now properly
14214         synchronized for DV1394src and UDPSrc
14215
14216 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14217
14218         * ext/flac/Makefile.am:
14219         * ext/speex/Makefile.am:
14220           libgsttagedit has been renamed to libgsttag.
14221
14222 2005-11-21  Wim Taymans  <wim@fluendo.com>
14223
14224         * gst/rtsp/rtspconnection.c: (read_body):
14225         Apply patch from Sebastien Cote to fix #319184.
14226
14227 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14228
14229         * configure.ac:
14230         * gst/cutter/Makefile.am:
14231         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
14232         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
14233         (gst_cutter_set_property), (gst_cutter_get_property),
14234         (plugin_init), (gst_cutter_get_caps):
14235           port cutter
14236         * gst/level/gstlevel.c:
14237           fix up plugin details
14238
14239 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14240
14241         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
14242         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
14243         (gst_flacdec_src_event):
14244         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
14245         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
14246         (gst_signal_processor_getrange), (gst_signal_processor_chain):
14247         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14248         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
14249         (gst_flxdec_sink_event_handler):
14250         * gst/matroska/matroska-demux.c:
14251         (gst_matroska_demux_handle_seek_event):
14252         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
14253           Update for stream lock API changes: don't take stream log
14254           in sink event handlers any longer and change GST_STREAM_LOCK
14255           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
14256           functions.
14257
14258 2005-11-21  Michael Smith <msmith@fluendo.com>
14259
14260         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
14261           gst_object_unref, not g_object_unref
14262
14263 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14264
14265         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
14266         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
14267           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
14268
14269 2005-11-21  Michael Smith <msmith@fluendo.com>
14270
14271         * gst/auparse/Makefile.am:
14272         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
14273         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
14274         (gst_auparse_change_state):
14275         * gst/auparse/gstauparse.h:
14276           Partially fix #161712. playbin still doesn't work on these files,
14277           (on the bug report, Andy says we aren't typefinding it for some
14278           reason?) but at least auparse isn't totally busted like it was before.
14279
14280 2005-11-21  Andy Wingo  <wingo@pobox.com>
14281
14282         * *.h:
14283         * *.c: Ran scripts/update-macros. Oh yes.
14284
14285 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14286
14287         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
14288           Filler events are gone for now, comment out section generating
14289           them.
14290
14291 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
14292
14293         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14294         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
14295         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14296         * sys/osxvideo/osxvideosink.m:
14297           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
14298           (#322027)
14299
14300 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14301
14302         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
14303         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
14304         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14305         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
14306         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
14307         (gst_avi_demux_stream_data):
14308         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14309         * gst/wavenc/gstwavenc.c: (write_metadata):
14310         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
14311         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
14312         Fixes for GST_FOURCC_FORMAT API change.
14313
14314 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14315
14316         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
14317         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
14318         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
14319         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14320         (gst_text_overlay_change_state):
14321         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14322         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
14323         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
14324         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
14325         * gst/videomixer/videomixer.c: (gst_videomixer_init),
14326         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14327         (gst_videomixer_change_state):
14328           Fix for collect pads API change. Also fix textoverlay state
14329           change function.
14330
14331 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14332
14333         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
14334         GST_PAD_IS_USABLE by something approaching it.
14335
14336 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14337
14338         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
14339         API changes.
14340         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
14341         but also fix the code that was not checking return values from
14342         pad_push neither using pad_alloc_buffer.
14343
14344 2005-11-18  Edward Hervey  <edward@fluendo.com>
14345
14346         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14347         (gst_pngenc_chain):
14348         Added debug category
14349         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
14350         goes to EOS.
14351
14352 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
14353
14354         * gst/rtp/Makefile.am
14355         * gst/rtp/gstrtp.c
14356         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
14357         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
14358         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
14359         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
14360         * gst/rtp/gstrtpg711enc.h:
14361         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
14362         * gst/rtp/gstrtpspeexenc.c:
14363         * gst/rtp/gstrtpspeexenc.h:
14364         * gst/rtp/gstrtpspeexdec.c:
14365         * gst/rtp/gstrtpspeexdec.h:
14366         Created Speex payloader and depayloader; Optimize G711 payloader to
14367         use adapter and send packets until MTU size.
14368
14369 2005-11-16  Wim Taymans  <wim@fluendo.com>
14370
14371         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
14372         Fix leak in check.
14373
14374 2005-11-16  Wim Taymans  <wim@fluendo.com>
14375
14376         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
14377         Fix state change.
14378
14379 2005-11-16  Andy Wingo  <wingo@pobox.com>
14380
14381         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
14382         (gst_udpsrc_create): Move comment.
14383
14384 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
14385
14386         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14387
14388         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
14389           When seeking, seek to closest index entry at or before the requested
14390           seek position, not just the closest one (#321001).
14391
14392 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14393
14394         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
14395         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
14396           Invert DIB images again (see #132341).
14397
14398 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14399
14400         * configure.ac:
14401           rework configure.ac file
14402         * ext/aalib/gstaasink.c:
14403         * ext/cairo/gstcairo.c:
14404         * ext/dv/gstdv.c:
14405         * ext/esd/gstesd.c:
14406         * ext/flac/gstflac.c:
14407         * ext/gconf/gstgconfelements.c:
14408         * ext/gdk_pixbuf/gstgdkpixbuf.c:
14409         * ext/jpeg/gstjpeg.c:
14410         * ext/ladspa/gstladspa.c:
14411         * ext/libcaca/gstcacasink.c:
14412         * ext/libmng/gstmng.c:
14413         * ext/libpng/gstpng.c:
14414         * ext/mikmod/gstmikmod.c:
14415         * ext/pango/gsttextoverlay.c:
14416         * ext/pango/gsttimeoverlay.c:
14417         * ext/raw1394/gst1394.c:
14418         * ext/speex/gstspeex.c:
14419         * gst/alpha/Makefile.am:
14420         * gst/alpha/gstalpha.c:
14421         * gst/alpha/gstalphacolor.c:
14422         * gst/auparse/gstauparse.c:
14423         * gst/autodetect/gstautoaudiosink.c:
14424         (gst_auto_audio_sink_factory_filter),
14425         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14426         * gst/autodetect/gstautodetect.c:
14427         * gst/avi/gstavi.c:
14428         * gst/cutter/gstcutter.c:
14429         * gst/debug/efence.c:
14430         * gst/debug/gstdebug.c:
14431         * gst/debug/gstnavigationtest.c:
14432         * gst/effectv/gsteffectv.c:
14433         * gst/flx/gstflxdec.c:
14434         * gst/goom/gstgoom.c:
14435         * gst/interleave/plugin.c:
14436         * gst/law/alaw.c:
14437         * gst/law/mulaw.c:
14438         * gst/level/gstlevel.c:
14439         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14440         * gst/matroska/matroska.c:
14441         * gst/median/gstmedian.c:
14442         * gst/monoscope/gstmonoscope.c:
14443         * gst/multipart/multipart.c:
14444         * gst/oldcore/gstelements.c:
14445         * gst/rtp/gstrtp.c:
14446         * gst/rtsp/gstrtsp.c:
14447         * gst/smoothwave/gstsmoothwave.c:
14448         * gst/smpte/gstsmpte.c:
14449         * gst/udp/gstudp.c:
14450         * gst/videobox/gstvideobox.c:
14451         * gst/videofilter/gstgamma.c:
14452         * gst/videofilter/gstvideobalance.c:
14453         * gst/videofilter/gstvideoflip.c:
14454         * gst/videofilter/gstvideotemplate.c:
14455         * gst/videomixer/videomixer.c:
14456         * gst/wavenc/gstwavenc.c:
14457         * gst/wavparse/gstwavparse.c:
14458         * sys/oss/gstossaudio.c:
14459         * sys/osxaudio/gstosxaudio.c:
14460           update GST_PLUGIN_DEFINE
14461         * gst/rtp/Makefile.am:
14462         * gst/rtp/gstasteriskh263.c:
14463           check for htons/htonl headers and possibly link to winsock2 lib
14464
14465 2005-11-12  Edward Hervey  <edward@fluendo.com>
14466
14467         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14468         Only GST_DEBUG() information on the valid components.
14469
14470 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14471
14472         * configure.ac: back to HEAD
14473
14474 === release 0.9.5 ===
14475
14476 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
14477
14478         * configure.ac:
14479           releasing 0.9.5, "Phone Alarm"
14480
14481 2005-11-11  Edward Hervey  <edward@fluendo.com>
14482
14483         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14484         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
14485         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
14486         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14487         (gst_avi_demux_loop):
14488         * gst/avi/gstavidemux.h:
14489         Yeah, implement proper seeking. Exact seeking and segment seeking.
14490         Still need to do some checks for segment_stop.
14491
14492 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14493
14494         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14495
14496         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14497           Don't try to ready buffer duration from buffer that we don't
14498           own any  longer and that might already have been unreffed.
14499           (#321136)
14500
14501 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
14502
14503         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
14504         (flx_decode_delta_flc), (gst_flxdec_chain):
14505         Attempting to optimize the code for embedded systems.
14506
14507 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
14508
14509         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14510
14511         * sys/oss/gstosssink.c: (gst_oss_sink_close):
14512           Don't re-use already closed file descriptor. (#320920)
14513
14514 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14515
14516         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
14517         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
14518         (gst_oss_sink_prepare):
14519         * sys/oss/gstosssink.h:
14520           Cache probed caps; fix debug output for SET_PARAM macros.
14521
14522 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14523
14524         * ext/cairo/Makefile.am:
14525         * ext/cairo/gstcairo.c: (plugin_init):
14526         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14527         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14528         (gst_text_overlay_init), (gst_text_overlay_font_init),
14529         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14530         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14531         (gst_text_overlay_text_pad_linked),
14532         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14533         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14534         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14535         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14536         (gst_text_overlay_change_state):
14537         * ext/cairo/gsttextoverlay.h:
14538           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
14539           property and redo positioning. Doesn't handle upstream renegotiation
14540           yet though.
14541
14542 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14543
14544         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14545         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14546         (gst_avi_demux_loop):
14547           No need to take the STREAM_LOCK in the loop function. Improve
14548           some debug messages. Don't leak pad names in debug messages.
14549
14550 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14551
14552         * gst/matroska/matroska-demux.c:
14553         (gst_matroska_demux_push_vorbis_codec_priv_data),
14554         (gst_matroska_demux_add_wvpk_header):
14555           Don't error out when the source pad isn't linked.
14556
14557 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
14558
14559         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
14560         (gst_gconf_audio_sink_change_state):
14561         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
14562         (gst_gconf_video_sink_change_state):
14563           Fix state change functions here as well and set kid
14564           to NULL state before removing it.
14565
14566 2005-11-01  Edward Hervey  <edward@fluendo.com>
14567
14568         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
14569         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
14570         Added proper event handlind, 
14571         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
14572         ignored),
14573         and don't set a duration of 0 for buffers otherwise they are discarded
14574         by GstBaseSink.
14575
14576         GstWavEnc needs some serious loving, after going through the code I'm
14577         really wondering how this can stay in -good ...
14578
14579 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14580
14581         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
14582         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
14583         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
14584         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
14585         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
14586         (gst_matroska_mux_collected):
14587           Fix leaks and invalid memory access as reported by valgrind
14588
14589 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14590
14591         Patch by: Michal Benes <michal.benes@xeris.cz>
14592
14593         * check/Makefile.am:
14594         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14595         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
14596         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
14597           add a unit test for matroskamux
14598           fix the bugs that the unit test exposed
14599
14600 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
14601
14602         * gst/autodetect/gstautoaudiosink.c:
14603         (gst_auto_audio_sink_class_init),
14604         (gst_auto_audio_sink_change_state):
14605         * gst/autodetect/gstautovideosink.c:
14606         (gst_auto_video_sink_class_init),
14607         (gst_auto_video_sink_change_state):
14608           Fix state change function and use GST_DEBUG_FUNCPTR in
14609           class_init.
14610
14611 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14612
14613         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14614
14615         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
14616         (gst_ebml_write_reset), (gst_ebml_write_element_new):
14617         * gst/matroska/ebml-write.h:
14618         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14619           Set timestamps on outgoing ebml headers as well, so that the
14620           element after matroskamux can get the timestamp already when
14621           reading the first ebml element and doesn't have to wait for
14622           the actual data buffer for that (#320308).
14623           
14624 2005-10-31  Andy Wingo  <wingo@pobox.com>
14625
14626         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
14627         (gst_videomixer_pad_link): Kill some memleaks.
14628         (gst_videomixer_pad_get_property): Style fix.
14629         (gst_videomixer_pad_set_property): Style fix.
14630         (gst_videomixer_pad_init): Style fix.
14631         (gst_videomixer_update_queues): Kill memleak.
14632         (gst_videomixer_loop): Kill memleak.
14633         (gst_videomixer_collected): Kill memleak.
14634
14635 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14636
14637         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
14638         gst_auparse_change_state:
14639         Just some cleanup.
14640
14641 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14642
14643         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
14644         Add checks to GST_FLOW_NOT_LINKED for values returned
14645         from gst_pad_push.
14646         
14647 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14648
14649         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
14650         (gst_rtpg711dec_process):
14651         * gst/rtp/gstrtpgsmenc.c:
14652         Payloader now sets some default caps on the srcpad if caps on the sinkpad
14653         are never set. This is important for the g711 to work with burger's rtpbin
14654         element.
14655
14656 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
14657
14658         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
14659         (gst_speexenc_push_buffer):
14660         Add checks for return values from gst_pad_push and
14661         gst_pad_alloc_buffer.
14662
14663 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
14664
14665         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14666
14667         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
14668         (gst_matroska_demux_parse_info),
14669         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14670         (gst_matroska_demux_parse_cluster):
14671         * gst/matroska/matroska-ids.h:
14672         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
14673         (gst_matroska_mux_init), (gst_matroska_mux_start),
14674         (gst_matroska_mux_create_buffer_header),
14675         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
14676         (gst_matroska_mux_get_property):
14677         * gst/matroska/matroska-mux.h:
14678           Add SimpleBlock support to matroska demuxer and muxer (part of
14679           Matroska v2). (#319731)
14680
14681 2005-10-28  Wim Taymans  <wim@fluendo.com>
14682
14683         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
14684         (gst_jpeg_dec_change_state):
14685         * ext/jpeg/gstjpegdec.h:
14686         Cleanups. Don't create caps for every chain.
14687
14688 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
14689
14690         * gst/law/alaw-encode.c: (gst_alawenc_init),
14691         (alawenc_setcaps), (gst_alawenc_chain)
14692         * gst/law/alaw-encode.h:
14693         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
14694         (mulawenc_setcaps), (gst_mulawenc_chain)
14695         * gst/law/mulaw-encode.h:
14696         Set timestamp on buffer and it allows RTP G711 elements
14697         work properly.
14698
14699 2005-10-27  Wim Taymans  <wim@fluendo.com>
14700
14701         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
14702         Set correct format on oss instead of a silly value. 
14703
14704 2005-10-27  Julien MOUTTE  <julien@moutte.net>
14705
14706         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14707         (gst_video_box_transform_caps), (gst_video_box_set_caps),
14708         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
14709         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
14710         I420 rendering as well, doesn't bring much for my platform.
14711         Might help on some other platforms.
14712
14713 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
14714
14715         * gst/rtp/gstrtpgsmenc.c:
14716         * gst/rtp/gstrtpgsmparse.c:
14717         Declaring the padtemplate correctly.
14718
14719 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14720
14721         * gst/rtp/gstrtpg711dec.c:
14722         * gst/rtp/gstrtpg711enc.c:
14723         * gst/rtp/gstrtpgsmenc.c:
14724         * gst/rtp/gstrtpgsmparse.c:
14725         Setting the proper copyright notice.
14726
14727 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14728
14729         * gst/videobox/Makefile.am: Use liboil.
14730         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14731         (gst_video_box_set_property), (gst_video_box_transform_caps),
14732         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
14733         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
14734         using liboil. Will dot the same to I420 border generation
14735         tomorrow.
14736
14737 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14738
14739         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
14740         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
14741         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
14742         * gst/rtp/gstrtpg711dec.h:
14743         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
14744         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
14745         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
14746         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
14747         (gst_rtpgsmenc_handle_buffer):
14748         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
14749         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
14750         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
14751         * gst/rtp/gstrtpgsmparse.h:
14752         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
14753         inherits from the basertpdepayloader.
14754
14755 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14756
14757         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14758         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
14759         (gst_video_box_ayuv): Removing this forgotten debug.
14760
14761 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14762
14763         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14764         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
14765         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
14766
14767 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
14768
14769         * sys/oss/gstossaudio.c:
14770         * sys/oss/gstossdmabuffer.c:
14771         * sys/oss/gstosshelper.c:
14772         * sys/oss/gstossmixer.c:
14773         * sys/oss/gstossmixerelement.c:
14774         * sys/oss/gstossmixertrack.c:
14775         * sys/oss/gstosssink.c:
14776         * sys/oss/gstosssrc.c:
14777           Actually use the 'oss' debug category we register.
14778
14779 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14780
14781         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
14782         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
14783         Use gst_pad_get_parent and drop the ref that was added through
14784         that call.
14785
14786 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14787
14788         * gst/rtp/gstrtpgsmenc.c:
14789           Fix compilation
14790
14791 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
14792
14793         * gst/rtp/gstrtpg711dec.c
14794         Just removed a couple of lines of weird code used during
14795         development/test time.
14796
14797 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
14798
14799         * gst/rtp/Makefile.am
14800         * gst/rtp/gstrtp.c
14801         * gst/rtp/gstrtpg711enc.c
14802         * gst/rtp/gstrtpg711enc.h
14803         * gst/rtp/gstrtpg711dec.c
14804         * gst/rtp/gstrtpg711dec.h
14805         Created G711 payloader and depayloader (it supports mulaw and alaw
14806         (dec)encoders)
14807
14808 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14809
14810         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14811         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
14812         Doh ! I introduced wingo's bug again ! Sorry...
14813
14814 2005-10-25  Christian Schaller <christian@fluendo.com> 
14815
14816         * gst/rtp/Makefile.am: add missing header files for disting
14817
14818 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
14819
14820         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
14821         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
14822         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
14823         (gst_rtpgsmenc_handle_buffer):
14824         * gst/rtp/gstrtpgsmenc.h:
14825         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
14826         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
14827         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
14828         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
14829         * gst/rtp/gstrtpgsmparse.h:
14830         Getting the GSM (de)payloader working and compatible with our plans for RTP.
14831
14832 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14833
14834         * ext/libpng/gstpngdec.c: (user_info_callback),
14835         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
14836         a newsegment event, move some redundant code in a single place.
14837
14838 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14839
14840         * ext/libpng/gstpngdec.c: (user_info_callback),
14841         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
14842         hack to get correct colors order when we have a png image with
14843         alpha channel.
14844
14845 2005-10-24  Edward Hervey  <edward@fluendo.com>
14846
14847         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
14848         Call gst_element_no_more_pads when there will be no more pads.
14849
14850 2005-10-24  Wim Taymans  <wim@fluendo.com>
14851
14852         * gst/rtp/Makefile.am:
14853         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
14854         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
14855         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
14856         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
14857         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
14858         (gst_asteriskh263_plugin_init):
14859         * gst/rtp/gstasteriskh263.h:
14860         * gst/rtp/gstrtp.c: (plugin_init):
14861         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
14862         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
14863         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
14864         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
14865         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
14866         (gst_rtph263enc_plugin_init):
14867         * gst/rtp/gstrtph263enc.h:
14868         Added two new payloaders, an RFC 2190 payloader for h263 and
14869         a payload convertor for an asterisk server.
14870
14871 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
14872
14873         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
14874           Set bytes_per_sample correctly (is not always 4, but 
14875           depends on width and number of channels).
14876
14877 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
14878
14879         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
14880         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
14881         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
14882         (gst_flacenc_sink_event), (gst_flacenc_chain),
14883         (gst_flacenc_set_property), (gst_flacenc_get_property),
14884         (gst_flacenc_change_state):
14885         * ext/flac/gstflacenc.h:
14886           Fix seeking, so that flacenc can rewrite the header with the
14887           correct duration and amount of samples and all that at EOS;
14888           also set timestamps and granulepos on outgoing buffers; add
14889           debug category; fix state change function.
14890           
14891 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14892
14893         * gst/videomixer/videomixer.c: Don't restrict video geometry
14894         from 16 to 4096.
14895
14896 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14897
14898         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14899         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
14900         Fix caps negotiation correctly, add debugging category.
14901
14902 2005-10-24  Christian Schaller  <christian@fluendo.com>
14903
14904         * configure.ac: Port over Thomas's change from base listing all plugins
14905
14906 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14907
14908         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
14909         a sink pad.
14910
14911 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14912
14913         * configure.ac:
14914         * docs/upload.mak:
14915           back to HEAD
14916
14917 === release 0.9.4 ===
14918
14919 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14920
14921         * configure.ac:
14922           Releasing 0.9.4, "Dromiceiomimus"
14923
14924 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
14925
14926         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
14927         (gst_speexenc_src_query):
14928           Add position and duration query, fix query type function.
14929           
14930         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14931         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
14932           Let's not set non-fixed caps on source pads.
14933
14934 2005-10-21  Wim Taymans  <wim@fluendo.com>
14935
14936         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14937         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
14938         (gst_avi_demux_handle_seek):
14939         Set correct stream_time in newsegment event.
14940         avi can also handle a duration query now.
14941
14942 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14943
14944         * gst/matroska/matroska-demux.c:
14945         (gst_matroska_demux_handle_src_query),
14946         (gst_matroska_demux_handle_seek_event),
14947         (gst_matroska_demux_loop_stream_parse_id):
14948           Fix duration query; fix basetime in newsegment event after
14949           seek; fix duration in initial newsegment event.
14950
14951         * gst/matroska/matroska-mux.c:
14952         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
14953           Extract number of channels and samplerate from vorbis headers;
14954           add some debug messages when querying the durations of the
14955           input streams.
14956
14957 2005-10-20  Wim Taymans  <wim@fluendo.com>
14958
14959         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
14960         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14961         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
14962         Set stream time correctly in newsegment.
14963
14964 2005-10-20  Wim Taymans  <wim@fluendo.com>
14965
14966         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14967         Correctly fill in the stream time.
14968
14969 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14970
14971         * check/elements/level.c: (GST_START_TEST):
14972         * gst/level/gstlevel.c: (gst_level_message_new):
14973         * gst/level/level-example.c: (message_handler):
14974           use ELEMENT messages instead
14975
14976 2005-10-19  Wim Taymans  <wim@fluendo.com>
14977
14978         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
14979         (gst_dvdemux_src_query):
14980         * ext/flac/gstflacdec.c: (gst_flacdec_length),
14981         (gst_flacdec_src_query):
14982         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
14983         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
14984         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
14985         * gst/debug/gstnavseek.c: (gst_navseek_seek):
14986         * gst/debug/progressreport.c: (gst_progress_report_report):
14987         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
14988         * gst/matroska/matroska-demux.c:
14989         (gst_matroska_demux_handle_src_query):
14990         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
14991         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
14992         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14993         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
14994         (gst_wavparse_srcpad_event):
14995         API change fix.
14996
14997 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
14998
14999         * gst/goom/filters.c:
15000         * gst/goom/graphic.h:
15001         * gst/goom/lines.c:
15002           Make inline functions either 'static inline' or 'extern inline',
15003           otherwise the Forte compiler apparently won't inline them (#317300).
15004
15005 2005-10-19  Julien MOUTTE  <julien@moutte.net>
15006
15007         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15008         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
15009         (user_info_callback), (user_endrow_callback), (user_end_callback),
15010         (user_read_data), (gst_pngdec_caps_create_and_set),
15011         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
15012         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
15013         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
15014         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
15015         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
15016         very nice and handle push/pull based model. if you have filesrc
15017         connected to it, it will do random access to load the png file.
15018         If you have a network source that can't do _getrange, it does 
15019         progressive loading through the chain function.
15020         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15021         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
15022         thanks to Master Wim Taymans ;-)
15023
15024 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
15025
15026         * gst/matroska/Makefile.am:
15027         * gst/matroska/ebml-read.c:
15028         * gst/matroska/ebml-read.h:
15029         * gst/matroska/matroska-demux.c:
15030         * gst/matroska/matroska-demux.h:
15031         * gst/matroska/matroska.c: (plugin_init):
15032           Ported matroska demuxer to 0.9.
15033
15034 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
15035
15036         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15037
15038         * gst/matroska/matroska-mux.c:
15039         (gst_matroska_mux_video_pad_setcaps),
15040         (gst_matroska_mux_audio_pad_setcaps):
15041           Fix mpeg4 input handling (#318847); also, while we're at it,
15042           fix media type for Motion-JPEG: should be image/jpeg.
15043
15044 2005-10-18  Wim Taymans  <wim@fluendo.com>
15045
15046         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15047         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15048         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15049         Fix for segment-start/stop API change.
15050
15051 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15052
15053         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15054         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
15055         way.
15056
15057 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15058
15059         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15060         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
15061         output declared in transform_caps.
15062
15063 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15064
15065         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
15066
15067 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15068
15069         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15070         (gst_video_box_get_unit_size): Fix wrong size calculations and
15071         implement get_unit_size correctly.
15072
15073 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15074
15075         * configure.ac:
15076           Enable flx plugin.
15077
15078         * gst/flx/gstflxdec.c: (flx_decode_chunks):
15079           Fix gcc4 signedness issue.
15080
15081 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15082
15083         * configure.ac: Adding videomixer.
15084         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15085         (user_read_data), (gst_pngdec_chain): More debugging.
15086         * gst/alpha/Makefile.am: Adding alphacolor
15087         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
15088         (gst_alpha_color_class_init), (gst_alpha_color_init),
15089         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
15090         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
15091         (plugin_init): Ported to 0.9 using in place base tranform.
15092         * gst/videomixer/Makefile.am:
15093         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15094         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
15095         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
15096         (gst_videomixer_pad_init), (gst_videomixer_class_init),
15097         (gst_videomixer_init), (gst_videomixer_getcaps),
15098         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
15099         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15100         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
15101         to 0.9 using collectpads.
15102
15103 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
15104
15105         * configure.ac:
15106         * gst/flx/Makefile.am:
15107         * gst/flx/gstflxdec.c: (gst_flxdec_init),
15108         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
15109         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
15110         * gst/flx/gstflxdec.h:
15111         flx plugin ported to 0.9
15112
15113 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15114
15115         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
15116           use new gst_version_string()
15117
15118 2005-10-16  Andy Wingo  <wingo@pobox.com>
15119
15120         * configure.ac: GLIB_CHECK.
15121
15122 2005-10-15  Julien MOUTTE  <julien@moutte.net>
15123
15124         * ext/libpng/Makefile.am:
15125         * ext/libpng/gstpng.c: (plugin_init):
15126         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15127         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
15128         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
15129
15130 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
15131
15132         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15133
15134         * configure.ac:
15135         * gst/matroska/Makefile.am:
15136         * gst/matroska/ebml-ids.h:
15137         * gst/matroska/ebml-write.c:
15138         * gst/matroska/ebml-write.h:
15139         * gst/matroska/matroska-ids.h:
15140         * gst/matroska/matroska-mux.c:
15141         * gst/matroska/matroska-mux.h:
15142         * gst/matroska/matroska.c: (plugin_init):
15143           Port matroska muxer to 0.9 (#318847).
15144
15145 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
15146
15147         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
15148         (comment_init), (comment_add):
15149           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
15150           use GST_READ_UINT32_LE() and friends rather than the private
15151           implementation of those same macros.
15152
15153 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
15154
15155         * examples/stats/mp2ogg.c:
15156           more typo fixes
15157
15158 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
15159
15160         * examples/indexing/indexmpeg.c: (main):
15161         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
15162         (gst_esdmon_close_audio), (gst_esdmon_change_state):
15163         * ext/esd/esdmon.h:
15164         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
15165         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
15166         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15167         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15168         * gst/avi/gstavimux.c: (gst_avimux_init):
15169         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
15170         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
15171         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
15172         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
15173         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
15174         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
15175         * gst/oldcore/gstmultifilesrc.h:
15176         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
15177         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
15178         (gst_pipefilter_change_state):
15179         * gst/oldcore/gstpipefilter.h:
15180         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
15181         * gst/videomixer/videomixer.c: (gst_videomixer_init):
15182         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
15183         * sys/osxaudio/gstosxaudiosink.h:
15184         * sys/osxaudio/gstosxaudiosrc.h:
15185           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
15186           moved bitshift from macro to enum definition
15187
15188 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15189
15190         * ext/Makefile.am:
15191         * ext/cairo/Makefile.am:
15192         * ext/cairo/gstcairo.c: (plugin_init):
15193         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
15194         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
15195         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
15196         * ext/cairo/gsttimeoverlay.h:
15197           update of cairo-based timeoverlay to 1.0 Cairo API
15198           doesn't work yet for resizing of output sink
15199
15200 2005-10-11  Wim Taymans  <wim@fluendo.com>
15201
15202         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
15203         newsegment API fix.
15204
15205 2005-10-11  Wim Taymans  <wim@fluendo.com>
15206
15207         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
15208         (gst_dvdemux_demux_frame):
15209         * ext/flac/gstflacdec.c: (gst_flacdec_write):
15210         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15211         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
15212         (gst_avi_demux_handle_seek):
15213         * gst/goom/gstgoom.c: (gst_goom_event):
15214         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15215         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15216         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15217         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15218         (gst_wavparse_srcpad_event):
15219         newsegment API update.
15220
15221 2005-10-11  Andy Wingo  <wingo@pobox.com>
15222
15223         * ext/speex/gstspeexenc.c: Signedness cleanups.
15224
15225 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
15226
15227         * PORTED_09:
15228         * ext/speex/Makefile.am:
15229         * ext/speex/gstspeex.c:
15230         * ext/speex/gstspeexenc.c:
15231         Speexenc ported to 0.9
15232
15233 2005-10-10  Wim Taymans  <wim@fluendo.com>
15234
15235         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
15236         (gst_oss_sink_init), (gst_oss_sink_set_property),
15237         (gst_oss_sink_get_property), (gst_oss_sink_open),
15238         (gst_oss_sink_prepare), (gst_oss_sink_reset):
15239         * sys/oss/gstosssink.h:
15240         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
15241         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
15242         (gst_oss_src_prepare):
15243         Cleanups, make device configurable in the sink, handle and report
15244         errors.
15245
15246 2005-10-10  Wim Taymans  <wim@fluendo.com>
15247
15248         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
15249         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
15250         Make sure element is NULL before removing from the bin.
15251
15252 2005-10-07  Andy Wingo  <wingo@pobox.com>
15253
15254         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
15255         block forever in a read().
15256         (gst_dv1394src_bus_reset): Post a message when the cable is
15257         unplugged.
15258         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
15259         (gst_dv1394src_bus_reset): Don't unref the message.
15260
15261         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
15262         hacking. The only change should be that the state change stuff was
15263         put into basesrc's start() and stop() routines, which coalesces
15264         some steps.
15265
15266 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15267
15268         * configure.ac:
15269           Add check for mmap
15270           
15271         * gst/debug/Makefile.am:
15272           Only compile efence plugin on systems that have mmap.
15273
15274 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15275
15276         * gst/debug/Makefile.am:
15277         * gst/debug/breakmydata.c:
15278         * gst/debug/gstdebug.c:
15279         * gst/debug/gstnavigationtest.c:
15280         * gst/debug/gstnavseek.c: 
15281         * gst/debug/gstnavseek.h:
15282         * gst/debug/progressreport.c: 
15283         * gst/debug/testplugin.c:
15284           Port progressreport, navseek, navigationtest, testsink and
15285           breakmydata.
15286
15287 2005-10-05  Edward Hervey  <edward@fluendo.com>
15288
15289         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
15290         (gst_dvdemux_src_query):
15291         Fixes for better conversion
15292
15293 2005-10-04  Michael Smith <msmith@fluendo.com>
15294
15295         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
15296         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15297         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
15298         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
15299           Set state of elements to NULL before removing from bins.
15300           Set state of test element to NULL if we failed to move it to READY
15301
15302 2005-10-04  Edward Hervey  <edward@fluendo.com>
15303
15304         * ext/dv/Makefile.am:
15305         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
15306         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
15307         Corrected the query function for position so it doesn't forget what
15308         format was asked, and calls the conversion functions on the correct pad.
15309
15310 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15311
15312         * configure.ac:
15313           back to development
15314
15315 === release 0.9.3 ===
15316
15317 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15318
15319         * configure.ac:
15320           Releasing 0.9.3, "Aramis"
15321
15322 2005-10-03  Andy Wingo  <wingo@pobox.com>
15323
15324         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
15325         error returns.
15326
15327 2005-10-02  Andy Wingo  <wingo@pobox.com>
15328
15329         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
15330
15331         * ext/flac/gstflacenc.c: Ported to 0.9.
15332
15333         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
15334
15335         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
15336         and link to gsttagedit. Enable flacenc.
15337
15338         * ext/flac/gstflacdec.c: Re-enable tag reading.
15339
15340 2005-09-30  Wim Taymans  <wim@fluendo.com>
15341
15342         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15343         * gst/rtp/gstrtpgsmparse.c:
15344         * gst/rtp/gstrtph263penc.c:
15345         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15346         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15347         (gst_rtpmp4venc_set_property):
15348         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15349         Various class and caps fixes from Andre Magalhaes (andrunko)
15350
15351 2005-09-29  Wim Taymans  <wim@fluendo.com>
15352
15353         * gst/level/level-example.c: (main):
15354         Update for new bus API.
15355
15356 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15357
15358         * configure.ac:
15359           Fix unexpanded autoconf macro GST_DOC, which has been renamed
15360           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
15361
15362 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
15363
15364         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
15365           Fix playback of mono streams (bytes_per_sample should be set
15366           from the sample width and the number of channels negotiated,
15367           and not just be set to 4) (#317338)
15368
15369 2005-09-26  Wim Taymans  <wim@fluendo.com>
15370
15371         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
15372         (gst_rtpmpaenc_handle_buffer):
15373         Set buffer duration correctly.
15374
15375 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
15376
15377         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
15378         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
15379         (gst_avi_demux_change_state):
15380           Don't crash when encountering a stream with an unknown fourcc or
15381           codec id. Instead, create a pad of type video/x-avi-unknown or
15382           audio/x-avi-unknown, which as a side-effect also results in less
15383           confusing error messages in players ('no decoder' vs. 'no streams');
15384           minor fixes to state change function and class_init function.
15385
15386 2005-09-24  Wim Taymans  <wim@fluendo.com>
15387
15388         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15389         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15390         These are sinks.
15391
15392 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15393
15394         * check/elements/level.c: (GST_START_TEST):
15395           fix test for new GstClockTime use
15396         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
15397         (gst_level_transform_ip):
15398         * gst/level/gstlevel.h:
15399           fix up the decay peak, ensuring the decay peak is never lower
15400           than the peak for that interval
15401
15402 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15403
15404         * docs/plugins/gst-plugins-good-plugins.args:
15405         * docs/plugins/inspect/plugin-alpha.xml:
15406         * docs/plugins/inspect/plugin-rtp.xml:
15407         * gst/level/gstlevel.c: (gst_level_set_caps),
15408         (gst_level_transform_ip):
15409           updating docs
15410
15411 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15412
15413         * Makefile.am:
15414         * check/elements/level.c: (GST_START_TEST):
15415         * gst/level/Makefile.am:
15416         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
15417         (gst_level_set_property), (gst_level_get_property),
15418         (gst_level_set_caps), (gst_level_message_new),
15419         (gst_level_transform_ip):
15420         * gst/level/gstlevel.h:
15421         * gst/level/level-example.c: (message_handler), (main):
15422           convert to using GstClockTime for all time values, finally.
15423
15424 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15425
15426         * gst/auparse/Makefile.am:
15427         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15428           fix up build
15429         * configure.ac:
15430         * ext/cairo/Makefile.am:
15431         * ext/dv/Makefile.am:
15432         * ext/esd/Makefile.am:
15433         * ext/flac/Makefile.am:
15434         * ext/gconf/Makefile.am:
15435         * ext/gdk_pixbuf/Makefile.am:
15436         * ext/jpeg/Makefile.am:
15437         * ext/ladspa/Makefile.am:
15438         * ext/libcaca/Makefile.am:
15439         * ext/libmng/Makefile.am:
15440         * ext/libpng/Makefile.am:
15441         * ext/mikmod/Makefile.am:
15442         * ext/pango/Makefile.am:
15443         * ext/raw1394/Makefile.am:
15444         * ext/shout2/Makefile.am:
15445         * ext/speex/Makefile.am:
15446         * gst/alpha/Makefile.am:
15447         * gst/autodetect/Makefile.am:
15448         * gst/avi/Makefile.am:
15449         * gst/cutter/Makefile.am:
15450         * gst/debug/Makefile.am:
15451         * gst/effectv/Makefile.am:
15452         * gst/flx/Makefile.am:
15453         * gst/goom/Makefile.am:
15454         * gst/interleave/Makefile.am:
15455         * gst/law/Makefile.am:
15456         * gst/matroska/Makefile.am:
15457         * gst/median/Makefile.am:
15458         * gst/monoscope/Makefile.am:
15459         * gst/multipart/Makefile.am:
15460         * gst/oldcore/Makefile.am:
15461         * gst/rtp/Makefile.am:
15462         * gst/rtsp/Makefile.am:
15463         * gst/smoothwave/Makefile.am:
15464         * gst/smpte/Makefile.am:
15465         * gst/videobox/Makefile.am:
15466         * gst/videofilter/Makefile.am:
15467         * gst/videomixer/Makefile.am:
15468         * gst/wavenc/Makefile.am:
15469         * gst/wavparse/Makefile.am:
15470         * sys/oss/Makefile.am:
15471         * sys/osxaudio/Makefile.am:
15472         * sys/osxvideo/Makefile.am:
15473           fix up GST_LIBS use
15474
15475 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15476
15477         * gst/auparse/Makefile.am:
15478         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15479           fix build of auparse
15480
15481 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
15482
15483         * configure.ac:
15484         * PORTED_09:
15485         * gst/auparse/gstauparse.c:
15486         * gst/auparse/gstauparse.h:
15487         Auparse ported to 0.9.
15488
15489 2005-09-22  Wim Taymans  <wim@fluendo.com>
15490
15491         * gst/rtp/TODO:
15492         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
15493         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15494         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15495         (gst_rtpmp4venc_set_property):
15496         * gst/rtp/gstrtpmp4venc.h:
15497         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15498         * gst/rtp/gstrtpmpaenc.h:
15499         Use is_filled to both check MTU and max-ptime of base class.
15500
15501 2005-09-22  Wim Taymans  <wim@fluendo.com>
15502
15503         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15504         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15505         (gst_rtpmp4venc_set_property):
15506         Don't fragment packets with multiple frames.
15507
15508 2005-09-22  Wim Taymans  <wim@fluendo.com>
15509
15510         * gst/rtp/TODO:
15511         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15512         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15513         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
15514         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
15515         (gst_rtpmp4venc_get_property):
15516         * gst/rtp/gstrtpmp4venc.h:
15517         Remove g_print.
15518         Update TODO
15519         Make payload encoder a bit smarter and more correct with
15520         timestamps.
15521         Added option in payloader to include config string in-band.
15522
15523 2005-09-21  Wim Taymans  <wim@fluendo.com>
15524
15525         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15526         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15527         (gst_rtspsrc_send):
15528         Strip spaces for key/value pairs.
15529
15530 2005-09-21  Wim Taymans  <wim@fluendo.com>
15531
15532         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15533         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15534         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
15535         (gst_rtspsrc_change_state):
15536         More SDP parsing and caps setting.
15537         Do NO_PREROLL differently.
15538         add pads only after negotiated.
15539
15540         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
15541         (gst_udpsrc_getcaps):
15542         Implement the getcaps function.
15543
15544 2005-09-21  Wim Taymans  <wim@fluendo.com>
15545
15546         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
15547         (gst_rtpamrdec_chain):
15548         Handle multiple AMr packets per payload. Handle CRC and
15549         parse ILL/ILP.
15550
15551         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15552         Make caps params strings for easy SDP mapping.
15553         
15554         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
15555         Handle capsnego better.
15556
15557         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15558         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
15559         Generate and parse config string in the caps.
15560
15561 2005-09-21  Wim Taymans  <wim@fluendo.com>
15562
15563         * gst/rtp/README:
15564         Update README
15565
15566         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
15567         Make extra params as strings.
15568
15569         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
15570         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15571         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
15572         Make state change return NO_PREROLL as this is a live
15573         source.
15574
15575         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15576         Don't unref old caps when NULL.
15577
15578 2005-09-20  Wim Taymans  <wim@fluendo.com>
15579
15580         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
15581         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15582         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
15583         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
15584         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
15585         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
15586         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
15587         * gst/rtsp/sdpmessage.h:
15588         Add URI handler.
15589         Parse SDP and create caps.
15590
15591 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
15592
15593         * gst/alpha/gstalpha.c:
15594           fix element description
15595
15596 2005-09-19  Wim Taymans  <wim@fluendo.com>
15597
15598         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
15599         Don't check payload for now.
15600
15601 2005-09-19  Wim Taymans  <wim@fluendo.com>
15602
15603         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
15604         (gst_wavparse_init), (gst_wavparse_parse_file_header),
15605         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
15606         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15607         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15608         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
15609         (gst_wavparse_change_state):
15610         * gst/wavparse/gstwavparse.h:
15611         Fix wavparse some more.
15612
15613 2005-09-19  Wim Taymans  <wim@fluendo.com>
15614
15615         * check/elements/level.c: (GST_START_TEST):
15616         Fix for bus API change.
15617
15618 2005-09-19  Wim Taymans  <wim@fluendo.com>
15619
15620         * gst/level/level-example.c: (main):
15621         Fix for new bus API.
15622
15623         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15624         Set caps on pads.
15625
15626 2005-09-15  Wim Taymans  <wim@fluendo.com>
15627
15628         * gst/rtp/Makefile.am:
15629         * gst/rtp/README:
15630         * gst/rtp/gstrtp.c: (plugin_init):
15631         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
15632         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
15633         (gst_rtpamrdec_change_state):
15634         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
15635         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
15636         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
15637         * gst/rtp/gstrtpamrenc.h:
15638         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15639         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
15640         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
15641         * gst/rtp/gstrtpgsmenc.h:
15642         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
15643         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
15644         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
15645         (gst_rtpgsmparse_change_state):
15646         * gst/rtp/gstrtpgsmparse.h:
15647         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
15648         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
15649         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
15650         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
15651         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
15652         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
15653         * gst/rtp/gstrtph263penc.h:
15654         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
15655         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
15656         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15657         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
15658         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
15659         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
15660         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
15661         * gst/rtp/gstrtpmp4venc.h:
15662         * gst/rtp/gstrtpmpadec.c:
15663         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
15664         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
15665         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
15666         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
15667         * gst/rtp/gstrtpmpaenc.h:
15668         Updates to payloader/depayloaders, make payloaders use
15669         the base classes.
15670         Updated README with suggested RTP caps and how to convert
15671         to/from SDP.
15672         Added config descriptor in mp4v payloader.
15673
15674 2005-09-15  Andy Wingo  <wingo@pobox.com>
15675
15676         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
15677         * gst/autodetect/gstautovideosink.c
15678         (gst_auto_video_sink_find_best): Update for new registry API.
15679
15680 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15681
15682         * common/c-to-xml.py:
15683         * common/gtk-doc-plugins.mak:
15684           a simple py script to generate valid xml from a C example
15685           probably also need to strip an MIT license when we decide
15686         * docs/plugins/Makefile.am:
15687         * gst/level/Makefile.am:
15688         * gst/level/gstlevel.c: (gst_level_init):
15689         * gst/level/level-example.c: (message_handler), (main):
15690           add an example to level that will show up in the docs
15691         * gst/rtp/TODO:
15692           add a note for the future
15693
15694 2005-09-14  Michael Smith <msmith@fluendo.com>
15695
15696         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
15697           Actually define the debug object being used in wavenc. Fixes #316205
15698
15699 2005-09-14  Michael Smith <msmith@fluendo.com>
15700
15701         * gst/smpte/Makefile.am:
15702           Link against GST_BASE_LIBS, to get it linked against libgstbase;
15703           needed to build on windows (bug 316204)
15704
15705 2005-09-12  Andy Wingo  <wingo@pobox.com>
15706
15707         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
15708
15709 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
15710
15711         * configure.ac:
15712         * gst/fdsrc/Makefile.am:
15713         * gst/fdsrc/gstfdsrc.c:
15714         * gst/fdsrc/gstfdsrc.h:
15715           Move fdsrc back into gstreamer core elements.
15716
15717         * gst/level/gstlevel.c: (gst_level_class_init),
15718         (gst_level_transform_ip):
15719         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
15720           Basetransform changes.
15721
15722 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15723
15724         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
15725         * ext/jpeg/smokecodec.c: (find_best_size):
15726           fix compiler warnings
15727
15728 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15729
15730         * gst-plugins-good.spec.in:
15731           spec file fixes
15732         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
15733         (gst_multiudpsink_render), (gst_multiudpsink_add),
15734         (gst_multiudpsink_clear):
15735           it actually helps to actually stream if we hook up the
15736           "add" signal to an actual implementation
15737         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
15738           some debugging
15739
15740 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
15741
15742         * ext/jpeg/Makefile.am:
15743         * ext/jpeg/gstjpeg.c
15744         * ext/jpeg/gstjpegenc.c:
15745         * ext/jpeg/gstsmokeenc.c:
15746
15747 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15748
15749         * ext/flac/gstflacdec.c:
15750         * ext/flac/gstflacenc.c:
15751         * ext/flac/gstflactag.c:
15752         * ext/speex/gstspeexenc.c:
15753           gsttaginterface.h -> gsttagsetter.h
15754
15755 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15756
15757         * configure.ac:
15758         * gst/debug/Makefile.am:
15759         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
15760         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
15761         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
15762         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
15763         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
15764           Port to 0.9 and re-enable efence plugin.
15765
15766 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
15767
15768         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
15769         (gst_flacdec_write), (gst_flacdec_convert_src):
15770         * ext/flac/gstflacdec.h:
15771           Add support for flac files with 24/32 bits per sample; and misc.
15772           minor clean-ups. Seeking is still partly broken (for me at least).
15773
15774 2005-09-06  Wim Taymans  <wim@fluendo.com>
15775
15776         * gst/rtp/Makefile.am:
15777         * gst/rtp/gstrtp.c: (plugin_init):
15778         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
15779         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
15780         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
15781         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
15782         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
15783         (gst_rtpmp4vdec_plugin_init):
15784         * gst/rtp/gstrtpmp4vdec.h:
15785         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15786         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
15787         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
15788         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
15789         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
15790         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
15791         * gst/rtp/gstrtpmp4venc.h:
15792         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
15793         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
15794         Added mpeg4 video payload encoder/decoder.
15795         Added some docs in mpa payloader.
15796
15797 === release 0.9.1 ===
15798
15799 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15800
15801         * NEWS:
15802         * README:
15803         * RELEASE:
15804         * autogen.sh:
15805         * configure.ac:
15806           releasing 0.9.1, "Blondie"
15807
15808 2005-09-05  Andy Wingo  <wingo@pobox.com>
15809
15810         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
15811         here from the state change handler, so we fire signals without
15812         holding the state lock.
15813
15814 2005-09-02  Andy Wingo  <wingo@pobox.com>
15815
15816         * All plugins updated for element state changes.
15817
15818 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15819
15820         * Makefile.am:
15821         * check/.cvsignore:
15822         * check/Makefile.am:
15823         * check/elements/.cvsignore:
15824         * check/elements/level.c: (setup_level), (cleanup_level),
15825         (GST_START_TEST), (level_suite), (main):
15826           add a test for level
15827         * common/release.mak:
15828           move the enum checking to release.mak
15829         * configure.ac:
15830           add valgrind and check checking
15831         * gst/level/gstlevel.c: (gst_level_transform):
15832         * gst/level/gstlevel.h:
15833           fix Andy's cast bug
15834           convert a field to int
15835           fix the arithmetic to int when checking for emit so that a
15836           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
15837
15838 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15839
15840         * Makefile.am:
15841         * configure.ac:
15842           add docs to build
15843         * common/plugins.xsl:
15844           wrap Description into a refsect2
15845         * docs/Makefile.am:
15846         * docs/plugins/Makefile.am:
15847         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15848         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15849         * gst/goom/Makefile.am:
15850         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
15851         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
15852         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
15853         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
15854         (gst_goom_change_state):
15855         * gst/goom/gstgoom.h:
15856           GstGOOM -> GstGoom
15857           add an example launch line
15858         * gst/level/gstlevel.h:
15859         * gst/monoscope/gstmonoscope.c:
15860           cleanups
15861
15862 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15863
15864         * configure.ac:
15865         * docs/plugins/Makefile.am:
15866         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15867         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15868         * docs/plugins/gst-plugins-good-plugins.types:
15869           document elements and plugins.  Shazam !
15870
15871 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15872
15873         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
15874           be found under doc/random/ChangeLog-0.8